.block-half-spacing {
  padding-block: 3.125rem; }
  @media all and (max-width: 1200px) {
    .block-half-spacing {
      padding-block: 1.5625rem; } }

.block-half-spacing-top {
  padding-top: 3.125rem; }
  @media all and (max-width: 1200px) {
    .block-half-spacing-top {
      padding-top: 1.5625rem; } }

.block-half-spacing-bottom {
  padding-bottom: 3.125rem; }
  @media all and (max-width: 1200px) {
    .block-half-spacing-bottom {
      padding-bottom: 1.5625rem; } }

.block-spacing {
  padding-block: 6.25rem !important; }
  @media all and (max-width: 1200px) {
    .block-spacing {
      padding-block: 3.125rem !important; } }

.block-spacing-top {
  padding-top: 6.25rem; }
  @media all and (max-width: 1200px) {
    .block-spacing-top {
      padding-top: 3.125rem; } }

.block-spacing-bottom {
  padding-bottom: 6.25rem; }
  @media all and (max-width: 1200px) {
    .block-spacing-bottom {
      padding-bottom: 3.125rem; } }

/*!
 * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 12px; }

@media all and (min-width: 1200px) {
  html {
    font-size: 14px; } }
@media all and (min-width: 1515px) {
  html {
    font-size: 16px; } }
@media all and (min-width: 1920px) {
  html {
    font-size: 18px; } }
@media all and (min-width: 2000px) {
  html {
    font-size: 24px; } }
body {
  margin: 0;
  font-family: inherit, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff; }

li,
ul {
  list-style: none; }

a {
  text-decoration: none !important; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

b,
strong {
  font-weight: bold; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

.container {
  width: 100%;
  padding-inline-end: var(--bs-gutter-x, 5rem);
  padding-inline-start: var(--bs-gutter-x, 5rem);
  margin-inline-end: auto;
  margin-inline-start: auto;
  max-width: 2900px; }

@media (max-width: 1200px) {
  .container {
    padding-inline-end: var(--bs-gutter-x, 3.125rem);
    padding-inline-start: var(--bs-gutter-x, 3.125rem); } }
@media (max-width: 768px) {
  .container {
    padding-inline-end: var(--bs-gutter-x, 1.25rem);
    padding-inline-start: var(--bs-gutter-x, 1.25rem); } }
.row {
  --bs-gutter-x: 1.875rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-inline-end: calc(var(--bs-gutter-x) * -.5);
  margin-inline-start: calc(var(--bs-gutter-x) * -.5); }

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-inline-end: calc(var(--bs-gutter-x) * .5);
  padding-inline-start: 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%; }

@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%; } }
@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%; } }
@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.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%; } }
@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%; } }
@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.3333333333%; }

  .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.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%; }

@media (min-width: 576px) {
  .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%; } }
@media (min-width: 768px) {
  .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%; } }
@media (min-width: 992px) {
  .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%; } }
@media (min-width: 1200px) {
  .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%; } }
@media (min-width: 1400px) {
  .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%; } }
.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-grid {
  display: grid !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

.d-none {
  display: none !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.justify-content-evenly {
  justify-content: space-evenly !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; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: 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; }

.m-0 {
  margin: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mx-0 {
  margin-inline-end: 0 !important;
  margin-inline-start: 0 !important; }

.mx-1 {
  margin-inline-end: 0.25rem !important;
  margin-inline-start: 0.25rem !important; }

.mx-2 {
  margin-inline-end: 0.5rem !important;
  margin-inline-start: 0.5rem !important; }

.mx-3 {
  margin-inline-end: 1rem !important;
  margin-inline-start: 1rem !important; }

.mx-4 {
  margin-inline-end: 1.5rem !important;
  margin-inline-start: 1.5rem !important; }

.mx-5 {
  margin-inline-end: 3rem !important;
  margin-inline-start: 3rem !important; }

.mx-auto {
  margin-inline-end: auto !important;
  margin-inline-start: auto !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mt-auto {
  margin-top: auto !important; }

.me-0 {
  margin-inline-end: 0 !important; }

.me-1 {
  margin-inline-end: 0.25rem !important; }

.me-2 {
  margin-inline-end: 0.5rem !important; }

.me-3 {
  margin-inline-end: 1rem !important; }

.me-4 {
  margin-inline-end: 1.5rem !important; }

.me-5 {
  margin-inline-end: 3rem !important; }

.me-auto {
  margin-inline-end: auto !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ms-0 {
  margin-inline-start: 0 !important; }

.ms-1 {
  margin-inline-start: 0.25rem !important; }

.ms-2 {
  margin-inline-start: 0.5rem !important; }

.ms-3 {
  margin-inline-start: 1rem !important; }

.ms-4 {
  margin-inline-start: 1.5rem !important; }

.ms-5 {
  margin-inline-start: 3rem !important; }

.ms-auto {
  margin-inline-start: auto !important; }

.p-0 {
  padding: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.px-0 {
  padding-inline-end: 0 !important;
  padding-inline-start: 0 !important; }

.px-1 {
  padding-inline-end: 0.25rem !important;
  padding-inline-start: 0.25rem !important; }

.px-2 {
  padding-inline-end: 0.5rem !important;
  padding-inline-start: 0.5rem !important; }

.px-3 {
  padding-inline-end: 1rem !important;
  padding-inline-start: 1rem !important; }

.px-4 {
  padding-inline-end: 1.5rem !important;
  padding-inline-start: 1.5rem !important; }

.px-5 {
  padding-inline-end: 3rem !important;
  padding-inline-start: 3rem !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pe-0 {
  padding-inline-end: 0 !important; }

.pe-1 {
  padding-inline-end: 0.25rem !important; }

.pe-2 {
  padding-inline-end: 0.5rem !important; }

.pe-3 {
  padding-inline-end: 1rem !important; }

.pe-4 {
  padding-inline-end: 1.5rem !important; }

.pe-5 {
  padding-inline-end: 3rem !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.ps-0 {
  padding-inline-start: 0 !important; }

.ps-1 {
  padding-inline-start: 0.25rem !important; }

.ps-2 {
  padding-inline-start: 0.5rem !important; }

.ps-3 {
  padding-inline-start: 1rem !important; }

.ps-4 {
  padding-inline-start: 1.5rem !important; }

.ps-5 {
  padding-inline-start: 3rem !important; }

.gap-1 {
  gap: 0.25rem !important; }

.gap-2 {
  gap: 0.5rem !important; }

.gap-3 {
  gap: 1rem !important; }

.gap-4 {
  gap: 1.5rem !important; }

.gap-5 {
  gap: 3rem !important; }

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-grid {
    display: grid !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; }

  .d-sm-none {
    display: none !important; }

  .flex-sm-fill {
    flex: 1 1 auto !important; }

  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-grow-0 {
    flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .justify-content-sm-evenly {
    justify-content: space-evenly !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; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: 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; }

  .m-sm-0 {
    margin: 0 !important; }

  .m-sm-1 {
    margin: 0.25rem !important; }

  .m-sm-2 {
    margin: 0.5rem !important; }

  .m-sm-3 {
    margin: 1rem !important; }

  .m-sm-4 {
    margin: 1.5rem !important; }

  .m-sm-5 {
    margin: 3rem !important; }

  .m-sm-auto {
    margin: auto !important; }

  .mx-sm-0 {
    margin-inline-end: 0 !important;
    margin-inline-start: 0 !important; }

  .mx-sm-1 {
    margin-inline-end: 0.25rem !important;
    margin-inline-start: 0.25rem !important; }

  .mx-sm-2 {
    margin-inline-end: 0.5rem !important;
    margin-inline-start: 0.5rem !important; }

  .mx-sm-3 {
    margin-inline-end: 1rem !important;
    margin-inline-start: 1rem !important; }

  .mx-sm-4 {
    margin-inline-end: 1.5rem !important;
    margin-inline-start: 1.5rem !important; }

  .mx-sm-5 {
    margin-inline-end: 3rem !important;
    margin-inline-start: 3rem !important; }

  .mx-sm-auto {
    margin-inline-end: auto !important;
    margin-inline-start: auto !important; }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }

  .mt-sm-0 {
    margin-top: 0 !important; }

  .mt-sm-1 {
    margin-top: 0.25rem !important; }

  .mt-sm-2 {
    margin-top: 0.5rem !important; }

  .mt-sm-3 {
    margin-top: 1rem !important; }

  .mt-sm-4 {
    margin-top: 1.5rem !important; }

  .mt-sm-5 {
    margin-top: 3rem !important; }

  .mt-sm-auto {
    margin-top: auto !important; }

  .me-sm-0 {
    margin-inline-end: 0 !important; }

  .me-sm-1 {
    margin-inline-end: 0.25rem !important; }

  .me-sm-2 {
    margin-inline-end: 0.5rem !important; }

  .me-sm-3 {
    margin-inline-end: 1rem !important; }

  .me-sm-4 {
    margin-inline-end: 1.5rem !important; }

  .me-sm-5 {
    margin-inline-end: 3rem !important; }

  .me-sm-auto {
    margin-inline-end: auto !important; }

  .mb-sm-0 {
    margin-bottom: 0 !important; }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }

  .mb-sm-3 {
    margin-bottom: 1rem !important; }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }

  .mb-sm-5 {
    margin-bottom: 3rem !important; }

  .mb-sm-auto {
    margin-bottom: auto !important; }

  .ms-sm-0 {
    margin-inline-start: 0 !important; }

  .ms-sm-1 {
    margin-inline-start: 0.25rem !important; }

  .ms-sm-2 {
    margin-inline-start: 0.5rem !important; }

  .ms-sm-3 {
    margin-inline-start: 1rem !important; }

  .ms-sm-4 {
    margin-inline-start: 1.5rem !important; }

  .ms-sm-5 {
    margin-inline-start: 3rem !important; }

  .ms-sm-auto {
    margin-inline-start: auto !important; }

  .p-sm-0 {
    padding: 0 !important; }

  .p-sm-1 {
    padding: 0.25rem !important; }

  .p-sm-2 {
    padding: 0.5rem !important; }

  .p-sm-3 {
    padding: 1rem !important; }

  .p-sm-4 {
    padding: 1.5rem !important; }

  .p-sm-5 {
    padding: 3rem !important; }

  .px-sm-0 {
    padding-inline-end: 0 !important;
    padding-inline-start: 0 !important; }

  .px-sm-1 {
    padding-inline-end: 0.25rem !important;
    padding-inline-start: 0.25rem !important; }

  .px-sm-2 {
    padding-inline-end: 0.5rem !important;
    padding-inline-start: 0.5rem !important; }

  .px-sm-3 {
    padding-inline-end: 1rem !important;
    padding-inline-start: 1rem !important; }

  .px-sm-4 {
    padding-inline-end: 1.5rem !important;
    padding-inline-start: 1.5rem !important; }

  .px-sm-5 {
    padding-inline-end: 3rem !important;
    padding-inline-start: 3rem !important; }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

  .pt-sm-0 {
    padding-top: 0 !important; }

  .pt-sm-1 {
    padding-top: 0.25rem !important; }

  .pt-sm-2 {
    padding-top: 0.5rem !important; }

  .pt-sm-3 {
    padding-top: 1rem !important; }

  .pt-sm-4 {
    padding-top: 1.5rem !important; }

  .pt-sm-5 {
    padding-top: 3rem !important; }

  .pe-sm-0 {
    padding-inline-end: 0 !important; }

  .pe-sm-1 {
    padding-inline-end: 0.25rem !important; }

  .pe-sm-2 {
    padding-inline-end: 0.5rem !important; }

  .pe-sm-3 {
    padding-inline-end: 1rem !important; }

  .pe-sm-4 {
    padding-inline-end: 1.5rem !important; }

  .pe-sm-5 {
    padding-inline-end: 3rem !important; }

  .pb-sm-0 {
    padding-bottom: 0 !important; }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }

  .pb-sm-3 {
    padding-bottom: 1rem !important; }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }

  .pb-sm-5 {
    padding-bottom: 3rem !important; }

  .ps-sm-0 {
    padding-inline-start: 0 !important; }

  .ps-sm-1 {
    padding-inline-start: 0.25rem !important; }

  .ps-sm-2 {
    padding-inline-start: 0.5rem !important; }

  .ps-sm-3 {
    padding-inline-start: 1rem !important; }

  .ps-sm-4 {
    padding-inline-start: 1.5rem !important; }

  .ps-sm-5 {
    padding-inline-start: 3rem !important; } }
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-grid {
    display: grid !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; }

  .d-md-none {
    display: none !important; }

  .flex-md-fill {
    flex: 1 1 auto !important; }

  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-grow-0 {
    flex-grow: 0 !important; }

  .flex-md-grow-1 {
    flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .justify-content-md-evenly {
    justify-content: space-evenly !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; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: 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; }

  .m-md-0 {
    margin: 0 !important; }

  .m-md-1 {
    margin: 0.25rem !important; }

  .m-md-2 {
    margin: 0.5rem !important; }

  .m-md-3 {
    margin: 1rem !important; }

  .m-md-4 {
    margin: 1.5rem !important; }

  .m-md-5 {
    margin: 3rem !important; }

  .m-md-auto {
    margin: auto !important; }

  .mx-md-0 {
    margin-inline-end: 0 !important;
    margin-inline-start: 0 !important; }

  .mx-md-1 {
    margin-inline-end: 0.25rem !important;
    margin-inline-start: 0.25rem !important; }

  .mx-md-2 {
    margin-inline-end: 0.5rem !important;
    margin-inline-start: 0.5rem !important; }

  .mx-md-3 {
    margin-inline-end: 1rem !important;
    margin-inline-start: 1rem !important; }

  .mx-md-4 {
    margin-inline-end: 1.5rem !important;
    margin-inline-start: 1.5rem !important; }

  .mx-md-5 {
    margin-inline-end: 3rem !important;
    margin-inline-start: 3rem !important; }

  .mx-md-auto {
    margin-inline-end: auto !important;
    margin-inline-start: auto !important; }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }

  .mt-md-0 {
    margin-top: 0 !important; }

  .mt-md-1 {
    margin-top: 0.25rem !important; }

  .mt-md-2 {
    margin-top: 0.5rem !important; }

  .mt-md-3 {
    margin-top: 1rem !important; }

  .mt-md-4 {
    margin-top: 1.5rem !important; }

  .mt-md-5 {
    margin-top: 3rem !important; }

  .mt-md-auto {
    margin-top: auto !important; }

  .me-md-0 {
    margin-inline-end: 0 !important; }

  .me-md-1 {
    margin-inline-end: 0.25rem !important; }

  .me-md-2 {
    margin-inline-end: 0.5rem !important; }

  .me-md-3 {
    margin-inline-end: 1rem !important; }

  .me-md-4 {
    margin-inline-end: 1.5rem !important; }

  .me-md-5 {
    margin-inline-end: 3rem !important; }

  .me-md-auto {
    margin-inline-end: auto !important; }

  .mb-md-0 {
    margin-bottom: 0 !important; }

  .mb-md-1 {
    margin-bottom: 0.25rem !important; }

  .mb-md-2 {
    margin-bottom: 0.5rem !important; }

  .mb-md-3 {
    margin-bottom: 1rem !important; }

  .mb-md-4 {
    margin-bottom: 1.5rem !important; }

  .mb-md-5 {
    margin-bottom: 3rem !important; }

  .mb-md-auto {
    margin-bottom: auto !important; }

  .ms-md-0 {
    margin-inline-start: 0 !important; }

  .ms-md-1 {
    margin-inline-start: 0.25rem !important; }

  .ms-md-2 {
    margin-inline-start: 0.5rem !important; }

  .ms-md-3 {
    margin-inline-start: 1rem !important; }

  .ms-md-4 {
    margin-inline-start: 1.5rem !important; }

  .ms-md-5 {
    margin-inline-start: 3rem !important; }

  .ms-md-auto {
    margin-inline-start: auto !important; }

  .p-md-0 {
    padding: 0 !important; }

  .p-md-1 {
    padding: 0.25rem !important; }

  .p-md-2 {
    padding: 0.5rem !important; }

  .p-md-3 {
    padding: 1rem !important; }

  .p-md-4 {
    padding: 1.5rem !important; }

  .p-md-5 {
    padding: 3rem !important; }

  .px-md-0 {
    padding-inline-end: 0 !important;
    padding-inline-start: 0 !important; }

  .px-md-1 {
    padding-inline-end: 0.25rem !important;
    padding-inline-start: 0.25rem !important; }

  .px-md-2 {
    padding-inline-end: 0.5rem !important;
    padding-inline-start: 0.5rem !important; }

  .px-md-3 {
    padding-inline-end: 1rem !important;
    padding-inline-start: 1rem !important; }

  .px-md-4 {
    padding-inline-end: 1.5rem !important;
    padding-inline-start: 1.5rem !important; }

  .px-md-5 {
    padding-inline-end: 3rem !important;
    padding-inline-start: 3rem !important; }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

  .pt-md-0 {
    padding-top: 0 !important; }

  .pt-md-1 {
    padding-top: 0.25rem !important; }

  .pt-md-2 {
    padding-top: 0.5rem !important; }

  .pt-md-3 {
    padding-top: 1rem !important; }

  .pt-md-4 {
    padding-top: 1.5rem !important; }

  .pt-md-5 {
    padding-top: 3rem !important; }

  .pe-md-0 {
    padding-inline-end: 0 !important; }

  .pe-md-1 {
    padding-inline-end: 0.25rem !important; }

  .pe-md-2 {
    padding-inline-end: 0.5rem !important; }

  .pe-md-3 {
    padding-inline-end: 1rem !important; }

  .pe-md-4 {
    padding-inline-end: 1.5rem !important; }

  .pe-md-5 {
    padding-inline-end: 3rem !important; }

  .pb-md-0 {
    padding-bottom: 0 !important; }

  .pb-md-1 {
    padding-bottom: 0.25rem !important; }

  .pb-md-2 {
    padding-bottom: 0.5rem !important; }

  .pb-md-3 {
    padding-bottom: 1rem !important; }

  .pb-md-4 {
    padding-bottom: 1.5rem !important; }

  .pb-md-5 {
    padding-bottom: 3rem !important; }

  .ps-md-0 {
    padding-inline-start: 0 !important; }

  .ps-md-1 {
    padding-inline-start: 0.25rem !important; }

  .ps-md-2 {
    padding-inline-start: 0.5rem !important; }

  .ps-md-3 {
    padding-inline-start: 1rem !important; }

  .ps-md-4 {
    padding-inline-start: 1.5rem !important; }

  .ps-md-5 {
    padding-inline-start: 3rem !important; } }
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-grid {
    display: grid !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; }

  .d-lg-none {
    display: none !important; }

  .flex-lg-fill {
    flex: 1 1 auto !important; }

  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-grow-0 {
    flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .justify-content-lg-evenly {
    justify-content: space-evenly !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; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: 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; }

  .m-lg-0 {
    margin: 0 !important; }

  .m-lg-1 {
    margin: 0.25rem !important; }

  .m-lg-2 {
    margin: 0.5rem !important; }

  .m-lg-3 {
    margin: 1rem !important; }

  .m-lg-4 {
    margin: 1.5rem !important; }

  .m-lg-5 {
    margin: 3rem !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mx-lg-0 {
    margin-inline-end: 0 !important;
    margin-inline-start: 0 !important; }

  .mx-lg-1 {
    margin-inline-end: 0.25rem !important;
    margin-inline-start: 0.25rem !important; }

  .mx-lg-2 {
    margin-inline-end: 0.5rem !important;
    margin-inline-start: 0.5rem !important; }

  .mx-lg-3 {
    margin-inline-end: 1rem !important;
    margin-inline-start: 1rem !important; }

  .mx-lg-4 {
    margin-inline-end: 1.5rem !important;
    margin-inline-start: 1.5rem !important; }

  .mx-lg-5 {
    margin-inline-end: 3rem !important;
    margin-inline-start: 3rem !important; }

  .mx-lg-auto {
    margin-inline-end: auto !important;
    margin-inline-start: auto !important; }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }

  .mt-lg-0 {
    margin-top: 0 !important; }

  .mt-lg-1 {
    margin-top: 0.25rem !important; }

  .mt-lg-2 {
    margin-top: 0.5rem !important; }

  .mt-lg-3 {
    margin-top: 1rem !important; }

  .mt-lg-4 {
    margin-top: 1.5rem !important; }

  .mt-lg-5 {
    margin-top: 3rem !important; }

  .mt-lg-auto {
    margin-top: auto !important; }

  .me-lg-0 {
    margin-inline-end: 0 !important; }

  .me-lg-1 {
    margin-inline-end: 0.25rem !important; }

  .me-lg-2 {
    margin-inline-end: 0.5rem !important; }

  .me-lg-3 {
    margin-inline-end: 1rem !important; }

  .me-lg-4 {
    margin-inline-end: 1.5rem !important; }

  .me-lg-5 {
    margin-inline-end: 3rem !important; }

  .me-lg-auto {
    margin-inline-end: auto !important; }

  .mb-lg-0 {
    margin-bottom: 0 !important; }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }

  .mb-lg-3 {
    margin-bottom: 1rem !important; }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }

  .mb-lg-5 {
    margin-bottom: 3rem !important; }

  .mb-lg-auto {
    margin-bottom: auto !important; }

  .ms-lg-0 {
    margin-inline-start: 0 !important; }

  .ms-lg-1 {
    margin-inline-start: 0.25rem !important; }

  .ms-lg-2 {
    margin-inline-start: 0.5rem !important; }

  .ms-lg-3 {
    margin-inline-start: 1rem !important; }

  .ms-lg-4 {
    margin-inline-start: 1.5rem !important; }

  .ms-lg-5 {
    margin-inline-start: 3rem !important; }

  .ms-lg-auto {
    margin-inline-start: auto !important; }

  .p-lg-0 {
    padding: 0 !important; }

  .p-lg-1 {
    padding: 0.25rem !important; }

  .p-lg-2 {
    padding: 0.5rem !important; }

  .p-lg-3 {
    padding: 1rem !important; }

  .p-lg-4 {
    padding: 1.5rem !important; }

  .p-lg-5 {
    padding: 3rem !important; }

  .px-lg-0 {
    padding-inline-end: 0 !important;
    padding-inline-start: 0 !important; }

  .px-lg-1 {
    padding-inline-end: 0.25rem !important;
    padding-inline-start: 0.25rem !important; }

  .px-lg-2 {
    padding-inline-end: 0.5rem !important;
    padding-inline-start: 0.5rem !important; }

  .px-lg-3 {
    padding-inline-end: 1rem !important;
    padding-inline-start: 1rem !important; }

  .px-lg-4 {
    padding-inline-end: 1.5rem !important;
    padding-inline-start: 1.5rem !important; }

  .px-lg-5 {
    padding-inline-end: 3rem !important;
    padding-inline-start: 3rem !important; }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

  .pt-lg-0 {
    padding-top: 0 !important; }

  .pt-lg-1 {
    padding-top: 0.25rem !important; }

  .pt-lg-2 {
    padding-top: 0.5rem !important; }

  .pt-lg-3 {
    padding-top: 1rem !important; }

  .pt-lg-4 {
    padding-top: 1.5rem !important; }

  .pt-lg-5 {
    padding-top: 3rem !important; }

  .pe-lg-0 {
    padding-inline-end: 0 !important; }

  .pe-lg-1 {
    padding-inline-end: 0.25rem !important; }

  .pe-lg-2 {
    padding-inline-end: 0.5rem !important; }

  .pe-lg-3 {
    padding-inline-end: 1rem !important; }

  .pe-lg-4 {
    padding-inline-end: 1.5rem !important; }

  .pe-lg-5 {
    padding-inline-end: 3rem !important; }

  .pb-lg-0 {
    padding-bottom: 0 !important; }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }

  .pb-lg-3 {
    padding-bottom: 1rem !important; }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }

  .pb-lg-5 {
    padding-bottom: 3rem !important; }

  .ps-lg-0 {
    padding-inline-start: 0 !important; }

  .ps-lg-1 {
    padding-inline-start: 0.25rem !important; }

  .ps-lg-2 {
    padding-inline-start: 0.5rem !important; }

  .ps-lg-3 {
    padding-inline-start: 1rem !important; }

  .ps-lg-4 {
    padding-inline-start: 1.5rem !important; }

  .ps-lg-5 {
    padding-inline-start: 3rem !important; } }
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-grid {
    display: grid !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; }

  .d-xl-none {
    display: none !important; }

  .flex-xl-fill {
    flex: 1 1 auto !important; }

  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-grow-0 {
    flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    flex-grow: 1 !important; }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .justify-content-xl-evenly {
    justify-content: space-evenly !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; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: 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; }

  .m-xl-0 {
    margin: 0 !important; }

  .m-xl-1 {
    margin: 0.25rem !important; }

  .m-xl-2 {
    margin: 0.5rem !important; }

  .m-xl-3 {
    margin: 1rem !important; }

  .m-xl-4 {
    margin: 1.5rem !important; }

  .m-xl-5 {
    margin: 3rem !important; }

  .m-xl-auto {
    margin: auto !important; }

  .mx-xl-0 {
    margin-inline-end: 0 !important;
    margin-inline-start: 0 !important; }

  .mx-xl-1 {
    margin-inline-end: 0.25rem !important;
    margin-inline-start: 0.25rem !important; }

  .mx-xl-2 {
    margin-inline-end: 0.5rem !important;
    margin-inline-start: 0.5rem !important; }

  .mx-xl-3 {
    margin-inline-end: 1rem !important;
    margin-inline-start: 1rem !important; }

  .mx-xl-4 {
    margin-inline-end: 1.5rem !important;
    margin-inline-start: 1.5rem !important; }

  .mx-xl-5 {
    margin-inline-end: 3rem !important;
    margin-inline-start: 3rem !important; }

  .mx-xl-auto {
    margin-inline-end: auto !important;
    margin-inline-start: auto !important; }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }

  .mt-xl-0 {
    margin-top: 0 !important; }

  .mt-xl-1 {
    margin-top: 0.25rem !important; }

  .mt-xl-2 {
    margin-top: 0.5rem !important; }

  .mt-xl-3 {
    margin-top: 1rem !important; }

  .mt-xl-4 {
    margin-top: 1.5rem !important; }

  .mt-xl-5 {
    margin-top: 3rem !important; }

  .mt-xl-auto {
    margin-top: auto !important; }

  .me-xl-0 {
    margin-inline-end: 0 !important; }

  .me-xl-1 {
    margin-inline-end: 0.25rem !important; }

  .me-xl-2 {
    margin-inline-end: 0.5rem !important; }

  .me-xl-3 {
    margin-inline-end: 1rem !important; }

  .me-xl-4 {
    margin-inline-end: 1.5rem !important; }

  .me-xl-5 {
    margin-inline-end: 3rem !important; }

  .me-xl-auto {
    margin-inline-end: auto !important; }

  .mb-xl-0 {
    margin-bottom: 0 !important; }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }

  .mb-xl-3 {
    margin-bottom: 1rem !important; }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }

  .mb-xl-5 {
    margin-bottom: 3rem !important; }

  .mb-xl-auto {
    margin-bottom: auto !important; }

  .ms-xl-0 {
    margin-inline-start: 0 !important; }

  .ms-xl-1 {
    margin-inline-start: 0.25rem !important; }

  .ms-xl-2 {
    margin-inline-start: 0.5rem !important; }

  .ms-xl-3 {
    margin-inline-start: 1rem !important; }

  .ms-xl-4 {
    margin-inline-start: 1.5rem !important; }

  .ms-xl-5 {
    margin-inline-start: 3rem !important; }

  .ms-xl-auto {
    margin-inline-start: auto !important; }

  .p-xl-0 {
    padding: 0 !important; }

  .p-xl-1 {
    padding: 0.25rem !important; }

  .p-xl-2 {
    padding: 0.5rem !important; }

  .p-xl-3 {
    padding: 1rem !important; }

  .p-xl-4 {
    padding: 1.5rem !important; }

  .p-xl-5 {
    padding: 3rem !important; }

  .px-xl-0 {
    padding-inline-end: 0 !important;
    padding-inline-start: 0 !important; }

  .px-xl-1 {
    padding-inline-end: 0.25rem !important;
    padding-inline-start: 0.25rem !important; }

  .px-xl-2 {
    padding-inline-end: 0.5rem !important;
    padding-inline-start: 0.5rem !important; }

  .px-xl-3 {
    padding-inline-end: 1rem !important;
    padding-inline-start: 1rem !important; }

  .px-xl-4 {
    padding-inline-end: 1.5rem !important;
    padding-inline-start: 1.5rem !important; }

  .px-xl-5 {
    padding-inline-end: 3rem !important;
    padding-inline-start: 3rem !important; }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

  .pt-xl-0 {
    padding-top: 0 !important; }

  .pt-xl-1 {
    padding-top: 0.25rem !important; }

  .pt-xl-2 {
    padding-top: 0.5rem !important; }

  .pt-xl-3 {
    padding-top: 1rem !important; }

  .pt-xl-4 {
    padding-top: 1.5rem !important; }

  .pt-xl-5 {
    padding-top: 3rem !important; }

  .pe-xl-0 {
    padding-inline-end: 0 !important; }

  .pe-xl-1 {
    padding-inline-end: 0.25rem !important; }

  .pe-xl-2 {
    padding-inline-end: 0.5rem !important; }

  .pe-xl-3 {
    padding-inline-end: 1rem !important; }

  .pe-xl-4 {
    padding-inline-end: 1.5rem !important; }

  .pe-xl-5 {
    padding-inline-end: 3rem !important; }

  .pb-xl-0 {
    padding-bottom: 0 !important; }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }

  .pb-xl-3 {
    padding-bottom: 1rem !important; }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }

  .pb-xl-5 {
    padding-bottom: 3rem !important; }

  .ps-xl-0 {
    padding-inline-start: 0 !important; }

  .ps-xl-1 {
    padding-inline-start: 0.25rem !important; }

  .ps-xl-2 {
    padding-inline-start: 0.5rem !important; }

  .ps-xl-3 {
    padding-inline-start: 1rem !important; }

  .ps-xl-4 {
    padding-inline-start: 1.5rem !important; }

  .ps-xl-5 {
    padding-inline-start: 3rem !important; } }
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important; }

  .d-xxl-inline-block {
    display: inline-block !important; }

  .d-xxl-block {
    display: block !important; }

  .d-xxl-grid {
    display: grid !important; }

  .d-xxl-table {
    display: table !important; }

  .d-xxl-table-row {
    display: table-row !important; }

  .d-xxl-table-cell {
    display: table-cell !important; }

  .d-xxl-flex {
    display: flex !important; }

  .d-xxl-inline-flex {
    display: inline-flex !important; }

  .d-xxl-none {
    display: none !important; }

  .flex-xxl-fill {
    flex: 1 1 auto !important; }

  .flex-xxl-row {
    flex-direction: row !important; }

  .flex-xxl-column {
    flex-direction: column !important; }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }

  .flex-xxl-wrap {
    flex-wrap: wrap !important; }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-xxl-start {
    justify-content: flex-start !important; }

  .justify-content-xxl-end {
    justify-content: flex-end !important; }

  .justify-content-xxl-center {
    justify-content: center !important; }

  .justify-content-xxl-between {
    justify-content: space-between !important; }

  .justify-content-xxl-around {
    justify-content: space-around !important; }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important; }

  .align-items-xxl-start {
    align-items: flex-start !important; }

  .align-items-xxl-end {
    align-items: flex-end !important; }

  .align-items-xxl-center {
    align-items: center !important; }

  .align-items-xxl-baseline {
    align-items: baseline !important; }

  .align-items-xxl-stretch {
    align-items: stretch !important; }

  .align-content-xxl-start {
    align-content: flex-start !important; }

  .align-content-xxl-end {
    align-content: flex-end !important; }

  .align-content-xxl-center {
    align-content: center !important; }

  .align-content-xxl-between {
    align-content: space-between !important; }

  .align-content-xxl-around {
    align-content: space-around !important; }

  .align-content-xxl-stretch {
    align-content: stretch !important; }

  .align-self-xxl-auto {
    align-self: auto !important; }

  .align-self-xxl-start {
    align-self: flex-start !important; }

  .align-self-xxl-end {
    align-self: flex-end !important; }

  .align-self-xxl-center {
    align-self: center !important; }

  .align-self-xxl-baseline {
    align-self: baseline !important; }

  .align-self-xxl-stretch {
    align-self: stretch !important; }

  .order-xxl-first {
    order: -1 !important; }

  .order-xxl-0 {
    order: 0 !important; }

  .order-xxl-1 {
    order: 1 !important; }

  .order-xxl-2 {
    order: 2 !important; }

  .order-xxl-3 {
    order: 3 !important; }

  .order-xxl-4 {
    order: 4 !important; }

  .order-xxl-5 {
    order: 5 !important; }

  .order-xxl-last {
    order: 6 !important; }

  .m-xxl-0 {
    margin: 0 !important; }

  .m-xxl-1 {
    margin: 0.25rem !important; }

  .m-xxl-2 {
    margin: 0.5rem !important; }

  .m-xxl-3 {
    margin: 1rem !important; }

  .m-xxl-4 {
    margin: 1.5rem !important; }

  .m-xxl-5 {
    margin: 3rem !important; }

  .m-xxl-auto {
    margin: auto !important; }

  .mx-xxl-0 {
    margin-inline-end: 0 !important;
    margin-inline-start: 0 !important; }

  .mx-xxl-1 {
    margin-inline-end: 0.25rem !important;
    margin-inline-start: 0.25rem !important; }

  .mx-xxl-2 {
    margin-inline-end: 0.5rem !important;
    margin-inline-start: 0.5rem !important; }

  .mx-xxl-3 {
    margin-inline-end: 1rem !important;
    margin-inline-start: 1rem !important; }

  .mx-xxl-4 {
    margin-inline-end: 1.5rem !important;
    margin-inline-start: 1.5rem !important; }

  .mx-xxl-5 {
    margin-inline-end: 3rem !important;
    margin-inline-start: 3rem !important; }

  .mx-xxl-auto {
    margin-inline-end: auto !important;
    margin-inline-start: auto !important; }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }

  .mt-xxl-0 {
    margin-top: 0 !important; }

  .mt-xxl-1 {
    margin-top: 0.25rem !important; }

  .mt-xxl-2 {
    margin-top: 0.5rem !important; }

  .mt-xxl-3 {
    margin-top: 1rem !important; }

  .mt-xxl-4 {
    margin-top: 1.5rem !important; }

  .mt-xxl-5 {
    margin-top: 3rem !important; }

  .mt-xxl-auto {
    margin-top: auto !important; }

  .me-xxl-0 {
    margin-inline-end: 0 !important; }

  .me-xxl-1 {
    margin-inline-end: 0.25rem !important; }

  .me-xxl-2 {
    margin-inline-end: 0.5rem !important; }

  .me-xxl-3 {
    margin-inline-end: 1rem !important; }

  .me-xxl-4 {
    margin-inline-end: 1.5rem !important; }

  .me-xxl-5 {
    margin-inline-end: 3rem !important; }

  .me-xxl-auto {
    margin-inline-end: auto !important; }

  .mb-xxl-0 {
    margin-bottom: 0 !important; }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }

  .mb-xxl-3 {
    margin-bottom: 1rem !important; }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }

  .mb-xxl-5 {
    margin-bottom: 3rem !important; }

  .mb-xxl-auto {
    margin-bottom: auto !important; }

  .ms-xxl-0 {
    margin-inline-start: 0 !important; }

  .ms-xxl-1 {
    margin-inline-start: 0.25rem !important; }

  .ms-xxl-2 {
    margin-inline-start: 0.5rem !important; }

  .ms-xxl-3 {
    margin-inline-start: 1rem !important; }

  .ms-xxl-4 {
    margin-inline-start: 1.5rem !important; }

  .ms-xxl-5 {
    margin-inline-start: 3rem !important; }

  .ms-xxl-auto {
    margin-inline-start: auto !important; }

  .p-xxl-0 {
    padding: 0 !important; }

  .p-xxl-1 {
    padding: 0.25rem !important; }

  .p-xxl-2 {
    padding: 0.5rem !important; }

  .p-xxl-3 {
    padding: 1rem !important; }

  .p-xxl-4 {
    padding: 1.5rem !important; }

  .p-xxl-5 {
    padding: 3rem !important; }

  .px-xxl-0 {
    padding-inline-end: 0 !important;
    padding-inline-start: 0 !important; }

  .px-xxl-1 {
    padding-inline-end: 0.25rem !important;
    padding-inline-start: 0.25rem !important; }

  .px-xxl-2 {
    padding-inline-end: 0.5rem !important;
    padding-inline-start: 0.5rem !important; }

  .px-xxl-3 {
    padding-inline-end: 1rem !important;
    padding-inline-start: 1rem !important; }

  .px-xxl-4 {
    padding-inline-end: 1.5rem !important;
    padding-inline-start: 1.5rem !important; }

  .px-xxl-5 {
    padding-inline-end: 3rem !important;
    padding-inline-start: 3rem !important; }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

  .pt-xxl-0 {
    padding-top: 0 !important; }

  .pt-xxl-1 {
    padding-top: 0.25rem !important; }

  .pt-xxl-2 {
    padding-top: 0.5rem !important; }

  .pt-xxl-3 {
    padding-top: 1rem !important; }

  .pt-xxl-4 {
    padding-top: 1.5rem !important; }

  .pt-xxl-5 {
    padding-top: 3rem !important; }

  .pe-xxl-0 {
    padding-inline-end: 0 !important; }

  .pe-xxl-1 {
    padding-inline-end: 0.25rem !important; }

  .pe-xxl-2 {
    padding-inline-end: 0.5rem !important; }

  .pe-xxl-3 {
    padding-inline-end: 1rem !important; }

  .pe-xxl-4 {
    padding-inline-end: 1.5rem !important; }

  .pe-xxl-5 {
    padding-inline-end: 3rem !important; }

  .pb-xxl-0 {
    padding-bottom: 0 !important; }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }

  .pb-xxl-3 {
    padding-bottom: 1rem !important; }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }

  .pb-xxl-5 {
    padding-bottom: 3rem !important; }

  .ps-xxl-0 {
    padding-inline-start: 0 !important; }

  .ps-xxl-1 {
    padding-inline-start: 0.25rem !important; }

  .ps-xxl-2 {
    padding-inline-start: 0.5rem !important; }

  .ps-xxl-3 {
    padding-inline-start: 1rem !important; }

  .ps-xxl-4 {
    padding-inline-start: 1.5rem !important; }

  .ps-xxl-5 {
    padding-inline-start: 3rem !important; } }
/*# sourceMappingURL=bootstrap-grid.css.map */
:root {
  --color-navy: #00004c;
  --color-navy-light: #000077;
  --color-lime: #bdd100;
  --color-blue: #87b5e9;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-bg: #0b0b12;
  --color-text: #f5f5f5;
  --color-muted: #888;
  --header-height: 5.625rem;
  --header-scrolled-height: 5.75rem;
  --header-current-height: var(--header-height);
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
  --font-heading: "Inter", system-ui, -apple-system, ;
  --ease-premium: cubic-bezier(0.16, 1, 0.3, 1); }

