@font-face {
  font-family: "Domaine-Sans-Display-Bold";
  src: url("../fonts/domaine-sans-display-bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.ttf?bz5guj") format("truetype"),
    url("../fonts/icomoon.woff?bz5guj") format("woff"),
    url("../fonts/icomoon.svg?bz5guj#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-question:before {
  content: "\e900";
}

.icon-arrow-left:before {
  content: "\e094";
}

.icon-arrow-right:before {
  content: "\e095";
}

.icon-arrow-down:before {
  content: "\e097";
}

.icon-plus:before {
  content: "\e114";
}

.icon-check:before {
  content: "\e116";
}

.icon-cross:before {
  content: "\e117";
}

:root,
[data-bs-theme="light"] {
  --bs-blue: #0d6efd;
  --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-black: #000;
  --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: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --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-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, 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: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 91.6666666667%;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 91.6666666667%;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.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.33333333%;
}

.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.66666667%;
}

.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.33333333%;
  }
  .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.66666667%;
  }
  .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.33333333%;
  }
  .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.66666667%;
  }
  .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: 992px) {
  .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.33333333%;
  }
  .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.66666667%;
  }
  .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.33333333%;
  }
  .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.66666667%;
  }
  .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;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .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;
  }
}
.row {
  --bs-gutter-y: 1.5rem;
}

@keyframes comeFromLeft {
  from {
    opacity: 0;
    transform: translateX(-100vw);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes comeFromRight {
  from {
    opacity: 0;
    transform: translateX(100vw);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}
@media (min-width: 2000px) {
  html {
    font-size: 1vw;
  }
}

body {
  font-size: 1rem;
  margin: 0;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: 1.7;
}
body.open-nav {
  touch-action: none;
  -ms-touch-action: none;
  overflow: hidden;
  position: relative;
}
body.open-nav nav > .container .togglers > a {
  opacity: 1;
  pointer-events: all;
}

main {
  padding-top: 5rem;
}
main.pt-0 {
  padding-top: 0;
}

a {
  color: inherit;
  text-decoration: none;
  position: relative;
}
a.button--circle {
  border-radius: 50%;
  padding: 0;
}

button,
.button {
  text-transform: uppercase;
  font-weight: 600;
}
button:not(.hamburger),
.button:not(.hamburger) {
  color: #fff;
  background: none;
  padding: 0.75rem 1.75rem;
  pointer-events: auto;
  cursor: pointer;
  border: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  position: relative;
  display: inline-block;
  line-height: 1.5;

}
button:focus,
.button:focus {
  outline: none;
}
button--circle .button-bg,
.button--circle .button-bg {
  border-radius: 50%;
}
button[type="submit"],
.button[type="submit"] {
  margin-top: 1rem;
}

button .button__bg,
.button .button__bg {
  border: 0.063rem solid #252525;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 1.875rem;
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1), border 0.3s ease,
    background-color 0.3s ease-in-out;
}

button .button__bg::before,
.button .button__bg::before,
button .button__bg::after,
.button .button__bg::after {
  content: "";
  position: absolute;
  background: #252525;
}

button .button__bg::before,
.button .button__bg::before {
  width: 110%;
  height: 0;
  padding-bottom: 110%;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
}

button:hover .button__bg,
.button:hover .button__bg {
  background-color: #252525;
}

button:hover .button__bg::before,
.button:hover .button__bg::before {
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
  transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
}

button .button__bg::after,
.button .button__bg::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}

button:hover .button__bg::after,
.button:hover .button__bg::after {
  opacity: 1;
  transition-duration: 0.01s;
  transition-delay: 0.3s;
}

button span,
.button span {
  display: block;
  position: relative;
  color: #252525;
}

button:hover span,
.button:hover span {
  color: #fff;
}

.animated-text-on-image {
  position: relative;
}
.animated-text-on-image .animated-text {
  padding-top: 0;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}
@media (min-width: 768px) {
  .animated-text-on-image .animated-text {
    bottom: 5rem;
  }
}
.animated-text-on-image .animated-text h2 {
  font-family: "Domaine-Sans-Display-Bold", sans-serif;
  animation: none;
}
@media (max-width: 767px) {
  .animated-text-on-image .animated-text h2 {
    font-size: 2.125rem;
  }
}
@media (min-width: 992px) {
  .animated-text-on-image .animated-text h2 {
    width: 66.66666667%;
    margin-left: 16.66666667%;
  }
}
.animated-text-on-image .animated-text.animate h2:first-of-type {
  animation: comeFromLeft 1s forwards;
}
.animated-text-on-image .animated-text.animate h2:last-of-type {
  animation: comeFromRight 1s forwards;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

section,
.section {
  position: relative;
  padding-top: calc(1.5rem + 5vw);
  padding-bottom: calc(1.5rem + 5vw);
}
section.big-gap-top,
.section.big-gap-top {
  padding-top: calc(15rem + 5vw);
}

h2,
.h2,
h3,
.h3 {
  font-weight: 300;
  line-height: 1;
}

h1,
.h1 {
  font-family: "Domaine-Sans-Display-Bold", sans-serif;
  font-size: 3rem;
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
  line-height: 1;
  font-weight: normal;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 3.125rem;
  }
}
@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 3.25rem;
  }
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 4rem;
  }
}

