@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Assistant:wght@400;600;700&display=swap");
:root {
  --bs-blue: #009dcc;
  --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: #009dcc;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 0, 157, 204;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 99, 99, 98;
  --bs-body-bg-rgb: 197, 230, 244;
  --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: Assistant, sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.389;
  --bs-body-color: #636362;
  --bs-body-bg: #c5e6f4;
}

*,
*::before,
*::after {
  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;
}

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

h1, .h1 {
  font-size: 2em;
}

h2, .h2 {
  font-size: 1.334em;
}

h3, .h3 {
  font-size: 1.15em;
}

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: 0;
}

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  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: 0.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: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  color: #009dcc;
  text-decoration: underline;
}

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;
}

.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: "— ";
}

.container,
.container-fluid,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 22.5px);
  padding-left: var(--bs-gutter-x, 22.5px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 925px;
  }
}
.row {
  --bs-gutter-x: 45px;
  --bs-gutter-y: 0;
  display: flex;
  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 > * {
  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 {
  flex: 1 0 0%;
}

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

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

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

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

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

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

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

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

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

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

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

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .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 {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

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

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

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .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: 1024px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

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

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

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .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 {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

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

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

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .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;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

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

.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: flex !important;
}

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

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

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

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

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !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: flex !important;
  }

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

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

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !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: flex !important;
  }

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

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

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }
}
@media (min-width: 1024px) {
  .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: flex !important;
  }

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

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

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !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: flex !important;
  }

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

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

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !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: flex !important;
  }

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

  .d-print-none {
    display: none !important;
  }
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav a {
  text-decoration: none !important;
}

h1, .h1 {
  margin-bottom: 0.8056em;
}

h2, .h2 {
  margin-bottom: 1.292em;
}

* {
  word-break: normal !important;
  hyphens: auto;
}

@media (min-width: 768px) {
  body {
    font-size: 1.125rem;
  }
}

.site {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #fff;
}