html.lenis,
html.lenis body {
  height: auto; }

.lenis.lenis-smooth {
  scroll-behavior: auto !important; }

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain; }

.lenis.lenis-stopped {
  overflow: hidden; }

body {
  font-family: var(--font-body);
  background-color: var(--color-bg);
  color: var(--color-text);
  -webkit-font-smoothing: antialiased; }

*:focus,
*:focus-visible {
  outline: none; }

.app-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-navy); }
  .app-loader__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem; }
  .app-loader__shield {
    width: 150px; }
    .app-loader__shield img {
      width: 100%;
      height: auto;
      display: block; }
  .app-loader__progress {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    width: clamp(10rem, 30vw, 18rem); }
  .app-loader__track {
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    overflow: hidden; }
  .app-loader__fill {
    width: 0%;
    height: 100%;
    background: var(--color-lime);
    border-radius: 2px;
    transition: width 200ms var(--ease-premium); }
  .app-loader__percent {
    font-family: var(--font-heading);
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    color: rgba(255, 255, 255, 0.35); }

.app-shell {
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

body[data-app-state="ready"] .app-shell {
  visibility: visible;
  pointer-events: auto; }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 1.25rem;
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 0.01em;
  line-height: normal;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  position: relative;
  overflow: visible;
  z-index: 0; }
  .btn--primary {
    background: var(--color-lime);
    color: var(--color-navy-light);
    padding: 0.9375rem 0.8125rem 0.9375rem 1.25rem; }
    .btn--primary::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      z-index: -1;
      background-color: #dded4d;
      transform: scaleX(0);
      transform-origin: left center;
      transition: transform 0.6s var(--ease-premium); }
    .btn--primary:has(.btn__icon)::before {
      width: calc(100% + 1.5rem); }
    .btn--primary:hover::before {
      transform: scaleX(1); }
  .btn__icon {
    width: 1.5625rem;
    height: 1.25rem;
    display: block;
    flex-shrink: 0;
    transition: translate 0.6s var(--ease-premium); }
  .btn:hover .btn__icon {
    transition-delay: 0.2s;
    translate: 0.75rem 0; }
  @media screen and (max-width: 768px) {
    .btn {
      font-size: 1.2rem; } }