h2,
.h2 {
  font-size: 2.125rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

h3,
.h3 {
  font-size: 1.35rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

h4,
.h4 {
  font-family: "Domaine-Sans-Display-Bold", sans-serif;
  font-size: 1.25rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  p {
    font-size: 1.125rem;
  }
}
p.uppercase {
  text-transform: uppercase;
}
p + h2 {
  margin-top: 2rem;
}
p a {
  display: inline-block;
}
p a::before {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 0.063rem;
  bottom: 0;
  left: 0;
  background-color: #252525;
  transform-origin: bottom left;
  transition: transform 0.25s ease-out;
}
p a::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(1);
  height: 0.063rem;
  bottom: 0;
  right: 0;
  background-color: #252525;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
  transition-delay: 0.25s;
}
p a:hover::after {
  transform: scaleX(0);
  transition-delay: 0s;
}
p a:hover::before {
  transform: scaleX(1);
  transition-delay: 0.25s;
}

.small,
small {
  font-size: 0.875rem;
}
.small + h2,
small + h2 {
  margin-top: 2rem;
}
.small a,
small a {
  display: inline-block;
}
.small a::before,
small a::before {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 0.063rem;
  bottom: 0;
  left: 0;
  background-color: #252525;
  transform-origin: bottom left;
  transition: transform 0.25s ease-out;
}
.small a::after,
small a::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(1);
  height: 0.063rem;
  bottom: 0;
  right: 0;
  background-color: #252525;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
  transition-delay: 0.25s;
}
.small a:hover::after,
small a:hover::after {
  transform: scaleX(0);
  transition-delay: 0s;
}
.small a:hover::before,
small a:hover::before {
  transform: scaleX(1);
  transition-delay: 0.25s;
}

.m-0 {
  margin: 0;
}

span.h3 {
  margin: 0;
}

ul {
  margin-bottom: 1rem;
}
ul:not(.with-bullets) {
  list-style-type: none;
  padding: 0;
}
ul.container {
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}
ul + h2 {
  margin-top: 2rem;
}

li {
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  li {
    font-size: 1.125rem;
  }
}
li a {
  display: inline-block;
}
li a::before {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 0.063rem;
  bottom: 0;
  left: 0;
  background-color: #252525;
  transform-origin: bottom left;
  transition: transform 0.25s ease-out;
}
li a::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(1);
  height: 0.063rem;
  bottom: 0;
  right: 0;
  background-color: #252525;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
  transition-delay: 0.25s;
}
li a:hover::after {
  transform: scaleX(0);
  transition-delay: 0s;
}
li a:hover::before {
  transform: scaleX(1);
  transition-delay: 0.25s;
}

