@charset "UTF-8";
/*!
 * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue:#0d6efd;
  --bs-indigo:#6610f2;
  --bs-purple:#6f42c1;
  --bs-pink:#d63384;
  --bs-red:#dc3545;
  --bs-orange:#fd7e14;
  --bs-yellow:#ffc107;
  --bs-green:#198754;
  --bs-teal:#20c997;
  --bs-cyan:#0dcaf0;
  --bs-white:#fff;
  --bs-gray:#6c757d;
  --bs-gray-dark:#343a40;
  --bs-gray-100:#f8f9fa;
  --bs-gray-200:#e9ecef;
  --bs-gray-300:#dee2e6;
  --bs-gray-400:#ced4da;
  --bs-gray-500:#adb5bd;
  --bs-gray-600:#6c757d;
  --bs-gray-700:#495057;
  --bs-gray-800:#343a40;
  --bs-gray-900:#212529;
  --bs-primary:#0d6efd;
  --bs-secondary:#6c757d;
  --bs-success:#198754;
  --bs-info:#0dcaf0;
  --bs-warning:#ffc107;
  --bs-danger:#dc3545;
  --bs-light:#f8f9fa;
  --bs-dark:#212529;
  --bs-primary-rgb:13,110,253;
  --bs-secondary-rgb:108,117,125;
  --bs-success-rgb:25,135,84;
  --bs-info-rgb:13,202,240;
  --bs-warning-rgb:255,193,7;
  --bs-danger-rgb:220,53,69;
  --bs-light-rgb:248,249,250;
  --bs-dark-rgb:33,37,41;
  --bs-white-rgb:255,255,255;
  --bs-black-rgb:0,0,0;
  --bs-body-color-rgb:33,37,41;
  --bs-body-bg-rgb:255,255,255;
  --bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family:var(--bs-font-sans-serif);
  --bs-body-font-size:1rem;
  --bs-body-font-weight:400;
  --bs-body-line-height:1.5;
  --bs-body-color:#212529;
  --bs-body-bg:#fff;
}

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

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 660px;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 900px;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1080px;
  }
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1260px;
  }
}
.row {
  --bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0, .gx-sm-0 {
    --bs-gutter-x:0;
  }
  .g-sm-0, .gy-sm-0 {
    --bs-gutter-y:0;
  }
  .g-sm-1, .gx-sm-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-sm-1, .gy-sm-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-sm-2, .gx-sm-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-sm-2, .gy-sm-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-sm-3, .gx-sm-3 {
    --bs-gutter-x:1rem;
  }
  .g-sm-3, .gy-sm-3 {
    --bs-gutter-y:1rem;
  }
  .g-sm-4, .gx-sm-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-sm-4, .gy-sm-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-sm-5, .gx-sm-5 {
    --bs-gutter-x:3rem;
  }
  .g-sm-5, .gy-sm-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0, .gx-md-0 {
    --bs-gutter-x:0;
  }
  .g-md-0, .gy-md-0 {
    --bs-gutter-y:0;
  }
  .g-md-1, .gx-md-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-md-1, .gy-md-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-md-2, .gx-md-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-md-2, .gy-md-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-md-3, .gx-md-3 {
    --bs-gutter-x:1rem;
  }
  .g-md-3, .gy-md-3 {
    --bs-gutter-y:1rem;
  }
  .g-md-4, .gx-md-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-md-4, .gy-md-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-md-5, .gx-md-5 {
    --bs-gutter-x:3rem;
  }
  .g-md-5, .gy-md-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width: 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%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0, .gx-lg-0 {
    --bs-gutter-x:0;
  }
  .g-lg-0, .gy-lg-0 {
    --bs-gutter-y:0;
  }
  .g-lg-1, .gx-lg-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-lg-3, .gx-lg-3 {
    --bs-gutter-x:1rem;
  }
  .g-lg-3, .gy-lg-3 {
    --bs-gutter-y:1rem;
  }
  .g-lg-4, .gx-lg-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-lg-4, .gy-lg-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-lg-5, .gx-lg-5 {
    --bs-gutter-x:3rem;
  }
  .g-lg-5, .gy-lg-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0, .gx-xl-0 {
    --bs-gutter-x:0;
  }
  .g-xl-0, .gy-xl-0 {
    --bs-gutter-y:0;
  }
  .g-xl-1, .gx-xl-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-xl-3, .gx-xl-3 {
    --bs-gutter-x:1rem;
  }
  .g-xl-3, .gy-xl-3 {
    --bs-gutter-y:1rem;
  }
  .g-xl-4, .gx-xl-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-xl-4, .gy-xl-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-xl-5, .gx-xl-5 {
    --bs-gutter-x:3rem;
  }
  .g-xl-5, .gy-xl-5 {
    --bs-gutter-y:3rem;
  }
}
@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-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0, .gx-xxl-0 {
    --bs-gutter-x:0;
  }
  .g-xxl-0, .gy-xxl-0 {
    --bs-gutter-y:0;
  }
  .g-xxl-1, .gx-xxl-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-xxl-1, .gy-xxl-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-xxl-2, .gx-xxl-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-xxl-2, .gy-xxl-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-xxl-3, .gx-xxl-3 {
    --bs-gutter-x:1rem;
  }
  .g-xxl-3, .gy-xxl-3 {
    --bs-gutter-y:1rem;
  }
  .g-xxl-4, .gx-xxl-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-xxl-4, .gy-xxl-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-xxl-5, .gx-xxl-5 {
    --bs-gutter-x:3rem;
  }
  .g-xxl-5, .gy-xxl-5 {
    --bs-gutter-y:3rem;
  }
}
.d-inline {
  display: inline !important;
}

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

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

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

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

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

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

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

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

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

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

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

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

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

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

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !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-right: 0 !important;
  margin-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: 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-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: 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-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: 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-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: 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-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 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-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
footer {
  border-top: 1px solid #fff;
  padding: 60px 0;
}
footer .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
  color: #fff;
  text-align: right;
}
footer .text:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  footer .text {
    text-align: left;
  }
  footer .text:first-of-type {
    padding-top: 20px;
  }
}
footer .footer-logo-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}
footer .footer-logo-wrap img {
  width: 100px;
  height: auto;
}
footer .footer-logo-wrap span {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

main {
  min-height: 30vh;
  background: #003A5D;
}

header {
  position: fixed;
  width: auto;
  display: inline-block;
  top: 20px;
  right: 20px;
  z-index: 101;
  background: transparent;
}
@media screen and (max-width: 767px) {
  header {
    top: 10px;
    right: 10px;
  }
}

.nav-wrap {
  position: relative;
  z-index: 100;
  background: transparent;
  max-width: 1800px;
  margin: 0 auto;
}
.nav-wrap .menu-button {
  background: transparent;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  transition: 0.15s ease-in;
  transform: scale(1);
}
@media screen and (max-width: 767px) {
  .nav-wrap .menu-button {
    width: 60px;
    height: 60px;
  }
}
.nav-wrap .menu-button:hover {
  cursor: pointer;
}
.nav-wrap .menu-button:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #E41087;
  border: 3px solid #fff;
  transition: 0.2s ease-in;
  transform: scale(1);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .nav-wrap .menu-button:before {
    width: 60px;
    height: 60px;
  }
}
.nav-wrap .menu-button:after {
  content: "";
  position: absolute;
  top: calc(50% - 15px);
  left: -25px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #E41087;
  border: 2px solid #fff;
  transition: 0.2s ease-out;
  transform: scale(0.15);
  opacity: 0;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='%23fff' d='M55.1 73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L147.2 256 9.9 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192.5 301.3 329.9 438.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.8 256 375.1 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192.5 210.7 55.1 73.4z'/%3E%3C/svg%3E");
  background-size: 17px 17px;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .nav-wrap .menu-button:after {
    left: -30px;
  }
}
.nav-wrap .menu-button.is-active:before {
  transform: scale(0.15);
  opacity: 0;
}
.nav-wrap .menu-button.is-active:after {
  transform: scale(1);
  opacity: 1;
}
.nav-wrap .menu-button span {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .nav-wrap .menu-button span {
    font-size: 14px;
  }
}

.menu-drawer {
  position: fixed;
  top: 0;
  right: 0;
  height: auto;
  z-index: 99;
  padding: 100px 0px 10px 0px;
  pointer-events: none;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateX(109%);
}
@media screen and (max-width: 767px) {
  .menu-drawer {
    padding: 80px 0 0px 0;
    max-width: calc(100% - 20px);
  }
}
.menu-drawer:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #003A5D;
  width: calc(100% - 13px);
  height: calc(100% + 20px);
  z-index: -1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-left: 7px solid #fff;
  border-bottom: 7px solid #fff;
  border-radius: 0 0 0 20px;
}
.menu-drawer.is-active {
  pointer-events: auto;
  transform: translateX(0);
}
.menu-drawer .menu-drawer__inner {
  height: auto;
  max-height: calc(100vh - 200px);
  overflow-y: auto;
  overscroll-behavior: contain;
  overflow-x: visible;
  padding: 0 80px 40px 60px;
}
@media screen and (max-width: 767px) {
  .menu-drawer .menu-drawer__inner {
    padding: 0 40px 40px 60px;
  }
}
.menu-drawer .nav-logo {
  margin-bottom: 30px;
  display: block;
  position: relative;
}
.menu-drawer .nav-logo:before {
  content: "";
  position: absolute;
  top: 0;
  left: -59px;
  width: 31px;
  height: 31px;
  background: #6EC2E1;
  border-radius: 50%;
  border: 4px solid #fff;
}
.menu-drawer .nav-logo svg {
  width: 100%;
  height: auto;
  max-width: 250px;
}
.menu-drawer .fin {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  margin-top: 15px;
  display: block;
  position: relative;
  font-family: "indivisible", sans-serif;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.menu-drawer .fin:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -59px;
  width: 31px;
  height: 31px;
  background: #8EBC41;
  border-radius: 50%;
  border: 4px solid #fff;
}
.menu-drawer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-drawer ul li {
  margin-bottom: 15px;
  position: relative;
}
.menu-drawer ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: -58px;
  width: 29px;
  height: 29px;
  background: #E41087;
  border-radius: 50%;
  border: 4px solid #fff;
}
.menu-drawer ul li.blue:before {
  background: #3D7CB8;
}
.menu-drawer ul li.green:before {
  background: #8EBC41;
}
.menu-drawer ul li.lightblue:before {
  background: #6EC2E1;
}
.menu-drawer ul li.pink:before {
  background: #E41087;
}
.menu-drawer ul li.orange:before {
  background: #EC9649;
}
.menu-drawer ul li.yellow:before {
  background: #F4C22A;
}
.menu-drawer ul li:last-of-type {
  margin-bottom: 0;
}
.menu-drawer ul li a {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

.page-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 98;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.page-overlay.is-active {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (max-width: 767px) {
  section {
    position: relative;
  }
}

.line-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .line-mobile {
    display: block;
    width: 8px;
    height: calc(100% + 6px);
    background-color: #fff;
    position: absolute;
    top: -3px;
    left: 30px;
    z-index: 1;
  }
}

@media screen and (max-width: 630px) {
  .line-mobile--section .col-12 {
    padding-left: 65px;
  }
}
@media screen and (max-width: 630px) {
  .line-mobile--section.team .col-12 {
    padding-left: 0.75rem;
  }
}
@media screen and (max-width: 630px) {
  .line-mobile--section .col-12 .col-12 {
    padding-left: 0.75rem;
  }
}

svg.arc-mobile-nav {
  display: none;
}
@media screen and (max-width: 767px) {
  svg.arc-mobile-nav {
    display: block;
    position: absolute;
    bottom: -90px;
    left: 30px;
    width: 50px;
    height: 50px;
    z-index: 10;
  }
}

/* ── Mobile Modal (chart / content lightbox) ── */
.mobile-modal-trigger {
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-modal-trigger {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
  }
  .mobile-modal-trigger:hover, .mobile-modal-trigger:focus-visible {
    border-color: #fff;
  }
}

.mobile-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.mobile-modal-overlay.is-open {
  visibility: visible;
  opacity: 1;
}

