/* stylelint-disable selector-no-vendor-prefix */
/*
// Mixin:
@include adaptive-value("Property", start value, min value, type of adapt);
// Example:
@include adaptive-value("padding", 50, 20, 0);
*/
/* Line Height
------------------------- */
/* Border Radius
------------------------- */
/* Opacity
------------------------- */
/* Aspect Ratio
------------------------- */
/* Text overflow
------------------------- */
/* Text Shorten
------------------------- */
/* Placeholders
------------------------- */
@import 'https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Montserrat:wght@700&family=Poppins:wght@300;400;500;700&display=swap';
.mb-0 {
  margin-bottom: 0;
}

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

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

.mb-1 {
  margin-bottom: 0.5rem;
}

.pb-1 {
  padding-bottom: 0.5rem;
}

.pt-1 {
  padding-top: 0.5rem;
}

.mb-2 {
  margin-bottom: 1rem;
}

.pb-2 {
  padding-bottom: 1rem;
}

.pt-2 {
  padding-top: 1rem;
}

.mb-3 {
  margin-bottom: 1.5rem;
}

.pb-3 {
  padding-bottom: 1.5rem;
}

.pt-3 {
  padding-top: 1.5rem;
}

.mb-4 {
  margin-bottom: 2rem;
}

.pb-4 {
  padding-bottom: 2rem;
}

.pt-4 {
  padding-top: 2rem;
}

.mb-5 {
  margin-bottom: 2.5rem;
}

.pb-5 {
  padding-bottom: 2.5rem;
}

.pt-5 {
  padding-top: 2.5rem;
}

.mb-6 {
  margin-bottom: 3rem;
}

.pb-6 {
  padding-bottom: 3rem;
}

.pt-6 {
  padding-top: 3rem;
}

.mb-7 {
  margin-bottom: 3.5rem;
}

.pb-7 {
  padding-bottom: 3.5rem;
}

.pt-7 {
  padding-top: 3.5rem;
}

.mb-8 {
  margin-bottom: 4rem;
}

.pb-8 {
  padding-bottom: 4rem;
}

.pt-8 {
  padding-top: 4rem;
}

.mb-9 {
  margin-bottom: 4.5rem;
}

.pb-9 {
  padding-bottom: 4.5rem;
}

.pt-9 {
  padding-top: 4.5rem;
}

.mb-10 {
  margin-bottom: 5rem;
}

.pb-10 {
  padding-bottom: 5rem;
}

.pt-10 {
  padding-top: 5rem;
}

.mb-25 {
  margin-bottom: 25%;
}

.pb-25 {
  padding-bottom: 25%;
}

.pt-25 {
  padding-top: 25%;
}

.mb-50 {
  margin-bottom: 50%;
}

.pb-50 {
  padding-bottom: 50%;
}

.pt-50 {
  padding-top: 50%;
}

.mb-100 {
  margin-bottom: 100%;
}

.pb-100 {
  padding-bottom: 100%;
}

