@font-face {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: 700;
  src: url(assets/fonts/mark-simonson-bold.eot);
  src: url(assets/fonts/mark-simonson-bold.eot?#iefix)
      format("embedded-opentype"),
    url(assets/fonts/mark-simonson-bold.woff2) format("woff2"),
    url(assets/fonts/mark-simonson-bold.woff) format("woff"),
    url(assets/fonts/mark-simonson-bold.ttf) format("truetype"),
    url(assets/fonts/mark-simonson-bold.svg#proxima_nova_altbold) format("svg");
}
@font-face {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: 400;
  src: url(assets/fonts/mark-simonson-regular.eot);
  src: url(assets/fonts/mark-simonson-regular.eot?#iefix)
      format("embedded-opentype"),
    url(assets/fonts/mark-simonson-regular.woff2) format("woff2"),
    url(assets/fonts/mark-simonson-regular.woff) format("woff"),
    url(assets/fonts/mark-simonson-regular.ttf) format("truetype"),
    url(assets/fonts/mark-simonson-regular.svg#proxima_nova_altregular)
      format("svg");
}
@font-face {
  font-family: Avant Garde;
  font-style: normal;
  font-weight: 600;
  src: url(assets/fonts/4dd591d8-4168-4263-b05b-7183ddaff1f4.woff2)
      format("woff2"),
    url(assets/fonts/90882e39-7091-4415-b231-1e068ccdcc6f.woff) format("woff");
}
.fill-black {
  fill: #000;
}
.stroke-black {
  stroke: #000;
}
.fill-white {
  fill: #fff;
}
.stroke-white {
  stroke: #fff;
}
.fill-dark {
  fill: #0d0d0d;
}
.stroke-dark {
  stroke: #0d0d0d;
}
.fill-red {
  fill: #0081D0;
}
.stroke-red {
  stroke: #0081D0;
}
.fill-primary {
  fill: #fff;
}
.stroke-primary {
  stroke: #fff;
}
.fill-tundora {
  fill: #4d4d4d;
}
.stroke-tundora {
  stroke: #4d4d4d;
}
.row {
  --bs-gutter-x: 1.25rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-top: calc(var(--bs-gutter-y) * -1);
}
.row > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: var(--bs-gutter-y);
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  width: 100%;
}
.col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
.row-cols-auto > * {
  width: auto;
}
.row-cols-1 > *,
.row-cols-auto > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.row-cols-1 > * {
  width: 100%;
}
.row-cols-2 > * {
  width: 50%;
}
.row-cols-2 > *,
.row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.row-cols-3 > * {
  width: 33.3333333333%;
}
.row-cols-4 > * {
  width: 25%;
}
.row-cols-4 > *,
.row-cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.row-cols-5 > * {
  width: 20%;
}
.row-cols-6 > * {
  width: 16.6666666667%;
}
.col-auto,
.row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.col-auto {
  width: auto;
}
.col-1 {
  width: 8.33333333%;
}
.col-1,
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.col-2 {
  width: 16.66666667%;
}
.col-3 {
  width: 25%;
}
.col-3,
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.col-4 {
  width: 33.33333333%;
}
.col-5 {
  width: 41.66666667%;
}
.col-5,
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33333333%;
}
.col-7,
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.col-8 {
  width: 66.66666667%;
}
.col-9 {
  width: 75%;
}
.col-10,
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.col-10 {
  width: 83.33333333%;
}
.col-11 {
  width: 91.66666667%;
}
.col-11,
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.col-12 {
  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.625rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.625rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 1.875rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 1.875rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 2.5rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 2.5rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 3.125rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 3.125rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3.75rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3.75rem;
}
.g-6,
.gx-6 {
  --bs-gutter-x: 5rem;
}
.g-6,
.gy-6 {
  --bs-gutter-y: 5rem;
}
.g-7,
.gx-7 {
  --bs-gutter-x: 7.5rem;
}
.g-7,
.gy-7 {
  --bs-gutter-y: 7.5rem;
}
.g-9,
.gx-9 {
  --bs-gutter-x: 10rem;
}
.g-9,
.gy-9 {
  --bs-gutter-y: 10rem;
}
.g-10,
.gx-10 {
  --bs-gutter-x: 18.75rem;
}
.g-10,
.gy-10 {
  --bs-gutter-y: 18.75rem;
}
@media (min-width: 768px) {
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    width: auto;
  }
  .row-cols-sm-1 > *,
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .row-cols-sm-1 > * {
    width: 100%;
  }
  .row-cols-sm-2 > * {
    width: 50%;
  }
  .row-cols-sm-2 > *,
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .row-cols-sm-3 > * {
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    width: 25%;
  }
  .row-cols-sm-4 > *,
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .row-cols-sm-5 > * {
    width: 20%;
  }
  .row-cols-sm-6 > * {
    width: 16.6666666667%;
  }
  .col-sm-auto,
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-sm-auto {
    width: auto;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-1,
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-3,
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-5,
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-7,
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10,
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-11,
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-sm-12 {
    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.625rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.625rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 1.875rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 1.875rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 2.5rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 2.5rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 3.125rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 3.125rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3.75rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3.75rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 5rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 7.5rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 7.5rem;
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 10rem;
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 10rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 18.75rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 18.75rem;
  }
}
@media (min-width: 1024px) {
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    width: auto;
  }
  .row-cols-md-1 > *,
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .row-cols-md-1 > * {
    width: 100%;
  }
  .row-cols-md-2 > * {
    width: 50%;
  }
  .row-cols-md-2 > *,
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .row-cols-md-3 > * {
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    width: 25%;
  }
  .row-cols-md-4 > *,
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .row-cols-md-5 > * {
    width: 20%;
  }
  .row-cols-md-6 > * {
    width: 16.6666666667%;
  }
  .col-md-auto,
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-md-auto {
    width: auto;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-1,
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-3,
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-5,
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-7,
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10,
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-11,
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-md-12 {
    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.625rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.625rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 1.875rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 1.875rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 2.5rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 2.5rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 3.125rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 3.125rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3.75rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3.75rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 5rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 5rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 7.5rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 7.5rem;
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 10rem;
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 10rem;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 18.75rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 18.75rem;
  }
}
@media (min-width: 1200px) {
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    width: auto;
  }
  .row-cols-lg-1 > *,
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .row-cols-lg-1 > * {
    width: 100%;
  }
  .row-cols-lg-2 > * {
    width: 50%;
  }
  .row-cols-lg-2 > *,
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .row-cols-lg-3 > * {
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    width: 25%;
  }
  .row-cols-lg-4 > *,
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .row-cols-lg-5 > * {
    width: 20%;
  }
  .row-cols-lg-6 > * {
    width: 16.6666666667%;
  }
  .col-lg-auto,
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-lg-auto {
    width: auto;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-1,
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-3,
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-5,
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-7,
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10,
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-11,
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-lg-12 {
    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.625rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.625rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 1.875rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 1.875rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 2.5rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 2.5rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 3.125rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 3.125rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3.75rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3.75rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 5rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 7.5rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 7.5rem;
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 10rem;
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 10rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 18.75rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 18.75rem;
  }
}
@media (min-width: 1400px) {
  .col-xl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    width: auto;
  }
  .row-cols-xl-1 > *,
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .row-cols-xl-1 > * {
    width: 100%;
  }
  .row-cols-xl-2 > * {
    width: 50%;
  }
  .row-cols-xl-2 > *,
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .row-cols-xl-3 > * {
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    width: 25%;
  }
  .row-cols-xl-4 > *,
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .row-cols-xl-5 > * {
    width: 20%;
  }
  .row-cols-xl-6 > * {
    width: 16.6666666667%;
  }
  .col-xl-auto,
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xl-auto {
    width: auto;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-1,
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-3,
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-5,
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-7,
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10,
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-11,
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xl-12 {
    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.625rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.625rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 1.875rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 1.875rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 3.125rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 3.125rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3.75rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3.75rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 5rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 7.5rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 7.5rem;
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 10rem;
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 10rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 18.75rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 18.75rem;
  }
}
@media (min-width: 1600px) {
  .col-xxl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    width: auto;
  }
  .row-cols-xxl-1 > *,
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .row-cols-xxl-1 > * {
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    width: 50%;
  }
  .row-cols-xxl-2 > *,
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .row-cols-xxl-3 > * {
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    width: 25%;
  }
  .row-cols-xxl-4 > *,
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .row-cols-xxl-5 > * {
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    width: 16.6666666667%;
  }
  .col-xxl-auto,
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xxl-auto {
    width: auto;
  }
  .col-xxl-1 {
    width: 8.33333333%;
  }
  .col-xxl-1,
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xxl-2 {
    width: 16.66666667%;
  }
  .col-xxl-3 {
    width: 25%;
  }
  .col-xxl-3,
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xxl-4 {
    width: 33.33333333%;
  }
  .col-xxl-5 {
    width: 41.66666667%;
  }
  .col-xxl-5,
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xxl-6 {
    width: 50%;
  }
  .col-xxl-7 {
    width: 58.33333333%;
  }
  .col-xxl-7,
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xxl-8 {
    width: 66.66666667%;
  }
  .col-xxl-9 {
    width: 75%;
  }
  .col-xxl-10,
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xxl-10 {
    width: 83.33333333%;
  }
  .col-xxl-11 {
    width: 91.66666667%;
  }
  .col-xxl-11,
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xxl-12 {
    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.625rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.625rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 1.875rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 1.875rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 3.125rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 3.125rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3.75rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3.75rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 5rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 5rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 7.5rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 7.5rem;
  }
  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 10rem;
  }
  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 10rem;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 18.75rem;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 18.75rem;
  }
}
@media (min-width: 1728px) {
  .col-xxxl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-xxxl-auto > * {
    width: auto;
  }
  .row-cols-xxxl-1 > *,
  .row-cols-xxxl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .row-cols-xxxl-1 > * {
    width: 100%;
  }
  .row-cols-xxxl-2 > * {
    width: 50%;
  }
  .row-cols-xxxl-2 > *,
  .row-cols-xxxl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .row-cols-xxxl-3 > * {
    width: 33.3333333333%;
  }
  .row-cols-xxxl-4 > * {
    width: 25%;
  }
  .row-cols-xxxl-4 > *,
  .row-cols-xxxl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .row-cols-xxxl-5 > * {
    width: 20%;
  }
  .row-cols-xxxl-6 > * {
    width: 16.6666666667%;
  }
  .col-xxxl-auto,
  .row-cols-xxxl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xxxl-auto {
    width: auto;
  }
  .col-xxxl-1 {
    width: 8.33333333%;
  }
  .col-xxxl-1,
  .col-xxxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xxxl-2 {
    width: 16.66666667%;
  }
  .col-xxxl-3 {
    width: 25%;
  }
  .col-xxxl-3,
  .col-xxxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xxxl-4 {
    width: 33.33333333%;
  }
  .col-xxxl-5 {
    width: 41.66666667%;
  }
  .col-xxxl-5,
  .col-xxxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xxxl-6 {
    width: 50%;
  }
  .col-xxxl-7 {
    width: 58.33333333%;
  }
  .col-xxxl-7,
  .col-xxxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xxxl-8 {
    width: 66.66666667%;
  }
  .col-xxxl-9 {
    width: 75%;
  }
  .col-xxxl-10,
  .col-xxxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xxxl-10 {
    width: 83.33333333%;
  }
  .col-xxxl-11 {
    width: 91.66666667%;
  }
  .col-xxxl-11,
  .col-xxxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xxxl-12 {
    width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxxl-0,
  .gx-xxxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxxl-0,
  .gy-xxxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxxl-1,
  .gx-xxxl-1 {
    --bs-gutter-x: 0.625rem;
  }
  .g-xxxl-1,
  .gy-xxxl-1 {
    --bs-gutter-y: 0.625rem;
  }
  .g-xxxl-2,
  .gx-xxxl-2 {
    --bs-gutter-x: 1.875rem;
  }
  .g-xxxl-2,
  .gy-xxxl-2 {
    --bs-gutter-y: 1.875rem;
  }
  .g-xxxl-3,
  .gx-xxxl-3 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xxxl-3,
  .gy-xxxl-3 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xxxl-4,
  .gx-xxxl-4 {
    --bs-gutter-x: 3.125rem;
  }
  .g-xxxl-4,
  .gy-xxxl-4 {
    --bs-gutter-y: 3.125rem;
  }
  .g-xxxl-5,
  .gx-xxxl-5 {
    --bs-gutter-x: 3.75rem;
  }
  .g-xxxl-5,
  .gy-xxxl-5 {
    --bs-gutter-y: 3.75rem;
  }
  .g-xxxl-6,
  .gx-xxxl-6 {
    --bs-gutter-x: 5rem;
  }
  .g-xxxl-6,
  .gy-xxxl-6 {
    --bs-gutter-y: 5rem;
  }
  .g-xxxl-7,
  .gx-xxxl-7 {
    --bs-gutter-x: 7.5rem;
  }
  .g-xxxl-7,
  .gy-xxxl-7 {
    --bs-gutter-y: 7.5rem;
  }
  .g-xxxl-9,
  .gx-xxxl-9 {
    --bs-gutter-x: 10rem;
  }
  .g-xxxl-9,
  .gy-xxxl-9 {
    --bs-gutter-y: 10rem;
  }
  .g-xxxl-10,
  .gx-xxxl-10 {
    --bs-gutter-x: 18.75rem;
  }
  .g-xxxl-10,
  .gy-xxxl-10 {
    --bs-gutter-y: 18.75rem;
  }
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  margin: 0;
  text-align: var(--bs-body-text-align);
}
hr {
  border: 0;
  border-top: 1px solid;
  color: inherit;
  margin: 1rem 0;
  opacity: 0.25;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1.875rem;
  margin-top: 0;
}
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
p {
  margin-bottom: 1.875rem;
  margin-top: 0;
}
abbr[title] {
  cursor: help;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}
ol,
ul {
  padding-left: 2rem;
}
dl,
ol,
ul {
  margin-bottom: 1rem;
  margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: 700;
}
small {
  font-size: 0.875em;
}
mark {
  background-color: var(--bs-highlight-bg);
  padding: 0.1875em;
}
sub,
sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: var(--bs-link-color);
}
a,
a:hover {
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
pre {
  display: block;
  font-size: 0.875em;
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
}
pre code {
  color: inherit;
  font-size: inherit;
  word-break: normal;
}
code {
  word-wrap: break-word;
  color: var(--bs-code-color);
  font-size: 0.875em;
}
a > code {
  color: inherit;
}
kbd {
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
  color: var(--bs-body-bg);
  font-size: 0.875em;
  padding: 0.1875rem 0.375rem;
}
kbd kbd {
  font-size: 1em;
  padding: 0;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  caption-side: bottom;
}
caption {
  color: #6c757d;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border: 0 solid;
  border-color: inherit;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(.focus-visible) {
  outline: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not(
    [type="week"]
  ):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
textarea {
  resize: vertical;
}
fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}
legend {
  float: left;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
  margin-bottom: 0.5rem;
  padding: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  -webkit-appearance: button;
  font: inherit;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  cursor: pointer;
  display: list-item;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.order-first {
  -webkit-box-ordinal-group: 0 !important;
  -ms-flex-order: -1 !important;
  order: -1 !important;
}
.order-0 {
  -webkit-box-ordinal-group: 1 !important;
  -ms-flex-order: 0 !important;
  order: 0 !important;
}
.order-1 {
  -webkit-box-ordinal-group: 2 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
}
.order-2 {
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
}
.order-3 {
  -webkit-box-ordinal-group: 4 !important;
  -ms-flex-order: 3 !important;
  order: 3 !important;
}
.order-4 {
  -webkit-box-ordinal-group: 5 !important;
  -ms-flex-order: 4 !important;
  order: 4 !important;
}
.order-5 {
  -webkit-box-ordinal-group: 6 !important;
  -ms-flex-order: 5 !important;
  order: 5 !important;
}
.order-last {
  -webkit-box-ordinal-group: 7 !important;
  -ms-flex-order: 6 !important;
  order: 6 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.625rem !important;
}
.mt-2 {
  margin-top: 1.875rem !important;
}
.mt-3 {
  margin-top: 2.5rem !important;
}
.mt-4 {
  margin-top: 3.125rem !important;
}
.mt-5 {
  margin-top: 3.75rem !important;
}
.mt-6 {
  margin-top: 5rem !important;
}
.mt-7 {
  margin-top: 7.5rem !important;
}
.mt-9 {
  margin-top: 10rem !important;
}
.mt-10 {
  margin-top: 18.75rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.625rem !important;
}
.mb-2 {
  margin-bottom: 1.875rem !important;
}
.mb-3 {
  margin-bottom: 2.5rem !important;
}
.mb-4 {
  margin-bottom: 3.125rem !important;
}
.mb-5 {
  margin-bottom: 3.75rem !important;
}
.mb-6 {
  margin-bottom: 5rem !important;
}
.mb-7 {
  margin-bottom: 7.5rem !important;
}
.mb-9 {
  margin-bottom: 10rem !important;
}
.mb-10 {
  margin-bottom: 18.75rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-red {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-red-rgb), var(--bs-text-opacity)) !important;
}
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-tundora {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tundora-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
  --bs-text-opacity: 1;
  color: #f8f8f8 !important;
}
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  --bs-text-opacity: 1;
  color: hsla(0, 0%, 100%, 0.5) !important;
}
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-red {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-rgb), var(--bs-bg-opacity)) !important;
}
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-primary-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-tundora {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-tundora-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-body-bg-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
@media (min-width: 768px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.625rem !important;
  }
  .mt-sm-2 {
    margin-top: 1.875rem !important;
  }
  .mt-sm-3 {
    margin-top: 2.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 3.125rem !important;
  }
  .mt-sm-5 {
    margin-top: 3.75rem !important;
  }
  .mt-sm-6 {
    margin-top: 5rem !important;
  }
  .mt-sm-7 {
    margin-top: 7.5rem !important;
  }
  .mt-sm-9 {
    margin-top: 10rem !important;
  }
  .mt-sm-10 {
    margin-top: 18.75rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.625rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 1.875rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 3.125rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3.75rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 7.5rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 10rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 18.75rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.625rem !important;
  }
  .mt-md-2 {
    margin-top: 1.875rem !important;
  }
  .mt-md-3 {
    margin-top: 2.5rem !important;
  }
  .mt-md-4 {
    margin-top: 3.125rem !important;
  }
  .mt-md-5 {
    margin-top: 3.75rem !important;
  }
  .mt-md-6 {
    margin-top: 5rem !important;
  }
  .mt-md-7 {
    margin-top: 7.5rem !important;
  }
  .mt-md-9 {
    margin-top: 10rem !important;
  }
  .mt-md-10 {
    margin-top: 18.75rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.625rem !important;
  }
  .mb-md-2 {
    margin-bottom: 1.875rem !important;
  }
  .mb-md-3 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 3.125rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3.75rem !important;
  }
  .mb-md-6 {
    margin-bottom: 5rem !important;
  }
  .mb-md-7 {
    margin-bottom: 7.5rem !important;
  }
  .mb-md-9 {
    margin-bottom: 10rem !important;
  }
  .mb-md-10 {
    margin-bottom: 18.75rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.625rem !important;
  }
  .mt-lg-2 {
    margin-top: 1.875rem !important;
  }
  .mt-lg-3 {
    margin-top: 2.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 3.125rem !important;
  }
  .mt-lg-5 {
    margin-top: 3.75rem !important;
  }
  .mt-lg-6 {
    margin-top: 5rem !important;
  }
  .mt-lg-7 {
    margin-top: 7.5rem !important;
  }
  .mt-lg-9 {
    margin-top: 10rem !important;
  }
  .mt-lg-10 {
    margin-top: 18.75rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.625rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 1.875rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 3.125rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3.75rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 7.5rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 10rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 18.75rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.625rem !important;
  }
  .mt-xl-2 {
    margin-top: 1.875rem !important;
  }
  .mt-xl-3 {
    margin-top: 2.5rem !important;
  }
  .mt-xl-4 {
    margin-top: 3.125rem !important;
  }
  .mt-xl-5 {
    margin-top: 3.75rem !important;
  }
  .mt-xl-6 {
    margin-top: 5rem !important;
  }
  .mt-xl-7 {
    margin-top: 7.5rem !important;
  }
  .mt-xl-9 {
    margin-top: 10rem !important;
  }
  .mt-xl-10 {
    margin-top: 18.75rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.625rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 1.875rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 3.125rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 10rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 18.75rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.625rem !important;
  }
  .mt-xxl-2 {
    margin-top: 1.875rem !important;
  }
  .mt-xxl-3 {
    margin-top: 2.5rem !important;
  }
  .mt-xxl-4 {
    margin-top: 3.125rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3.75rem !important;
  }
  .mt-xxl-6 {
    margin-top: 5rem !important;
  }
  .mt-xxl-7 {
    margin-top: 7.5rem !important;
  }
  .mt-xxl-9 {
    margin-top: 10rem !important;
  }
  .mt-xxl-10 {
    margin-top: 18.75rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.625rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 1.875rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 3.125rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 10rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 18.75rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1728px) {
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-grid {
    display: grid !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxxl-none {
    display: none !important;
  }
  .justify-content-xxxl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xxxl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .order-xxxl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-xxxl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-xxxl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-xxxl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-xxxl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-xxxl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-xxxl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-xxxl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .mt-xxxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxxl-1 {
    margin-top: 0.625rem !important;
  }
  .mt-xxxl-2 {
    margin-top: 1.875rem !important;
  }
  .mt-xxxl-3 {
    margin-top: 2.5rem !important;
  }
  .mt-xxxl-4 {
    margin-top: 3.125rem !important;
  }
  .mt-xxxl-5 {
    margin-top: 3.75rem !important;
  }
  .mt-xxxl-6 {
    margin-top: 5rem !important;
  }
  .mt-xxxl-7 {
    margin-top: 7.5rem !important;
  }
  .mt-xxxl-9 {
    margin-top: 10rem !important;
  }
  .mt-xxxl-10 {
    margin-top: 18.75rem !important;
  }
  .mt-xxxl-auto {
    margin-top: auto !important;
  }
  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxxl-1 {
    margin-bottom: 0.625rem !important;
  }
  .mb-xxxl-2 {
    margin-bottom: 1.875rem !important;
  }
  .mb-xxxl-3 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxxl-4 {
    margin-bottom: 3.125rem !important;
  }
  .mb-xxxl-5 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xxxl-6 {
    margin-bottom: 5rem !important;
  }
  .mb-xxxl-7 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xxxl-9 {
    margin-bottom: 10rem !important;
  }
  .mb-xxxl-10 {
    margin-bottom: 18.75rem !important;
  }
  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }
  .text-xxxl-start {
    text-align: left !important;
  }
  .text-xxxl-end {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
:root {
  --screen-x: 1.25rem;
  --break-line: 1.2em;
  --border-size-large: 1px;
  --viewSizeX: 375px;
  --viewSizeY: 682px;
  --spacing-supper: 10rem;
  --spacing-xl: 10rem;
  --spacing-xlx: 10rem;
  --spacing-lg: 5rem;
  --spacing-md: 5rem;
  --spacing-sm: 3rem;
  --spacing-sx: 1.5rem;
  --screen-left: 3rem;
  --size-btn: 78px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  :root {
    --screen-x: 2.6666666667vw;
    --spacing-supper: 16.5625rem;
  }
}
@media (min-width: 1200px) {
  :root {
    --screen-x: 4.0509259259vw;
    --border-size-large: 2px;
    --spacing-supper: 29.0625rem;
    --spacing-xl: 18.75rem;
    --spacing-xlx: 12.5rem;
    --spacing-lg: 10rem;
    --spacing-md: 7.5rem;
    --spacing-sm: 5rem;
    --spacing-sx: 2.5rem;
  }
}
body,
html {
  font-smoothing: antialiased !important;
  -webkit-font-smoothing: antialiased !important;
  background: #0d0d0d;
  color: #fff;
  font-family: Avant Garde, sans-serif, serif;
  font-size: calc(7.92453px + 1.88679vw);
  font-weight: 400;
  line-height: 110%;
}
@media (min-width: 768px) {
  body,
  html {
    font-size: calc(8px + 0.78125vw);
    min-height: 100%;
    overscroll-behavior-y: none !important;
    scroll-behavior: unset !important;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
  }
}
@media (min-width: 1200px) {
  body,
  html {
    font-size: 0.9259259259vw;
  }
}
body *,
html * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body.is-locked {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
body:not(.is-loaded) {
  overflow: hidden !important;
}
a {
  cursor: pointer;
  display: inline-block;
  outline: none !important;
}
a,
a:hover {
  text-decoration: none;
}
button {
  outline: none !important;
  text-decoration: none !important;
}
picture {
  display: block;
}
strong {
  color: #0081D0;
}
b {
  color: #fff;
}
.spacing {
  display: block;
}
.spacing__supper {
  margin-bottom: 10rem;
  margin-bottom: var(--spacing-supper);
}
.spacing__xl {
  margin-bottom: 10rem;
  margin-bottom: var(--spacing-xl);
}
.spacing__xlx {
  margin-bottom: 10rem;
  margin-bottom: var(--spacing-xlx);
}
.spacing__lg {
  margin-bottom: 5rem;
  margin-bottom: var(--spacing-lg);
}
.spacing__md {
  margin-bottom: 5rem;
  margin-bottom: var(--spacing-md);
}
.spacing__sm {
  margin-bottom: 3rem;
  margin-bottom: var(--spacing-sm);
}
.spacing__sx {
  margin-bottom: 1.5rem;
  margin-bottom: var(--spacing-sx);
}
.page-template-page-webgl .main {
  height: calc(var(--vh) * 100);
}
.page-template-page-webgl .viewPointer {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.vc_row-fluid:not(.container) > .row {
  margin: 0;
}
.vc_row-fluid:not(.container) > .row > .col {
  padding: 0;
}
.ul__reset {
  list-style: none;
  padding-left: 0;
}
.ul__reset,
.vc_custom_heading,
.wpb_content_element p:last-child {
  margin-bottom: 0;
}
.image__object-fit,
.object__image--fit,
.object__image__fit,
.wpb_single_image {
  font-size: 0;
  height: 100%;
  line-height: 0;
  width: 100%;
}
.image__object-fit:not(.image__object-max) .vc_single_image-wrapper,
.object__image--fit:not(.image__object-max) .vc_single_image-wrapper,
.object__image__fit:not(.image__object-max) .vc_single_image-wrapper,
.wpb_single_image:not(.image__object-max) .vc_single_image-wrapper {
  overflow-y: hidden;
  position: relative;
}
.image__object-fit:not(.image__object-max) img,
.object__image--fit:not(.image__object-max) img,
.object__image__fit:not(.image__object-max) img,
.wpb_single_image:not(.image__object-max) img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.image__object-contain {
  font-size: 0;
}
.image__object-contain img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.image__object-max {
  font-size: 0;
}
.image__object-max img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.mp-0 p:last-child {
  margin-bottom: 0;
}
.font-0 {
  font-size: 0;
  line-height: 0;
}
.font-medium {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
.revers {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 767.98px) {
  .hide-fromTablet {
    display: none;
  }
}
.hide-mobile {
  display: none;
}
.css-hide {
  display: block;
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
  z-index: -99;
}
.op-0 {
  pointer-events: none;
}
@media (any-hover: hover) {
  .op-0 {
    opacity: 0;
  }
}
.hasPaddingBottom {
  padding-bottom: 2.5rem;
}
.bg-text {
  height: 100vh;
  pointer-events: none;
  position: absolute;
  width: auto;
}
@media (max-width: 1199.98px) {
  .screen {
    overflow: hidden;
  }
}
.btn-clear {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.body-text,
.display,
.h1,
.h2,
.h3,
.h4,
.h6,
h1,
h2,
h3,
h4,
h6 {
  display: block;
  font-family: Avant Garde, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.h1,
h1 {
  font-size: 5rem;
  letter-spacing: -0.05em;
  line-height: 84%;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .h1,
  h1 {
    font-size: 6.875rem;
  }
}
@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 5.75rem;
    line-height: 6rem;
  }
}
.h2,
h2 {
  font-size: 2.75rem;
  letter-spacing: -0.04em;
  line-height: 100%;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .h2,
  h2 {
    font-size: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 3.5rem;
  }
}
.h3,
h3 {
  font-size: 1.5rem;
  letter-spacing: -0.04em;
  line-height: 110%;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .h3,
  h3 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .h3,
  h3 {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .h3,
  h3 {
    letter-spacing: -0.03em;
    line-height: 100%;
  }
}
.h4,
h4 {
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 120%;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .h4,
  h4 {
    font-size: 0.875rem;
  }
}
@media (min-width: 1200px) {
  .h4,
  h4 {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .h4,
  h4 {
    letter-spacing: 0;
    line-height: 130%;
  }
}
.h5,
h5 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 120%;
}
@media (min-width: 768px) {
  .h5,
  h5 {
    line-height: 130%;
  }
}
.h6,
h6 {
  font-size: 0.875rem;
  letter-spacing: 0.5em;
  line-height: 130%;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .h6,
  h6 {
    font-size: 0.875rem;
  }
}
@media (min-width: 1200px) {
  .h6,
  h6 {
    font-size: 1rem;
  }
}
.label_sample {
  background: #0081D0;
  border-radius: 50%;
  color: #0d0d0d;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.5em;
  line-height: 180%;
}
.display {
  font-size: 2.75rem;
  letter-spacing: -0.05em;
  line-height: 85%;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .display {
    font-size: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .display {
    font-size: 5rem;
  }
}
p {
  margin-bottom: 2.1875rem;
}
.body-text {
  letter-spacing: 0.5em;
  margin-bottom: 1.875rem;
}
.body-text,
.sub-content {
  font-size: 0.875rem;
  line-height: 180%;
}
.sub-content {
     color: #0081d0;
    font-weight: 400;
    margin-bottom: 0;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 600;
}
.sub-content span{
  color: #fff;
}
.desc {
  font-family: Proxima Nova, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .desc {
    font-size: 0.875rem;
  }
}
@media (min-width: 1200px) {
  .desc {
    font-size: 1rem;
  }
}
.text-uppercase {
  text-transform: uppercase;
}
.none-break {
  white-space: nowrap;
}
.overflow-hidden {
  overflow: hidden;
}
.font-400 {
  font-weight: 400 !important;
}
canvas.three-app {
  left: 0;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  width: 100vw;
}
.grid-debug,
canvas.three-app {
  height: 100vh;
  pointer-events: none;
  position: fixed;
  top: 0;
  display: none !important;
}
.grid-debug {
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: 100%;
  z-index: 99999999999;
}
.grid-debug .grid-col {
  background-color: rgba(255, 107, 76, 0.1);
  height: 100vh;
  position: relative;
}
.grid-debug .grid-col:before {
  left: 0;
}
.grid-debug .grid-col:after,
.grid-debug .grid-col:before {
  background-color: rgba(255, 107, 76, 0.5);
  content: "";
  height: 100%;
  position: absolute;
  width: 1px;
}
.grid-debug .grid-col:after {
  right: 0;
}
.main-layer {
  position: relative;
}
.layer {
  width: 100%;
}
.layer__red {
  --size: 0px;
  background: #0081D0;
  left: 0;
  -webkit-mask-image: url(assets/icons/test-mask.svg);
  mask-image: url(assets/icons/test-mask.svg);
  -webkit-mask-origin: content-box;
  mask-origin: content-box;
  -webkit-mask-position: calc(var(--x) - var(--size) / 2)
      calc(var(--y) - var(--size) / 2),
    center;
  mask-position: calc(var(--x) - var(--size) / 2)
      calc(var(--y) - var(--size) / 2),
    center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: var(--size), contain;
  mask-size: var(--size), contain;
  min-height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 5;
}
.text-dark {
  color: #0d0d0d !important;
}
.header {
  --top: 1.25rem;
  --color: #0081D0;
  --fill: #fff;
  --color-link: rgba(255,255,255,.5);
  --color-link-active: #fff;
  left: 0;
  mix-blend-mode: var(--mode);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}
@media (any-hover: hover) {
  .header {
/*    --mode: difference;*/
  }
}
@media (min-width: 768px) {
  .header {
    --top: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .header {
    --top: 6.5476190476vh;
  }
}
.header_logo {
  left: 1.25rem;
  left: var(--screen-x);
  margin-top: 0.3125rem;
  position: fixed;
  top: var(--top);
}
.header_logo:hover svg ellipse,
.header_logo:hover svg path {
  fill: var(--color);
}
.header_logo svg ellipse,
.header_logo svg path {
  fill: var(--fill);
  -webkit-transition: fill 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: fill 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.header_logo img,
.header_logo svg {
  height: 2rem;
/*  width: 2rem;*/
}
@media (min-width: 1200px) {
  .header_logo img,
  .header_logo svg {
    height: 3rem;
/*    width: 3rem;*/
  }
}
.header_menu {
  position: fixed;
  right: 1.25rem;
  right: var(--screen-x);
  top: var(--top);
}
.header_menu a {
  leading-trim: top;
  text-edge: cap alphabetic;
  display: block;
  line-height: 1;
  padding: 0.25rem 0;
  position: relative;
  text-align: right;
}
@media (min-width: 1200px) {
  .header_menu a {
    padding: 0.375rem 0;
  }
}
.header_menu_item_inner {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  display: block;
  position: relative;
}
.header_menu_item_link {
  display: block;
  -webkit-transition: color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.header_menu_item_link__deep {
  background: transparent;
  color: var(--color-link);
}
.header_menu_item_link__active {
  color: var(--color-link-active);
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.header_menu_item.is-active .header_menu_item_link__deep,
.header_menu_item:hover .header_menu_item_link__deep {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.header_menu_item.is-active .header_menu_item_link__active,
.header_menu_item:hover .header_menu_item_link__active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.is-red .header {
  --mode: normal;
  --color: #0d0d0d;
  --fill: #0d0d0d;
  --color-link-active: #0d0d0d;
  --color-link: hsla(0, 0%, 5%, 0.5);
}
.frame-mobile {
  display: block;
  height: 100vh;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4;
}
@media (min-width: 1200px) {
  .frame-mobile {
    display: none;
  }
}
.frame-mobile:before {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(hsla(0, 0%, 5%, 0)),
    color-stop(92.91%, #0c0c0c)
  );
  background: linear-gradient(1turn, hsla(0, 0%, 5%, 0), #0c0c0c 92.91%);
  height: 12.5rem;
  top: 0;
}
.frame-mobile:after,
.frame-mobile:before {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
}
.frame-mobile:after {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(31.25%, #0c0c0c),
    color-stop(92.91%, hsla(0, 0%, 5%, 0))
  );
  background: linear-gradient(0deg, #0c0c0c 31.25%, hsla(0, 0%, 5%, 0) 92.91%);
  bottom: 0;
  height: 15.625rem;
}
.footer {
  --bottom: 2rem;
  --color: #0081D0;
  --color-primary: #fff;
  bottom: 0;
  left: 0;
  mix-blend-mode: var(--mode);
  position: fixed;
  width: 100%;
  z-index: 9;
}
@media (any-hover: hover) {
  .footer {
    --mode: difference;
  }
}
@media (min-width: 768px) {
  .footer {
    --bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  .footer {
    --bottom: 2.9206349206vh;
  }
}
.footer_socials {
  bottom: var(--bottom);
  left: 0.5rem;
  left: calc(var(--screen-x) - 0.75rem);
  margin-top: 0.3125rem;
 
}
@media (min-width: 768px) {
  .footer_socials {
    display: block;
     position: fixed;
  }
}
.footer_socials li:not(:last-child) {
  margin-bottom: 1.0625rem;
}
.footer_socials a {
  display: block;
  font-size: 0;
  line-height: 1;
  padding: 0.625rem;
}
.footer_socials a:hover svg path {
  fill: var(--color);
}
.footer_socials img,
.footer_socials svg {
  height: 1.5rem;
  width: 1.5rem;
}
.footer_socials svg path {
  fill: var(--color-primary);
  -webkit-transition: fill 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: fill 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.is-red .footer {
  --mode: normal;
  --color: #0d0d0d;
  --color-primary: #0d0d0d;
}
.btn_clipPath {
  --duration: 10s;
  background: none;
  border: none;
  bottom: 2.1875rem;
  display: none;
  left: calc(50% - 39px);
  left: calc(50% - var(--size-btn) / 2);
  padding: 0 !important;
  position: fixed;
  z-index: 4;
  display: none !important;
}
.btn_clipPath,
.btn_clipPath * {
  user-focus: none;
  user-input: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn_clipPath img {
  pointer-events: none;
}
@media (min-width: 768px) {
  .btn_clipPath {
    bottom: 3rem;
  }
}
.btn_clipPath_inner {
  display: block;
  position: relative;
}
.btn_clipPath_image {
  display: block;
}
.btn_clipPath_image img {
  display: inline-block;
}
.btn_clipPath_image__ring {
  -webkit-animation: loopRing var(--duration) infinite forwards linear;
  animation: loopRing var(--duration) infinite forwards linear;
  height: 78px;
  height: var(--size-btn);
  width: 78px;
  width: var(--size-btn);
}
.btn_clipPath_image__touch {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@-webkit-keyframes loopRing {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
  to {
    -webkit-transform: rotate(2turn);
    transform: rotate(2turn);
  }
}
@keyframes loopRing {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
  to {
    -webkit-transform: rotate(2turn);
    transform: rotate(2turn);
  }
}
.is-touch .btn_clipPath {
  display: block;
}
.footer_sound {
  --color: #fff;
  --color-label: #4d4d4d;
  grid-gap: 0.3125rem;
  background: none;
  border: none;
  bottom: calc(var(--bottom) + 0em);
  color: var(--color-label);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
  overflow: hidden;
  position: fixed;
  width: 400px;
  right: calc(1.25rem - 2.8em);
  right: calc(var(--screen-x) - 2.8em);
  /*-webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);*/
}
.copyright{
  --color: #fff;
  --color-label: #4d4d4d;
  grid-gap: 0.3125rem;
  background: none;
  border: none;
  bottom: calc(var(--bottom) + 0em);
  color: var(--color-label);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
  overflow: hidden;
  position: fixed;
  left: calc(var(--screen-x) + 2.8em);
      white-space: nowrap;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}
.footer_sound_list {
  position: relative;
}
.footer_sound_list_item {
  color: var(--color);
  display: block;
  font-weight: 700;
  -webkit-transition: color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.footer_sound_list_item:first-child {
  position: relative;
}
.footer_sound_list_item:nth-child(2) {
  left: 0;
  position: absolute;
  top: 0;
}
.footer_sound_label {
  -webkit-transition: color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (any-hover: hover) {
  .footer_sound:hover .footer_sound_label {
    color: #fff;
  }
}
.is-red .footer_sound {
  --color: #0d0d0d;
  --color-label: hsla(0, 0%, 5%, 0.5);
}
.about_credit-thumbnail .wpb_text_column {
  margin-top: 1rem;
  position: absolute;
}
.about_content_label{
  z-index: 1;
  position: relative;
}
.about-big-logo {
  position: relative;
}
.input-group{
      display: flex;
    width: 100%;
    gap: 0;
}
.input-group .buttonsubmit{
      white-space: nowrap;
    padding: 0 1.3em;
    background: #0081d0;
    color: #fff;
    border: 0px;
    box-shadow: none;
}
.input-group .form-control,
.input-group .form-control::placeholder,
.input-group .form-control:focus{
    background: none;
    font-size: 1.2em;
    padding: 0.7em 0em;
    color: #fff;
    border: 0px;
    border-bottom: 1px solid #fff;
    outline: none;
    box-shadow: none;
    border-radius: 0px !important;
    height: 100%;
}
@media (max-width: 767px) {
  .about-big-logo {
    margin-top: 10.75rem;
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }
  .layer__red{
    display: none;

  }
  .footer_socials{
    display: inline-flex;
    width: 100%;
    justify-content: center;
  }
  .footer_sound{
        width: 100%;
    justify-content: center;
    display: flex;
    left: 0px;
  }
  .copyright{
        bottom: 12px;
    width: 100%;
    left: 0;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .about-big-logo .wpb_single_image {
    margin: 0 auto;
    width: 37.6875rem;
  }
}
@media (max-width: 767px) {
  .about-big-logo .border-stroke_inner {
    max-width: calc(100% - 1rem);
  }
}
.border-stroke {
  height: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .border-stroke {
    height: 150%;
  }
}
@media (min-width: 1200px) {
  .border-stroke {
    height: calc(150% + 9.4697vw - 113.63636px);
  }
}
.border-stroke_inner {
  height: 100%;
  position: relative;
  width: 100%;
}
.border-stroke_border {
  height: 0.4375rem;
  position: absolute;
  width: 0.4375rem;
}
@media (min-width: 1200px) {
  .border-stroke_border {
    height: 0.5625rem;
    width: 0.5625rem;
  }
}
.border-stroke_border__top {
  border-top: 1px solid #fff;
  top: 0;
}
.border-stroke_border__top-left {
  border-left: 1px solid #fff;
  left: 0;
}
.border-stroke_border__top-right {
  border-right: 1px solid #fff;
  right: 0;
}
.border-stroke_border__bottom {
  border-bottom: 1px solid #fff;
  bottom: 0;
}
.border-stroke_border__bottom-left {
  border-left: 1px solid #fff;
  left: 0;
}
.border-stroke_border__bottom-right {
  border-right: 1px solid #fff;
  right: 0;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .js-lenis-speed__parent > .vc_inner {
    position: sticky;
    top: calc(var(--pr-height) / 2);
  }
}
.hero {
  overflow: hidden;
  position: relative;
  height: 100vh;
}
.hero_bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.hero_bg video {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: calc(100% + 1px);
}
@media (min-width: 1200px) {
  .hero_bg video {
    width: 100%;
  }
}
.hero_content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(var(--vh) * 100);
  justify-content: center;
  min-height: 32.5rem;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media (min-width: 1200px) {
  .hero_content {
    padding-bottom: 18.6507936508vh;
    padding-top: 15.7738095238vh;
  }
}
.hero_content .row {
  width: 100%;
}
@media (min-width: 1200px) {
  .hero_content {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    align-items: unset;
    display: block;
    height: unset;
    justify-content: unset;
    min-height: unset;
  }
}
.hero_content_inner {
  margin-bottom: 39px;
  margin-bottom: calc(var(--size-btn) / 2);
}
@media (min-width: 1200px) {
  .hero_content_inner {
    margin-bottom: 0;
  }
}
.hero_content_inner_subtitle {
  margin-bottom: 0.9375rem;
}
@media (min-width: 1200px) {
  .hero_content_inner_subtitle {
    margin-bottom: 1.875rem;
  }
}
.about {
  --size-canvas: 21.875rem;
}
@media (min-width: 768px) {
  .about {
    --size-canvas: 37.5rem;
  }
}
.about_me {
  margin-bottom: 12.5rem;
  padding-top: 12.5rem;
}
@media (min-width: 768px) {
  .about_me {
    margin-bottom: 28.7698412698vh;
    padding-top: 28.7698412698vh;
  }
}
.about_content_desc {
  max-width: 21.0625rem;
}
@media (min-width: 768px) {
  .about_content_desc {
    max-width: unset;
  }
}
.about_ido {
  padding-bottom: 12.5rem;
  position: relative;
  padding-top: 14rem;
}
@media (min-width: 768px) {
  .about_ido {
    padding-bottom: 39.7698412698vh;
    padding-top: 18.8vh;
  }
}
.about_ido_coffee,
.about_ido_mouse {
  left: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}
.about_ido_coffee .about_ido_inner,
.about_ido_mouse .about_ido_inner {
  height: var(--size-canvas);
  width: var(--size-canvas);
}
.about_ido_coffee canvas,
.about_ido_mouse canvas {
  display: block;
  height: 100%;
  width: 100%;
}
.about_ido_coffee {
  bottom: -7.5rem;
  left: calc(0px - var(--size-canvas) / 2);
}
@media (min-width: 768px) {
  .about_ido_coffee {
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  .about_ido_coffee {
    bottom: unset;
    top: calc(0px - var(--size-canvas) / 3);
  }
}
.about_ido_mouse {
  left: unset;
  right: calc(-5px - var(--size-canvas) / 2);
  top: -7.5rem;
}
@media (min-width: 768px) {
  .about_ido_mouse {
    top: -10rem;
  }
}
@media (min-width: 1200px) {
  .about_ido_mouse {
    bottom: 0;
    right: calc(0px - var(--size-canvas) / 2);
    top: unset;
  }
}
.about_ido .heading-mask_el {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4.5rem;
}
@media (min-width: 768px) {
  .about_ido .heading-mask_el {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    display: block;
    height: unset;
  }
}
.about__red .about_content {
  max-width: unset;
}
@media (min-width: 768px) {
  .about__red .about_content {
    width: 105%;
  }
}
.about__red .about_content_desc {
  line-height: 101%;
}
@media (min-width: 768px) {
  .about__red .about_content_desc {
    line-height: 100%;
  }
}
.about__red .about_ido {
  padding-top: 0.1875rem;
}
@media (min-width: 768px) {
  .about__red .about_ido {
    padding-top: 18.8vh;
  }
}
.about__red .heading-mask .container_content {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .about__red .heading-mask .container_content {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.about__red .heading-mask,
.about__red .heading-mask:last-child {
  border-color: #0d0d0d;
}
.about__red .heading-mask:first-child {
  border-top: 1px solid #0d0d0d !important;
}
.is-touch .about_ido_coffee {
  background-image: url(assets/images/coffe-1-1-1588.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.is-touch .about_ido_mouse {
  background-image: url(assets/images/mouse-1-1-1588.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.is-touch .about {
  --size-canvas: 21.875rem;
}
@media (min-width: 768px) {
  .is-touch .about {
    --size-canvas: 30rem;
  }
}
.work {
  position: relative;
}
.work_bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.work_content {
  position: relative;
  z-index: 2;
}
.work_content_desc {
  width: 20.3125rem;
}
@media (min-width: 768px) {
  .work_content_desc {
    width: 95%;
  }
}
@media (min-width: 1200px) {
  .work_content_desc {
    width: unset;
  }
}
.work .simple-masking_el {
  padding-bottom: 1.875rem;
  padding-top: 1.875rem;
}
@media (min-width: 768px) {
  .work .simple-masking_el {
    padding-bottom: 2.9375rem;
    padding-top: 2.9375rem;
  }
}
.work_experience,
.row.about_me {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-bottom: 15.625rem;
  padding-top: 8.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .work_experience ,
.row.about_me{
    padding-bottom: 36.7063492063vh;
    padding-top: 19vh;
  }
}
.work_history {
  position: relative;
  -webkit-transform: translateY(-3.125rem);
  transform: translateY(-3.125rem);
}
@media (min-width: 768px) {
  .work_history {
    -webkit-transform: translateY(-3.75rem);
    transform: translateY(-3.75rem);
  }
}
.work_history_heading {
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .work_history_heading {
    margin-bottom: 2.1875rem;
  }
}
.work_history .heading-mask__now {
  border-top: 0 !important;
}
.work__red .work_experience,
.row.about_me{
  margin-bottom: 0.1875rem;
}
@media (min-width: 1200px) {
  .work__red .work_content {
    width: 105%;
  }
}
.work__red .work_content_desc {
  line-height: 103%;
  margin-top: -0.375rem;
}
@media (min-width: 768px) {
  .work__red .work_content_desc {
    width: unset;
  }
}
.work__red .heading-mask,
.work__red .heading-mask:last-child {
  border-color: #0d0d0d;
}
.work__red .heading-mask__now {
  border-top: 1px solid #0d0d0d !important;
}
.client {
  max-width: 100%;
  position: relative;
  z-index: 1;
}
.client_info {
  margin-bottom: 12.5rem;
  padding-top: 12.5rem;
}
@media (min-width: 768px) {
  .client_info {
    margin-bottom: 29.7619047619vh;
    padding-top: 29.7619047619vh;
  }
}
@media (max-width: 767px) {
  .slick-slider{
    padding:20rem 0;
  }
  .footer{
    bottom:40px;
  }
  .client_content_desc {
/*    height: 20rem;*/
    max-width: 20.375rem;
  }
  .h1, h1{
    font-size: 3rem;
    line-height: 100%;
  }
  .testimonial_content{
    margin-left: unset;
  }
}
@media (min-width: 768px) {
  .client_content_desc {
/*    height: 15.3125rem;*/
  }
}
@media (min-width: 1200px) {
  .client_content_desc {
    height: unset;
  }
}
.client_list {
  margin-bottom: 12.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .client_list {
    margin-bottom: 28.7698412698vh;
  }
}
.client_list_3d {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.client_list_3d_inner {
  height: 150%;
  margin-left: -12.5rem;
  margin-top: -6.25rem;
  position: relative;
  width: 150%;
}
@media (min-width: 768px) {
  .client_list_3d_inner {
    height: 100%;
    margin-left: unset;
    margin-top: unset;
    width: 100%;
  }
}
.client_list_3d_image {
  display: none;
}
.client_list_3d canvas {
  display: block;
  height: 100%;
  width: 100%;
}
.client .heading-mask,
.client .heading-mask_el {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4.5rem;
}
@media (min-width: 768px) {
  .client .heading-mask,
  .client .heading-mask_el {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    display: block;
    height: unset;
  }
}
.client__red .client_content {
  width: 20.375rem;
}
@media (min-width: 768px) {
  .client__red .client_content {
    width: 96%;
  }
}
.client__red .client_content_desc {
  line-height: 103%;
  margin-top: -0.375rem;
}
.client__red .client_list {
  padding-top: 0.25rem;
}
.client__red .dots {
  opacity: 0;
}
.client__red .heading-mask_el {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .client__red .heading-mask_el {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.client__red .heading-mask,
.client__red .heading-mask:last-child {
  border-color: #0d0d0d;
}
.client__red .heading-mask__now {
  border-top: 1px solid #0d0d0d !important;
}
.client .dots {
  grid-gap: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  margin-top: 2.0625rem;
  position: relative;
}
@media (min-width: 768px) {
  .client .dots {
    padding-left: 0.625rem;
  }
}
.client .dots span {
  background: #fff;
  border-radius: 50%;
  display: block;
  height: 0.5rem;
  width: 0.5rem;
}
@media (min-width: 768px) {
  .client .dots span {
    height: 0.75rem;
    width: 0.75rem;
  }
}
.is-touch .client_list_3d_image {
  display: block !important;
  height: 115%;
  left: 47%;
  position: absolute;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 115%;
}
@media (min-width: 768px) {
  .is-touch .client_list_3d_image {
    height: 130%;
    width: 130%;
  }
}
.is-touch .client_list_3d_image img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.videoPlayer {
  --size-bar: 3px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(var(--vh) * 100);
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .videoPlayer {
    --size-bar: 4px;
  }
}
.videoPlayer * {
  outline: none !important;
}
.videoPlayer_inner {
  --size: 20%;
  -webkit-clip-path: inset(var(--size));
  clip-path: inset(var(--size));
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
}
.videoPlayer_inner__red {
  height: calc(var(--vh) * 100);
}
.videoPlayer_fullScreen {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: transparent;
  border: none;
  bottom: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  height: 2.1875rem;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 0.9375rem;
  -webkit-transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 2.1875rem;
  z-index: 9;
}
.videoPlayer_fullScreen:hover img:first-child {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.videoPlayer_fullScreen.is-sleep {
  opacity: 0;
}
.videoPlayer_fullScreen img {
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.videoPlayer_fullScreen img:nth-child(2) {
  height: 1.25rem;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 1.25rem;
}
.videoPlayer_fullScreen img:first-child {
  height: 1.25rem;
  width: 1.25rem;
}
.videoPlayer_btn {
  background-color: transparent;
  border: 1px solid #c59b64;
  border-radius: 50%;
  cursor: pointer;
  height: 5.75rem;
  -webkit-transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 5.75rem;
  z-index: 9;
}
.videoPlayer_btn,
.videoPlayer_btn img {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.videoPlayer_btn img {
  height: 1.125rem;
  width: 1.8125rem;
}
.videoPlayer .videoPlayer-dimensions {
  background: #000;
  font-size: 0;
  height: 0;
  max-width: 100%;
  opacity: 0;
  position: relative;
  width: 100%;
}
.videoPlayer .videoPlayer-dimensions.is-ready {
  height: calc(var(--vh) * 100);
  opacity: 1;
  padding: 0 !important;
}
@media (any-hover: hover) {
  .videoPlayer .videoPlayer-dimensions.vjs-playing .videoPlayer_btn {
    opacity: 0;
  }
}
.videoPlayer
  .videoPlayer-dimensions.vjs-fullscreen.vjs-playing
  .videoPlayer_btn {
  opacity: 0;
}
.videoPlayer .vjs-big-play-button,
.videoPlayer .vjs-control-text,
.videoPlayer .vjs-current-time,
.videoPlayer .vjs-duration,
.videoPlayer .vjs-hidden,
.videoPlayer .vjs-load-progress,
.videoPlayer .vjs-loading-spinner,
.videoPlayer .vjs-picture-in-picture-control,
.videoPlayer .vjs-seek-to-live-control,
.videoPlayer .vjs-time-divider,
.videoPlayer .vjs-volume-panel {
  display: none;
  pointer-events: none;
}
.videoPlayer .vjs-control-bar {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  opacity: 0;
  padding: 1.875rem;
  position: absolute;
  -webkit-transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  z-index: 2;
}
@media (min-width: 768px) {
  .videoPlayer .vjs-control-bar {
    padding: 3.4375rem;
  }
}
.videoPlayer .vjs-remaining-time {
  display: none !important;
}
.videoPlayer .vjs-progress-control {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: var(--size-bar);
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  position: relative;
}
@media (min-width: 768px) {
  .videoPlayer .vjs-progress-control {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}
.videoPlayer .vjs-progress-control:hover {
  cursor: pointer;
}
.videoPlayer .vjs-progress-control:hover .vjs-mouse-display,
.videoPlayer .vjs-progress-control:hover .vjs-time-tooltip {
  opacity: 1;
}
.videoPlayer .vjs-progress-holder {
  border-bottom: var(--size-bar) solid hsla(37, 18%, 66%, 0.2);
  position: relative;
}
.videoPlayer .vjs-load-progress {
  border-bottom: var(--size-bar) solid hsla(37, 18%, 66%, 0.3);
  display: block;
  position: absolute;
  z-index: 2;
}
.videoPlayer .vjs-play-progress {
  border-bottom: var(--size-bar) solid #fff;
  height: var(--size-bar);
  position: absolute;
  width: 100%;
  z-index: 3;
}
.videoPlayer .vjs-play-progress .vjs-time-tooltip {
  color: #fff;
  display: none;
  opacity: 0;
  position: absolute;
  top: 1rem;
}
.videoPlayer .vjs-mouse-display {
  opacity: 0;
  position: absolute;
  width: 0;
}
.videoPlayer .vjs-mouse-display:after {
  background: hsla(37, 18%, 66%, 0.2);
  content: "";
  display: block;
  height: 2px;
  left: -2px;
  position: absolute;
  top: 0;
  width: var(--size-bar);
}
.videoPlayer .vjs-mouse-display .vjs-time-tooltip {
  bottom: 0.375rem;
  color: #fff;
  position: absolute;
  text-shadow: 0 0 3px #2a2a2a;
}
.videoPlayer.is-touch .videoPlayer_cursor,
.videoPlayer:not(.is-touch) .videoPlayer_btn {
  display: none;
}
.videoPlayer video {
  aspect-ratio: 9/16;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  .videoPlayer video {
    aspect-ratio: 1728/963;
  }
}
.vjs-text-track-display {
  display: none !important;
}
.vjs-fullscreen-control,
.vjs-play-control {
  background: none !important;
  border: none !important;
  outline: none !important;
  padding: 0;
}
.vjs-fullscreen-control span.icon,
.vjs-play-control span.icon {
  position: relative;
}
.vjs-fullscreen-control span.icon img,
.vjs-play-control span.icon img {
  -webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.vjs-fullscreen-control span.icon img:nth-child(2),
.vjs-play-control span.icon img:nth-child(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
span.icon {
  display: block;
  font-size: 0;
  position: relative;
}
.vjs-paused .vjs-play-control span.icon img:first-child {
  opacity: 0;
}
.vjs-paused .vjs-play-control span.icon img:nth-child(2) {
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
}
.vjs-fullscreen .vjs-control-bar {
  opacity: 1;
}
.vjs-fullscreen .vjs-fullscreen-control span.icon img:first-child {
  opacity: 0;
}
.vjs-fullscreen .vjs-fullscreen-control span.icon img:nth-child(2) {
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
}
.vj-cursor {
  --size: 7.5rem;
  --x: 50%;
  --y: 50%;
  --opacity: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: var(--size);
  justify-content: center;
  left: 0;
  opacity: var(--opacity);
  pointer-events: none;
  position: fixed;
  top: 0;
  -webkit-transform: translate(
      calc(var(--x) - var(--size) / 2),
      calc(var(--y) - var(--size) / 2)
    )
    scale(var(--opacity));
  transform: translate(
      calc(var(--x) - var(--size) / 2),
      calc(var(--y) - var(--size) / 2)
    )
    scale(var(--opacity));
  width: var(--size);
  z-index: 3;
}
.vj-cursor,
.vj-cursor span {
  text-align: center;
}
.vj-cursor span span:first-child {
  padding-left: 0.2em;
}
.vj-cursor span span:nth-child(2) {
  padding-left: 0.3em;
}
.is-touch .vj-cursor {
  display: none !important;
}
.is-touch .videoPlayer_inner {
  --size: 0% !important;
}
.testimonials {
  --item-size: 3.125rem;
  --arrow-size: 0.3125rem;
  --sapce-size: 0.625rem;
  --spacing-top: 9.375rem;
  --index: 0;
  padding-top: 9.375rem;
  position: relative;
}
@media (min-width: 768px) {
  .testimonials {
    --item-size: 5.9375rem;
    --arrow-size: 0.625rem;
    --sapce-size: 0.625rem;
    --spacing-top: 14.880952381vh;
    padding-top: 19.8412698413vh;
  }
}
.testimonials_content_label {
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .testimonials_content_label {
    margin-bottom: 2.1875rem;
  }
}
.testimonials_thumbs {
  position: relative;
}
.testimonials_thumbs_list {
  position: absolute;
  right: 1.25rem;
  top: var(--spacing-top);
  width: 100%;
}
@media (min-width: 768px) {
  .testimonials_thumbs_list {
    right: 0;
  }
}
.testimonials_thumbs_list_inner {
  position: relative;
}
.testimonials__red .testimonial_content {
  line-height: 103%;
  padding-bottom: 0.07em;
  padding-left: 1em;
}
@media (min-width: 1200px) {
  .testimonials__red .testimonial_content {
    line-height: 99%;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .testimonials__red .testimonial_content b {
    margin-top: 0.3125rem;
  }
}
.testimonials__red .testimonial {
  border-top: 1px solid #0d0d0d;
}
.testimonials__red .testimonial_lists {
  margin-top: 0;
}
@media (min-width: 768px) {
  .testimonials__red .testimonial:nth-child(3) .testimonial_content {
    padding-bottom: 0.625rem;
  }
}
.testimonials__red .testimonials_thumbs_flash {
  border-right: var(--arrow-size) solid #0d0d0d;
}
.testimonial {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid hsla(37, 18%, 66%, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 42.5rem;
}
@media (min-width: 768px) {
  .testimonial {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    display: block;
    height: unset;
    padding-bottom: var(--spacing-top);
    padding-top: var(--spacing-top);
  }
}
.testimonial_inner {
  display: inline-block;
}
.testimonial_content {
  margin-bottom: 1.875rem;
  margin-left: -1em;
  position: relative;
}
@media (min-width: 768px) {
  .testimonial_content {
    margin-bottom: 3.125rem;
  }
}
.testimonial_content .line {
  padding-left: 1em;
}
.testimonial_content b {
  color: #0081D0;
  display: block;
  font-size: 7.5rem;
  left: 0;
  letter-spacing: -0.05em;
  line-height: 84%;
  margin-left: -0.05em;
  text-transform: uppercase;
  top: 0;
}
@media (min-width: 1200px) {
  .testimonial_content b {
    display: inherit;
    font-size: 8.75rem;
    margin-left: 0;
    position: absolute !important;
  }
}
.testimonial:first-child .testimonial_inner {
  width: 100%;
}
@media (min-width: 1200px) {
  .testimonial:first-child .testimonial_inner {
    width: 70%;
  }
}
.testimonial:nth-child(2) .testimonial_inner {
  width: 100%;
}
@media (min-width: 1200px) {
  .testimonial:nth-child(2) .testimonial_inner {
    width: 70%;
  }
}
.testimonial:nth-child(3) .testimonial_inner {
  width: 100%;
}
@media (min-width: 1200px) {
  .testimonial:nth-child(3) .testimonial_inner {
    width: 50%;
  }
}
.thumb-item {
  padding-bottom: var(--sapce-size);
  padding-top: var(--sapce-size);
  position: relative;
}
.thumb-item_inner {
  border-radius: 50%;
  display: block;
  font-size: 0;
  height: var(--item-size);
  margin-left: 0.9375rem;
  overflow: hidden;
  position: relative;
  width: var(--item-size);
}
@media (min-width: 768px) {
  .thumb-item_inner {
    margin-left: 1.75rem;
  }
}
.thumb-item_inner:before {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  content: "";
  height: 100%;
  position: absolute;
  -webkit-transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  z-index: 2;
}
.thumb-item img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.thumb-item.is-active .thumb-item_inner:before {
  opacity: 0;
}
.testimonials_thumbs_flash {
  border-bottom: var(--arrow-size) solid transparent;
  border-right: var(--arrow-size) solid #0081D0;
  border-top: var(--arrow-size) solid transparent;
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(
    calc(
      var(--index) * (var(--item-size) + 2 * var(--sapce-size)) +
        var(--item-size) / 2 + var(--sapce-size) - var(--arrow-size)
    )
  );
  transform: translateY(
    calc(
      var(--index) * (var(--item-size) + 2 * var(--sapce-size)) +
        var(--item-size) / 2 + var(--sapce-size) - var(--arrow-size)
    )
  );
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 0;
}
.motto {
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .motto {
    padding-bottom: 18.5515873016vh;
    padding-top: 18.5515873016vh;
  }
}
.motto_bg {
  left: 0;
  position: absolute;
  top: 0;
}
.motto_bg,
.motto_bg .image__object-fit {
  height: 100%;
  width: 100%;
}
.motto_content {
  position: relative;
  width: 100%;
  z-index: 2;
}
.motto_content_inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(var(--vh) * 100);
  justify-content: center;
}
@media (min-width: 768px) {
  .motto_content_inner {
    height: 30.375rem;
  }
}
.motto_content_heading {
  padding-bottom: 2.1875rem;
  padding-top: 1.25rem;
}
@media (max-width: 767px) {
  .motto_content_heading {
    margin-left: 0%;
    width: 100%;
    font-size: 2rem;
  }
  .testimonial{
    padding-right: 4rem;
    height: auto;
  }
  .scroll-paragraph-parent{
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .motto_content_heading {
    padding-top: 2.1875rem;
  }
}
.motto_content .row {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.motto__red {
  border-bottom: 1px solid #0d0d0d;
  border-top: 1px solid #0d0d0d;
}
@media (min-width: 1200px) {
  .motto__red {
    border-bottom: none;
    border-top: none;
  }
}
.contact {
  padding-bottom: 9.6875rem;
  padding-top: 6.25rem;
}
@media (min-width: 768px) {
  .contact {
    padding-bottom: 12.4007936508vh;
    padding-top: 23.3134920635vh;
  }
}
.contact_label {
  display: block;
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .contact_label {
    margin-bottom: 3.125rem;
  }
}
.contact_content {
  margin-top: 6.25rem;
}
@media (min-width: 1200px) {
  .contact_content {
    margin-top: 0;
  }
}
.contact_content .heading-mask {
  -webkit-transform: translateX(calc(var(--bs-gutter-x) * -1));
  transform: translateX(calc(var(--bs-gutter-x) * -1));
}
@media (min-width: 768px) {
  .contact_content .heading-mask {
    -webkit-transform: translateX(calc(var(--bs-gutter-x) * -0.5));
    transform: translateX(calc(var(--bs-gutter-x) * -0.5));
  }
}
.contact .heading-mask {
  border: none !important;
}
.contact .heading-mask_el__deep {
  position: relative;
  width: 100%;
}
.contact .heading-mask_el__masking {
  left: 0;
  padding-bottom: 0.15em;
  padding-top: 0.05em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.contact .social-link {
  margin-bottom: 0.375rem;
  margin-left: 0.5em;
}
@media (min-width: 768px) {
  .contact .social-link {
    margin-bottom: 0;
  }
}
.contact_link {
  padding-left: 1.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .contact_link {
    margin-bottom: 0;
    padding-left: 0.2em;
  }
}
.contact_link:before {
  background-image: url(assets/icons/ic-contact-link.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  height: 0.75rem;
  left: -0.5em;
  position: absolute;
  top: 0.3em;
  width: 0.75rem;
}
.contact_link.text-dark:before {
  background-image: url(assets/icons/ic-contact-link-dark.svg);
}
.contact_info .heading-mask_el {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.contact_info .heading-mask_el__masking {
  padding-bottom: 0.3em;
  padding-top: 0.35em;
}
.contact_info__red {
  padding-left: 0.625rem;
}
.contact_info__top {
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .contact_info__top {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .contact_info__top {
    margin-top: 0.625rem;
  }
}
.alert-message {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  right: 0.9375rem;
  top: 0.625rem;
  width: 21.875rem;
  z-index: 9;
}
.alert-message li {
  -webkit-box-flex: 0;
  background: #fff;
  border-radius: 0.3125rem;
  color: #000;
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 0.875rem;
  line-height: 140%;
  margin: 0.3125rem 0;
  overflow: hidden;
  padding: 1.25rem;
  width: 100%;
}
.alert-message li.is-error {
  background: #0d0d0d;
  color: red;
}
.alert-message li.is-success {
  background: #0d0d0d;
  color: #fff;
}
.js-image--lazy,
.js-lazy__webgl-image {
  pointer-events: none;
  position: relative;
}
.js-image--lazy.is-loaded,
.js-lazy__webgl-image.is-loaded {
  opacity: 0;
  visibility: hidden;
}
.js-image--lazy.is-clone,
.js-lazy__webgl-image.is-clone {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 2;
}
.js-image--lazy__wrapper,
.js-lazy__webgl-image__wrapper {
  font-size: 0;
  line-height: 0;
  position: relative;
}
.js-ready :is(.page-loading_sound-text, .page-loading_inner) {
  opacity: 1 !important;
}
#page-loading_circle,
.page-loading_text {
  opacity: 0;
}
.is-progress :is(#page-loading_circle, .page-loading_text) {
  opacity: 1;
}
.page-loading {
  --po: 829;
  --opacity: 1;
  --size-circle: 16.875rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #0d0d0d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: var(--opacity);
  position: fixed;
  top: 0;
  width: 100%;
  will-change: opacity;
  z-index: 9992;
}
.page-loading_text {
  color: #fff;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  left: 0;
  letter-spacing: -0.03em;
  line-height: 110%;
  margin-top: 1.125rem;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .page-loading_text {
    font-size: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .page-loading_text {
    font-size: 0.75rem;
  }
}
.page-loading_inner {
  position: relative;
}
.page-loading_sound-text {
  bottom: 6.4484126984vh;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  color: rgba(255,255,255,.5);
  display: inline-block;
  position: fixed;
}
.page-loading_sound-text .footer_sound {
  left: unset;
  position: relative;
  right: unset;
  top: unset;
  -webkit-transform: rotate(0) translateY(100%);
  transform: rotate(0) translateY(100%);
}
.page-loading_sound-text.on-show .footer_sound {
  -webkit-transform: rotate(0) translateY(0) !important;
  transform: rotate(0) translateY(0) !important;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#page-loading_circle {
  stroke-dasharray: 829;
  stroke-dashoffset: var(--po);
  height: var(--size-circle);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: var(--size-circle);
}
.page-loading_logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-loading_logo img,
.page-loading_logo svg {
/*  height: 4rem;*/
/*  width: 4rem;*/
height: auto !important;
width: 120px;
}

.page-loading_start {
  --size-w: 12.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 4.375rem;
  bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2.875rem;
  justify-content: center;
  left: calc((var(--size-circle) - var(--size-w)) / 2);
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  outline: none;
  pointer-events: none;
  position: absolute;
  text-transform: uppercase;
  -webkit-transition: background-color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1),
    color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1),
    color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: var(--size-w);
}
@media (any-hover: hover) {
  .page-loading_start:hover {
    background: #fff;
    color: #0d0d0d;
  }
}
body:not(.is-enter) {
  overflow: hidden !important;
}
#layout-resize {
  background: #000;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}
#layout-resize .text-resize {
  color: #fff;
  left: 50%;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-transition {
  --border-size: 115vw;
  --processing: 0;
  --processing-bg: 0;
  --clip-path: 0;
  -webkit-clip-path: inset(var(--clip-path) 0 var(--clip-path) 0);
  clip-path: inset(var(--clip-path) 0 var(--clip-path) 0);
  height: calc(var(--vh) * 100);
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: -999;
}
.page-transition.is-hovering,
.page-transition.is-processing {
  opacity: 1;
  z-index: 9999;
}
.page-transition_bg {
  background: rgba(0, 0, 0, calc(var(--processing-bg) / 100));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.page-transition_border {
  border: calc(var(--processing) / 100 * var(--border-size) / 2) solid #000;
  border-radius: 50%;
  height: var(--border-size);
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: var(--border-size);
  z-index: 2;
}
.page-transition_info {
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: calc(10.28571px + 1.52381vw);
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  z-index: 3;
}
@media (min-width: 1200px) {
  .page-transition_info {
    padding: 2.5rem;
  }
}
.page-transition_info_inner {
  height: 100%;
  position: relative;
  width: 100%;
}
.page-transition_name li {
  position: absolute;
}
.page-transition_name li:first-child {
  left: 0;
  top: 0;
}
.page-transition_name li:nth-child(2) {
  right: 0;
  top: 0;
}
.page-transition_name li:nth-child(3) {
  bottom: 0;
  right: 0;
}
.page-transition_name li:nth-child(4) {
  bottom: 0;
  left: 0;
}
.page-transition_processing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.page-transition_processing li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  position: relative;
  width: 100%;
}
.page-transition_processing_number {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: calc(10.0916px + 0.50891vw);
  font-weight: 600;
  justify-content: space-between;
  letter-spacing: 0.02em;
  padding: 1.125rem 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .page-transition_processing_number {
    font-size: 0.875rem;
  }
}
.page-transition_processing_line {
  height: 2px;
  position: relative;
}
.page-transition_processing_line_dot {
  border-left: 1px solid #fff;
  height: 16px;
  position: absolute;
  top: -8px;
}
@media (min-width: 768px) {
  .page-transition_processing_line_dot {
    border: 1px solid #fff;
  }
}
.page-transition_processing_line_dot__1 {
  left: 0;
}
.page-transition_processing_line_dot__2 {
  left: 25%;
  opacity: 0;
}
.page-transition_processing_line_dot__3 {
  left: 50%;
  opacity: 0;
}
.page-transition_processing_line_dot__4 {
  left: 75%;
  opacity: 0;
}
.page-transition_processing_line_dot__5 {
  right: 0;
}
.page-transition_processing_line__1 {
  border-bottom: 1px solid #fff;
  display: block;
  left: 0;
  position: absolute;
  width: var(--line-pos);
}
@media (min-width: 768px) {
  .page-transition_processing_line__1 {
    border: 1px solid #fff;
  }
}
.page-transition_processing_line__2 {
  border-bottom: 1px solid #fff;
  display: block;
  position: absolute;
  right: 0;
  width: var(--line-pos);
}
@media (min-width: 768px) {
  .page-transition_processing_line__2 {
    border: 1px solid #fff;
  }
}
.page-transition.is-leave {
  pointer-events: auto;
}
.page-transition.is-leave .page-transition_info {
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.page-transition.is-infoIn .page-transition_info {
  opacity: 1;
}
@media (max-width: 767px) {
  .page-transition.is-infoIn .page-transition_info {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .page-transition.is-infoIn .page-transition_info {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
  }
}
.page-transition__simple {
  --clip-path-simple: 0;
  background: #000;
  -webkit-clip-path: inset(var(--clip-path-simple) 0 var(--clip-path-simple) 0);
  clip-path: inset(var(--clip-path-simple) 0 var(--clip-path-simple) 0);
  height: calc(var(--vh) * 100);
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: -999;
}
[data-lenis-parallax],
[data-lenis-speed] {
  display: block;
  -webkit-transform: translate3d(0, var(--offset-parallax), 0) rotate(0);
  transform: translate3d(0, var(--offset-parallax), 0) rotate(0);
  will-change: transform;
}
.anim--fade {
  display: block;
}
.anim--chars:not(.anim--chars--simple).is-clone {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.anim--chars:not(.anim--chars--simple).is-mask_bottom .line {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.anim--chars--3d {
  -webkit-perspective: 300px;
  perspective: 300px;
}
.anim--chars--3d .line {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.line .char {
  will-change: transform;
}
.anim--lines .line,
.only--line-mask {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.only--line-mask {
  display: block;
  position: relative;
}
.only--line-mask .line--mask-element {
  display: block;
}
.only--line-mask .line--mask-element.is-clone {
  left: 0;
  position: absolute;
  top: 0;
}
.scroll-paragraph-parent {
  line-height: 82%;
  position: relative;
}
.scroll-paragraph-mask .line {
  padding-bottom: 0.2em;
}
.scroll-paragraph-mask.is-bg {
  height: 100%;
  left: 0;
  opacity: 0.2;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.scroll-paragraph-mask.is-masking {
  --size: 100%;
  position: relative;
  z-index: 2;
}
.scroll-paragraph-mask.is-masking .line {
  -webkit-clip-path: inset(0 var(--size) 0 0);
  clip-path: inset(0 var(--size) 0 0);
}
.social_link::after{
  content: attr(data-label);
  position: absolute;
    color: #fff;
    /* background: #0d74c3; */
    padding: 0.4rem 1rem;
    font-size: 1rem;
    border-radius: 4px;
    white-space: nowrap;
    left: 30px;
    display: none;
}
.social_link:hover::after{
  display: inline-block;
}
.heading-mask {
/*  border-top: 1px solid hsla(37, 18%, 66%, 0.15);*/
  position: relative;
  margin:0px !important;
  width: 100%;
}
.heading-mask:last-child {
/*  border-bottom: 1px solid hsla(37, 18%, 66%, 0.15);*/
}
.heading-mask_el__deep {
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.heading-mask_el__masking {
  background: #0081D0;
  -webkit-clip-path: inset(50% 0 50% 0);
  clip-path: inset(50% 0 50% 0);
  pointer-events: none;
  position: relative;
  -webkit-transition: -webkit-clip-path 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-clip-path 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: clip-path 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: clip-path 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-clip-path 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 2;
}
.heading-mask.is-hover .heading-mask_el__masking {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  -webkit-transition: -webkit-clip-path 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-clip-path 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: clip-path 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: clip-path 0.6s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-clip-path 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.simple-masking {
  position: relative;
}
.simple-masking_el {
  display: inline-block;
}
.simple-masking .is-deep,
.simple-masking .is-masking {
  display: inline-block;
  padding-right: 10px;
}
.simple-masking .is-deep {
  left: 0;
  opacity: 0.2;
  position: absolute;
  top: 0;
  z-index: 1;
}
.simple-masking .is-masking {
  --size: 100%;
  -webkit-clip-path: inset(0 var(--size) 0 0);
  clip-path: inset(0 var(--size) 0 0);
  position: relative;
  z-index: 2;
}
.is-anim-loading {
  opacity: 0;
}
.is-touch {
  user-focus: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container {
  overflow: hidden;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.container_content {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 768px) {
  .container_content {
    padding-left: 0;
    padding-right: 0;
  }
}
.form-control {
  width: 100%;
}
@media (min-width: 1200px) {
  .container-col-lg-7 .col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .container-col-lg-7 .row-cols-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .container-col-lg-7 .row-cols-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .container-col-lg-7 .row-cols-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .container-col-lg-7 .row-cols-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .container-col-lg-7 .row-cols-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .container-col-lg-7 .row-cols-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .container-col-lg-7 .row-cols-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .container-col-lg-7 .col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .container-col-lg-7 .col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 14.28571429%;
  }
  .container-col-lg-7 .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 28.57142857%;
  }
  .container-col-lg-7 .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 42.85714286%;
  }
  .container-col-lg-7 .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 57.14285714%;
  }
  .container-col-lg-7 .col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 71.42857143%;
  }
  .container-col-lg-7 .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 85.71428571%;
  }
  .container-col-lg-7 .col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .container-col-lg-7 .offset-1 {
    margin-left: 14.28571429%;
  }
  .container-col-lg-7 .offset-2 {
    margin-left: 28.57142857%;
  }
  .container-col-lg-7 .offset-3 {
    margin-left: 42.85714286%;
  }
  .container-col-lg-7 .offset-4 {
    margin-left: 57.14285714%;
  }
  .container-col-lg-7 .offset-5 {
    margin-left: 71.42857143%;
  }
  .container-col-lg-7 .offset-6 {
    margin-left: 85.71428571%;
  }
  .container-col-lg-7 .g-0,
  .container-col-lg-7 .gx-0 {
    --bs-gutter-x: 0;
  }
  .container-col-lg-7 .g-0,
  .container-col-lg-7 .gy-0 {
    --bs-gutter-y: 0;
  }
  .container-col-lg-7 .g-1,
  .container-col-lg-7 .gx-1 {
    --bs-gutter-x: 0.625rem;
  }
  .container-col-lg-7 .g-1,
  .container-col-lg-7 .gy-1 {
    --bs-gutter-y: 0.625rem;
  }
  .container-col-lg-7 .g-2,
  .container-col-lg-7 .gx-2 {
    --bs-gutter-x: 1.875rem;
  }
  .container-col-lg-7 .g-2,
  .container-col-lg-7 .gy-2 {
    --bs-gutter-y: 1.875rem;
  }
  .container-col-lg-7 .g-3,
  .container-col-lg-7 .gx-3 {
    --bs-gutter-x: 2.5rem;
  }
  .container-col-lg-7 .g-3,
  .container-col-lg-7 .gy-3 {
    --bs-gutter-y: 2.5rem;
  }
  .container-col-lg-7 .g-4,
  .container-col-lg-7 .gx-4 {
    --bs-gutter-x: 3.125rem;
  }
  .container-col-lg-7 .g-4,
  .container-col-lg-7 .gy-4 {
    --bs-gutter-y: 3.125rem;
  }
  .container-col-lg-7 .g-5,
  .container-col-lg-7 .gx-5 {
    --bs-gutter-x: 3.75rem;
  }
  .container-col-lg-7 .g-5,
  .container-col-lg-7 .gy-5 {
    --bs-gutter-y: 3.75rem;
  }
  .container-col-lg-7 .g-6,
  .container-col-lg-7 .gx-6 {
    --bs-gutter-x: 5rem;
  }
  .container-col-lg-7 .g-6,
  .container-col-lg-7 .gy-6 {
    --bs-gutter-y: 5rem;
  }
  .container-col-lg-7 .g-7,
  .container-col-lg-7 .gx-7 {
    --bs-gutter-x: 7.5rem;
  }
  .container-col-lg-7 .g-7,
  .container-col-lg-7 .gy-7 {
    --bs-gutter-y: 7.5rem;
  }
  .container-col-lg-7 .g-9,
  .container-col-lg-7 .gx-9 {
    --bs-gutter-x: 10rem;
  }
  .container-col-lg-7 .g-9,
  .container-col-lg-7 .gy-9 {
    --bs-gutter-y: 10rem;
  }
  .container-col-lg-7 .g-10,
  .container-col-lg-7 .gx-10 {
    --bs-gutter-x: 18.75rem;
  }
  .container-col-lg-7 .g-10,
  .container-col-lg-7 .gy-10 {
    --bs-gutter-y: 18.75rem;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  .container-col-lg-7 .col-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .container-col-lg-7 .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .container-col-lg-7 .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .container-col-lg-7 .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .container-col-lg-7 .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .container-col-lg-7 .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .container-col-lg-7 .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .container-col-lg-7 .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .container-col-lg-7 .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .container-col-lg-7 .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 14.28571429%;
  }
  .container-col-lg-7 .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 28.57142857%;
  }
  .container-col-lg-7 .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 42.85714286%;
  }
  .container-col-lg-7 .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 57.14285714%;
  }
  .container-col-lg-7 .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 71.42857143%;
  }
  .container-col-lg-7 .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 85.71428571%;
  }
  .container-col-lg-7 .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .container-col-lg-7 .offset-sm-0 {
    margin-left: 0;
  }
  .container-col-lg-7 .offset-sm-1 {
    margin-left: 14.28571429%;
  }
  .container-col-lg-7 .offset-sm-2 {
    margin-left: 28.57142857%;
  }
  .container-col-lg-7 .offset-sm-3 {
    margin-left: 42.85714286%;
  }
  .container-col-lg-7 .offset-sm-4 {
    margin-left: 57.14285714%;
  }
  .container-col-lg-7 .offset-sm-5 {
    margin-left: 71.42857143%;
  }
  .container-col-lg-7 .offset-sm-6 {
    margin-left: 85.71428571%;
  }
  .container-col-lg-7 .g-sm-0,
  .container-col-lg-7 .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .container-col-lg-7 .g-sm-0,
  .container-col-lg-7 .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .container-col-lg-7 .g-sm-1,
  .container-col-lg-7 .gx-sm-1 {
    --bs-gutter-x: 0.625rem;
  }
  .container-col-lg-7 .g-sm-1,
  .container-col-lg-7 .gy-sm-1 {
    --bs-gutter-y: 0.625rem;
  }
  .container-col-lg-7 .g-sm-2,
  .container-col-lg-7 .gx-sm-2 {
    --bs-gutter-x: 1.875rem;
  }
  .container-col-lg-7 .g-sm-2,
  .container-col-lg-7 .gy-sm-2 {
    --bs-gutter-y: 1.875rem;
  }
  .container-col-lg-7 .g-sm-3,
  .container-col-lg-7 .gx-sm-3 {
    --bs-gutter-x: 2.5rem;
  }
  .container-col-lg-7 .g-sm-3,
  .container-col-lg-7 .gy-sm-3 {
    --bs-gutter-y: 2.5rem;
  }
  .container-col-lg-7 .g-sm-4,
  .container-col-lg-7 .gx-sm-4 {
    --bs-gutter-x: 3.125rem;
  }
  .container-col-lg-7 .g-sm-4,
  .container-col-lg-7 .gy-sm-4 {
    --bs-gutter-y: 3.125rem;
  }
  .container-col-lg-7 .g-sm-5,
  .container-col-lg-7 .gx-sm-5 {
    --bs-gutter-x: 3.75rem;
  }
  .container-col-lg-7 .g-sm-5,
  .container-col-lg-7 .gy-sm-5 {
    --bs-gutter-y: 3.75rem;
  }
  .container-col-lg-7 .g-sm-6,
  .container-col-lg-7 .gx-sm-6 {
    --bs-gutter-x: 5rem;
  }
  .container-col-lg-7 .g-sm-6,
  .container-col-lg-7 .gy-sm-6 {
    --bs-gutter-y: 5rem;
  }
  .container-col-lg-7 .g-sm-7,
  .container-col-lg-7 .gx-sm-7 {
    --bs-gutter-x: 7.5rem;
  }
  .container-col-lg-7 .g-sm-7,
  .container-col-lg-7 .gy-sm-7 {
    --bs-gutter-y: 7.5rem;
  }
  .container-col-lg-7 .g-sm-9,
  .container-col-lg-7 .gx-sm-9 {
    --bs-gutter-x: 10rem;
  }
  .container-col-lg-7 .g-sm-9,
  .container-col-lg-7 .gy-sm-9 {
    --bs-gutter-y: 10rem;
  }
  .container-col-lg-7 .g-sm-10,
  .container-col-lg-7 .gx-sm-10 {
    --bs-gutter-x: 18.75rem;
  }
  .container-col-lg-7 .g-sm-10,
  .container-col-lg-7 .gy-sm-10 {
    --bs-gutter-y: 18.75rem;
  }
}
@media (min-width: 1200px) and (min-width: 1024px) {
  .container-col-lg-7 .col-md {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .container-col-lg-7 .row-cols-md-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .container-col-lg-7 .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .container-col-lg-7 .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .container-col-lg-7 .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .container-col-lg-7 .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .container-col-lg-7 .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .container-col-lg-7 .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .container-col-lg-7 .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .container-col-lg-7 .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 14.28571429%;
  }
  .container-col-lg-7 .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 28.57142857%;
  }
  .container-col-lg-7 .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 42.85714286%;
  }
  .container-col-lg-7 .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 57.14285714%;
  }
  .container-col-lg-7 .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 71.42857143%;
  }
  .container-col-lg-7 .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 85.71428571%;
  }
  .container-col-lg-7 .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .container-col-lg-7 .offset-md-0 {
    margin-left: 0;
  }
  .container-col-lg-7 .offset-md-1 {
    margin-left: 14.28571429%;
  }
  .container-col-lg-7 .offset-md-2 {
    margin-left: 28.57142857%;
  }
  .container-col-lg-7 .offset-md-3 {
    margin-left: 42.85714286%;
  }
  .container-col-lg-7 .offset-md-4 {
    margin-left: 57.14285714%;
  }
  .container-col-lg-7 .offset-md-5 {
    margin-left: 71.42857143%;
  }
  .container-col-lg-7 .offset-md-6 {
    margin-left: 85.71428571%;
  }
  .container-col-lg-7 .g-md-0,
  .container-col-lg-7 .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .container-col-lg-7 .g-md-0,
  .container-col-lg-7 .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .container-col-lg-7 .g-md-1,
  .container-col-lg-7 .gx-md-1 {
    --bs-gutter-x: 0.625rem;
  }
  .container-col-lg-7 .g-md-1,
  .container-col-lg-7 .gy-md-1 {
    --bs-gutter-y: 0.625rem;
  }
  .container-col-lg-7 .g-md-2,
  .container-col-lg-7 .gx-md-2 {
    --bs-gutter-x: 1.875rem;
  }
  .container-col-lg-7 .g-md-2,
  .container-col-lg-7 .gy-md-2 {
    --bs-gutter-y: 1.875rem;
  }
  .container-col-lg-7 .g-md-3,
  .container-col-lg-7 .gx-md-3 {
    --bs-gutter-x: 2.5rem;
  }
  .container-col-lg-7 .g-md-3,
  .container-col-lg-7 .gy-md-3 {
    --bs-gutter-y: 2.5rem;
  }
  .container-col-lg-7 .g-md-4,
  .container-col-lg-7 .gx-md-4 {
    --bs-gutter-x: 3.125rem;
  }
  .container-col-lg-7 .g-md-4,
  .container-col-lg-7 .gy-md-4 {
    --bs-gutter-y: 3.125rem;
  }
  .container-col-lg-7 .g-md-5,
  .container-col-lg-7 .gx-md-5 {
    --bs-gutter-x: 3.75rem;
  }
  .container-col-lg-7 .g-md-5,
  .container-col-lg-7 .gy-md-5 {
    --bs-gutter-y: 3.75rem;
  }
  .container-col-lg-7 .g-md-6,
  .container-col-lg-7 .gx-md-6 {
    --bs-gutter-x: 5rem;
  }
  .container-col-lg-7 .g-md-6,
  .container-col-lg-7 .gy-md-6 {
    --bs-gutter-y: 5rem;
  }
  .container-col-lg-7 .g-md-7,
  .container-col-lg-7 .gx-md-7 {
    --bs-gutter-x: 7.5rem;
  }
  .container-col-lg-7 .g-md-7,
  .container-col-lg-7 .gy-md-7 {
    --bs-gutter-y: 7.5rem;
  }
  .container-col-lg-7 .g-md-9,
  .container-col-lg-7 .gx-md-9 {
    --bs-gutter-x: 10rem;
  }
  .container-col-lg-7 .g-md-9,
  .container-col-lg-7 .gy-md-9 {
    --bs-gutter-y: 10rem;
  }
  .container-col-lg-7 .g-md-10,
  .container-col-lg-7 .gx-md-10 {
    --bs-gutter-x: 18.75rem;
  }
  .container-col-lg-7 .g-md-10,
  .container-col-lg-7 .gy-md-10 {
    --bs-gutter-y: 18.75rem;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .container-col-lg-7 .col-lg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .container-col-lg-7 .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .container-col-lg-7 .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .container-col-lg-7 .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .container-col-lg-7 .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .container-col-lg-7 .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .container-col-lg-7 .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .container-col-lg-7 .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .container-col-lg-7 .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .container-col-lg-7 .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 14.28571429%;
  }
  .container-col-lg-7 .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 28.57142857%;
  }
  .container-col-lg-7 .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 42.85714286%;
  }
  .container-col-lg-7 .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 57.14285714%;
  }
  .container-col-lg-7 .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 71.42857143%;
  }
  .container-col-lg-7 .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 85.71428571%;
  }
  .container-col-lg-7 .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .container-col-lg-7 .offset-lg-0 {
    margin-left: 0;
  }
  .container-col-lg-7 .offset-lg-1 {
    margin-left: 14.28571429%;
  }
  .container-col-lg-7 .offset-lg-2 {
    margin-left: 28.57142857%;
  }
  .container-col-lg-7 .offset-lg-3 {
    margin-left: 42.85714286%;
  }
  .container-col-lg-7 .offset-lg-4 {
    margin-left: 57.14285714%;
  }
  .container-col-lg-7 .offset-lg-5 {
    margin-left: 71.42857143%;
  }
  .container-col-lg-7 .offset-lg-6 {
    margin-left: 85.71428571%;
  }
  .container-col-lg-7 .g-lg-0,
  .container-col-lg-7 .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .container-col-lg-7 .g-lg-0,
  .container-col-lg-7 .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .container-col-lg-7 .g-lg-1,
  .container-col-lg-7 .gx-lg-1 {
    --bs-gutter-x: 0.625rem;
  }
  .container-col-lg-7 .g-lg-1,
  .container-col-lg-7 .gy-lg-1 {
    --bs-gutter-y: 0.625rem;
  }
  .container-col-lg-7 .g-lg-2,
  .container-col-lg-7 .gx-lg-2 {
    --bs-gutter-x: 1.875rem;
  }
  .container-col-lg-7 .g-lg-2,
  .container-col-lg-7 .gy-lg-2 {
    --bs-gutter-y: 1.875rem;
  }
  .container-col-lg-7 .g-lg-3,
  .container-col-lg-7 .gx-lg-3 {
    --bs-gutter-x: 2.5rem;
  }
  .container-col-lg-7 .g-lg-3,
  .container-col-lg-7 .gy-lg-3 {
    --bs-gutter-y: 2.5rem;
  }
  .container-col-lg-7 .g-lg-4,
  .container-col-lg-7 .gx-lg-4 {
    --bs-gutter-x: 3.125rem;
  }
  .container-col-lg-7 .g-lg-4,
  .container-col-lg-7 .gy-lg-4 {
    --bs-gutter-y: 3.125rem;
  }
  .container-col-lg-7 .g-lg-5,
  .container-col-lg-7 .gx-lg-5 {
    --bs-gutter-x: 3.75rem;
  }
  .container-col-lg-7 .g-lg-5,
  .container-col-lg-7 .gy-lg-5 {
    --bs-gutter-y: 3.75rem;
  }
  .container-col-lg-7 .g-lg-6,
  .container-col-lg-7 .gx-lg-6 {
    --bs-gutter-x: 5rem;
  }
  .container-col-lg-7 .g-lg-6,
  .container-col-lg-7 .gy-lg-6 {
    --bs-gutter-y: 5rem;
  }
  .container-col-lg-7 .g-lg-7,
  .container-col-lg-7 .gx-lg-7 {
    --bs-gutter-x: 7.5rem;
  }
  .container-col-lg-7 .g-lg-7,
  .container-col-lg-7 .gy-lg-7 {
    --bs-gutter-y: 7.5rem;
  }
  .container-col-lg-7 .g-lg-9,
  .container-col-lg-7 .gx-lg-9 {
    --bs-gutter-x: 10rem;
  }
  .container-col-lg-7 .g-lg-9,
  .container-col-lg-7 .gy-lg-9 {
    --bs-gutter-y: 10rem;
  }
  .container-col-lg-7 .g-lg-10,
  .container-col-lg-7 .gx-lg-10 {
    --bs-gutter-x: 18.75rem;
  }
  .container-col-lg-7 .g-lg-10,
  .container-col-lg-7 .gy-lg-10 {
    --bs-gutter-y: 18.75rem;
  }
}
@media (min-width: 1200px) and (min-width: 1400px) {
  .container-col-lg-7 .col-xl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .container-col-lg-7 .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .container-col-lg-7 .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .container-col-lg-7 .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .container-col-lg-7 .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .container-col-lg-7 .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .container-col-lg-7 .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .container-col-lg-7 .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .container-col-lg-7 .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .container-col-lg-7 .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 14.28571429%;
  }
  .container-col-lg-7 .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 28.57142857%;
  }
  .container-col-lg-7 .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 42.85714286%;
  }
  .container-col-lg-7 .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 57.14285714%;
  }
  .container-col-lg-7 .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 71.42857143%;
  }
  .container-col-lg-7 .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 85.71428571%;
  }
  .container-col-lg-7 .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .container-col-lg-7 .offset-xl-0 {
    margin-left: 0;
  }
  .container-col-lg-7 .offset-xl-1 {
    margin-left: 14.28571429%;
  }
  .container-col-lg-7 .offset-xl-2 {
    margin-left: 28.57142857%;
  }
  .container-col-lg-7 .offset-xl-3 {
    margin-left: 42.85714286%;
  }
  .container-col-lg-7 .offset-xl-4 {
    margin-left: 57.14285714%;
  }
  .container-col-lg-7 .offset-xl-5 {
    margin-left: 71.42857143%;
  }
  .container-col-lg-7 .offset-xl-6 {
    margin-left: 85.71428571%;
  }
  .container-col-lg-7 .g-xl-0,
  .container-col-lg-7 .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .container-col-lg-7 .g-xl-0,
  .container-col-lg-7 .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .container-col-lg-7 .g-xl-1,
  .container-col-lg-7 .gx-xl-1 {
    --bs-gutter-x: 0.625rem;
  }
  .container-col-lg-7 .g-xl-1,
  .container-col-lg-7 .gy-xl-1 {
    --bs-gutter-y: 0.625rem;
  }
  .container-col-lg-7 .g-xl-2,
  .container-col-lg-7 .gx-xl-2 {
    --bs-gutter-x: 1.875rem;
  }
  .container-col-lg-7 .g-xl-2,
  .container-col-lg-7 .gy-xl-2 {
    --bs-gutter-y: 1.875rem;
  }
  .container-col-lg-7 .g-xl-3,
  .container-col-lg-7 .gx-xl-3 {
    --bs-gutter-x: 2.5rem;
  }
  .container-col-lg-7 .g-xl-3,
  .container-col-lg-7 .gy-xl-3 {
    --bs-gutter-y: 2.5rem;
  }
  .container-col-lg-7 .g-xl-4,
  .container-col-lg-7 .gx-xl-4 {
    --bs-gutter-x: 3.125rem;
  }
  .container-col-lg-7 .g-xl-4,
  .container-col-lg-7 .gy-xl-4 {
    --bs-gutter-y: 3.125rem;
  }
  .container-col-lg-7 .g-xl-5,
  .container-col-lg-7 .gx-xl-5 {
    --bs-gutter-x: 3.75rem;
  }
  .container-col-lg-7 .g-xl-5,
  .container-col-lg-7 .gy-xl-5 {
    --bs-gutter-y: 3.75rem;
  }
  .container-col-lg-7 .g-xl-6,
  .container-col-lg-7 .gx-xl-6 {
    --bs-gutter-x: 5rem;
  }
  .container-col-lg-7 .g-xl-6,
  .container-col-lg-7 .gy-xl-6 {
    --bs-gutter-y: 5rem;
  }
  .container-col-lg-7 .g-xl-7,
  .container-col-lg-7 .gx-xl-7 {
    --bs-gutter-x: 7.5rem;
  }
  .container-col-lg-7 .g-xl-7,
  .container-col-lg-7 .gy-xl-7 {
    --bs-gutter-y: 7.5rem;
  }
  .container-col-lg-7 .g-xl-9,
  .container-col-lg-7 .gx-xl-9 {
    --bs-gutter-x: 10rem;
  }
  .container-col-lg-7 .g-xl-9,
  .container-col-lg-7 .gy-xl-9 {
    --bs-gutter-y: 10rem;
  }
  .container-col-lg-7 .g-xl-10,
  .container-col-lg-7 .gx-xl-10 {
    --bs-gutter-x: 18.75rem;
  }
  .container-col-lg-7 .g-xl-10,
  .container-col-lg-7 .gy-xl-10 {
    --bs-gutter-y: 18.75rem;
  }
}
@media (min-width: 1200px) and (min-width: 1600px) {
  .container-col-lg-7 .col-xxl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .container-col-lg-7 .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .container-col-lg-7 .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .container-col-lg-7 .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .container-col-lg-7 .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .container-col-lg-7 .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .container-col-lg-7 .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .container-col-lg-7 .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .container-col-lg-7 .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .container-col-lg-7 .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 14.28571429%;
  }
  .container-col-lg-7 .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 28.57142857%;
  }
  .container-col-lg-7 .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 42.85714286%;
  }
  .container-col-lg-7 .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 57.14285714%;
  }
  .container-col-lg-7 .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 71.42857143%;
  }
  .container-col-lg-7 .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 85.71428571%;
  }
  .container-col-lg-7 .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .container-col-lg-7 .offset-xxl-0 {
    margin-left: 0;
  }
  .container-col-lg-7 .offset-xxl-1 {
    margin-left: 14.28571429%;
  }
  .container-col-lg-7 .offset-xxl-2 {
    margin-left: 28.57142857%;
  }
  .container-col-lg-7 .offset-xxl-3 {
    margin-left: 42.85714286%;
  }
  .container-col-lg-7 .offset-xxl-4 {
    margin-left: 57.14285714%;
  }
  .container-col-lg-7 .offset-xxl-5 {
    margin-left: 71.42857143%;
  }
  .container-col-lg-7 .offset-xxl-6 {
    margin-left: 85.71428571%;
  }
  .container-col-lg-7 .g-xxl-0,
  .container-col-lg-7 .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .container-col-lg-7 .g-xxl-0,
  .container-col-lg-7 .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .container-col-lg-7 .g-xxl-1,
  .container-col-lg-7 .gx-xxl-1 {
    --bs-gutter-x: 0.625rem;
  }
  .container-col-lg-7 .g-xxl-1,
  .container-col-lg-7 .gy-xxl-1 {
    --bs-gutter-y: 0.625rem;
  }
  .container-col-lg-7 .g-xxl-2,
  .container-col-lg-7 .gx-xxl-2 {
    --bs-gutter-x: 1.875rem;
  }
  .container-col-lg-7 .g-xxl-2,
  .container-col-lg-7 .gy-xxl-2 {
    --bs-gutter-y: 1.875rem;
  }
  .container-col-lg-7 .g-xxl-3,
  .container-col-lg-7 .gx-xxl-3 {
    --bs-gutter-x: 2.5rem;
  }
  .container-col-lg-7 .g-xxl-3,
  .container-col-lg-7 .gy-xxl-3 {
    --bs-gutter-y: 2.5rem;
  }
  .container-col-lg-7 .g-xxl-4,
  .container-col-lg-7 .gx-xxl-4 {
    --bs-gutter-x: 3.125rem;
  }
  .container-col-lg-7 .g-xxl-4,
  .container-col-lg-7 .gy-xxl-4 {
    --bs-gutter-y: 3.125rem;
  }
  .container-col-lg-7 .g-xxl-5,
  .container-col-lg-7 .gx-xxl-5 {
    --bs-gutter-x: 3.75rem;
  }
  .container-col-lg-7 .g-xxl-5,
  .container-col-lg-7 .gy-xxl-5 {
    --bs-gutter-y: 3.75rem;
  }
  .container-col-lg-7 .g-xxl-6,
  .container-col-lg-7 .gx-xxl-6 {
    --bs-gutter-x: 5rem;
  }
  .container-col-lg-7 .g-xxl-6,
  .container-col-lg-7 .gy-xxl-6 {
    --bs-gutter-y: 5rem;
  }
  .container-col-lg-7 .g-xxl-7,
  .container-col-lg-7 .gx-xxl-7 {
    --bs-gutter-x: 7.5rem;
  }
  .container-col-lg-7 .g-xxl-7,
  .container-col-lg-7 .gy-xxl-7 {
    --bs-gutter-y: 7.5rem;
  }
  .container-col-lg-7 .g-xxl-9,
  .container-col-lg-7 .gx-xxl-9 {
    --bs-gutter-x: 10rem;
  }
  .container-col-lg-7 .g-xxl-9,
  .container-col-lg-7 .gy-xxl-9 {
    --bs-gutter-y: 10rem;
  }
  .container-col-lg-7 .g-xxl-10,
  .container-col-lg-7 .gx-xxl-10 {
    --bs-gutter-x: 18.75rem;
  }
  .container-col-lg-7 .g-xxl-10,
  .container-col-lg-7 .gy-xxl-10 {
    --bs-gutter-y: 18.75rem;
  }
}
@media (min-width: 1200px) and (min-width: 1728px) {
  .container-col-lg-7 .col-xxxl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .container-col-lg-7 .row-cols-xxxl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .container-col-lg-7 .row-cols-xxxl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .container-col-lg-7 .row-cols-xxxl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .container-col-lg-7 .row-cols-xxxl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .container-col-lg-7 .row-cols-xxxl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .container-col-lg-7 .row-cols-xxxl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .container-col-lg-7 .row-cols-xxxl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .container-col-lg-7 .col-xxxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .container-col-lg-7 .col-xxxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 14.28571429%;
  }
  .container-col-lg-7 .col-xxxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 28.57142857%;
  }
  .container-col-lg-7 .col-xxxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 42.85714286%;
  }
  .container-col-lg-7 .col-xxxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 57.14285714%;
  }
  .container-col-lg-7 .col-xxxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 71.42857143%;
  }
  .container-col-lg-7 .col-xxxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 85.71428571%;
  }
  .container-col-lg-7 .col-xxxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .container-col-lg-7 .offset-xxxl-0 {
    margin-left: 0;
  }
  .container-col-lg-7 .offset-xxxl-1 {
    margin-left: 14.28571429%;
  }
  .container-col-lg-7 .offset-xxxl-2 {
    margin-left: 28.57142857%;
  }
  .container-col-lg-7 .offset-xxxl-3 {
    margin-left: 42.85714286%;
  }
  .container-col-lg-7 .offset-xxxl-4 {
    margin-left: 57.14285714%;
  }
  .container-col-lg-7 .offset-xxxl-5 {
    margin-left: 71.42857143%;
  }
  .container-col-lg-7 .offset-xxxl-6 {
    margin-left: 85.71428571%;
  }
  .container-col-lg-7 .g-xxxl-0,
  .container-col-lg-7 .gx-xxxl-0 {
    --bs-gutter-x: 0;
  }
  .container-col-lg-7 .g-xxxl-0,
  .container-col-lg-7 .gy-xxxl-0 {
    --bs-gutter-y: 0;
  }
  .container-col-lg-7 .g-xxxl-1,
  .container-col-lg-7 .gx-xxxl-1 {
    --bs-gutter-x: 0.625rem;
  }
  .container-col-lg-7 .g-xxxl-1,
  .container-col-lg-7 .gy-xxxl-1 {
    --bs-gutter-y: 0.625rem;
  }
  .container-col-lg-7 .g-xxxl-2,
  .container-col-lg-7 .gx-xxxl-2 {
    --bs-gutter-x: 1.875rem;
  }
  .container-col-lg-7 .g-xxxl-2,
  .container-col-lg-7 .gy-xxxl-2 {
    --bs-gutter-y: 1.875rem;
  }
  .container-col-lg-7 .g-xxxl-3,
  .container-col-lg-7 .gx-xxxl-3 {
    --bs-gutter-x: 2.5rem;
  }
  .container-col-lg-7 .g-xxxl-3,
  .container-col-lg-7 .gy-xxxl-3 {
    --bs-gutter-y: 2.5rem;
  }
  .container-col-lg-7 .g-xxxl-4,
  .container-col-lg-7 .gx-xxxl-4 {
    --bs-gutter-x: 3.125rem;
  }
  .container-col-lg-7 .g-xxxl-4,
  .container-col-lg-7 .gy-xxxl-4 {
    --bs-gutter-y: 3.125rem;
  }
  .container-col-lg-7 .g-xxxl-5,
  .container-col-lg-7 .gx-xxxl-5 {
    --bs-gutter-x: 3.75rem;
  }
  .container-col-lg-7 .g-xxxl-5,
  .container-col-lg-7 .gy-xxxl-5 {
    --bs-gutter-y: 3.75rem;
  }
  .container-col-lg-7 .g-xxxl-6,
  .container-col-lg-7 .gx-xxxl-6 {
    --bs-gutter-x: 5rem;
  }
  .container-col-lg-7 .g-xxxl-6,
  .container-col-lg-7 .gy-xxxl-6 {
    --bs-gutter-y: 5rem;
  }
  .container-col-lg-7 .g-xxxl-7,
  .container-col-lg-7 .gx-xxxl-7 {
    --bs-gutter-x: 7.5rem;
  }
  .container-col-lg-7 .g-xxxl-7,
  .container-col-lg-7 .gy-xxxl-7 {
    --bs-gutter-y: 7.5rem;
  }
  .container-col-lg-7 .g-xxxl-9,
  .container-col-lg-7 .gx-xxxl-9 {
    --bs-gutter-x: 10rem;
  }
  .container-col-lg-7 .g-xxxl-9,
  .container-col-lg-7 .gy-xxxl-9 {
    --bs-gutter-y: 10rem;
  }
  .container-col-lg-7 .g-xxxl-10,
  .container-col-lg-7 .gx-xxxl-10 {
    --bs-gutter-x: 18.75rem;
  }
  .container-col-lg-7 .g-xxxl-10,
  .container-col-lg-7 .gy-xxxl-10 {
    --bs-gutter-y: 18.75rem;
  }
}
@media (min-width: 1200px) {
  .container-col-lg-6 .col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .container-col-lg-6 .row-cols-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .container-col-lg-6 .row-cols-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .container-col-lg-6 .row-cols-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .container-col-lg-6 .row-cols-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .container-col-lg-6 .row-cols-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .container-col-lg-6 .row-cols-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .container-col-lg-6 .row-cols-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .container-col-lg-6 .col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .container-col-lg-6 .col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .container-col-lg-6 .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .container-col-lg-6 .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .container-col-lg-6 .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .container-col-lg-6 .col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .container-col-lg-6 .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .container-col-lg-6 .offset-1 {
    margin-left: 16.66666667%;
  }
  .container-col-lg-6 .offset-2 {
    margin-left: 33.33333333%;
  }
  .container-col-lg-6 .offset-3 {
    margin-left: 50%;
  }
  .container-col-lg-6 .offset-4 {
    margin-left: 66.66666667%;
  }
  .container-col-lg-6 .offset-5 {
    margin-left: 83.33333333%;
  }
  .container-col-lg-6 .g-0,
  .container-col-lg-6 .gx-0 {
    --bs-gutter-x: 0;
  }
  .container-col-lg-6 .g-0,
  .container-col-lg-6 .gy-0 {
    --bs-gutter-y: 0;
  }
  .container-col-lg-6 .g-1,
  .container-col-lg-6 .gx-1 {
    --bs-gutter-x: 0.625rem;
  }
  .container-col-lg-6 .g-1,
  .container-col-lg-6 .gy-1 {
    --bs-gutter-y: 0.625rem;
  }
  .container-col-lg-6 .g-2,
  .container-col-lg-6 .gx-2 {
    --bs-gutter-x: 1.875rem;
  }
  .container-col-lg-6 .g-2,
  .container-col-lg-6 .gy-2 {
    --bs-gutter-y: 1.875rem;
  }
  .container-col-lg-6 .g-3,
  .container-col-lg-6 .gx-3 {
    --bs-gutter-x: 2.5rem;
  }
  .container-col-lg-6 .g-3,
  .container-col-lg-6 .gy-3 {
    --bs-gutter-y: 2.5rem;
  }
  .container-col-lg-6 .g-4,
  .container-col-lg-6 .gx-4 {
    --bs-gutter-x: 3.125rem;
  }
  .container-col-lg-6 .g-4,
  .container-col-lg-6 .gy-4 {
    --bs-gutter-y: 3.125rem;
  }
  .container-col-lg-6 .g-5,
  .container-col-lg-6 .gx-5 {
    --bs-gutter-x: 3.75rem;
  }
  .container-col-lg-6 .g-5,
  .container-col-lg-6 .gy-5 {
    --bs-gutter-y: 3.75rem;
  }
  .container-col-lg-6 .g-6,
  .container-col-lg-6 .gx-6 {
    --bs-gutter-x: 5rem;
  }
  .container-col-lg-6 .g-6,
  .container-col-lg-6 .gy-6 {
    --bs-gutter-y: 5rem;
  }
  .container-col-lg-6 .g-7,
  .container-col-lg-6 .gx-7 {
    --bs-gutter-x: 7.5rem;
  }
  .container-col-lg-6 .g-7,
  .container-col-lg-6 .gy-7 {
    --bs-gutter-y: 7.5rem;
  }
  .container-col-lg-6 .g-9,
  .container-col-lg-6 .gx-9 {
    --bs-gutter-x: 10rem;
  }
  .container-col-lg-6 .g-9,
  .container-col-lg-6 .gy-9 {
    --bs-gutter-y: 10rem;
  }
  .container-col-lg-6 .g-10,
  .container-col-lg-6 .gx-10 {
    --bs-gutter-x: 18.75rem;
  }
  .container-col-lg-6 .g-10,
  .container-col-lg-6 .gy-10 {
    --bs-gutter-y: 18.75rem;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  .container-col-lg-6 .col-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .container-col-lg-6 .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .container-col-lg-6 .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .container-col-lg-6 .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .container-col-lg-6 .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .container-col-lg-6 .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .container-col-lg-6 .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .container-col-lg-6 .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .container-col-lg-6 .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .container-col-lg-6 .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .container-col-lg-6 .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .container-col-lg-6 .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .container-col-lg-6 .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .container-col-lg-6 .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .container-col-lg-6 .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .container-col-lg-6 .offset-sm-0 {
    margin-left: 0;
  }
  .container-col-lg-6 .offset-sm-1 {
    margin-left: 16.66666667%;
  }
  .container-col-lg-6 .offset-sm-2 {
    margin-left: 33.33333333%;
  }
  .container-col-lg-6 .offset-sm-3 {
    margin-left: 50%;
  }
  .container-col-lg-6 .offset-sm-4 {
    margin-left: 66.66666667%;
  }
  .container-col-lg-6 .offset-sm-5 {
    margin-left: 83.33333333%;
  }
  .container-col-lg-6 .g-sm-0,
  .container-col-lg-6 .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .container-col-lg-6 .g-sm-0,
  .container-col-lg-6 .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .container-col-lg-6 .g-sm-1,
  .container-col-lg-6 .gx-sm-1 {
    --bs-gutter-x: 0.625rem;
  }
  .container-col-lg-6 .g-sm-1,
  .container-col-lg-6 .gy-sm-1 {
    --bs-gutter-y: 0.625rem;
  }
  .container-col-lg-6 .g-sm-2,
  .container-col-lg-6 .gx-sm-2 {
    --bs-gutter-x: 1.875rem;
  }
  .container-col-lg-6 .g-sm-2,
  .container-col-lg-6 .gy-sm-2 {
    --bs-gutter-y: 1.875rem;
  }
  .container-col-lg-6 .g-sm-3,
  .container-col-lg-6 .gx-sm-3 {
    --bs-gutter-x: 2.5rem;
  }
  .container-col-lg-6 .g-sm-3,
  .container-col-lg-6 .gy-sm-3 {
    --bs-gutter-y: 2.5rem;
  }
  .container-col-lg-6 .g-sm-4,
  .container-col-lg-6 .gx-sm-4 {
    --bs-gutter-x: 3.125rem;
  }
  .container-col-lg-6 .g-sm-4,
  .container-col-lg-6 .gy-sm-4 {
    --bs-gutter-y: 3.125rem;
  }
  .container-col-lg-6 .g-sm-5,
  .container-col-lg-6 .gx-sm-5 {
    --bs-gutter-x: 3.75rem;
  }
  .container-col-lg-6 .g-sm-5,
  .container-col-lg-6 .gy-sm-5 {
    --bs-gutter-y: 3.75rem;
  }
  .container-col-lg-6 .g-sm-6,
  .container-col-lg-6 .gx-sm-6 {
    --bs-gutter-x: 5rem;
  }
  .container-col-lg-6 .g-sm-6,
  .container-col-lg-6 .gy-sm-6 {
    --bs-gutter-y: 5rem;
  }
  .container-col-lg-6 .g-sm-7,
  .container-col-lg-6 .gx-sm-7 {
    --bs-gutter-x: 7.5rem;
  }
  .container-col-lg-6 .g-sm-7,
  .container-col-lg-6 .gy-sm-7 {
    --bs-gutter-y: 7.5rem;
  }
  .container-col-lg-6 .g-sm-9,
  .container-col-lg-6 .gx-sm-9 {
    --bs-gutter-x: 10rem;
  }
  .container-col-lg-6 .g-sm-9,
  .container-col-lg-6 .gy-sm-9 {
    --bs-gutter-y: 10rem;
  }
  .container-col-lg-6 .g-sm-10,
  .container-col-lg-6 .gx-sm-10 {
    --bs-gutter-x: 18.75rem;
  }
  .container-col-lg-6 .g-sm-10,
  .container-col-lg-6 .gy-sm-10 {
    --bs-gutter-y: 18.75rem;
  }
}
@media (min-width: 1200px) and (min-width: 1024px) {
  .container-col-lg-6 .col-md {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .container-col-lg-6 .row-cols-md-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .container-col-lg-6 .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .container-col-lg-6 .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .container-col-lg-6 .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .container-col-lg-6 .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .container-col-lg-6 .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .container-col-lg-6 .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .container-col-lg-6 .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .container-col-lg-6 .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .container-col-lg-6 .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .container-col-lg-6 .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .container-col-lg-6 .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .container-col-lg-6 .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .container-col-lg-6 .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .container-col-lg-6 .offset-md-0 {
    margin-left: 0;
  }
  .container-col-lg-6 .offset-md-1 {
    margin-left: 16.66666667%;
  }
  .container-col-lg-6 .offset-md-2 {
    margin-left: 33.33333333%;
  }
  .container-col-lg-6 .offset-md-3 {
    margin-left: 50%;
  }
  .container-col-lg-6 .offset-md-4 {
    margin-left: 66.66666667%;
  }
  .container-col-lg-6 .offset-md-5 {
    margin-left: 83.33333333%;
  }
  .container-col-lg-6 .g-md-0,
  .container-col-lg-6 .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .container-col-lg-6 .g-md-0,
  .container-col-lg-6 .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .container-col-lg-6 .g-md-1,
  .container-col-lg-6 .gx-md-1 {
    --bs-gutter-x: 0.625rem;
  }
  .container-col-lg-6 .g-md-1,
  .container-col-lg-6 .gy-md-1 {
    --bs-gutter-y: 0.625rem;
  }
  .container-col-lg-6 .g-md-2,
  .container-col-lg-6 .gx-md-2 {
    --bs-gutter-x: 1.875rem;
  }
  .container-col-lg-6 .g-md-2,
  .container-col-lg-6 .gy-md-2 {
    --bs-gutter-y: 1.875rem;
  }
  .container-col-lg-6 .g-md-3,
  .container-col-lg-6 .gx-md-3 {
    --bs-gutter-x: 2.5rem;
  }
  .container-col-lg-6 .g-md-3,
  .container-col-lg-6 .gy-md-3 {
    --bs-gutter-y: 2.5rem;
  }
  .container-col-lg-6 .g-md-4,
  .container-col-lg-6 .gx-md-4 {
    --bs-gutter-x: 3.125rem;
  }
  .container-col-lg-6 .g-md-4,
  .container-col-lg-6 .gy-md-4 {
    --bs-gutter-y: 3.125rem;
  }
  .container-col-lg-6 .g-md-5,
  .container-col-lg-6 .gx-md-5 {
    --bs-gutter-x: 3.75rem;
  }
  .container-col-lg-6 .g-md-5,
  .container-col-lg-6 .gy-md-5 {
    --bs-gutter-y: 3.75rem;
  }
  .container-col-lg-6 .g-md-6,
  .container-col-lg-6 .gx-md-6 {
    --bs-gutter-x: 5rem;
  }
  .container-col-lg-6 .g-md-6,
  .container-col-lg-6 .gy-md-6 {
    --bs-gutter-y: 5rem;
  }
  .container-col-lg-6 .g-md-7,
  .container-col-lg-6 .gx-md-7 {
    --bs-gutter-x: 7.5rem;
  }
  .container-col-lg-6 .g-md-7,
  .container-col-lg-6 .gy-md-7 {
    --bs-gutter-y: 7.5rem;
  }
  .container-col-lg-6 .g-md-9,
  .container-col-lg-6 .gx-md-9 {
    --bs-gutter-x: 10rem;
  }
  .container-col-lg-6 .g-md-9,
  .container-col-lg-6 .gy-md-9 {
    --bs-gutter-y: 10rem;
  }
  .container-col-lg-6 .g-md-10,
  .container-col-lg-6 .gx-md-10 {
    --bs-gutter-x: 18.75rem;
  }
  .container-col-lg-6 .g-md-10,
  .container-col-lg-6 .gy-md-10 {
    --bs-gutter-y: 18.75rem;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .container-col-lg-6 .col-lg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .container-col-lg-6 .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .container-col-lg-6 .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .container-col-lg-6 .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .container-col-lg-6 .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .container-col-lg-6 .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .container-col-lg-6 .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .container-col-lg-6 .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .container-col-lg-6 .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .container-col-lg-6 .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .container-col-lg-6 .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .container-col-lg-6 .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .container-col-lg-6 .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .container-col-lg-6 .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .container-col-lg-6 .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .container-col-lg-6 .offset-lg-0 {
    margin-left: 0;
  }
  .container-col-lg-6 .offset-lg-1 {
    margin-left: 16.66666667%;
  }
  .container-col-lg-6 .offset-lg-2 {
    margin-left: 33.33333333%;
  }
  .container-col-lg-6 .offset-lg-3 {
    margin-left: 50%;
  }
  .container-col-lg-6 .offset-lg-4 {
    margin-left: 66.66666667%;
  }
  .container-col-lg-6 .offset-lg-5 {
    margin-left: 83.33333333%;
  }
  .container-col-lg-6 .g-lg-0,
  .container-col-lg-6 .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .container-col-lg-6 .g-lg-0,
  .container-col-lg-6 .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .container-col-lg-6 .g-lg-1,
  .container-col-lg-6 .gx-lg-1 {
    --bs-gutter-x: 0.625rem;
  }
  .container-col-lg-6 .g-lg-1,
  .container-col-lg-6 .gy-lg-1 {
    --bs-gutter-y: 0.625rem;
  }
  .container-col-lg-6 .g-lg-2,
  .container-col-lg-6 .gx-lg-2 {
    --bs-gutter-x: 1.875rem;
  }
  .container-col-lg-6 .g-lg-2,
  .container-col-lg-6 .gy-lg-2 {
    --bs-gutter-y: 1.875rem;
  }
  .container-col-lg-6 .g-lg-3,
  .container-col-lg-6 .gx-lg-3 {
    --bs-gutter-x: 2.5rem;
  }
  .container-col-lg-6 .g-lg-3,
  .container-col-lg-6 .gy-lg-3 {
    --bs-gutter-y: 2.5rem;
  }
  .container-col-lg-6 .g-lg-4,
  .container-col-lg-6 .gx-lg-4 {
    --bs-gutter-x: 3.125rem;
  }
  .container-col-lg-6 .g-lg-4,
  .container-col-lg-6 .gy-lg-4 {
    --bs-gutter-y: 3.125rem;
  }
  .container-col-lg-6 .g-lg-5,
  .container-col-lg-6 .gx-lg-5 {
    --bs-gutter-x: 3.75rem;
  }
  .container-col-lg-6 .g-lg-5,
  .container-col-lg-6 .gy-lg-5 {
    --bs-gutter-y: 3.75rem;
  }
  .container-col-lg-6 .g-lg-6,
  .container-col-lg-6 .gx-lg-6 {
    --bs-gutter-x: 5rem;
  }
  .container-col-lg-6 .g-lg-6,
  .container-col-lg-6 .gy-lg-6 {
    --bs-gutter-y: 5rem;
  }
  .container-col-lg-6 .g-lg-7,
  .container-col-lg-6 .gx-lg-7 {
    --bs-gutter-x: 7.5rem;
  }
  .container-col-lg-6 .g-lg-7,
  .container-col-lg-6 .gy-lg-7 {
    --bs-gutter-y: 7.5rem;
  }
  .container-col-lg-6 .g-lg-9,
  .container-col-lg-6 .gx-lg-9 {
    --bs-gutter-x: 10rem;
  }
  .container-col-lg-6 .g-lg-9,
  .container-col-lg-6 .gy-lg-9 {
    --bs-gutter-y: 10rem;
  }
  .container-col-lg-6 .g-lg-10,
  .container-col-lg-6 .gx-lg-10 {
    --bs-gutter-x: 18.75rem;
  }
  .container-col-lg-6 .g-lg-10,
  .container-col-lg-6 .gy-lg-10 {
    --bs-gutter-y: 18.75rem;
  }
}
@media (min-width: 1200px) and (min-width: 1400px) {
  .container-col-lg-6 .col-xl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .container-col-lg-6 .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .container-col-lg-6 .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .container-col-lg-6 .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .container-col-lg-6 .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .container-col-lg-6 .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .container-col-lg-6 .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .container-col-lg-6 .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .container-col-lg-6 .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .container-col-lg-6 .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .container-col-lg-6 .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .container-col-lg-6 .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .container-col-lg-6 .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .container-col-lg-6 .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .container-col-lg-6 .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .container-col-lg-6 .offset-xl-0 {
    margin-left: 0;
  }
  .container-col-lg-6 .offset-xl-1 {
    margin-left: 16.66666667%;
  }
  .container-col-lg-6 .offset-xl-2 {
    margin-left: 33.33333333%;
  }
  .container-col-lg-6 .offset-xl-3 {
    margin-left: 50%;
  }
  .container-col-lg-6 .offset-xl-4 {
    margin-left: 66.66666667%;
  }
  .container-col-lg-6 .offset-xl-5 {
    margin-left: 83.33333333%;
  }
  .container-col-lg-6 .g-xl-0,
  .container-col-lg-6 .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .container-col-lg-6 .g-xl-0,
  .container-col-lg-6 .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .container-col-lg-6 .g-xl-1,
  .container-col-lg-6 .gx-xl-1 {
    --bs-gutter-x: 0.625rem;
  }
  .container-col-lg-6 .g-xl-1,
  .container-col-lg-6 .gy-xl-1 {
    --bs-gutter-y: 0.625rem;
  }
  .container-col-lg-6 .g-xl-2,
  .container-col-lg-6 .gx-xl-2 {
    --bs-gutter-x: 1.875rem;
  }
  .container-col-lg-6 .g-xl-2,
  .container-col-lg-6 .gy-xl-2 {
    --bs-gutter-y: 1.875rem;
  }
  .container-col-lg-6 .g-xl-3,
  .container-col-lg-6 .gx-xl-3 {
    --bs-gutter-x: 2.5rem;
  }
  .container-col-lg-6 .g-xl-3,
  .container-col-lg-6 .gy-xl-3 {
    --bs-gutter-y: 2.5rem;
  }
  .container-col-lg-6 .g-xl-4,
  .container-col-lg-6 .gx-xl-4 {
    --bs-gutter-x: 3.125rem;
  }
  .container-col-lg-6 .g-xl-4,
  .container-col-lg-6 .gy-xl-4 {
    --bs-gutter-y: 3.125rem;
  }
  .container-col-lg-6 .g-xl-5,
  .container-col-lg-6 .gx-xl-5 {
    --bs-gutter-x: 3.75rem;
  }
  .container-col-lg-6 .g-xl-5,
  .container-col-lg-6 .gy-xl-5 {
    --bs-gutter-y: 3.75rem;
  }
  .container-col-lg-6 .g-xl-6,
  .container-col-lg-6 .gx-xl-6 {
    --bs-gutter-x: 5rem;
  }
  .container-col-lg-6 .g-xl-6,
  .container-col-lg-6 .gy-xl-6 {
    --bs-gutter-y: 5rem;
  }
  .container-col-lg-6 .g-xl-7,
  .container-col-lg-6 .gx-xl-7 {
    --bs-gutter-x: 7.5rem;
  }
  .container-col-lg-6 .g-xl-7,
  .container-col-lg-6 .gy-xl-7 {
    --bs-gutter-y: 7.5rem;
  }
  .container-col-lg-6 .g-xl-9,
  .container-col-lg-6 .gx-xl-9 {
    --bs-gutter-x: 10rem;
  }
  .container-col-lg-6 .g-xl-9,
  .container-col-lg-6 .gy-xl-9 {
    --bs-gutter-y: 10rem;
  }
  .container-col-lg-6 .g-xl-10,
  .container-col-lg-6 .gx-xl-10 {
    --bs-gutter-x: 18.75rem;
  }
  .container-col-lg-6 .g-xl-10,
  .container-col-lg-6 .gy-xl-10 {
    --bs-gutter-y: 18.75rem;
  }
}
@media (min-width: 1200px) and (min-width: 1600px) {
  .container-col-lg-6 .col-xxl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .container-col-lg-6 .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .container-col-lg-6 .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .container-col-lg-6 .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .container-col-lg-6 .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .container-col-lg-6 .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .container-col-lg-6 .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .container-col-lg-6 .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .container-col-lg-6 .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .container-col-lg-6 .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .container-col-lg-6 .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .container-col-lg-6 .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .container-col-lg-6 .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .container-col-lg-6 .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .container-col-lg-6 .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .container-col-lg-6 .offset-xxl-0 {
    margin-left: 0;
  }
  .container-col-lg-6 .offset-xxl-1 {
    margin-left: 16.66666667%;
  }
  .container-col-lg-6 .offset-xxl-2 {
    margin-left: 33.33333333%;
  }
  .container-col-lg-6 .offset-xxl-3 {
    margin-left: 50%;
  }
  .container-col-lg-6 .offset-xxl-4 {
    margin-left: 66.66666667%;
  }
  .container-col-lg-6 .offset-xxl-5 {
    margin-left: 83.33333333%;
  }
  .container-col-lg-6 .g-xxl-0,
  .container-col-lg-6 .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .container-col-lg-6 .g-xxl-0,
  .container-col-lg-6 .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .container-col-lg-6 .g-xxl-1,
  .container-col-lg-6 .gx-xxl-1 {
    --bs-gutter-x: 0.625rem;
  }
  .container-col-lg-6 .g-xxl-1,
  .container-col-lg-6 .gy-xxl-1 {
    --bs-gutter-y: 0.625rem;
  }
  .container-col-lg-6 .g-xxl-2,
  .container-col-lg-6 .gx-xxl-2 {
    --bs-gutter-x: 1.875rem;
  }
  .container-col-lg-6 .g-xxl-2,
  .container-col-lg-6 .gy-xxl-2 {
    --bs-gutter-y: 1.875rem;
  }
  .container-col-lg-6 .g-xxl-3,
  .container-col-lg-6 .gx-xxl-3 {
    --bs-gutter-x: 2.5rem;
  }
  .container-col-lg-6 .g-xxl-3,
  .container-col-lg-6 .gy-xxl-3 {
    --bs-gutter-y: 2.5rem;
  }
  .container-col-lg-6 .g-xxl-4,
  .container-col-lg-6 .gx-xxl-4 {
    --bs-gutter-x: 3.125rem;
  }
  .container-col-lg-6 .g-xxl-4,
  .container-col-lg-6 .gy-xxl-4 {
    --bs-gutter-y: 3.125rem;
  }
  .container-col-lg-6 .g-xxl-5,
  .container-col-lg-6 .gx-xxl-5 {
    --bs-gutter-x: 3.75rem;
  }
  .container-col-lg-6 .g-xxl-5,
  .container-col-lg-6 .gy-xxl-5 {
    --bs-gutter-y: 3.75rem;
  }
  .container-col-lg-6 .g-xxl-6,
  .container-col-lg-6 .gx-xxl-6 {
    --bs-gutter-x: 5rem;
  }
  .container-col-lg-6 .g-xxl-6,
  .container-col-lg-6 .gy-xxl-6 {
    --bs-gutter-y: 5rem;
  }
  .container-col-lg-6 .g-xxl-7,
  .container-col-lg-6 .gx-xxl-7 {
    --bs-gutter-x: 7.5rem;
  }
  .container-col-lg-6 .g-xxl-7,
  .container-col-lg-6 .gy-xxl-7 {
    --bs-gutter-y: 7.5rem;
  }
  .container-col-lg-6 .g-xxl-9,
  .container-col-lg-6 .gx-xxl-9 {
    --bs-gutter-x: 10rem;
  }
  .container-col-lg-6 .g-xxl-9,
  .container-col-lg-6 .gy-xxl-9 {
    --bs-gutter-y: 10rem;
  }
  .container-col-lg-6 .g-xxl-10,
  .container-col-lg-6 .gx-xxl-10 {
    --bs-gutter-x: 18.75rem;
  }
  .container-col-lg-6 .g-xxl-10,
  .container-col-lg-6 .gy-xxl-10 {
    --bs-gutter-y: 18.75rem;
  }
}
@media (min-width: 1200px) and (min-width: 1728px) {
  .container-col-lg-6 .col-xxxl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .container-col-lg-6 .row-cols-xxxl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .container-col-lg-6 .row-cols-xxxl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .container-col-lg-6 .row-cols-xxxl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .container-col-lg-6 .row-cols-xxxl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .container-col-lg-6 .row-cols-xxxl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .container-col-lg-6 .row-cols-xxxl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .container-col-lg-6 .row-cols-xxxl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .container-col-lg-6 .col-xxxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .container-col-lg-6 .col-xxxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .container-col-lg-6 .col-xxxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .container-col-lg-6 .col-xxxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .container-col-lg-6 .col-xxxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .container-col-lg-6 .col-xxxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .container-col-lg-6 .col-xxxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .container-col-lg-6 .offset-xxxl-0 {
    margin-left: 0;
  }
  .container-col-lg-6 .offset-xxxl-1 {
    margin-left: 16.66666667%;
  }
  .container-col-lg-6 .offset-xxxl-2 {
    margin-left: 33.33333333%;
  }
  .container-col-lg-6 .offset-xxxl-3 {
    margin-left: 50%;
  }
  .container-col-lg-6 .offset-xxxl-4 {
    margin-left: 66.66666667%;
  }
  .container-col-lg-6 .offset-xxxl-5 {
    margin-left: 83.33333333%;
  }
  .container-col-lg-6 .g-xxxl-0,
  .container-col-lg-6 .gx-xxxl-0 {
    --bs-gutter-x: 0;
  }
  .container-col-lg-6 .g-xxxl-0,
  .container-col-lg-6 .gy-xxxl-0 {
    --bs-gutter-y: 0;
  }
  .container-col-lg-6 .g-xxxl-1,
  .container-col-lg-6 .gx-xxxl-1 {
    --bs-gutter-x: 0.625rem;
  }
  .container-col-lg-6 .g-xxxl-1,
  .container-col-lg-6 .gy-xxxl-1 {
    --bs-gutter-y: 0.625rem;
  }
  .container-col-lg-6 .g-xxxl-2,
  .container-col-lg-6 .gx-xxxl-2 {
    --bs-gutter-x: 1.875rem;
  }
  .container-col-lg-6 .g-xxxl-2,
  .container-col-lg-6 .gy-xxxl-2 {
    --bs-gutter-y: 1.875rem;
  }
  .container-col-lg-6 .g-xxxl-3,
  .container-col-lg-6 .gx-xxxl-3 {
    --bs-gutter-x: 2.5rem;
  }
  .container-col-lg-6 .g-xxxl-3,
  .container-col-lg-6 .gy-xxxl-3 {
    --bs-gutter-y: 2.5rem;
  }
  .container-col-lg-6 .g-xxxl-4,
  .container-col-lg-6 .gx-xxxl-4 {
    --bs-gutter-x: 3.125rem;
  }
  .container-col-lg-6 .g-xxxl-4,
  .container-col-lg-6 .gy-xxxl-4 {
    --bs-gutter-y: 3.125rem;
  }
  .container-col-lg-6 .g-xxxl-5,
  .container-col-lg-6 .gx-xxxl-5 {
    --bs-gutter-x: 3.75rem;
  }
  .container-col-lg-6 .g-xxxl-5,
  .container-col-lg-6 .gy-xxxl-5 {
    --bs-gutter-y: 3.75rem;
  }
  .container-col-lg-6 .g-xxxl-6,
  .container-col-lg-6 .gx-xxxl-6 {
    --bs-gutter-x: 5rem;
  }
  .container-col-lg-6 .g-xxxl-6,
  .container-col-lg-6 .gy-xxxl-6 {
    --bs-gutter-y: 5rem;
  }
  .container-col-lg-6 .g-xxxl-7,
  .container-col-lg-6 .gx-xxxl-7 {
    --bs-gutter-x: 7.5rem;
  }
  .container-col-lg-6 .g-xxxl-7,
  .container-col-lg-6 .gy-xxxl-7 {
    --bs-gutter-y: 7.5rem;
  }
  .container-col-lg-6 .g-xxxl-9,
  .container-col-lg-6 .gx-xxxl-9 {
    --bs-gutter-x: 10rem;
  }
  .container-col-lg-6 .g-xxxl-9,
  .container-col-lg-6 .gy-xxxl-9 {
    --bs-gutter-y: 10rem;
  }
  .container-col-lg-6 .g-xxxl-10,
  .container-col-lg-6 .gx-xxxl-10 {
    --bs-gutter-x: 18.75rem;
  }
  .container-col-lg-6 .g-xxxl-10,
  .container-col-lg-6 .gy-xxxl-10 {
    --bs-gutter-y: 18.75rem;
  }
}
img {
  vertical-align: inherit;
}
p {
  margin-bottom: 1.2em;
  margin-bottom: var(--break-line);
}
.h-100 {
  height: 100%;
}
.row.no-gutters {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.wpb_single_image figure {
  margin-bottom: 0 !important;
}
#gtx-trans {
  display: none;
}
.container_inner {
  position: relative;
}
.grecaptcha-badge {
  display: none !important;
}
.reverse {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mb-0 {
  margin-bottom: 0;
}
pre {
  color: #fff;
}
.dg.ac {
  z-index: 9999999999 !important;
}
@media (max-width: 767px) {
  .row {
    --bs-gutter-x: 0.625rem;
  }
}
.vh-100 {
  height: 100vh;
}

.slick-slide{
  padding: 0px;
}
.slick-slide img{
width:100%;}
@media (min-width: 767px) {
  .slick-slide{}
.slick-slide img{
width:100%;
/*margin:0px auto;*/
/*width:auto;*/
/*height: 100vh*/
}
}
.slick-prev,
.slick-next{
  z-index: 1;
}
.slick-prev{
  left: 0;
}
.slick-next{
  right: 0;
}
@media (max-width:575px){
  .h1, h1{
    font-size: 2.5rem;
  }
}