@charset "UTF-8";
/*!
 * Bootstrap Reboot v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
:root {
  --bs-blue: #47CDEB;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #05297E;
  --bs-navy: #05297E;
  --bs-blue: #47CDEB;
  --bs-grey: #CFCECD;
  --bs-grey-light: #F2F4F5;
  --bs-grey-dark: #263037;
  --bs-green-light: #AFE15A;
  --bs-green-dark: #058778;
  --bs-teal-light: #73F5C8;
  --bs-teal-dark: #00A1AB;
  --bs-primary-rgb: 5, 41, 126;
  --bs-navy-rgb: 5, 41, 126;
  --bs-blue-rgb: 71, 205, 235;
  --bs-grey-rgb: 207, 206, 205;
  --bs-grey-light-rgb: 242, 244, 245;
  --bs-grey-dark-rgb: 38, 48, 55;
  --bs-green-light-rgb: 175, 225, 90;
  --bs-green-dark-rgb: 5, 135, 120;
  --bs-teal-light-rgb: 115, 245, 200;
  --bs-teal-dark-rgb: 0, 161, 171;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: Poppins, sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth; } }

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25; }

hr:not([size]) {
  height: 1px; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw); }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 2.5rem; } }

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw); }
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 2rem; } }

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw); }
  @media (min-width: 1200px) {
    h3, .h3 {
      font-size: 1.75rem; } }

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw); }
  @media (min-width: 1200px) {
    h4, .h4 {
      font-size: 1.5rem; } }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul {
  padding-left: 2rem; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small, .small {
  font-size: 0.875em; }

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #00A1AB;
  text-decoration: none; }
  a:hover {
    color: #05297E; }

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700; }

figure {
  margin: 0 0 1rem; }

img,
svg {
  vertical-align: middle; }

table {
  caption-side: bottom;
  border-collapse: collapse; }

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0; }

label {
  display: inline-block; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }
  select:disabled {
    opacity: 1; }

[list]::-webkit-calendar-picker-indicator {
  display: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }
  button:not(:disabled),
  [type="button"]:not(:disabled),
  [type="reset"]:not(:disabled),
  [type="submit"]:not(:disabled) {
    cursor: pointer; }

::-moz-focus-inner {
  padding: 0;
  border-style: none; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit; }
  @media (min-width: 1200px) {
    legend {
      font-size: 1.5rem; } }
  legend + * {
    clear: left; }

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0; }

::-webkit-inner-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield; }

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-color-swatch-wrapper {
  padding: 0; }

::file-selector-button {
  font: inherit; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

iframe {
  border: 0; }

summary {
  display: list-item;
  cursor: pointer; }

progress {
  vertical-align: baseline; }

[hidden] {
  display: none !important; }

/*!
 * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #47CDEB;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #05297E;
  --bs-navy: #05297E;
  --bs-blue: #47CDEB;
  --bs-grey: #CFCECD;
  --bs-grey-light: #F2F4F5;
  --bs-grey-dark: #263037;
  --bs-green-light: #AFE15A;
  --bs-green-dark: #058778;
  --bs-teal-light: #73F5C8;
  --bs-teal-dark: #00A1AB;
  --bs-primary-rgb: 5, 41, 126;
  --bs-navy-rgb: 5, 41, 126;
  --bs-blue-rgb: 71, 205, 235;
  --bs-grey-rgb: 207, 206, 205;
  --bs-grey-light-rgb: 242, 244, 245;
  --bs-grey-dark-rgb: 38, 48, 55;
  --bs-green-light-rgb: 175, 225, 90;
  --bs-green-dark-rgb: 5, 135, 120;
  --bs-teal-light-rgb: 115, 245, 200;
  --bs-teal-dark-rgb: 0, 161, 171;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: Poppins, sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl,
.container-xxxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

@media (min-width: 1440px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px; } }

@media (min-width: 1600px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-xxxl {
    max-width: 1440px; } }

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x)); }
  .row > * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y); }

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%; }

.row-cols-auto > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto; }

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%; }

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%; }

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333%; }

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%; }

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%; }

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66667%; }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto; }

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

.g-0,
.gx-0 {
  --bs-gutter-x: 0; }

.g-0,
.gy-0 {
  --bs-gutter-y: 0; }

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem; }

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem; }

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem; }

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem; }

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem; }

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem; }

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem; }

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem; }

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem; }

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem; }

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1440px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1600px) {
  .col-xxxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-xxxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-xxxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xxxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-xxxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-xxxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-xxxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-xxxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-xxxl-0 {
    margin-left: 0; }
  .offset-xxxl-1 {
    margin-left: 8.33333%; }
  .offset-xxxl-2 {
    margin-left: 16.66667%; }
  .offset-xxxl-3 {
    margin-left: 25%; }
  .offset-xxxl-4 {
    margin-left: 33.33333%; }
  .offset-xxxl-5 {
    margin-left: 41.66667%; }
  .offset-xxxl-6 {
    margin-left: 50%; }
  .offset-xxxl-7 {
    margin-left: 58.33333%; }
  .offset-xxxl-8 {
    margin-left: 66.66667%; }
  .offset-xxxl-9 {
    margin-left: 75%; }
  .offset-xxxl-10 {
    margin-left: 83.33333%; }
  .offset-xxxl-11 {
    margin-left: 91.66667%; }
  .g-xxxl-0,
  .gx-xxxl-0 {
    --bs-gutter-x: 0; }
  .g-xxxl-0,
  .gy-xxxl-0 {
    --bs-gutter-y: 0; }
  .g-xxxl-1,
  .gx-xxxl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xxxl-1,
  .gy-xxxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xxxl-2,
  .gx-xxxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xxxl-2,
  .gy-xxxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xxxl-3,
  .gx-xxxl-3 {
    --bs-gutter-x: 1rem; }
  .g-xxxl-3,
  .gy-xxxl-3 {
    --bs-gutter-y: 1rem; }
  .g-xxxl-4,
  .gx-xxxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xxxl-4,
  .gy-xxxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xxxl-5,
  .gx-xxxl-5 {
    --bs-gutter-x: 3rem; }
  .g-xxxl-5,
  .gy-xxxl-5 {
    --bs-gutter-y: 3rem; } }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-grid {
  display: grid !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

.d-none {
  display: none !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important; }

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

.order-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important; }

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important; }

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important; }

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important; }

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important; }

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important; }

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important; }

.order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important; }

.m-0 {
  margin: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mt-auto {
  margin-top: auto !important; }

.me-0 {
  margin-right: 0 !important; }

.me-1 {
  margin-right: 0.25rem !important; }

.me-2 {
  margin-right: 0.5rem !important; }

.me-3 {
  margin-right: 1rem !important; }

.me-4 {
  margin-right: 1.5rem !important; }

.me-5 {
  margin-right: 3rem !important; }

.me-auto {
  margin-right: auto !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ms-0 {
  margin-left: 0 !important; }

.ms-1 {
  margin-left: 0.25rem !important; }

.ms-2 {
  margin-left: 0.5rem !important; }

.ms-3 {
  margin-left: 1rem !important; }

.ms-4 {
  margin-left: 1.5rem !important; }

.ms-5 {
  margin-left: 3rem !important; }

.ms-auto {
  margin-left: auto !important; }

.p-0 {
  padding: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pe-0 {
  padding-right: 0 !important; }

.pe-1 {
  padding-right: 0.25rem !important; }

.pe-2 {
  padding-right: 0.5rem !important; }

.pe-3 {
  padding-right: 1rem !important; }

.pe-4 {
  padding-right: 1.5rem !important; }

.pe-5 {
  padding-right: 3rem !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.ps-0 {
  padding-left: 0 !important; }

.ps-1 {
  padding-left: 0.25rem !important; }

.ps-2 {
  padding-left: 0.5rem !important; }

.ps-3 {
  padding-left: 1rem !important; }

.ps-4 {
  padding-left: 1.5rem !important; }

.ps-5 {
  padding-left: 3rem !important; }

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-grid {
    display: grid !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-1 {
    margin-right: 0.25rem !important; }
  .me-sm-2 {
    margin-right: 0.5rem !important; }
  .me-sm-3 {
    margin-right: 1rem !important; }
  .me-sm-4 {
    margin-right: 1.5rem !important; }
  .me-sm-5 {
    margin-right: 3rem !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 0.25rem !important; }
  .ms-sm-2 {
    margin-left: 0.5rem !important; }
  .ms-sm-3 {
    margin-left: 1rem !important; }
  .ms-sm-4 {
    margin-left: 1.5rem !important; }
  .ms-sm-5 {
    margin-left: 3rem !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.25rem !important; }
  .pe-sm-2 {
    padding-right: 0.5rem !important; }
  .pe-sm-3 {
    padding-right: 1rem !important; }
  .pe-sm-4 {
    padding-right: 1.5rem !important; }
  .pe-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.25rem !important; }
  .ps-sm-2 {
    padding-left: 0.5rem !important; }
  .ps-sm-3 {
    padding-left: 1rem !important; }
  .ps-sm-4 {
    padding-left: 1.5rem !important; }
  .ps-sm-5 {
    padding-left: 3rem !important; } }

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-grid {
    display: grid !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-1 {
    margin-right: 0.25rem !important; }
  .me-md-2 {
    margin-right: 0.5rem !important; }
  .me-md-3 {
    margin-right: 1rem !important; }
  .me-md-4 {
    margin-right: 1.5rem !important; }
  .me-md-5 {
    margin-right: 3rem !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-1 {
    margin-left: 0.25rem !important; }
  .ms-md-2 {
    margin-left: 0.5rem !important; }
  .ms-md-3 {
    margin-left: 1rem !important; }
  .ms-md-4 {
    margin-left: 1.5rem !important; }
  .ms-md-5 {
    margin-left: 3rem !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.25rem !important; }
  .pe-md-2 {
    padding-right: 0.5rem !important; }
  .pe-md-3 {
    padding-right: 1rem !important; }
  .pe-md-4 {
    padding-right: 1.5rem !important; }
  .pe-md-5 {
    padding-right: 3rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.25rem !important; }
  .ps-md-2 {
    padding-left: 0.5rem !important; }
  .ps-md-3 {
    padding-left: 1rem !important; }
  .ps-md-4 {
    padding-left: 1.5rem !important; }
  .ps-md-5 {
    padding-left: 3rem !important; } }

@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-grid {
    display: grid !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 0.25rem !important; }
  .me-lg-2 {
    margin-right: 0.5rem !important; }
  .me-lg-3 {
    margin-right: 1rem !important; }
  .me-lg-4 {
    margin-right: 1.5rem !important; }
  .me-lg-5 {
    margin-right: 3rem !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 0.25rem !important; }
  .ms-lg-2 {
    margin-left: 0.5rem !important; }
  .ms-lg-3 {
    margin-left: 1rem !important; }
  .ms-lg-4 {
    margin-left: 1.5rem !important; }
  .ms-lg-5 {
    margin-left: 3rem !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.25rem !important; }
  .pe-lg-2 {
    padding-right: 0.5rem !important; }
  .pe-lg-3 {
    padding-right: 1rem !important; }
  .pe-lg-4 {
    padding-right: 1.5rem !important; }
  .pe-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.25rem !important; }
  .ps-lg-2 {
    padding-left: 0.5rem !important; }
  .ps-lg-3 {
    padding-left: 1rem !important; }
  .ps-lg-4 {
    padding-left: 1.5rem !important; }
  .ps-lg-5 {
    padding-left: 3rem !important; } }

@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-grid {
    display: grid !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.25rem !important; }
  .me-xl-2 {
    margin-right: 0.5rem !important; }
  .me-xl-3 {
    margin-right: 1rem !important; }
  .me-xl-4 {
    margin-right: 1.5rem !important; }
  .me-xl-5 {
    margin-right: 3rem !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.25rem !important; }
  .ms-xl-2 {
    margin-left: 0.5rem !important; }
  .ms-xl-3 {
    margin-left: 1rem !important; }
  .ms-xl-4 {
    margin-left: 1.5rem !important; }
  .ms-xl-5 {
    margin-left: 3rem !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.25rem !important; }
  .pe-xl-2 {
    padding-right: 0.5rem !important; }
  .pe-xl-3 {
    padding-right: 1rem !important; }
  .pe-xl-4 {
    padding-right: 1.5rem !important; }
  .pe-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.25rem !important; }
  .ps-xl-2 {
    padding-left: 0.5rem !important; }
  .ps-xl-3 {
    padding-left: 1rem !important; }
  .ps-xl-4 {
    padding-left: 1.5rem !important; }
  .ps-xl-5 {
    padding-left: 3rem !important; } }

@media (min-width: 1440px) {
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-grid {
    display: grid !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-xxl-none {
    display: none !important; }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-xxl-0 {
    margin: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }
  .mt-xxl-3 {
    margin-top: 1rem !important; }
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .mt-xxl-5 {
    margin-top: 3rem !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .me-xxl-0 {
    margin-right: 0 !important; }
  .me-xxl-1 {
    margin-right: 0.25rem !important; }
  .me-xxl-2 {
    margin-right: 0.5rem !important; }
  .me-xxl-3 {
    margin-right: 1rem !important; }
  .me-xxl-4 {
    margin-right: 1.5rem !important; }
  .me-xxl-5 {
    margin-right: 3rem !important; }
  .me-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xxl-5 {
    margin-bottom: 3rem !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ms-xxl-0 {
    margin-left: 0 !important; }
  .ms-xxl-1 {
    margin-left: 0.25rem !important; }
  .ms-xxl-2 {
    margin-left: 0.5rem !important; }
  .ms-xxl-3 {
    margin-left: 1rem !important; }
  .ms-xxl-4 {
    margin-left: 1.5rem !important; }
  .ms-xxl-5 {
    margin-left: 3rem !important; }
  .ms-xxl-auto {
    margin-left: auto !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .pt-xxl-5 {
    padding-top: 3rem !important; }
  .pe-xxl-0 {
    padding-right: 0 !important; }
  .pe-xxl-1 {
    padding-right: 0.25rem !important; }
  .pe-xxl-2 {
    padding-right: 0.5rem !important; }
  .pe-xxl-3 {
    padding-right: 1rem !important; }
  .pe-xxl-4 {
    padding-right: 1.5rem !important; }
  .pe-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xxl-5 {
    padding-bottom: 3rem !important; }
  .ps-xxl-0 {
    padding-left: 0 !important; }
  .ps-xxl-1 {
    padding-left: 0.25rem !important; }
  .ps-xxl-2 {
    padding-left: 0.5rem !important; }
  .ps-xxl-3 {
    padding-left: 1rem !important; }
  .ps-xxl-4 {
    padding-left: 1.5rem !important; }
  .ps-xxl-5 {
    padding-left: 3rem !important; } }

@media (min-width: 1600px) {
  .d-xxxl-inline {
    display: inline !important; }
  .d-xxxl-inline-block {
    display: inline-block !important; }
  .d-xxxl-block {
    display: block !important; }
  .d-xxxl-grid {
    display: grid !important; }
  .d-xxxl-table {
    display: table !important; }
  .d-xxxl-table-row {
    display: table-row !important; }
  .d-xxxl-table-cell {
    display: table-cell !important; }
  .d-xxxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-xxxl-none {
    display: none !important; }
  .flex-xxxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xxxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xxxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xxxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xxxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xxxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xxxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xxxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xxxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-xxxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xxxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xxxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-xxxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xxxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xxxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xxxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xxxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-xxxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-xxxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xxxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xxxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xxxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xxxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xxxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xxxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xxxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xxxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xxxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xxxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xxxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xxxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xxxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xxxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xxxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xxxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-xxxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-xxxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-xxxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-xxxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-xxxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-xxxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-xxxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-xxxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-xxxl-0 {
    margin: 0 !important; }
  .m-xxxl-1 {
    margin: 0.25rem !important; }
  .m-xxxl-2 {
    margin: 0.5rem !important; }
  .m-xxxl-3 {
    margin: 1rem !important; }
  .m-xxxl-4 {
    margin: 1.5rem !important; }
  .m-xxxl-5 {
    margin: 3rem !important; }
  .m-xxxl-auto {
    margin: auto !important; }
  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xxxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xxxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xxxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xxxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxxl-0 {
    margin-top: 0 !important; }
  .mt-xxxl-1 {
    margin-top: 0.25rem !important; }
  .mt-xxxl-2 {
    margin-top: 0.5rem !important; }
  .mt-xxxl-3 {
    margin-top: 1rem !important; }
  .mt-xxxl-4 {
    margin-top: 1.5rem !important; }
  .mt-xxxl-5 {
    margin-top: 3rem !important; }
  .mt-xxxl-auto {
    margin-top: auto !important; }
  .me-xxxl-0 {
    margin-right: 0 !important; }
  .me-xxxl-1 {
    margin-right: 0.25rem !important; }
  .me-xxxl-2 {
    margin-right: 0.5rem !important; }
  .me-xxxl-3 {
    margin-right: 1rem !important; }
  .me-xxxl-4 {
    margin-right: 1.5rem !important; }
  .me-xxxl-5 {
    margin-right: 3rem !important; }
  .me-xxxl-auto {
    margin-right: auto !important; }
  .mb-xxxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxxl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xxxl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xxxl-3 {
    margin-bottom: 1rem !important; }
  .mb-xxxl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xxxl-5 {
    margin-bottom: 3rem !important; }
  .mb-xxxl-auto {
    margin-bottom: auto !important; }
  .ms-xxxl-0 {
    margin-left: 0 !important; }
  .ms-xxxl-1 {
    margin-left: 0.25rem !important; }
  .ms-xxxl-2 {
    margin-left: 0.5rem !important; }
  .ms-xxxl-3 {
    margin-left: 1rem !important; }
  .ms-xxxl-4 {
    margin-left: 1.5rem !important; }
  .ms-xxxl-5 {
    margin-left: 3rem !important; }
  .ms-xxxl-auto {
    margin-left: auto !important; }
  .p-xxxl-0 {
    padding: 0 !important; }
  .p-xxxl-1 {
    padding: 0.25rem !important; }
  .p-xxxl-2 {
    padding: 0.5rem !important; }
  .p-xxxl-3 {
    padding: 1rem !important; }
  .p-xxxl-4 {
    padding: 1.5rem !important; }
  .p-xxxl-5 {
    padding: 3rem !important; }
  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xxxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xxxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xxxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xxxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xxxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xxxl-0 {
    padding-top: 0 !important; }
  .pt-xxxl-1 {
    padding-top: 0.25rem !important; }
  .pt-xxxl-2 {
    padding-top: 0.5rem !important; }
  .pt-xxxl-3 {
    padding-top: 1rem !important; }
  .pt-xxxl-4 {
    padding-top: 1.5rem !important; }
  .pt-xxxl-5 {
    padding-top: 3rem !important; }
  .pe-xxxl-0 {
    padding-right: 0 !important; }
  .pe-xxxl-1 {
    padding-right: 0.25rem !important; }
  .pe-xxxl-2 {
    padding-right: 0.5rem !important; }
  .pe-xxxl-3 {
    padding-right: 1rem !important; }
  .pe-xxxl-4 {
    padding-right: 1.5rem !important; }
  .pe-xxxl-5 {
    padding-right: 3rem !important; }
  .pb-xxxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxxl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xxxl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xxxl-3 {
    padding-bottom: 1rem !important; }
  .pb-xxxl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xxxl-5 {
    padding-bottom: 3rem !important; }
  .ps-xxxl-0 {
    padding-left: 0 !important; }
  .ps-xxxl-1 {
    padding-left: 0.25rem !important; }
  .ps-xxxl-2 {
    padding-left: 0.5rem !important; }
  .ps-xxxl-3 {
    padding-left: 1rem !important; }
  .ps-xxxl-4 {
    padding-left: 1.5rem !important; }
  .ps-xxxl-5 {
    padding-left: 3rem !important; } }

@media print {
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-grid {
    display: grid !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-print-none {
    display: none !important; } }

.accordion-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .accordion-button {
      -webkit-transition: none;
      transition: none; } }
  .accordion-button:not(.collapsed) {
    color: #052571;
    background-color: #e6eaf2;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
            box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125); }
    .accordion-button:not(.collapsed)::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052571'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
  .accordion-button::after {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .accordion-button::after {
        -webkit-transition: none;
        transition: none; } }
  .accordion-button:hover {
    z-index: 2; }
  .accordion-button:focus {
    z-index: 3;
    border-color: #8294bf;
    outline: 0;
    -webkit-box-shadow: 0 0 40px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 40px 4px rgba(0, 0, 0, 0.2); }

.accordion-header {
  margin-bottom: 0; }

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .accordion-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .accordion-item:first-of-type .accordion-button {
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
  .accordion-item:not(:first-of-type) {
    border-top: 0; }
  .accordion-item:last-of-type {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
    .accordion-item:last-of-type .accordion-button.collapsed {
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }
    .accordion-item:last-of-type .accordion-collapse {
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem; }

.accordion-body {
  padding: 1rem 1.25rem; }

.accordion-flush .accordion-collapse {
  border-width: 0; }

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .accordion-flush .accordion-item:first-child {
    border-top: 0; }
  .accordion-flush .accordion-item:last-child {
    border-bottom: 0; }
  .accordion-flush .accordion-item .accordion-button {
    border-radius: 0; }

.btn {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 20px;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 18px 25px;
  font-size: 1.125rem;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      transition: none; } }
  .btn:hover {
    color: #212529; }
  .btn-check:focus + .btn, .btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 40px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 40px 4px rgba(0, 0, 0, 0.2); }
  .btn:disabled, .btn.disabled,
  fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65; }

.btn-primary {
  color: #fff;
  background-color: #05297E;
  border-color: #05297E; }
  .btn-primary:hover {
    color: #fff;
    background-color: #04236b;
    border-color: #042165; }
  .btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #04236b;
    border-color: #042165;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(43, 73, 145, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(43, 73, 145, 0.5); }
  .btn-check:checked + .btn-primary,
  .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #042165;
    border-color: #041f5f; }
    .btn-check:checked + .btn-primary:focus,
    .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(43, 73, 145, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(43, 73, 145, 0.5); }
  .btn-primary:disabled, .btn-primary.disabled {
    color: #fff;
    background-color: #05297E;
    border-color: #05297E; }

.btn-navy {
  color: #fff;
  background-color: #05297E;
  border-color: #05297E; }
  .btn-navy:hover {
    color: #fff;
    background-color: #04236b;
    border-color: #042165; }
  .btn-check:focus + .btn-navy, .btn-navy:focus {
    color: #fff;
    background-color: #04236b;
    border-color: #042165;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(43, 73, 145, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(43, 73, 145, 0.5); }
  .btn-check:checked + .btn-navy,
  .btn-check:active + .btn-navy, .btn-navy:active, .btn-navy.active,
  .show > .btn-navy.dropdown-toggle {
    color: #fff;
    background-color: #042165;
    border-color: #041f5f; }
    .btn-check:checked + .btn-navy:focus,
    .btn-check:active + .btn-navy:focus, .btn-navy:active:focus, .btn-navy.active:focus,
    .show > .btn-navy.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(43, 73, 145, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(43, 73, 145, 0.5); }
  .btn-navy:disabled, .btn-navy.disabled {
    color: #fff;
    background-color: #05297E;
    border-color: #05297E; }

.btn-blue {
  color: #000;
  background-color: #47CDEB;
  border-color: #47CDEB; }
  .btn-blue:hover {
    color: #000;
    background-color: #63d5ee;
    border-color: #59d2ed; }
  .btn-check:focus + .btn-blue, .btn-blue:focus {
    color: #000;
    background-color: #63d5ee;
    border-color: #59d2ed;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(60, 174, 200, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(60, 174, 200, 0.5); }
  .btn-check:checked + .btn-blue,
  .btn-check:active + .btn-blue, .btn-blue:active, .btn-blue.active,
  .show > .btn-blue.dropdown-toggle {
    color: #000;
    background-color: #6cd7ef;
    border-color: #59d2ed; }
    .btn-check:checked + .btn-blue:focus,
    .btn-check:active + .btn-blue:focus, .btn-blue:active:focus, .btn-blue.active:focus,
    .show > .btn-blue.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(60, 174, 200, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(60, 174, 200, 0.5); }
  .btn-blue:disabled, .btn-blue.disabled {
    color: #000;
    background-color: #47CDEB;
    border-color: #47CDEB; }

.btn-grey {
  color: #000;
  background-color: #CFCECD;
  border-color: #CFCECD; }
  .btn-grey:hover {
    color: #000;
    background-color: #d6d5d5;
    border-color: #d4d3d2; }
  .btn-check:focus + .btn-grey, .btn-grey:focus {
    color: #000;
    background-color: #d6d5d5;
    border-color: #d4d3d2;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(176, 175, 174, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(176, 175, 174, 0.5); }
  .btn-check:checked + .btn-grey,
  .btn-check:active + .btn-grey, .btn-grey:active, .btn-grey.active,
  .show > .btn-grey.dropdown-toggle {
    color: #000;
    background-color: #d9d8d7;
    border-color: #d4d3d2; }
    .btn-check:checked + .btn-grey:focus,
    .btn-check:active + .btn-grey:focus, .btn-grey:active:focus, .btn-grey.active:focus,
    .show > .btn-grey.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(176, 175, 174, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(176, 175, 174, 0.5); }
  .btn-grey:disabled, .btn-grey.disabled {
    color: #000;
    background-color: #CFCECD;
    border-color: #CFCECD; }

.btn-grey-light {
  color: #000;
  background-color: #F2F4F5;
  border-color: #F2F4F5; }
  .btn-grey-light:hover {
    color: #000;
    background-color: #f4f6f7;
    border-color: #f3f5f6; }
  .btn-check:focus + .btn-grey-light, .btn-grey-light:focus {
    color: #000;
    background-color: #f4f6f7;
    border-color: #f3f5f6;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(206, 207, 208, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(206, 207, 208, 0.5); }
  .btn-check:checked + .btn-grey-light,
  .btn-check:active + .btn-grey-light, .btn-grey-light:active, .btn-grey-light.active,
  .show > .btn-grey-light.dropdown-toggle {
    color: #000;
    background-color: #f5f6f7;
    border-color: #f3f5f6; }
    .btn-check:checked + .btn-grey-light:focus,
    .btn-check:active + .btn-grey-light:focus, .btn-grey-light:active:focus, .btn-grey-light.active:focus,
    .show > .btn-grey-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(206, 207, 208, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(206, 207, 208, 0.5); }
  .btn-grey-light:disabled, .btn-grey-light.disabled {
    color: #000;
    background-color: #F2F4F5;
    border-color: #F2F4F5; }

.btn-grey-dark {
  color: #fff;
  background-color: #263037;
  border-color: #263037; }
  .btn-grey-dark:hover {
    color: #fff;
    background-color: #20292f;
    border-color: #1e262c; }
  .btn-check:focus + .btn-grey-dark, .btn-grey-dark:focus {
    color: #fff;
    background-color: #20292f;
    border-color: #1e262c;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(71, 79, 85, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(71, 79, 85, 0.5); }
  .btn-check:checked + .btn-grey-dark,
  .btn-check:active + .btn-grey-dark, .btn-grey-dark:active, .btn-grey-dark.active,
  .show > .btn-grey-dark.dropdown-toggle {
    color: #fff;
    background-color: #1e262c;
    border-color: #1d2429; }
    .btn-check:checked + .btn-grey-dark:focus,
    .btn-check:active + .btn-grey-dark:focus, .btn-grey-dark:active:focus, .btn-grey-dark.active:focus,
    .show > .btn-grey-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(71, 79, 85, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(71, 79, 85, 0.5); }
  .btn-grey-dark:disabled, .btn-grey-dark.disabled {
    color: #fff;
    background-color: #263037;
    border-color: #263037; }

.btn-green-light {
  color: #000;
  background-color: #AFE15A;
  border-color: #AFE15A; }
  .btn-green-light:hover {
    color: #000;
    background-color: #bbe673;
    border-color: #b7e46b; }
  .btn-check:focus + .btn-green-light, .btn-green-light:focus {
    color: #000;
    background-color: #bbe673;
    border-color: #b7e46b;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(149, 191, 77, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(149, 191, 77, 0.5); }
  .btn-check:checked + .btn-green-light,
  .btn-check:active + .btn-green-light, .btn-green-light:active, .btn-green-light.active,
  .show > .btn-green-light.dropdown-toggle {
    color: #000;
    background-color: #bfe77b;
    border-color: #b7e46b; }
    .btn-check:checked + .btn-green-light:focus,
    .btn-check:active + .btn-green-light:focus, .btn-green-light:active:focus, .btn-green-light.active:focus,
    .show > .btn-green-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(149, 191, 77, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(149, 191, 77, 0.5); }
  .btn-green-light:disabled, .btn-green-light.disabled {
    color: #000;
    background-color: #AFE15A;
    border-color: #AFE15A; }

.btn-green-dark {
  color: #000;
  background-color: #058778;
  border-color: #058778; }
  .btn-green-dark:hover {
    color: #000;
    background-color: #2b998c;
    border-color: #1e9386; }
  .btn-check:focus + .btn-green-dark, .btn-green-dark:focus {
    color: #000;
    background-color: #2b998c;
    border-color: #1e9386;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(4, 115, 102, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(4, 115, 102, 0.5); }
  .btn-check:checked + .btn-green-dark,
  .btn-check:active + .btn-green-dark, .btn-green-dark:active, .btn-green-dark.active,
  .show > .btn-green-dark.dropdown-toggle {
    color: #000;
    background-color: #379f93;
    border-color: #1e9386; }
    .btn-check:checked + .btn-green-dark:focus,
    .btn-check:active + .btn-green-dark:focus, .btn-green-dark:active:focus, .btn-green-dark.active:focus,
    .show > .btn-green-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(4, 115, 102, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(4, 115, 102, 0.5); }
  .btn-green-dark:disabled, .btn-green-dark.disabled {
    color: #000;
    background-color: #058778;
    border-color: #058778; }

.btn-teal-light {
  color: #000;
  background-color: #73F5C8;
  border-color: #73F5C8; }
  .btn-teal-light:hover {
    color: #000;
    background-color: #88f7d0;
    border-color: #81f6ce; }
  .btn-check:focus + .btn-teal-light, .btn-teal-light:focus {
    color: #000;
    background-color: #88f7d0;
    border-color: #81f6ce;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(98, 208, 170, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(98, 208, 170, 0.5); }
  .btn-check:checked + .btn-teal-light,
  .btn-check:active + .btn-teal-light, .btn-teal-light:active, .btn-teal-light.active,
  .show > .btn-teal-light.dropdown-toggle {
    color: #000;
    background-color: #8ff7d3;
    border-color: #81f6ce; }
    .btn-check:checked + .btn-teal-light:focus,
    .btn-check:active + .btn-teal-light:focus, .btn-teal-light:active:focus, .btn-teal-light.active:focus,
    .show > .btn-teal-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(98, 208, 170, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(98, 208, 170, 0.5); }
  .btn-teal-light:disabled, .btn-teal-light.disabled {
    color: #000;
    background-color: #73F5C8;
    border-color: #73F5C8; }

.btn-teal-dark {
  color: #000;
  background-color: #00A1AB;
  border-color: #00A1AB; }
  .btn-teal-dark:hover {
    color: #000;
    background-color: #26afb8;
    border-color: #1aaab3; }
  .btn-check:focus + .btn-teal-dark, .btn-teal-dark:focus {
    color: #000;
    background-color: #26afb8;
    border-color: #1aaab3;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 137, 145, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(0, 137, 145, 0.5); }
  .btn-check:checked + .btn-teal-dark,
  .btn-check:active + .btn-teal-dark, .btn-teal-dark:active, .btn-teal-dark.active,
  .show > .btn-teal-dark.dropdown-toggle {
    color: #000;
    background-color: #33b4bc;
    border-color: #1aaab3; }
    .btn-check:checked + .btn-teal-dark:focus,
    .btn-check:active + .btn-teal-dark:focus, .btn-teal-dark:active:focus, .btn-teal-dark.active:focus,
    .show > .btn-teal-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 137, 145, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(0, 137, 145, 0.5); }
  .btn-teal-dark:disabled, .btn-teal-dark.disabled {
    color: #000;
    background-color: #00A1AB;
    border-color: #00A1AB; }

.btn-outline-primary {
  color: #05297E;
  border-color: #05297E; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #05297E;
    border-color: #05297E; }
  .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(5, 41, 126, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(5, 41, 126, 0.5); }
  .btn-check:checked + .btn-outline-primary,
  .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
    color: #fff;
    background-color: #05297E;
    border-color: #05297E; }
    .btn-check:checked + .btn-outline-primary:focus,
    .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(5, 41, 126, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(5, 41, 126, 0.5); }
  .btn-outline-primary:disabled, .btn-outline-primary.disabled {
    color: #05297E;
    background-color: transparent; }

.btn-outline-navy {
  color: #05297E;
  border-color: #05297E; }
  .btn-outline-navy:hover {
    color: #fff;
    background-color: #05297E;
    border-color: #05297E; }
  .btn-check:focus + .btn-outline-navy, .btn-outline-navy:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(5, 41, 126, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(5, 41, 126, 0.5); }
  .btn-check:checked + .btn-outline-navy,
  .btn-check:active + .btn-outline-navy, .btn-outline-navy:active, .btn-outline-navy.active, .btn-outline-navy.dropdown-toggle.show {
    color: #fff;
    background-color: #05297E;
    border-color: #05297E; }
    .btn-check:checked + .btn-outline-navy:focus,
    .btn-check:active + .btn-outline-navy:focus, .btn-outline-navy:active:focus, .btn-outline-navy.active:focus, .btn-outline-navy.dropdown-toggle.show:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(5, 41, 126, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(5, 41, 126, 0.5); }
  .btn-outline-navy:disabled, .btn-outline-navy.disabled {
    color: #05297E;
    background-color: transparent; }

.btn-outline-blue {
  color: #47CDEB;
  border-color: #47CDEB; }
  .btn-outline-blue:hover {
    color: #000;
    background-color: #47CDEB;
    border-color: #47CDEB; }
  .btn-check:focus + .btn-outline-blue, .btn-outline-blue:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(71, 205, 235, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(71, 205, 235, 0.5); }
  .btn-check:checked + .btn-outline-blue,
  .btn-check:active + .btn-outline-blue, .btn-outline-blue:active, .btn-outline-blue.active, .btn-outline-blue.dropdown-toggle.show {
    color: #000;
    background-color: #47CDEB;
    border-color: #47CDEB; }
    .btn-check:checked + .btn-outline-blue:focus,
    .btn-check:active + .btn-outline-blue:focus, .btn-outline-blue:active:focus, .btn-outline-blue.active:focus, .btn-outline-blue.dropdown-toggle.show:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(71, 205, 235, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(71, 205, 235, 0.5); }
  .btn-outline-blue:disabled, .btn-outline-blue.disabled {
    color: #47CDEB;
    background-color: transparent; }

.btn-outline-grey {
  color: #CFCECD;
  border-color: #CFCECD; }
  .btn-outline-grey:hover {
    color: #000;
    background-color: #CFCECD;
    border-color: #CFCECD; }
  .btn-check:focus + .btn-outline-grey, .btn-outline-grey:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(207, 206, 205, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(207, 206, 205, 0.5); }
  .btn-check:checked + .btn-outline-grey,
  .btn-check:active + .btn-outline-grey, .btn-outline-grey:active, .btn-outline-grey.active, .btn-outline-grey.dropdown-toggle.show {
    color: #000;
    background-color: #CFCECD;
    border-color: #CFCECD; }
    .btn-check:checked + .btn-outline-grey:focus,
    .btn-check:active + .btn-outline-grey:focus, .btn-outline-grey:active:focus, .btn-outline-grey.active:focus, .btn-outline-grey.dropdown-toggle.show:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(207, 206, 205, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(207, 206, 205, 0.5); }
  .btn-outline-grey:disabled, .btn-outline-grey.disabled {
    color: #CFCECD;
    background-color: transparent; }

.btn-outline-grey-light {
  color: #F2F4F5;
  border-color: #F2F4F5; }
  .btn-outline-grey-light:hover {
    color: #000;
    background-color: #F2F4F5;
    border-color: #F2F4F5; }
  .btn-check:focus + .btn-outline-grey-light, .btn-outline-grey-light:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(242, 244, 245, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(242, 244, 245, 0.5); }
  .btn-check:checked + .btn-outline-grey-light,
  .btn-check:active + .btn-outline-grey-light, .btn-outline-grey-light:active, .btn-outline-grey-light.active, .btn-outline-grey-light.dropdown-toggle.show {
    color: #000;
    background-color: #F2F4F5;
    border-color: #F2F4F5; }
    .btn-check:checked + .btn-outline-grey-light:focus,
    .btn-check:active + .btn-outline-grey-light:focus, .btn-outline-grey-light:active:focus, .btn-outline-grey-light.active:focus, .btn-outline-grey-light.dropdown-toggle.show:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(242, 244, 245, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(242, 244, 245, 0.5); }
  .btn-outline-grey-light:disabled, .btn-outline-grey-light.disabled {
    color: #F2F4F5;
    background-color: transparent; }

.btn-outline-grey-dark {
  color: #263037;
  border-color: #263037; }
  .btn-outline-grey-dark:hover {
    color: #fff;
    background-color: #263037;
    border-color: #263037; }
  .btn-check:focus + .btn-outline-grey-dark, .btn-outline-grey-dark:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(38, 48, 55, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(38, 48, 55, 0.5); }
  .btn-check:checked + .btn-outline-grey-dark,
  .btn-check:active + .btn-outline-grey-dark, .btn-outline-grey-dark:active, .btn-outline-grey-dark.active, .btn-outline-grey-dark.dropdown-toggle.show {
    color: #fff;
    background-color: #263037;
    border-color: #263037; }
    .btn-check:checked + .btn-outline-grey-dark:focus,
    .btn-check:active + .btn-outline-grey-dark:focus, .btn-outline-grey-dark:active:focus, .btn-outline-grey-dark.active:focus, .btn-outline-grey-dark.dropdown-toggle.show:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(38, 48, 55, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(38, 48, 55, 0.5); }
  .btn-outline-grey-dark:disabled, .btn-outline-grey-dark.disabled {
    color: #263037;
    background-color: transparent; }

.btn-outline-green-light {
  color: #AFE15A;
  border-color: #AFE15A; }
  .btn-outline-green-light:hover {
    color: #000;
    background-color: #AFE15A;
    border-color: #AFE15A; }
  .btn-check:focus + .btn-outline-green-light, .btn-outline-green-light:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(175, 225, 90, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(175, 225, 90, 0.5); }
  .btn-check:checked + .btn-outline-green-light,
  .btn-check:active + .btn-outline-green-light, .btn-outline-green-light:active, .btn-outline-green-light.active, .btn-outline-green-light.dropdown-toggle.show {
    color: #000;
    background-color: #AFE15A;
    border-color: #AFE15A; }
    .btn-check:checked + .btn-outline-green-light:focus,
    .btn-check:active + .btn-outline-green-light:focus, .btn-outline-green-light:active:focus, .btn-outline-green-light.active:focus, .btn-outline-green-light.dropdown-toggle.show:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(175, 225, 90, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(175, 225, 90, 0.5); }
  .btn-outline-green-light:disabled, .btn-outline-green-light.disabled {
    color: #AFE15A;
    background-color: transparent; }

.btn-outline-green-dark {
  color: #058778;
  border-color: #058778; }
  .btn-outline-green-dark:hover {
    color: #000;
    background-color: #058778;
    border-color: #058778; }
  .btn-check:focus + .btn-outline-green-dark, .btn-outline-green-dark:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(5, 135, 120, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(5, 135, 120, 0.5); }
  .btn-check:checked + .btn-outline-green-dark,
  .btn-check:active + .btn-outline-green-dark, .btn-outline-green-dark:active, .btn-outline-green-dark.active, .btn-outline-green-dark.dropdown-toggle.show {
    color: #000;
    background-color: #058778;
    border-color: #058778; }
    .btn-check:checked + .btn-outline-green-dark:focus,
    .btn-check:active + .btn-outline-green-dark:focus, .btn-outline-green-dark:active:focus, .btn-outline-green-dark.active:focus, .btn-outline-green-dark.dropdown-toggle.show:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(5, 135, 120, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(5, 135, 120, 0.5); }
  .btn-outline-green-dark:disabled, .btn-outline-green-dark.disabled {
    color: #058778;
    background-color: transparent; }

.btn-outline-teal-light {
  color: #73F5C8;
  border-color: #73F5C8; }
  .btn-outline-teal-light:hover {
    color: #000;
    background-color: #73F5C8;
    border-color: #73F5C8; }
  .btn-check:focus + .btn-outline-teal-light, .btn-outline-teal-light:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(115, 245, 200, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(115, 245, 200, 0.5); }
  .btn-check:checked + .btn-outline-teal-light,
  .btn-check:active + .btn-outline-teal-light, .btn-outline-teal-light:active, .btn-outline-teal-light.active, .btn-outline-teal-light.dropdown-toggle.show {
    color: #000;
    background-color: #73F5C8;
    border-color: #73F5C8; }
    .btn-check:checked + .btn-outline-teal-light:focus,
    .btn-check:active + .btn-outline-teal-light:focus, .btn-outline-teal-light:active:focus, .btn-outline-teal-light.active:focus, .btn-outline-teal-light.dropdown-toggle.show:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(115, 245, 200, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(115, 245, 200, 0.5); }
  .btn-outline-teal-light:disabled, .btn-outline-teal-light.disabled {
    color: #73F5C8;
    background-color: transparent; }

.btn-outline-teal-dark {
  color: #00A1AB;
  border-color: #00A1AB; }
  .btn-outline-teal-dark:hover {
    color: #000;
    background-color: #00A1AB;
    border-color: #00A1AB; }
  .btn-check:focus + .btn-outline-teal-dark, .btn-outline-teal-dark:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 161, 171, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(0, 161, 171, 0.5); }
  .btn-check:checked + .btn-outline-teal-dark,
  .btn-check:active + .btn-outline-teal-dark, .btn-outline-teal-dark:active, .btn-outline-teal-dark.active, .btn-outline-teal-dark.dropdown-toggle.show {
    color: #000;
    background-color: #00A1AB;
    border-color: #00A1AB; }
    .btn-check:checked + .btn-outline-teal-dark:focus,
    .btn-check:active + .btn-outline-teal-dark:focus, .btn-outline-teal-dark:active:focus, .btn-outline-teal-dark.active:focus, .btn-outline-teal-dark.dropdown-toggle.show:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 161, 171, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(0, 161, 171, 0.5); }
  .btn-outline-teal-dark:disabled, .btn-outline-teal-dark.disabled {
    color: #00A1AB;
    background-color: transparent; }

.btn-link {
  font-weight: 400;
  color: #00A1AB;
  text-decoration: none; }
  .btn-link:hover {
    color: #05297E; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d; }

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

.form-label {
  margin-bottom: 0.5rem; }

.col-form-label {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.25rem; }

.col-form-label-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem; }

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d; }

.form-control {
  display: block;
  width: 100%;
  padding: 1.3rem 1.6rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4F4F4F;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      transition: none; } }
  .form-control[type="file"] {
    overflow: hidden; }
    .form-control[type="file"]:not(:disabled):not([readonly]) {
      cursor: pointer; }
  .form-control:focus {
    color: #4F4F4F;
    background-color: #fff;
    border-color: #8294bf;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(5, 41, 126, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(5, 41, 126, 0.25); }
  .form-control::-webkit-date-and-time-value {
    height: 1.5em; }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }
  .form-control::file-selector-button {
    padding: 1.3rem 1.6rem;
    margin: -1.3rem -1.6rem;
    -webkit-margin-end: 1.6rem;
            margin-inline-end: 1.6rem;
    color: #4F4F4F;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 0;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::file-selector-button {
        -webkit-transition: none;
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3; }
  .form-control::-webkit-file-upload-button {
    padding: 1.3rem 1.6rem;
    margin: -1.3rem -1.6rem;
    -webkit-margin-end: 1.6rem;
            margin-inline-end: 1.6rem;
    color: #4F4F4F;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 0;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 1.3rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 0 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  min-height: calc(1.5em + 0.5rem);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }
  .form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
            margin-inline-end: 0.5rem; }
  .form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
            margin-inline-end: 0.5rem; }

.form-control-lg {
  min-height: calc(1.5em + 1rem);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }
  .form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
            margin-inline-end: 1rem; }
  .form-control-lg::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
            margin-inline-end: 1rem; }

textarea.form-control {
  min-height: 60px; }

textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem); }

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem); }

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 1.3rem; }
  .form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer; }
  .form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: 0; }
  .form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: 0; }

.form-select {
  display: block;
  width: 100%;
  padding: 1.3rem 4.8rem 1.3rem 1.6rem;
  -moz-padding-start: calc(1.6rem - 3px);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4F4F4F;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1.6rem center;
  background-size: 16px 12px;
  border: 0 solid #ced4da;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  @media (prefers-reduced-motion: reduce) {
    .form-select {
      -webkit-transition: none;
      transition: none; } }
  .form-select:focus {
    border-color: #8294bf;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(5, 41, 126, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(5, 41, 126, 0.25); }
  .form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 1.6rem;
    background-image: none; }
  .form-select:disabled {
    background-color: #e9ecef; }
  .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #4F4F4F; }

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem; }
  .form-check .form-check-input {
    float: left;
    margin-left: -1.5em; }

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact; }
  .form-check-input[type="checkbox"] {
    border-radius: 0.25em; }
  .form-check-input[type="radio"] {
    border-radius: 50%; }
  .form-check-input:active {
    -webkit-filter: brightness(90%);
            filter: brightness(90%); }
  .form-check-input:focus {
    border-color: #8294bf;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(5, 41, 126, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(5, 41, 126, 0.25); }
  .form-check-input:checked {
    background-color: #05297E;
    border-color: #05297E; }
    .form-check-input:checked[type="checkbox"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }
    .form-check-input:checked[type="radio"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); }
  .form-check-input[type="checkbox"]:indeterminate {
    background-color: #05297E;
    border-color: #05297E;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); }
  .form-check-input:disabled {
    pointer-events: none;
    -webkit-filter: none;
            filter: none;
    opacity: 0.5; }
  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    opacity: 0.5; }

.form-switch {
  padding-left: 2.5em; }
  .form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    -webkit-transition: background-position 0.15s ease-in-out;
    transition: background-position 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-switch .form-check-input {
        -webkit-transition: none;
        transition: none; } }
    .form-switch .form-check-input:focus {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%238294bf'/%3e%3c/svg%3e"); }
    .form-switch .form-check-input:checked {
      background-position: right center;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.form-check-inline {
  display: inline-block;
  margin-right: 1rem; }

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }
  .btn-check[disabled] + .btn, .btn-check:disabled + .btn {
    pointer-events: none;
    -webkit-filter: none;
            filter: none;
    opacity: 0.65; }

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .form-range:focus {
    outline: 0; }
    .form-range:focus::-webkit-slider-thumb {
      -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(5, 41, 126, 0.25);
              box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(5, 41, 126, 0.25); }
    .form-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(5, 41, 126, 0.25); }
  .form-range::-moz-focus-outer {
    border: 0; }
  .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #05297E;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .form-range::-webkit-slider-thumb:active {
      background-color: #b4bfd8; }
  .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #05297E;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none; } }
    .form-range::-moz-range-thumb:active {
      background-color: #b4bfd8; }
  .form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range:disabled {
    pointer-events: none; }
    .form-range:disabled::-webkit-slider-thumb {
      background-color: #adb5bd; }
    .form-range:disabled::-moz-range-thumb {
      background-color: #adb5bd; }

.form-floating {
  position: relative; }
  .form-floating > .form-control,
  .form-floating > .form-select {
    height: 3.5rem;
    line-height: 1.25; }
  .form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 1.6rem;
    pointer-events: none;
    border: 0 solid transparent;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-floating > label {
        -webkit-transition: none;
        transition: none; } }
  .form-floating > .form-control {
    padding: 1rem 1.6rem; }
    .form-floating > .form-control::-webkit-input-placeholder {
      color: transparent; }
    .form-floating > .form-control::-moz-placeholder {
      color: transparent; }
    .form-floating > .form-control:-ms-input-placeholder {
      color: transparent; }
    .form-floating > .form-control::-ms-input-placeholder {
      color: transparent; }
    .form-floating > .form-control::placeholder {
      color: transparent; }
    .form-floating > .form-control:not(:-moz-placeholder-shown) {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    .form-floating > .form-control:not(:-ms-input-placeholder) {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    .form-floating > .form-control:-webkit-autofill {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
  .form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .form-floating > .form-select ~ label {
    opacity: 0.65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
            transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
            transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-select {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    min-width: 0; }
  .input-group > .form-control:focus,
  .input-group > .form-select:focus {
    z-index: 3; }
  .input-group .btn {
    position: relative;
    z-index: 2; }
    .input-group .btn:focus {
      z-index: 3; }

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.3rem 1.6rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4F4F4F;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 0 solid #ced4da;
  border-radius: 0; }

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 6.4rem; }

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 2.6rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.65rem) center;
  background-size: calc(0.75em + 1.3rem) calc(0.75em + 1.3rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #198754;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 2.6rem);
  background-position: top calc(0.375em + 0.65rem) right calc(0.375em + 0.65rem); }

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754; }
  .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
    padding-right: 8.8rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right 1.6rem center, center right 4.8rem;
    background-size: 16px 12px, calc(0.75em + 1.3rem) calc(0.75em + 1.3rem); }
  .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
    border-color: #198754;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754; }
  .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: #198754; }
  .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #198754; }

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em; }

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated
.input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1; }
  .was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated
  .input-group .form-select:valid:focus,
  .input-group .form-select.is-valid:focus {
    z-index: 3; }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 2.6rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.65rem) center;
  background-size: calc(0.75em + 1.3rem) calc(0.75em + 1.3rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 2.6rem);
  background-position: top calc(0.375em + 0.65rem) right calc(0.375em + 0.65rem); }

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
    padding-right: 8.8rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-position: right 1.6rem center, center right 4.8rem;
    background-size: 16px 12px, calc(0.75em + 1.3rem) calc(0.75em + 1.3rem); }
  .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
    background-color: #dc3545; }
  .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545; }

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em; }

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated
.input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2; }
  .was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated
  .input-group .form-select:invalid:focus,
  .input-group .form-select.is-invalid:focus {
    z-index: 3; }

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 0.125rem; }

.dropdown-menu-start {
  --bs-position: start; }
  .dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0; }

.dropdown-menu-end {
  --bs-position: end; }
  .dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start; }
    .dropdown-menu-sm-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-sm-end {
    --bs-position: end; }
    .dropdown-menu-sm-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start; }
    .dropdown-menu-md-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-md-end {
    --bs-position: end; }
    .dropdown-menu-md-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start; }
    .dropdown-menu-lg-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-lg-end {
    --bs-position: end; }
    .dropdown-menu-lg-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start; }
    .dropdown-menu-xl-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-xl-end {
    --bs-position: end; }
    .dropdown-menu-xl-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 1440px) {
  .dropdown-menu-xxl-start {
    --bs-position: start; }
    .dropdown-menu-xxl-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-xxl-end {
    --bs-position: end; }
    .dropdown-menu-xxl-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 1600px) {
  .dropdown-menu-xxxl-start {
    --bs-position: start; }
    .dropdown-menu-xxxl-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-xxxl-end {
    --bs-position: end; }
    .dropdown-menu-xxxl-end[data-bs-popper] {
      right: 0;
      left: auto; } }

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropend .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropend .dropdown-toggle::after {
  vertical-align: 0; }

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropstart .dropdown-toggle::after {
  display: none; }

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropstart .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15); }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #1e2125;
    background-color: #e9ecef; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #05297E; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529; }

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15); }
  .dropdown-menu-dark .dropdown-item {
    color: #dee2e6; }
    .dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
      color: #fff;
      background-color: rgba(255, 255, 255, 0.15); }
    .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
      color: #fff;
      background-color: #05297E; }
    .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
      color: #adb5bd; }
  .dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, 0.15); }
  .dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6; }
  .dropdown-menu-dark .dropdown-header {
    color: #adb5bd; }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #00A1AB;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .nav-link {
      -webkit-transition: none;
      transition: none; } }
  .nav-link:hover, .nav-link:focus {
    color: #05297E; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6;
      isolation: isolate; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #05297E; }

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }
  .navbar > .container,
  .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl, .navbar > .container-xxxl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: inherit;
        flex-wrap: inherit;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  white-space: nowrap; }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static; }

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
      -webkit-transition: none;
      transition: none; } }
  .navbar-toggler:hover {
    text-decoration: none; }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem;
            box-shadow: 0 0 0 0.25rem; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%; }

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto; }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; }
    .navbar-expand-sm .offcanvas-header {
      display: none; }
    .navbar-expand-sm .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      -webkit-transition: none;
      transition: none;
      -webkit-transform: none;
              transform: none; }
    .navbar-expand-sm .offcanvas-top,
    .navbar-expand-sm .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-sm .offcanvas-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; }
    .navbar-expand-md .offcanvas-header {
      display: none; }
    .navbar-expand-md .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      -webkit-transition: none;
      transition: none;
      -webkit-transform: none;
              transform: none; }
    .navbar-expand-md .offcanvas-top,
    .navbar-expand-md .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-md .offcanvas-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; }
    .navbar-expand-lg .offcanvas-header {
      display: none; }
    .navbar-expand-lg .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      -webkit-transition: none;
      transition: none;
      -webkit-transform: none;
              transform: none; }
    .navbar-expand-lg .offcanvas-top,
    .navbar-expand-lg .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-lg .offcanvas-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; }
    .navbar-expand-xl .offcanvas-header {
      display: none; }
    .navbar-expand-xl .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      -webkit-transition: none;
      transition: none;
      -webkit-transform: none;
              transform: none; }
    .navbar-expand-xl .offcanvas-top,
    .navbar-expand-xl .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-xl .offcanvas-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 1440px) {
  .navbar-expand-xxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xxl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; }
    .navbar-expand-xxl .offcanvas-header {
      display: none; }
    .navbar-expand-xxl .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      -webkit-transition: none;
      transition: none;
      -webkit-transform: none;
              transform: none; }
    .navbar-expand-xxl .offcanvas-top,
    .navbar-expand-xxl .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-xxl .offcanvas-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 1600px) {
  .navbar-expand-xxxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xxxl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xxxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxxl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xxxl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xxxl .navbar-toggler {
      display: none; }
    .navbar-expand-xxxl .offcanvas-header {
      display: none; }
    .navbar-expand-xxxl .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      -webkit-transition: none;
      transition: none;
      -webkit-transform: none;
              transform: none; }
    .navbar-expand-xxxl .offcanvas-top,
    .navbar-expand-xxxl .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-xxxl .offcanvas-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

.navbar-expand {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }
  .navbar-expand .offcanvas-header {
    display: none; }
  .navbar-expand .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
            transform: none; }
  .navbar-expand .offcanvas-top,
  .navbar-expand .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0; }
  .navbar-expand .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55); }
  .navbar-light .navbar-text a,
  .navbar-light .navbar-text a:hover,
  .navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55); }
  .navbar-dark .navbar-text a,
  .navbar-dark .navbar-text a:hover,
  .navbar-dark .navbar-text a:focus {
    color: #fff; }

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem 1rem; }

.card-title {
  margin-bottom: 0.5rem; }

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link + .card-link {
  margin-left: 1rem; }

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-group > .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .card-group > .card {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
            transform: none; }
  .modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
            transform: scale(1.02); }

.modal-dialog-scrollable {
  height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem); }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0; }
  .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .modal-fullscreen .modal-header {
    border-radius: 0; }
  .modal-fullscreen .modal-body {
    overflow-y: auto; }
  .modal-fullscreen .modal-footer {
    border-radius: 0; }

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-sm-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-sm-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-md-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-md-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-lg-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-lg-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-xl-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 1439.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xxl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-xxl-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 1599.98px) {
  .modal-fullscreen-xxxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xxxl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xxxl-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-xxxl-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-xxxl-down .modal-footer {
      border-radius: 0; } }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-1 {
      font-size: 5rem; } }

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-2 {
      font-size: 4.5rem; } }

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-3 {
      font-size: 4rem; } }

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-4 {
      font-size: 3.5rem; } }

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-5 {
      font-size: 3rem; } }

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-6 {
      font-size: 2.5rem; } }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 0.875em;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }
  .blockquote > :last-child {
    margin-bottom: 0; }

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6; }
  .table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
            box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); }
  .table > tbody {
    vertical-align: inherit; }
  .table > thead {
    vertical-align: bottom; }
  .table > :not(:first-child) {
    border-top: 2px solid currentColor; }

.caption-top {
  caption-side: top; }

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem; }

.table-bordered > :not(caption) > * {
  border-width: 1px 0; }
  .table-bordered > :not(caption) > * > * {
    border-width: 0 1px; }

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0; }

.table-borderless > :not(:first-child) {
  border-top-width: 0; }

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color); }

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color); }

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color); }

.table-primary {
  --bs-table-bg: #cdd4e5;
  --bs-table-striped-bg: #c3c9da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b9bfce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bec4d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #b9bfce; }

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce; }

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7; }

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3; }

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9; }

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4; }

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1; }

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e; }

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1439.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1599.98px) {
  .table-responsive-xxxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */; }