.pt-100 {
  padding-top: 100%;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

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

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

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

/* ========== GRID ========== */
@media (max-width: 480px) {
  :root {
    --media-breakdown: 480 * 100vw;
  }
}
@media (min-width: 480px) {
  :root {
    --media-breakdown: 568 * 100vw;
  }
}
@media (min-width: 568px) {
  :root {
    --media-breakdown: 768 * 100vw;
  }
}
@media (min-width: 768px) {
  :root {
    --media-breakdown: 992 * 100vw;
  }
}
@media (min-width: 992px) {
  :root {
    --media-breakdown: 1200 * 100vw;
  }
}
@media (min-width: 1200px) {
  :root {
    --media-breakdown: 1580 * 100vw;
  }
}
@media (min-width: 1580px) {
  :root {
    --media-breakdown: 1920 * 100vw;
  }
}
.row {
  display: flex;
  flex-flow: row wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

[class^=col-],
[class*=" col-"] {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 320px) {
  .col-2xs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 320px) {
  .col-2xs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 320px) {
  .col-2xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 320px) {
  .col-2xs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 320px) {
  .col-2xs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 320px) {
  .col-2xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 320px) {
  .col-2xs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 320px) {
  .col-2xs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 320px) {
  .col-2xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 320px) {
  .col-2xs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 320px) {
  .col-2xs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 320px) {
  .col-2xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 480px) {
  .col-xs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 480px) {
  .col-xs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 480px) {
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 480px) {
  .col-xs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 480px) {
  .col-xs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 480px) {
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 480px) {
  .col-xs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 480px) {
  .col-xs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 480px) {
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 480px) {
  .col-xs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 480px) {
  .col-xs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 480px) {
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 768px) {
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 768px) {
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 768px) {
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 768px) {
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 768px) {
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 768px) {
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 992px) {
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 992px) {
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 992px) {
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 992px) {
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 992px) {
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 992px) {
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1280px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 1280px) {
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 1280px) {
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1280px) {
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 1280px) {
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 1280px) {
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1280px) {
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 1280px) {
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 1280px) {
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 1280px) {
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 1280px) {
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 1280px) {
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1440px) {
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 1440px) {
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 1440px) {
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1440px) {
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 1440px) {
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 1440px) {
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1440px) {
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 1440px) {
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 1440px) {
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 1440px) {
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 1440px) {
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 1440px) {
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1560px) {
  .col-2xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 1560px) {
  .col-2xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 1560px) {
  .col-2xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1560px) {
  .col-2xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 1560px) {
  .col-2xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 1560px) {
  .col-2xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1560px) {
  .col-2xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 1560px) {
  .col-2xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 1560px) {
  .col-2xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 1560px) {
  .col-2xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 1560px) {
  .col-2xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 1560px) {
  .col-2xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.d-flex {
  display: flex;
}

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

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

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

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

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

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-between {
  justify-content: space-between;
}

html {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

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

main,
header,
footer {
  display: block;
}

hr {
  overflow: visible;
  height: 0;
}

ul {
  list-style: none;
}

a {
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
}

b,
strong {
  font-weight: 700;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

img {
  border-style: none;
  max-width: 100%;
  object-fit: cover;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  display: table;
  max-width: 100%;
  white-space: normal;
  color: inherit;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

[hidden] {
  display: none;
}

@font-face {
  src: url("../fonts/CeraPro-Bold.woff") format("woff"), url("../fonts/CeraPro-Bold.woff2") format("woff2");
  font-family: "Cera Pro";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/CeraPro-BoldItalic.woff") format("woff"), url("../fonts/CeraPro-BoldItalic.woff2") format("woff2");
  font-family: "Cera Pro";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  src: url("../fonts/CeraPro-Medium.woff") format("woff"), url("../fonts/CeraPro-Medium.woff2") format("woff2");
  font-family: "Cera Pro";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/CeraPro-MediumItalic.woff") format("woff"), url("../fonts/CeraPro-MediumItalic.woff2") format("woff2");
  font-family: "Cera Pro";
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  src: url("../fonts/CeraPro-Regular.woff") format("woff"), url("../fonts/CeraPro-Regular.woff2") format("woff2");
  font-family: "Cera Pro";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/CeraPro-RegularItalic.woff") format("woff"), url("../fonts/CeraPro-RegularItalic.woff2") format("woff2");
  font-family: "Cera Pro";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  src: url("../fonts/CeraPro-Light.woff") format("woff"), url("../fonts/CeraPro-Light.woff2") format("woff2");
  font-family: "Cera Pro";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/CeraPro-LightItalic.woff") format("woff"), url("../fonts/CeraPro-LightItalic.woff2") format("woff2");
  font-family: "Cera Pro";
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  src: url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.woff2") format("woff2");
  font-family: "icomoon";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
[class^=icon-],
[class*=" icon-"] {
  display: inline-flex;
  align-items: center;
  font-family: inherit;
}
[class^=icon-]::before,
[class*=" icon-"]::before {
  font-family: "icomoon" !important;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  speak: never;
}

.icon-android::before {
  content: "\e937";
}

.icon-apple::before {
  content: "\e939";
}

.icon-bitcoin::before {
  content: "\e93a";
}

.icon-check-circle::before {
  content: "\e93d";
}

.icon-check-square::before {
  content: "\e93e";
}

.icon-web::before {
  content: "\e940";
}

.icon-windows::before {
  content: "\e941";
}

.icon-youtube-alt::before {
  content: "\e910";
}

.icon-a-close::before {
  content: "\e923";
}

.icon-a-rating-star::before {
  content: "\e934";
}

.icon-a-rating-star-active::before {
  content: "\e936";
}

.icon-location::before {
  content: "\e915";
}

.icon-mail::before {
  content: "\e916";
}

.icon-phone::before {
  content: "\e917";
}

.icon-fax::before {
  content: "\e91e";
}

.icon-twitter-alt::before {
  content: "\e91f";
}

.icon-attach::before {
  content: "\e920";
}

.icon-edit::before {
  content: "\e935";
}

.icon-more-dots::before {
  content: "\e938";
}

.icon-plus::before {
  content: "\e93b";
}

.icon-telegram-alt::before {
  content: "\e918";
}

.icon-eye::before {
  content: "\e909";
}

.icon-search::before {
  content: "\e90d";
}

.icon-google::before {
  content: "\e905";
}

.icon-user::before {
  content: "\e911";
}

.icon-discord::before {
  content: "\e90a";
}

.icon-facebook::before {
  content: "\e900";
}

.icon-instagram::before {
  content: "\e901";
}

.icon-tiktok::before {
  content: "\e903";
}

.icon-denied::before {
  content: "\e904";
}

.icon-blocked::before {
  content: "\e904";
}

.icon-snapchat::before {
  content: "\e922";
}

.icon-pencil::before {
  content: "\e924";
}

.icon-spinner::before {
  content: "\e984";
}

.icon-sphere::before {
  content: "\e9c9";
}

.icon-link::before {
  content: "\e9cb";
}

.icon-attachment::before {
  content: "\e9cd";
}

.icon-loop2::before {
  content: "\ea2e";
}

.icon-share::before {
  content: "\ea82";
}

.icon-whatsapp::before {
  content: "\ea93";
}

.icon-spotify::before {
  content: "\ea94";
}

.icon-telegram::before {
  content: "\ea95";
}

.icon-twitter::before {
  content: "\ea96";
}

.icon-vine::before {
  content: "\ea97";
}

.icon-youtube::before {
  content: "\ea9d";
}

.icon-twitch::before {
  content: "\ea9f";
}

.icon-vimeo::before {
  content: "\eaa0";
}

.icon-dribbble::before {
  content: "\eaa7";
}

.icon-behance::before {
  content: "\eaa8";
}

.icon-steam::before {
  content: "\eaac";
}

.icon-skype::before {
  content: "\eac5";
}

.icon-reddit::before {
  content: "\eac6";
}

.icon-linkedin::before {
  content: "\eac9";
}

.icon-pinterest::before {
  content: "\ead1";
}

.icon-arrow-down-left::before {
  content: "\e919";
}

.icon-arrow-down-right::before {
  content: "\e91a";
}

.icon-arrow-up-left::before {
  content: "\e91c";
}

.icon-arrow-up-right::before {
  content: "\e91d";
}

.icon-arrow-right-alt::before {
  content: "\e921";
}

.icon-arrow-left-alt::before {
  content: "\e92d";
}

.icon-arrow-down::before {
  content: "\e92f";
}

.icon-arrow-up::before {
  content: "\e930";
}

.icon-close::before {
  content: "\e914";
}

.icon-copy::before {
  content: "\e90c";
}

.icon-heart::before {
  content: "\e90f";
}

.icon-bell::before {
  content: "\e92e";
}

.icon-calendar::before {
  content: "\e906";
}

.icon-clock::before {
  content: "\e907";
}

.icon-map-pin::before {
  content: "\e908";
}

.icon-check-circle-alt::before {
  content: "\e90e";
}

.icon-check-square-alt::before {
  content: "\e91b";
}

.icon-check::before {
  content: "\e925";
}

.icon-info::before {
  content: "\e926";
}

.icon-download::before {
  content: "\e927";
}

.icon-chevron-right::before {
  content: "\e929";
}

.icon-chevron-left::before {
  content: "\e92a";
}

.icon-chevron-down::before {
  content: "\e92b";
}

.icon-chevron-up::before {
  content: "\e92c";
}

.soc {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.25rem;
  font-weight: 400;
  gap: 0.75rem 1rem;
}
.soc > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.0625rem solid #465874;
  border-radius: 50%;
  width: 3.25rem;
  height: 3.25rem;
  color: #465874;
  transition: color 0.35s, background-color 0.35s, border-color 0.35s;
}
@media (any-hover: hover) {
  .soc > li > a:hover {
    border-color: #ff3a3e;
    background-color: #ff3a3e;
    color: #fff;
  }
}
.soc > li > a:focus, .soc > li > a:active {
  border-color: #ff3a3e;
  background-color: #ff3a3e;
  color: #fff;
}

.tabs {
  position: relative;
}
.tabs.tabs--lg .tabs__nav {
  border-top: none;
  padding-top: 0;
}
.tabs.tabs--lg .tabs__nav > li {
  flex: 0 0 calc(50% - 1.5rem);
}
.tabs.tabs--lg .tabs__nav > li > button {
  width: 100%;
  padding: 1.5rem 0.25rem;
  font-size: 2.625rem;
  font-weight: 700;
}
@media (max-width: 991px) {
  .tabs.tabs--lg .tabs__nav > li > button {
    padding: 1rem 0.25rem;
    font-size: 1.25rem;
  }
}
.tabs__line {
  position: absolute;
  left: 0;
  top: 0;
  height: 0.1875rem;
  background-color: #ff3a3e;
  transition: all 0.35s ease;
}
.tabs__nav {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  border-top: 0.0625rem solid #363c45;
  padding-top: 0.75rem;
  gap: 0.75rem 1.75rem;
}
@media (min-width: 992px) {
  .tabs__nav {
    justify-content: space-between;
  }
}
.tabs__nav > li > button {
  position: relative;
  z-index: 0;
  border: none;
  width: 100%;
  padding: 0.5rem 0.25rem;
  background: none;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: color 0.35s;
}
.tabs__nav > li > button::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 0.125rem;
  background-color: #ff3a3e;
  transition: left 0.35s, right 0.35s;
}
.tabs__nav > li > button:disabled, .tabs__nav > li > button._disabled {
  cursor: default;
  pointer-events: none;
}
@media (any-hover: hover) {
  .tabs__nav > li > button:not(:disabled, .disabled):hover {
    color: #ff3a3e;
  }
  .tabs__nav > li > button:not(:disabled, .disabled):hover::after {
    left: 0;
    right: 0;
  }
}
.tabs__nav > li > button:not(:disabled, .disabled):focus, .tabs__nav > li > button:not(:disabled, .disabled):active, .tabs__nav > li > button:not(:disabled, .disabled)._active {
  color: #ff3a3e;
}
.tabs__nav > li > button:not(:disabled, .disabled):focus::after, .tabs__nav > li > button:not(:disabled, .disabled):active::after, .tabs__nav > li > button:not(:disabled, .disabled)._active::after {
  left: 0;
  right: 0;
}
.tabs__panel {
  display: none;
}
.tabs__panel._active {
  display: block;
}
.tabs__content {
  padding-top: 1.25rem;
}

.checkbox {
  position: relative;
  display: block;
  padding-left: 2rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.8125rem;
  font-weight: 400;
  cursor: pointer;
  user-select: none;
}
.checkbox--lg {
  font-size: 1.75rem;
  font-weight: 600;
}
@media (max-width: 991px) {
  .checkbox--lg {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .checkbox--lg .checkbox__mark {
    top: 0.5rem;
  }
}
.checkbox input {
  position: absolute;
  z-index: -1;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  cursor: pointer;
}
.checkbox input:checked ~ .checkbox__mark::after {
  opacity: 1;
  visibility: visible;
}
.checkbox__mark {
  position: absolute;
  left: 0;
  top: 0;
  border: 0.0625rem solid #fff;
  width: 1.25rem;
  height: 1.25rem;
}
.checkbox__mark::after {
  content: "";
  position: absolute;
  left: 0.375rem;
  top: 0;
  border: solid #fff;
  border-width: 0 0.125rem 0.125rem 0;
  width: 0.4375rem;
  height: 0.75rem;
  opacity: 0;
  visibility: hidden;
  transform: rotate(45deg);
  transition: all 0.35s ease;
}

.w-100 {
  width: 100%;
}

.btn {
  display: inline-block;
  outline: none;
  border: 0.0625rem solid #fff;
  border-radius: 2.25rem;
  padding: 0.9375rem 1.5rem;
  background: none;
  font-family: "Cormorant", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  transition: border-color 0.35s, box-shadow 0.35s, background-color 0.35s, color 0.35s;
}
.btn:disabled, .btn._disabled {
  border-color: #c8c8c8;
  background-color: #c8c8c8;
  color: #000;
  cursor: default;
  pointer-events: none;
}
.btn--lg {
  padding: 1.5rem 2.25rem;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .btn--lg {
    padding: 0.9375rem 1.5rem;
    font-size: 1rem;
  }
}
@media (any-hover: hover) {
  .btn:not(:disabled, ._disabled):hover {
    border-color: #ff3a3e;
    color: #ff3a3e;
  }
}
.btn:not(:disabled, ._disabled):active {
  border-color: #ff3a3e;
  color: #ff3a3e;
}

.input input,
.input textarea {
  appearance: none;
  outline: none;
  border: none;
  border-bottom: 0.0625rem solid #fff;
  border-radius: 0;
  width: 100%;
  padding: 0.875rem 0.125rem;
  background: none;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.9375rem;
  line-height: 1;
  color: #fff;
  resize: none;
  transition: border-color 0.35s;
}
.input input.placeholder,
.input textarea.placeholder {
  color: inherit;
}
.input input::placeholder,
.input textarea::placeholder {
  color: inherit;
}
.input input:-moz-placeholder,
.input textarea:-moz-placeholder {
  color: inherit;
}
.input input::-moz-placeholder,
.input textarea::-moz-placeholder {
  color: inherit;
}
.input input:-ms-input-placeholder,
.input textarea:-ms-input-placeholder {
  color: inherit;
}
.input input::-webkit-input-placeholder,
.input textarea::-webkit-input-placeholder {
  color: inherit;
}
.input input:disabled, .input input._disabled,
.input textarea:disabled,
.input textarea._disabled {
  border-color: #c8c8c8;
  background-color: rgba(200, 200, 200, 0.75);
  opacity: 0.8;
  cursor: default;
}
.input input::-webkit-search-decoration, .input input::-webkit-search-cancel-button, .input input::-webkit-search-results-button, .input input::-webkit-search-results-decoration,
.input textarea::-webkit-search-decoration,
.input textarea::-webkit-search-cancel-button,
.input textarea::-webkit-search-results-button,
.input textarea::-webkit-search-results-decoration {
  display: none;
}
@media (any-hover: hover) {
  .input input:not(:disabled, ._disabled):hover,
  .input textarea:not(:disabled, ._disabled):hover {
    border-color: #ff3a3e;
  }
}
.input input:not(:disabled, ._disabled):focus,
.input textarea:not(:disabled, ._disabled):focus {
  border-color: #ff3a3e;
}
.input input:not(:disabled, ._disabled):active,
.input textarea:not(:disabled, ._disabled):active {
  border-color: #ff3a3e;
}

.select.select--secondary select {
  border-bottom-color: #19202a;
  padding: 0.8125rem 1rem;
  background-color: #19202a;
  font-family: "Cera Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
}
@media (any-hover: hover) {
  .select.select--secondary select:not(:disabled, ._disabled):hover {
    border-color: #fff;
  }
}
.select.select--secondary select:not(:disabled, ._disabled):focus, .select.select--secondary select:not(:disabled, ._disabled):active {
  border-color: #fff;
}
.select select {
  outline: none;
  border: none;
  border-bottom: 0.0625rem solid #fff;
  border-radius: 0;
  width: 100%;
  padding: 0.875rem 0.125rem;
  background: none;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.9375rem;
  line-height: 1;
  color: #fff;
  transition: border-color 0.35s;
}
.select select:disabled, .select select._disabled {
  border-color: #c8c8c8;
  background-color: rgba(200, 200, 200, 0.75);
  opacity: 0.8;
  cursor: default;
}
@media (any-hover: hover) {
  .select select:not(:disabled, ._disabled):hover {
    border-color: #ff3a3e;
  }
}
.select select:not(:disabled, ._disabled):active {
  border-color: #ff3a3e;
}
.select select option {
  background-color: #030b16;
  color: #fff;
}

.form-label {
  font-size: 1.5rem;
  color: #fff;
}
@media (max-width: 991px) {
  .form-label {
    font-size: 0.9375rem;
  }
}

.header {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  background-color: transparent;
  transition: box-shadow 0.35s, background-color 0.35s, transform 0.35s;
}
.header._scrolled {
  background-color: #030b16;
  box-shadow: 0 0 3rem rgba(255, 58, 62, 0.25);
}
@media (min-width: 992px) {
  .header._scrolled .header__wrap {
    padding: 1.5rem 0;
  }
}
.header._hidden {
  box-shadow: none;
  transform: translateY(-100%);
}
.header__wrap {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0;
  transition: padding 0.35s;
}
@media (max-width: 991px) {
  .header__wrap {
    padding: 1.5rem 0;
  }
}
.header__logo {
  position: relative;
  margin-right: 1.5rem;
  width: 15rem;
  height: 2rem;
  transition: opacity 0.35s;
}
@media (max-width: 991px) {
  .header__logo {
    width: 7.5rem;
    height: 1rem;
  }
}
@media (any-hover: hover) {
  .header__logo:hover {
    opacity: 0.75;
  }
}
.header__logo:focus, .header__logo:active {
  opacity: 0.75;
}
.header__logo img {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  max-height: 200%;
  object-fit: contain;
}
.header__menu {
  flex: 1 1 auto;
}
@media (max-width: 991px) {
  .header__menu {
    flex: 0 0 auto;
  }
}

.menu__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  width: 1.5rem;
  height: 1.5rem;
  background: none;
  color: inherit;
  cursor: pointer;
  transition: color 0.35s;
}
.menu__arrow::after {
  content: "\e92b";
  display: inline-block;
  font-family: "icomoon";
  font-size: 1.125rem;
  color: inherit;
  transform: translateY(10%);
  transition: transform 0.35s;
}
.menu__body {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2.25rem;
}
@media (max-width: 991px) {
  .menu__body {
    position: fixed;
    left: -100%;
    top: 0;
    flex-direction: column;
    align-items: stretch;
    justify-content: start;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding: 5rem 1.5rem 1.5rem;
    background-color: rgba(3, 11, 22, 0.975);
    transition: left 0.5s;
  }
  .menu__body._active {
    left: 0;
  }
}
@media (min-width: 992px) {
  .menu__body > ul:not(.soc) {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.75rem 1.5rem;
  }
}
@media (min-width: 1440px) {
  .menu__body > ul:not(.soc) {
    gap: 0.75rem 4rem;
  }
}
.menu__body > ul:not(.soc) > li {
  position: relative;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .menu__body > ul:not(.soc) > li:not(:last-child) {
    border-bottom: 0.0625rem dashed #ff3a3e;
  }
}
.menu__body > ul:not(.soc) > li > a {
  position: relative;
  display: inline-block;
  padding: 0.625rem 0.125rem;
  font-family: "Cormorant", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.35s ease;
}
@media (max-width: 991px) {
  .menu__body > ul:not(.soc) > li > a {
    padding: 0.75rem 0.25rem;
    font-size: 1.25rem;
  }
}
@media (any-hover: hover) {
  .menu__body > ul:not(.soc) > li > a:hover {
    color: #ff3a3e;
  }
  .menu__body > ul:not(.soc) > li > a:hover::after {
    left: 0;
    right: 0;
  }
}
.menu__body > ul:not(.soc) > li > a::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 0.125rem;
  background-color: #ff3a3e;
  transition: left 0.35s, right 0.35s;
}
.menu__body > ul:not(.soc) > li > a:focus, .menu__body > ul:not(.soc) > li > a:active, .menu__body > ul:not(.soc) > li > a._active {
  color: #ff3a3e;
}
.menu__body > ul:not(.soc) > li > a:focus::after, .menu__body > ul:not(.soc) > li > a:active::after, .menu__body > ul:not(.soc) > li > a._active::after {
  left: 0;
  right: 0;
}
.menu__sublist {
  position: absolute;
  z-index: 100;
  left: 0;
  background-color: #030b16;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 10%);
  pointer-events: none;
  transition: all 0.35s ease;
}
.menu__sublist > li > a {
  display: block;
  min-width: 10rem;
  padding: 0.25rem 1rem;
  transition: color 0.35s;
}
@media (any-hover: hover) {
  .menu__sublist > li > a:hover {
    color: #ff3a3e;
  }
}
.menu__sublist > li > a:focus, .menu__sublist > li > a:active {
  color: #ff3a3e;
}
.menu__btn {
  display: none;
}
@media (max-width: 991px) {
  .menu__btn {
    position: relative;
    z-index: 100;
    display: block;
    border: 0.0625rem solid #fff;
    border-radius: 0.25rem;
    width: 3.125rem;
    height: 3rem;
    background-color: transparent;
    cursor: pointer;
  }
  .menu__btn span, .menu__btn::before, .menu__btn::after {
    position: absolute;
    left: 0.5rem;
    width: 2rem;
    height: 0.0625rem;
    background-color: #fff;
    transition: all 0.35s ease;
  }
  .menu__btn::before, .menu__btn::after {
    content: "";
  }
  .menu__btn::before {
    top: 0.875rem;
  }
  .menu__btn::after {
    bottom: 0.875rem;
  }
  .menu__btn._active::before {
    top: 50%;
    transform: rotate(-45deg) translate(0, -50%);
  }
  .menu__btn._active::after {
    bottom: 50%;
    transform: rotate(45deg) translate(0, 50%);
  }
  .menu__btn._active span {
    transform: scale(0) translate(0, -50%);
  }
  .menu__btn span {
    top: 50%;
    transform: scale(1) translate(0, -50%);
  }
}
.menu__btn-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 0.75rem;
}
@media (max-width: 991px) {
  .menu__btn-box {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .menu__btn-box > .btn {
    width: 100%;
  }
}

/* ===== PC ===== */
@media (any-hover: hover) {
  body.pc .menu__body > ul > li:hover > a {
    color: #ff3a3e;
  }
  body.pc .menu__body > ul > li:hover > a::after {
    left: 0;
    right: 0;
  }
  body.pc .menu__body > ul > li:hover .menu__sublist {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
    pointer-events: all;
  }
  body.pc .menu__body > ul > li:hover .menu__arrow::after {
    border-color: #ff3a3e;
    transform: rotate(180deg);
  }
}
body.pc .menu__arrow::after {
  display: inline-block;
}
body.pc .menu__sublist {
  padding: 0.625rem 0;
  box-shadow: 0.25rem 0.25rem 1rem rgba(255, 255, 255, 0.15);
}

/* ===== MOBILE ===== */
body.touch .menu__body > ul > li {
  display: flex;
  flex-wrap: wrap;
}
body.touch .menu__body > ul > li._active .menu__sublist {
  max-height: 80vh;
  pointer-events: all;
}
body.touch .menu__body > ul > li._active .menu__arrow::after {
  transform: rotate(180deg);
}
body.touch .menu__body > ul > li > a {
  flex: 1 1 auto;
}
body.touch .menu__body > ul > li .menu__sublist {
  position: static;
  flex: 1 1 100%;
  overflow: hidden;
  max-height: 0;
  padding: 0 0 0 1.125rem;
  background-color: transparent;
  font-size: 1.125rem;
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: max-height 0.5s;
}
body.touch .menu__body > ul > li .menu__sublist > li:not(:last-child) {
  border-bottom: 0.0625rem dashed #ff3a3e;
}
body.touch .menu__body > ul > li .menu__sublist > li a {
  padding: 0.625rem 0;
}
body.touch .menu__arrow {
  flex: 0 0 3rem;
  align-self: stretch;
  justify-content: flex-end;
  margin-left: 0.5rem;
  width: 3rem;
  height: auto;
  padding-right: 0.5rem;
}

.footer-top__wrap {
  padding: 1.5rem 0;
}
.footer-top__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .footer-top__row {
    flex-direction: column;
  }
}
.footer-top__logo {
  font-family: "Cormorant", serif;
  font-size: 1.75rem;
  font-weight: 400;
  text-transform: capitalize;
  transition: color 0.35s;
}
@media (any-hover: hover) {
  .footer-top__logo:hover {
    color: #ff3a3e;
  }
}
.footer-top__menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 1.5rem;
}
@media (max-width: 767px) {
  .footer-top__menu {
    flex-direction: column;
  }
}
@media (min-width: 1440px) {
  .footer-top__menu {
    gap: 1.25rem 4rem;
  }
}
.footer-top__menu > li > a {
  position: relative;
  display: inline-block;
  padding: 0.625rem 0.125rem;
  font-family: "Cormorant", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  transition: all 0.35s ease;
  leading-trim: both;
  text-edge: cap;
}
@media (max-width: 991px) {
  .footer-top__menu > li > a {
    padding: 0.75rem 0.25rem;
    font-size: 1.25rem;
  }
}
@media (any-hover: hover) {
  .footer-top__menu > li > a:hover {
    color: #ff3a3e;
  }
  .footer-top__menu > li > a:hover::after {
    left: 0;
    right: 0;
  }
}
.footer-top__menu > li > a::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 0.125rem;
  background-color: #ff3a3e;
  transition: left 0.35s, right 0.35s;
}
.footer-top__menu > li > a:focus, .footer-top__menu > li > a:active, .footer-top__menu > li > a._active {
  color: #ff3a3e;
}
.footer-top__menu > li > a:focus::after, .footer-top__menu > li > a:active::after, .footer-top__menu > li > a._active::after {
  left: 0;
  right: 0;
}

.footer-middle__wrap {
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.2);
  padding: 3rem 0;
}
@media (max-width: 991px) {
  .footer-middle__wrap {
    padding: 1.5rem 0;
  }
}
.footer-middle__text {
  font-size: 0.875rem;
  font-weight: 300;
  font-style: normal;
  line-height: 169.2%;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  color: rgba(255, 255, 255, 0.7);
  leading-trim: both;
  text-edge: cap;
}
@media (max-width: 991px) {
  .footer-middle__text {
    font-size: 0.6875rem;
  }
}