.btn-wrap {
  display: inline-block; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: var(--header-current-height);
  transition: height 0.4s var(--ease-premium), background-color 0.4s var(--ease-premium), border-color 0.4s var(--ease-premium), box-shadow 0.4s var(--ease-premium), opacity 0.4s var(--ease-premium), backdrop-filter 0.4s var(--ease-premium), -webkit-backdrop-filter 0.4s var(--ease-premium), transform 0.45s var(--ease-premium);
  will-change: transform; }
  @media all and (max-width: 768px) {
    .header {
      --header-current-height: 9.625rem; } }
  .header--hidden {
    transform: translateY(-100%);
    opacity: 0; }
  .header--blurred {
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px); }
  .header--menu-open {
    transform: translateY(0) !important; }
  .header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 4.375rem;
    max-width: 120rem;
    margin: 0 auto; }
    @media (max-width: 1200px) {
      .header__inner {
        padding: 0 2rem; } }
    @media (max-width: 768px) {
      .header__inner {
        padding: 0 1.25rem; } }
  .header__logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    flex-shrink: 0;
    position: relative; }
  .header__logo-img {
    width: 12.5rem;
    height: auto;
    display: block;
    transition: opacity 0.4s var(--ease-premium); }
    .header__logo-img--dark {
      position: absolute;
      inset: 0;
      opacity: 0;
      pointer-events: none; }
  .header__actions {
    display: flex;
    align-items: center;
    gap: 0.875rem; }
  .header__whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    opacity: 0.9;
    transition: opacity 0.25s ease;
    position: relative; }
    .header__whatsapp:hover {
      opacity: 1; }
  .header__whatsapp-icon {
    width: 2.1875rem;
    height: 2.1875rem;
    display: block;
    transition: opacity 0.4s var(--ease-premium); }
    .header__whatsapp-icon--dark {
      position: absolute;
      inset: 0;
      opacity: 0;
      pointer-events: none; }
  .header--scrolled .header__logo-img--light,
  .header--scrolled .header__whatsapp-icon--light {
    opacity: 0; }
  .header--scrolled .header__logo-img--dark,
  .header--scrolled .header__whatsapp-icon--dark {
    opacity: 1; }
  .header--menu-open .nav-menu-panel {
    transform: translateX(0); }