.site-header {
  font-weight: bold;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .site-header {
    padding: 40px 0 0px;
  }
}
.site-header .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 768px) {
  .site-header .container {
    align-items: flex-start;
  }
}
.site-header .logo {
  display: block;
  width: 135px;
  margin-right: auto;
}
@media (min-width: 768px) {
  .site-header .logo {
    width: 203px;
    margin-bottom: 69px;
  }
}
.site-header .logo img {
  display: block;
  width: 100%;
}
.site-header .service-nav {
  display: none;
  margin-top: 14px;
  margin-right: 23px;
}
@media (min-width: 768px) {
  .site-header .service-nav {
    display: block;
  }
}
.site-header .service-nav ul {
  display: flex;
}
.site-header .service-nav ul li:not(:last-child) {
  margin-right: 15px;
}
.site-header .service-nav ul li:not(:first-child) {
  margin-left: 15px;
}
.site-header .service-nav ul li:hover > a:after, .site-header .service-nav ul li.current_page_item > a:after, .site-header .service-nav ul li.current-page-ancestor > a:after, .site-header .service-nav ul li.current_page_parent > a:after {
  background-color: #003973;
}
.site-header .service-nav ul li.menu-item-33 .-icon {
  width: 12px;
  margin-left: 8px;
}
.site-header .service-nav ul li.menu-item-49 .-title, .site-header .service-nav ul li.menu-item-50 .-title {
  color: transparent;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
}
.site-header .service-nav ul li.menu-item-49 .-icon, .site-header .service-nav ul li.menu-item-50 .-icon {
  width: 17px;
}
.site-header .service-nav ul li.menu-item-49 {
  margin-left: 12px;
}
.site-header .service-nav ul li.menu-item-50 {
  margin-left: 27px;
  margin-right: 0;
}
.site-header .service-nav .-icon {
  display: block;
}
.site-header .service-nav a {
  display: flex;
  position: relative;
  color: #003973;
  z-index: 0;
}
.site-header .service-nav a:after {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  left: -1px;
  right: -1px;
  height: 2px;
  background-color: transparent;
}
.site-header .lang-nav {
  display: none;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 17px;
}
@media (min-width: 768px) {
  .site-header .lang-nav {
    display: block;
  }
}
.site-header .lang-nav ul {
  display: flex;
}
.site-header .lang-nav li:first-child > a {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding-left: 8px;
}
.site-header .lang-nav li:last-child > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  padding-right: 8px;
}
.site-header .lang-nav li.wpml-ls-current-language a {
  color: #fff;
  background-color: #003973;
}
.site-header .lang-nav a {
  display: block;
  border: 1px solid #003973;
  line-height: 16px;
  background-color: #fff;
  color: #003973;
  padding: 0 5px;
}
.site-header .site-nav {
  display: none;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .site-header .site-nav {
    display: block;
  }
}
.site-header .site-nav ul {
  display: flex;
}
.site-header .site-nav ul li {
  flex: 0 1 100%;
}
.site-header .site-nav ul li:not(:first-child) {
  margin-left: 7px;
}
.site-header .site-nav ul li:not(:last-child) {
  margin-right: 7px;
}
.site-header .site-nav ul li:hover > a, .site-header .site-nav ul li.current_page_item > a, .site-header .site-nav ul li.current-page-ancestor > a {
  color: #fff;
  background-color: #009dcc;
}
.site-header .site-nav ul a {
  display: block;
  width: 100%;
  line-height: 61px;
  height: 61px;
  border-radius: 30px;
  background-color: #c5e6f4;
  color: #009dcc;
  text-align: center;
}
.site-header .nav-toggle {
  display: block;
  position: relative;
  width: 21px;
  height: 11px;
  background: none transparent;
  border-width: 0;
  border-radius: 0;
}
@media (min-width: 768px) {
  .site-header .nav-toggle {
    display: none;
  }
}
.site-header .nav-toggle span {
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  background-color: #009dcc;
}
.site-header .nav-toggle span:first-child {
  top: 0;
}
.site-header .nav-toggle span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.site-header .nav-toggle span:last-child {
  bottom: 0;
}
.site-header .mobile-contact {
  display: block;
  width: 16px;
  margin-right: 16px;
}
@media (min-width: 768px) {
  .site-header .mobile-contact {
    display: none;
  }
}
.site-header .mobile-contact svg {
  display: block;
  width: 100%;
}

.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #009dcc;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  padding: 18px 18px 60px;
  z-index: 20;
  overflow-y: auto;
  text-align: center;
  transform: translateY(-100%);
  transition: transform 0.3s ease-out;
}
@media (min-width: 768px) {
  .mobile-nav {
    display: none;
  }
}
.mobile-nav .nav-toggle {
  display: block;
  position: relative;
  margin-left: auto;
  width: 23px;
  height: 28px;
  background: none transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  margin-bottom: 20px;
}
.mobile-nav .nav-toggle span {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform-origin: center;
}
.mobile-nav .nav-toggle span:first-child {
  transform: rotate(45deg);
}
.mobile-nav .nav-toggle span:last-child {
  transform: rotate(-45deg);
}
.mobile-nav .-primary {
  margin-bottom: 2.778em;
}
.mobile-nav .-primary a {
  display: block;
  width: 100%;
  font-weight: bold;
  color: #009dcc;
  line-height: 38px;
  height: 38px;
  border-radius: 19px;
  background-color: #c5e6f4;
  color: #009dcc;
  text-align: center;
  margin-bottom: 16px;
}
.mobile-nav .-service {
  margin-bottom: 2.778em;
}
.mobile-nav .-service a {
  display: block;
  margin-bottom: 1.389em;
}
.mobile-nav .-service li:hover > a {
  color: #003973;
}
.mobile-nav .-lang {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
}
.mobile-nav .-lang li:first-child > a {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-left: 8px;
}
.mobile-nav .-lang li:last-child > a {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-right: 8px;
}
.mobile-nav .-lang li.wpml-ls-current-language a {
  color: #fff;
  background-color: #003973;
}
.mobile-nav .-lang a {
  display: block;
  flex: 0 0 auto;
  border: 1px solid #003973;
  line-height: 18px;
  background-color: #fff;
  color: #003973;
  padding: 0 5px;
}