.footer-bottom__wrap {
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.2);
  padding: 1.125rem 0;
}
@media (max-width: 991px) {
  .footer-bottom__wrap {
    padding: 1.5rem 0;
  }
}
.footer-bottom__copyright {
  display: block;
  font-size: 0.875rem;
  font-weight: 300;
  font-style: normal;
  line-height: 169.2%;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  color: rgba(255, 255, 255, 0.7);
  leading-trim: both;
  text-edge: cap;
}

.section {
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.2);
}
.section.section--centered .section__title {
  text-align: center;
}
.section.section--centered .section__body {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.section.section--sm {
  border-top: none;
}
.section.section--sm .section__wrap {
  padding: 4rem 0;
}
@media (max-width: 991px) {
  .section.section--sm .section__wrap {
    padding: 2.625rem 0;
  }
}
.section.section--bg {
  background: url("../img/home/hero-bg-01.webp") no-repeat left center/20% auto;
}
.section--full .section__wrap {
  padding: 11.25rem 0 6.25rem;
}
@media (min-width: 992px) {
  .section--full .section__wrap {
    min-height: 100vh;
  }
}
.section__wrap {
  padding: 7rem 0;
}
@media (max-width: 991px) {
  .section__wrap {
    padding: 2.625rem 0;
  }
}
.section__title:not(:last-child) {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .section__title:not(:last-child) {
    margin-bottom: 1.75rem;
  }
}
.section__body {
  max-width: 52.5rem;
  font-size: 1.375rem;
  font-weight: 300;
  font-style: normal;
  line-height: 169.2%;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991px) {
  .section__body {
    font-size: 0.9375rem;
  }
}
.section__body:not(:last-child) {
  margin-bottom: 4rem;
}
@media (max-width: 991px) {
  .section__body:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.section__body > *:not(:last-child) {
  margin-bottom: 1rem;
}
.section__btn-box {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.img-text {
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.2);
}
.img-text--reversed .img-text__row {
  flex-direction: row-reverse;
}
.img-text--bg {
  background: url("../img/home/hero-bg-01.webp") no-repeat left center/20% auto;
}
.img-text__wrap {
  padding: 5rem 0;
}
@media (max-width: 991px) {
  .img-text__wrap {
    padding: 2.25rem 0 2.625rem;
  }
}
.img-text__row {
  display: flex;
  flex-wrap: wrap-reverse;
  align-items: center;
  margin: -1.25rem -1.875rem;
}
.img-text__col {
  flex: 0 0 50%;
  padding: 1.25rem 1.875rem;
}
@media (max-width: 991px) {
  .img-text__col {
    flex: 0 0 100%;
  }
}
.img-text__img {
  position: relative;
}
.img-text__img::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10%;
  background: linear-gradient(180deg, rgba(5, 11, 22, 0) 0%, #060c17 100%);
}
.img-text__img img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
}
.img-text__subtitle {
  margin-bottom: 3rem;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .img-text__subtitle {
    margin-bottom: 2rem;
  }
}
.img-text__title {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .img-text__title {
    margin-bottom: 1rem;
  }
}
.img-text__title--tight {
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .img-text__title--tight {
    margin-bottom: 1rem;
  }
}
.img-text__body {
  max-width: 41.25rem;
  font-size: 1.5rem;
  font-weight: 300;
  font-style: normal;
  line-height: 169.2%;
}
@media (max-width: 991px) {
  .img-text__body {
    font-size: 0.9375rem;
  }
}
.img-text__body > *:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .img-text__body > *:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
.img-text__body:not(:last-child) {
  margin-bottom: 4.25rem;
}
.img-text__body:not(:last-child):not(:last-child) {
  margin-bottom: 2.25rem;
}
.img-text__body ul {
  list-style: disc outside;
  padding-left: 1.25rem;
}
.img-text__btn-box {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.img-text-group__title {
  margin-bottom: 1rem;
  font-family: "Cera Pro", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .img-text-group__title {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
  }
}

.img-text-card {
  padding: 2rem 1.5rem;
  background-color: #19202a;
}
@media (max-width: 991px) {
  .img-text-card {
    padding: 1.25rem;
  }
}
.img-text-card__body {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 169.2%;
  color: #fff;
}
@media (max-width: 991px) {
  .img-text-card__body {
    margin-bottom: 1.25rem;
  }
}
.img-text-card__btn {
  width: 100%;
}

.hero {
  position: relative;
  background: url("../img/home/hero-bg-01.webp") no-repeat left bottom 28%/20% auto, url("../img/home/hero-bg-02.webp") no-repeat right top 20%/20% auto;
  background-color: #030b16;
  color: #fff;
}
.hero__bg {
  position: absolute;
  left: 0;
  top: 7rem;
  width: 100%;
  height: calc(100% - 7rem);
}
.hero__bg::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(0deg, #030b16 31.08%, rgba(3, 11, 22, 0) 54.93%);
}
.hero__bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
}
.hero__wrap {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 6.25rem 0 4rem;
  gap: 17.5rem 2.25rem;
}
@media (min-width: 992px) {
  .hero__wrap {
    display: flex;
    flex-direction: column;
    min-height: 150vh;
    padding: 9.75rem 0 9.25rem;
  }
}
.hero__content {
  max-width: 36.25rem;
}
.hero__content--02 {
  margin-left: auto;
}
.hero__logo {
  display: block;
  max-width: 8.25rem;
}
@media (max-width: 991px) {
  .hero__logo {
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .hero__logo {
    max-width: 28.5rem;
  }
}
.hero__title {
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .hero__title {
    margin-bottom: 1rem;
  }
}
.hero__body {
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 169.2%;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991px) {
  .hero__body {
    font-size: 0.9375rem;
  }
}

.section-table {
  position: relative;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.2);
  background: url("../img/home/table-bg-01.webp") no-repeat left bottom 26%/20% auto, url("../img/home/table-bg-02.webp") no-repeat right top 35%/22% auto;
}
.section-table::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 50%;
  border-radius: 50%;
  width: 40.5vw;
  height: 40.5vw;
  background-color: #ff3a3e;
  opacity: 0.1;
  filter: blur(148px);
  transform: translate(-15%, -50%);
}
.section-table__wrap {
  position: relative;
  z-index: 20;
  padding: 5.875rem 0 5.25rem;
}
@media (max-width: 991px) {
  .section-table__wrap {
    padding: 2.625rem 0;
  }
}
.section-table__title {
  margin-bottom: 2.25rem;
  text-align: center;
}
@media (max-width: 991px) {
  .section-table__title {
    margin-bottom: 1rem;
  }
}
.section-table__body {
  margin: 0 auto 3rem;
  max-width: 48.25rem;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 169.2%;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 991px) {
  .section-table__body {
    margin-bottom: 2rem;
    font-size: 0.9375rem;
  }
}
.section-table__tabs {
  margin: 0 auto 2.25rem;
  max-width: 57.5rem;
}
@media (max-width: 991px) {
  .section-table__tabs {
    margin-bottom: 1.5rem;
  }
}
.section-table__disclaimer {
  margin: 0 auto 2.25rem;
  max-width: 48.25rem;
  font-size: 0.875rem;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 991px) {
  .section-table__disclaimer {
    margin-bottom: 1.5rem;
    font-size: 0.8125rem;
  }
}
.section-table__btn-box {
  text-align: center;
}
@media (max-width: 479px) {
  .section-table__btn-box .btn {
    width: 100%;
  }
}
.section-table__table-wrap {
  margin: 0 auto;
  max-width: 48.75rem;
}