.nav-menu-panel {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 25rem;
  height: 100vh;
  height: 100svh;
  background: var(--color-navy);
  transform: translateX(100%);
  transition: transform 0.4s var(--ease-premium);
  z-index: 200;
  padding: 2rem;
  overflow-y: auto; }

.hero-section {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden; }
  @media screen and (max-width: 992px) {
    .hero-section {
      position: static;
      height: auto; } }

.body-section {
  margin-top: 100vh;
  z-index: 100;
  position: relative; }
  @media screen and (max-width: 992px) {
    .body-section {
      margin-top: 0; } }

.hero-scroll-flow {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh; }

.hero-stage {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  will-change: filter;
  background-color: white; }

.hero-badge {
  --hero-badge-right: 20rem;
  position: absolute;
  top: calc(var(--header-height) / 2);
  inset-inline-end: var(--hero-badge-right);
  transform: translateY(-50%);
  width: clamp(2.75rem, 4vw, 4rem);
  z-index: 5;
  cursor: pointer; }
  .hero-badge img {
    width: 100%;
    height: auto;
    display: block; }
  @media (max-width: 1200px) {
    .hero-badge {
      --hero-badge-right: 11rem; } }
  @media (max-width: 768px) {
    .hero-badge {
      --hero-badge-right: 0rem;
      top: 15rem;
      width: 4.5rem; } }

.hero-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  will-change: transform, clip-path; }
  @media (max-width: 991px) {
    .hero-video-container {
      height: 100%; } }

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.hero-video-gradient {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 56% 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  pointer-events: none; }

.hero-video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none; }

.hero-content {
  height: 100%;
  z-index: 2;
  padding-bottom: clamp(1.5rem, 4vh, 4.25rem); }
  .hero-content .container {
    height: 100%; }
  .hero-content .hero-content__inner {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }

.hero-content__top {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start; }
  @media (max-width: 991px) {
    .hero-content__top {
      margin-top: auto;
      gap: 0.75rem; } }

.hero-content__text {
  display: flex;
  flex-direction: column;
  gap: 2.1875rem;
  max-width: 52.6875rem; }
  @media (max-width: 991px) {
    .hero-content__text {
      gap: 1rem; } }

.hero-heading {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: clamp(2.5rem, 5vw, 5.9375rem);
  line-height: 1.2;
  letter-spacing: -0.035em;
  color: var(--color-white);
  max-width: 48.1875rem; }
  @media (max-width: 991px) {
    .hero-heading {
      font-size: clamp(1.75rem, 7vw, 3rem); } }
  @media (max-width: 575px) {
    .hero-heading {
      line-height: 1.13;
      font-size: clamp(4.7rem, 8vw, 7.25rem); }
      .hero-heading * {
        overflow: hidden !important; } }

.hero-subtitle {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: clamp(1rem, 1.19vw, 1.43rem);
  line-height: 1.5;
  color: var(--color-white);
  max-width: 43.625rem; }
  @media (max-width: 991px) {
    .hero-subtitle {
      font-size: 0.875rem; } }

.hero-cta {
  margin-top: 2rem; }
  .hero-cta .btn {
    font-size: clamp(0.875rem, 1.06vw, 1.27rem); }
    .hero-cta .btn .btn__icon {
      width: 2rem;
      height: 1.5625rem; }
  @media (max-width: 991px) {
    .hero-cta {
      margin-top: 1.5rem; }
      .hero-cta .btn {
        font-size: clamp(1.175rem, 1.06vw, 1.27rem); } }

.hero-admissions-text {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: clamp(0.875rem, 0.93vw, 1.11rem);
  color: var(--color-white);
  letter-spacing: -0.011em; }
  @media (max-width: 575px) {
    .hero-admissions-text {
      font-size: 1.1rem; } }

.hero-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 3.75rem;
  flex-shrink: 0;
  position: absolute;
  bottom: 0;
  inset-inline-end: 0; }
  @media (max-width: 991px) {
    .hero-bottom {
      position: relative;
      bottom: auto;
      inset-inline-end: auto;
      margin-top: 1rem;
      justify-content: stretch; } }

.hero-promo-card {
  --promo-card-height: 8.25rem;
  --promo-media-size: 6.0625rem;
  --promo-radius: 0.75rem;
  --promo-inner-radius: 0.625rem;
  position: relative;
  width: clamp(22.5rem, 32.3vw, 38.75rem);
  height: var(--promo-card-height);
  flex-shrink: 0;
  padding: 0.3125rem;
  border-radius: var(--promo-radius);
  background: rgba(255, 255, 255, 0.2);
  isolation: isolate;
  contain: layout paint; }
  @media (max-width: 991px) {
    .hero-promo-card {
      width: 100%;
      --promo-card-height: 8.75rem; } }
  @media (max-width: 575px) {
    .hero-promo-card {
      --promo-card-height: 7.75rem;
      --promo-media-size: 4.5rem;
      min-width: 0; } }
  .hero-promo-card .swiper-wrapper {
    height: 100%; }
  .hero-promo-card__slide {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    height: 100%;
    padding: 0.75rem 0.8125rem;
    border-radius: var(--promo-inner-radius);
    overflow: hidden;
    text-decoration: none;
    transition: filter 0.35s var(--ease-premium); }
    .hero-promo-card__slide.swiper-slide-active {
      pointer-events: auto; }
    .hero-promo-card__slide::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 55%;
      height: 100%;
      background: linear-gradient(100deg, transparent 0%, rgba(255, 255, 255, 0.28) 50%, transparent 100%);
      transform: translateX(-200%) skewX(-15deg);
      transition: transform 0.9s var(--ease-premium);
      pointer-events: none; }
    .hero-promo-card__slide--blue {
      background: var(--color-blue); }
    .hero-promo-card__slide--lime {
      background: var(--color-lime); }
      .hero-promo-card__slide--lime .hero-promo-card__title,
      .hero-promo-card__slide--lime .hero-promo-card__desc {
        color: var(--color-navy-light); }
    .hero-promo-card__slide.swiper-slide-active:hover {
      filter: brightness(1.03); }
      .hero-promo-card__slide.swiper-slide-active:hover::before {
        transform: translateX(320%) skewX(-15deg); }
  .hero-promo-card__media {
    width: var(--promo-media-size);
    height: var(--promo-media-size);
    aspect-ratio: 1 / 1;
    border-radius: 0.375rem;
    overflow: hidden;
    flex-shrink: 0;
    position: relative; }
  .hero-promo-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
  .hero-promo-card__content {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.25rem; }
  .hero-promo-card__title {
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.3;
    color: var(--color-navy);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    @media (max-width: 991px) {
      .hero-promo-card__title {
        font-size: 1.05rem; } }
  .hero-promo-card__desc {
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.4;
    color: var(--color-navy);
    letter-spacing: -0.0176em;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    @media (max-width: 991px) {
      .hero-promo-card__desc {
        font-size: 0.95rem; } }

.site-footer {
  position: relative; }
  .site-footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .site-footer__inner p {
      font-size: 0.875rem;
      color: var(--color-muted); }
    @media (max-width: 991px) {
      .site-footer__inner {
        flex-direction: column;
        gap: 1rem;
        text-align: center; } }
  .site-footer__links {
    display: flex;
    gap: 1.5rem; }
    .site-footer__links a {
      color: var(--color-muted);
      text-decoration: none;
      font-size: 0.875rem;
      transition: color 0.3s var(--ease-premium); }
      .site-footer__links a:hover {
        color: var(--color-text); }

.programs-section {
  background-color: #ecf1f8;
  position: relative;
  height: 100vh;
  height: 100svh;
  overflow: hidden; }
  .programs-section .container {
    height: 100%; }
  .programs-section .scene-programs__inner {
    position: relative;
    height: 100%; }
  @media (max-width: 991px) {
    .programs-section {
      height: auto;
      overflow: visible; }
      .programs-section .container {
        height: auto; }
      .programs-section .scene-programs__inner {
        height: auto;
        padding-block: 3.125rem; } }

.programs-grid {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5.3125rem;
  z-index: 2; }
  @media (max-width: 1200px) {
    .programs-grid {
      gap: 2.5rem; } }
  @media (max-width: 991px) {
    .programs-grid {
      position: static;
      flex-direction: column;
      gap: 1.25rem; } }

.program-card {
  position: relative;
  display: block;
  flex: 0 1 auto;
  width: 100%;
  aspect-ratio: 373.579 / 520.372;
  border-radius: 1.5rem;
  overflow: hidden;
  text-decoration: none;
  will-change: transform; }
  .program-card__img {
    position: absolute;
    inset: 0; }
    .program-card__img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .program-card__shade {
    position: absolute;
    inset: 0;
    background: #000;
    opacity: 0;
    pointer-events: none;
    will-change: opacity; }
  .program-card__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none; }
  .program-card__heading {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2rem;
    max-width: 80%;
    z-index: 2; }
  .program-card__title {
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 1.15;
    color: var(--color-white);
    margin: 0; }
  .program-card__ages {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.4;
    color: var(--color-white);
    margin: 0.5rem 0 0; }
  .program-card__summary {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 2rem;
    max-width: 80%;
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 0.95rem;
    line-height: 1.4;
    color: var(--color-white);
    text-align: left;
    margin: 0;
    z-index: 2; }
  @media (max-width: 991px) {
    .program-card {
      width: 100%;
      aspect-ratio: 373.579 / 454.272; }
      .program-card__img img {
        filter: brightness(0.9); }
      .program-card__heading, .program-card__summary {
        padding: 1.25rem;
        max-width: 75%; }
      .program-card__title {
        font-size: 1.875rem; }
      .program-card__ages {
        font-size: 1.875rem;
        margin-top: 0; }
      .program-card__summary {
        font-size: 1.375rem; } }
  @media (max-width: 768px) {
    .program-card {
      width: 100%;
      aspect-ratio: 373.579 / 454.272; }
      .program-card__img img {
        filter: brightness(0.9); }
      .program-card__heading, .program-card__summary {
        padding: 1.25rem;
        max-width: 75%; }
      .program-card__title {
        font-size: 1.875rem; }
      .program-card__ages {
        font-size: 1.875rem;
        margin-top: 0; }
      .program-card__summary {
        font-size: 1.275rem; } }
  @media (max-width: 425px) {
    .program-card__title {
      font-size: 1.475rem; }
    .program-card__ages {
      font-size: 1rem; }
    .program-card__summary {
      font-size: 1rem; } }

.programs-boxes {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  will-change: opacity;
  overflow: hidden; }
  @media (max-width: 991px) {
    .programs-boxes {
      position: static;
      opacity: 1;
      display: flex;
      flex-direction: column;
      gap: 2.5rem; } }
  .programs-boxes__stripe {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: luminosity;
    pointer-events: none;
    z-index: 0; }
    @media (max-width: 991px) {
      .programs-boxes__stripe {
        display: none; } }
  .programs-boxes__grid {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 3.64rem;
    padding-block: 3.125rem;
    z-index: 1;
    pointer-events: none; }
    @media (max-width: 1400px) {
      .programs-boxes__grid {
        gap: 2.5rem; } }
    @media (max-width: 1200px) {
      .programs-boxes__grid {
        gap: 1.5rem; } }
    @media (max-width: 991px) {
      .programs-boxes__grid {
        display: none; } }

.programs-boxes__grid--mobile {
  display: none; }
  @media (max-width: 991px) {
    .programs-boxes__grid--mobile {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: repeat(3, 1fr);
      gap: 0.375rem; }
      .programs-boxes__grid--mobile .pbox span {
        font-size: 0.675rem; } }

.pbox {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 0.625rem 0.75rem;
  will-change: transform, opacity;
  pointer-events: auto;
  aspect-ratio: 1;
  opacity: 0;
  transition: opacity 1.6s var(--ease-premium); }
  @media (max-width: 991px) {
    .pbox {
      aspect-ratio: 1; } }
  .pbox span {
    font-family: var(--font-body);
    font-weight: 600;
    font-size: clamp(0.75rem, 1.06vw, 1.27rem);
    line-height: normal;
    color: var(--color-white); }
  .pbox img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .pbox--pink {
    background-color: #c84a75; }
  .pbox--lime {
    background-color: var(--color-lime); }
  .pbox--cyan {
    background-color: #059fd5; }
  .pbox--purple {
    background-color: #5254be; }
  .pbox--blue {
    background-color: var(--color-blue); }
  .pbox--navy {
    background-color: var(--color-navy); }
  .pbox--image {
    background-color: #d9d9d9;
    padding: 0; }
  .pbox--empty {
    visibility: hidden;
    pointer-events: none; }
    @media (max-width: 991px) {
      .pbox--empty {
        display: none; } }

.programs-boxes.is-active .pbox:not(.pbox--empty) {
  opacity: 1; }

.programs-center {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  padding-bottom: 3.125rem;
  z-index: 2;
  pointer-events: none; }
  @media (max-width: 991px) {
    .programs-center {
      position: static;
      opacity: 1;
      pointer-events: auto;
      padding-bottom: 0;
      margin-top: 2rem; } }
  .programs-center > * {
    pointer-events: auto; }
  .programs-center__accent {
    display: none; }
  .programs-center__heading span {
    position: relative;
    display: inline; }
    .programs-center__heading span::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0.1em;
      height: 1.5rem;
      background-color: var(--color-blue);
      z-index: -1; }
      @media (max-width: 991px) {
        .programs-center__heading span::after {
          height: 1rem; } }
      @media (max-width: 575px) {
        .programs-center__heading span::after {
          height: 0.75rem; } }
  .programs-center__heading {
    font-family: var(--font-body);
    font-weight: 700;
    font-size: clamp(2rem, 5vw, 5.9375rem);
    line-height: 1.07;
    letter-spacing: -0.035em;
    color: var(--color-navy);
    max-width: 50%;
    margin-bottom: 2.75rem; }
    @media (max-width: 991px) {
      .programs-center__heading {
        max-width: 100%;
        font-size: clamp(3.5rem, 5vw, 2.5rem);
        margin-bottom: 2rem; } }

.swiss-section {
  background-color: var(--color-white);
  padding-block: 6.25rem;
  position: relative;
  overflow: hidden; }
  .swiss-section > .container {
    height: 100%;
    display: flex;
    align-items: center; }
  @media (max-width: 991px) {
    .swiss-section {
      padding-block: 3.125rem; } }

.swiss-grid {
  display: grid;
  grid-template-columns: 1fr 0.78fr 0.58fr;
  gap: 1.875rem;
  height: 100%;
  min-height: 450px;
  height: 40rem; }
  @media (max-width: 1200px) {
    .swiss-grid {
      gap: 1.25rem; } }
  @media (max-width: 991px) {
    .swiss-grid {
      grid-template-columns: 1fr;
      height: auto;
      gap: 1.5rem; } }

.swiss-left {
  position: relative;
  background-color: var(--color-lime);
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  height: 100%; }
  .swiss-left__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: color-burn;
    pointer-events: none; }
  .swiss-left__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    gap: 5rem;
    padding: 3.625rem 3.875rem; }
    @media (max-width: 1200px) {
      .swiss-left__content {
        padding: 2.5rem 2rem;
        gap: 3rem; } }
    @media (max-width: 991px) {
      .swiss-left__content {
        padding: 2rem 1.5rem;
        gap: 2rem; } }
  .swiss-left__heading {
    font-family: var(--font-body);
    font-weight: 700;
    font-size: clamp(3.6rem, 3.6vw, 4.375rem);
    line-height: 1.1;
    letter-spacing: -0.035em;
    color: var(--color-navy); }
    .swiss-left__heading em {
      font-style: italic; }
  .swiss-left__desc {
    font-family: var(--font-body);
    font-weight: 400;
    font-size: clamp(1.3rem, 1.19vw, 1.43rem);
    line-height: 1.5;
    color: var(--color-navy); }
    @media screen and (max-width: 768px) {
      .swiss-left__desc {
        margin-bottom: 4rem; } }

.btn--navy {
  background: var(--color-navy-light);
  color: var(--color-white);
  padding: 0.9375rem 0.8125rem 0.9375rem 1.25rem; }
  .btn--navy::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: calc(100% + 1.5rem);
    z-index: -1;
    background-color: var(--color-navy);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.6s var(--ease-premium); }
  .btn--navy:hover::before {
    transform: scaleX(1); }
  .btn--navy:hover .btn__icon {
    translate: 0.75rem 0; }