nav {
  position: absolute;
  margin-top: 2rem;
  width: 100%;
}
@media (min-width: 992px) {
  nav {
    margin-top: 4rem;
  }
}
nav > .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
nav > .container .brand {
  width: 8.5rem;
}
@media (min-width: 576px) {
  nav > .container .brand {
    width: 10rem;
  }
}
@media (min-width: 992px) {
  nav > .container .brand {
    width: 11rem;
  }
}
nav > .container img:first-of-type {
  opacity: 1;
  transition: opacity 0.3s ease;
}
nav > .container img:last-of-type {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
nav > .container a.button {
  position: absolute;
  top: 0;
  right: 4.5rem;
  margin: 0;
}
@media (min-width: 992px) {
  nav > .container a.button-center {
    position: absolute;
    right: auto;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
nav > .container .togglers {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  width: fit-content;
}
nav > .container .togglers > a {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #252525;
  overflow: hidden;
  padding: 0;
  position: relative;
  top: 0;
  right: 0;
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 992px) {
  nav > .container .togglers > a {
    opacity: 1;
    pointer-events: all;
    transition: none;
    top: 0;
    right: 0;
  }
}
nav > .container .togglers > a span {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
nav > .container .togglers .hamburger {
  width: 1.875rem;
  height: 1.875rem;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}
nav > .container .togglers .hamburger > div {
  background-color: #252525;
  height: 0.063rem;
  width: 100%;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
nav > .container .togglers .hamburger > div:first-of-type {
  margin-bottom: 0.5rem;
  transition: transform 0.3s ease;
}
nav > .container .togglers .hamburger > div:last-of-type {
  margin-top: 0.5rem;
  transition: transform 0.3s ease;
}
nav > .container .togglers .hamburger--white > div {
  background-color: #fff;
}
nav .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh + 3rem);
  min-height: 34.375rem;
  margin-top: -3rem;
  background-color: #f6f6f6;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1;
}
nav .menu-socials {
  display: flex;
  width: 10rem;
  align-items: center;
  justify-content: center;
  column-gap: 2rem;
  position: absolute;
  bottom: 8rem;
  left: 50%;
  transform: translateX(-50%);
}
nav .menu-socials img {
  width: 2rem;
  height: 2rem;
}
nav .menu.open {
  opacity: 1;
  pointer-events: all;
}
nav .menu ul {
  display: flex;
  flex-direction: column;
  margin-top: 20rem;
  align-items: baseline;
}
@media (min-width: 992px) {
  nav .menu ul {
    justify-content: center;
    flex-direction: row;
    height: calc(100% - 32rem);
    align-items: center;
    gap: 4rem;
    margin-top: 16rem;
  }
}
nav .menu ul li {
  width: 100%;
}
@media (min-width: 992px) {
  nav .menu ul li {
    width: auto;
  }
}
nav .menu ul li a {
  font-size: 2rem;
  font-weight: 300;
}
@media (min-width: 992px) {
  nav .menu ul li a {
    font-size: 2.125rem;
  }
}
nav .menu ul li a::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 0.063rem;
  bottom: 0;
  left: 0;
  background-color: #252525;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
nav .menu ul li a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
nav .menu ul li a.active::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
nav.open img:first-of-type {
  opacity: 0;
}
nav.open img:last-of-type {
  opacity: 1;
}
nav.open .togglers .hamburger > div {
  background-color: #252525;
  opacity: 0;
}
nav.open .togglers .hamburger > div:first-of-type {
  opacity: 1;
  transform: translate(0rem, 0.65rem) rotate(45deg);
}
nav.open .togglers .hamburger > div:last-of-type {
  opacity: 1;
  transform: translate(0rem, -0.5rem) rotate(-45deg);
}

.hero {
  padding: 0;
  height: 76vh;
}

.hero .front.video {
  display: block;
}
.hero .front.video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  min-height: 28rem;
}

.wave {
  display: block;
  position: absolute;
  top: 20rem;
  width: 100%;
  right: 0;
}
@media (min-width: 992px) {
  .wave {
    display: block;
    position: absolute;
    top: 20rem;
    width: 70%;
    right: 0;
  }
}

.intro .animated-text {
  padding-top: 0;
  padding-bottom: 1.5rem;
}
.intro .animated-text h1 {
  transform: translateX(-100vw);
}
@media (min-width: 992px) {
  .intro .animated-text h1 {
    margin-left: 16.66666667%;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .intro .animated-text h2 {
    margin-left: 16.66666667%;
    width: 66.66666667%;
  }
}

.form-container {
  background-color: #f0f0f0;
  /* For IE10 */
}
.form-container .tempus-dominus-widget {
  width: 100% !important;
  box-shadow: none;
  font-size: 1.125rem;
}
.form-container .tempus-dominus-widget .fa-chevron-left::after {
  font-family: "icomoon";
  content: "\e094";
  font-weight: normal;
  font-style: normal;
}
.form-container .tempus-dominus-widget .fa-chevron-right::after {
  font-family: "icomoon";
  content: "\e095";
  font-weight: normal;
  font-style: normal;
}
.form-container .tempus-dominus-widget .active {
  background-color: #252525 !important;
}
.form-container .tempus-dominus-widget .today:before {
  border-bottom-color: #252525 !important;
}
.form-container .contact-and-conditions {
  margin-top: 2rem;
  width: 90%;
}
.form-container .btn-primary {
  cursor: pointer;
  height: 3rem;
  min-width: 100%;
  display: flex;
  margin-top: 0.616rem;
  border-radius: 1.875rem;
  align-items: center;
  border: 0.063rem solid transparent;
  background-color: #fff;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  color: #252525;
  font-size: 1rem;
  font-family: "Work Sans", sans-serif;
  line-height: 1.5;
}
.form-container .skate-times .btn-primary {
  justify-content: space-between;
  user-select: none;
}
.form-container .skate-times .btn-primary span {
  height: auto;
  display: inline-block;
}
.form-container .skate-times .btn-primary.active {
  background-color: #252525;
}
.form-container .skate-times .btn-primary.active span {
  color: #fff;
}
.form-container .skate-times .btn-primary.active::after {
  font-family: "icomoon" !important;
  content: "\e116" !important;
  color: #e6e6e6 !important;
}
.form-container .skate-times .btn-primary.soldout {
  cursor: not-allowed;
  opacity: 0.4;
}
.form-container .skate-times .btn-primary::after {
  font-family: "icomoon";
  content: "\e117";
  color: red;
}
.form-container .skate-times .btn-primary.available:hover {
  border: 0.063rem solid #252525;
}
.form-container .skate-times .btn-primary.available:hover#text {
  color: #fff;
}
.form-container .skate-times .btn-primary.available::after {
  font-family: "icomoon";
  content: "\e114";
  color: #252525;
}
.form-container .skate-times label {
  font-size: 1.125rem;
}
.form-container .skate-times input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  height: 0;
  pointer-events: none;
  padding-left: 1.875rem;
}
.form-container .form-input-group {
  margin-bottom: 2rem;
}
.form-container .select-group {
  position: relative;
}
.form-container .select-group .arrow::after {
  pointer-events: none;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translate(0, 12.5%);
  font-family: "icomoon";
  content: "\e097";
}
.form-container select {
  appearance: none;
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
  font-size: 1.125rem !important;
}
.form-container select::-ms-expand {
  display: none;
}
.form-container .form-submit-container {
  width: auto;
}
.form-container .button-center {
  display: flex;
  justify-content: center;
}
.form-container .col-lg-4:nth-child(2) {
  border: none;
}
@media (min-width: 992px) {
  .form-container .col-lg-4:nth-child(2) {
    border-left: solid 0.063rem #d6d4d4;
    border-right: solid 0.063rem #d6d4d4;
  }
}

.brands {
  display: flex;
  justify-content: space-evenly;
  padding: 0;
}
.brands span {
  max-width: 18rem;
}

.google-map {
  line-height: 0;
}
.google-map #map {
  border: none;
  width: 100%;
  height: 28.125rem;
}