.back,
.faq {
  position: fixed;
  width: 960px;
  max-width: 100%;
  right: 0;
  left: 0;
  pointer-events: none;
  margin: 0 auto;
  z-index: 2;
}
.back a,
.faq a {
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  color: #fff;
  background-color: #003973;
  margin-left: auto;
  line-height: 1.3125;
  text-align: center;
  font-weight: 600;
  text-decoration: none !important;
  width: 106px;
  height: 64px;
  padding: 0 20px;
  font-size: 0.8125em;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
}

.back {
  bottom: 52%;
}
@media (min-width: 768px) {
  .back {
    bottom: 38%;
  }
}
@media (min-width: 1024px) {
  .back {
    bottom: 22%;
  }
}

.faq {
  position: fixed;
  bottom: calc(52% - 75px);
}
@media (min-width: 768px) {
  .faq {
    bottom: calc(38% - 75px);
  }
}
@media (min-width: 1024px) {
  .faq {
    bottom: calc(22% - 75px);
  }
}

.site-main .container {
  max-width: 100%;
}

.site-footer {
  background-color: #009dcc;
  padding: 21px 0;
}
.site-footer .container {
  position: relative;
  z-index: 0;
}
.site-footer .scroll-top {
  position: absolute;
  display: block;
  bottom: 100%;
  right: 15px;
  padding: 18px 5px;
  background-color: #003973;
  border-width: 0;
  border-radius: 10px;
}
@media (min-width: 1024px) {
  .site-footer .scroll-top {
    right: 0;
  }
}
.site-footer .scroll-top img {
  display: block;
  width: 10px;
}
.site-footer .footer-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-footer .footer-nav li:not(:first-child) {
  margin-left: 5px;
}
@media (min-width: 768px) {
  .site-footer .footer-nav li:not(:first-child) {
    margin-left: 7px;
  }
}
.site-footer .footer-nav li:not(:last-child) {
  margin-right: 5px;
}
@media (min-width: 768px) {
  .site-footer .footer-nav li:not(:last-child) {
    margin-right: 7px;
  }
}
.site-footer .footer-nav a {
  display: block;
  background-color: #fff;
  color: #009dcc;
  font-size: 0.8125em;
  line-height: 16px;
  font-weight: bold;
  padding: 0 10px;
  border-radius: 10px;
  hyphens: none;
}
@media (min-width: 768px) {
  .site-footer .footer-nav a {
    line-height: 20px;
    font-size: 0.833em;
  }
}

.single-decision .service-nav .menu-item-32 > a:after {
  background-color: transparent !important;
}
.single-decision .service-nav .menu-item-33 > a:after {
  background-color: #003973;
}

.nav-open .mobile-nav {
  transform: translateY(0);
}

.emediplan-collapsible {
  margin-bottom: 16px;
}
.emediplan-collapsible .-head {
  position: relative;
  text-align: left;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.167em;
  margin: 0;
  padding: 19px 65px 16px;
  color: #009dcc;
  background-color: #c5e6f4;
  cursor: pointer;
}
.emediplan-collapsible .-head[aria-expanded=true] {
  color: #fff;
  background-color: #009dcc;
}
.emediplan-collapsible .-head[aria-expanded=true] .-icon {
  transform: rotate(180deg);
}
.emediplan-collapsible .-head[aria-expanded=true] .-icon path {
  fill: #fff;
}
@media (max-width: 767.98px) {
  .emediplan-collapsible .-head {
    padding-left: 20px;
  }
}
.emediplan-collapsible .-head .-icon {
  display: block;
  position: absolute;
  width: 21px;
  right: 35px;
  top: 48%;
  transform-origin: center;
}
.emediplan-collapsible .-content .wrap {
  padding: 20px;
}
@media (min-width: 768px) {
  .emediplan-collapsible .-content .wrap {
    padding: 54px 65px;
  }
}