.swiss-center {
  position: relative;
  overflow: hidden; }
  .swiss-center__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .swiss-center__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.15);
    pointer-events: none; }
  .swiss-center__stats {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 100%; }

.swiss-stat {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 1.5625rem;
  padding-inline: 3.175rem;
  position: relative; }
  .swiss-stat::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 75%;
    background: #DDDDDDCC; }
  .swiss-stat:nth-child(odd) {
    justify-content: flex-end;
    text-align: right; }
    .swiss-stat:nth-child(odd)::after {
      right: 0; }
  .swiss-stat:nth-child(even) {
    justify-content: flex-start;
    text-align: left; }
    .swiss-stat:nth-child(even)::after {
      left: 0; }
  .swiss-stat:last-child::after {
    display: none; }
  .swiss-stat__number {
    font-family: var(--font-body);
    font-weight: 400;
    font-size: clamp(6.2rem, 5.95vw, 7.14rem);
    line-height: 1.2;
    letter-spacing: -0.035em;
    color: var(--color-white);
    flex-shrink: 0; }
  .swiss-stat__label {
    font-family: var(--font-body);
    font-weight: 700;
    font-size: clamp(1.27rem, 1.06vw, 1.27rem);
    line-height: normal;
    color: var(--color-white); }
    .swiss-stat__label strong {
      font-weight: 700; }
  @media (max-width: 991px) {
    .swiss-stat {
      padding-inline: 1.5rem;
      padding-block: 1.5rem; } }

.swiss-right {
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem, 1vw, 1.25rem);
  min-height: 0;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .swiss-right {
      gap: 0rem; } }

.swiss-accreditations {
  background-color: var(--color-navy-light);
  flex: 1 1 0%;
  min-height: 0;
  padding: 1.5rem 1.5625rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden; }
  .swiss-accreditations__heading {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: clamp(1.75rem, 2.3vw, 2.78rem);
    line-height: 1.1;
    letter-spacing: -0.035em;
    color: var(--color-white);
    margin-bottom: clamp(0.5rem, 1.2vw, 2.1875rem);
    flex-shrink: 0; }
  .swiss-accreditations__list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    min-height: 0; }
    .swiss-accreditations__list li {
      display: flex;
      align-items: flex-start;
      gap: 0.75rem;
      font-family: var(--font-body);
      font-weight: 400;
      font-size: clamp(0.95rem, 0.86vw, 1.27rem);
      line-height: 1.35;
      color: var(--color-white); }
    .swiss-accreditations__list .shield-icon {
      width: 1.13rem;
      height: 1.13rem;
      flex-shrink: 0;
      margin-top: 0.125rem; }
    @media screen and (max-width: 768px) {
      .swiss-accreditations__list {
        gap: 1.9rem; } }

.swiss-logos {
  background-color: #ecf1f8;
  flex-shrink: 1;
  min-height: 0;
  padding: 1rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem; }
  .swiss-logos__row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem; }
    .swiss-logos__row img {
      height: 5rem;
      width: auto;
      object-fit: contain; }
  .swiss-logos__divider {
    width: 100%;
    height: 0.0625rem;
    background-color: rgba(0, 0, 0, 0.15); }
  @media (max-width: 991px) {
    .swiss-logos {
      padding: 1.5rem 2rem; } }

@media (min-width: 992px) and (max-height: 820px) {
  .swiss-section {
    height: auto;
    min-height: auto;
    height: 125svh;
    padding-block: 3.625rem; }

  .swiss-grid {
    gap: clamp(0.75rem, 1.6vh, 1.25rem);
    height: auto; }

  .swiss-left__content {
    padding: 1.875rem clamp(1rem, 2vw, 2rem);
    gap: clamp(0.85rem, 1.8vh, 1.75rem); }

  .swiss-left__heading {
    font-size: clamp(2.2rem, 6.3vh, 3.6rem); }

  .swiss-left__desc {
    font-size: clamp(1rem, 2vh, 1.2rem);
    line-height: 1.35; }

  .swiss-stat {
    gap: clamp(0.5rem, 1vw, 1.2rem);
    padding-inline: clamp(1rem, 2vw, 2.25rem); }

  .swiss-stat__number {
    font-size: clamp(3.2rem, 9.5vh, 5.5rem);
    line-height: 1; }

  .swiss-stat__label {
    font-size: clamp(0.88rem, 1.8vh, 1.1rem);
    line-height: 1.15; }

  .swiss-accreditations {
    padding: 1.875rem clamp(1rem, 1.2vw, 1.5rem); }

  .swiss-accreditations__heading {
    font-size: clamp(1.3rem, 3.7vh, 2rem);
    margin-bottom: clamp(0.4rem, 1vh, 0.9rem); }

  .swiss-accreditations__list {
    gap: clamp(0.3rem, 0.8vh, 0.5rem); }

  .swiss-accreditations__list li {
    font-size: clamp(0.8rem, 1.55vh, 1rem);
    line-height: 1.2; }

  .swiss-logos {
    padding: clamp(0.65rem, 1.2vh, 1rem) clamp(1rem, 1.5vw, 1.5rem);
    gap: clamp(0.4rem, 0.8vh, 0.7rem); }

  .swiss-logos__row img {
    height: clamp(2.6rem, 7.6vh, 4rem); } }
.swiss-transition-wrapper {
  position: relative; }

.scene-isolate {
  position: relative; }

.horizontal-section {
  position: relative;
  height: 100vh;
  height: 100svh;
  background-color: var(--color-navy);
  overflow: hidden; }
  .horizontal-section__bg {
    position: absolute;
    inset: 0;
    background-color: var(--color-navy);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
    background-image: url("/Frontend/Assets/logos/eastwood-shield.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 200px 200px;
    --bg-blur: 0px;
    filter: blur(var(--bg-blur));
    will-change: transform, filter; }
    @supports (-webkit-hyphens: none) {
      .horizontal-section__bg {
        filter: none;
        will-change: auto; } }

.transition-section__logo {
  width: auto;
  height: 23.1774625rem;
  aspect-ratio: 421 / 460; }
  .transition-section__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block; }
  @media (max-width: 991px) {
    .transition-section__logo {
      width: 12rem; } }

.horizontal-track {
  display: flex;
  height: 100vh;
  height: 100svh;
  will-change: transform;
  position: relative;
  z-index: 1; }

.hpanel-spacer {
  flex-shrink: 0;
  width: 100vw;
  height: 100%; }

.horizontal-track__content {
  display: flex;
  gap: 0;
  height: 100%;
  position: relative;
  contain: paint; }
  @media (max-width: 1200px) {
    .horizontal-track__content {
      padding-inline: 3.125rem; } }
  @media (max-width: 768px) {
    .horizontal-track__content {
      padding-inline: 1.25rem; } }
  .horizontal-track__content::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    will-change: backdrop-filter;
    transform: translateZ(0); }

.horizontal-section__blur {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }

.hpanel {
  flex-shrink: 0;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 10;
  position: relative;
  justify-content: center; }
  .hpanel--text {
    padding-inline-end: 5rem;
    width: 100vw; }
  .hpanel--cards {
    width: auto;
    display: flex;
    align-items: center;
    margin-inline-end: 10vw;
    z-index: 20;
    gap: 1.5rem; }
    .hpanel--cards .container {
      height: 100%; }
    @media (max-width: 991px) {
      .hpanel--cards {
        padding-inline: 2rem;
        gap: 1rem; } }
  .hpanel--photo {
    width: 100vw;
    overflow: hidden; }
    .hpanel--photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      position: absolute;
      left: 0;
      top: 0; }
  .hpanel--personas {
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 2.5rem; }

.hpanel__content {
  width: 42rem; }

.hpanel__heading {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: clamp(2.5rem, 3.07vw, 3.6875rem);
  line-height: 1;
  letter-spacing: -0.035em;
  color: #f5f5f5;
  margin-bottom: 1.5rem;
  width: 80%; }

.hpanel__desc {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: clamp(0.9375rem, 0.94vw, 1.125rem);
  line-height: 1.5;
  color: #f5f5f5;
  max-width: 20rem;
  margin-inline-start: auto; }

.info-cards {
  display: flex;
  align-items: center;
  gap: 5rem;
  height: 100%; }