.sponsors {
  background-color: #f6f6f6;
  padding-top: calc(2rem + 5vw);
  padding-bottom: calc(2rem + 5vw);
}
.sponsors ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
  grid-gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.sponsors ul li {
  text-align: center;
  margin-bottom: 0;
}
.sponsors ul li a {
  display: block;
}
.sponsors ul li a::before,
.sponsors ul li a::after {
  content: none;
}
.sponsors ul li a img {
  max-width: 100%;
  height: auto;
}

.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.form-group input {
  font-size: 1rem;
  padding: 1rem;
  border-radius: 0.25rem;
}
.form-group input::placeholder {
  font-size: 1rem;
}
.form-group .field-validation-error,
.form-group .error-msg {
  font-size: 0.75rem;
  margin-top: 0.5rem;
  margin-bottom: -0.5rem;
  color: var(--bs-danger);
}
.form-group .form-control {
  border: 0.063rem solid rgba(37, 37, 37, 0.3);
  outline: none;
}
.form-group .input-validation-error {
  border-color: var(--bs-danger);
}
.form-group .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.5rem;
  flex-wrap: wrap;
  row-gap: 0.5rem;
}
.form-group .flex .error-msg {
  margin: 0;
}
.form-group .flex a::before {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 0.063rem;
  bottom: 0;
  left: 0;
  background-color: #252525;
  transform-origin: bottom left;
  transition: transform 0.25s ease-out;
}
.form-group .flex a::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(1);
  height: 0.063rem;
  bottom: 0;
  right: 0;
  background-color: #252525;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
  transition-delay: 0.25s;
}
.form-group .flex a:hover::after {
  transform: scaleX(0);
  transition-delay: 0s;
}
.form-group .flex a:hover::before {
  transform: scaleX(1);
  transition-delay: 0.25s;
}