.emediplan-login {
  display: flex;
  min-height: inherit;
  padding-top: 62px;
}
.emediplan-login .-wrap {
  background-color: #88d0ea;
  color: #fff;
  padding: 68px 0;
  flex: 0 1 100%;
}
.emediplan-login .container {
  max-width: 580px;
  margin: 0 auto;
}
.emediplan-login .-title {
  display: flex;
  align-items: flex-end;
  font-size: 1.333em;
  margin-bottom: 0;
  color: inherit;
  line-height: 1;
  margin-bottom: 1em;
}
.emediplan-login .-icon {
  display: block;
  width: 19px;
  margin-right: 18px;
}
.emediplan-login form {
  font-size: 0.8334em;
}
.emediplan-login form p {
  margin-bottom: 10px;
}
.emediplan-login form label, .emediplan-login form input:not([type=submit]) {
  display: block;
}
.emediplan-login form label:after {
  content: "*";
  color: #ff2d6c;
}
.emediplan-login form input:not([type=submit]) {
  display: block;
  width: 100%;
  border: 1px solid #009dcc;
  outline: none !important;
  color: #000;
  background-color: #fff;
  padding: 10px 20px;
  margin-top: 0.5em;
}
.emediplan-login form input[type=submit] {
  border-width: 0;
  background-color: #009dcc;
  color: #fff;
  font-weight: bold;
  padding: 10px 15px;
}

.emediplan-news {
  padding: 62px 0;
}
.emediplan-news h1, .emediplan-news .h1, .emediplan-news h2, .emediplan-news .h2 {
  margin-bottom: 1.25em;
}
.emediplan-news h1, .emediplan-news .h1 {
  text-align: center;
}
@media (min-width: 768px) {
  .emediplan-news .-wrap {
    padding: 0 65px;
  }
}

.emediplan-section {
  overflow: hidden;
  padding: 62px 0;
}
@media (min-width: 768px) {
  .emediplan-section .-wrap {
    padding: 0 65px;
  }
}
.emediplan-section ul, .emediplan-section li {
  text-align: left;
}
.emediplan-section.-lightblue, .emediplan-section.-blue {
  color: #fff;
}
.emediplan-section.-lightblue h1, .emediplan-section.-lightblue .h1, .emediplan-section.-lightblue h2, .emediplan-section.-lightblue .h2, .emediplan-section.-lightblue h3, .emediplan-section.-lightblue .h3, .emediplan-section.-blue h1, .emediplan-section.-blue .h1, .emediplan-section.-blue h2, .emediplan-section.-blue .h2, .emediplan-section.-blue h3, .emediplan-section.-blue .h3 {
  color: inherit;
}
.emediplan-section.-lightblue .emediplan-button, .emediplan-section.-blue .emediplan-button {
  background-color: #fff;
  color: #009dcc;
}
.emediplan-section.-lightblue .emediplan-button:hover, .emediplan-section.-blue .emediplan-button:hover {
  color: #009dcc;
}
.emediplan-section.-lightblue .emediplan-content.-table td, .emediplan-section.-blue .emediplan-content.-table td {
  border-bottom-color: #009dcc;
}
.emediplan-section.-lightblue .emediplan-content.-downloads .-download, .emediplan-section.-blue .emediplan-content.-downloads .-download {
  color: #fff;
}
.emediplan-section.-lightblue .emediplan-content.-downloads .-icon g, .emediplan-section.-blue .emediplan-content.-downloads .-icon g {
  fill: #fff !important;
}
.emediplan-section.-lightblue .emediplan-content.-links .-link, .emediplan-section.-blue .emediplan-content.-links .-link {
  color: #fff;
}
.emediplan-section.-lightblue .emediplan-content.-links .-icon g, .emediplan-section.-blue .emediplan-content.-links .-icon g {
  fill: #fff !important;
}
.emediplan-section.-blue {
  background-color: #009dcc;
}
.emediplan-section.-blue .-text a:hover {
  color: #003973;
}
.emediplan-section.-lightblue {
  background-color: #88d0ea;
}