.info-card {
  width: 17.1875rem;
  height: 17.1875rem;
  padding: 1.875rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  flex-shrink: 0;
  align-self: center;
  --parallax-x: 0px;
  --push-x: 0px;
  --hover-scale: 1;
  --stagger-y: -25%;
  transform: translate(calc(var(--parallax-x) + var(--push-x)), var(--stagger-y)) scale(var(--hover-scale));
  transform-origin: center center; }
  .info-card:nth-child(odd) {
    --stagger-y: -50%; }
  .info-card:nth-child(even) {
    --stagger-y: 50%;
    margin-inline-end: 4rem; }
  .info-card__title {
    font-family: var(--font-body);
    font-weight: 600;
    line-height: 1.1;
    color: var(--color-white);
    margin: 0;
    font-size: clamp(1.625rem, 1.3vw, 1.625rem); }
  @media screen and (max-width: 1200px) {
    .info-card:nth-child(even) {
      margin-inline-end: 0rem; } }
  .info-card__desc {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: clamp(0.75rem, 0.7vw, 1.875rem);
    line-height: 1.5;
    color: var(--color-white);
    margin: 0; }
    @media screen and (max-width: 768px) {
      .info-card__desc {
        font-size: clamp(1.35rem, 0.73vw, 1.875rem); } }
  .info-card--blue {
    background-color: var(--color-blue); }
  .info-card--purple {
    background-color: #5254be; }
  .info-card--cyan {
    background-color: #059fd5; }
  .info-card--navy {
    background-color: var(--color-navy-light); }
  .info-card--pink {
    background-color: #c84a75; }
  .info-card--lime {
    background-color: var(--color-lime);
    justify-content: flex-end;
    align-items: flex-end;
    aspect-ratio: 1; }
  .info-card__btn {
    align-self: flex-end;
    background: transparent;
    padding: 0;
    color: var(--color-navy);
    line-height: 1.1; }
    .info-card__btn .btn__text {
      white-space: normal;
      max-width: 6rem;
      color: var(--color-navy); }

.persona-cards {
  display: flex;
  gap: 0.75rem;
  perspective: 1500px; }

.persona-card {
  position: relative;
  flex: 1;
  min-width: 0;
  height: 26.4rem;
  text-decoration: none;
  cursor: pointer; }
  .persona-card__inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d; }
  .persona-card__face {
    position: absolute;
    inset: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    display: flex;
    transform-style: preserve-3d;
    transition: transform 0.9s cubic-bezier(0.65, 0, 0.35, 1);
    will-change: transform; }
  .persona-card__face--front {
    transform: translate3d(0, 0, 0) rotateY(0deg); }
  .persona-card__face--back {
    transform: translate3d(0, 0, 0) rotateY(-180deg);
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 1.7875rem 2.5rem;
    background: var(--color-navy); }
  .persona-card.is-flipped .persona-card__face--front, .persona-card:hover .persona-card__face--front {
    transform: translate3d(0, 0, 0) rotateY(180deg); }
  .persona-card.is-flipped .persona-card__face--back, .persona-card:hover .persona-card__face--back {
    transform: translate3d(0, 0, 0) rotateY(0deg); }
  .persona-card__img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 190%;
    height: 100%;
    object-fit: cover;
    transform: translateX(calc(-50% + var(--px, 0px)));
    will-change: transform; }
  .persona-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 45%, rgba(2, 2, 47, 0.6) 100%);
    pointer-events: none; }
  .persona-card__bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.857rem;
    background: var(--color-lime); }
  .persona-card__title {
    font-family: var(--font-body);
    font-weight: 600;
    font-size: clamp(1.5rem, 1.9vw, 2.28rem);
    line-height: 1;
    color: var(--color-white);
    padding: 0 2.3875rem 2.5rem 1.7875rem;
    z-index: 10;
    position: relative;
    margin-top: auto; }
  .persona-card__back-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    color: var(--color-white); }
  .persona-card__back-title {
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.4;
    margin: 0; }
  .persona-card__back-desc {
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.2;
    margin: 0; }
  .persona-card:nth-child(1) .persona-card__bar {
    background: var(--color-lime, #bdd100); }
  .persona-card:nth-child(1) .persona-card__face--back {
    background: #87B5E9; }
  .persona-card:nth-child(2) .persona-card__bar {
    background: var(--color-blue); }
  .persona-card:nth-child(2) .persona-card__face--back {
    background: #c84a75; }
  .persona-card:nth-child(3) .persona-card__bar {
    background: #007; }
  .persona-card:nth-child(3) .persona-card__face--back {
    background: #BDD100; }
  .persona-card:nth-child(4) .persona-card__bar {
    background: #C84A75; }
  .persona-card:nth-child(4) .persona-card__face--back {
    background: #5254BE; }
  .persona-card:nth-child(5) .persona-card__bar {
    background: #5254BE; }
  .persona-card:nth-child(5) .persona-card__face--back {
    background: #059FD5; }

@media (max-width: 991px) {
  .persona-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    perspective: none; }

  .persona-card {
    height: auto;
    cursor: default; }
    .persona-card__inner {
      transform-style: flat;
      display: flex;
      flex-direction: column; }
    .persona-card__face {
      position: static;
      inset: auto;
      transform: none !important;
      transition: none;
      backface-visibility: visible;
      will-change: auto; }
    .persona-card__face--front {
      position: relative;
      width: 100%;
      flex: 0 0 auto;
      height: 22rem;
      overflow: hidden; }
    .persona-card__face--back {
      position: relative;
      flex: 1 1 auto;
      min-height: 14rem;
      padding: 1.75rem 1.5rem 2.75rem;
      gap: 0.75rem;
      justify-content: flex-start; }
    .persona-card__img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transform: none; }
    .persona-card__title, .persona-card__overlay {
      display: none; }
    .persona-card__face--front .persona-card__bar {
      display: none; }
    .persona-card__back-content {
      gap: 0.625rem; }
    .persona-card__back-title {
      font-size: 2.4rem;
      line-height: 1.1;
      font-weight: 700; }
    .persona-card__back-desc {
      font-size: 1.4rem;
      line-height: 1.4; } }
.persona-cta {
  text-align: center;
  margin-top: 4rem;
  display: flex;
  justify-content: center; }

@media (max-width: 991px) {
  .horizontal-section {
    height: auto;
    overflow: visible; }

  .horizontal-track {
    display: block;
    height: auto;
    transform: none !important; }

  .hpanel-spacer {
    display: none; }

  .horizontal-track__content {
    flex-direction: column;
    height: auto;
    gap: 0; }

  .hpanel {
    width: 100%;
    height: auto;
    flex-shrink: 1;
    padding: 0; }

  .hpanel--text {
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start; }

  .hpanel__content {
    width: 100%; }

  .hpanel__heading {
    width: 100%;
    font-size: clamp(3.45rem, 7vw, 4.5rem);
    margin-bottom: 1.25rem; }

  .hpanel__desc {
    margin-inline-start: 0;
    max-width: 100%;
    font-size: 1.3rem; }

  .hpanel--personas {
    width: 100%; }

  .persona-cards {
    flex-direction: column;
    gap: 1rem;
    perspective: none; }

  .persona-card {
    width: 100%;
    flex: none; }

  .persona-card__img {
    width: 100%;
    left: 0;
    transform: none; }

  .persona-cta {
    margin-top: 2rem;
    max-width: 100%; }
    .persona-cta .btn--primary {
      max-width: 100%;
      white-space: wrap; }

  .hpanel--cards {
    width: 100%;
    display: block;
    gap: 0; }
    .hpanel--cards .container {
      height: 100%; }

  .info-cards {
    display: block;
    height: auto;
    gap: 0.75rem;
    align-items: stretch;
    width: 100%; }

  .info-card {
    aspect-ratio: 1;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 1.7rem;
    flex-shrink: 1; }
    .info-card:nth-child(odd), .info-card:nth-child(even) {
      transform: none; }
    .info-card h4 {
      font-size: 2.4rem; }
    .info-card__desc {
      font-size: 1.4rem; }
    .info-card--top {
      align-self: auto;
      margin-top: 0; }
    .info-card--bottom {
      align-self: auto;
      margin-bottom: 0;
      margin-inline-start: auto; }
    .info-card:not(:last-child) {
      margin-bottom: 20px; }

  .hpanel--photo {
    margin-top: 50px;
    width: 100%;
    height: 70vh;
    overflow: hidden;
    position: relative; }
    .hpanel--photo img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; } }
.programs-schedules-wrapper {
  position: relative;
  background-color: #ecf1f8; }
  @media (min-width: 992px) {
    .programs-schedules-wrapper > #scene-programs {
      position: sticky;
      top: 0;
      height: 100vh;
      z-index: 1;
      background-color: #ecf1f8;
      will-change: filter; }
    .programs-schedules-wrapper > #scene-schedules {
      position: relative;
      z-index: 2;
      min-height: 100vh;
      background-color: #fff;
      margin-top: 50vh; } }

.schedules {
  --schedules-light: #ecf1f8;
  position: relative;
  overflow: hidden; }
  .schedules__inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 26rem) minmax(0, 1fr);
    gap: 2rem;
    align-items: center;
    min-height: 52rem; }
  .schedules__intro {
    position: relative;
    z-index: 2;
    max-width: 25.5rem; }
  .schedules__title {
    font-family: var(--font-body);
    font-weight: 700;
    font-size: clamp(1.75rem, 2.4vw, 2.7rem);
    line-height: 1.2;
    letter-spacing: -0.04em;
    color: var(--color-navy);
    margin: 0 0 1.75rem;
    will-change: transform; }
  .schedules__map-area {
    position: relative;
    width: 100%;
    height: 80vh;
    aspect-ratio: 1290.52 / 645.26; }
  .schedules__map {
    position: absolute;
    inset: 0; }
    .schedules__map.is-pannable {
      cursor: grab; }
    .schedules__map.is-dragging {
      cursor: grabbing; }
      .schedules__map.is-dragging .schedules__map-canvas {
        transition: none; }
  .schedules__map-canvas {
    position: relative;
    width: 100%;
    height: 100%;
    transform-origin: 50% 50%;
    transition: transform 0.45s var(--ease-premium);
    will-change: transform; }
  .schedules__map-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    user-select: none;
    pointer-events: none; }
  .schedules__map-svg {
    display: block;
    width: 100%;
    height: 100%;
    user-select: none;
    pointer-events: none; }
    .schedules__map-svg path {
      fill: none;
      stroke: #c8d0db;
      stroke-width: 0.5; }
  .schedules__dot {
    position: absolute;
    width: 0.625rem;
    height: 0.625rem;
    padding: 0;
    border: 0;
    background: var(--color-lime);
    cursor: pointer;
    transform: translate(-50%, -50%);
    transition: transform 0.25s var(--ease-premium), background-color 0.25s var(--ease-premium); }
    .schedules__dot::after {
      content: "";
      position: absolute;
      inset: -0.5rem; }
    .schedules__dot:hover {
      transform: translate(-50%, -50%) scale(1.4); }
    .schedules__dot.is-active {
      background: var(--color-navy);
      transform: translate(-50%, -50%) scale(1.2); }
  .schedules__legend {
    position: absolute;
    top: 0rem;
    right: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 0.55rem 0.6rem 1.25rem;
    background: var(--schedules-light);
    border-radius: 0.1rem;
    z-index: 3; }
  .schedules__legend-dot {
    width: 0.4rem;
    height: 0.4rem;
    background: var(--color-lime); }
  .schedules__legend-label {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 0.825rem;
    color: var(--color-navy); }
  .schedules__dot-callout {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    pointer-events: none;
    opacity: 0;
    will-change: transform; }
    .schedules__dot-callout.is-visible {
      opacity: 1; }
  .schedules__dot-callout-card {
    position: absolute;
    left: 1.6rem;
    bottom: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.05rem;
    line-height: 1.2;
    white-space: nowrap;
    padding: 0.55rem 0.7rem;
    background: var(--color-white);
    border-radius: 0.2rem;
    box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.12); }
    .schedules__dot-callout-card::before {
      content: "";
      position: absolute;
      left: -1.75rem;
      bottom: 0;
      width: 1.85rem;
      height: 0.95rem;
      border-left: 1px dashed var(--color-navy);
      border-top: 1px dashed var(--color-navy);
      opacity: 0.5; }
  .schedules__dot-callout-label {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 0.7rem;
    color: rgba(20, 33, 61, 0.55); }
  .schedules__dot-callout-time {
    font-family: var(--font-body);
    font-weight: 800;
    font-size: 0.95rem;
    color: var(--color-navy); }
  .schedules__zoom {
    position: absolute;
    left: 0%;
    bottom: 12.5%;
    display: inline-flex;
    gap: 0.625rem;
    z-index: 3; }
  .schedules__zoom-btn {
    width: 2.31rem;
    height: 2.31rem;
    padding: 0;
    border: 0;
    background: var(--color-navy);
    border-radius: 0.2rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.25s var(--ease-premium); }
    .schedules__zoom-btn img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
    .schedules__zoom-btn:hover {
      background: var(--color-navy-light); }
  .schedules__cities {
    position: absolute;
    right: 0;
    bottom: 0rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: stretch;
    margin: 0;
    padding: 0;
    background: var(--schedules-light);
    border-radius: 0.25rem;
    list-style: none;
    z-index: 3; }
  .schedules__city {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 0.475rem 0.5rem 0.5rem 1.18rem;
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 0.735rem;
    color: var(--color-navy);
    cursor: pointer;
    background: transparent;
    transition: color 0.25s var(--ease-premium); }
    .schedules__city:hover {
      color: var(--color-navy-light); }
    .schedules__city.is-active {
      font-weight: 800; }
      .schedules__city.is-active .schedules__city-dot {
        opacity: 1; }
  .schedules__city-dot {
    position: absolute;
    left: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.36rem;
    height: 0.36rem;
    background: var(--color-lime);
    opacity: 0;
    pointer-events: none; }
  .schedules__city-label {
    display: inline-flex;
    flex-direction: column;
    line-height: 1.15; }
    .schedules__city-label::after {
      content: attr(data-text);
      font-weight: 800;
      height: 0;
      visibility: hidden;
      overflow: hidden;
      pointer-events: none;
      user-select: none; }
  .schedules__card {
    position: absolute;
    left: 0;
    bottom: calc(100% + 0.6rem);
    display: flex;
    width: 100%;
    background: var(--schedules-light);
    border-radius: 0.25rem;
    padding: 0.82rem;
    gap: 1rem;
    z-index: 4;
    pointer-events: none; }
  .schedules__card-img {
    width: 11.3rem;
    height: 6.7rem;
    object-fit: cover;
    border-radius: 0.1rem;
    flex-shrink: 0; }
  .schedules__card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.4rem; }
  .schedules__card-dates {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 0.98rem;
    color: var(--color-navy);
    margin: 0;
    line-height: 1.15; }
  .schedules__card-desc {
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 0.785rem;
    color: var(--color-navy);
    margin: 0;
    line-height: 1.45; }

@media (max-width: 991px) {
  .schedules {
    background-color: var(--color-white);
    padding: 4rem 0; }
    .schedules__inner {
      grid-template-columns: 1fr;
      align-items: start;
      padding: 0;
      gap: 2.5rem;
      min-height: 0; }
    .schedules__intro {
      max-width: 100%; }
    .schedules__title {
      font-size: clamp(3.45rem, 7vw, 4.5rem);
      max-width: 100%; }
    .schedules__map-area {
      aspect-ratio: unset;
      height: auto;
      width: 100vw;
      margin-left: calc(50% - 50vw);
      display: flex;
      flex-direction: column;
      gap: 1.25rem; }
    .schedules__map {
      position: relative;
      inset: auto;
      height: auto;
      width: 100%; }
    .schedules__map-canvas {
      height: auto;
      aspect-ratio: 1290.52 / 645.26; }
    .schedules__legend, .schedules__zoom, .schedules__cities {
      width: max-content;
      right: 0;
      left: auto;
      position: absolute;
      bottom: 0; }
    .schedules__legend, .schedules__cities {
      align-self: stretch;
      margin-inline: 1.5rem; }
    .schedules__legend {
      align-self: flex-start; }
    .schedules__zoom {
      align-self: flex-start;
      margin-inline: 1.5rem; }
    .schedules__cities {
      flex-direction: column;
      flex-wrap: nowrap;
      align-items: flex-start; }
    .schedules__card {
      display: none; } }
.rotating-cubes-article {
  background-color: var(--color-navy);
  background-image: url(/Frontend/Assets/Images/huge-logo.svg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  background-size: 142%;
  background-position: 0% 60%;
  background-attachment: fixed; }
  @media (max-width: 991px) {
    .rotating-cubes-article {
      overflow: visible; } }
  @media (min-width: 992px) {
    .rotating-cubes-article > .scene-isolate {
      position: relative;
      z-index: 1; }
    .rotating-cubes-article > .cube-overlap {
      z-index: 2;
      margin-top: -100vh; } }

@media (min-width: 992px) {
  #scene-cubes-2 {
    background-color: #02022F;
    background-image: url(/Frontend/Assets/Images/huge-logo.svg);
    background-repeat: no-repeat;
    background-size: 142%;
    background-position: 0% 60%;
    background-attachment: fixed; } }

.rotating-cubes {
  position: relative; }
  .rotating-cubes .scene-isolate {
    position: relative;
    overflow: hidden; }
    @media (max-width: 991px) {
      .rotating-cubes .scene-isolate {
        overflow: visible; } }
  .rotating-cubes .logo-container {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 150%;
    height: 100%; }
    .rotating-cubes .logo-container img {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
  @media (max-width: 991px) {
    .rotating-cubes {
      height: auto !important; } }

.rotating-cubes {
  position: relative;
  height: auto;
  overflow: visible; }

.cube-stage {
  --cube-size: min(46rem, 84vh);
  position: relative;
  height: 100vh;
  height: 100svh;
  display: flex;
  align-items: center; }
  @media (max-width: 991px) {
    .cube-stage {
      display: block;
      padding: 0;
      --cube-size: min(90vw, 28rem);
      height: 200vh;
      height: 200svh; }
      .cube-stage > .container {
        position: sticky;
        justify-content: center;
        top: 0;
        height: 100vh;
        height: 100svh;
        display: flex;
        align-items: center;
        padding-block: 50px; } }
  .cube-stage > .container {
    width: 100%; }
  .cube-stage__row {
    align-items: center; }
    @media (max-width: 991px) {
      .cube-stage__row {
        flex-direction: column;
        gap: 2.5rem;
        width: 100%; } }
  .cube-stage__col--cube {
    display: flex;
    justify-content: center; }
    @media (max-width: 991px) {
      .cube-stage__col--cube {
        width: 100%; } }
  @media (min-width: 991px) {
    .cube-stage__col--text {
      padding-left: 3rem; } }
  @media (max-width: 991px) {
    .cube-stage__col--text {
      width: 100%; } }
  .cube-stage__cube-wrap {
    width: var(--cube-size);
    height: var(--cube-size);
    max-width: 100%;
    margin-inline: auto; }
  .cube-stage__canvas {
    display: block;
    width: 100%;
    height: 100%; }
  .cube-stage__content {
    flex: 1 1 0;
    max-width: 28rem;
    color: var(--color-white);
    display: flex;
    flex-direction: column;
    gap: 2.5rem; }
  .cube-stage__heading {
    font-family: var(--font-body);
    font-weight: 700;
    font-size: clamp(2.5rem, 3.07vw, 3.6875rem);
    line-height: 1.2;
    letter-spacing: -0.035em;
    color: var(--color-white);
    margin: 0;
    will-change: transform;
    width: 70%;
    position: relative; }
    .cube-stage__heading span {
      position: relative;
      display: inline; }
      .cube-stage__heading span::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0.05em;
        height: 0.32em;
        background-color: #5254be;
        z-index: -1; }
  .cube-stage__desc {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.5;
    color: var(--color-white);
    margin: 0;
    max-width: 27rem; }

.stage-2 {
  margin-top: 100px; }

.switzerland-section {
  position: relative;
  width: 100%;
  height: 150vh;
  overflow: hidden;
  padding-top: 100px; }
  @media (max-width: 991px) {
    .switzerland-section {
      height: auto; } }
  .switzerland-section__img-wrap {
    position: absolute;
    inset: 0;
    z-index: 0;
    will-change: transform; }
  .switzerland-section__img {
    display: block;
    width: 100%;
    height: 120%;
    object-fit: cover;
    object-position: center top; }
  .switzerland-section__gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 50%);
    pointer-events: none; }
  .switzerland-section__content {
    position: relative;
    z-index: 2;
    height: 100vh;
    height: 100svh;
    padding-bottom: 12vh;
    display: flex;
    flex-direction: column; }
    @media (max-width: 991px) {
      .switzerland-section__content {
        height: auto;
        justify-content: center; } }
  .switzerland-section__left {
    position: relative;
    max-width: 30rem;
    margin-top: auto; }
    @media (max-width: 991px) {
      .switzerland-section__left {
        margin-top: 0; } }
  .switzerland-section__heading {
    font-family: var(--font-body);
    font-weight: 700;
    font-size: clamp(3.5rem, 4.3vw, 4.0625rem);
    line-height: 1;
    letter-spacing: -0.035em;
    color: var(--color-white);
    margin: 0; }
    .switzerland-section__heading .highlighted {
      position: relative;
      display: inline-block; }
  .switzerland-section__accent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.28rem;
    background: #c84a75;
    z-index: -1; }
  .switzerland-section__right {
    max-width: 27.2rem;
    margin-block: 2.25rem;
    margin-left: auto; }
  .switzerland-section__desc {
    font-family: var(--font-body);
    font-weight: 500;
    line-height: 1.52;
    font-size: 1.125rem;
    color: var(--color-white);
    margin: 0;
    margin-bottom: 2rem; }
    @media screen and (max-width: 768px) {
      .switzerland-section__desc {
        font-size: 2.125rem; } }
  .switzerland-section__logo {
    position: absolute;
    left: 0rem;
    bottom: 0rem;
    width: 13.3rem;
    z-index: 1;
    pointer-events: none; }
    .switzerland-section__logo img {
      display: block;
      width: 100%;
      height: auto; }
    @media (max-width: 991px) {
      .switzerland-section__logo {
        width: 5.3rem; } }