.section-fund {
  position: relative;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.2);
}
.section-fund__wrap {
  padding: 7.5rem 0 5rem;
}
@media (max-width: 991px) {
  .section-fund__wrap {
    padding: 3rem 0;
  }
}
.section-fund__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -2rem;
}
.section-fund__col {
  flex: 0 0 42%;
  max-width: 42%;
  padding: 2rem;
}
@media (max-width: 991px) {
  .section-fund__col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section-fund__col--01 {
  flex: 0 0 58%;
  max-width: 58%;
}
@media (max-width: 991px) {
  .section-fund__col--01 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section-fund__title {
  margin-bottom: 2rem;
  font-size: 4.25rem;
}
@media (max-width: 991px) {
  .section-fund__title {
    margin-bottom: 1.25rem;
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .section-fund__title {
    font-size: 2rem;
  }
}
.section-fund__body {
  margin-bottom: 4rem;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 169.2%;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991px) {
  .section-fund__body {
    margin-bottom: 2.625rem;
    font-size: 0.9375rem;
  }
}
.section-fund__checklist {
  margin-bottom: 4.5rem;
}
@media (max-width: 991px) {
  .section-fund__checklist {
    margin-bottom: 3rem;
  }
}
@media (max-width: 479px) {
  .section-fund__btn-box .btn {
    width: 100%;
  }
}
.section-fund__img {
  position: relative;
}
.section-fund__img::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  background: linear-gradient(0deg, #030b16 0%, rgba(3, 11, 22, 0) 58.12%);
}
.section-fund__img img {
  display: block;
  width: 100%;
  height: auto;
}

.section-fund-group__title {
  margin-bottom: 2.25rem;
  font-size: 2rem;
  line-height: 1.1;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991px) {
  .section-fund-group__title {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }
}
.section-fund-group__list > li {
  display: flex;
  align-items: center;
  font-size: 1.375rem;
  font-weight: 300;
}
@media (max-width: 991px) {
  .section-fund-group__list > li {
    font-size: 0.9375rem;
  }
}
.section-fund-group__list > li:not(:last-child) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .section-fund-group__list > li:not(:last-child) {
    margin-bottom: 0.875rem;
  }
}
.section-fund-group__list > li img {
  display: block;
  flex: 0 0 3rem;
  margin-right: 1.125rem;
  width: 3rem;
  height: auto;
  object-fit: contain;
}
@media (max-width: 991px) {
  .section-fund-group__list > li img {
    flex: 0 0 1.25rem;
    margin-right: 0.5rem;
    width: 1.25rem;
  }
}

.checklist > li {
  min-height: 2.25rem;
  padding: 0.125rem 0 0.125rem 3rem;
  background: url("../img/icons/check-circle.svg") no-repeat left top/2.25rem 2.25rem;
  font-size: 1.3125rem;
  font-weight: 300;
  line-height: 169.2%;
}
@media (max-width: 991px) {
  .checklist > li {
    min-height: 1.25rem;
    padding: 0 0 0 1.75rem;
    background-position: left top 0.125rem;
    background-size: 1.25rem 1.25rem;
    font-size: 0.9375rem;
  }
}
.checklist > li:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .checklist > li:not(:last-child) {
    margin-bottom: 1rem;
  }
}

.section-cta {
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.2);
}
.section-cta.section-cta--reversed .section-cta__card {
  background: #19202a url("../img/cta-graph.webp") no-repeat left center/40% auto;
}
@media (max-width: 991px) {
  .section-cta.section-cta--reversed .section-cta__card {
    background-position: left top 3.5rem;
    background-size: 100% auto;
    text-align: center;
  }
}
.section-cta.section-cta--reversed .section-cta__row {
  flex-direction: row-reverse;
}
.section-cta.section-cta--reversed .section-cta__col {
  flex: 0 0 32%;
  max-width: 32%;
}
@media (max-width: 991px) {
  .section-cta.section-cta--reversed .section-cta__col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section-cta.section-cta--reversed .section-cta__col:first-child {
  flex: 0 0 68%;
  max-width: 68%;
}
@media (max-width: 991px) {
  .section-cta.section-cta--reversed .section-cta__col:first-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section-cta__wrap {
  padding: 7.5rem 0 3rem;
}
@media (max-width: 991px) {
  .section-cta__wrap {
    padding: 6.25rem 0 2.625rem;
  }
}
.section-cta__row {
  display: flex;
  flex-wrap: wrap-reverse;
  margin: 0 -1.5rem;
}
.section-cta__col {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 1.5rem;
}
@media (max-width: 991px) {
  .section-cta__col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section-cta__card {
  background: #19202a url("../img/cta-graph.webp") no-repeat right center/50% auto;
}
@media (max-width: 991px) {
  .section-cta__card {
    background-position: right top 3.5rem;
    background-size: 100% auto;
    text-align: center;
  }
}
.section-cta__text {
  padding: 4.5rem 6.75rem;
}
@media (max-width: 1439px) {
  .section-cta__text {
    padding: 4rem 3rem;
  }
}
@media (max-width: 991px) {
  .section-cta__text {
    padding: 0.75rem 1rem 1.75rem;
  }
}
.section-cta__title {
  margin-bottom: 1.5rem;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  color: #ff3a3e;
}
@media (max-width: 991px) {
  .section-cta__title {
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 479px) {
  .section-cta__title {
    margin-bottom: 0.5rem;
    font-size: 2.25rem;
  }
}
.section-cta__body {
  margin-bottom: 2rem;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 169.2%;
}
@media (max-width: 991px) {
  .section-cta__body {
    margin-bottom: 1.25rem;
    font-size: 0.9375rem;
  }
}
.section-cta__img {
  position: relative;
  height: 100%;
}
@media (max-width: 991px) {
  .section-cta__img {
    height: 16rem;
  }
}
@media (max-width: 991px) {
  .section-cta__img::before {
    content: "";
    position: absolute;
    z-index: 6;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3.875rem;
    background: linear-gradient(180deg, rgba(25, 32, 42, 0) 0%, #1e212a 100%);
  }
}
.section-cta__img::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  width: 28.75vw;
  height: 28.75vw;
  background: #ff3a3e;
  opacity: 0.1;
  filter: blur(148px);
  transform: translate(-50%, -50%);
}
.section-cta__img img {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 0;
  display: block;
  max-width: 100%;
  max-height: 120%;
  object-fit: contain;
  object-position: center bottom;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .section-cta__img img {
    height: 120%;
    max-height: 120%;
  }
}
@media (max-width: 479px) {
  .section-cta__btn-box .btn {
    width: 100%;
  }
}

.section-text {
  background: url("../img/text-graph-01.webp") no-repeat left top 8rem/20% auto, url("../img/text-graph-02.webp") no-repeat right top 8rem/20% auto;
}
.section-text__wrap {
  padding: 12.5rem 0 4.5rem;
}
@media (max-width: 991px) {
  .section-text__wrap {
    padding: 7rem 0 3rem;
  }
}
.section-text__title {
  margin-bottom: 4.5rem;
  font-size: 4.25rem;
  text-align: center;
}
@media (max-width: 991px) {
  .section-text__title {
    margin-bottom: 3rem;
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .section-text__title {
    font-size: 2rem;
  }
}
.section-text__text-block:not(:last-child) {
  margin-bottom: 3rem;
}
.section-text__btn-box {
  text-align: center;
}

.devices-list {
  display: flex;
  flex-wrap: wrap;
  margin: -0.25rem -2rem;
}
@media (max-width: 991px) {
  .devices-list {
    margin: -0.75rem;
  }
}
.devices-list > li {
  padding: 0.25rem 2rem;
  text-align: center;
}
@media (max-width: 991px) {
  .devices-list > li {
    padding: 0.75rem;
  }
}
@media (min-width: 992px) {
  .devices-list > li:not(:last-child) {
    border-right: 0.0625rem solid rgba(255, 255, 255, 0.2);
  }
}
.devices-list > li img {
  display: inline-block;
  margin-bottom: 1.25rem;
  width: 3rem;
  height: 3rem;
  object-fit: contain;
}
@media (max-width: 991px) {
  .devices-list > li img {
    margin-bottom: 0.5rem;
    width: 2rem;
    height: 2rem;
  }
}
.devices-list > li h3 {
  font-family: "Cera Pro", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991px) {
  .devices-list > li h3 {
    font-size: 1rem;
  }
}
@media (max-width: 479px) {
  .devices-list > li h3 {
    font-size: 0.875rem;
  }
}

.section-device {
  position: relative;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.2);
  background: url("../img/home/table-bg-01.webp") no-repeat left center/14% auto;
}
.section-device__wrap {
  padding: 4.75rem 0;
}
@media (max-width: 991px) {
  .section-device__wrap {
    padding: 3rem 0;
  }
}
.section-device__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -1rem;
}
@media (min-width: 992px) {
  .section-device__row {
    margin: -1.5rem;
  }
}
@media (min-width: 1440px) {
  .section-device__row {
    margin: -1.5rem -7rem;
  }
}
.section-device__col {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 1rem;
}
@media (min-width: 992px) {
  .section-device__col {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 1.5rem;
  }
}
@media (min-width: 1440px) {
  .section-device__col {
    padding: 1.5rem 7rem;
  }
}
.section-device__img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media (min-width: 480px) {
  .section-device__img img {
    max-width: 21.75rem;
  }
}
.section-device__text {
  position: relative;
  z-index: 0;
}
.section-device__text::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 50%;
  border-radius: 50%;
  width: 32vw;
  height: 32vw;
  background: #ff3a3e;
  opacity: 0.1;
  filter: blur(148px);
  transform: translate(-30%, -50%);
}
.section-device__title {
  margin-bottom: 2.25rem;
}
@media (max-width: 991px) {
  .section-device__title {
    margin-bottom: 1.25rem;
  }
}
.section-device__subtitle {
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .section-device__subtitle {
    margin-bottom: 0.75rem;
  }
}
.section-device__body {
  margin-bottom: 2.625rem;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 169.2%;
}
@media (max-width: 991px) {
  .section-device__body {
    margin-bottom: 1.5rem;
    font-size: 0.9375rem;
  }
}
.section-device__devices-list {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .section-device__devices-list {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 479px) {
  .section-device__btn-box .btn {
    width: 100%;
  }
}

.banner {
  background: url("../img/home/hero-bg-01.webp") no-repeat left bottom 28%/20% auto, url("../img/home/hero-bg-02.webp") no-repeat right top 20%/20% auto;
}
.banner__wrap {
  padding: 10.25rem 0 5rem;
}
@media (max-width: 991px) {
  .banner__wrap {
    padding: 7rem 0 2.625rem;
  }
}
.banner__title {
  margin-bottom: 2rem;
  text-align: center;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .banner__title {
    margin-bottom: 1rem;
  }
}
.banner__body {
  margin: 0 auto;
  max-width: 55rem;
  font-size: 1.375rem;
  font-weight: 300;
  font-style: normal;
  line-height: 169.2%;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  color: #fff;
}
@media (max-width: 991px) {
  .banner__body {
    font-size: 0.9375rem;
  }
}
.banner__body:not(:last-child) {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .banner__body:not(:last-child) {
    margin-bottom: 2.25rem;
  }
}
.banner__devices-list {
  justify-content: center;
}
.banner__logo {
  margin: 0 auto;
  max-width: 23.125rem;
}
.banner__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.banner__btn-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}
.banner__form {
  margin: 0 auto;
  max-width: 51.875rem;
}

.order-list {
  column-count: 2;
  column-gap: 1.5rem;
  padding-left: 1.25rem;
  font-size: 1.375rem;
  font-weight: 300;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991px) {
  .order-list {
    column-count: 1;
    font-size: 0.9375rem;
  }
}
.order-list > li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.order-list > li:not(:last-child):not(:last-child) {
  margin-bottom: 0.75rem;
}

.section-login {
  background: url("../img/login/bg.webp") no-repeat left top 3rem/24% auto;
}
.section-login__wrap {
  padding: 3rem 0;
}
@media (max-width: 991px) {
  .section-login__wrap {
    padding: 2rem 0;
  }
}
.section-login__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -1.5rem;
}
.section-login__col {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 1.5rem;
}
@media (max-width: 991px) {
  .section-login__col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section-login__text {
  padding: 4rem 2rem 4rem max(1rem, (200% - 100rem) / 2);
}
@media (max-width: 991px) {
  .section-login__text {
    padding: 2rem 1rem;
  }
}
.section-login__logo {
  margin: 0 auto 1.5rem;
  max-width: 13.75rem;
}
@media (min-width: 480px) {
  .section-login__logo {
    margin-bottom: 3.75rem;
    max-width: 30rem;
  }
}
.section-login__logo img {
  display: block;
  margin: 0 auto;
}
.section-login__img {
  position: relative;
  background: url("../img/login/circles.svg") no-repeat center/85% auto;
}
.section-login__img::before {
  content: "";
  position: absolute;
  z-index: 6;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(0deg, #030b16 31.08%, rgba(3, 11, 22, 0) 54.93%);
}
.section-login__img::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  width: 46.875vw;
  height: 46.875vw;
  background: #ff3a3e;
  opacity: 0.1;
  filter: blur(172px);
  transform: translate(-50%, -50%);
}
.section-login__img img {
  position: relative;
  z-index: 5;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 160vh;
}

.form-group__input input {
  font-size: 1.625rem;
}
@media (max-width: 991px) {
  .form-group__input input {
    font-size: 1.25rem;
  }
}

.form-link {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: underline;
  transition: color 0.35s;
}
@media (max-width: 991px) {
  .form-link {
    font-size: 1.25rem;
  }
}
@media (any-hover: hover) {
  .form-link:hover {
    color: #ff3a3e;
  }
}

.section-vps {
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.2);
}
.section-vps__wrap {
  padding: 4rem 0 5rem;
}
@media (max-width: 991px) {
  .section-vps__wrap {
    padding: 2.25rem 0 2.625rem;
  }
}
.section-vps__row {
  display: flex;
  flex-wrap: wrap-reverse;
  align-items: center;
  margin: -1.25rem;
}
.section-vps__col {
  padding: 1.25rem;
}
.section-vps__col--01 {
  flex: 0 0 40%;
  max-width: 40%;
}
@media (max-width: 991px) {
  .section-vps__col--01 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section-vps__col--02 {
  flex: 0 0 60%;
  max-width: 60%;
}
@media (max-width: 991px) {
  .section-vps__col--02 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section-vps__title {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .section-vps__title {
    margin-bottom: 1rem;
  }
}
.section-vps__body:not(:last-child) {
  margin-bottom: 2.25rem;
}
.section-vps__list {
  font-size: 1.5rem;
  font-weight: 300;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  color: #fff;
}
@media (max-width: 991px) {
  .section-vps__list {
    font-size: 1rem;
  }
}
.section-vps__list > li {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 991px) {
  .section-vps__list > li {
    gap: 0.75rem;
  }
}
.section-vps__list > li:not(:last-child) {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .section-vps__list > li:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
.section-vps__list > li img {
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}
@media (max-width: 991px) {
  .section-vps__list > li img {
    flex: 0 0 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}

.card {
  padding: 2.5rem 2.625rem;
  background-color: #051020;
  color: #fff;
}
@media (max-width: 991px) {
  .card {
    padding: 2rem 0.75rem;
  }
}
.card__header {
  padding-bottom: 1.5rem;
}
.card__title {
  font-family: "Cera Pro", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.card__body {
  border-top: 0.0625rem solid #363c45;
}

.reason-card {
  position: relative;
}
.reason-card::before, .reason-card::after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #ff3a3e;
}
@media (max-width: 991px) {
  .reason-card::before, .reason-card::after {
    width: 0.375rem;
    height: 0.375rem;
  }
}
.reason-card::before {
  left: 0;
  transform: translate(-50%, -50%);
}
.reason-card::after {
  right: 0;
  transform: translate(50%, -50%);
}
.reason-card.reason-card--column .reason-card__title {
  flex-direction: column;
}
[class^=col-] .reason-card, [class*=" col-"] .reason-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
[class^=col-] .reason-card .reason-card__inner, [class*=" col-"] .reason-card .reason-card__inner {
  flex: 1 1 auto;
}
.reason-card__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 0.0625rem solid #ff3a3e;
  height: 100%;
  padding: 1.75rem 2rem;
  background: linear-gradient(180deg, #051020 0%, rgba(5, 16, 32, 0) 100%);
}
@media (max-width: 991px) {
  .reason-card__inner {
    padding: 1.25rem 1rem;
  }
}
.reason-card__inner::before, .reason-card__inner::after {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #ff3a3e;
}
@media (max-width: 991px) {
  .reason-card__inner::before, .reason-card__inner::after {
    width: 0.375rem;
    height: 0.375rem;
  }
}
.reason-card__inner::before {
  left: 0;
  transform: translate(-50%, 50%);
}
.reason-card__inner::after {
  right: 0;
  transform: translate(50%, 50%);
}
.reason-card__header:not(:last-child) {
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  .reason-card__header:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
.reason-card__title {
  display: flex;
  align-items: center;
  font-family: "Cera Pro", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  gap: 1.25rem;
}
@media (max-width: 991px) {
  .reason-card__title {
    font-size: 1.125rem;
    gap: 0.625rem;
  }
}
.reason-card__title:not(:last-child) {
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  .reason-card__title:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
.reason-card__title img {
  flex: 0 0 2.875rem;
  width: 2.875rem;
  height: 2.875rem;
  object-fit: contain;
}
@media (max-width: 991px) {
  .reason-card__title img {
    flex: 0 0 2.25rem;
    width: 2.25rem;
    height: 2.25rem;
  }
}
@media (max-width: 479px) {
  .reason-card__title img {
    flex: 0 0 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
.reason-card__body {
  flex: 1 1 auto;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 169.2%;
}
@media (max-width: 991px) {
  .reason-card__body {
    font-size: 0.9375rem;
  }
}
.reason-card__body:not(:last-child) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .reason-card__body:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.reason-card__btn {
  width: 100%;
}
.reason-card__checklist > li {
  min-height: 1rem;
  padding: 0 0 0 1.75rem;
  background-position: left top 0.375rem;
  background-size: 1rem 1rem;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 169.2%;
}
@media (max-width: 991px) {
  .reason-card__checklist > li {
    min-height: 1rem;
    padding: 0 0 0 1.75rem;
    background-size: 1rem 1rem;
    font-size: 0.9375rem;
  }
}
.reason-card__checklist > li:not(:last-child) {
  margin-bottom: 0.75rem;
}
@media (max-width: 991px) {
  .reason-card__checklist > li:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

.benefit-card__img {
  display: flex;
  margin-bottom: 1rem;
  width: 3.5rem;
  height: 3.5rem;
}
.benefit-card__img img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.benefit-card__title {
  margin-bottom: 1rem;
  font-family: "Cera Pro", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.benefit-card__body {
  max-width: 21.25rem;
  font-size: 1.125rem;
  font-weight: 300;
  font-style: normal;
  line-height: 169.2%;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991px) {
  .benefit-card__body {
    font-size: 0.9375rem;
  }
}

.banner-form {
  position: relative;
}
.banner-form::before, .banner-form::after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #ff3a3e;
}
@media (max-width: 991px) {
  .banner-form::before, .banner-form::after {
    width: 0.375rem;
    height: 0.375rem;
  }
}
.banner-form::before {
  left: 0;
  transform: translate(-50%, -50%);
}
.banner-form::after {
  right: 0;
  transform: translate(50%, -50%);
}
.banner-form__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 0.0625rem solid #ff3a3e;
  height: 100%;
  padding: 4.5rem;
  background: linear-gradient(180deg, #051020 0%, rgba(5, 16, 32, 0) 100%);
}
@media (max-width: 991px) {
  .banner-form__inner {
    padding: 1.5rem;
  }
}
.banner-form__inner::before, .banner-form__inner::after {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #ff3a3e;
}
@media (max-width: 991px) {
  .banner-form__inner::before, .banner-form__inner::after {
    width: 0.375rem;
    height: 0.375rem;
  }
}
.banner-form__inner::before {
  left: 0;
  transform: translate(-50%, 50%);
}
.banner-form__inner::after {
  right: 0;
  transform: translate(50%, 50%);
}
.banner-form__btn {
  width: 100%;
}

.plan-card {
  position: relative;
  text-align: center;
}
.plan-card::before, .plan-card::after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #ff3a3e;
}
.plan-card::before {
  left: 0;
  transform: translate(-50%, -50%);
}
.plan-card::after {
  right: 0;
  transform: translate(50%, -50%);
}
[class^=col-] .plan-card, [class*=" col-"] .plan-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
[class^=col-] .plan-card .plan-card__inner, [class*=" col-"] .plan-card .plan-card__inner {
  flex: 1 1 auto;
}
.plan-card__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 0.0625rem solid #ff3a3e;
  height: 100%;
  padding: 3.5rem 4.5rem;
  background: linear-gradient(180deg, #051020 0%, rgba(5, 16, 32, 0) 100%);
}
@media (max-width: 991px) {
  .plan-card__inner {
    padding: 2.625rem 1.5rem;
  }
}
.plan-card__inner::before, .plan-card__inner::after {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #ff3a3e;
}
.plan-card__inner::before {
  left: 0;
  transform: translate(-50%, 50%);
}
.plan-card__inner::after {
  right: 0;
  transform: translate(50%, 50%);
}
.plan-card__header {
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.2);
  padding-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .plan-card__header {
    padding-bottom: 1.25rem;
  }
}
.plan-card__title {
  margin-bottom: 1.25rem;
  font-family: "Cera Pro", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991px) {
  .plan-card__title {
    margin-bottom: 0.75rem;
    font-size: 2rem;
  }
}
.plan-card__price {
  margin-bottom: 1.25rem;
  font-family: "Cera Pro", sans-serif;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  color: #fff;
}
@media (max-width: 991px) {
  .plan-card__price {
    margin-bottom: 0.75rem;
    font-size: 3.75rem;
  }
}
.plan-card__label {
  font-size: 1.5rem;
  font-weight: 400;
  color: #ff3a3e;
}
@media (max-width: 991px) {
  .plan-card__label {
    font-size: 1.25rem;
  }
}
.plan-card__list {
  font-size: 1.375rem;
  font-weight: 300;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991px) {
  .plan-card__list {
    font-size: 0.9375rem;
  }
}
.plan-card__list > li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
.plan-card__list > li:not(:last-child) {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .plan-card__list > li:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
.plan-card__list > li > img {
  flex: 0 0 2.25rem;
  width: 2.25rem;
  height: 2.25rem;
  object-fit: contain;
}
@media (max-width: 991px) {
  .plan-card__list > li > img {
    flex: 0 0 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
.plan-card__body {
  padding: 1.5rem 0 2.25rem;
}
.plan-card__btn {
  width: 100%;
}

.flow-card {
  display: flex;
  align-items: center;
}
.flow-card__num {
  display: flex;
  flex: 0 0 2.75rem;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
  width: 2.75rem;
  height: 2.5rem;
  background: url("../img/flow-card-num.svg") no-repeat center/contain;
  font-family: "Cera Pro", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
.flow-card__body {
  font-size: 1.5rem;
  font-weight: 300;
  font-style: normal;
  line-height: 150%;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  color: #fff;
}
@media (max-width: 991px) {
  .flow-card__body {
    font-size: 1.25rem;
  }
}

html {
  font-size: calc(16 / var(--media-breakdown));
}
@media (max-width: 991px) {
  html {
    font-size: 16px;
  }
}

body {
  background-color: #030b16;
  font-family: "Cera Pro", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.7);
  opacity: 0;
}
body._loaded {
  opacity: 1;
  transition: opacity 0.5s;
}
body::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
body::-webkit-scrollbar-track {
  background-color: #c8c8c8;
}
body::-webkit-scrollbar-thumb {
  background-color: #ff3a3e;
}

::selection {
  background-color: #ff3a3e;
  color: #fff;
}

.disable-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.wrapper {
  overflow: hidden;
  min-height: 100vh;
}
@media (min-width: 992px) {
  .wrapper--visible {
    overflow: visible;
  }
}

.container {
  margin: 0 auto;
  max-width: 103rem;
  padding: 0 1.5rem;
}
@media (max-width: 991px) {
  .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.container--xs {
  max-width: 56.75rem;
}
.container--sm {
  max-width: 80.5rem;
}
.container--lg {
  max-width: 101.75rem;
}

.offset-container {
  padding-left: max(1rem, (100% - 100rem) / 2);
}
@media (max-width: 991px) {
  .offset-container {
    padding: 0 1rem;
  }
}

/* Hiding class, making content visible only to screen readers but not visually */
/* "sr" meaning "screen-reader" */
.sr-only:not(:focus, :active) {
  position: absolute;
  clip-path: inset(50%);
  overflow: hidden;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
}

.text-block ol li:not(:last-child),
.text-block ul li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.text-block ul {
  list-style: disc outside;
  padding-left: 1.25rem;
}
.text-block strong,
.text-block b {
  font-weight: 700;
}
.text-block em,
.text-block i {
  font-style: italic;
}
.text-block mark {
  background-color: #ff3a3e;
  color: #fff;
}
.text-block del {
  background-color: #fbb;
  text-decoration: line-through;
}
.text-block ins {
  background-color: #d4fcbc;
  text-decoration: none;
}
.text-block blockquote {
  border-left: 0.1875rem solid #ff3a3e;
  padding-left: 0.9375rem;
}
.text-block > *:not(:last-child) {
  margin-bottom: 1.25rem;
}

picture {
  display: inline-block;
}
picture img {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 4.25rem;
  line-height: 1.1;
}
@media (max-width: 1439px) {
  h1,
  .h1 {
    font-size: 4rem;
  }
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }
}

h2,
.h2 {
  font-size: 3.5rem;
}
@media (max-width: 991px) {
  h2,
  .h2 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 2.5rem;
  }
}

h3,
.h3 {
  font-size: 2rem;
}
@media (max-width: 1279px) {
  h3,
  .h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 991px) {
  h3,
  .h3 {
    font-size: 1.25rem;
  }
}

h4,
.h4 {
  font-size: 1.25rem;
}
@media (max-width: 991px) {
  h4,
  .h4 {
    font-size: 1.125rem;
  }
}

h5,
.h5 {
  font-size: 1rem;
}

h6,
.h6 {
  font-size: 0.75rem;
}

.pages-list {
  padding-left: 1rem;
}
.pages-list > li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.pages-list > li a {
  text-decoration: underline;
  transition: color 0.35s;
}
@media (any-hover: hover) {
  .pages-list > li a:hover {
    color: #ff3a3e;
  }
}

.table-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 0.75rem;
}
.table-wrap::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
.table-wrap::-webkit-scrollbar-track {
  background-color: #c8c8c8;
}
.table-wrap::-webkit-scrollbar-thumb {
  background-color: #283241;
}
.table-wrap .table {
  min-width: 22.5rem;
}

.table {
  border-collapse: collapse;
  width: 100%;
}
@media (min-width: 992px) {
  .table.table--centered tbody tr td {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .table.table--centered tbody tr td:first-child, .table.table--centered tbody tr td:last-child {
    text-align: center;
  }
}
.table thead tr {
  background-color: #283241;
}
.table thead tr th {
  padding: 0.75rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.75rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .table thead tr th {
    font-size: 0.625rem;
  }
}
@media (max-width: 991px) {
  .table thead tr th:first-child {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .table thead tr th:last-child {
    text-align: right;
  }
}
.table tbody tr {
  background-color: #19202a;
  transition: background-color 0.35s;
}
@media (any-hover: hover) {
  .table tbody tr:hover {
    background-color: #283241;
  }
}
.table tbody tr.table__empty {
  height: 0.375rem;
}
.table tbody tr td {
  padding: 1rem 1.75rem;
  font-size: 0.875rem;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 991px) {
  .table tbody tr td {
    padding: 0.875rem 1rem;
  }
}
@media (max-width: 767px) {
  .table tbody tr td {
    padding: 0.875rem 0.375rem;
    font-size: 0.625rem;
  }
}
.table tbody tr td:first-child {
  text-align: left;
}
.table tbody tr td:last-child {
  text-align: right;
}
.table tbody tr td strong {
  font-weight: 700;
}

.date-value {
  position: relative;
  padding-left: 1rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  color: #fff;
}
@media (max-width: 991px) {
  .date-value {
    padding-left: 0.75rem;
    font-size: 0.9375rem;
  }
}
.date-value::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.625rem;
  border-radius: 50%;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #ff3a3e;
}
@media (max-width: 991px) {
  .date-value::before {
    top: 0.5rem;
    width: 0.375rem;
    height: 0.375rem;
  }
}

.lines {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 1279px) {
  .lines {
    display: none;
  }
}
.lines span {
  position: absolute;
  top: 0;
  width: 0.0625rem;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}
.lines span::before {
  content: "";
  position: absolute;
  z-index: 10;
  left: 50%;
  width: 0.3125rem;
  height: calc(86 / var(--media-breakdown));
  background: linear-gradient(180deg, rgba(255, 58, 62, 0) 0%, #ff3a3e 53.65%, rgba(255, 58, 62, 0) 100%);
  opacity: 0.75;
  transform: translateX(-50%);
  animation-name: move-lines;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.lines span:nth-child(1) {
  left: max(1rem, (100% - 100rem) / 2 - 1rem);
}
.lines span:nth-child(1)::before {
  top: 12%;
  animation-duration: 16s;
}
.lines span:nth-child(2) {
  left: 25vw;
}
.lines span:nth-child(2)::before {
  top: 12%;
  animation-duration: 18s;
}
.lines span:nth-child(3) {
  right: 25vw;
}
.lines span:nth-child(3)::before {
  top: 12%;
  animation-duration: 20s;
}
.lines span:nth-child(4) {
  right: max(1rem, (100% - 100rem) / 2 - 1rem);
}
.lines span:nth-child(4)::before {
  top: 12%;
  animation-duration: 22s;
}

@keyframes move-lines {
  from {
    top: 1%;
  }
  to {
    top: 90%;
  }
}