.mobile-modal-overlay__body > div {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mobile-modal-overlay__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
}

.mobile-modal-overlay__content {
  position: relative;
  width: 100vw;
  max-height: 90vh;
  overflow: hidden;
  background: #003A5D;
  border-radius: 0px;
  padding: 24px 16px;
  touch-action: none;
}
.mobile-modal-overlay__content--white {
  background: #fff;
  color: #003A5D;
}
.mobile-modal-overlay__content--darkblue {
  background: #003A5D;
  color: #fff;
}

.mobile-modal-overlay__close {
  position: fixed;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  cursor: pointer;
  z-index: 10001;
}

.dot--modal {
  position: relative;
}
.dot--modal::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23fff' d='M288 32c-17.7 0-32 14.3-32 32s14.3 32 32 32L338.7 96 224 210.7 109.3 96 160 96c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 32C14.3 32 0 46.3 0 64L0 192c0 17.7 14.3 32 32 32s32-14.3 32-32L64 141.3 178.7 256 64 370.7 64 320c0-17.7-14.3-32-32-32S0 302.3 0 320L0 448c0 17.7 14.3 32 32 32l128 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L109.3 416 224 301.3 338.7 416 288 416c-17.7 0-32 14.3-32 32s14.3 32 32 32l128 0c17.7 0 32-14.3 32-32l0-128c0-17.7-14.3-32-32-32s-32 14.3-32 32L384 370.7 269.3 256 384 141.3 384 192c0 17.7 14.3 32 32 32s32-14.3 32-32l0-128c0-17.7-14.3-32-32-32L288 32z'/%3E%3C/svg%3E");
  width: 70%;
  height: 70%;
  top: 50%;
  left: calc(50% + 1.5px);
  transform: translate(-50%, -50%);
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
}