.community-section {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: #ecf1f8;
  overflow: hidden; }
  .community-section__inner {
    display: flex;
    gap: 10rem;
    height: 100%;
    position: relative; }
  .community-section__left {
    position: relative;
    z-index: 1;
    width: 36%;
    min-width: 36%;
    display: flex;
    align-items: center;
    padding: 4rem 0; }
  .community-section__heading {
    font-family: var(--font-body);
    font-weight: 700;
    font-size: clamp(3.5rem, 4vw, 3.7rem);
    line-height: 1;
    letter-spacing: -0.035em;
    color: var(--color-navy);
    margin: 0 0 1.5rem; }
  .community-section__heading span {
    position: relative;
    display: inline-block; }
    .community-section__heading span::after {
      content: "";
      position: absolute;
      bottom: 0.05em;
      left: 0;
      width: 100%;
      height: 0.32em;
      background: #059fd5;
      z-index: -1; }
  .community-section__desc {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.5;
    letter-spacing: -0.011em;
    color: var(--color-navy);
    margin: 0 0 2.5rem;
    max-width: 27rem; }
    @media screen and (max-width: 768px) {
      .community-section__desc {
        font-size: 1.325rem; } }
  .community-section__cta {
    display: inline-block; }
  .community-section__right {
    position: relative;
    z-index: 2;
    flex: 1;
    overflow: visible;
    display: flex;
    align-items: center; }

.community-track {
  display: flex;
  gap: 1.375rem;
  will-change: transform; }

.community-card {
  flex-shrink: 0;
  width: 27.2rem;
  height: 30rem;
  border-radius: 0rem;
  overflow: hidden;
  position: relative; }
  .community-card--text {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2.75rem; }
  .community-card--video {
    background: #1a1a2e; }
  .community-card__quote {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 1.875rem;
    line-height: 1.33;
    color: var(--color-navy);
    margin: 0; }
  .community-card__author {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 1.25rem;
    letter-spacing: -0.035em;
    color: var(--color-navy);
    margin: 0; }
  .community-card__video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: transform; }
  .community-card__play {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    width: 3.3rem;
    height: 3.3rem;
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    z-index: 2; }
    .community-card__play img {
      display: block;
      width: 100%;
      height: 100%; }

.community-section__enquire {
  position: absolute;
  inset: 0;
  z-index: 10;
  background: var(--color-navy);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  overflow: hidden; }

.community-section__enquire-bg {
  position: absolute;
  inset: auto;
  right: 50%;
  top: 0;
  background-image: url(/Frontend/Assets/Images/huge-logo.svg);
  background-size: 130%;
  background-position: 58% 31%;
  background-repeat: no-repeat;
  pointer-events: none;
  height: 100%;
  width: 100%;
  opacity: 0.5; }

.community-section__enquire-content {
  position: relative;
  z-index: 2;
  text-align: center; }

.community-section__enquire-heading {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: clamp(4.5rem, 10.4vw, 9.84rem);
  line-height: 1;
  letter-spacing: -0.035em;
  color: var(--color-white);
  text-align: center;
  margin: 0; }

.community-section__enquire-heading span {
  position: relative;
  display: inline-block; }
  .community-section__enquire-heading span::after {
    content: "";
    position: absolute;
    bottom: 0.05em;
    left: 0;
    width: 100%;
    height: 0.22em;
    background: var(--color-lime);
    z-index: -1; }

.what-next-cards {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  z-index: 3; }

.what-next-card {
  position: relative;
  flex: 1;
  display: block;
  height: 0;
  text-decoration: none;
  overflow: hidden;
  will-change: clip-path; }
  .what-next-card__img {
    position: absolute;
    inset: 0;
    overflow: hidden; }
    .what-next-card__img img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .what-next-card__gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.7) 100%);
    pointer-events: none; }
  .what-next-card__title {
    position: absolute;
    bottom: 2.5rem;
    left: 2.5rem;
    right: 2.5rem;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: clamp(2rem, 3.1vw, 2.95rem);
    line-height: 1.05;
    letter-spacing: -0.01em;
    color: var(--color-white);
    margin: 0; }
  .what-next-card__highlight {
    position: relative;
    display: inline-block; }
    .what-next-card__highlight::after {
      content: "";
      position: absolute;
      bottom: 0.05em;
      left: 0;
      width: 100%;
      height: 0.22em;
      background: var(--color-lime);
      z-index: -1;
      transform: scaleX(0);
      transform-origin: left center;
      transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1); }
  .what-next-card__arrow {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    width: 1.5rem;
    height: auto;
    pointer-events: none; }
  .what-next-card:hover .what-next-card__highlight::after {
    transform: scaleX(1); }

@media (max-width: 991px) {
  .community-section {
    height: auto;
    overflow: visible; }
    .community-section__inner {
      flex-direction: column;
      gap: 0;
      height: auto; }
    .community-section__left {
      width: 100%;
      min-width: 0;
      padding: 3.125rem 0;
      align-items: flex-start; }
    .community-section__right {
      width: 100%;
      overflow: hidden;
      padding-inline-start: 15px;
      padding-bottom: 3.125rem; }

  .community-track {
    padding-inline: 1.25rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; }
    .community-track::-webkit-scrollbar {
      display: none; }

  .community-card {
    width: 78vw;
    height: 22rem;
    scroll-snap-align: start; }

  .community-section__enquire {
    position: relative;
    inset: auto;
    visibility: visible;
    opacity: 1;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
    overflow: visible; }

  .community-section__enquire-content {
    padding: 3.125rem 1.25rem;
    display: flex;
    justify-content: center;
    width: 100%; }

  .community-section__enquire-heading {
    text-align: left;
    font-size: clamp(3rem, 14vw, 4.5rem); }

  .what-next-cards {
    position: static;
    flex-direction: column;
    align-items: stretch;
    height: auto;
    width: 100%; }

  .what-next-card {
    height: 16rem !important;
    flex: none; }
    .what-next-card__img img {
      object-position: top; }
    .what-next-card__title {
      font-size: clamp(1.5rem, 6vw, 2rem); } }
.footer-brochure {
  display: block;
  background-color: var(--color-lime);
  overflow: hidden;
  text-decoration: none;
  position: relative; }
  .footer-brochure__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 14rem;
    position: relative; }
  .footer-brochure__heading {
    font-family: var(--font-body);
    font-size: clamp(2rem, 2.6vw, 2.46rem);
    font-weight: 600;
    color: #000077;
    letter-spacing: -0.01em;
    margin: 0;
    position: relative;
    line-height: 1.2;
    z-index: 1; }
  .footer-brochure__deco {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    pointer-events: none; }
    .footer-brochure__deco img {
      height: 100%;
      width: auto;
      display: block; }