.emediplan-slider {
  padding-top: 2px;
}
@media (min-width: 768px) {
  .emediplan-slider {
    padding-top: 62px;
  }
}
.emediplan-slider .-slider picture, .emediplan-slider .-slider img {
  display: block;
  width: 100%;
}
.emediplan-slider .slick-dots {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.emediplan-slider .slick-dots li:not(:first-child) {
  margin-left: 5px;
}
.emediplan-slider .slick-dots li:not(:last-child) {
  margin-right: 5px;
}
.emediplan-slider .slick-dots li.slick-active button {
  background-color: rgba(0, 0, 0, 0.25);
}
.emediplan-slider .slick-dots button {
  font-size: 0;
  color: transparent;
  border-width: 0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0;
}

.emediplan-content.-small {
  max-width: 580px;
  margin: 0 auto;
}
.emediplan-content.-apps {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 576px) {
  .emediplan-content.-apps {
    flex-direction: row;
  }
}
.emediplan-content.-apps > a {
  flex: 0 0 auto;
  margin: 0 22.5px 1.389em;
}
.emediplan-content.-apps > a img {
  display: block;
  width: 130px;
}
@media (min-width: 576px) {
  .emediplan-content.-apps > a img {
    width: auto;
    height: 40px;
  }
}
@media (min-width: 1024px) {
  .emediplan-content.-apps > a img {
    height: 60px;
  }
}
.emediplan-content.-button {
  text-align: center;
}
.emediplan-content.-carousel {
  position: relative;
  z-index: 0;
}
.emediplan-content.-carousel .owl-carousel {
  max-width: 620px;
  margin: 0 auto;
}
.emediplan-content.-carousel .owl-carousel .owl-stage-outer {
  overflow: visible !important;
}
.emediplan-content.-carousel .owl-item {
  transform-origin: right center;
  transition: transform 0.2s ease-out;
}
.emediplan-content.-carousel .owl-item:not(.center) {
  transform: scale(0.7);
}
.emediplan-content.-carousel .owl-item.center + .owl-item {
  transform-origin: left center;
}
.emediplan-content.-carousel .-item {
  background-color: #c5e6f4;
  color: #009dcc;
  padding: 58px 46px;
}
.emediplan-content.-carousel .-item .emediplan-button {
  background-color: #009dcc;
  color: #fff;
}
.emediplan-content.-carousel.-default .-item {
  text-align: center;
}
.emediplan-content.-carousel.-default .-infos {
  margin-bottom: 1.389em;
}
.emediplan-content.-carousel.-quote .-item {
  text-align: right;
}
@media (min-width: 768px) {
  .emediplan-content.-carousel.-quote .-item {
    display: flex;
    align-items: center;
  }
}
.emediplan-content.-carousel.-quote .-quote {
  text-align: left;
  line-height: 1.389;
  margin-bottom: 1.389em;
}
.emediplan-content.-carousel.-quote .-source {
  font-size: 0.667em;
  margin-bottom: 0.75em;
}
.emediplan-content.-carousel.-quote .-image {
  width: 196px;
  margin: 0 auto 1.389em;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 50%;
  order: 1;
}
@media (min-width: 768px) {
  .emediplan-content.-carousel.-quote .-image {
    margin-left: 42px;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.emediplan-content.-carousel.-quote .-image img {
  display: block;
  width: 100%;
}
.emediplan-content.-carousel .owl-prev,
.emediplan-content.-carousel .owl-next {
  position: absolute;
  background-color: #fff;
  border: 1px solid #009dcc;
  width: 46px;
  height: 46px;
  color: #009dcc;
  border-radius: 50%;
  font-size: 0;
  color: transparent;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  outline: none !important;
}
.emediplan-content.-carousel .owl-prev:after,
.emediplan-content.-carousel .owl-next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 22px;
  background-size: contain;
  background-position: center;
  transform: translate(-50%, -50%);
}
.emediplan-content.-carousel .owl-prev.owl-prev,
.emediplan-content.-carousel .owl-next.owl-prev {
  left: -5px;
}
.emediplan-content.-carousel .owl-prev.owl-prev:after,
.emediplan-content.-carousel .owl-next.owl-prev:after {
  background-image: url("../img/prev.svg");
}
.emediplan-content.-carousel .owl-prev.owl-next,
.emediplan-content.-carousel .owl-next.owl-next {
  right: -5px;
}
.emediplan-content.-carousel .owl-prev.owl-next:after,
.emediplan-content.-carousel .owl-next.owl-next:after {
  background-image: url("../img/next.svg");
}
.emediplan-content.-cols {
  text-align: left;
}
@media (max-width: 1023.98px) {
  .emediplan-content.-cols .row > :first-child {
    margin-bottom: 1.389em;
  }
}
.emediplan-content.-contact p {
  margin-bottom: 0.5em;
}
.emediplan-content.-contact .-map {
  position: relative;
  z-index: 0;
}
.emediplan-content.-contact .-map .-spacer {
  padding-top: 68.15%;
}
.emediplan-content.-contact .-map .acf-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.emediplan-content.-downloads {
  font-size: 0.8334em;
  font-weight: bold;
}
.emediplan-content.-downloads .-download {
  display: flex;
  border-top: 1px solid;
  padding: 15px 10px 11px;
  align-items: center;
  color: #009dcc;
}
@media (min-width: 768px) {
  .emediplan-content.-downloads .-download {
    padding: 15px 26px 11px;
  }
}
.emediplan-content.-downloads .-download:hover {
  color: #009dcc;
}
.emediplan-content.-downloads .-download:last-child {
  border-bottom: 1px solid;
}
.emediplan-content.-downloads .-download .-icon {
  width: 17px;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .emediplan-content.-downloads .-download .-icon {
    margin-right: 50px;
  }
}
.emediplan-content.-downloads .-download .-icon svg {
  display: block;
  width: 100%;
}
.emediplan-content.-links {
  font-size: 0.8334em;
  font-weight: bold;
}
.emediplan-content.-links .-link {
  display: flex;
  border-top: 1px solid;
  padding: 15px 10px 11px;
  align-items: center;
  color: #009dcc;
}
@media (min-width: 768px) {
  .emediplan-content.-links .-link {
    padding: 15px 26px 11px;
  }
}
.emediplan-content.-links .-link:hover {
  color: #009dcc;
}
.emediplan-content.-links .-link:last-child {
  border-bottom: 1px solid;
}
.emediplan-content.-links .-link .-icon {
  width: 12px;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .emediplan-content.-links .-link .-icon {
    margin-right: 50px;
  }
}
.emediplan-content.-links .-link .-icon svg {
  display: block;
  width: 100%;
}
.emediplan-content.-form {
  max-width: 580px;
  margin: 0 auto;
  font-size: 0.8334em;
  color: #009dcc;
}
.emediplan-content.-form label,
.emediplan-content.-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.emediplan-content.-form label {
  margin-bottom: 1em;
}
.emediplan-content.-form input:not([type=submit]), .emediplan-content.-form textarea {
  display: block;
  width: 100%;
  border: 1px solid #009dcc;
  outline: none !important;
  color: #000;
  background-color: #fff;
  padding: 10px 20px;
  margin-top: 0.5em;
}
.emediplan-content.-form input[type=submit] {
  border-width: 0;
  background-color: #009dcc;
  color: #fff;
  font-weight: bold;
  padding: 10px 15px;
}
.emediplan-content.-form .req {
  color: #ff2d6c;
}
.emediplan-content.-form .mc4wp-form-fields {
  margin-bottom: 2.778em;
}
.emediplan-content.-image {
  display: block;
}
.emediplan-content.-image:only-child {
  height: 100%;
}
.emediplan-content.-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.emediplan-content.-patrons {
  font-size: 0.8334em;
  color: #009dcc;
}
.emediplan-content.-patrons .-patron {
  display: block;
  margin-bottom: 1.2em;
  text-decoration: none !important;
}
.emediplan-content.-patrons .row > *:nth-last-child(-n+3) .-patron {
  margin-bottom: 0;
}
.emediplan-content.-patrons .-image {
  position: relative;
  padding-top: 50%;
  margin-bottom: 10px;
}
.emediplan-content.-patrons .-image img {
  position: absolute;
  display: block;
  top: 7.5%;
  left: 7.5%;
  width: 85%;
  height: 85%;
  object-fit: contain;
  object-position: center;
}
.emediplan-content.-patrons .-small {
  font-size: 0.8334em;
}
.emediplan-content.-spacer {
  height: 1.389em;
}
.emediplan-content.-spacer[data-lines="2"] {
  height: 2.778em;
}
.emediplan-content.-spacer[data-lines="3"] {
  height: 4.167em;
}
.emediplan-content.-spacer[data-lines="4"] {
  height: 5.556em;
}
.emediplan-content.-spacer[data-lines="5"] {
  height: 6.945em;
}
.emediplan-content.-table table {
  width: 100%;
  font-size: 0.8334em;
  font-weight: bold;
  color: #009dcc;
  table-layout: fixed;
}
.emediplan-content.-table td {
  background-color: #c5e6f4;
  padding: 8px 10px;
  border-bottom: 16px solid white;
}
@media (min-width: 768px) {
  .emediplan-content.-table td {
    padding: 18px 26px 11px;
  }
}
.emediplan-content.-table td.-fixed {
  width: 65%;
}
.emediplan-content.-team {
  font-size: 0.8334em;
  color: #009dcc;
}
.emediplan-content.-team .-employee {
  margin-bottom: 4em;
}
.emediplan-content.-team .row > *:nth-last-child(-n+3) .-employee {
  margin-bottom: 0;
}
.emediplan-content.-team .-image {
  position: relative;
  margin-bottom: 18px;
  padding-top: 100%;
  background-color: #88d0ea;
}
.emediplan-content.-team .-image img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.emediplan-content.-team h3, .emediplan-content.-team .h3 {
  font-size: inherit;
  text-align: left;
}
.emediplan-content.-team h3, .emediplan-content.-team .h3, .emediplan-content.-team p {
  margin-bottom: 1.2em;
}
.emediplan-content.-text.-blue {
  color: #009dcc;
}
.emediplan-content.-text ul, .emediplan-content.-text ol {
  margin: 0;
}
.emediplan-content.-text ul li:not(:last-child), .emediplan-content.-text ol li:not(:last-child) {
  margin-bottom: 0.5em;
}

.emediplan-article {
  padding-bottom: 4.188em;
  font-size: 0.8334em;
}
.emediplan-article .-infos {
  color: #009dcc;
}
.emediplan-article .-title {
  text-align: left;
  font-size: 1.6em;
}
.emediplan-article .-infos,
.emediplan-article .-excerpt {
  margin-bottom: 0.75em;
}

.emediplan-button {
  display: inline-block;
  background-color: #009dcc;
  color: #fff;
  font-size: 0.833em;
  font-weight: bold;
  line-height: 20px;
  padding: 0 10px;
  border-radius: 10px;
  border-width: 0px;
  text-decoration: none;
}
.emediplan-button:hover {
  color: #fff;
  text-decoration: none;
}

.emediplan-large {
  font-size: 1.167em;
  font-weight: 600;
}