.page--home .home-intro-logo {
  height: 65vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .page--home .home-intro-logo {
    height: 50vh;
  }
}
.page--home .home-intro-logo .container svg {
  display: block;
  width: 600px;
  max-width: 80%;
}
.page--home .home-intro-logo .container svg.home-logo {
  visibility: hidden;
  overflow: visible;
}
.page--home .line-svg--outer {
  overflow: hidden;
  position: relative;
}
.page--home .line-svg--inner {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 1776/1220;
  overflow: hidden;
  width: 2219px;
  /* hide intro SVG until JS initializes DrawSVG to avoid flash-of-filled-path */
}
@media screen and (max-width: 1399px) {
  .page--home .line-svg--inner {
    width: 1749px;
  }
}
@media screen and (max-width: 1199px) {
  .page--home .line-svg--inner {
    width: 1479px;
  }
}
@media screen and (max-width: 991px) {
  .page--home .line-svg--inner {
    width: 1231px;
  }
}
@media screen and (max-width: 767px) {
  .page--home .line-svg--inner {
    width: 979px;
    transform: translateX(-51%);
  }
}
@media screen and (max-width: 575px) {
  .page--home .line-svg--inner {
    width: 676px;
    transform: translateX(-124px);
    left: 0;
  }
}
.page--home .line-svg--inner svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.page--home .line-svg--inner svg.intro-lines {
  opacity: 0;
  visibility: hidden;
}
.page--home .home-text {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 100px;
}
.page--home .dot--25 {
  left: calc(50% - 622px);
  top: 130px;
}
@media screen and (max-width: 1399px) {
  .page--home .dot--25 {
    left: calc(50% - 494px);
  }
}
@media screen and (max-width: 1199px) {
  .page--home .dot--25 {
    left: calc(50% - 419px);
  }
}
@media screen and (max-width: 991px) {
  .page--home .dot--25 {
    left: calc(50% - 351px);
  }
}
@media screen and (max-width: 767px) {
  .page--home .dot--25 {
    left: calc(50% - 292px);
    display: block;
    top: 54px;
  }
}
@media screen and (max-width: 575px) {
  .page--home .dot--25 {
    left: 16px;
    transform: scale(0.8);
    transform-origin: center center;
  }
}
.page--home .dot--38 {
  left: calc(50% - 629px);
  bottom: 0px;
  top: unset;
}
@media screen and (max-width: 1399px) {
  .page--home .dot--38 {
    left: calc(50% - 501px);
  }
}
@media screen and (max-width: 1199px) {
  .page--home .dot--38 {
    left: calc(50% - 426px);
  }
}
@media screen and (max-width: 991px) {
  .page--home .dot--38 {
    left: calc(50% - 358px);
  }
}
@media screen and (max-width: 767px) {
  .page--home .dot--38 {
    left: calc(50% - 298px);
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .page--home .dot--38 {
    left: 9px;
    transform: scale(0.8);
    transform-origin: center center;
  }
}
.page--home .dot-border-content {
  padding-left: 80px;
  position: relative;
}
@media screen and (max-width: 1799px) {
  .page--home .dot-border-content {
    padding-left: 80px;
  }
}
@media screen and (max-width: 1199px) {
  .page--home .dot-border-content {
    padding-left: 90px;
  }
}
@media screen and (max-width: 991px) {
  .page--home .dot-border-content {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page--home .dot-border-content {
    padding-left: 20px;
  }
}
@media screen and (max-width: 575px) {
  .page--home .dot-border-content {
    padding-left: 50px;
  }
}
.page--home .dot-border-left {
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-615px);
  width: 10px;
  height: 100%;
  background: #fff;
}
@media screen and (max-width: 1399px) {
  .page--home .dot-border-left {
    transform: translateX(-485px);
    width: 8px;
  }
}
@media screen and (max-width: 1199px) {
  .page--home .dot-border-left {
    transform: translateX(-410px);
    width: 7px;
  }
}
@media screen and (max-width: 991px) {
  .page--home .dot-border-left {
    transform: translateX(-341px);
    width: 5px;
  }
}
@media screen and (max-width: 767px) {
  .page--home .dot-border-left {
    transform: translateX(-281px);
    width: 4px;
  }
}
@media screen and (max-width: 575px) {
  .page--home .dot-border-left {
    transform: translateX(27px);
    left: 0;
    width: 3px;
  }
}
.page--home .page-link {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .page--home .svg-left,
  .page--home .svg-right {
    display: none;
  }
}
.page--home .svg-left svg,
.page--home .svg-right svg {
  visibility: hidden;
}
.page--home .svg-left {
  position: absolute;
  top: 100px;
  right: calc(50% + 400px);
  width: auto;
  height: 100%;
  max-height: 65vh;
}
.page--home .svg-left svg {
  height: calc(100% + 120px);
  overflow: visible;
  height: 100%;
}
.page--home .svg-right {
  position: absolute;
  top: 100px;
  left: calc(50% + 400px);
  width: auto;
  height: 100%;
  max-height: 65vh;
}
.page--home .svg-right svg {
  height: calc(100% + 120px);
  overflow: visible;
  height: 100%;
}

@media screen and (max-width: 450px) {
  .page--board-letter h1 {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
.page--board-letter .board-image {
  margin: 60px 0;
}
@media screen and (max-width: 991px) {
  .page--board-letter .board-image {
    margin: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .page--board-letter .board-image {
    margin: 30px 0;
  }
}
.page--board-letter .board-image picture, .page--board-letter .board-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 320/99;
}
.page--board-letter .board-managers-titles h3, .page--board-letter .board-managers-titles h4, .page--board-letter .board-managers-titles h5 {
  margin-bottom: 5px;
}
.page--board-letter .board-managers-titles p {
  margin-bottom: 20px;
}
.page--board-letter .person-card {
  display: flex;
  gap: 20px;
  margin-top: 40px;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .page--board-letter .person-card {
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .page--board-letter .person-card {
    flex-direction: row;
    text-align: left;
  }
}
.page--board-letter .person-card .img-wrap--circle {
  width: 160px;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .page--board-letter .person-card .img-wrap--circle {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .page--board-letter .person-card .img-wrap--circle {
    width: 100px;
  }
}
.page--board-letter .person-card h4 {
  margin-bottom: 5px;
}
@media screen and (max-width: 991px) {
  .page--board-letter .img-wrap--max-260 {
    margin-bottom: 30px;
  }
}
.page--board-letter .page-nav__line {
  width: calc(100% - 19px);
  height: 8px;
  background: #fff;
  position: absolute;
  top: calc(50% - 14px);
  left: 50%;
  transform: translateX(-50%);
}
.page--board-letter .page-nav__line:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(0%, -50%);
  width: 100%;
  height: 8px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .page--board-letter .page-nav__line {
    display: block;
    width: calc(100% - 130px);
    top: calc(50% - 13px);
  }
}
@media screen and (max-width: 580px) {
  .page--board-letter .page-nav__line {
    display: block;
    width: calc(100% - 150px);
  }
}
.page--board-letter .page-nav__nav {
  padding-top: 60px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.page--board-letter .nav-section {
  overflow: hidden;
}

@media screen and (max-width: 450px) {
  .page-pjm-by-the-numbers h1 {
    font-size: 30px;
  }
}
.page-pjm-by-the-numbers h1 span {
  display: block;
}
@media screen and (max-width: 767px) {
  .page-pjm-by-the-numbers h1 span {
    display: inline;
  }
}
.page-pjm-by-the-numbers .title-info {
  position: sticky;
  top: 30px;
  left: 0;
}
@media screen and (max-width: 991px) {
  .page-pjm-by-the-numbers .title-info {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-pjm-by-the-numbers .title-info {
    margin-bottom: 30px;
  }
}
.page-pjm-by-the-numbers .title-info span {
  display: block;
}
.page-pjm-by-the-numbers .icon-card {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .page-pjm-by-the-numbers .icon-card {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-pjm-by-the-numbers .icon-card {
    margin-bottom: 30px;
  }
}
.page-pjm-by-the-numbers .icon-stat {
  font-size: 35px;
  color: #fff;
  font-weight: 700;
  font-family: "indivisible", sans-serif;
  letter-spacing: -1.5px;
}
.page-pjm-by-the-numbers .icon-label {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  font-family: "trade-gothic-next", sans-serif;
}
.page-pjm-by-the-numbers .icon-icon {
  height: 140px;
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px auto;
}
.page-pjm-by-the-numbers .icon-icon svg {
  overflow: visible;
  width: 100%;
  height: auto;
}
.page-pjm-by-the-numbers .card-row .col-12:last-child .icon-card {
  margin-bottom: 0;
}
.page-pjm-by-the-numbers .page-nav__line {
  width: 100%;
  height: 8px;
  background: #fff;
  position: absolute;
  top: calc(50% - 13px);
  left: 0;
}
.page-pjm-by-the-numbers .page-nav__nav {
  padding-top: 60px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

@media screen and (max-width: 450px) {
  .page--executive-team h1 {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
.page--executive-team .team-grid {
  display: flex;
  gap: 40px;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .page--executive-team .team-grid {
    display: block;
    gap: 0;
  }
}
.page--executive-team .team-grid.flex--start {
  justify-content: flex-start;
}
.page--executive-team .team {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .page--executive-team .team {
    padding-top: 0;
  }
}
.page--executive-team .team-card {
  flex: 1 1 0%;
  min-width: 0;
  max-width: 235px;
  text-align: center;
}
@media screen and (max-width: 1399px) {
  .page--executive-team .team-card {
    max-width: 197px;
  }
}
@media screen and (max-width: 1199px) {
  .page--executive-team .team-card {
    max-width: 158px;
  }
}
@media screen and (max-width: 991px) {
  .page--executive-team .team-card {
    max-width: 115px;
  }
}
@media screen and (max-width: 767px) {
  .page--executive-team .team-card {
    max-width: 220px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .page--executive-team .team-card.team-card--empty {
    display: none;
  }
}
.page--executive-team h5 {
  margin-bottom: 5px;
}
@media screen and (max-width: 1199px) {
  .page--executive-team h5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .page--executive-team h5 {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page--executive-team h5 {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .page--executive-team .team-card-info p {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .page--executive-team .team-card-info p {
    font-size: 16px;
  }
}
.page--executive-team .image-wrap {
  border-radius: 50%;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  border: 5px solid #fff;
}
.page--executive-team .image-wrap picture, .page--executive-team .image-wrap img {
  border-radius: 50%;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 10;
}
.page--executive-team .page-nav__line {
  width: calc(100% - 19px);
  height: 8px;
  background: #fff;
  position: absolute;
  top: calc(50% - 13px);
  left: 50%;
  transform: translateX(-50%);
}
.page--executive-team .page-nav__line:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(0%, -50%);
  width: 100%;
  height: 8px;
  background: #fff;
}
@media screen and (max-width: 1399px) {
  .page--executive-team .page-nav__line {
    top: calc(50% - 13px);
  }
}
@media screen and (max-width: 767px) {
  .page--executive-team .page-nav__line {
    display: block;
    width: calc(100% - 130px);
  }
}
@media screen and (max-width: 580px) {
  .page--executive-team .page-nav__line {
    display: block;
    width: calc(100% - 150px);
  }
}
.page--executive-team .page-nav__nav {
  padding-top: 60px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.page--executive-team .nav-section {
  overflow: hidden;
}
.page--executive-team .hero .div-line {
  height: calc(100% + 140px);
}
@media screen and (max-width: 767px) {
  .page--executive-team .hero .div-line {
    height: 100%;
  }
}
.page--executive-team .hero .div-line .dot--bottom {
  bottom: 80px;
}

.page--operations .solid-list {
  border-radius: 20px;
  overflow: hidden;
}
.page--operations .solid-list .list-item {
  padding: 30px;
  position: relative;
  background: #003A5D;
  border-top: 1px solid #fff;
}
.page--operations .solid-list .list-item:nth-of-type(even) {
  background: #1A4E6E;
}
.page--operations .solid-list .list-item:first-of-type {
  border-top: none;
}
.page--operations .solid-list .icon {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page--operations .solid-list .content {
  margin-left: 75px;
  color: #fff;
  font-weight: 600;
}
.page--operations .line-wrap,
.page--operations .line-wrap-left,
.page--operations .line-wrap-right {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 5;
  pointer-events: none;
}
.page--operations .line-wrap-left {
  left: 0;
}
.page--operations .line-wrap-right {
  right: 0;
}
.page--operations .page-nav__line {
  position: absolute;
  background: #fff;
  width: calc(100% - 140px);
  height: 8px;
  top: -28px;
  left: 140px;
}
.page--operations .page-nav__line:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 8px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .page--operations .page-nav__line {
    left: 80px;
  }
}
.page--operations .nav-section {
  padding-top: 84px;
}
@media screen and (max-width: 767px) {
  .page--operations .nav-section {
    padding-top: 110px;
  }
}
.page--operations .page-nav__nav {
  display: flex;
  justify-content: space-around;
}
.page--operations .half-ani-wrap {
  position: absolute;
  top: 110px;
  right: unset;
  left: -240px;
  width: 400px;
  height: auto;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .page--operations .half-ani-wrap {
    display: none;
  }
}

.page--markets {
  /* ── Tabs ──────────────────────────────────────────────────── */
}
.page--markets .line-wrap,
.page--markets .line-wrap-left,
.page--markets .line-wrap-right {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 5;
  pointer-events: none;
}
.page--markets .line-wrap-left {
  left: 0;
}
.page--markets .line-wrap-right {
  right: 0;
}
.page--markets .page-nav__line {
  position: absolute;
  background: #fff;
  width: 100%;
  height: 8px;
  top: -28px;
  left: 11px;
}
.page--markets .page-nav__line:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 8px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .page--markets .page-nav__line {
    left: 80px;
  }
}
.page--markets .nav-section {
  padding-top: 84px;
}
@media screen and (max-width: 767px) {
  .page--markets .nav-section {
    padding-top: 110px;
  }
}
.page--markets .page-nav__nav {
  display: flex;
  justify-content: space-around;
}
.page--markets .button-row {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .page--markets .button-row {
    max-width: 360px;
    margin-bottom: 20px;
  }
}
.page--markets .button-row .button--report-download {
  font-family: "indivisible", sans-serif;
}
.page--markets .half-ani-wrap {
  position: absolute;
  top: 0;
  right: 0;
  transform: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .page--markets .half-ani-wrap {
    display: none;
  }
}
.page--markets .half-ani-wrap svg {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  right: 20px;
}
@media screen and (max-width: 1199px) {
  .page--markets .cover {
    max-width: 360px;
  }
}
@media screen and (max-width: 767px) {
  .page--markets .cover {
    margin-top: 20px;
  }
}
.page--markets .half-line-ani-wrap {
  position: absolute;
  top: -50px;
  right: -140px;
  transform: none;
  width: 500px;
  height: 400px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .page--markets .half-line-ani-wrap {
    display: none;
  }
}
.page--markets .half-line-ani-wrap svg {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  left: 20px;
}
.page--markets .tabs__nav {
  display: flex;
  gap: 0px;
}
.page--markets .tabs__btn {
  font-family: "indivisible", sans-serif;
  font-size: 20px;
  font-weight: 900;
  padding: 12px 32px;
  border: 3px solid #A7A8AA;
  border-bottom: none;
  border-radius: 15px 15px 0 0;
  width: 50%;
  cursor: pointer;
  color: #fff;
  background: #A7A8AA;
  transition: background 0.25s;
}
@media screen and (max-width: 767px) {
  .page--markets .tabs__btn {
    font-size: 16px;
    padding: 10px 20px;
  }
}
.page--markets .tabs__btn.is-active {
  background: #6EC2E1;
  border-color: #003A5D;
}
.page--markets .tabs__btn.is-active.tab--blue {
  background: #3D7CB8;
}
.page--markets .tabs__border {
  border: 3px solid #003A5D;
}
.page--markets .tabs__panels {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.page--markets .tabs__panel {
  display: none;
}
.page--markets .tabs__panel.is-active {
  display: block;
}
.page--markets .tabs__panel img {
  display: block;
  width: 100%;
  height: auto;
}
.page--markets .badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #6EC2E1;
  border: 3px solid #003A5D;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 108px);
  width: 215px;
  height: 215px;
  right: 20px;
}
@media screen and (max-width: 1399px) {
  .page--markets .badge {
    height: 180px;
    width: 180px;
    right: 15px;
    top: calc(50% - 90px);
  }
}
@media screen and (max-width: 1199px) {
  .page--markets .badge {
    height: 150px;
    width: 150px;
    right: 10px;
    top: calc(50% - 75px);
  }
}
@media screen and (max-width: 991px) {
  .page--markets .badge {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    flex-direction: row;
    gap: 10px;
  }
}
.page--markets .badge.badge--blue {
  background: #3D7CB8;
}
.page--markets .badge .badge--super {
  font-family: "indivisible", sans-serif;
  font-size: 28px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 1399px) {
  .page--markets .badge .badge--super {
    font-size: 22px;
  }
}
@media screen and (max-width: 1199px) {
  .page--markets .badge .badge--super {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .page--markets .badge .badge--super {
    font-weight: 700;
  }
}
.page--markets .badge .badge--stat {
  font-family: "indivisible", sans-serif;
  font-size: 45px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 1399px) {
  .page--markets .badge .badge--stat {
    font-size: 36px;
  }
}
@media screen and (max-width: 1199px) {
  .page--markets .badge .badge--stat {
    font-size: 32px;
  }
}
.page--markets .badge .badge--sub {
  font-family: "indivisible", sans-serif;
  font-size: 28px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 1399px) {
  .page--markets .badge .badge--sub {
    font-size: 22px;
  }
}
@media screen and (max-width: 1199px) {
  .page--markets .badge .badge--sub {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .page--markets .badge .badge--sub {
    font-weight: 700;
  }
}

.page--planning .cards {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .page--planning .cards {
    flex-direction: column;
  }
}
.page--planning .cards .card--text {
  background-color: #fff;
  color: #000;
  padding: 40px;
  border-radius: 20px;
  flex: 1 1 calc(33.333% - 40px);
  box-sizing: border-box;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .page--planning .line-doos {
    display: none;
  }
}
.page--planning .d1,
.page--planning .d2 {
  overflow: visible;
}
.page--planning .image-wrap-left-indent {
  border-color: #003A5D;
}
.page--planning .page-nav__line {
  position: absolute;
  background: #fff;
  width: 100%;
  height: 8px;
  top: -28px;
  left: 11px;
}
.page--planning .page-nav__line:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 8px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .page--planning .page-nav__line {
    left: 80px;
  }
}
.page--planning .nav-section {
  padding-top: 84px;
}
@media screen and (max-width: 767px) {
  .page--planning .nav-section {
    padding-top: 110px;
  }
}
.page--planning .page-nav__nav {
  display: flex;
  justify-content: space-around;
}
.page--planning .svg-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page--planning .svg-bg-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
}
.page--planning .legend {
  position: absolute;
  right: 40px;
  bottom: 20%;
  padding: 20px 30px;
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1399px) {
  .page--planning .legend {
    right: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .page--planning .legend {
    right: 20px;
    padding: 15px 20px;
  }
}
@media screen and (max-width: 991px) {
  .page--planning .legend {
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page--planning .legend {
    gap: 20px;
    z-index: 11;
    padding: 0px;
    height: 30px;
  }
}
.page--planning .legend .legend-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.page--planning .legend .legend-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .page--planning .legend .legend-item {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .page--planning .legend .legend-item {
    gap: 5px;
  }
}
.page--planning .legend .legend-item .text {
  color: #fff;
  font-family: "trade-gothic-next", sans-serif;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .page--planning .legend .legend-item .text {
    font-size: 12px;
    font-weight: 600;
  }
}
.page--planning .legend .legend-item .legend-color {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .page--planning .legend .legend-item .legend-color {
    width: 14px;
    height: 14px;
  }
}
.page--planning .legend .legend-item .legend-color.legend-color--lightblue {
  background-color: #6EC2E1;
}
.page--planning .legend .legend-item .legend-color.legend-color--yellow {
  background-color: #F4C22A;
}
.page--planning .legend .legend-item .legend-color.legend-color--green {
  background-color: #8EBC41;
}
.page--planning .donuts {
  display: flex;
  gap: 40px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .page--planning .donuts {
    flex-direction: column;
    gap: 20px;
  }
}
.page--planning .donuts .donut-1,
.page--planning .donuts .donut-2 {
  flex: 1 1 auto;
}
.page--planning .donuts .donut-1 svg,
.page--planning .donuts .donut-2 svg {
  display: block;
  width: 100%;
  height: auto;
}
.page--planning .donuts .donut-1 svg [data-tip],
.page--planning .donuts .donut-2 svg [data-tip] {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
}
.page--planning .donuts .donut-1 svg [data-group]:not([data-tip]),
.page--planning .donuts .donut-2 svg [data-group]:not([data-tip]) {
  cursor: pointer;
}
.page--planning .half-ani-wrap.floating-half-ani {
  position: absolute;
  top: -100px;
  right: unset;
  left: calc(50% - 820px);
  transform: none;
  width: 400px;
  height: auto;
  display: inline-block;
}
@media screen and (max-width: 1399px) {
  .page--planning .half-ani-wrap.floating-half-ani {
    left: calc(50% - 770px);
  }
}
@media screen and (max-width: 767px) {
  .page--planning .half-ani-wrap.floating-half-ani {
    display: none;
  }
}
.page--planning .half-ani-wrap.floating-half-ani svg {
  width: 100%;
  height: auto;
}
.page--planning .half-ani-wrap.half-ani-right {
  position: absolute;
  top: 100px;
  left: calc(100% - 100px);
  display: inline-block;
  width: 475px;
  height: auto;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .page--planning .half-ani-wrap.half-ani-right {
    display: none;
  }
}

.page--risk-management .state-row {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .page--risk-management .state-row {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
  }
}
.page--risk-management .state-row .state {
  flex-shrink: 0;
}
.page--risk-management .state-row .state img {
  width: 120px;
}
.page--risk-management .info {
  min-height: 270px;
}
@media screen and (max-width: 991px) {
  .page--risk-management .info {
    min-height: auto;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .page--risk-management .info {
    padding-top: 0;
  }
}
.page--risk-management .double-image .icon {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page--risk-management .double-image .icon picture {
  width: 80%;
  height: auto;
  border-radius: 0;
}
.page--risk-management .double-image .icon img {
  border-radius: 0;
}
.page--risk-management .icon {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page--risk-management .icon.icon--blue {
  background: #003A5D;
}
.page--risk-management .icon picture {
  width: 80%;
  height: auto;
  border-radius: 0;
}
.page--risk-management .icon img {
  border-radius: 0;
}
.page--risk-management .page-nav__line {
  position: absolute;
  background: #fff;
  width: calc(100% - 140px);
  height: 8px;
  top: -28px;
  left: 140px;
}
.page--risk-management .page-nav__line:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 8px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .page--risk-management .page-nav__line {
    left: 80px;
  }
}
.page--risk-management .nav-section {
  padding-top: 84px;
}
@media screen and (max-width: 767px) {
  .page--risk-management .nav-section {
    padding-top: 110px;
  }
}
.page--risk-management .page-nav__nav {
  display: flex;
  justify-content: space-around;
}
.page--risk-management .half-ani-wrap {
  position: absolute;
  top: 0;
  left: -300px;
  display: inline-block;
  width: 475px;
  height: auto;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .page--risk-management .half-ani-wrap {
    display: none;
  }
}
.page--risk-management .half-ani-wrap.half-ani-left {
  position: absolute;
  top: 0;
  left: -300px;
  display: inline-block;
  width: 475px;
  height: auto;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .page--risk-management .half-ani-wrap.half-ani-left {
    display: none;
  }
}

.page--community-impact {
  /* ── Slider ── */
  /* Arrows */
  /* Dots */
  /* ── Play button overlay ── */
  /* ── Video modal ── */
}
.page--community-impact .image-cards {
  display: flex;
  gap: 40px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .page--community-impact .image-cards {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page--community-impact .image-cards {
    gap: 30px;
  }
}
.page--community-impact .image-cards .image-card {
  flex: 1;
}
.page--community-impact .image-cards .image picture, .page--community-impact .image-cards .image img {
  border-radius: 35px;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.page--community-impact .image-cards h4 {
  margin-top: 15px;
  margin-bottom: 5px;
}
.page--community-impact .cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .page--community-impact .cards {
    flex-direction: column;
  }
}
.page--community-impact .cards .card--text {
  background-color: #fff;
  color: #000;
  padding: 30px 20px;
  border-radius: 20px;
  flex: 1 1 calc(33.333% - 40px);
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .page--community-impact .cards .card--text {
    padding: 20px;
  }
}
.page--community-impact .cards .text--stat {
  font-family: "trade-gothic-next", sans-serif;
  font-size: 66px;
  font-weight: 900;
}
@media screen and (max-width: 1199px) {
  .page--community-impact .cards .text--stat {
    font-size: 48px;
  }
}
.page--community-impact .icon-cards {
  text-align: center;
}
.page--community-impact .icon-cards .card {
  margin-top: 30px;
}
.page--community-impact .icon-cards h4 {
  margin-top: 15px;
  margin-bottom: 5px;
}
.page--community-impact .slider {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.page--community-impact .slider__viewport {
  overflow: hidden;
  position: relative;
  flex: 1;
  min-width: 0;
}
.page--community-impact .slider__viewport::before, .page--community-impact .slider__viewport::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: var(--border-h, 100%);
  background: #003A5D;
  z-index: 3;
  pointer-events: none;
}
.page--community-impact .slider__viewport::before {
  left: 0;
}
.page--community-impact .slider__viewport::after {
  right: 0;
}
.page--community-impact .slider__track {
  display: flex;
  transition: transform 0.45s ease;
  will-change: transform;
}
.page--community-impact .slide {
  flex: 0 0 70%;
  padding: 0 12px;
  box-sizing: border-box;
  opacity: 0.4;
  transform: scale(0.8);
  transition: opacity 0.45s ease, transform 0.45s ease;
}
.page--community-impact .slide.active {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 767px) {
  .page--community-impact .slide {
    flex: 0 0 85%;
    padding: 0 6px;
  }
}
.page--community-impact .slide .image {
  aspect-ratio: 16/9;
}
.page--community-impact .slide .image picture, .page--community-impact .slide .image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}
.page--community-impact .slide .info {
  margin-top: 10px;
  font-family: "trade-gothic-next", sans-serif, sans-serif;
  font-size: 14px;
  color: #003A5D;
  text-align: center;
}
.page--community-impact .slider__arrow {
  flex-shrink: 0;
  z-index: 2;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page--community-impact .slider__arrow svg {
  display: block;
}
@media (max-width: 767px) {
  .page--community-impact .slider__arrow svg {
    width: 14px;
  }
}
.page--community-impact .slider__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  width: 100%;
}
.page--community-impact .slider__dots .slider__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #E1E1E1;
  background: #E1E1E1;
  cursor: pointer;
  padding: 0;
  transition: background 0.3s, border-color 0.3s;
}
.page--community-impact .slider__dots .slider__dot.active {
  border-color: #3D7CB8;
  background: #3D7CB8;
}
.page--community-impact .page-nav__line {
  position: absolute;
  background: #fff;
  width: calc(100% - 140px);
  height: 8px;
  top: -28px;
  left: 140px;
}
.page--community-impact .page-nav__line:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 8px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .page--community-impact .page-nav__line {
    left: 80px;
  }
}
.page--community-impact .nav-section {
  padding-top: 84px;
}
@media screen and (max-width: 767px) {
  .page--community-impact .nav-section {
    padding-top: 110px;
  }
}
.page--community-impact .page-nav__nav {
  display: flex;
  justify-content: space-around;
}
.page--community-impact .image.video {
  position: relative;
  cursor: pointer;
}
.page--community-impact .image.video .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease;
  pointer-events: none;
}
.page--community-impact .image.video:hover .play-btn {
  transform: translate(-50%, -50%) scale(1.12);
}
.page--community-impact .video-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.page--community-impact .video-modal.is-open {
  visibility: visible;
  opacity: 1;
}
.page--community-impact .video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
}
.page--community-impact .video-modal__content {
  position: relative;
  width: 90vw;
  max-width: 800px;
  aspect-ratio: 16/9;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
}
.page--community-impact .video-modal__close {
  position: absolute;
  top: -36px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  z-index: 1;
}
.page--community-impact .video-modal__player {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .page--community-impact .img-wrap--circle {
    margin-bottom: 20px;
  }
}
.page--community-impact .half-ani-wrap.floating-half-ani {
  position: absolute;
  top: unset;
  bottom: 600px;
  right: unset;
  left: calc(50% - 800px);
  transform: none;
  width: 400px;
  height: auto;
  display: inline-block;
}
@media screen and (max-width: 1399px) {
  .page--community-impact .half-ani-wrap.floating-half-ani {
    left: calc(50% - 770px);
  }
}
@media screen and (max-width: 1199px) {
  .page--community-impact .half-ani-wrap.floating-half-ani {
    left: calc(50% - 650px);
  }
}
@media screen and (max-width: 991px) {
  .page--community-impact .half-ani-wrap.floating-half-ani {
    left: calc(50% - 680px);
  }
}
@media screen and (max-width: 767px) {
  .page--community-impact .half-ani-wrap.floating-half-ani {
    display: none;
  }
}
.page--community-impact .half-ani-wrap.floating-half-ani svg {
  width: 100%;
  height: auto;
}
.page--community-impact .half-ani-wrap.half-ani-right {
  position: absolute;
  top: 100px;
  left: calc(100% - 200px);
  display: inline-block;
  width: 400px;
  height: auto;
  z-index: 0;
}

.hero {
  position: relative;
}
@media screen and (max-width: 767px) {
  .hero {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .hero .col-12 {
    padding-left: 0.75rem;
  }
}
.hero .line-wrap-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .hero .line-wrap-mobile {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 92px;
  }
}
@media screen and (max-width: 767px) {
  .hero .line-wrap-mobile .line-ani,
  .hero .line-wrap-mobile .line-ani-arc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .hero .line-wrap-mobile .line-ani {
    width: calc(50% - 118px);
    height: 8px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: calc(50% - 4px);
    right: calc(50% + 42px);
  }
}
@media screen and (max-width: 767px) {
  .hero .line-wrap-mobile .line-ani-arc {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .hero .line-wrap-mobile .line-ani-arc.arc-bottom-left {
    position: absolute;
    left: calc(50% - 46px);
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .hero .line-wrap-mobile .line-ani-arc.arc-top-right {
    position: absolute;
    left: 30px;
    bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .hero .line-ani-mobile.line-ani {
    display: block;
  }
}
.hero h1 {
  opacity: 0;
  transform: translateY(-30px);
}
@media screen and (max-width: 767px) {
  .hero h1 {
    text-align: center;
    transform: translateY(0);
  }
}
.hero h1 span {
  display: block;
}
@media screen and (max-width: 767px) {
  .hero h1 span {
    display: block;
  }
}
.hero .div-line-wrap {
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-330px);
  width: 8px;
  height: calc(100% + 14px);
  z-index: 1;
}
@media screen and (max-width: 1399px) {
  .hero .div-line-wrap {
    transform: translateX(-287px);
  }
}
@media screen and (max-width: 1199px) {
  .hero .div-line-wrap {
    transform: translateX(-240px);
  }
}
@media screen and (max-width: 991px) {
  .hero .div-line-wrap {
    transform: translateX(-210px);
  }
}
@media screen and (max-width: 767px) {
  .hero .div-line-wrap {
    transform: none;
    left: calc(50% - 4px);
    top: unset;
    bottom: -3px;
    height: calc(100% - 200px);
  }
}
.hero .div-line-wrap .dot {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.hero .div-line-wrap .dot--bottom {
  top: unset;
  bottom: -10px;
}
.hero .div-line {
  width: 8px;
  height: 100%;
  background-color: #fff;
  border-radius: 4px;
  z-index: 1;
}
.hero picture, .hero img {
  display: block;
  width: 100%;
  height: auto;
}
.hero .image-wrap {
  aspect-ratio: 1/1;
  overflow: hidden;
  border: 5px solid #fff;
  border-radius: 50%;
  width: 500px;
  max-width: 80%;
  transform: translateX(-10px);
  margin-bottom: 60px;
  opacity: 0;
}
@media screen and (max-width: 991px) {
  .hero .image-wrap {
    transform: translateX(-40px);
  }
}
@media screen and (max-width: 767px) {
  .hero .image-wrap {
    margin-bottom: 60px;
    max-width: 66%;
    transform: none;
  }
}
@media screen and (max-width: 640px) {
  .hero .image-wrap {
    transform: none;
  }
}

.hero-expanded {
  aspect-ratio: 16/9;
  position: relative;
  max-width: 1800px;
  margin: 0 auto;
}
.hero-expanded .hero-expanded-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: circle(calc(20% + 5px) at 30% 50%);
  background: #fff;
  z-index: 1;
  will-change: clip-path;
}
.hero-expanded .hero-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  clip-path: circle(20% at 30% 50%);
  z-index: 2;
  will-change: clip-path;
}
.hero-expanded .hero-image::before {
  content: "";
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 100%);
}
.hero-expanded .hero-image img, .hero-expanded .hero-image picture {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% center;
  position: relative;
  z-index: 5;
}
.hero-expanded .hero-expanded-line {
  position: absolute;
  top: 0;
  left: calc(30% - 4px);
  width: 8px;
  height: 100%;
  background: #fff;
  opacity: 0;
}
.hero-expanded .hero-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  transform-origin: left top;
}
.hero-expanded .hero-title span {
  display: block;
}
.hero-expanded .hero-title span.inline {
  display: inline;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
html, body {
  background: #003A5D;
  font-family: "trade-gothic-next", sans-serif;
  font-size: 20px;
  color: #313131;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 1199px) {
  html, body {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 16px;
  }
}

h1, .h1 {
  font-size: 100px;
  font-weight: 700;
  line-height: 1em;
  font-family: "indivisible", sans-serif;
  margin: 0 0 15px 0;
  letter-spacing: -3px;
  color: #fff;
}
@media screen and (max-width: 1399px) {
  h1, .h1 {
    font-size: 80px;
  }
}
@media screen and (max-width: 991px) {
  h1, .h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  h1, .h1 {
    letter-spacing: -0.5px;
    font-size: 36px;
  }
}
@media screen and (max-width: 450px) {
  h1, .h1 {
    font-size: 24px;
  }
}

h2, .h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.1em;
  font-family: "indivisible", sans-serif;
  margin: 0 0 15px 0;
  letter-spacing: -1.5px;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  h2, .h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  h2, .h2 {
    letter-spacing: -0.5px;
    font-size: 32px;
  }
}
@media screen and (max-width: 450px) {
  h2, .h2 {
    font-size: 24px;
  }
}

h3, .h3 {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -1px;
  line-height: 1.1em;
  font-family: "indivisible", sans-serif;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 1199px) {
  h3, .h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  h3, .h3 {
    font-size: 24px;
  }
}

h4, .h4 {
  font-size: 27px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1em;
  font-family: "indivisible", sans-serif;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 767px) {
  h4, .h4 {
    font-size: 22px;
  }
}

h5, .h5 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.1em;
  color: #fff;
  font-family: "indivisible", sans-serif;
  letter-spacing: -0.5;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 767px) {
  h5, .h5 {
    font-size: 20px;
  }
}

p, .text, li {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4em;
  font-family: "trade-gothic-next", sans-serif;
  margin-top: 0;
  margin-bottom: 15px;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  p, .text, li {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  p, .text, li {
    font-size: 16px;
  }
}
p:last-of-type, .text:last-of-type, li:last-of-type {
  margin-bottom: 0;
}

.bg--white h1, .bg--white h2, .bg--white h3, .bg--white h4, .bg--white h5 {
  color: #003A5D;
}
.bg--white p, .bg--white .text, .bg--white ul, .bg--white li {
  color: #313131;
  font-weight: 400;
}
.bg--white .text--large {
  font-weight: 900;
}

.title--small {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35em;
  font-family: "indivisible", sans-serif;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .title--small {
    font-size: 18px;
  }
}

a {
  color: #E41087;
}

.text--400 {
  font-weight: 400;
}

.text--large {
  font-size: 26px;
  line-height: 1.35em;
  font-weight: 900;
}
@media screen and (max-width: 1199px) {
  .text--large {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .text--large {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .text--large {
    font-size: 22px;
  }
}

.text--med {
  font-size: 21px;
  line-height: 1.35em;
  font-weight: 800;
  letter-spacing: -1px;
  font-family: "indivisible", sans-serif;
}
@media screen and (max-width: 991px) {
  .text--med {
    font-size: 18px;
  }
}

.text--small {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .text--small {
    font-size: 14px;
  }
}

.text--italic {
  font-style: italic;
}

.text--right {
  text-align: right;
}

.text--strong {
  font-weight: 700;
}

.text--title {
  font-family: "indivisible", sans-serif;
}

.text--center {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .text--center--tablet {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .text--center--mobile {
    text-align: center;
  }
}

.text--white {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .mobile-hide {
    display: none;
  }
}

.disabled {
  display: none !important;
}

.blockquote * {
  color: #3D7CB8;
  line-height: 1.25em;
  font-weight: 600;
  font-family: "dm-sans", sans-serif;
}

.text--font {
  font-family: "trade-gothic-next", sans-serif;
}

.title--font {
  font-family: "indivisible", sans-serif;
}

section {
  padding-top: 120px;
}
section:last-of-type {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  section {
    padding-top: 50px;
  }
  section:last-of-type {
    padding-bottom: 50px;
  }
  section:first-of-type {
    padding-top: 70px;
  }
}

div.bg--darkblue + section.bg--darkblue {
  padding-top: 0;
}

section.bg-color {
  padding-top: 120px;
  padding-bottom: 120px;
  margin-top: 120px;
}
@media screen and (max-width: 991px) {
  section.bg-color {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  section.bg-color {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
  }
}

section.pad-110 {
  padding-top: 106px;
}
@media screen and (max-width: 767px) {
  section.pad-110 {
    padding-top: 50px;
  }
}

.container--shrink {
  max-width: 900px;
}
@media screen and (max-width: 991px) {
  .container--shrink {
    max-width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .container--shrink {
    max-width: 540px;
  }
}

.z-10 {
  position: relative;
  z-index: 10;
}

.fluid--full .col-12 {
  padding-left: 0;
  padding-right: 0;
}

.m-b-0 {
  margin-bottom: 0;
}

.m-t-15 {
  margin-top: 15px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-t-60 {
  margin-top: 60px;
}

.m-b-60 {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .mob-m-t-15 {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .mob-m-b-15 {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 991px) {
  .tab-m-t-30 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .mob-m-t-30 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .mob-m-b-30 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .mob-m-t-60 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .mob-m-b-60 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .mob-p-b-60 {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 991px) {
  .order-md-2 {
    order: 2;
  }
}

.text--right {
  text-align: right;
}

.rel {
  position: relative;
}

.rel-10 {
  position: relative;
  z-index: 10;
}

.z-15 {
  z-index: 15;
}

.z-10 {
  z-index: 10;
}

.z-5 {
  z-index: 5;
}

.bg--lightblue {
  background: #6EC2E1;
}

.bg--orange {
  background: #EC9649;
}

.bg--blue {
  background: #3D7CB8;
}

.text--blue {
  color: #3D7CB8;
}

.text--darkblue {
  color: #003A5D !important;
}

.bg--darkblue {
  background: #003A5D;
}

.text--darkblue {
  color: #003A5D;
}

.bg--pink {
  background: #E41087;
}

.text--pink {
  color: #E41087;
}

.text--green {
  color: #8EBC41;
}

.text--lightblue {
  color: #6EC2E1;
}

.bg--green {
  background: #8EBC41;
}

.bg--yellow {
  background: #F4C22A;
}

.bg--gray {
  background: #A7A8AA;
}

.bg--lightgray {
  background: #E1E1E1;
}

.bg--white {
  background: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

svg {
  display: block;
}

.button {
  display: inline-block;
  padding: 15px 50px;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: #E41087;
  border: 3px solid #003A5D;
  color: #fff;
  outline: none;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.25s ease-out;
}
.button:hover {
  color: #fff;
  filter: brightness(85%);
}
@media screen and (max-width: 1199px) {
  .button {
    font-size: 18px;
    padding: 15px 40px;
  }
}
@media screen and (max-width: 767px) {
  .button {
    font-size: 16px;
    padding: 10px 30px;
  }
}

main ul {
  list-style: none;
  padding: 0 0 0 15px;
  margin: 15px 0;
}
main ul.bullet--orange li:before {
  background: #EC9649;
}
main ul.bullet--blue li:before {
  background: #3D7CB8;
}
main ul.bullet--pink li:before {
  background: #E41087;
}
main ul.bullet--green li:before {
  background: #8EBC41;
}
main ul.bullet--yellow li:before {
  background: #F4C22A;
}
main ul.bullet--lightblue li:before {
  background: #6EC2E1;
}
main ul.hyphen--green li:before {
  content: "-";
  background: none !important;
  top: -1px;
  width: auto;
  height: auto;
  color: #8EBC41;
}
main ul li {
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  main ul li {
    margin-left: 5px;
    padding-left: 9px;
  }
}
main ul li:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 12px;
  width: 8px;
  height: 8px;
  background: #E41087;
  border-radius: 50%;
}
@media screen and (max-width: 1199px) {
  main ul li:before {
    top: 10px;
  }
}
@media screen and (max-width: 767px) {
  main ul li:before {
    top: 9px;
    width: 6px;
    height: 6px;
    left: -4px;
  }
}
main ul ul li:before {
  content: "-";
  background: none !important;
  top: -1px;
  width: auto;
  height: auto;
  color: #8EBC41;
}

.page-link {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  font-family: "indivisible", sans-serif;
  position: relative;
  transition: 0.35s ease-out;
}
.page-link span {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .page-link span {
    display: none;
  }
}
.page-link svg {
  vertical-align: middle;
  display: inline-block;
  margin: 0 10px;
}
.page-link .dot {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #fff;
  display: inline-block;
  position: absolute;
  top: -40px;
  left: calc(50% + 24px);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .page-link .dot {
    left: 50%;
  }
}
.page-link:last-of-type .dot {
  left: calc(50% - 24px);
}
@media screen and (max-width: 767px) {
  .page-link:last-of-type .dot {
    left: 50%;
  }
}

/* Neon glow for SVG paths with class .neon */
.neon--yellow {
  box-shadow: 0 0 20px rgba(244, 194, 42, 0.95), 0 0 42px rgba(244, 194, 42, 0.7), 0 0 80px rgba(244, 194, 42, 0.45);
  filter: none;
  transition: box-shadow 200ms ease, opacity 200ms ease;
}

.neon-yellow--hover:hover {
  box-shadow: 0 0 30px rgb(244, 194, 42), 0 0 60px rgba(244, 194, 42, 0.85), 0 0 100px rgba(244, 194, 42, 0.6);
}

/* color-specific neon variations */
.neon--blue {
  box-shadow: 0 0 20px rgba(110, 194, 225, 0.95), 0 0 42px rgba(110, 194, 225, 0.7), 0 0 80px rgba(110, 194, 225, 0.45);
  filter: none;
  transition: box-shadow 200ms ease, opacity 200ms ease;
}

.neon-blue--hover:hover {
  box-shadow: 0 0 30px #6ec2e1, 0 0 60px rgba(110, 194, 225, 0.85), 0 0 100px rgba(110, 194, 225, 0.6);
}

.neon--pink {
  box-shadow: 0 0 20px rgba(228, 16, 135, 0.95), 0 0 42px rgba(228, 16, 135, 0.7), 0 0 80px rgba(228, 16, 135, 0.45);
  filter: none;
  transition: box-shadow 200ms ease, opacity 200ms ease;
}

.neon-pink--hover:hover {
  box-shadow: 0 0 30px #e41087, 0 0 60px rgba(228, 16, 135, 0.85), 0 0 100px rgba(228, 16, 135, 0.6);
}

.neon--orange {
  box-shadow: 0 0 20px rgba(236, 150, 73, 0.95), 0 0 42px rgba(236, 150, 73, 0.7), 0 0 80px rgba(236, 150, 73, 0.45);
  filter: none;
  transition: box-shadow 200ms ease, opacity 200ms ease;
}

.neon-orange--hover:hover {
  box-shadow: 0 0 30px #ec9649, 0 0 60px rgba(236, 150, 73, 0.85), 0 0 100px rgba(236, 150, 73, 0.6);
}

.neon--green {
  box-shadow: 0 0 20px rgba(142, 188, 65, 0.95), 0 0 42px rgba(142, 188, 65, 0.7), 0 0 80px rgba(142, 188, 65, 0.45);
  filter: none;
  transition: box-shadow 200ms ease, opacity 200ms ease;
}

.neon-green--hover:hover {
  box-shadow: 0 0 30px #8ebc41, 0 0 60px rgba(142, 188, 65, 0.85), 0 0 100px rgba(142, 188, 65, 0.6);
}

.neon-yellow--flicker {
  animation: neon-yellow-flicker 3s 1 forwards;
  will-change: filter, opacity;
}

@keyframes neon-yellow-flicker {
  0%, 100% {
    filter: drop-shadow(0 0 6px rgba(244, 194, 42, 0.95)) drop-shadow(0 0 14px rgba(244, 194, 42, 0.7)) drop-shadow(0 0 30px rgba(244, 194, 42, 0.45));
    opacity: 1;
  }
  2% {
    filter: drop-shadow(0 0 2px rgba(244, 194, 42, 0.35));
    opacity: 0.85;
  }
  6% {
    filter: drop-shadow(0 0 12px rgba(244, 194, 42, 0.6)) drop-shadow(0 0 24px rgba(244, 194, 42, 0.5));
    opacity: 1;
  }
  8% {
    filter: none;
    opacity: 0.6;
  }
  11% {
    filter: drop-shadow(0 0 8px rgba(244, 194, 42, 0.8));
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  32% {
    filter: drop-shadow(0 0 4px rgba(244, 194, 42, 0.45));
    opacity: 0.9;
  }
  70% {
    opacity: 1;
  }
}
.neon-blue--flicker {
  animation: neon-blue-flicker 3s 1 forwards;
  will-change: filter, opacity;
}

@keyframes neon-blue-flicker {
  0%, 100% {
    filter: drop-shadow(0 0 6px rgba(61, 124, 184, 0.95)) drop-shadow(0 0 14px rgba(61, 124, 184, 0.7)) drop-shadow(0 0 30px rgba(61, 124, 184, 0.45));
    opacity: 1;
  }
  2% {
    filter: drop-shadow(0 0 2px rgba(61, 124, 184, 0.35));
    opacity: 0.85;
  }
  6% {
    filter: drop-shadow(0 0 12px rgba(61, 124, 184, 0.6)) drop-shadow(0 0 24px rgba(61, 124, 184, 0.5));
    opacity: 1;
  }
  8% {
    filter: none;
    opacity: 0.6;
  }
  11% {
    filter: drop-shadow(0 0 8px rgba(61, 124, 184, 0.8));
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  32% {
    filter: drop-shadow(0 0 4px rgba(61, 124, 184, 0.45));
    opacity: 0.9;
  }
}
.neon-green-flicker {
  animation: neon-green-flicker 3s 1 forwards;
  will-change: filter, opacity;
}

@keyframes neon-green--flicker {
  0%, 100% {
    filter: drop-shadow(0 0 6px rgba(142, 188, 65, 0.95)) drop-shadow(0 0 14px rgba(142, 188, 65, 0.7)) drop-shadow(0 0 30px rgba(142, 188, 65, 0.45));
    opacity: 1;
  }
  2% {
    filter: drop-shadow(0 0 2px rgba(142, 188, 65, 0.35));
    opacity: 0.85;
  }
  6% {
    filter: drop-shadow(0 0 12px rgba(142, 188, 65, 0.6)) drop-shadow(0 0 24px rgba(142, 188, 65, 0.5));
    opacity: 1;
  }
  8% {
    filter: none;
    opacity: 0.6;
  }
  11% {
    filter: drop-shadow(0 0 8px rgba(142, 188, 65, 0.8));
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  32% {
    filter: drop-shadow(0 0 4px rgba(142, 188, 65, 0.45));
    opacity: 0.9;
  }
}
.neon-pink-flicker {
  animation: neon-pink-flicker 3s 1 forwards;
  will-change: filter, opacity;
}

@keyframes neon-pink-flicker {
  0%, 100% {
    filter: drop-shadow(0 0 6px rgba(228, 16, 135, 0.95)) drop-shadow(0 0 14px rgba(228, 16, 135, 0.7)) drop-shadow(0 0 30px rgba(228, 16, 135, 0.45));
    opacity: 1;
  }
  2% {
    filter: drop-shadow(0 0 2px rgba(228, 16, 135, 0.35));
    opacity: 0.85;
  }
  6% {
    filter: drop-shadow(0 0 12px rgba(228, 16, 135, 0.6)) drop-shadow(0 0 24px rgba(228, 16, 135, 0.5));
    opacity: 1;
  }
  8% {
    filter: none;
    opacity: 0.6;
  }
  11% {
    filter: drop-shadow(0 0 8px rgba(228, 16, 135, 0.8));
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  32% {
    filter: drop-shadow(0 0 4px rgba(228, 16, 135, 0.45));
    opacity: 0.9;
  }
}
.neon-orange--flicker {
  animation: neon-orange-flicker 3s 1 forwards;
  will-change: filter, opacity;
}

@keyframes neon-orange-flicker {
  0%, 100% {
    filter: drop-shadow(0 0 6px rgba(236, 150, 73, 0.95)) drop-shadow(0 0 14px rgba(236, 150, 73, 0.7)) drop-shadow(0 0 30px rgba(236, 150, 73, 0.45));
    opacity: 1;
  }
  2% {
    filter: drop-shadow(0 0 2px rgba(236, 150, 73, 0.35));
    opacity: 0.85;
  }
  6% {
    filter: drop-shadow(0 0 12px rgba(236, 150, 73, 0.6)) drop-shadow(0 0 24px rgba(236, 150, 73, 0.5));
    opacity: 1;
  }
  8% {
    filter: none;
    opacity: 0.6;
  }
  11% {
    filter: drop-shadow(0 0 8px rgba(236, 150, 73, 0.8));
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  32% {
    filter: drop-shadow(0 0 4px rgba(236, 150, 73, 0.45));
    opacity: 0.9;
  }
}
@media screen and (max-width: 767px) {
  .line-ani:not(.dot-border-left), .line-ani-arc {
    display: none;
  }
}

.line-ani:not(.line-ani-arc) {
  border-radius: 4px;
}

.line-ani-arc {
  overflow: visible;
}

.line-ani-arc path {
  stroke-linecap: round;
}

.rel {
  position: relative;
}
.rel .arc-top-right {
  position: absolute;
  top: -64px;
  left: -40px;
  width: 50px;
  height: 50px;
}
.rel .arc-top-right--image {
  position: absolute;
  top: -64px;
  left: 90px;
  width: 50px;
  height: 50px;
}
.rel .arc-bottom-right {
  position: absolute;
  bottom: -64px;
  left: -40px;
  width: 50px;
  height: 50px;
}
.rel .arc-bottom-right.arc-nav {
  bottom: -159px;
}
.rel .arc-top-right--center {
  position: absolute;
  top: calc(50% - 4px);
  left: -40px;
  width: 50px;
  height: 50px;
}
.rel .arc-bottom-right--center {
  position: absolute;
  top: calc(50% - 46px);
  left: -40px;
  width: 50px;
  height: 50px;
}
.rel .arc-top-right--hatch {
  position: absolute;
  top: calc(50% + 26px);
  left: 90px;
  width: 50px;
  height: 50px;
}
.rel .arc-top-right--hatch-mid {
  position: absolute;
  top: calc(50% - 68px);
  left: calc(50% + 78px);
  width: 50px;
  height: 50px;
}
.rel .arc-bottom-right--image {
  position: absolute;
  bottom: -64px;
  left: 90px;
  width: 50px;
  height: 50px;
}
.rel .arc-bottom-right--topper {
  position: absolute;
  top: -106px;
  left: -40px;
  width: 50px;
  height: 50px;
}
.rel .arc-top-three-quarter {
  position: absolute;
  top: -106px;
  right: calc(85% - 40px);
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 1399px) {
  .rel .arc-top-three-quarter {
    right: calc(85% - 63px);
  }
}
@media screen and (max-width: 1199px) {
  .rel .arc-top-three-quarter {
    right: calc(85% - 75px);
  }
}
@media screen and (max-width: 991px) {
  .rel .arc-top-three-quarter {
    right: calc(85% - 99px);
  }
}
.rel .arc-top-left {
  position: absolute;
  top: -64px;
  right: -40px;
  width: 50px;
  height: 50px;
}
.rel .arc-top-left--image-rev {
  position: absolute;
  top: -64px;
  right: 90px;
  width: 50px;
  height: 50px;
}
.rel .arc-top-left--center-2 {
  position: absolute;
  top: calc(50% - 46px);
  right: -40px;
  width: 50px;
  height: 50px;
}
.rel .arc-top-left--center {
  position: absolute;
  top: calc(50% - 4px);
  right: -40px;
  width: 50px;
  height: 50px;
}
.rel .arc-top-left--hatch {
  position: absolute;
  top: calc(50% - 110px);
  right: -40px;
  width: 50px;
  height: 50px;
}
.rel .arc-top-left--hatch-mid {
  position: absolute;
  top: calc(50% - 16px);
  left: calc(50% + 36px);
  width: 50px;
  height: 50px;
}
.rel .arc-bottom-left {
  position: absolute;
  bottom: -64px;
  right: -40px;
  width: 50px;
  height: 50px;
}
.rel .arc-bottom-left--image-rev {
  position: absolute;
  bottom: -64px;
  right: 90px;
  width: 50px;
  height: 50px;
}
.rel .arc-bottom-left--topper {
  position: absolute;
  top: -106px;
  right: -40px;
  width: 50px;
  height: 50px;
}
.rel .arc-top-right--mid {
  position: absolute;
  top: -64px;
  left: calc(50% + 112px);
  width: 50px;
  height: 50px;
}
.rel .arc-bottom-right--mid {
  position: absolute;
  bottom: -64px;
  left: calc(50% + 112px);
  width: 50px;
  height: 50px;
}
.rel .arc-top-left--mid {
  position: absolute;
  top: -64px;
  right: calc(50% + 112px);
  width: 50px;
  height: 50px;
}
.rel .arc-top-left-mid-mid {
  position: absolute;
  top: calc(50% - 66px);
  right: -40px;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 1399px) {
  .rel .arc-top-left-mid-mid {
    top: calc(50% - 64px);
  }
}
@media screen and (max-width: 1199px) {
  .rel .arc-top-left-mid-mid {
    top: calc(50% - 58px);
  }
}
@media screen and (max-width: 991px) {
  .rel .arc-top-left-mid-mid {
    top: calc(50% - 52px);
  }
}
.rel .arc-top-right-mid-mid {
  position: absolute;
  top: 114px;
  left: -40px;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 1399px) {
  .rel .arc-top-right-mid-mid {
    top: 97px;
  }
}
@media screen and (max-width: 1199px) {
  .rel .arc-top-right-mid-mid {
    top: 78px;
  }
}
@media screen and (max-width: 991px) {
  .rel .arc-top-right-mid-mid {
    top: 51px;
  }
}
.rel .arc-bottom-left-mid-mid {
  position: absolute;
  top: 72px;
  right: -40px;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 1399px) {
  .rel .arc-bottom-left-mid-mid {
    top: 55px;
  }
}
@media screen and (max-width: 1199px) {
  .rel .arc-bottom-left-mid-mid {
    top: 36px;
  }
}
@media screen and (max-width: 991px) {
  .rel .arc-bottom-left-mid-mid {
    top: 9px;
  }
}
.rel .arc-bottom-right-mid-mid {
  position: absolute;
  top: 72px;
  left: -40px;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 1399px) {
  .rel .arc-bottom-right-mid-mid {
    top: 55px;
  }
}
@media screen and (max-width: 1199px) {
  .rel .arc-bottom-right-mid-mid {
    top: 36px;
  }
}
@media screen and (max-width: 991px) {
  .rel .arc-bottom-right-mid-mid {
    top: 9px;
  }
}
.rel .arc-bottom-right-mid-mid.arc-off-bottom {
  top: unset;
  bottom: -160px;
}
.rel .arc-bottom-left--mid {
  position: absolute;
  bottom: -64px;
  right: calc(50% + 112px);
  width: 50px;
  height: 50px;
}
.rel .arc-bottom-right.top--quarter {
  position: absolute;
  top: -106px;
  left: calc(50% - 330px);
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 1399px) {
  .rel .arc-bottom-right.top--quarter {
    left: calc(50% - 287px);
  }
}
@media screen and (max-width: 1199px) {
  .rel .arc-bottom-right.top--quarter {
    left: calc(50% - 240px);
  }
}
@media screen and (max-width: 991px) {
  .rel .arc-bottom-right.top--quarter {
    left: calc(50% - 210px);
  }
}

.arc-bottom-left-sq {
  position: absolute;
  bottom: -64px;
  right: calc(50% - 4px);
  width: 50px;
  height: 50px;
}

.line-bridge-color-change {
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  position: absolute;
  border-radius: 0 0 4px 4px !important;
  top: -120px;
  right: -40px;
  width: 8px;
  height: 16px;
}

.line-bridge--center {
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  position: absolute;
  border-radius: 0 0 4px 4px !important;
  top: -120px;
  right: calc(50% - 4px);
  width: 8px;
  height: 16px;
}

.line-bridge-color-change-left {
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  position: absolute;
  border-radius: 0 0 4px 4px !important;
  top: -120px;
  left: -40px;
  width: 8px;
  height: 16px;
}

.line-left {
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  position: absolute;
  top: -17px;
  left: -40px;
  width: 8px;
  height: calc(100% + 34px);
}

.line-left--image--tail {
  background: #fff;
  position: absolute;
  top: -17px;
  left: 90px;
  width: calc(100% - 150px);
  width: 8px;
  height: calc(100% + 126px);
}

.line-left--image {
  background: #fff;
  position: absolute;
  top: -17px;
  left: 90px;
  width: calc(100% - 150px);
  width: 8px;
  height: calc(100% + 34px);
}

.line-left--tall-top {
  top: -57px;
  height: calc(100% + 80px);
}

.line-left--tall-bottom {
  top: -17px;
  height: calc(100% + 80px);
}

.line-left--tall-bottom-2 {
  top: -17px;
  height: calc(100% + 130px);
}

.line-right {
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  position: absolute;
  top: -17px;
  right: -40px;
  width: 8px;
  height: calc(100% + 34px);
}

.line-right--color-change {
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  position: absolute;
  top: -17px;
  right: -40px;
  width: 8px;
  height: calc(100% + 19px);
}

.line-right--image-rev {
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  position: absolute;
  top: -17px;
  right: 90px;
  width: 8px;
  height: calc(100% + 34px);
}

.line-right-mid-mid {
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  position: absolute;
  top: calc(50% - 19px);
  right: -40px;
  width: 8px;
  height: calc(100% + 34px);
}
@media screen and (max-width: 1399px) {
  .line-right-mid-mid {
    top: calc(50% - 14px);
  }
}
@media screen and (max-width: 1199px) {
  .line-right-mid-mid {
    top: calc(50% - 9px);
  }
}
@media screen and (max-width: 991px) {
  .line-right-mid-mid {
    top: calc(50% - 3px);
  }
}

.line-left-mid-mid {
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  position: absolute;
  top: calc(50% - 19px);
  left: -40px;
  width: 8px;
  height: calc(100% + 34px);
}
@media screen and (max-width: 1399px) {
  .line-left-mid-mid {
    top: calc(50% - 26px);
  }
}
@media screen and (max-width: 1199px) {
  .line-left-mid-mid {
    top: calc(50% - 20px);
  }
}
@media screen and (max-width: 991px) {
  .line-left-mid-mid {
    top: calc(50% - 11px);
  }
}
.line-left-mid-mid.line--nav {
  height: calc(100% - 50px);
  top: calc(50% - 28px);
}
@media screen and (max-width: 1399px) {
  .line-left-mid-mid.line--nav {
    height: calc(100% - 34px);
  }
}
@media screen and (max-width: 1199px) {
  .line-left-mid-mid.line--nav {
    height: calc(100% - 14px);
    top: calc(50% - 32px);
  }
}
@media screen and (max-width: 991px) {
  .line-left-mid-mid.line--nav {
    height: calc(100% + 11px);
    top: calc(50% - 20px);
  }
}

.line-right--mid {
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  position: absolute;
  top: 50%;
  right: calc(50% + 112px);
  width: 8px;
  height: calc(100% + 34px);
  transform: translateY(-50%);
}

.line-right--mid-2 {
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  position: absolute;
  top: calc(50% + 0px);
  right: calc(50% + 112px);
  width: 8px;
  height: calc(100% + 34px);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .line-right--mid-2 {
    top: calc(50% + 50px);
  }
}

.line-bottom--half-right {
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  position: absolute;
  bottom: -64px;
  right: 7px;
  width: calc(50% + 2px);
  height: 8px;
}

.line-bottom--half-right-sq {
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  position: absolute;
  bottom: -64px;
  right: 7px;
  width: calc(50% - 50px);
  height: 8px;
}

.line-bottom--half {
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  position: absolute;
  bottom: -64px;
  left: 7px;
  width: calc(40% - 40px);
  height: 8px;
}
@media screen and (max-width: 1399px) {
  .line-bottom--half {
    width: calc(40% - 63px);
  }
}
@media screen and (max-width: 1199px) {
  .line-bottom--half {
    width: calc(40% - 75px);
  }
}
@media screen and (max-width: 991px) {
  .line-bottom--half {
    width: calc(40% - 99px);
  }
}

.line-top--image {
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  position: absolute;
  top: -64px;
  left: 138px;
  width: calc(100% - 146px);
  height: 8px;
}

.line-top--image-rev {
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  position: absolute;
  top: -64px;
  right: 138px;
  width: calc(100% - 366px);
  height: 8px;
}
@media screen and (max-width: 1399px) {
  .line-top--image-rev {
    width: calc(100% - 360px);
  }
}
@media screen and (max-width: 1199px) {
  .line-top--image-rev {
    width: calc(100% - 346px);
  }
}
@media screen and (max-width: 991px) {
  .line-top--image-rev {
    width: calc(100% - 334px);
  }
}

.line-bottom--image {
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  position: absolute;
  bottom: -64px;
  left: 138px;
  width: calc(100% - 146px);
  height: 8px;
}

.line-bottom--image-rev {
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  position: absolute;
  bottom: -64px;
  right: 138px;
  width: calc(100% - 276px);
  height: 8px;
}

.line-bottom {
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  position: absolute;
  bottom: -64px;
  left: 7px;
  width: calc(100% - 14px);
  height: 8px;
}

.line-center {
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 7px;
  width: calc(100% - 14px);
  height: 8px;
  transform: translateY(-50%);
}

.line-center--hatch {
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  position: absolute;
  top: calc(50% - 64px);
  right: 0px;
  width: calc(50% - 126px);
  height: 8px;
  transform: translateY(-50%);
}

.line-center--hatch-2 {
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  position: absolute;
  top: calc(50% + 30px);
  left: 138px;
  width: calc(50% - 98px);
  height: 8px;
  transform: translateY(-50%);
}

.line-center-connector-right {
  position: absolute;
  top: -108px;
  right: -40px;
  width: 8px;
  height: calc(50% + 64px);
  background: #fff;
}

.line-center-connector-right--short.line-ani {
  position: absolute;
  top: -60px;
  right: -40px;
  width: 8px;
  height: calc(50% + 18px);
  background: #fff;
  border-radius: 0 0 4px 4px;
}

.line-center-connector-right--short-rev.line-ani {
  position: absolute;
  top: -64px;
  left: -40px;
  width: 8px;
  height: calc(50% + 20px);
  background: #fff;
  border-radius: 0 0 4px 4px;
}

.line-center-connector-right--hatch.line-ani {
  position: absolute;
  top: -59px;
  right: -40px;
  width: 8px;
  height: calc(50% - 50px);
  background: #fff;
  border-radius: 0 0 4px 4px;
}

.line-center-connector-left {
  position: absolute;
  bottom: -108px;
  left: -40px;
  width: 8px;
  height: calc(50% + 64px);
  background: #fff;
}

.line-center-connector-left-rev {
  position: absolute;
  bottom: -108px;
  right: -40px;
  width: 8px;
  height: calc(50% + 64px);
  background: #fff;
}

.line-center-connector-left--hatch {
  position: absolute;
  bottom: -60px;
  left: 90px;
  width: 8px;
  height: 86px;
  background: #fff;
}

.line-top {
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  position: absolute;
  top: -64px;
  left: 7px;
  width: calc(100% - 14px);
  height: 8px;
}

.line-top--right-half {
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  position: absolute;
  top: -64px;
  right: 7px;
  width: 50%;
  height: 8px;
}

.line-top--right-half-sq {
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  position: absolute;
  top: -64px;
  right: 7px;
  width: calc(50% - 50px);
  height: 8px;
}

.line-top--three-quarters {
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  position: absolute;
  top: -64px;
  right: 7px;
  width: calc(85% - 40px);
  height: 8px;
}
@media screen and (max-width: 1399px) {
  .line-top--three-quarters {
    width: calc(85% - 63px);
  }
}
@media screen and (max-width: 1199px) {
  .line-top--three-quarters {
    width: calc(85% - 75px);
  }
}
@media screen and (max-width: 991px) {
  .line-top--three-quarters {
    width: calc(85% - 99px);
  }
}

.line-top--quarter {
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  position: absolute;
  top: -64px;
  right: calc(50% + 159px);
  width: calc(25% - 190px);
  height: 8px;
}
@media screen and (max-width: 1399px) {
  .line-top--quarter {
    width: calc(25% - 190px);
  }
}
@media screen and (max-width: 1199px) {
  .line-top--quarter {
    width: calc(25% - 192px);
  }
}

.line-top-left-half--image {
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  position: absolute;
  top: -64px;
  right: 50%;
  width: calc(50% - 138px);
  height: 8px;
}

.line-top-left-half--square {
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  position: absolute;
  top: -64px;
  right: calc(50% + 44px);
  width: calc(50% - 182px);
  height: 8px;
}

.line-top-left-half-sq {
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  position: absolute;
  top: -64px;
  right: calc(50% + 44px);
  width: calc(50% - 52px);
  height: 8px;
}

.line-top-left-half {
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  position: absolute;
  top: -64px;
  right: 50%;
  width: calc(50% - 3px);
  height: 8px;
}

.line-top-right-half {
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  position: absolute;
  top: -64px;
  left: 50%;
  width: calc(50% - 3px);
  height: 8px;
}

.line-bottom-left-half {
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  position: absolute;
  bottom: -64px;
  left: 7px;
  width: calc(50% - 3px);
  height: 8px;
}

.line-bottom-left-half-sq {
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  position: absolute;
  bottom: -64px;
  left: 7px;
  width: calc(50% - 50px);
  height: 8px;
}

.line-bottom-right-half {
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  position: absolute;
  bottom: -64px;
  right: 7px;
  width: calc(50% - 3px);
  height: 8px;
}

.half-ani-wrap {
  position: absolute;
  top: 50%;
  right: calc(50% + 30px);
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .half-ani-wrap {
    display: none;
  }
}
.half-ani-wrap svg {
  display: block;
  height: 100%;
}

.line--mid {
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  position: absolute;
  top: 114px;
  right: 7px;
  height: 8px;
  width: calc(100% - 14px);
  z-index: 1;
}
@media screen and (max-width: 1399px) {
  .line--mid {
    top: 97px;
  }
}
@media screen and (max-width: 1199px) {
  .line--mid {
    top: 78px;
  }
}
@media screen and (max-width: 991px) {
  .line--mid {
    top: 51px;
  }
}
.line--mid.line--75 {
  width: 75%;
}

.dot {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #fff;
  position: absolute;
  left: -51px;
  top: 4px;
  z-index: 2;
}
.bg--white .dot {
  border-color: #003A5D;
}
@media screen and (max-width: 767px) {
  .dot {
    display: none;
  }
}
.dot.dot--blue {
  background: #3D7CB8;
}
.dot.dot--pink {
  background: #E41087;
}
.dot.dot--yellow {
  background: #F4C22A;
}
.dot.dot--green {
  background: #8EBC41;
}
.dot.dot--orange {
  background: #EC9649;
}
.dot.dot--lightblue {
  background: #6EC2E1;
}
.dot.dot--25 {
  width: 25px;
  height: 25px;
}
.dot.dot--38 {
  width: 38px;
  height: 38px;
}
.dot.dot--first {
  position: absolute;
  left: unset;
  right: calc(85% - 14px);
  top: -138px;
  z-index: 10;
}
@media screen and (max-width: 1399px) {
  .dot.dot--first {
    right: calc(85% - 37px);
  }
}
@media screen and (max-width: 1199px) {
  .dot.dot--first {
    right: calc(85% - 48px);
  }
}
@media screen and (max-width: 991px) {
  .dot.dot--first {
    right: calc(85% - 74px);
  }
}
.dot.dot--top-left {
  left: -51px;
  top: 4px;
}
.dot.dot--horizontal-bottom {
  bottom: -75px;
  top: unset;
}
.dot.dot--horizontal-bottom.dot--25 {
  bottom: -72px;
}
.dot.dot--horizontal-bottom.dot--15P {
  left: 15%;
}
.dot.dot--horizontal-bottom.dot--25P {
  left: 25%;
}
.dot.dot--horizontal-bottom.dot--30P {
  left: 30%;
}
.dot.dot--horizontal-bottom.dot--40P {
  left: 40%;
}
.dot.dot--horizontal-bottom.dot--50P {
  left: 50%;
}
.dot.dot--horizontal-bottom.dot--60P {
  left: 60%;
}
.dot.dot--horizontal-bottom.dot--80P {
  left: 80%;
}
.dot.dot--vertical-right {
  left: unset;
  right: -51px;
  top: 30%;
}
.dot.dot--vertical-right.dot--25 {
  right: -49px;
}
.dot.dot--vertical-right.dot--38 {
  right: -55px;
}
.dot.dot--vertical-right.dot--20P {
  top: 20%;
}
.dot.dot--vertical-right.dot--30P {
  top: 30%;
}
.dot.dot--vertical-right.dot--40P {
  top: 40%;
}
.dot.dot--vertical-right.dot--50P {
  top: 50%;
}
.dot.dot--vertical-right.dot--60P {
  top: 60%;
}
.dot.dot--vertical-right.dot--80P {
  top: 80%;
}
.dot.dot--mid-vertical-left {
  top: 30%;
  left: calc(50% - 131px);
}
.dot.dot--mid-vertical-left.dot--25 {
  left: calc(50% - 120px);
}
.dot.dot--mid-vertical-left.dot--38 {
  left: calc(50% - 135px);
}
.dot.dot--mid-vertical-left.dot--20P {
  top: 20%;
}
.dot.dot--mid-vertical-left.dot--25P {
  top: 25%;
}
.dot.dot--mid-vertical-left.dot--30P {
  top: 30%;
}
.dot.dot--mid-vertical-left.dot--40P {
  top: 40%;
}
.dot.dot--mid-vertical-left.dot--60P {
  top: 60%;
}
.dot.dot--mid-vertical-left.dot--80P {
  top: 80%;
}
.dot.dot--vertical-left {
  left: -51px;
  top: 10%;
}
.dot.dot--vertical-left.dot--25 {
  left: -49px;
}
.dot.dot--vertical-left.dot--38 {
  left: -55px;
}
.dot.dot--vertical-left.dot--20P {
  top: 20%;
}
.dot.dot--vertical-left.dot--30P {
  top: 30%;
}
.dot.dot--vertical-left.dot--40P {
  top: 40%;
}
.dot.dot--vertical-left.dot--50P {
  top: 50%;
}
.dot.dot--vertical-left.dot--60P {
  top: 60%;
}
.dot.dot--vertical-left.dot--80P {
  top: 80%;
}
.dot.dot--vertical-left.dot--org {
  top: calc(100% - 55px);
}
.dot.dot--square-connector {
  position: absolute;
  left: calc(50% - 15px);
  z-index: 10;
}
.dot.dot--square-connector.dot--top {
  top: 45px;
}
.dot.dot--square-connector.dot--bottom {
  bottom: -75px;
  top: unset;
}
.dot.dot--horizontal-mid {
  z-index: 10;
  top: 104px;
}
@media screen and (max-width: 1399px) {
  .dot.dot--horizontal-mid {
    top: 85px;
  }
}
@media screen and (max-width: 1199px) {
  .dot.dot--horizontal-mid {
    top: 68px;
  }
}
@media screen and (max-width: 991px) {
  .dot.dot--horizontal-mid {
    top: 40px;
  }
}
.dot.dot--horizontal-mid.dot--38 {
  top: 100px;
}
@media screen and (max-width: 1399px) {
  .dot.dot--horizontal-mid.dot--38 {
    top: 82px;
  }
}
@media screen and (max-width: 1199px) {
  .dot.dot--horizontal-mid.dot--38 {
    top: 62px;
  }
}
@media screen and (max-width: 991px) {
  .dot.dot--horizontal-mid.dot--38 {
    top: 36px;
  }
}
.dot.dot--horizontal-mid.dot--90P {
  left: 90%;
}
.dot.dot--horizontal-mid.dot--10P {
  left: 10%;
}

.img-wrap--circle {
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 5px solid #fff;
  overflow: hidden;
}
.img-wrap--circle img {
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.img-wrap--circle.img-wrap--max-260 {
  max-width: 260px;
}
@media screen and (max-width: 767px) {
  .img-wrap--circle.img-wrap--max-260 {
    max-width: 200px;
  }
}

.square-connector-wrap {
  position: relative;
  height: 120px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .square-connector-wrap {
    display: none;
  }
}
.square-connector-wrap .square-connector {
  height: 120px;
  width: 8px;
  background: #fff;
  position: absolute;
  top: 60px;
  left: calc(50% - 4px);
}
.square-connector-wrap .square-connector--top {
  height: 64px;
  width: 8px;
  background: #fff;
  position: absolute;
  top: 104px;
  left: calc(50% - 4px);
}
.square-connector-wrap .square-connector--bottom {
  height: 66px;
  width: 8px;
  background: #fff;
  position: absolute;
  top: 72px;
  left: calc(50% - 4px);
}

.line-ani,
.line-ani-arc {
  opacity: 0;
  visibility: hidden;
}

body.lines-ready .line-ani,
body.lines-ready .line-ani-arc {
  opacity: 1;
  visibility: visible;
}

section.content:nth-of-type(2) .col-12 {
  opacity: 0;
  transform: translateY(100px);
  animation: fadeUp 0.75s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  animation-delay: 1.5s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.mobile-lines {
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-lines {
    display: block;
  }
}

.page {
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  .arc-mobile-nav-wrap:before {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 30px;
    width: 8px;
    height: 40px;
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  .arc-mobile-nav-wrap:after {
    content: "";
    position: absolute;
    bottom: -90px;
    left: 80px;
    width: 200px;
    height: 8px;
    background: #fff;
  }
}

.bg--darkblue .image-wrap-left-indent {
  border-color: #fff;
}

.image-wrap-left-indent {
  border: 5px solid #003A5D;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
  transform: translateX(-60px);
  max-width: 275px;
}
@media screen and (max-width: 1399px) {
  .image-wrap-left-indent {
    transform: translateX(-60px);
  }
}
@media screen and (max-width: 767px) {
  .image-wrap-left-indent {
    transform: translateX(0px);
    margin-bottom: 30px;
  }
}
.image-wrap-left-indent img, .image-wrap-left-indent picture {
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.image-wrap-right-indent {
  border: 5px solid #003A5D;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
  transform: translateX(60px);
  max-width: 275px;
}
@media screen and (max-width: 1399px) {
  .image-wrap-right-indent {
    transform: translateX(60px);
  }
}
@media screen and (max-width: 767px) {
  .image-wrap-right-indent {
    transform: translateX(0px);
    margin-bottom: 30px;
  }
}
.image-wrap-right-indent img, .image-wrap-right-indent picture {
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bg--white .line-ani:not(.line-ani-arc) {
  background: #003A5D;
}
.bg--white .line-ani-arc path {
  stroke: #003A5D;
}
.bg--white .square-connector {
  background: #003A5D;
}
.bg--white .dot--square-connector {
  border-color: #003A5D;
  background: #003A5D;
}
.bg--white .dot--square-connector.dot--orange {
  background: #EC9649;
}
.bg--white .dot--square-connector.dot--pink {
  background: #E41087;
}
.bg--white .dot--square-connector.dot--yellow {
  background: #F4C22A;
}
.bg--white .dot--square-connector.dot--green {
  background: #8EBC41;
}
.bg--white .dot--square-connector.dot--blue {
  background: #3D7CB8;
}
.bg--white .line-center-connector-right,
.bg--white .line-center-connector-left {
  background: #003A5D;
}
.bg--white .line-mobile {
  background-color: #003A5D;
}
.bg--white .mobile-dot {
  border-color: #003A5D !important;
}

.double-image {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .double-image {
    justify-content: flex-start;
    gap: 30px;
  }
}
.double-image .image-wrap {
  border: 5px solid #003A5D;
  border-radius: 50%;
  overflow: hidden;
  width: 220px;
  height: 220px;
}
@media screen and (max-width: 767px) {
  .double-image .image-wrap {
    width: 160px;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.double-image .image-wrap.image-wrap--large {
  width: 280px;
  height: 280px;
}
@media screen and (max-width: 767px) {
  .double-image .image-wrap.image-wrap--large {
    width: 200px;
    height: auto;
  }
}
.double-image .image-wrap img, .double-image .image-wrap picture {
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bg--darkblue .double-image .image-wrap {
  border-color: #fff;
}

.doub-img {
  padding-top: 60px;
}

.doub-img + section {
  padding-top: 60px;
}

.icon-card .icon-icon {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .icon-card .icon-icon {
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
  }
}

.icon-icon--large {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .icon-icon--large {
    display: block;
    margin-bottom: 20px;
    max-width: 160px;
  }
}

.line-left--image--short {
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  position: absolute;
  top: -17px;
  left: 90px;
  width: 8px;
  height: calc(100% - 80px);
}

.line-left--image--med {
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  position: absolute;
  top: -17px;
  left: 90px;
  width: 8px;
  height: calc(100% + 36px);
}

.arc-bottom-left--hitch {
  position: absolute;
  bottom: 48px;
  left: 48px;
  width: 50px;
  height: 50px;
}

.arc-top-right--square-con {
  position: absolute;
  top: 56px;
  left: calc(50% - 4px);
  width: 50px;
  height: 50px;
}

.arc-bottom-right--square-con {
  position: absolute;
  bottom: -64px;
  left: calc(50% - 4px);
  width: 50px;
  height: 50px;
}

.arc-bottom-right--square-con--topper {
  position: absolute;
  top: -106px;
  left: calc(50% - 4px);
  width: 50px;
  height: 50px;
}

.arc-top-left--square-con {
  position: absolute;
  top: 56px;
  right: calc(50% - 4px);
  width: 50px;
  height: 50px;
}

.arc-top-right--hitch {
  position: absolute;
  bottom: 6px;
  left: -40px;
  width: 50px;
  height: 50px;
}

.arc-bottom-left--hitch-2 {
  position: absolute;
  bottom: -64px;
  left: 48px;
  width: 50px;
  height: 50px;
}

.arc-top-right--hitch-2 {
  position: absolute;
  bottom: -106px;
  left: -40px;
  width: 50px;
  height: 50px;
}

.arc-top-left--hitch {
  position: absolute;
  bottom: -64px;
  left: -40px;
  width: 50px;
  height: 50px;
}

.line-hitch-connect {
  position: absolute;
  bottom: 48px;
  left: 8px;
  width: 48px;
  height: 8px;
  background: #003A5D;
}

.line-hitch-connect-2 {
  position: absolute;
  bottom: -64px;
  left: 8px;
  width: 48px;
  height: 8px;
  background: #fff;
}

.line-hitch-bottom {
  position: absolute;
  bottom: -15px;
  left: -40px;
  width: 8px;
  height: 22px;
  background: #003A5D;
}

.lined-under-image {
  position: relative;
  padding-left: 280px;
}
@media screen and (max-width: 991px) {
  .lined-under-image {
    padding-left: 200px;
  }
}
@media screen and (max-width: 767px) {
  .lined-under-image {
    padding-left: 0;
  }
}
.lined-under-image .image-side {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 991px) {
  .lined-under-image .image-side {
    width: 200px;
    left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .lined-under-image .image-side {
    position: static;
    margin-bottom: 30px;
  }
}

.lined-under-image-reverse {
  position: relative;
  padding-right: 280px;
}
@media screen and (max-width: 991px) {
  .lined-under-image-reverse {
    padding-right: 200px;
  }
}
@media screen and (max-width: 767px) {
  .lined-under-image-reverse {
    padding-right: 0;
  }
}
.lined-under-image-reverse .image-side {
  position: absolute;
  top: 0;
  right: 0;
  width: 280px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 991px) {
  .lined-under-image-reverse .image-side {
    width: 200px;
    right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .lined-under-image-reverse .image-side {
    position: static;
    margin-bottom: 30px;
  }
}

.m-b-color-change {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .m-b-color-change {
    margin-bottom: 60px;
  }
}

.half-ani-wrap svg {
  overflow: visible;
}

.rel-1 {
  position: relative;
  z-index: 1;
}

.rel-2 {
  position: relative;
  z-index: 2;
}

.rel-3 {
  position: relative;
  z-index: 3;
}

/*# sourceMappingURL=global.css.map */