.footer-main {
  background: linear-gradient(134.031deg, #00004c 36.595%, #0000b2 143.64%);
  color: var(--color-white); }
  .footer-main > .container {
    padding-top: 3rem;
    padding-bottom: 2rem;
    display: flex;
    flex-direction: column; }

.footer-newsletter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem; }
  .footer-newsletter__heading {
    font-family: var(--font-body);
    font-size: clamp(2.5rem, 1.6vw, 1.5rem);
    font-weight: 600;
    color: var(--color-white);
    letter-spacing: -0.01em;
    margin: 0;
    white-space: nowrap;
    flex-shrink: 0; }
  .footer-newsletter__right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.55rem;
    flex: 1;
    max-width: 41rem; }
  .footer-newsletter__form {
    width: 100%; }
  .footer-newsletter__field {
    display: flex;
    align-items: stretch;
    border: 1px solid rgba(221, 221, 221, 0.6);
    overflow: hidden; }
    .footer-newsletter__field input[type="email"] {
      flex: 1;
      background: transparent;
      border: none;
      outline: none;
      color: var(--color-white);
      font-family: var(--font-body);
      font-size: 1rem;
      font-weight: 700;
      padding: 1rem 1.25rem;
      opacity: 0.7; }
      .footer-newsletter__field input[type="email"]::placeholder {
        color: var(--color-white);
        opacity: 1; }
  .footer-newsletter__btn {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    background-color: var(--color-lime);
    color: #000077;
    border: none;
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    padding: 0.9375rem 0.8125rem 0.9375rem 1.25rem;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    transition: opacity 0.25s ease;
    margin: 0.3rem; }
    .footer-newsletter__btn img {
      width: 1.5625rem;
      height: 1.25rem;
      display: block;
      flex-shrink: 0; }
    .footer-newsletter__btn:hover {
      opacity: 0.85; }
  .footer-newsletter__note {
    font-size: 1rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    text-align: right;
    letter-spacing: -0.01em; }

@keyframes partners-scroll {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-50%); } }
.footer-partners {
  overflow: hidden;
  margin-top: 2.25rem;
  padding-top: 2.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  mask-image: linear-gradient(to right, transparent 0%, black 6%, black 94%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 6%, black 94%, transparent 100%); }
  .footer-partners__track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: partners-scroll 28s linear infinite; }
    .footer-partners__track:hover {
      animation-play-state: paused; }
  .footer-partners__logo {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.5rem;
    height: 3.5rem; }
    .footer-partners__logo img {
      height: 2.25rem;
      width: auto;
      max-width: none;
      object-fit: contain;
      opacity: 0.85; }
    .footer-partners__logo--clip {
      overflow: hidden;
      position: relative;
      width: 8rem; }
      .footer-partners__logo--clip img {
        max-width: none;
        height: auto;
        object-fit: unset;
        opacity: 0.85; }
  .footer-partners__sep {
    display: block;
    flex-shrink: 0;
    width: 1px;
    height: 1.875rem;
    background: rgba(255, 255, 255, 0.2); }

.footer-nav-row {
  display: flex;
  align-items: flex-end;
  gap: 2.5rem;
  margin-top: 2.25rem;
  padding-top: 4.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15); }
  @media all and (max-width: 768px) {
    .footer-nav-row {
      padding-top: 2.25rem; } }

.footer-nav-row__sep {
  display: block;
  width: 1px;
  height: 5.3125rem;
  background: rgba(255, 255, 255, 0.2);
  flex-shrink: 0; }

.footer-logo {
  display: block;
  flex-shrink: 0;
  text-decoration: none; }
  .footer-logo img {
    height: 5rem;
    width: auto;
    display: block; }

.footer-nav {
  display: flex;
  gap: 6.3rem;
  flex: 1; }
  .footer-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.875rem; }
    .footer-nav__list a {
      color: var(--color-white);
      text-decoration: none;
      font-family: var(--font-body);
      font-size: 1rem;
      font-weight: 700;
      letter-spacing: -0.01em;
      transition: opacity 0.25s ease; }
      .footer-nav__list a:hover {
        opacity: 0.7; }

.footer-social {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  margin-left: auto; }
  .footer-social__link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    opacity: 0.9;
    transition: opacity 0.25s ease; }
    .footer-social__link img {
      width: 1.3rem;
      height: 1.3rem;
      display: block; }
    .footer-social__link:hover {
      opacity: 1; }

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 4.25rem;
  padding-top: 2.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15); }
  @media all and (max-width: 768px) {
    .footer-bottom {
      margin-top: 2.25rem; } }
  .footer-bottom p {
    margin: 0;
    font-size: 0.75rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: -0.01em; }
  .footer-bottom a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.25s ease; }
    .footer-bottom a:hover {
      color: var(--color-white); }

@media (max-width: 991px) {
  .footer-brochure__heading {
    width: 60%; }
  .footer-brochure__deco {
    opacity: 1; }

  .footer-newsletter {
    flex-direction: column;
    align-items: flex-start; }
    .footer-newsletter__right {
      max-width: 100%;
      width: 100%;
      align-items: flex-start; }
    .footer-newsletter__note {
      text-align: left; }

  .footer-nav-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem; }

  .footer-nav-row__sep {
    display: none; }

  .footer-social {
    margin-left: 0; }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start; } }
.form-page .hero-video-container .hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }
  .form-page .hero-video-container .hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
.form-page .hero-video-gradient {
  background: linear-gradient(180deg, rgba(0, 0, 76, 0.1) 0%, rgba(0, 0, 76, 0.07) 100%); }
.form-page .hero-video-overlay {
  background: rgba(0, 0, 0, 0.18); }
.form-page .hero-heading .hero-heading__accent {
  display: inline-block;
  background-image: linear-gradient(transparent 78%, #c84a75 78%, #c84a75 96%, transparent 96%);
  background-repeat: no-repeat;
  background-size: 100% 100%; }
.form-page .hero-subtitle {
  max-width: 52rem;
  font-size: clamp(1rem, 1.05vw, 1.0625rem);
  line-height: 1.6; }
.form-page .hero-content__inner {
  justify-content: flex-end;
  padding-bottom: clamp(2rem, 6vh, 5rem); }

.form-section {
  position: relative;
  background-color: var(--color-navy);
  background-image: url(/Frontend/Assets/Images/huge-logo.svg);
  background-repeat: no-repeat;
  background-size: 142%;
  background-position: 0% 60%;
  color: #fff;
  padding: clamp(3.5rem, 7vw, 6.5rem) 0;
  overflow: hidden; }
  .form-section__shield {
    display: none; }
  .form-section .container {
    position: relative;
    z-index: 1; }
  .form-section__lede {
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: clamp(1.375rem, 2.2vw, 2rem);
    line-height: 1.3;
    color: #fff;
    max-width: 56rem;
    margin: 0 0 clamp(2rem, 3.5vw, 3rem); }
    .form-section__lede em,
    .form-section__lede .accent {
      font-style: normal;
      color: var(--color-lime, #bdd100); }
  .form-section__form-wrap {
    width: 100%;
    max-width: none; }
  .form-section .hsfc-Renderer,
  .form-section .hsfc-Renderer * {
    font-family: 'Inter', sans-serif !important;
    color: #fff;
    box-sizing: border-box; }
  .form-section .hsfc-FormWrapper,
  .form-section .hsfc-Form {
    background: transparent !important;
    width: 100%; }
  .form-section .hsfc-Step,
  .form-section .hsfc-Step__Content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    padding: 0 !important; }
  .form-section .hsfc-Row {
    display: flex;
    flex-wrap: wrap;
    gap: 0 22px;
    width: 100%; }
  .form-section .hsfc-Row > * {
    flex: 1 1 calc(50% - 11px);
    min-width: 0; }
  .form-section .hsfc-Row > *:only-child {
    flex-basis: 100%; }
  .form-section .hsfc-FieldLabel {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #fff !important;
    margin-bottom: 6px !important;
    display: block !important; }
  .form-section .hsfc-FieldLabel__RequiredIndicator {
    color: #c84a75 !important;
    margin-left: 2px; }
  .form-section .hsfc-TextInput,
  .form-section .hsfc-TextareaInput {
    width: 100% !important;
    padding: 14px 16px !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    font-family: 'Inter', sans-serif !important;
    color: #000077 !important;
    background: #ffffff !important;
    border: 1px solid #ffffff !important;
    border-radius: 2px !important;
    box-shadow: none !important; }
  .form-section .hsfc-TextareaInput {
    min-height: 8rem;
    resize: vertical; }
  .form-section .hsfc-TextInput:focus,
  .form-section .hsfc-TextareaInput:focus {
    border-color: #bdd100 !important;
    outline: none !important; }
  .form-section .hsfc-TextInput::placeholder,
  .form-section .hsfc-TextareaInput::placeholder {
    color: #999 !important;
    font-size: 16px !important; }
  .form-section .hsfc-PhoneInput {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
    background: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 2px;
    overflow: visible; }
  .form-section .hsfc-PhoneInput:focus-within {
    border-color: #bdd100 !important; }
  .form-section .hsfc-PhoneInput__FlagAndCaret {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 14px;
    border-inline-end: 1px solid #e0e0dc;
    cursor: pointer;
    color: #000077; }
  .form-section .hsfc-PhoneInput__FlagAndCaret__Flag {
    font-size: 18px;
    line-height: 1; }
  .form-section .hsfc-PhoneInput__FlagAndCaret__Caret {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #000077; }
  .form-section .hsfc-PhoneInput .hsfc-TextInput {
    flex: 1 1 auto;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    min-width: 0; }
  .form-section .hsfc-DropdownInput {
    position: relative;
    width: 100%; }
  .form-section .hsfc-DropdownInput .hsfc-TextInput--button,
  .form-section .hsfc-DropdownInput .hsfc-TextInput {
    cursor: pointer;
    padding-right: 40px !important; }
  .form-section .hsfc-DropdownInput__Caret {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 10px;
    height: 10px;
    pointer-events: none;
    transform: translateY(-50%);
    background-image: linear-gradient(45deg, transparent 50%, #000077 50%), linear-gradient(135deg, #000077 50%, transparent 50%);
    background-position: 0 0, 5px 0;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat; }
  .form-section .hsfc-DropdownOptions {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    z-index: 50;
    background: #fff !important;
    color: #000077 !important;
    border: 1px solid #e0e0dc;
    border-radius: 2px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    max-height: 18rem;
    overflow: hidden;
    display: flex;
    flex-direction: column; }
  .form-section .hsfc-DropdownOptions__Search {
    padding: 8px;
    border-bottom: 1px solid #e0e0dc; }
  .form-section .hsfc-DropdownOptions__Search .hsfc-TextInput {
    padding: 8px 12px !important;
    font-size: 14px !important; }
  .form-section .hsfc-DropdownOptions__List {
    list-style: none;
    margin: 0;
    padding: 4px 0;
    overflow-y: auto;
    max-height: 14rem; }
  .form-section .hsfc-DropdownOptions__List__ListItem {
    padding: 8px 14px !important;
    font-size: 15px !important;
    color: #000077 !important;
    background: #fff !important;
    cursor: pointer; }
  .form-section .hsfc-DropdownOptions__List__ListItem:hover,
  .form-section .hsfc-DropdownOptions__List__ListItem--selected {
    background: #bdd100 !important;
    color: #000077 !important; }
  .form-section .hsfc-FieldError,
  .form-section .hsfc-NavigationRow__Alerts {
    color: #c84a75 !important;
    font-size: 14px !important;
    margin-top: 4px !important; }
  .form-section .hsfc-NavigationRow {
    margin-top: 0.75rem; }
  .form-section .hsfc-NavigationRow__Buttons {
    display: flex;
    justify-content: flex-start; }
  .form-section .hsfc-Button {
    background: url("/Frontend/Assets/icons/arrow-right.svg") no-repeat, linear-gradient(to right, #dded4d 0%, #dded4d 50%, #bdd100 50%, #bdd100 100%) !important;
    background-size: 1.5625rem 1.25rem, 200% 100% !important;
    background-position: right 1.25rem center, 100% 0 !important;
    background-repeat: no-repeat, no-repeat !important;
    color: var(--color-navy-light, #000077) !important;
    border: none !important;
    border-radius: 2px !important;
    padding: 0.9375rem 3.5rem 0.9375rem 1.25rem !important;
    font-family: var(--font-body) !important;
    font-weight: 800 !important;
    font-size: 1rem !important;
    letter-spacing: 0.01em !important;
    line-height: normal !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    transition: background-position 0.6s var(--ease-premium) !important; }
    .form-section .hsfc-Button:hover, .form-section .hsfc-Button:focus-visible {
      background-position: right 0.5rem center, 0 0 !important; }
    @media (max-width: 768px) {
      .form-section .hsfc-Button {
        font-size: 1.2rem !important; } }
  @media (max-width: 767px) {
    .form-section__shield {
      display: none; }
    .form-section .hsfc-Row > * {
      flex-basis: 100%; } }
  .form-section--light {
    background-color: #ffffff;
    background-image: none;
    color: var(--color-navy-light, #000077); }
    .form-section--light .form-section__lede {
      color: var(--color-navy-light, #000077); }
    .form-section--light .form-section__shield {
      display: block; }
    .form-section--light .hsfc-Renderer,
    .form-section--light .hsfc-Renderer * {
      color: #000077; }
    .form-section--light .hsfc-FieldLabel {
      color: #000077 !important; }
    .form-section--light .hsfc-TextInput,
    .form-section--light .hsfc-TextareaInput {
      border: 1px solid #e0e0dc !important; }
    .form-section--light .hsfc-PhoneInput {
      background: #fff !important;
      border-color: #e0e0dc !important; }

/*# sourceMappingURL=style.css.map */