.breadcrumb-item.active {
  color: #6c757d; }

.btn-close {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5; }
  .btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75; }
  .btn-close:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(5, 41, 126, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(5, 41, 126, 0.25);
    opacity: 1; }
  .btn-close:disabled, .btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    opacity: 0.25; }

.btn-close-white {
  -webkit-filter: invert(1) grayscale(100%) brightness(200%);
          filter: invert(1) grayscale(100%) brightness(200%); }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.link-primary {
  color: #05297E; }
  .link-primary:hover, .link-primary:focus {
    color: #042165; }

.link-navy {
  color: #05297E; }
  .link-navy:hover, .link-navy:focus {
    color: #042165; }

.link-blue {
  color: #47CDEB; }
  .link-blue:hover, .link-blue:focus {
    color: #6cd7ef; }

.link-grey {
  color: #CFCECD; }
  .link-grey:hover, .link-grey:focus {
    color: #d9d8d7; }

.link-grey-light {
  color: #F2F4F5; }
  .link-grey-light:hover, .link-grey-light:focus {
    color: #f5f6f7; }

.link-grey-dark {
  color: #263037; }
  .link-grey-dark:hover, .link-grey-dark:focus {
    color: #1e262c; }

.link-green-light {
  color: #AFE15A; }
  .link-green-light:hover, .link-green-light:focus {
    color: #bfe77b; }

.link-green-dark {
  color: #058778; }
  .link-green-dark:hover, .link-green-dark:focus {
    color: #379f93; }

.link-teal-light {
  color: #73F5C8; }
  .link-teal-light:hover, .link-teal-light:focus {
    color: #8ff7d3; }

.link-teal-dark {
  color: #00A1AB; }
  .link-teal-dark:hover, .link-teal-dark:focus {
    color: #33b4bc; }

.ratio {
  position: relative;
  width: 100%; }
  .ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""; }
  .ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.ratio-1x1 {
  --bs-aspect-ratio: 100%; }

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%); }

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%); }

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%); }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020; }

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 1440px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 1600px) {
  .sticky-xxxl-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.hstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch; }

.vstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      align-self: stretch; }

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ""; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.vr {
  display: inline-block;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25; }

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      transition: none; } }
  .collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    -webkit-transition: width 0.35s ease;
    transition: width 0.35s ease; }
    @media (prefers-reduced-motion: reduce) {
      .collapsing.collapse-horizontal {
        -webkit-transition: none;
        transition: none; } }

/* :::::::::::::::
<label class="custom-checkbox form-check-label" for="checkboxID">
    <input id="checkboxID" type="checkbox" class="custom-checkbox__item" checked />
    <i></i>
    <span>{{Your label message}}</span>
</label>
::::::::::::::: */
.btn:hover, .btn:focus, .btn:active,
.button:hover,
.button:focus,
.button:active {
  -webkit-box-shadow: 0 0 40px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 40px 4px rgba(0, 0, 0, 0.2); }

.btn-primary, .btn--primary,
.button-primary,
.button--primary {
  color: white;
  background-color: #05297E; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn--primary:hover, .btn--primary:focus, .btn--primary:active,
  .button-primary:hover,
  .button-primary:focus,
  .button-primary:active,
  .button--primary:hover,
  .button--primary:focus,
  .button--primary:active {
    color: white;
    background-color: #05297E; }

.btn-outline-blue, .btn--outline-blue,
.button-outline-blue,
.button--outline-blue {
  color: #47CDEB;
  border: 1px solid #47CDEB;
  background-color: transparent; }
  .btn-outline-blue:hover, .btn-outline-blue:focus, .btn-outline-blue:active, .btn--outline-blue:hover, .btn--outline-blue:focus, .btn--outline-blue:active,
  .button-outline-blue:hover,
  .button-outline-blue:focus,
  .button-outline-blue:active,
  .button--outline-blue:hover,
  .button--outline-blue:focus,
  .button--outline-blue:active {
    color: #47CDEB;
    border: 1px solid #47CDEB;
    background-color: transparent; }

.btn-outline-white, .btn--outline-white,
.button-outline-white,
.button--outline-white {
  color: white;
  border: 1px solid white;
  background-color: transparent; }
  .btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active, .btn--outline-white:hover, .btn--outline-white:focus, .btn--outline-white:active,
  .button-outline-white:hover,
  .button-outline-white:focus,
  .button-outline-white:active,
  .button--outline-white:hover,
  .button--outline-white:focus,
  .button--outline-white:active {
    color: #05297E;
    border: 1px solid white;
    background-color: #fff; }

.btn-blue, .btn--blue,
.button-blue,
.button--blue {
  color: #05297E;
  background-color: #47CDEB; }
  .btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn--blue:hover, .btn--blue:focus, .btn--blue:active,
  .button-blue:hover,
  .button-blue:focus,
  .button-blue:active,
  .button--blue:hover,
  .button--blue:focus,
  .button--blue:active {
    color: #05297E;
    background-color: #47CDEB; }

.btn-white, .btn--white,
.button-white,
.button--white {
  color: #05297E;
  background-color: #FFFFFF; }
  .btn-white:hover, .btn-white:focus, .btn-white:active, .btn--white:hover, .btn--white:focus, .btn--white:active,
  .button-white:hover,
  .button-white:focus,
  .button-white:active,
  .button--white:hover,
  .button--white:focus,
  .button--white:active {
    color: #05297E;
    background-color: #FFFFFF; }

.btn-teal-dark, .btn--teal-dark,
.button-teal-dark,
.button--teal-dark {
  color: #FFFFFF;
  background-color: #00A1AB; }
  .btn-teal-dark:hover, .btn-teal-dark:focus, .btn-teal-dark:active, .btn--teal-dark:hover, .btn--teal-dark:focus, .btn--teal-dark:active,
  .button-teal-dark:hover,
  .button-teal-dark:focus,
  .button-teal-dark:active,
  .button--teal-dark:hover,
  .button--teal-dark:focus,
  .button--teal-dark:active {
    color: #FFFFFF;
    background-color: #00A1AB; }

.btn-href, .btn--href,
.button-href,
.button--href {
  position: relative;
  padding-right: 60px; }
  .btn-href::before, .btn--href::before,
  .button-href::before,
  .button--href::before {
    position: absolute;
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 25px;
    width: 24px;
    height: 24px;
    background-image: url(icon-href.svg);
    background-repeat: no-repeat; }

.btn-open, .btn--open,
.button-open,
.button--open {
  position: relative;
  padding-right: 54px; }
  .btn-open::before, .btn--open::before,
  .button-open::before,
  .button--open::before {
    position: absolute;
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 25px;
    width: 19px;
    height: 12px;
    background-image: url(icon-chevron.svg);
    background-repeat: no-repeat; }

.bootstrap-select .dropdown-toggle {
  color: #05297E;
  border: 2px solid #73F5C8;
  background-color: transparent; }
  .bootstrap-select .dropdown-toggle:hover, .bootstrap-select .dropdown-toggle:focus, .bootstrap-select .dropdown-toggle:active {
    color: #05297E;
    border: 2px solid #73F5C8;
    outline: 0 !important;
    background-color: transparent; }

.section {
  padding-top: 70px;
  padding-bottom: 80px; }

.custom-checkbox .custom-checkbox__item {
  display: none; }
  .custom-checkbox .custom-checkbox__item:checked + i {
    border-color: #FFFFFF;
    background: transparent; }
    .custom-checkbox .custom-checkbox__item:checked + i:hover:after {
      opacity: 1; }
    .custom-checkbox .custom-checkbox__item:checked + i:after {
      opacity: 1;
      border-color: #FFFFFF; }
  .custom-checkbox .custom-checkbox__item + i {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .custom-checkbox .custom-checkbox__item + i:before, .custom-checkbox .custom-checkbox__item + i:after {
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
  .custom-checkbox .custom-checkbox__item + i {
    font-size: 18px;
    position: relative;
    top: -1px;
    display: inline-block;
    width: 22.5px;
    height: 22.5px;
    cursor: pointer;
    -webkit-transition: background 200ms ease;
    transition: background 200ms ease;
    vertical-align: middle;
    border: 1px solid #FFFFFF;
    background: transparent;
    border-radius: 0; }
    .custom-checkbox .custom-checkbox__item + i:hover:after {
      opacity: 0.2; }
    .custom-checkbox .custom-checkbox__item + i:after {
      position: absolute;
      top: calc(50% - 1px);
      left: 50%;
      width: 0.68em;
      height: 0.4em;
      content: "";
      -webkit-transform: translate(-50%, -50%) translateZ(1px) rotate(-45deg);
              transform: translate(-50%, -50%) translateZ(1px) rotate(-45deg);
      opacity: 0;
      border: 0.15em solid transparent;
      border-top: none;
      border-right: none;
      outline: 1px solid transparent;
      background: rgba(0, 0, 0, 0); }

.custom-checkbox span {
  margin-left: 10px; }

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  color: #fff; }

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 4px;
  background: #fff; }

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #fff; }

.control input:checked ~ .control__indicator {
  background: #fff; }

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none; }

.control__indicator:after {
  content: '';
  position: absolute;
  display: none; }

.control input:checked ~ .control__indicator:after {
  display: block; }

.control--checkbox .control__indicator:after {
  left: 6px;
  top: 4px;
  width: 6px;
  height: 8px;
  border: solid #05297E;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.control--checkbox .error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b; }

a {
  font-weight: 400;
  position: relative; }
  a::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: ""; }
  a:hover {
    text-decoration: none; }

h1, .h1, .heading-xxl {
  font-size: calc(1.34375rem + 1.125vw);
  font-weight: 600;
  line-height: 125%; }
  @media (min-width: 1200px) {
    h1, .h1, .heading-xxl {
      font-size: 2.1875rem; } }
  @media (min-width: 992px) {
    h1, .h1, .heading-xxl {
      font-size: calc(1.53125rem + 3.375vw); } }
  @media (min-width: 992px) and (min-width: 1200px) {
    h1, .h1, .heading-xxl {
      font-size: 4.0625rem; } }

h2, .h2, .heading-xl {
  font-size: calc(1.325rem + 0.9vw);
  font-weight: 600;
  line-height: 125%; }
  @media (min-width: 1200px) {
    h2, .h2, .heading-xl {
      font-size: 2rem; } }
  @media (min-width: 992px) {
    h2, .h2, .heading-xl {
      font-size: calc(1.4375rem + 2.25vw); } }
  @media (min-width: 992px) and (min-width: 1200px) {
    h2, .h2, .heading-xl {
      font-size: 3.125rem; } }

h3, .h3, .heading-lg {
  font-size: calc(1.3rem + 0.6vw);
  font-weight: 600;
  line-height: 125%; }
  @media (min-width: 1200px) {
    h3, .h3, .heading-lg {
      font-size: 1.75rem; } }
  @media (min-width: 992px) {
    h3, .h3, .heading-lg {
      font-size: calc(1.3625rem + 1.35vw); } }
  @media (min-width: 992px) and (min-width: 1200px) {
    h3, .h3, .heading-lg {
      font-size: 2.375rem; } }

h4, .h4, .heading-md {
  font-size: calc(1.2625rem + 0.15vw);
  font-weight: 600;
  line-height: 125%; }
  @media (min-width: 1200px) {
    h4, .h4, .heading-md {
      font-size: 1.375rem; } }
  @media (min-width: 992px) {
    h4, .h4, .heading-md {
      font-size: calc(1.275rem + 0.3vw); } }
  @media (min-width: 992px) and (min-width: 1200px) {
    h4, .h4, .heading-md {
      font-size: 1.5rem; } }

h5.heading-sm, .heading-sm.h5 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 125%; }
  @media (min-width: 992px) {
    h5.heading-sm, .heading-sm.h5 {
      font-size: 1.125rem;
      line-height: 125%; } }

h6, .h6 {
  font-size: 1rem; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto; }

.container {
  position: relative; }

.section {
  overflow: hidden;
  position: relative; }
  .section .highlight--headercrumb.left-top {
    -o-object-fit: left top;
       object-fit: left top; }
  .section .highlight--headercrumb.left-bottom {
    -o-object-fit: left bottom;
       object-fit: left bottom; }
  .section .highlight--headercrumb.left-center {
    -o-object-fit: left center;
       object-fit: left center; }
  .section .highlight--headercrumb.right-top {
    -o-object-fit: right top;
       object-fit: right top; }
  .section .highlight--headercrumb.right-bottom {
    -o-object-fit: right bottom;
       object-fit: right bottom; }
  .section .highlight--headercrumb.right-center {
    -o-object-fit: right center;
       object-fit: right center; }
  .section .highlight--headercrumb.center-top {
    -o-object-fit: center top;
       object-fit: center top; }
  .section .highlight--headercrumb.center-bottom {
    -o-object-fit: center bottom;
       object-fit: center bottom; }

.section--phrase {
  background-color: #05297E;
  color: white; }

.section--header {
  padding: 0px;
  background-color: #05297E;
  color: white; }
  .section--header .container {
    position: unset; }

.section--headercrumb-alt,
.section--headercrumb {
  padding: 0px;
  background-color: #05297E;
  color: white;
  position: relative; }
  .section--headercrumb-alt:before,
  .section--headercrumb:before {
    content: '';
    position: absolute;
    display: block;
    background: black;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.2) 100%);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .section--headercrumb-alt .highlight--headercrumb,
  .section--headercrumb .highlight--headercrumb {
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0; }
  .section--headercrumb-alt .highlight-lining--headercrumb,
  .section--headercrumb .highlight-lining--headercrumb {
    position: absolute;
    width: 90%;
    right: -40%;
    top: -28%;
    z-index: 2; }
    @media (max-width: 575.98px) {
      .section--headercrumb-alt .highlight-lining--headercrumb,
      .section--headercrumb .highlight-lining--headercrumb {
        width: 200%;
        right: -170%;
        top: -80%; } }

.section--about {
  background-color: #47CDEB; }
  .section--about.course {
    background-color: #00A1AB; }
  .section--about .container {
    position: unset; }

.section--team {
  background-color: #fff; }

.section--faq {
  background-color: #F2F4F5; }

.section--options {
  background-color: #fff; }

.section--flex {
  background-color: #fff; }
  @media (max-width: 991.98px) {
    .section--flex {
      padding-top: 20px; } }

.section--why {
  background-position: right -60% top -3%;
  background-size: auto 200%;
  background-repeat: no-repeat;
  background-image: url(line-blu.svg);
  background-color: #F2F4F5; }

.section--decision-tree {
  overflow: visible;
  background-color: #fff; }

.section--courses {
  overflow: visible;
  background-color: #fff; }

.section--quote {
  background-attachment: fixed;
  background-size: 80% auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(quotes.svg);
  background-color: #05297E; }
  @media (max-width: 991.98px) {
    .section--quote {
      background-image: url(quotes-mob.svg);
      background-size: 60% auto;
      background-position: center; } }
  @media (max-width: 575.98px) {
    .section--quote {
      background-size: 90% auto; } }

.section--call {
  background-color: #47CDEB;
  padding: 100px 0px; }
  @media (max-width: 991.98px) {
    .section--call {
      padding-top: 0px;
      padding-bottom: 0px; } }
  .section--call .container {
    position: relative;
    z-index: 1; }
  .section--call .highlight--call {
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0; }
    @media (max-width: 991.98px) {
      .section--call .highlight--call {
        position: relative; } }

.section--partners,
.section--accreditations {
  padding-bottom: 70px;
  background-color: #F2F4F5; }
  .section--partners::before,
  .section--accreditations::before {
    position: absolute;
    display: block;
    content: "";
    background-image: url(vector.svg);
    width: 1461.88px;
    height: 1159.79px;
    top: 25px;
    left: -487px; }

.section--socials {
  padding-top: 38px;
  padding-bottom: 32px;
  background-color: #47CDEB; }

.section--newsletter {
  background-color: #00A1AB; }

.select {
  position: relative;
  height: 60px;
  border-radius: 0;
  background: #D0D0D0; }
  .select:after {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto;
    content: "";
    pointer-events: none;
    border-width: 5px 5px 0 5px;
    border-style: solid;
    border-color: #191919 transparent transparent transparent; }
  .select:before {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    width: 30px;
    content: "";
    pointer-events: none;
    background: #D0D0D0; }
  .select:hover:before {
    background: #D0D0D0; }
  .select select {
    font-size: 14px;
    width: 100%;
    height: 100%;
    padding-right: 35px;
    padding-left: 15px;
    cursor: pointer;
    border: none;
    border: 1px solid #D0D0D0;
    border-radius: 0;
    outline: none;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none; }
    .select select:-moz-focusring {
      color: transparent;
      text-shadow: 0 0 0 #000000; }
    .select select::-ms-expand {
      display: none; }
    .select select:focus {
      border-color: #D0D0D0; }

@media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
  .select select {
    padding-right: 0; }
  .select:after, .select:before {
    display: none; } }

.choices:after {
  margin-top: -2.5px !important;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 2L8 9L15 2' stroke='%2305297E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px !important;
  height: 10px !important;
  border: none !important; }

.choices.choices__outline-blue {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #73F5C8 solid;
  color: #05297E; }
  .choices.choices__outline-blue:after {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 2L8 9L15 2' stroke='%2305297E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }

.choices .choices__list--single {
  padding: 0px !important; }

.choices .choices__inner {
  font-size: 1.125rem;
  padding: 21.5px !important; }

.hamburger {
  padding: 15px 10px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }
  .hamburger.is-active:hover {
    opacity: 1; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: black; }

.hamburger-box {
  width: 20px;
  height: 12px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 20px;
    height: 2px;
    background-color: black;
    border-radius: 0;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -5px; }
  .hamburger-inner::after {
    bottom: -5px; }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 1px;
  -webkit-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 5px;
    -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 10px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  background-color: transparent !important; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 5px, 0) rotate(45deg);
            transform: translate3d(0, 5px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 5px, 0) rotate(-45deg);
            transform: translate3d(0, 5px, 0) rotate(-45deg); }

.hamburger {
  z-index: 1030;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 992px) {
    .hamburger {
      display: none; } }

@media (max-width: 767.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 70px;
    bottom: 0;
    left: 0;
    visibility: hidden;
    overflow-y: auto;
    width: 100%;
    -webkit-transition: 0.6s cubic-bezier(1, 0, 0.8, 0.4);
    transition: 0.6s cubic-bezier(1, 0, 0.8, 0.4);
    -webkit-transition-property: visibility, -webkit-transform;
    transition-property: visibility, -webkit-transform;
    transition-property: transform, visibility;
    transition-property: transform, visibility, -webkit-transform;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    background-color: white; }
  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.c-navbar {
  padding: 20px 0px;
  -webkit-transition: .5s;
  transition: .5s; }
  .c-navbar .container-fluid, .c-navbar .container-sm, .c-navbar .container-md, .c-navbar .container-lg, .c-navbar .container-xl, .c-navbar .container-xxl, .c-navbar .container-xxxl {
    display: block; }
  @media (min-width: 1200px) {
    .c-navbar {
      padding: 20px; } }
  @media (max-width: 1199.98px) {
    .c-navbar .row {
      width: 100%; } }
  .c-navbar.inner, .c-navbar.scrolled {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background-color: white; }
    .c-navbar.inner .navbar-brand__main, .c-navbar.scrolled .navbar-brand__main {
      background-color: #05297E;
      -webkit-mask-repeat: no-repeat;
      -webkit-mask: url(advance-centre-logo--blue-white.svg) no-repeat center;
      mask: url(advance-centre-logo--blue-white.svg) no-repeat center;
      -webkit-mask-size: 100% 100%;
      mask-size: 100% 100%;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      -webkit-mask-position: center bottom;
      mask-position: center bottom; }
      .c-navbar.inner .navbar-brand__main .logo, .c-navbar.scrolled .navbar-brand__main .logo {
        opacity: 0; }
    .c-navbar.inner .navbar-hamburger__main .hamburger .hamburger-box .hamburger-inner, .c-navbar.scrolled .navbar-hamburger__main .hamburger .hamburger-box .hamburger-inner {
      background-color: #05297E; }
      .c-navbar.inner .navbar-hamburger__main .hamburger .hamburger-box .hamburger-inner:before, .c-navbar.inner .navbar-hamburger__main .hamburger .hamburger-box .hamburger-inner:after, .c-navbar.scrolled .navbar-hamburger__main .hamburger .hamburger-box .hamburger-inner:before, .c-navbar.scrolled .navbar-hamburger__main .hamburger .hamburger-box .hamburger-inner:after {
        background-color: #05297E; }
    .c-navbar.inner .navbar-content__main .navbar-nav .nav-item .nav-link, .c-navbar.scrolled .navbar-content__main .navbar-nav .nav-item .nav-link {
      -webkit-transition: .2s;
      transition: .2s;
      color: #05297E; }
    .c-navbar.inner .navbar-content__main .navbar-nav .nav-item.has_sub .nav-link.open, .c-navbar.scrolled .navbar-content__main .navbar-nav .nav-item.has_sub .nav-link.open {
      color: #00A1AB; }
      .c-navbar.inner .navbar-content__main .navbar-nav .nav-item.has_sub .nav-link.open:after, .c-navbar.scrolled .navbar-content__main .navbar-nav .nav-item.has_sub .nav-link.open:after {
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 2L8 9L15 2' stroke='%2300A1AB' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }
    .c-navbar.inner .navbar-content__main .navbar-nav .nav-item.has_sub:hover > a, .c-navbar.scrolled .navbar-content__main .navbar-nav .nav-item.has_sub:hover > a {
      color: #00A1AB; }
      .c-navbar.inner .navbar-content__main .navbar-nav .nav-item.has_sub:hover > a:after, .c-navbar.scrolled .navbar-content__main .navbar-nav .nav-item.has_sub:hover > a:after {
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 2L8 9L15 2' stroke='%2300A1AB' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }
    .c-navbar.inner .navbar-content__main .navbar-nav .nav-item.has_sub > a:after, .c-navbar.scrolled .navbar-content__main .navbar-nav .nav-item.has_sub > a:after {
      background-image: url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 2L8 9L15 2' stroke='%2305297E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }
    .c-navbar.inner .navbar-content__main .navbar-nav .nav-item.has_sub .sub-menu li, .c-navbar.scrolled .navbar-content__main .navbar-nav .nav-item.has_sub .sub-menu li {
      color: #05297E; }
      .c-navbar.inner .navbar-content__main .navbar-nav .nav-item.has_sub .sub-menu li .nav-link, .c-navbar.scrolled .navbar-content__main .navbar-nav .nav-item.has_sub .sub-menu li .nav-link {
        text-align: center;
        color: #05297E; }
        .c-navbar.inner .navbar-content__main .navbar-nav .nav-item.has_sub .sub-menu li .nav-link:hover, .c-navbar.scrolled .navbar-content__main .navbar-nav .nav-item.has_sub .sub-menu li .nav-link:hover {
          color: white; }
    .c-navbar.inner .navbar-content__main .navbar-buttons .btn-submit img,
    .c-navbar.inner .navbar-content__main .navbar-buttons .btn-search img, .c-navbar.scrolled .navbar-content__main .navbar-buttons .btn-submit img,
    .c-navbar.scrolled .navbar-content__main .navbar-buttons .btn-search img {
      -webkit-filter: none;
              filter: none; }
    .c-navbar.inner .navbar-content__main .btn-all, .c-navbar.scrolled .navbar-content__main .btn-all {
      background-color: #05297E;
      color: #FFF; }
  .c-navbar .navbar-brand__main .logo {
    width: 100%;
    -webkit-transition: .4s;
    transition: .4s; }
  .c-navbar .navbar-hamburger__main {
    display: none; }
    .c-navbar .navbar-hamburger__main .hamburger {
      float: right;
      padding-right: 0px; }
      .c-navbar .navbar-hamburger__main .hamburger .hamburger-box .hamburger-inner {
        background-color: white; }
        .c-navbar .navbar-hamburger__main .hamburger .hamburger-box .hamburger-inner:before, .c-navbar .navbar-hamburger__main .hamburger .hamburger-box .hamburger-inner:after {
          background-color: white; }
    @media (max-width: 1199.98px) {
      .c-navbar .navbar-hamburger__main {
        display: block; }
        .c-navbar .navbar-hamburger__main .hamburger {
          display: block; } }
  @media (min-width: 1200px) {
    .c-navbar .navbar-content__main {
      text-align: right;
      white-space: nowrap; } }
  @media (max-width: 1199.98px) {
    .c-navbar .navbar-content__main #offcanvas-navbar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .c-navbar .navbar-content__main .navbar-buttons {
    display: inline-block;
    position: relative;
    margin-left: 1vw; }
    @media (max-width: 1199.98px) {
      .c-navbar .navbar-content__main .navbar-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-left: 0px;
        width: 100%; } }
    .c-navbar .navbar-content__main .navbar-buttons .btn {
      -webkit-transition: .4s;
      transition: .4s; }
      @media (max-width: 1599.98px) {
        .c-navbar .navbar-content__main .navbar-buttons .btn {
          padding: 10px; } }
    .c-navbar .navbar-content__main .navbar-buttons .btn-close {
      display: none;
      float: right;
      padding-right: 0px; }
    .c-navbar .navbar-content__main .navbar-buttons .btn-search img,
    .c-navbar .navbar-content__main .navbar-buttons .btn-submit img {
      max-width: 17px;
      -webkit-filter: brightness(0) invert(1);
              filter: brightness(0) invert(1);
      -webkit-transition: .4s;
      transition: .4s; }
    .c-navbar .navbar-content__main .navbar-buttons .form-control {
      position: absolute;
      width: 0%;
      height: 100%;
      top: 0px;
      padding: 0;
      right: 100%;
      margin: 0px;
      -webkit-transition: .4s;
      transition: .4s;
      color: #05297E;
      text-align: left;
      z-index: 1000;
      font-size: 1.125rem; }
      @media (max-width: 1199.98px) {
        .c-navbar .navbar-content__main .navbar-buttons .form-control {
          right: 0px;
          top: 0px; } }
      .c-navbar .navbar-content__main .navbar-buttons .form-control:focus {
        -webkit-box-shadow: none;
                box-shadow: none; }
      @media (min-width: 1200px) {
        .c-navbar .navbar-content__main .navbar-buttons .form-control.open {
          width: 300px;
          border: 1px #05297E solid;
          padding: 5px 16px; } }
  .c-navbar .navbar-content__main .btn-all {
    background-color: white;
    color: #05297E; }
    @media (max-width: 1599.98px) {
      .c-navbar .navbar-content__main .btn-all {
        padding: 10px; } }
    .c-navbar .navbar-content__main .btn-all:hover {
      color: white;
      background-color: #05297E; }
    @media (min-width: 1600px) {
      .c-navbar .navbar-content__main .btn-all {
        font-size: 1.125rem; } }
    @media (max-width: 1599.98px) {
      .c-navbar .navbar-content__main .btn-all {
        font-size: 0.9vw; } }
  .c-navbar .navbar-content__main .navbar-nav {
    display: inline-block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style-type: none;
    padding: 0px;
    border-radius: 10px;
    font-size: 13px;
    -webkit-filter: drop-shadow(0px 30px 20px rgba(45, 43, 108, 0.32));
    filter: drop-shadow(0px 30px 20px rgba(45, 43, 108, 0.32)); }
    @media (max-width: 1199.98px) {
      .c-navbar .navbar-content__main .navbar-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        width: 100%; } }
    .c-navbar .navbar-content__main .navbar-nav .nav-item {
      display: inline-block;
      white-space: nowrap;
      position: relative;
      -webkit-transition: .2s;
      transition: .2s;
      list-style-type: none; }
      @media (min-width: 1600px) {
        .c-navbar .navbar-content__main .navbar-nav .nav-item {
          font-size: 1rem; } }
      @media (max-width: 1599.98px) {
        .c-navbar .navbar-content__main .navbar-nav .nav-item {
          font-size: 13px; } }
      .c-navbar .navbar-content__main .navbar-nav .nav-item:hover .nav-link {
        color: #47CDEB; }
      .c-navbar .navbar-content__main .navbar-nav .nav-item .nav-link {
        background-color: inherit !important;
        display: block;
        position: relative;
        text-align: center;
        font-weight: 400;
        color: white;
        padding: 0px 5px; }
      .c-navbar .navbar-content__main .navbar-nav .nav-item.has_sub .nav-link {
        font-weight: 700; }
        .c-navbar .navbar-content__main .navbar-nav .nav-item.has_sub .nav-link.open {
          color: #47CDEB; }
          .c-navbar .navbar-content__main .navbar-nav .nav-item.has_sub .nav-link.open:after {
            background-image: url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 2L8 9L15 2' stroke='%2347CDEB' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }
          .c-navbar .navbar-content__main .navbar-nav .nav-item.has_sub .nav-link.open + .sub-menu {
            display: block !important; }
      .c-navbar .navbar-content__main .navbar-nav .nav-item.has_sub:hover > a:after {
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 2L8 9L15 2' stroke='%2373F5C8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }
      .c-navbar .navbar-content__main .navbar-nav .nav-item.has_sub > a:before {
        content: inherit; }
      .c-navbar .navbar-content__main .navbar-nav .nav-item.has_sub > a:after {
        content: '';
        display: inline-block;
        position: relative;
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 2L8 9L15 2' stroke='%23FFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 10px !important;
        margin-left: 4px;
        height: 10px !important;
        border: none !important;
        -webkit-transition: .2s;
        transition: .2s; }
      .c-navbar .navbar-content__main .navbar-nav .nav-item.has_sub .sub-menu {
        display: none;
        position: absolute;
        padding-left: 0px;
        width: 200px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
        .c-navbar .navbar-content__main .navbar-nav .nav-item.has_sub .sub-menu li {
          list-style-type: none;
          background-color: #FFF;
          color: #05297E;
          display: block; }
          .c-navbar .navbar-content__main .navbar-nav .nav-item.has_sub .sub-menu li:not(:last-child) {
            border-bottom: 1px #05297E solid; }
          .c-navbar .navbar-content__main .navbar-nav .nav-item.has_sub .sub-menu li a {
            text-align: center;
            color: #05297E; }
          .c-navbar .navbar-content__main .navbar-nav .nav-item.has_sub .sub-menu li:hover {
            background-color: #47CDEB; }
  @media (max-width: 1199.98px) {
    .c-navbar .navbar-content__main {
      display: none;
      opacity: 0;
      position: fixed;
      width: 100%;
      height: 100%;
      background-color: #05297E;
      top: 0px;
      left: 0px;
      z-index: 100;
      -webkit-transition: 0.4s;
      transition: 0.4s; }
      .c-navbar .navbar-content__main.open {
        display: block; }
      .c-navbar .navbar-content__main.show {
        opacity: 1; }
      .c-navbar .navbar-content__main .navbar-nav {
        margin-top: 50px; }
        .c-navbar .navbar-content__main .navbar-nav .nav-item {
          display: block;
          width: 100%;
          font-size: calc(1.2625rem + 0.15vw);
          padding: 10px 0px;
          border-top: 1px rgba(71, 205, 235, 0.2) solid; } }
      @media (max-width: 1199.98px) and (min-width: 1200px) {
        .c-navbar .navbar-content__main .navbar-nav .nav-item {
          font-size: 1.375rem; } }
  @media (max-width: 1199.98px) {
          .c-navbar .navbar-content__main .navbar-nav .nav-item .nav-link {
            color: #FFF !important;
            display: inline-block !important;
            position: initial !important;
            width: 100%;
            text-align: left; }
          .c-navbar .navbar-content__main .navbar-nav .nav-item:last-child {
            border-bottom: 1px rgba(71, 205, 235, 0.2) solid; }
          .c-navbar .navbar-content__main .navbar-nav .nav-item.has_sub > a:after {
            pointer-events: none;
            width: 25px !important;
            height: 13px !important;
            position: absolute;
            right: 0px;
            top: 20px;
            background-image: url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 2L8 9L15 2' stroke='%2347CDEB' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important; }
          .c-navbar .navbar-content__main .navbar-nav .nav-item.has_sub.open > a:after {
            -webkit-transform: rotate(180deg);
                    transform: rotate(180deg); }
          .c-navbar .navbar-content__main .navbar-nav .nav-item.has_sub .sub-menu {
            display: none !important;
            position: relative !important;
            padding-left: 0px;
            width: 100%;
            left: 50%;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%); }
            .c-navbar .navbar-content__main .navbar-nav .nav-item.has_sub .sub-menu li {
              list-style-type: none;
              background-color: #05297E !important;
              color: #05297E;
              border-top: none !important; }
              .c-navbar .navbar-content__main .navbar-nav .nav-item.has_sub .sub-menu li:last-child {
                border-bottom: none; }
              .c-navbar .navbar-content__main .navbar-nav .nav-item.has_sub .sub-menu li:not(:last-child) {
                border-bottom: none; }
              .c-navbar .navbar-content__main .navbar-nav .nav-item.has_sub .sub-menu li a {
                text-align: left !important;
                color: #05297E;
                display: block !important;
                font-size: 0.8em;
                padding-left: 30px; }
              .c-navbar .navbar-content__main .navbar-nav .nav-item.has_sub .sub-menu li:hover {
                background-color: #47CDEB !important; }
      .c-navbar .navbar-content__main .navbar-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-top: 80px; }
        .c-navbar .navbar-content__main .navbar-buttons .btn {
          padding: 18px 25px; }
        .c-navbar .navbar-content__main .navbar-buttons .btn-close {
          opacity: 1;
          padding: 0;
          background: none;
          width: 53px;
          height: 40px;
          display: block;
          padding-right: 0px;
          position: absolute;
          top: -60px;
          right: -12px; }
        .c-navbar .navbar-content__main .navbar-buttons .btn-search,
        .c-navbar .navbar-content__main .navbar-buttons .btn-submit {
          display: block;
          width: auto;
          z-index: 10000;
          position: absolute;
          top: 79px;
          right: 0px; }
          .c-navbar .navbar-content__main .navbar-buttons .btn-search img,
          .c-navbar .navbar-content__main .navbar-buttons .btn-submit img {
            -webkit-filter: none !important;
                    filter: none !important; }
        .c-navbar .navbar-content__main .navbar-buttons .form-control {
          width: 100%;
          position: relative;
          height: auto;
          text-align: left;
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2;
          margin-top: 20px; }
      .c-navbar .navbar-content__main .btn-all {
        width: 100%;
        background-color: #47CDEB !important;
        color: #05297E !important;
        font-size: 1.125rem; } }

.accreditations .accreditations__text h3, .accreditations .accreditations__text .h3 {
  color: #05297E;
  font-weight: 700;
  font-size: calc(1.325rem + 0.9vw); }
  @media (min-width: 1200px) {
    .accreditations .accreditations__text h3, .accreditations .accreditations__text .h3 {
      font-size: 2rem; } }

.accreditations .accreditations__text p {
  color: #05297E;
  font-size: 1rem;
  font-weight: 400;
  line-height: 175%; }
  @media (min-width: 992px) {
    .accreditations .accreditations__text p {
      font-size: 1.125rem; } }

@media (max-width: 991.98px) {
  .accreditations .accreditations__logos {
    margin-top: 80px; } }

.accreditations .accreditations__logos img {
  margin: 0px 15px;
  margin-bottom: 20px;
  max-height: 60px; }
  @media (max-width: 991.98px) {
    .accreditations .accreditations__logos img {
      margin: 0 auto;
      display: block;
      margin-bottom: 30px; } }
  @media (max-width: 767.98px) {
    .accreditations .accreditations__logos img {
      max-width: 90%; } }

.decision-tree {
  width: 100%; }
  @media (min-width: 992px) {
    .decision-tree {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  @media (max-width: 767.98px) {
    .decision-tree {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  @media (max-width: 991.98px) {
    .decision-tree .form-group:not(:last-child) {
      margin-bottom: 20px; } }
  .decision-tree .form-group label {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 23px;
    display: block;
    margin-bottom: 15px;
    color: #05297E; }
  @media (min-width: 992px) {
    .decision-tree .form-group .filter-option {
      max-width: 200px; } }
  @media (min-width: 1600px) {
    .decision-tree .form-group .filter-option {
      max-width: 300px; } }
  .decision-tree .form-group .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%; }
  .decision-tree .form-group--button {
    margin-top: 0; }
    @media (max-width: 767.98px) {
      .decision-tree .form-group--button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
    .decision-tree .form-group--button .btn {
      font-size: 1rem; }
      @media (min-width: 992px) {
        .decision-tree .form-group--button .btn {
          width: 100%;
          margin-top: 0; } }
      @media (max-width: 767.98px) {
        .decision-tree .form-group--button .btn {
          margin-top: 15px; } }
  .decision-tree .d-flex {
    width: 100%; }
    @media (min-width: 992px) {
      .decision-tree .d-flex {
        width: calc(100% - 180px); } }
    .decision-tree .d-flex .form-group {
      margin-right: 15px; }
  .decision-tree .btn {
    font-size: calc(1.275rem + 0.3vw);
    padding: 25px; }
    @media (min-width: 1200px) {
      .decision-tree .btn {
        font-size: 1.5rem; } }

.heading h2, .heading .h2 {
  font-size: calc(1.34375rem + 1.125vw);
  font-weight: 600;
  line-height: 125%;
  margin-bottom: 40px;
  color: #05297E; }
  @media (min-width: 1200px) {
    .heading h2, .heading .h2 {
      font-size: 2.1875rem; } }
  @media (min-width: 992px) {
    .heading h2, .heading .h2 {
      font-size: calc(1.53125rem + 3.375vw); } }
  @media (min-width: 992px) and (min-width: 1200px) {
    .heading h2, .heading .h2 {
      font-size: 4.0625rem; } }

.about {
  color: #05297E;
  position: relative; }
  .about.teal {
    color: white; }
    .about.teal .about__text p {
      border-left: none; }
  .about.teal {
    color: white; }
    .about.teal .about__text p {
      border-left: none; }
  .about .about__text {
    position: relative;
    z-index: 12; }
    .about .about__text h3, .about .about__text .h3 {
      font-size: calc(1.4375rem + 2.25vw);
      font-weight: 600;
      margin-bottom: 30px; }
      @media (min-width: 1200px) {
        .about .about__text h3, .about .about__text .h3 {
          font-size: 3.125rem; } }
    .about .about__text p {
      font-size: 1rem;
      font-family: "Lato", sans-serif;
      margin-bottom: 0;
      padding-left: 50px;
      text-align: left;
      border-left: 1px solid #FFFFFF; }
      @media (max-width: 991.98px) {
        .about .about__text p {
          padding-left: 20px; } }
      .about .about__text p:not(:last-child) {
        padding-bottom: 30px; }
    .about .about__text .btn {
      margin-top: 30px; }
  .about .image-background {
    position: absolute;
    z-index: 10;
    top: -25%;
    left: -23%;
    display: block;
    max-width: 1250px;
    height: 920px; }
    @media (min-width: 992px) {
      .about .image-background {
        padding: 0; } }
    @media (max-width: 1439.98px) {
      .about .image-background {
        left: -45%; } }
    @media (max-width: 991.98px) {
      .about .image-background {
        position: relative;
        top: inherit;
        left: inherit;
        width: inherit;
        height: auto;
        height: inherit; }
        .about .image-background__image {
          position: relative;
          right: 60%;
          left: -18%;
          width: 700px;
          max-width: 1250px;
          height: 450px;
          margin-top: 40px;
          margin-bottom: -25%; } }
    .about .image-background__content {
      position: relative;
      width: 100%;
      height: 100%; }
    .about .image-background__image {
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      -webkit-mask-image: url(mask.png);
      mask-image: url(mask.png);
      -webkit-mask-size: 100% 100%;
      mask-size: 100% 100%;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      -webkit-mask-position: center bottom;
      mask-position: center bottom; }
    .about .image-background__lining {
      position: absolute;
      z-index: 11;
      top: -30%;
      left: 0;
      width: 100%; }
      @media (max-width: 991.98px) {
        .about .image-background__lining {
          top: 140px;
          left: -200px;
          width: 850px; } }
  .about .video-btn {
    z-index: 11;
    left: 0;
    width: 85px;
    height: 85px;
    margin: 20px 0;
    padding: 10px;
    color: #47CDEB;
    border: none;
    border-radius: 3em;
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(17px);
            backdrop-filter: blur(17px); }
    @media (min-width: 992px) {
      .about .video-btn {
        position: absolute;
        top: 50%;
        right: 50vw;
        left: auto; } }
    .about .video-btn svg {
      overflow: hidden;
      width: 100%;
      height: 100%;
      border: solid 1px white;
      border-radius: 50%;
      background: white; }

.modal[id^=videoModal] .modal-dialog {
  max-width: 800px;
  margin: 30px auto; }

.modal[id^=videoModal] .modal-body {
  position: relative;
  padding: 0; }

.modal[id^=videoModal] .btn-close {
  position: absolute;
  top: 0;
  right: -30px; }

.call {
  color: #05297E; }
  .call .call__text .content {
    background-color: #47CDEB;
    padding: 50px; }
    .call .call__text .content .btn {
      margin-bottom: 10px; }
    .call .call__text .content h3, .call .call__text .content .h3 {
      font-size: calc(1.4375rem + 2.25vw);
      margin-bottom: 70px;
      font-weight: 600; }
      @media (min-width: 1200px) {
        .call .call__text .content h3, .call .call__text .content .h3 {
          font-size: 3.125rem; } }

.courses {
  color: #05297E; }
  .courses .courses__text h3, .courses .courses__text .h3 {
    font-size: calc(1.4375rem + 2.25vw);
    margin-bottom: 30px;
    font-weight: 600; }
    @media (min-width: 1200px) {
      .courses .courses__text h3, .courses .courses__text .h3 {
        font-size: 3.125rem; } }
  .courses .courses__text .arrows {
    float: right; }
    .courses .courses__text .arrows .swiper-button-next {
      margin-left: 10px;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .courses .courses__filters_mobile-button {
    width: 100%;
    text-align: left;
    position: relative; }
    @media (min-width: 992px) {
      .courses .courses__filters_mobile-button {
        display: none; } }
    .courses .courses__filters_mobile-button:after {
      content: '';
      display: inline-block;
      position: absolute;
      background-image: url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 2L8 9L15 2' stroke='%2305297E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      width: 17px !important;
      height: 8px !important;
      border: none !important;
      -webkit-transition: .4s;
      transition: .4s;
      right: 25px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .courses .courses__filters_mobile-button:active, .courses .courses__filters_mobile-button:focus, .courses .courses__filters_mobile-button.open {
      background-color: #05297E;
      color: #FFF; }
      .courses .courses__filters_mobile-button:active:after, .courses .courses__filters_mobile-button:focus:after, .courses .courses__filters_mobile-button.open:after {
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 2L8 9L15 2' stroke='%23FFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }
  @media (max-width: 991.98px) {
    .courses .courses__filters {
      display: none;
      border: 1px solid #05297E;
      margin: 0px;
      padding-top: 10px; }
      .courses .courses__filters.open {
        display: block; } }
  .courses .courses__filters label, .courses .courses__filters a {
    font-weight: 600; }
  @media (max-width: 1439.98px) {
    .courses .courses__filters .form-group:first-child {
      margin-bottom: 10px; } }
  @media (max-width: 1199.98px) {
    .courses .courses__filters .form-group {
      margin-bottom: 10px; }
      .courses .courses__filters .form-group:last-child {
        margin-top: 10px; } }
  @media (max-width: 991.98px) {
    .courses .courses__filters .form-group:last-child {
      margin-top: 20px; } }
  .courses .courses__loadmore {
    display: inline-block;
    margin-top: 50px; }
  .courses .courses__itens {
    margin-top: 50px;
    margin-bottom: -24px; }
    .courses .courses__itens .courses__item {
      margin-bottom: 24px; }
      .courses .courses__itens .courses__item .content {
        padding: 30px 20px 10px 20px;
        background-color: #F2F4F5;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-line-pack: start;
            align-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column nowrap;
                flex-flow: column nowrap; }
        .courses .courses__itens .courses__item .content:has(> .btn) {
          background-color: #F0F; }
        .courses .courses__itens .courses__item .content .img {
          width: 100%;
          margin-bottom: 20px; }
          .courses .courses__itens .courses__item .content .img .icon {
            width: 75px; }
          .courses .courses__itens .courses__item .content .img .logo {
            max-width: 200px;
            float: right;
            vertical-align: middle; }
        .courses .courses__itens .courses__item .content h4, .courses .courses__itens .courses__item .content .h4 {
          width: 100%;
          font-size: calc(1.275rem + 0.3vw);
          margin-bottom: 20px; }
          @media (min-width: 1200px) {
            .courses .courses__itens .courses__item .content h4, .courses .courses__itens .courses__item .content .h4 {
              font-size: 1.5rem; } }
        .courses .courses__itens .courses__item .content h5, .courses .courses__itens .courses__item .content .h5 {
          width: 100%;
          font-size: 1rem;
          margin-bottom: 20px; }
        .courses .courses__itens .courses__item .content p {
          width: 100%;
          font-size: 1rem;
          margin-bottom: 20px;
          color: #263037; }
        .courses .courses__itens .courses__item .content ul {
          width: 100%;
          margin-bottom: 20px;
          font-weight: 600;
          padding: 0px;
          list-style-position: inside;
          list-style-type: square; }
        .courses .courses__itens .courses__item .content .btn {
          font-size: 1rem;
          margin-bottom: 0px;
          margin-right: 10px;
          margin-bottom: 10px; }
        .courses .courses__itens .courses__item .content .buttons {
          width: 100%;
          margin-top: auto; }

.faq {
  color: #05297E; }
  .faq .faq__text {
    margin-bottom: 50px; }
  .faq .faq__content .accordion .accordion-item {
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 40px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 40px 4px rgba(0, 0, 0, 0.1); }
    .faq .faq__content .accordion .accordion-item .accordion-header .accordion-button {
      background-color: #FFF !important;
      color: #05297E;
      font-weight: 600;
      font-size: calc(1.275rem + 0.3vw); }
      @media (min-width: 1200px) {
        .faq .faq__content .accordion .accordion-item .accordion-header .accordion-button {
          font-size: 1.5rem; } }
      .faq .faq__content .accordion .accordion-item .accordion-header .accordion-button:focus {
        background-color: #FFF;
        -webkit-box-shadow: none !important;
                box-shadow: none !important; }
    .faq .faq__content .accordion .accordion-item .accordion-body {
      font-family: "Lato", sans-serif; }
      .faq .faq__content .accordion .accordion-item .accordion-body img {
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px; }
      .faq .faq__content .accordion .accordion-item .accordion-body p {
        font-size: 1.125rem;
        margin-bottom: 20px;
        text-align: justify; }
      .faq .faq__content .accordion .accordion-item .accordion-body ul {
        font-size: 1.125rem;
        padding: 0px;
        list-style-type: none; }
        .faq .faq__content .accordion .accordion-item .accordion-body ul li:before {
          color: #47CDEB;
          font-size: 1.25rem;
          content: '\25AA';
          display: inline-block;
          margin-right: 5px; }
      .faq .faq__content .accordion .accordion-item .accordion-body ol {
        font-size: 1.125rem;
        padding: 0px;
        list-style-position: inside !important;
        list-style-type: none;
        counter-reset: ol; }
        .faq .faq__content .accordion .accordion-item .accordion-body ol li:before {
          display: inline-block;
          margin-right: 5px;
          counter-increment: ol;
          content: counter(ol) ".   "; }

.faq {
  color: #05297E; }
  .faq.alt .faq__content .content div {
    position: relative;
    top: inherit;
    left: inherit;
    -webkit-transform: inherit;
            transform: inherit; }
    .faq.alt .faq__content .content div h4, .faq.alt .faq__content .content div .h4 {
      font-size: calc(1.275rem + 0.3vw);
      min-height: 90px;
      margin-bottom: 10vh; }
      @media (min-width: 1200px) {
        .faq.alt .faq__content .content div h4, .faq.alt .faq__content .content div .h4 {
          font-size: 1.5rem; } }
  .faq.alt .faq__content .content:after {
    content: inherit; }
  .faq .faq__content .content {
    background-color: #47CDEB;
    color: #05297E;
    position: relative;
    display: block;
    padding: 20px; }
    @media (max-width: 991.98px) {
      .faq .faq__content .content {
        margin-bottom: 20px; } }
    .faq .faq__content .content div {
      padding: 20px;
      text-align: center;
      position: absolute;
      width: 100%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media (max-width: 991.98px) {
        .faq .faq__content .content div {
          position: relative;
          width: 100%;
          top: 0px;
          left: 0px;
          -webkit-transform: inherit;
                  transform: inherit; } }
      .faq .faq__content .content div h4, .faq .faq__content .content div .h4 {
        font-size: calc(1.275rem + 0.3vw);
        margin-bottom: 60px; }
        @media (min-width: 1200px) {
          .faq .faq__content .content div h4, .faq .faq__content .content div .h4 {
            font-size: 1.5rem; } }
    .faq .faq__content .content:after {
      content: "";
      display: block;
      padding-bottom: 100%; }
      @media (max-width: 991.98px) {
        .faq .faq__content .content:after {
          content: inherit; } }

.flex {
  color: #05297E;
  font-family: "Lato", sans-serif; }
  .flex.teal {
    color: white; }
    .flex.teal .about__text p {
      border-left: none; }
  .flex.teal {
    color: white; }
    .flex.teal .about__text p {
      border-left: none; }
  .flex .flex__text {
    position: relative;
    z-index: 12; }
    .flex .flex__text h3, .flex .flex__text .h3 {
      font-size: calc(1.4375rem + 2.25vw);
      margin-bottom: 30px;
      font-weight: 600;
      font-family: "Poppins", sans-serif; }
      @media (min-width: 1200px) {
        .flex .flex__text h3, .flex .flex__text .h3 {
          font-size: 3.125rem; } }
    .flex .flex__text p {
      font-size: 1.125rem;
      margin-bottom: 20px;
      text-align: justify; }
    .flex .flex__text ul {
      font-size: 1.125rem;
      padding: 0px;
      list-style-type: none; }
      .flex .flex__text ul li:before {
        color: #47CDEB;
        font-size: calc(1.325rem + 0.9vw);
        content: '\25AA';
        display: inline-block;
        margin-right: 7px;
        vertical-align: -3px; }
        @media (min-width: 1200px) {
          .flex .flex__text ul li:before {
            font-size: 2rem; } }
  .flex .header__background-lining {
    width: 70%;
    position: absolute;
    top: -100%;
    left: -15%;
    z-index: 11; }
    @media (max-width: 991.98px) {
      .flex .header__background-lining {
        width: 850px;
        right: -20px;
        top: 600px;
        left: inherit; } }
  .flex .header__background-image {
    padding: 0px;
    width: 70%;
    max-width: 1250px;
    height: auto;
    position: absolute;
    top: 5%;
    right: -19%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    z-index: 10; }
    @media (max-width: 991.98px) {
      .flex .header__background-image {
        position: relative;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0%;
        right: 0%;
        margin-bottom: 30px; } }

@-webkit-keyframes bounce {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  to {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); } }

@keyframes bounce {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  to {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); } }

.header .header__text {
  z-index: 12;
  position: relative; }
  .header .header__text .row {
    min-height: 900px;
    height: 80vh; }
    @media (min-width: 1600px) {
      .header .header__text .row {
        height: 70vh; } }
    .header .header__text .row .align-self-center {
      -webkit-transform: translateY(75px);
              transform: translateY(75px); }
      @media (max-width: 991.98px) {
        .header .header__text .row .align-self-center {
          -webkit-transform: inherit;
                  transform: inherit; } }
    @media (max-width: 991.98px) {
      .header .header__text .row {
        height: auto;
        padding-top: 150px; } }
    .header .header__text .row h2, .header .header__text .row .h2 {
      margin-bottom: 20px;
      font-size: calc(1.53125rem + 3.375vw); }
      @media (min-width: 1200px) {
        .header .header__text .row h2, .header .header__text .row .h2 {
          font-size: 4.0625rem; } }
    .header .header__text .row p {
      margin-bottom: 40px;
      font-size: calc(1.2625rem + 0.15vw); }
      @media (min-width: 1200px) {
        .header .header__text .row p {
          font-size: 1.375rem; } }
    .header .header__text .row .btn {
      display: inline-block;
      margin: 0 auto;
      margin-bottom: 10px;
      font-size: 1.125rem; }
      @media (max-width: 991.98px) {
        .header .header__text .row .btn {
          font-size: 1rem; } }
      .header .header__text .row .btn.btn-arrrow {
        margin-top: 50px;
        animation: bounce 1s infinite alternate;
        -webkit-animation: bounce 1s infinite alternate; }
        .header .header__text .row .btn.btn-arrrow img {
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg); }
      .header .header__text .row .btn:not(:last-child) {
        margin-right: 10px; }

.header .header__background-image {
  width: 95%;
  max-width: 1400px;
  height: auto;
  position: absolute;
  bottom: -20%;
  right: -15%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 10;
  background-attachment: fixed;
  -webkit-mask-image: url(mask.png);
  mask-image: url(mask.png);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
  mask-position: center bottom; }
  @media (max-width: 991.98px) {
    .header .header__background-image {
      position: relative;
      width: 250%;
      margin-top: 40px;
      margin-bottom: -40%;
      right: 60%; } }

.header .header__background-lining {
  max-width: 1250px;
  width: 85%;
  height: auto;
  position: absolute;
  bottom: -60%;
  right: -10%;
  z-index: 11; }
  @media (max-width: 991.98px) {
    .header .header__background-lining {
      width: 850px;
      left: -70px;
      bottom: -260px; } }

.headercrumb.alt .headercrumb__text .row {
  padding-top: 295px; }

.headercrumb .headercrumb__text {
  z-index: 12;
  position: relative; }
  .headercrumb .headercrumb__text .row {
    height: auto;
    padding-top: 175px;
    padding-bottom: 40px; }
    @media (max-width: 991.98px) {
      .headercrumb .headercrumb__text .row {
        height: auto;
        padding-top: 150px; } }
    .headercrumb .headercrumb__text .row .headercrumb__icon {
      max-width: 100px;
      margin-bottom: 20px; }
    .headercrumb .headercrumb__text .row h2, .headercrumb .headercrumb__text .row .h2 {
      margin-bottom: 20px;
      font-size: calc(1.53125rem + 3.375vw); }
      @media (min-width: 1200px) {
        .headercrumb .headercrumb__text .row h2, .headercrumb .headercrumb__text .row .h2 {
          font-size: 4.0625rem; } }
    .headercrumb .headercrumb__text .row p {
      margin-bottom: 40px;
      font-size: calc(1.2625rem + 0.15vw); }
      @media (min-width: 1200px) {
        .headercrumb .headercrumb__text .row p {
          font-size: 1.375rem; } }
    .headercrumb .headercrumb__text .row .breadcrumb .breadcrumb-item a {
      color: #CFCECD;
      text-decoration: underline; }
    .headercrumb .headercrumb__text .row .breadcrumb .breadcrumb-item.active {
      color: #47CDEB; }

.mosaic .mosaic__content {
  margin-bottom: -15px; }
  .mosaic .mosaic__content .content {
    display: block;
    background-color: #05297E;
    color: white;
    position: relative;
    padding: 20px;
    margin-bottom: 30px;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
    .mosaic .mosaic__content .content:hover {
      background-color: #47CDEB;
      color: #05297E; }
      .mosaic .mosaic__content .content:hover .arrow {
        -webkit-filter: none;
                filter: none; }
    @media (max-width: 991.98px) {
      .mosaic .mosaic__content .content {
        margin-bottom: 15px; } }
    .mosaic .mosaic__content .content div {
      padding: 20px;
      text-align: center;
      position: absolute;
      width: 100%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      .mosaic .mosaic__content .content div .icon {
        margin-bottom: 20px; }
        @media (max-width: 991.98px) {
          .mosaic .mosaic__content .content div .icon {
            margin-bottom: 10px;
            max-width: 80px; } }
      .mosaic .mosaic__content .content div .arrow {
        -webkit-filter: brightness(0) invert(1);
                filter: brightness(0) invert(1);
        -webkit-transition: .4s;
        transition: .4s; }
        @media (max-width: 991.98px) {
          .mosaic .mosaic__content .content div .arrow {
            max-width: 25px; } }
      .mosaic .mosaic__content .content div h4, .mosaic .mosaic__content .content div .h4 {
        font-size: calc(1.275rem + 0.3vw);
        margin-bottom: 20px;
        min-height: 60px; }
        @media (min-width: 1200px) {
          .mosaic .mosaic__content .content div h4, .mosaic .mosaic__content .content div .h4 {
            font-size: 1.5rem; } }
        @media (max-width: 1199.98px) {
          .mosaic .mosaic__content .content div h4, .mosaic .mosaic__content .content div .h4 {
            font-size: 0.875rem;
            min-height: auto; } }
    .mosaic .mosaic__content .content:after {
      content: "";
      display: block;
      padding-bottom: 100%; }

.mosaic-wide .mosaic__content {
  margin-bottom: -15px; }
  .mosaic-wide .mosaic__content .content {
    display: block;
    background-color: #05297E;
    color: white;
    position: relative;
    padding: 20px;
    margin-bottom: 30px;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
    .mosaic-wide .mosaic__content .content:hover {
      background-color: #47CDEB;
      color: #05297E; }
      .mosaic-wide .mosaic__content .content:hover .arrow {
        -webkit-filter: none;
                filter: none; }
    @media (max-width: 991.98px) {
      .mosaic-wide .mosaic__content .content {
        margin-bottom: 15px; } }
    .mosaic-wide .mosaic__content .content div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-line-pack: center;
          align-content: center;
      padding: 20px;
      text-align: left;
      width: 100%; }
      .mosaic-wide .mosaic__content .content div .icon {
        padding-right: 10px;
        max-width: 80px; }
        @media (max-width: 991.98px) {
          .mosaic-wide .mosaic__content .content div .icon {
            max-width: 60px; } }
      .mosaic-wide .mosaic__content .content div h4, .mosaic-wide .mosaic__content .content div .h4 {
        font-size: calc(1.275rem + 0.3vw);
        margin-bottom: 0; }
        @media (min-width: 1200px) {
          .mosaic-wide .mosaic__content .content div h4, .mosaic-wide .mosaic__content .content div .h4 {
            font-size: 1.5rem; } }
        @media (max-width: 1199.98px) {
          .mosaic-wide .mosaic__content .content div h4, .mosaic-wide .mosaic__content .content div .h4 {
            font-size: 0.875rem;
            min-height: auto;
            max-width: 50%; } }

.news {
  color: #05297E; }
  .news .news__text h3, .news .news__text .h3 {
    font-size: calc(1.4375rem + 2.25vw);
    margin-bottom: 30px;
    font-weight: 600; }
    @media (min-width: 1200px) {
      .news .news__text h3, .news .news__text .h3 {
        font-size: 3.125rem; } }
    .news .news__text h3 a, .news .news__text .h3 a {
      color: #05297E;
      font-size: 1.125rem;
      -webkit-transition: 0.4s;
      transition: 0.4s;
      font-weight: 600;
      margin-left: 30px;
      text-decoration: underline;
      -webkit-text-decoration-color: #20c997;
              text-decoration-color: #20c997; }
      .news .news__text h3 a:hover, .news .news__text .h3 a:hover {
        color: #00A1AB; }
  .news .news__text .arrows {
    float: right; }
    .news .news__text .arrows .swiper-button-prev-news {
      margin-right: 10px;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .news .news__slider .slider-news {
    width: 100%; }
    .news .news__slider .slider-news .swiper-wrapper {
      height: auto !important; }
      .news .news__slider .slider-news .swiper-wrapper .swiper-slide {
        position: relative;
        -webkit-transition: 0.4s;
        transition: 0.4s; }
        .news .news__slider .slider-news .swiper-wrapper .swiper-slide.swiper-slide-prev {
          opacity: 0; }
        .news .news__slider .slider-news .swiper-wrapper .swiper-slide .content {
          position: relative;
          width: 100%;
          -webkit-box-shadow: 0 0 40px 4px rgba(0, 0, 0, 0.1);
                  box-shadow: 0 0 40px 4px rgba(0, 0, 0, 0.1); }
          .news .news__slider .slider-news .swiper-wrapper .swiper-slide .content .thumb {
            width: 100%;
            height: 300px;
            position: relative; }
            .news .news__slider .slider-news .swiper-wrapper .swiper-slide .content .thumb img {
              position: absolute;
              max-width: 100%;
              width: 100%;
              height: 100%;
              top: 0;
              left: 0;
              -o-object-fit: cover;
                 object-fit: cover;
              -o-object-position: center;
                 object-position: center; }
          .news .news__slider .slider-news .swiper-wrapper .swiper-slide .content div {
            padding: 30px; }
            .news .news__slider .slider-news .swiper-wrapper .swiper-slide .content div h4, .news .news__slider .slider-news .swiper-wrapper .swiper-slide .content div .h4 {
              font-size: calc(1.275rem + 0.3vw);
              margin-bottom: 20px; }
              @media (min-width: 1200px) {
                .news .news__slider .slider-news .swiper-wrapper .swiper-slide .content div h4, .news .news__slider .slider-news .swiper-wrapper .swiper-slide .content div .h4 {
                  font-size: 1.5rem; } }
            .news .news__slider .slider-news .swiper-wrapper .swiper-slide .content div h5, .news .news__slider .slider-news .swiper-wrapper .swiper-slide .content div .h5 {
              font-size: 1.125rem;
              margin-bottom: 10px; }
            .news .news__slider .slider-news .swiper-wrapper .swiper-slide .content div p {
              font-size: 1.125rem;
              margin-bottom: 40px;
              color: #263037;
              font-family: "Lato", sans-serif; }
            .news .news__slider .slider-news .swiper-wrapper .swiper-slide .content div a {
              color: #05297E;
              font-size: 1.125rem;
              -webkit-transition: 0.4s;
              transition: 0.4s;
              font-weight: 600;
              text-decoration: underline;
              -webkit-text-decoration-color: #20c997;
                      text-decoration-color: #20c997; }
              .news .news__slider .slider-news .swiper-wrapper .swiper-slide .content div a:hover {
                color: #00A1AB; }

.options {
  color: #05297E; }
  .options .options__text h3, .options .options__text .h3 {
    font-size: calc(1.4375rem + 2.25vw);
    margin-bottom: 30px;
    font-weight: 600; }
    @media (min-width: 1200px) {
      .options .options__text h3, .options .options__text .h3 {
        font-size: 3.125rem; } }
  .options .options__text .arrows {
    float: right; }
    .options .options__text .arrows .swiper-button-next {
      margin-left: 10px;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .options .options__itens .options__itens:not(:last-child) {
    margin-bottom: 20px; }
  .options .options__itens .options__itens.options__modular .content {
    background-color: #00A1AB;
    padding: 30px; }
    .options .options__itens .options__itens.options__modular .content .background-image {
      width: 905px;
      top: 10%;
      left: -30%; }
  .options .options__itens .options__itens.options__degreesy .content {
    background-color: #05297E;
    padding: 30px; }
    .options .options__itens .options__itens.options__degreesy .content .background-image {
      width: 1620px;
      top: -500px;
      left: -870px; }
  .options .options__itens .options__itens .content {
    display: block;
    text-align: center;
    position: relative;
    overflow: hidden; }
    .options .options__itens .options__itens .content:before {
      content: '';
      position: absolute;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0)));
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
      width: 100%;
      height: 100%;
      left: 0px;
      top: 0px;
      z-index: 1; }
    .options .options__itens .options__itens .content .background-image {
      position: absolute;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      width: 100%;
      height: auto;
      top: 0px;
      left: 0px;
      z-index: 0;
      background-attachment: fixed;
      -webkit-mask-image: url(mask.png);
      mask-image: url(mask.png);
      -webkit-mask-size: 100% 100%;
      mask-size: 100% 100%;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      -webkit-mask-position: center bottom;
      mask-position: center bottom; }
    .options .options__itens .options__itens .content h4, .options .options__itens .options__itens .content .h4 {
      margin-top: 300px;
      z-index: 1;
      position: relative;
      color: white; }
      .options .options__itens .options__itens .content h4 strong, .options .options__itens .options__itens .content .h4 strong {
        display: block; }
    .options .options__itens .options__itens .content span {
      color: #00A1AB;
      position: relative;
      font-weight: 700;
      z-index: 1;
      -webkit-transition: 0.4s;
      transition: 0.4s; }
      .options .options__itens .options__itens .content span:hover {
        color: white; }

.partners .partners__text h3, .partners .partners__text .h3 {
  color: #05297E;
  font-weight: 700;
  font-size: calc(1.4375rem + 2.25vw);
  margin-bottom: 20px; }
  @media (min-width: 1200px) {
    .partners .partners__text h3, .partners .partners__text .h3 {
      font-size: 3.125rem; } }

.partners .partners__text p {
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  padding-left: 50px;
  border-left: 1px #47CDEB solid; }
  @media (max-width: 991.98px) {
    .partners .partners__text p {
      padding-left: 20px; } }

.partners .partners__slider {
  position: relative;
  z-index: 0; }
  .partners .partners__slider .slider-partners {
    overflow: hidden; }
    .partners .partners__slider .slider-partners .swiper-wrapper {
      margin: 0px -5px; }
      .partners .partners__slider .slider-partners .swiper-wrapper .swiper-slide div {
        margin: 0px 5px; }
        .partners .partners__slider .slider-partners .swiper-wrapper .swiper-slide div img {
          display: block;
          max-width: 100%;
          margin: 0 auto; }
  .partners .partners__slider .slider-partners__nav .dots {
    padding: 0px;
    margin: 0px;
    margin-top: 40px; }
    .partners .partners__slider .slider-partners__nav .dots .dot {
      width: 15px;
      height: 15px;
      border-radius: 0px;
      background-color: #47CDEB;
      opacity: 1; }
      .partners .partners__slider .slider-partners__nav .dots .dot.swiper-pagination-bullet-active {
        background-color: #05297E; }
      .partners .partners__slider .slider-partners__nav .dots .dot:not(:last-child) {
        margin-right: 10px; }
  .partners .partners__slider .slider-partners__nav .arrows {
    margin-top: -2.9%;
    float: right; }
    @media (max-width: 575.98px) {
      .partners .partners__slider .slider-partners__nav .arrows {
        display: none; } }
    .partners .partners__slider .slider-partners__nav .arrows .swiper-button-prev-partners {
      margin-right: 10px;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }

.phrase .phrase__text h3, .phrase .phrase__text .h3 {
  font-size: calc(1.3rem + 0.6vw);
  text-align: center;
  margin-bottom: 0px; }
  @media (min-width: 1200px) {
    .phrase .phrase__text h3, .phrase .phrase__text .h3 {
      font-size: 1.75rem; } }

.phrase .phrase__text p {
  font-size: 1.125rem;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0px; }

.quote .quote__text {
  text-align: center; }
  .quote .quote__text .quote__arrows {
    position: relative;
    z-index: 1; }
    @media (max-width: 991.98px) {
      .quote .quote__text .quote__arrows {
        display: none; } }
    .quote .quote__text .quote__arrows img {
      z-index: 10;
      cursor: pointer; }
      .quote .quote__text .quote__arrows img.swiper-button-prev-quote {
        margin-right: 10px;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
  .quote .quote__text .quote__slider {
    position: relative;
    z-index: 0; }
    .quote .quote__text .quote__slider .slider-quote .swiper-wrapper .swiper-slide {
      opacity: 0;
      -webkit-transition: 0.4s;
      transition: 0.4s; }
      .quote .quote__text .quote__slider .slider-quote .swiper-wrapper .swiper-slide.swiper-slide-active {
        opacity: 1; }
      .quote .quote__text .quote__slider .slider-quote .swiper-wrapper .swiper-slide .avatar {
        position: relative;
        margin: 0 auto;
        border-radius: 1000px;
        overflow: hidden;
        width: 200px;
        margin-bottom: 50px; }
        .quote .quote__text .quote__slider .slider-quote .swiper-wrapper .swiper-slide .avatar div {
          position: absolute;
          width: 100%;
          height: 100%; }
          .quote .quote__text .quote__slider .slider-quote .swiper-wrapper .swiper-slide .avatar div img {
            -o-object-fit: cover;
               object-fit: cover;
            -o-object-position: center;
               object-position: center;
            max-width: 100%;
            width: 100%;
            height: 100%; }
        .quote .quote__text .quote__slider .slider-quote .swiper-wrapper .swiper-slide .avatar:after {
          content: "";
          display: block;
          padding-bottom: 100%; }
      .quote .quote__text .quote__slider .slider-quote .swiper-wrapper .swiper-slide p {
        font-size: calc(1.2875rem + 0.45vw);
        display: block;
        color: white;
        text-align: justify;
        margin-bottom: 50px; }
        @media (min-width: 1200px) {
          .quote .quote__text .quote__slider .slider-quote .swiper-wrapper .swiper-slide p {
            font-size: 1.625rem; } }
        .quote .quote__text .quote__slider .slider-quote .swiper-wrapper .swiper-slide p:after {
          background-color: #47CDEB;
          content: '';
          display: block;
          margin: 0 auto;
          height: 3px;
          width: 100px;
          margin-top: 50px; }
      .quote .quote__text .quote__slider .slider-quote .swiper-wrapper .swiper-slide span {
        font-size: calc(1.275rem + 0.3vw);
        display: block;
        color: white;
        font-weight: 600;
        margin-bottom: 50px; }
        @media (min-width: 1200px) {
          .quote .quote__text .quote__slider .slider-quote .swiper-wrapper .swiper-slide span {
            font-size: 1.5rem; } }

.team {
  color: #05297E; }
  .team .team__text h3, .team .team__text .h3 {
    font-size: calc(1.4375rem + 2.25vw);
    margin-bottom: 30px;
    font-weight: 600;
    min-height: 62px; }
    @media (min-width: 1200px) {
      .team .team__text h3, .team .team__text .h3 {
        font-size: 3.125rem; } }
    .team .team__text h3 a, .team .team__text .h3 a {
      color: #05297E;
      font-size: 1.125rem;
      -webkit-transition: 0.4s;
      transition: 0.4s;
      font-weight: 600;
      margin-left: 30px;
      text-decoration: underline;
      -webkit-text-decoration-color: #20c997;
              text-decoration-color: #20c997; }
      @media (max-width: 991.98px) {
        .team .team__text h3 a, .team .team__text .h3 a {
          margin-left: 0px;
          display: block;
          font-size: 1rem; } }
      .team .team__text h3 a:hover, .team .team__text .h3 a:hover {
        color: #00A1AB; }
  .team .team__text .arrows {
    float: right; }
    @media (max-width: 991.98px) {
      .team .team__text .arrows {
        display: none; } }
    .team .team__text .arrows .swiper-button-prev-team {
      margin-right: 10px;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .team .team__slider .slider-team {
    width: 100%; }
    .team .team__slider .slider-team .swiper-wrapper {
      height: auto !important; }
      .team .team__slider .slider-team .swiper-wrapper .swiper-slide {
        position: relative;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        height: auto; }
        .team .team__slider .slider-team .swiper-wrapper .swiper-slide.swiper-slide-prev {
          opacity: 0; }
        .team .team__slider .slider-team .swiper-wrapper .swiper-slide .content {
          position: relative;
          width: 100%;
          -webkit-box-shadow: 0 0 40px 4px rgba(0, 0, 0, 0.1);
                  box-shadow: 0 0 40px 4px rgba(0, 0, 0, 0.1);
          height: 100%; }
          .team .team__slider .slider-team .swiper-wrapper .swiper-slide .content .avatar {
            max-width: 100%;
            width: 100%;
            height: 290px;
            -o-object-fit: cover;
               object-fit: cover;
            -o-object-position: center;
               object-position: center; }
          .team .team__slider .slider-team .swiper-wrapper .swiper-slide .content div {
            padding: 30px; }
            .team .team__slider .slider-team .swiper-wrapper .swiper-slide .content div h4, .team .team__slider .slider-team .swiper-wrapper .swiper-slide .content div .h4 {
              font-size: calc(1.275rem + 0.3vw);
              margin-bottom: 20px; }
              @media (min-width: 1200px) {
                .team .team__slider .slider-team .swiper-wrapper .swiper-slide .content div h4, .team .team__slider .slider-team .swiper-wrapper .swiper-slide .content div .h4 {
                  font-size: 1.5rem; } }
            .team .team__slider .slider-team .swiper-wrapper .swiper-slide .content div h5, .team .team__slider .slider-team .swiper-wrapper .swiper-slide .content div .h5 {
              font-size: 1.125rem;
              margin-bottom: 20px; }
            .team .team__slider .slider-team .swiper-wrapper .swiper-slide .content div p {
              font-size: 1rem;
              margin-bottom: 40px;
              font-family: "Lato", sans-serif; }
            .team .team__slider .slider-team .swiper-wrapper .swiper-slide .content div .social {
              padding: 0px;
              width: 100%;
              text-align: left; }
              .team .team__slider .slider-team .swiper-wrapper .swiper-slide .content div .social .links {
                display: inline-block;
                padding: 0; }
              .team .team__slider .slider-team .swiper-wrapper .swiper-slide .content div .social a:last-child {
                float: right;
                color: #05297E;
                font-size: 1.125rem;
                -webkit-transition: 0.4s;
                transition: 0.4s;
                font-weight: 600;
                text-decoration: underline;
                -webkit-text-decoration-color: #20c997;
                        text-decoration-color: #20c997; }
                .team .team__slider .slider-team .swiper-wrapper .swiper-slide .content div .social a:last-child:hover {
                  color: #00A1AB; }
              .team .team__slider .slider-team .swiper-wrapper .swiper-slide .content div .social img, .team .team__slider .slider-team .swiper-wrapper .swiper-slide .content div .social a {
                max-width: 100%;
                width: auto; }
                .team .team__slider .slider-team .swiper-wrapper .swiper-slide .content div .social img:not(:last-child), .team .team__slider .slider-team .swiper-wrapper .swiper-slide .content div .social a:not(:last-child) {
                  margin-right: 10px; }

.why {
  color: #05297E; }
  .why .why__text h3, .why .why__text .h3 {
    font-size: calc(1.4375rem + 2.25vw);
    margin-bottom: 30px;
    font-weight: 600; }
    @media (min-width: 1200px) {
      .why .why__text h3, .why .why__text .h3 {
        font-size: 3.125rem; } }
  .why .why__text .arrows {
    float: right; }
    @media (max-width: 575.98px) {
      .why .why__text .arrows {
        display: none; } }
    .why .why__text .arrows .swiper-button-prev {
      margin-right: 10px;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .why .why__slider .slider-why {
    width: 100%; }
    @media (min-width: 992px) {
      .why .why__slider .slider-why .slider-why__nav {
        display: none; } }
    .why .why__slider .slider-why .slider-why__nav .dots {
      padding: 0px;
      margin: 0px;
      margin-top: 40px; }
      .why .why__slider .slider-why .slider-why__nav .dots .dot {
        width: 15px;
        height: 15px;
        border-radius: 0px;
        background-color: #47CDEB;
        opacity: 1; }
        .why .why__slider .slider-why .slider-why__nav .dots .dot.swiper-pagination-bullet-active {
          background-color: #05297E; }
        .why .why__slider .slider-why .slider-why__nav .dots .dot:not(:last-child) {
          margin-right: 10px; }
    .why .why__slider .slider-why .swiper-wrapper {
      margin: 0px -15px;
      height: auto !important; }
      .why .why__slider .slider-why .swiper-wrapper .swiper-slide {
        position: relative;
        -webkit-transition: 0.4s;
        transition: 0.4s; }
        .why .why__slider .slider-why .swiper-wrapper .swiper-slide.swiper-slide-prev {
          opacity: 0; }
        .why .why__slider .slider-why .swiper-wrapper .swiper-slide.slide__navy .content {
          background-color: #05297E;
          color: white; }
        .why .why__slider .slider-why .swiper-wrapper .swiper-slide.slide__green-light .content {
          background-color: #AFE15A;
          color: #05297E; }
        .why .why__slider .slider-why .swiper-wrapper .swiper-slide.slide__teal .content {
          background-color: #00A1AB;
          color: white; }
        .why .why__slider .slider-why .swiper-wrapper .swiper-slide .content {
          position: relative;
          text-align: center;
          margin: 0px 15px; }
          .why .why__slider .slider-why .swiper-wrapper .swiper-slide .content:after {
            content: "";
            display: block;
            padding-bottom: 100%; }
          .why .why__slider .slider-why .swiper-wrapper .swiper-slide .content div {
            position: absolute;
            padding: 20px;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            width: 100%; }
            .why .why__slider .slider-why .swiper-wrapper .swiper-slide .content div h4, .why .why__slider .slider-why .swiper-wrapper .swiper-slide .content div .h4 {
              font-size: calc(1.275rem + 0.3vw); }
              @media (min-width: 1200px) {
                .why .why__slider .slider-why .swiper-wrapper .swiper-slide .content div h4, .why .why__slider .slider-why .swiper-wrapper .swiper-slide .content div .h4 {
                  font-size: 1.5rem; } }
            .why .why__slider .slider-why .swiper-wrapper .swiper-slide .content div p {
              font-size: 1rem;
              margin-bottom: 0px; }
            .why .why__slider .slider-why .swiper-wrapper .swiper-slide .content div img {
              margin-bottom: 10px; }

.section--video-right .video,
.section--video-left .video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1199.98px) {
    .section--video-right .video,
    .section--video-left .video {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .section--video-right .video .video__content,
  .section--video-left .video .video__content {
    margin-top: 0; }
    @media (min-width: 1200px) {
      .section--video-right .video .video__content,
      .section--video-left .video .video__content {
        width: 60%; } }
    @media (max-width: 1199.98px) {
      .section--video-right .video .video__content,
      .section--video-left .video .video__content {
        margin-top: 30px;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
  @media (min-width: 1200px) {
    .section--video-right .video .video__embed,
    .section--video-left .video .video__embed {
      width: 40%; } }

.section--video-centre .video {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto; }

.section--video-right .video__content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }
  @media (min-width: 1200px) {
    .section--video-right .video__content {
      margin-right: 30px; } }
  @media (min-width: 1600px) {
    .section--video-right .video__content {
      margin-right: 100px; } }

.section--video-right .video__embed {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.section--video-left .video__content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
  @media (min-width: 1200px) {
    .section--video-left .video__content {
      margin-left: 30px; } }
  @media (min-width: 1600px) {
    .section--video-left .video__content {
      margin-left: 100px; } }

.section--video-left .video__embed {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.video .video__embed iframe {
  width: auto; }

.video .video__content {
  margin-top: 30px; }
  .video .video__content h1, .video .video__content .h1,
  .video .video__content h2,
  .video .video__content .h2,
  .video .video__content h3,
  .video .video__content .h3,
  .video .video__content h4,
  .video .video__content .h4,
  .video .video__content h5,
  .video .video__content .h5,
  .video .video__content h6,
  .video .video__content .h6 {
    color: #05297E; }

.video .video__ratio {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */ }
  .video .video__ratio iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.wysiwyg {
  color: #263037;
  font-family: "Lato", sans-serif; }
  .wysiwyg .wysiwyg__text {
    position: relative;
    z-index: 12; }
    .wysiwyg .wysiwyg__text h1, .wysiwyg .wysiwyg__text .h1 {
      font-size: calc(1.4375rem + 2.25vw);
      font-weight: 700;
      margin-bottom: 30px;
      color: #05297E;
      font-family: "Poppins", sans-serif; }
      @media (min-width: 1200px) {
        .wysiwyg .wysiwyg__text h1, .wysiwyg .wysiwyg__text .h1 {
          font-size: 3.125rem; } }
    .wysiwyg .wysiwyg__text h2, .wysiwyg .wysiwyg__text .h2 {
      font-size: calc(1.3625rem + 1.35vw);
      font-weight: 700;
      margin-bottom: 30px;
      color: #05297E;
      font-family: "Poppins", sans-serif; }
      @media (min-width: 1200px) {
        .wysiwyg .wysiwyg__text h2, .wysiwyg .wysiwyg__text .h2 {
          font-size: 2.375rem; } }
    .wysiwyg .wysiwyg__text h3, .wysiwyg .wysiwyg__text .h3 {
      font-size: calc(1.275rem + 0.3vw);
      font-weight: 700;
      margin-bottom: 30px;
      color: #05297E;
      font-family: "Poppins", sans-serif; }
      @media (min-width: 1200px) {
        .wysiwyg .wysiwyg__text h3, .wysiwyg .wysiwyg__text .h3 {
          font-size: 1.5rem; } }
    .wysiwyg .wysiwyg__text h4, .wysiwyg .wysiwyg__text .h4, .wysiwyg .wysiwyg__text h5, .wysiwyg .wysiwyg__text .h5, .wysiwyg .wysiwyg__text h6, .wysiwyg .wysiwyg__text .h6 {
      font-size: 1.125rem;
      font-weight: 700;
      margin-bottom: 30px;
      color: #05297E;
      font-family: "Poppins", sans-serif; }
    .wysiwyg .wysiwyg__text img {
      width: 100%;
      max-width: 100%;
      margin-bottom: 30px; }
    .wysiwyg .wysiwyg__text blockquote {
      background-color: #05297E;
      font-size: calc(1.275rem + 0.3vw);
      color: white;
      padding: 50px;
      border-bottom-right-radius: 50px;
      margin-bottom: 30px;
      font-family: "Poppins", sans-serif; }
      @media (min-width: 1200px) {
        .wysiwyg .wysiwyg__text blockquote {
          font-size: 1.5rem; } }
      .wysiwyg .wysiwyg__text blockquote:before {
        background-image: url(quote.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        content: '';
        display: block;
        width: 75px;
        height: 60px;
        margin-bottom: 20px; }
    .wysiwyg .wysiwyg__text p {
      font-size: 1.125rem;
      margin-bottom: 20px;
      text-align: justify; }
    .wysiwyg .wysiwyg__text ul {
      font-size: 1.125rem;
      padding: 0px;
      list-style-type: none; }
      .wysiwyg .wysiwyg__text ul li:before {
        color: #47CDEB;
        font-size: 1.25rem;
        content: '\25AA';
        display: inline-block;
        margin-right: 5px; }
    .wysiwyg .wysiwyg__text ol {
      font-size: 1.125rem;
      padding: 0px;
      list-style-position: inside !important;
      list-style-type: none;
      counter-reset: ol; }
      .wysiwyg .wysiwyg__text ol li:before {
        display: inline-block;
        margin-right: 5px;
        counter-increment: ol;
        content: counter(ol) ".   "; }

/*GOOGLE SEARCH
*********************************************************/
body .gsc-webResult .gsc-result {
  margin-bottom: 20px;
  padding-bottom: 0; }
  @media all and (max-width: 767px) {
    body .gsc-webResult .gsc-result {
      margin-bottom: 10px; } }

body .gsc-webResult .gsc-result,
body .gsc-webResult .gsc-result:hover {
  border-bottom: 1px solid transparent; }

body #website-quick .gsc-webResult .gsc-result .gsc-thumbnail-inside {
  display: block; }

body .cse .gsc-control-cse,
body .gsc-control-cse {
  padding-right: 0;
  padding-left: 0; }

body .gsc-control-cse .gs-spelling,
body .gsc-control-cse .gs-result .gs-title,
body .gsc-control-cse .gs-result .gs-title * {
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 5px;
  text-decoration: none;
  color: #05297E; }
  @media all and (max-width: 767px) {
    body .gsc-control-cse .gs-spelling,
    body .gsc-control-cse .gs-result .gs-title,
    body .gsc-control-cse .gs-result .gs-title * {
      font-size: 20px; } }
  @media all and (max-width: 575px) {
    body .gsc-control-cse .gs-spelling,
    body .gsc-control-cse .gs-result .gs-title,
    body .gsc-control-cse .gs-result .gs-title * {
      font-size: 18px; } }

body .gsc-control-cse .gs-spelling:hover,
body .gsc-control-cse .gs-result .gs-title:hover {
  color: #05297E; }

body .gs-result a.gs-visibleUrl,
body .gs-result .gs-visibleUrl {
  font-size: 14px;
  margin: 0 0 5px;
  color: #058778; }
  @media all and (max-width: 767px) {
    body .gs-result a.gs-visibleUrl,
    body .gs-result .gs-visibleUrl {
      font-size: 12px; } }

body .gsc-control-cse .gsc-table-result,
body .searchResultsContainer table {
  margin: 0; }

body .gsc-above-wrapper-area {
  border: 0; }

body .gsc-tabData.gsc-tabdActive table td {
  padding: 8px;
  border: 0; }

body .gsc-control-cse .gs-snippet {
  font-size: 16px;
  color: black; }
  @media all and (max-width: 767px) {
    body .gsc-control-cse .gs-snippet {
      font-size: 14px; } }

/*pagination*/
body .gsc-results .gsc-cursor {
  display: block; }

body .gsc-results .gsc-cursor-box {
  overflow: hidden;
  margin: 20px 0; }

body .gsc-results .gsc-cursor-box .gsc-cursor-page {
  line-height: 1.33333;
  position: relative;
  float: left;
  margin-right: 0;
  margin-left: -1px;
  padding: 6px 12px;
  text-decoration: none;
  color: #05297E;
  border: 1px solid #DDDDDD;
  background-color: #FFFFFF; }

body .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color: #FFFFFF;
  border-color: #05297E;
  background-color: #05297E; }

body .gsc-results .gsc-cursor-box .gsc-cursor-page:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

body .gsc-results .gsc-cursor-box .gsc-cursor-page:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.searchResultsContainer .resultsCount {
  font-size: 14px;
  position: relative;
  left: 5px;
  padding: 2px 5px 1px;
  color: blue; }

/*quick search*/
.search-wrapper {
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  background-color: white; }
  .search-wrapper .inner {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 768px) {
      .search-wrapper .inner .input-group input {
        font-size: 20px;
        padding: 0 30px; }
      .search-wrapper .inner .input-group button {
        width: 80px; }
      .search-wrapper .inner .input-group input,
      .search-wrapper .inner .input-group .input-group-addon {
        height: 100px; }
      .search-wrapper .inner .input-group .reset {
        top: 40px;
        right: 125px; } }
    .search-wrapper .inner .input-group input {
      height: 60px;
      color: blue;
      border-radius: 0; }
    .search-wrapper .inner .input-group input[type="radio"] {
      position: static;
      padding: 0; }
    .search-wrapper .inner .input-group .input-group-addon {
      height: 60px;
      border-color: yellow;
      border-radius: 0;
      background: white !important; }
    .search-wrapper .inner .input-group .form-control {
      border-color: yellow;
      border-right: 0;
      -webkit-box-shadow: 0 0 0;
              box-shadow: 0 0 0; }
    .search-wrapper .inner .input-group button {
      border: 0;
      background: transparent; }
      .search-wrapper .inner .input-group button span {
        font-size: 30px;
        color: red; }
    .search-wrapper .inner .input-group .reset {
      font-size: 12px;
      font-weight: 700;
      position: absolute;
      z-index: 100;
      top: 20px;
      right: 75px;
      height: auto;
      padding: 3px 6px 2px;
      text-transform: uppercase;
      color: black;
      border: 0;
      background: #F2F2F2; }
    .search-wrapper .inner .quicksearchResults .nav-tabs {
      margin-top: 20px; }

.gsc-tabsArea,
.gsc-adBlock {
  display: none !important; }

.gsc-above-wrapper-area {
  margin-top: 50px;
  margin-bottom: 50px; }
  @media all and (max-width: 767px) {
    .gsc-above-wrapper-area {
      margin-top: 25px;
      margin-bottom: 25px; } }

body .gsc-input-box input {
  font-size: 20px !important;
  height: 90px !important;
  margin-top: 0 !important;
  padding: 33px 30px !important;
  color: #263037; }
  @media all and (max-width: 767px) {
    body .gsc-input-box input {
      font-size: 16px !important;
      height: 50px !important;
      padding: 10px 10px !important; } }

body .gsc-input-box {
  border: 1px solid #47CDEB;
  border-right: 0; }

body table.gsc-search-box td.gsc-input {
  width: 100%;
  padding-right: 0; }

body .gsc-search-box {
  position: relative; }

body button.gsc-search-button {
  top: 0;
  width: 90px;
  margin-left: 0;
  padding-top: 35px;
  padding-bottom: 34px;
  border-top: 1px solid #47CDEB;
  border-right: 1px solid #47CDEB;
  border-bottom: 1px solid #47CDEB;
  border-left: 0;
  border-radius: 0;
  background-color: transparent; }
  @media all and (max-width: 767px) {
    body button.gsc-search-button {
      width: 60px;
      padding-top: 20px;
      padding-right: 14px;
      padding-bottom: 19px;
      padding-left: 14px; } }
  body button.gsc-search-button:hover {
    border-color: #47CDEB;
    background-color: transparent !important; }
  body button.gsc-search-button svg {
    width: 30px;
    height: auto; }
    @media all and (max-width: 767px) {
      body button.gsc-search-button svg {
        width: 20px; } }
    body button.gsc-search-button svg path {
      fill: #05297E; }

.socials .d-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .socials ul li {
    margin-right: 20px;
    margin-left: 20px; }
    .socials ul li a::before {
      display: none; }

.newsletter {
  color: white; }
  .newsletter .modal {
    color: initial; }
  .newsletter p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 175%; }
    @media (min-width: 992px) {
      .newsletter p {
        font-size: calc(1.2625rem + 0.15vw); } }
  @media (min-width: 992px) and (min-width: 1200px) {
    .newsletter p {
      font-size: 1.375rem; } }

.newsletter__text h3, .newsletter__text .h3 {
  font-size: calc(1.3625rem + 1.35vw); }
  @media (min-width: 1200px) {
    .newsletter__text h3, .newsletter__text .h3 {
      font-size: 2.375rem; } }

.newsletter__text p {
  font-size: calc(1.2625rem + 0.15vw);
  margin-bottom: 20px; }
  @media (min-width: 1200px) {
    .newsletter__text p {
      font-size: 1.375rem; } }

.newsletter__form .btn {
  width: 200px; }

.newsletter__form .form-checkbox {
  margin-top: 20px; }

.newsletter__form .hs_firstname,
.newsletter__form .hs_lastname,
.newsletter__form .hubspot-link__container {
  display: none; }

.footer {
  padding-top: 83px;
  padding-bottom: 47px;
  overflow: hidden;
  color: white;
  background-color: #05297E;
  font-family: "Lato", sans-serif;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url(footer-deco.png); }
  @media (max-width: 991.98px) {
    .footer {
      background-image: url(https://www.advancecentre.ie/t4media/main.min.css?v=0.0.4); } }
  .footer a {
    color: inherit; }
  @media (max-width: 991.98px) {
    .footer .collapsable {
      border-top: 1px white solid; }
      .footer .collapsable:last-child {
        border-bottom: 1px white solid; }
      .footer .collapsable.open ul {
        display: block; }
      .footer .collapsable.open h3:after, .footer .collapsable.open .h3:after {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      .footer .collapsable h3, .footer .collapsable .h3 {
        padding: 15px 0px;
        position: relative; }
        .footer .collapsable h3:after, .footer .collapsable .h3:after {
          content: '';
          display: inline-block;
          position: absolute;
          background-image: url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 2L8 9L15 2' stroke='%23FFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          width: 17px !important;
          margin-left: 2px;
          height: 8px !important;
          border: none !important;
          -webkit-transition: .4s;
          transition: .4s;
          right: 0px;
          top: 50%; }
      .footer .collapsable ul {
        display: none;
        margin-bottom: 20px; }
        .footer .collapsable ul li {
          padding: 2px 0px; }
        .footer .collapsable ul a {
          padding-left: 30px; } }
  .footer h3, .footer .h3 {
    font-size: calc(1.2625rem + 0.15vw);
    font-weight: 600;
    line-height: 125%; }
    @media (min-width: 1200px) {
      .footer h3, .footer .h3 {
        font-size: 1.375rem; } }
    @media (min-width: 992px) {
      .footer h3, .footer .h3 {
        font-size: calc(1.275rem + 0.3vw); } }
  @media (min-width: 992px) and (min-width: 1200px) {
    .footer h3, .footer .h3 {
      font-size: 1.5rem; } }
  .footer p {
    margin-top: 30px; }
  .footer .btn {
    margin-top: 20px;
    margin-bottom: 50px; }
  .footer ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    overflow: hidden; }
    .footer ul li {
      color: white;
      margin-bottom: 10px; }
      .footer ul li a {
        color: white; }
        .footer ul li a::before {
          display: none; }

.footer__logos {
  margin-top: 80px;
  text-align: center; }
  .footer__logos img {
    margin: 0px 10px;
    margin-bottom: 20px;
    width: 15%; }
    @media (max-width: 991.98px) {
      .footer__logos img {
        margin: 0 auto;
        display: block;
        width: auto; } }
    @media (max-width: 767.98px) {
      .footer__logos img {
        max-width: 90%;
        width: auto;
        margin-bottom: 0px; }
        .footer__logos img.sligo {
          margin-bottom: 0px; }
        .footer__logos img.hea {
          margin-bottom: 40px; }
        .footer__logos img.tud {
          margin-bottom: 20px; }
        .footer__logos img.ucd {
          margin-bottom: 20px; }
        .footer__logos img.hci {
          margin-bottom: 0px; } }

.float-contact-button {
  position: fixed;
  z-index: 999;
  right: 85px;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 85px;
  padding: 0 10px 0 20px;
  color: #014751;
  font-size: 18px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  border-radius: 3em; }

.float-contact-button:after {
  content: '';
  display: block;
  width: 64px;
  height: 64px;
  margin-left: 15px;
  background: url(icon-contact-blue.svg) no-repeat center center; }

#stickycookiePolicy,
#cookiePolicy {
  position: fixed;
  z-index: 9999999999;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 10px;
  text-align: center;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.8); }

#stickycookiePolicy a,
#cookiePolicy a {
  margin-left: 10px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  white-space: nowrap;
  text-decoration: underline;
  color: #FFFFFF; }

#stickycookiePolicy a:hover,
#cookiePolicy a:hover {
  color: #05297E; }

.no-script.modal-backdrop.fade.in {
  position: absolute;
  z-index: 1100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  background: black; }

.modal.fade.in.no-js {
  position: fixed;
  z-index: 1109;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  display: block;
  padding: 20px;
  text-align: center;
  background: #101820; }

.modal.fade.in.no-js .noscriptmsg {
  font-size: 1.25em;
  margin-bottom: 20px;
  color: #FFFFFF; }

input.modal-closing-trick {
  position: absolute;
  z-index: 1110;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

input.modal-closing-trick:checked ~ div {
  display: none !important; }

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }
  .swiper-container-pointer-events.swiper-container-vertical {
    -ms-touch-action: pan-x;
        touch-action: pan-x; }

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px; }
  .swiper-container-3d .swiper-wrapper,
  .swiper-container-3d .swiper-slide,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
  .swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory; }

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */ }

.swiper-pagination {
  position: absolute;
  z-index: 10;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  text-align: center; }
  .swiper-pagination.swiper-pagination-hidden {
    opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden; }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    -webkit-transform: scale(0.33);
            transform: scale(0.33); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
            transform: scale(1); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
            transform: scale(1); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
            transform: scale(0.66); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
            transform: scale(0.33); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
            transform: scale(0.66); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
            transform: scale(0.33); }

.swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  opacity: 0.2;
  border-radius: 50%;
  background: #000000; }
  button.swiper-pagination-bullet {
    margin: 0;
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer; }
  .swiper-pagination-bullet:only-child {
    display: none !important; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  top: 50%;
  right: 10px;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0); }
  .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: 6px 0; }
  .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    width: 8px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
      display: inline-block;
      -webkit-transition: 200ms top, 200ms -webkit-transform;
      transition: 200ms top, 200ms -webkit-transform;
      transition: 200ms transform, 200ms top;
      transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap; }
  .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  position: absolute;
  background: rgba(0, 0, 0, 0.25); }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    background: var(--swiper-pagination-color, var(--swiper-theme-color)); }
  .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
            transform-origin: right top; }
  .swiper-container-horizontal > .swiper-pagination-progressbar,
  .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    top: 0;
    left: 0;
    width: 100%;
    height: 4px; }
  .swiper-container-vertical > .swiper-pagination-progressbar,
  .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    top: 0;
    left: 0;
    width: 4px;
    height: 100%; }

.swiper-pagination-blue {
  --swiper-pagination-color: #47CDEB; }

.swiper-pagination-indigo {
  --swiper-pagination-color: #6610f2; }

.swiper-pagination-purple {
  --swiper-pagination-color: #6f42c1; }

.swiper-pagination-pink {
  --swiper-pagination-color: #d63384; }

.swiper-pagination-red {
  --swiper-pagination-color: #dc3545; }

.swiper-pagination-orange {
  --swiper-pagination-color: #fd7e14; }

.swiper-pagination-yellow {
  --swiper-pagination-color: #ffc107; }

.swiper-pagination-green {
  --swiper-pagination-color: #198754; }

.swiper-pagination-teal {
  --swiper-pagination-color: #20c997; }

.swiper-pagination-cyan {
  --swiper-pagination-color: #0dcaf0; }

.swiper-pagination-white {
  --swiper-pagination-color: #fff; }

.swiper-pagination-gray {
  --swiper-pagination-color: #6c757d; }

.swiper-pagination-gray-dark {
  --swiper-pagination-color: #343a40; }

.swiper-pagination-lock {
  display: none; }

/* ===============================
=            Choices            =
=============================== */
.choices {
  font-size: 16px;
  position: relative;
  overflow: hidden;
  margin-bottom: 24px; }

.choices:focus {
  outline: none; }

.choices:last-child {
  margin-bottom: 0; }

.choices.is-open {
  overflow: initial; }

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  background-color: #EAEAEA; }

.choices.is-disabled .choices__item {
  cursor: not-allowed; }

.choices [hidden] {
  display: none !important; }

.choices[data-type*="select-one"] {
  cursor: pointer; }

.choices[data-type*="select-one"] .choices__inner {
  padding-bottom: 7.5px; }

.choices[data-type*="select-one"] .choices__input {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #DDDDDD;
  background-color: #FFFFFF; }

.choices[data-type*="select-one"] .choices__button {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-right: 25px;
  padding: 0;
  opacity: 0.25;
  border-radius: 10em;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  background-size: 8px; }

.choices[data-type*="select-one"] .choices__button:hover,
.choices[data-type*="select-one"] .choices__button:focus {
  opacity: 1; }

.choices[data-type*="select-one"] .choices__button:focus {
  -webkit-box-shadow: 0 0 0 2px #00BCD4;
          box-shadow: 0 0 0 2px #00BCD4; }

.choices[data-type*="select-one"] .choices__item[data-value=""] .choices__button {
  display: none; }

.choices[data-type*="select-one"]::after {
  position: absolute;
  top: 50%;
  right: 11.5px;
  width: 0;
  height: 0;
  margin-top: -2.5px;
  content: "";
  pointer-events: none;
  border-width: 5px;
  border-style: solid;
  border-color: #333333 transparent transparent transparent; }

.choices[data-type*="select-one"].is-open::after {
  margin-top: -7.5px;
  border-color: transparent transparent #333333 transparent; }

.choices[data-type*="select-one"][dir="rtl"]::after {
  right: auto;
  left: 11.5px; }

.choices[data-type*="select-one"][dir="rtl"] .choices__button {
  right: auto;
  left: 0;
  margin-right: 0;
  margin-left: 25px; }

.choices[data-type*="select-multiple"] .choices__inner,
.choices[data-type*="text"] .choices__inner {
  cursor: text; }

.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
  line-height: 1;
  position: relative;
  display: inline-block;
  width: 8px;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  opacity: 0.75;
  border-left: 1px solid #008FA1;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  background-size: 8px; }

.choices[data-type*="select-multiple"] .choices__button:hover,
.choices[data-type*="select-multiple"] .choices__button:focus,
.choices[data-type*="text"] .choices__button:hover,
.choices[data-type*="text"] .choices__button:focus {
  opacity: 1; }

.choices__inner {
  font-size: 14px;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  min-height: 44px;
  padding: 7.5px 7.5px 3.75px;
  vertical-align: top;
  border: 1px solid #DDDDDD;
  border-radius: 2.5px;
  background-color: #F9F9F9; }

.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #B7B7B7; }

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0; }

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px; }

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none; }

.choices__list--single {
  display: inline-block;
  width: 100%;
  padding: 4px 16px 4px 4px; }

[dir="rtl"] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px; }

.choices__list--single .choices__item {
  width: 100%; }

.choices__list--multiple {
  display: inline; }

.choices__list--multiple .choices__item {
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  padding: 4px 10px;
  vertical-align: middle;
  word-break: break-all;
  color: #FFFFFF;
  border: 1px solid #00A5BB;
  border-radius: 20px;
  background-color: #00BCD4; }

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px; }

[dir="rtl"] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px; }

.choices__list--multiple .choices__item.is-highlighted {
  border: 1px solid #008FA1;
  background-color: #00A5BB; }

.is-disabled .choices__list--multiple .choices__item {
  border: 1px solid #919191;
  background-color: #AAAAAA; }

.choices__list--dropdown {
  position: absolute;
  z-index: 10;
  top: 100%;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  margin-top: -1px;
  word-break: break-all;
  border: 1px solid #DDDDDD;
  border-bottom-right-radius: 2.5px;
  border-bottom-left-radius: 2.5px;
  background-color: #FFFFFF;
  will-change: visibility; }

.choices__list--dropdown.is-active {
  visibility: visible; }

.is-open .choices__list--dropdown {
  border-color: #B7B7B7; }

.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0; }

.choices__list--dropdown .choices__list {
  position: relative;
  overflow: auto;
  max-height: 300px;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position; }

.choices__list--dropdown .choices__item {
  font-size: 14px;
  position: relative;
  padding: 10px; }

[dir="rtl"] .choices__list--dropdown .choices__item {
  text-align: right; }

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable {
    padding-right: 100px; }
  .choices__list--dropdown .choices__item--selectable::after {
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: 10px;
    content: attr(data-select-text);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0; }
  [dir="rtl"] .choices__list--dropdown .choices__item--selectable {
    padding-right: 10px;
    padding-left: 100px;
    text-align: right; }
  [dir="rtl"] .choices__list--dropdown .choices__item--selectable::after {
    right: auto;
    left: 10px; } }

.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #F2F2F2; }

.choices__list--dropdown .choices__item--selectable.is-highlighted::after {
  opacity: 0.5; }

.choices__item {
  cursor: default; }

.choices__item--selectable {
  cursor: pointer; }

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  opacity: 0.5; }

.choices__heading {
  font-size: 12px;
  font-weight: 600;
  padding: 10px;
  color: gray;
  border-bottom: 1px solid #F7F7F7; }

.choices__button {
  cursor: pointer;
  text-indent: -9999px;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }

.choices__button:focus {
  outline: none; }

.choices__input {
  font-size: 14px;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  padding: 4px 0 4px 2px;
  vertical-align: baseline;
  border: 0;
  border-radius: 0;
  background-color: #F9F9F9; }

.choices__input:focus {
  outline: 0; }

[dir="rtl"] .choices__input {
  padding-right: 2px;
  padding-left: 0; }

.choices__placeholder {
  opacity: 0.5; }

/* =====  End of Choices  ====== */

/*# sourceMappingURL=main.min.css.map */