.remember {
  margin-top: 2rem;
}

.footer-logo {
  max-width: 8.5rem;
}
@media (min-width: 576px) {
  .footer-logo {
    max-width: 10rem;
  }
}
@media (min-width: 992px) {
  .footer-logo {
    max-width: 11rem;
  }
}
.footer-button {
  margin-top: 2rem;
}
.footer-links {
  font-size: 1.125rem;
  margin-bottom: 0;
  margin-top: 0;
}
.footer-links li {
  padding: 0.25rem 0;
}
.footer-links li:last-of-type {
  margin-bottom: 0;
}
.footer-links li a::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 0.063rem;
  bottom: 0;
  left: 0;
  background-color: #252525;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.footer-links li a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.footer-grid {
  padding-top: 3rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 992px) {
  .footer-grid {
    flex-direction: row;
  }
}
.footer-grid__socials {
  display: flex;
  column-gap: 2rem;
  align-items: center;
  width: 10rem;
}
.footer-grid__socials img {
  width: 2rem;
  height: 2rem;
}
.footer-grid__payments div {
  display: flex;
  column-gap: 2rem;
  align-items: center;
  flex-wrap: wrap;
}
.footer-grid__payments div span {
  width: 3rem;
}

.animated-text {
  padding-top: 15rem;
  padding-bottom: 0;
  overflow: hidden;
}
.animated-text h1 {
  display: block;
  margin: 0;
  transform: translateX(-100vw);
  opacity: 0;
  animation: comeFromLeft 1s forwards;
  line-height: 1.1;
}
.animated-text h2 {
  display: block;
  margin: 0;
  transform: translateX(100vw);
  opacity: 0;
  animation: comeFromRight 1s forwards;
  line-height: 1.1;
}
.animated-text + section {
  padding-top: calc(0.5rem + 2vw);
}

.spacing {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

table {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  table {
    font-size: 1.125rem;
  }
}
table tr th {
  text-align: left;
}
table tr td:first-of-type {
  font-weight: 600;
  white-space: pre;
  vertical-align: baseline;
}

@media (max-width: 992px) {
  .login-and-register .col-lg-6 + .col-lg-6 {
    margin-top: 4rem;
  }
}
@media (min-width: 992px) {
  .login-and-register .col-lg-6 + .col-lg-6 {
    border-left: 0.063rem solid #d6d4d4;
  }
}
@media (min-width: 992px) {
  .login-and-register .col-lg-6:first-of-type form {
    padding-right: 3rem;
  }
  .login-and-register .col-lg-6:last-of-type form {
    padding-left: 3rem;
  }
}

#vlakom-na-klizanje {
  margin-top: 1rem;
}
#vlakom-na-klizanje p {
  margin-top: 0;
}
#vlakom-na-klizanje .col-lg-8 {
  margin-top: 0;
}
#vlakom-na-klizanje .col-lg-4 {
  max-width: 15rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}
@media (max-width: 992px) {
  #vlakom-na-klizanje .col-lg-4 {
    margin-bottom: 1rem;
  }
}

.mt-05 {
  margin-top: 0.5rem;
}

.error-ticket {
  font-size: 0.75rem;
  margin-top: 1rem;
  margin-bottom: 0;
  color: var(--bs-danger);
}
/*# sourceMappingURL=style.css.map */
