/* Global Stylings */
html,
body,
br,
hr,
div,
span,
a,
object,
iframe,
ul,
ol,
dl,
li,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
q,
address,
small,
big,
cite,
dfn,
ins,
del,
i,
em,
b,
strong,
sup,
sub,
strike,
pre,
code,
samp,
kbd,
var,
tt,
form,
fieldset,
legend,
label,
input,
textarea,
option,
.nobox {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

div,
section,
article,
main,
aside,
header,
footer,
dialog,
figure,
figcaption,
hgroup {
  display: block;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

blockquote,
q {
  quotes: none;
}

br {
  height: 0;
}

ul,
ol,
dl {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td {
  text-align: left;
  font-weight: normal;
}

img {
  border: 0;
  border-style: none;
}

fieldset {
  border: 1px solid transparent;
}

input {
  font-family: Roboto, sans-serif;
}

input[type=submit] {
  letter-spacing: 0.045em;
  font-family: Roboto, sans-serif;
  cursor: pointer;
  -webkit-appearance: none;
  transition: 300ms ease all;
  -webkit-transition: 300ms ease all;
  -o-transition: 300ms ease all;
}

input[type=text],
input[type=email],
textarea {
  letter-spacing: 0.045em;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  border-radius: 0;
  -webkit-appearance: none;
}

span {
  font-family: Roboto, sans-serif;
}

button {
  font-family: Roboto, sans-serif;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: inherit;
}

select {
  font-family: Roboto, sans-serif;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

html,
body {
  font-size: 1em;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: #000000;
  background-color: #FFFFFF;
}

body {
  background-size: auto;
  position: relative;
}
body:after {
  pointer-events: none;
  display: block;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

#wrapper {
  min-height: 100%;
  height: auto !important;
  margin: 0 auto;
  overflow-x: clip;
}

.container {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  position: relative;
  padding: 0 80px;
}

#skipnav {
  position: absolute;
  z-index: 99999;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  padding-bottom: 25px;
  transition: none;
  -webkit-transition: none;
  -o-transition: none;
}
#skipnav:hover, #skipnav:focus, #skipnav:active {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.03em;
  clip: auto;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px 0;
  background: #fff;
  border-left: none;
  border-right: none;
  text-align: center;
  font-weight: bold;
  color: #983222;
}

.no-banner main {
  padding-top: 50px;
}

.sk-ww-twitter-feed {
  grid-column: 1/-1;
}

.grid-item-twitter-feed {
  position: unset !important;
  top: unset !important;
}

.no-scroll {
  overflow: hidden;
}

@media screen and (max-width: 1250px) {
  .no-scroll-mobile {
    overflow: hidden;
  }
}

.slick-prev,
.slick-next {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .container {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .no-banner main {
    padding-top: 10px;
  }
}
@media screen and (max-width: 400px) {
  .container {
    padding: 0 20px;
  }
}
body::before {
  content: "";
  position: fixed;
  background: linear-gradient(180deg, #05213D 0%, #00FFFF 50%, #0F1FFF 100%);
  width: 100vw;
  height: 100lvh;
  z-index: -1;
  opacity: 0;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}

@media screen and (max-width: 768px) {
  body.navigation-active::before {
    z-index: 998;
    opacity: 1;
  }
}

.four-oh-four-page header.header {
  display: none;
}
.four-oh-four-page section.banner .container {
  border-radius: 30px 140px 60px 80px;
  mask-image: unset;
}
.four-oh-four-page section.banner .banner__top {
  opacity: 0;
  pointer-events: none;
}
.four-oh-four-page section.banner .banner__content__title {
  max-width: 500px;
}
.four-oh-four-page section.banner .banner__mask-border {
  display: none;
}
@media screen and (max-width: 1024px) {
  .four-oh-four-page section.banner .banner__video {
    transform: translate(-50%, -50%) rotateZ(-90deg);
  }
}
.four-oh-four-page footer.footer {
  display: none;
}

.how-it-works-page section.banner .banner__video {
  mix-blend-mode: multiply;
}
@media screen and (max-width: 1024px) {
  .how-it-works-page section.banner .banner__video {
    transform: translate(-50%, -50%) rotateZ(90deg);
  }
}
@media screen and (max-height: 750px) {
  .how-it-works-page section.banner .banner__content__button-list {
    margin-bottom: 0px;
  }
}

.platform-page section.banner {
  background: linear-gradient(360deg, #05213D 0%, #0F1FFF 50%, #0A209E 100%);
}
.platform-page section.banner .banner__video {
  mix-blend-mode: multiply;
  opacity: 1;
}
.platform-page section.banner .banner__bottom {
  max-width: 780px;
  text-align: center;
}
.platform-page section.banner .banner__bottom__copy {
  font-family: Roboto;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.45px;
  font-weight: 500;
}
@media screen and (max-width: 550px) {
  .platform-page section.banner .banner__bottom__copy {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.1px;
  }
}
@media screen and (max-width: 550px) {
  .platform-page section.banner .banner__bottom {
    max-width: 280px;
    padding-bottom: 30px;
    padding-inline: 0;
  }
}
@media screen and (max-width: 550px) {
  .platform-page section.mb-vs-them .mb-vs-them__copy {
    max-width: 300px;
  }
}

.price-and-licensing-page section.banner {
  background: linear-gradient(360deg, #05213D 0%, #0F1FFF 100%);
}
.price-and-licensing-page section.banner .banner__content__title {
  max-width: 780px;
}
.price-and-licensing-page section.banner .banner__content__title h1 {
  max-width: 780px;
}
.price-and-licensing-page section.banner .banner__bottom {
  max-width: 760px;
  text-align: center;
}
.price-and-licensing-page section.banner .banner__bottom__copy {
  font-family: Roboto;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.45px;
  font-weight: 500;
}
@media screen and (max-width: 550px) {
  .price-and-licensing-page section.banner .banner__bottom__copy {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.1px;
  }
}
@media screen and (max-width: 1024px) {
  .price-and-licensing-page section.banner .banner__bottom__copy {
    max-width: 460px;
  }
}
@media screen and (max-width: 1024px) {
  .price-and-licensing-page section.banner .banner__video {
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-height: 750px) {
  .price-and-licensing-page section.banner .banner__content__button-list {
    margin-bottom: 50px;
    margin-top: 20px;
  }
  .price-and-licensing-page section.banner .banner__bottom__copy {
    padding-top: 10px;
  }
}
.price-and-licensing-page .price-and-licensing-content {
  background: linear-gradient(360deg, #0F1FFF 0%, #0F1FFF 50%, #05213D 100%);
}

.optimization-guide-page section.banner {
  background: linear-gradient(360deg, #05213D 0%, #0F1FFF 100%);
}
.optimization-guide-page section.banner .container {
  background: linear-gradient(360deg, #25408F 0%, #0F1FFF 49.52%, #05213D 100%);
}
.optimization-guide-page section.banner .banner__video img {
  opacity: 0.45;
}
.optimization-guide-page section.banner .banner__bottom {
  max-width: 760px;
  text-align: center;
}
.optimization-guide-page section.banner .banner__bottom__copy {
  font-family: Roboto;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.45px;
  font-weight: 500;
}
@media screen and (max-width: 550px) {
  .optimization-guide-page section.banner .banner__bottom__copy {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.1px;
  }
}
@media screen and (max-width: 1024px) {
  .optimization-guide-page section.banner .banner__video {
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
  }
}

.optimization-guide-detail-page section.banner {
  background: linear-gradient(360deg, #05213D 0%, #0F1FFF 100%);
}
.optimization-guide-detail-page section.banner .container {
  background: linear-gradient(360deg, #25408F 0%, #0F1FFF 49.52%, #05213D 100%);
}
.optimization-guide-detail-page section.banner .banner__video img {
  opacity: 0.45;
}
.optimization-guide-detail-page section.banner .banner__bottom {
  max-width: 650px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .optimization-guide-detail-page section.banner .banner__video {
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
  }
}
.optimization-guide-detail-page section.basic-body {
  background: unset;
  padding-bottom: 20px;
}
@media screen and (max-width: 550px) {
  .optimization-guide-detail-page section.basic-body {
    padding-bottom: 0;
  }
}
.optimization-guide-detail-page section.guide-listing {
  background: unset;
}
.optimization-guide-detail-page section.guide-listing .container {
  min-height: unset;
}
@media screen and (max-width: 1024px) {
  .optimization-guide-detail-page section.guide-listing .guide-listing__list-item:nth-of-type(3) {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .optimization-guide-detail-page section.guide-listing .guide-listing__list-item:nth-of-type(3) {
    display: block;
  }
}
@media screen and (max-width: 550px) {
  .optimization-guide-detail-page section.guide-listing {
    padding-top: 20px;
    background: linear-gradient(0deg, #0F1FFF 0%, #0F1FFF 50%, #05213D 100%);
  }
}
.optimization-guide-detail-page .optimization-guide-detail-content {
  background: linear-gradient(0deg, #0F1FFF 0%, #0F1FFF 50%, #05213D 100%);
}

.tools-and-guides-page section.banner {
  background: linear-gradient(360deg, #05213D 0%, #0F1FFF 100%);
}
.tools-and-guides-page section.banner .banner__bottom {
  max-width: 730px;
  text-align: center;
}
.tools-and-guides-page section.banner .banner__bottom__copy {
  font-family: Roboto;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.45px;
  font-weight: 500;
}
@media screen and (max-width: 550px) {
  .tools-and-guides-page section.banner .banner__bottom__copy {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.1px;
  }
}
@media screen and (max-width: 1024px) {
  .tools-and-guides-page section.banner .banner__video {
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
  }
  .tools-and-guides-page section.banner .banner__bottom {
    max-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .tools-and-guides-page section.banner .banner__video {
    transform: translate(-50%, -50%) rotateY(0deg) rotateZ(-90deg);
    width: calc(100vh - 30px);
    height: calc(100vw - 30px);
  }
}
.tools-and-guides-page .tools-and-guides-content {
  background: linear-gradient(360deg, #0F1FFF 0%, #0F1FFF 50%, #05213D 100%);
}

.basic-page section.banner {
  background: linear-gradient(360deg, #05213D 0%, #0F1FFF 100%);
}
@media screen and (max-width: 1024px) {
  .basic-page section.banner .banner__video {
    transform: translate(-50%, -50%) rotateZ(-90deg);
  }
}
@media screen and (max-width: 1024px) {
  .basic-page section.basic-body .basic-body__content {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .basic-page section.basic-body {
    padding-bottom: 140px;
  }
  .basic-page section.basic-body .container {
    border-radius: 60px 40px 150px 40px;
    padding: 40px 60px 60px;
  }
}
@media screen and (max-width: 550px) {
  .basic-page section.basic-body {
    padding-bottom: 0;
  }
  .basic-page section.basic-body .container {
    border-radius: unset;
    padding: 20px 15px 120px;
  }
}
@media screen and (max-width: 550px) {
  .basic-page footer.footer .footer__newsletter {
    box-shadow: 0px 4px 35px 15px rgba(0, 255, 255, 0.3490196078);
  }
}

/*********************************************/
/* Cubano */
/*********************************************/
@font-face {
  font-family: "Cubano";
  font-weight: 400;
  src: url("../fonts/Cubano.ttf");
  font-display: swap;
}
/* Modules */
.header.--new .header__form {
  justify-content: flex-start;
}
.header.--new .header__form__title-container {
  display: flex;
  position: relative;
  justify-content: center;
  max-width: 500px;
  margin-inline: auto;
  width: 100%;
}
.header.--new .header__form__step-back {
  color: #FFFFFF;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.header.--new .header__form.--step-1 .header__form__content {
  margin-top: 0;
}
.header.--new .header__form.--step-1 .header__form__step-back {
  display: none;
}
.header.--new .header__form.--step-1 .header__form__date-and-time__time {
  display: none;
}
.header.--new .header__form.--step-1 .header__form__summary {
  display: none;
}
.header.--new .header__form.--step-1 form {
  display: none;
}
.header.--new .header__form.--step-2 .header__form__date-and-time__date {
  display: none;
}
.header.--new .header__form.--step-2 .header__form__summary {
  display: none;
}
.header.--new .header__form.--step-2 form {
  display: none;
}
.header.--new .header__form.--step-3 .header__form__date-and-time {
  display: none;
}
.header.--new .header__form__date-and-time {
  min-height: 350px;
}
.header.--new .header__form__date-and-time__date label {
  display: none;
}
.header.--new .header__form__date-and-time__date input[placeholder="Select a date"] {
  display: none;
}
.header.--new .header__form__date-and-time__time label {
  display: none;
}
.header.--new .header__form__date-and-time__time input[placeholder="Select a time"] {
  display: none;
}
.header.--new .header__form__date-and-time__time__input-options {
  position: relative;
  max-width: 320px;
  margin-inline: auto;
}
.header.--new .header__form__summary {
  margin-block: 0 15px;
  border: 2px solid #98F9FF;
  padding: 20px;
  position: relative;
  border-radius: 15px;
}
.header.--new .header__form__summary__edit {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.header.--new .header__form__summary__date {
  font-family: Roboto;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.45px;
  font-weight: 500;
  color: #FFFFFF;
}
@media screen and (max-width: 550px) {
  .header.--new .header__form__summary__date {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.1px;
  }
}
.header.--new .header__form__summary__time {
  font-family: Roboto;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.45px;
  font-weight: 500;
  font-weight: 700;
  color: #FFFFFF;
}
@media screen and (max-width: 550px) {
  .header.--new .header__form__summary__time {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.1px;
  }
}
.header.--new .header__form__summary__timezone {
  font-family: Roboto;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.45px;
  font-weight: 500;
  color: #FFFFFF;
  padding-top: 5px;
}
.header.--new .header__form__summary__duration {
  font-family: Roboto;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.45px;
  font-weight: 500;
  color: #FFFFFF;
  border-top: 1px solid #FFFFFF;
  padding-top: 5px;
  margin-top: 5px;
}
.header.--transition-active .header__navigation {
  display: flex;
}
.header.--active .header__navigation {
  opacity: 1;
}
.header.--form-transition-active .header__form {
  display: flex;
}
.header.--form-active .header__form {
  opacity: 1;
}
.header.--form-submitted-transition-active .header__form-submitted {
  display: flex;
}
.header.--form-submitted-active .header__form-submitted {
  opacity: 1;
}
.header__navigation {
  display: none;
  opacity: 0;
  gap: 5px;
  position: fixed;
  height: calc(100vh - 40px);
  height: calc(100svh - 40px);
  height: calc(100dvh - 40px);
  width: 350px;
  background: #05213D;
  z-index: 999;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 20px 140px 90px 80px;
  border: 2px solid #00FFFF;
  padding: 40px 20px;
  overflow: hidden;
  flex-direction: column;
  mask-image: url("/assets/images/Final-Mask-bottom-right-corner.png");
  mask-size: 3840px 2160px;
  mask-repeat: no-repeat;
  mask-position: bottom right;
  mask-mode: alpha;
  -webkit-mask-image: url("/assets/images/Final-Mask-bottom-right-corner.png");
  -webkit-mask-size: 3840px 2160px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: bottom right;
  -webkit-mask-mode: alpha;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.header__navigation__mask-border {
  background-color: #00FFFF;
  position: absolute;
  width: 140px;
  height: 140px;
  bottom: 0;
  right: 0;
  z-index: 1;
  mask-image: url("/assets/images/Final-Mask-bottom-right-border.png");
  mask-size: 3830px 2150px;
  mask-repeat: no-repeat;
  mask-position: bottom right;
  mask-mode: alpha;
  -webkit-mask-image: url("/assets/images/Final-Mask-bottom-right-border.png");
  -webkit-mask-size: 3830px 2150px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 100% 100%;
  -webkit-mask-mode: alpha;
}
.header__navigation__filter {
  background: linear-gradient(180deg, #05213D 0%, rgba(5, 33, 61, 0) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.header__navigation__bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% + 5px);
  width: 100%;
  opacity: 0.75;
  pointer-events: none;
}
.header__navigation__top {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 140px;
  padding-inline: 80px;
  padding-block: 20px;
}
.header__navigation__top__logo {
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 257px;
}
.header__navigation__top__logo img {
  width: 100%;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.8));
}
.header__navigation__top__logo img.mobile {
  display: none;
}
.header__navigation__top__login {
  font-family: cubano-sharp;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.6px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #FFFFFF;
  text-decoration: unset;
  text-transform: uppercase;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
@media screen and (max-width: 550px) {
  .header__navigation__top__login {
    font-size: 12px;
  }
}
.header__navigation__top__login img {
  width: 36px;
}
.header__navigation__top__login:is(:hover, :focus) {
  color: #00FFFF;
}
.header__navigation__link {
  font-family: cubano-sharp;
  font-size: 21px;
  line-height: 35px;
  font-weight: 400;
  color: #FFFFFF;
  position: relative;
  text-decoration: unset;
  margin-inline: 10px;
  text-align: left;
  position: relative;
  z-index: 1;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
@media screen and (max-width: 550px) {
  .header__navigation__link {
    font-size: 12px;
    line-height: 20px;
  }
}
.header__navigation__link:is(:hover, :focus) {
  color: #00FFFF;
}
.header__navigation__link-group {
  display: flex;
  flex-direction: column;
}
.header__navigation__link-group.--expanded .header__navigation__link {
  color: #00FFFF;
}
.header__navigation__link-group.--expanded .header__navigation__link-sub-container {
  max-height: 50px;
  pointer-events: all;
}
.header__navigation__link-sub {
  font-family: cubano-sharp;
  font-size: 21px;
  line-height: 35px;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #FFFFFF;
  position: relative;
  text-decoration: unset;
  margin-inline: 20px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
@media screen and (max-width: 550px) {
  .header__navigation__link-sub {
    font-size: 12px;
    line-height: 20px;
  }
}
.header__navigation__link-sub-container {
  display: flex;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  pointer-events: none;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.header__navigation__link-sub:is(:hover, :focus) {
  color: #00FFFF;
}
.header__navigation__link.--contact {
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.5s ease-in-out all;
  transition-delay: 0s;
  font-family: cubano-sharp;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #00FFFF;
  border-radius: 5px 10px 30px 15px;
  padding: 16px 20px;
  color: #05213D;
  background: #FFFFFF;
  background-size: 100% 200%;
  background-position: top;
  min-width: 150px;
  margin-top: auto;
  margin-bottom: 14px;
  padding: 8px 20px;
  position: absolute;
  bottom: 60px;
  left: 30px;
  height: 50px;
  margin: 0;
}
.header__navigation__link.--contact:is(:hover, :focus) {
  background-position: bottom;
}
@media screen and (max-width: 550px) {
  .header__navigation__link.--contact {
    padding: 13px 16px;
    height: auto;
    font-size: 12px;
    line-height: 12px;
    min-width: 120px;
  }
}
.header__navigation__link.--contact:is(:hover, :focus) {
  background-color: #00FFFF;
}
.header__form {
  display: none;
  opacity: 0;
  position: fixed;
  justify-content: flex-start;
  height: calc(100vh - 40px);
  height: calc(100svh - 40px);
  height: calc(100dvh - 40px);
  width: 360px;
  background: #05213D;
  z-index: 1000;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 20px 140px 90px 80px;
  border: 2px solid #00FFFF;
  padding: 50px 20px 140px;
  overflow: hidden;
  flex-direction: column;
  mask-image: url("/assets/images/Final-Mask-bottom-right-corner.png");
  mask-size: 3840px 2160px;
  mask-repeat: no-repeat;
  mask-position: bottom right;
  mask-mode: alpha;
  -webkit-mask-image: url("/assets/images/Final-Mask-bottom-right-corner.png");
  -webkit-mask-size: 3840px 2160px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: bottom right;
  -webkit-mask-mode: alpha;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.header__form__mask-border {
  background-color: #00FFFF;
  position: absolute;
  width: 140px;
  height: 140px;
  bottom: 0;
  right: 0;
  z-index: 1;
  mask-image: url("/assets/images/Final-Mask-bottom-right-border.png");
  mask-size: 3830px 2150px;
  mask-repeat: no-repeat;
  mask-position: bottom right;
  mask-mode: alpha;
  -webkit-mask-image: url("/assets/images/Final-Mask-bottom-right-border.png");
  -webkit-mask-size: 3830px 2150px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 100% 100%;
  -webkit-mask-mode: alpha;
}
.header__form__title {
  font-family: cubano-sharp;
  font-size: 21px;
  line-height: 25px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  max-width: 300px;
  margin-inline: auto;
}
@media screen and (max-width: 550px) {
  .header__form__title {
    font-size: 19px;
    line-height: 19px;
  }
}
.header__form__content {
  max-height: 100%;
  overflow-y: auto;
  scrollbar-color: #00FFFF #05213D;
  scrollbar-width: thin;
}
.header__form__content::-webkit-scrollbar {
  height: 5px;
}
.header__form__content::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}
.header__form__content::-webkit-scrollbar-track {
  background: #05213D;
  border-radius: 30px;
  background-clip: padding-box;
}
.header__form__content::-webkit-scrollbar-thumb {
  background: #00FFFF;
  border-radius: 30px;
}
.header__form__content::-webkit-scrollbar-thumb:hover {
  background: #00FFFF;
}
.header__form__date-and-time {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.header__form__date-and-time input {
  font-family: Roboto;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.45px;
  font-weight: 500;
  font-weight: bold;
  background-color: #FFFFFF;
  width: 100%;
  border: 2px solid #00FFFF;
  border-radius: 10px;
  padding: 15px;
}
.header__form__date-and-time label {
  font-family: cubano-sharp;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.75px;
  color: #FFFFFF;
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 550px) {
  .header__form__date-and-time label {
    font-size: 13px;
  }
}
.header__form__date-and-time__date .flatpickr-wrapper {
  width: 100%;
}
.header__form__date-and-time__time__input {
  position: relative;
  background-color: #05213D;
  width: 100%;
  padding: 20px 20px 5px;
  border: 2px solid #00FFFF;
  border-radius: 30px;
}
.header__form__date-and-time__time__input-options {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  flex-direction: column;
  align-items: center;
  gap: 5px;
  top: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  transition: none;
}
.header__form__date-and-time__time__input-options.open {
  top: calc(100% + 2px);
  z-index: 9999;
  opacity: 1;
  pointer-events: all;
  transition: 0.2s ease all;
  transition-delay: 0s;
}
.header__form__date-and-time__time__input-options__selected-date {
  grid-column: span 2;
  color: #FFFFFF;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}
.header__form__date-and-time__time__input-options button {
  color: #FFFFFF;
  font-family: Roboto;
  font-size: 15px;
  font-weight: bold;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50px;
  padding: 5px 10px;
  width: 100%;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.header__form__date-and-time__time__input-options button:is(:hover, :focus) {
  background-color: #FFFFFF;
  color: #05213D;
}
.header__form__date-and-time__time__input-options button.selected {
  color: #05213D;
  background-color: #00FFFF;
}
.header__form__date-and-time__time__input .header__form__timezone {
  padding: 9px 0 9px 3px;
  display: flex;
  border-top: 1px solid #FFFFFF;
  margin-top: 20px;
  justify-content: space-between;
}
.header__form__date-and-time__time__input .header__form__timezone > label {
  display: block !important;
  font-size: 10px;
  font-weight: 500;
  font-family: Roboto;
  margin-bottom: 0;
}
.header__form__date-and-time__time__input .header__form__timezone > select {
  width: auto;
  flex: 1;
  color: #FFFFFF;
  background-color: transparent;
  border: unset;
  text-align: right;
  font-size: 10px;
  font-weight: 500;
  font-family: Roboto;
  outline: unset;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='11' height='8' viewBox='0 0 11 8' fill='none'><path d='M1.2668 0.908325L5.0918 4.73333L8.9168 0.908325L10.0918 2.09166L5.0918 7.09166L0.0917969 2.09166L1.2668 0.908325Z' fill='white'/></svg>");
  background-repeat: no-repeat;
  background-position: right 0px center;
  background-size: 11px 8px;
  cursor: pointer;
  padding-right: 16px;
}
.header__form__date-and-time__time__input .header__form__timezone > select option {
  color: #000000;
}
.header__form form {
  margin-top: 15px;
}
.header__form form .dform {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.header__form form .dform .hiddenFields {
  display: none;
}
.header__form form .dform label.dform_label {
  font-family: cubano-sharp;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.75px;
  color: #FFFFFF;
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 550px) {
  .header__form form .dform label.dform_label {
    font-size: 13px;
  }
}
.header__form form .dform label.dform_label span.req {
  font-family: cubano-sharp;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.75px;
  opacity: 0.75;
}
@media screen and (max-width: 550px) {
  .header__form form .dform label.dform_label span.req {
    font-size: 13px;
  }
}
.header__form form .dform input:not([type=submit]) {
  font-family: Roboto;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.45px;
  font-weight: 500;
  font-weight: bold;
  background-color: #FFFFFF;
  width: 100%;
  border: 2px solid #00FFFF;
  border-radius: 10px;
  padding: 15px;
}
.header__form form .dform input[type=tel] {
  border: unset;
  border-radius: unset;
  padding: unset;
}
.header__form form .dform input[type=submit] {
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.5s ease-in-out all;
  transition-delay: 0s;
  font-family: cubano-sharp;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #00FFFF;
  border-radius: 5px 10px 30px 15px;
  padding: 16px 20px;
  color: #FFFFFF;
  background: linear-gradient(0deg, #00FFFF 0%, #0F1FFF 25%, #05213D 50%, #0F1FFF 75%, #00FFFF 100%);
  background-size: 100% 200%;
  background-position: top;
  min-width: 150px;
  width: 100%;
}
.header__form form .dform input[type=submit]:is(:hover, :focus) {
  background-position: bottom;
}
@media screen and (max-width: 550px) {
  .header__form form .dform input[type=submit] {
    padding: 13px 16px;
    height: auto;
    font-size: 12px;
    line-height: 12px;
    min-width: 120px;
  }
}
.header__form form .dform textarea {
  font-family: Roboto;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.45px;
  font-weight: 500;
  font-weight: bold;
  background-color: #FFFFFF;
  width: 100%;
  border: 2px solid #00FFFF;
  border-radius: 10px;
  padding: 15px;
  resize: none;
}
.header__form form .dform .dfinput_left label {
  display: none;
}
.header__form form .dform .dfinput_phones br {
  display: none;
}
.header__form form .dform .dfinput_phones .phone_number {
  display: flex;
  position: relative;
  border: 2px solid #00FFFF;
  border-radius: 10px;
  background-color: #FFFFFF;
  padding: 15px;
  padding-left: 10px;
  gap: 5px;
}
.header__form form .dform .dfinput_phones .country-dropdown {
  display: flex;
  align-items: center;
  margin-right: 10px;
  max-width: 42px;
  width: 100%;
}
.header__form form .dform .dfinput_phones .country-dropdown .country-selected {
  display: flex;
  gap: 5px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}
.header__form form .dform .dfinput_phones .country-dropdown .country-selected img {
  width: 100%;
  max-height: 14px;
  object-fit: contain;
}
.header__form form .dform .dfinput_phones .country-dropdown .country-selected span.caret {
  font-size: 10px;
  color: #84939E;
  line-height: 10px;
}
.header__form form .dform .dfinput_phones .country-dropdown .country-list {
  position: absolute;
  max-height: 160px;
  overflow: auto;
  background-color: #FFFFFF;
  padding: 5px 0;
  width: 100%;
  left: 0px;
  top: calc(100% + 5px);
  display: flex;
  flex-direction: column;
  gap: 5px;
  z-index: 5;
}
.header__form form .dform .dfinput_phones .country-dropdown .country-list .country-item {
  cursor: pointer;
  display: flex;
  gap: 8px;
  padding: 5px;
  align-items: center;
}
.header__form form .dform .dfinput_phones .country-dropdown .country-list .country-item img {
  max-width: 30px;
  max-height: 20px;
  width: 30px;
  object-fit: contain;
}
.header__form form .dform .textarea-message {
  font-family: Roboto;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.45px;
  font-weight: 500;
  color: #FFFFFF;
}
.header__form__cancel {
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.5s ease-in-out all;
  transition-delay: 0s;
  font-family: cubano-sharp;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #FFFFFF;
  border-radius: 5px 10px 30px 15px;
  padding: 16px 20px;
  color: #05213D;
  background: #00FFFF;
  background-size: 100% 200%;
  background-position: top;
  min-width: 150px;
  position: absolute;
  bottom: 60px;
  left: 30px;
}
.header__form__cancel:is(:hover, :focus) {
  background-position: bottom;
}
@media screen and (max-width: 550px) {
  .header__form__cancel {
    padding: 13px 16px;
    height: auto;
    font-size: 12px;
    line-height: 12px;
    min-width: 120px;
  }
}
.header__form__cancel:is(:hover, :focus) {
  background-color: #FFFFFF;
}
.header__form-submitted {
  display: none;
  opacity: 0;
  position: fixed;
  justify-content: center;
  height: calc(100vh - 40px);
  height: calc(100svh - 40px);
  height: calc(100dvh - 40px);
  width: 360px;
  background: #05213D;
  z-index: 1000;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 20px 140px 90px 80px;
  border: 2px solid #00FFFF;
  padding: 50px 20px 140px;
  overflow: hidden;
  flex-direction: column;
  gap: 10px;
  mask-image: url("/assets/images/Final-Mask-bottom-right-corner.png");
  mask-size: 3840px 2160px;
  mask-repeat: no-repeat;
  mask-position: bottom right;
  mask-mode: alpha;
  -webkit-mask-image: url("/assets/images/Final-Mask-bottom-right-corner.png");
  -webkit-mask-size: 3840px 2160px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: bottom right;
  -webkit-mask-mode: alpha;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.header__form-submitted__mask-border {
  background-color: #00FFFF;
  position: absolute;
  width: 140px;
  height: 140px;
  bottom: 0;
  right: 0;
  z-index: 1;
  mask-image: url("/assets/images/Final-Mask-bottom-right-border.png");
  mask-size: 3830px 2150px;
  mask-repeat: no-repeat;
  mask-position: bottom right;
  mask-mode: alpha;
  -webkit-mask-image: url("/assets/images/Final-Mask-bottom-right-border.png");
  -webkit-mask-size: 3830px 2150px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 100% 100%;
  -webkit-mask-mode: alpha;
}
.header__form-submitted__title {
  font-family: cubano-sharp;
  font-size: 21px;
  line-height: 25px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  max-width: 180px;
  margin-inline: auto;
}
@media screen and (max-width: 550px) {
  .header__form-submitted__title {
    font-size: 19px;
    line-height: 19px;
  }
}
.header__form-submitted__check {
  background-color: #00FFFF;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  margin-bottom: 5px;
}
.header__form-submitted__check i {
  font-size: 18px;
}
.header__form-submitted__content {
  margin-block: 25px 15px;
  border: 2px solid #98F9FF;
  padding: 30px 20px 20px;
  position: relative;
  border-radius: 15px;
}
.header__form-submitted__content__check {
  background-color: #00FFFF;
  position: absolute;
  left: 50%;
  top: -16px;
  transform: translateX(-50%);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 18px;
}
.header__form-submitted__content__date {
  font-family: Roboto;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.45px;
  font-weight: 500;
  color: #FFFFFF;
}
@media screen and (max-width: 550px) {
  .header__form-submitted__content__date {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.1px;
  }
}
.header__form-submitted__content__time {
  font-family: Roboto;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.45px;
  font-weight: 500;
  font-weight: 700;
  color: #FFFFFF;
}
@media screen and (max-width: 550px) {
  .header__form-submitted__content__time {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.1px;
  }
}
.header__form-submitted__content__timezone {
  font-family: Roboto;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.45px;
  font-weight: 500;
  color: #FFFFFF;
  padding-top: 5px;
}
.header__form-submitted__content__duration {
  font-family: Roboto;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.45px;
  font-weight: 500;
  color: #FFFFFF;
  border-top: 1px solid #FFFFFF;
  padding-top: 5px;
  margin-top: 5px;
}
.header__form-submitted__content__type {
  font-family: Roboto;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.45px;
  font-weight: 500;
  color: #FFFFFF;
}
.header__form-submitted__copy {
  font-family: Roboto;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.45px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  max-width: 310px;
  margin-inline: auto;
}
.header__form-submitted__button {
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.5s ease-in-out all;
  transition-delay: 0s;
  font-family: cubano-sharp;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #FFFFFF;
  border-radius: 5px 10px 30px 15px;
  padding: 16px 20px;
  color: #05213D;
  background: #00FFFF;
  background-size: 100% 200%;
  background-position: top;
  min-width: 150px;
  position: absolute;
  bottom: 60px;
  left: 30px;
}
.header__form-submitted__button:is(:hover, :focus) {
  background-position: bottom;
}
@media screen and (max-width: 550px) {
  .header__form-submitted__button {
    padding: 13px 16px;
    height: auto;
    font-size: 12px;
    line-height: 12px;
    min-width: 120px;
  }
}
.header__form-submitted__button:is(:hover, :focus) {
  background-color: #FFFFFF;
}
.header__toggle {
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
  font-family: cubano-sharp;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  color: #FFFFFF;
  background: radial-gradient(50% 50% at 50% 50%, #05213D 75%, #00FFFF 100%);
  background-size: 100% 100%;
  background-position: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  padding: 16px;
  position: fixed;
  bottom: 71px;
  right: 71px;
  z-index: 9999;
  width: 70px;
}
.header__toggle:is(:hover, :focus) {
  background-size: 94% 94%;
}
@media screen and (max-width: 1024px) {
  .header__toggle {
    right: 66px;
    bottom: 70px;
  }
  .header__navigation {
    right: 15px;
    width: calc(100% - 30px);
    justify-content: center;
  }
  .header__navigation__top {
    display: flex;
  }
  .header__navigation__link {
    font-size: 46px;
    line-height: 65px;
  }
  .header__navigation__link-group.--expanded .header__navigation__link-sub-container {
    max-height: 100px;
  }
  .header__navigation__link-sub {
    font-size: 28px;
    line-height: 25px;
    margin-inline: 30px;
  }
  .header__navigation__link-sub-container {
    gap: 15px;
    margin-top: 10px;
  }
  .header__form {
    right: 15px;
    width: calc(100% - 30px);
  }
  .header__form-submitted {
    right: 15px;
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .header__navigation {
    padding-inline: 25px;
  }
  .header__navigation__top {
    justify-content: space-between;
    padding-inline: 25px 60px;
    padding-block: 40px;
    height: unset;
  }
  .header__navigation__top__logo {
    width: 48px;
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
  }
  .header__navigation__top__logo img.desktop {
    display: none;
  }
  .header__navigation__top__logo img.mobile {
    display: block;
  }
  .header__navigation__top__login img {
    width: 27px;
  }
  .header__navigation__link {
    margin-inline: 0;
  }
  .header__navigation__link-sub {
    margin-inline: 20px;
  }
  .header__navigation__link.--contact {
    left: 25px;
  }
  .header__form {
    padding-top: 80px;
    padding-inline: 25px;
  }
  .header__form form .dform textarea {
    height: 80px;
  }
  .header__form__cancel {
    left: 25px;
  }
  .header__form-submitted {
    padding-top: 80px;
    padding-inline: 25px;
  }
  .header__form-submitted__button {
    left: 25px;
  }
}
@media screen and (max-width: 550px) {
  .header__navigation__link {
    font-size: 31px;
    line-height: 45px;
  }
  .header__navigation__link-sub {
    font-size: 19px;
    line-height: 25px;
  }
  .header__navigation__link-sub-container {
    gap: 5px;
  }
  .header__navigation__link.--contact {
    bottom: 63px;
  }
  .header__form {
    padding-inline: 30px;
  }
  .header__form__title {
    max-width: 270px;
    margin-inline: auto;
  }
  .header__form__summary {
    display: none;
  }
  .header__form.--step-1 {
    padding-inline: 15px;
  }
  .header__form.--step-3 {
    padding-top: 30px;
  }
  .header__form-submitted__content {
    border: unset;
    margin-top: 0;
    padding: 5px 0;
  }
  .header__form-submitted__content > * {
    display: none;
  }
  .header__form-submitted__content__check {
    display: flex;
  }
  .header__form-submitted__title {
    order: 1;
  }
  .header__form-submitted__copy {
    text-align: center;
    margin-top: 10px;
    order: 1;
  }
}

.flatpickr-calendar {
  background: #05213D;
  border: 2px solid #00FFFF;
  border-radius: 30px;
  width: 100%;
  max-width: 320px;
  position: relative !important;
  margin-top: 20px;
  margin-inline: auto;
}
.flatpickr-calendar::before, .flatpickr-calendar::after {
  content: unset;
}
.flatpickr-calendar .flatpickr-timezone {
  padding: 9px 0 9px 3px;
  display: flex;
  border-top: 1px solid #FFFFFF;
  margin-inline: 20px;
  justify-content: space-between;
}
.flatpickr-calendar .flatpickr-timezone > label {
  display: block !important;
  font-size: 10px;
  font-weight: 500;
  font-family: Roboto;
  margin-bottom: 0;
}
.flatpickr-calendar .flatpickr-timezone > select {
  width: auto;
  flex: 1;
  color: #FFFFFF;
  background-color: transparent;
  border: unset;
  text-align: right;
  font-size: 10px;
  font-weight: 500;
  font-family: Roboto;
  outline: unset;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='11' height='8' viewBox='0 0 11 8' fill='none'><path d='M1.2668 0.908325L5.0918 4.73333L8.9168 0.908325L10.0918 2.09166L5.0918 7.09166L0.0917969 2.09166L1.2668 0.908325Z' fill='white'/></svg>");
  background-repeat: no-repeat;
  background-position: right 0px center;
  background-size: 11px 8px;
  cursor: pointer;
  padding-right: 16px;
}
.flatpickr-calendar .flatpickr-timezone > select option {
  color: #000000;
}
.flatpickr-calendar .flatpickr-weekdaycontainer {
  padding: 0 10px;
}
.flatpickr-calendar .flatpickr-months {
  padding: 10px 10px 0;
}
.flatpickr-calendar .flatpickr-prev-month {
  position: relative;
  left: 0 !important;
}
.flatpickr-calendar .flatpickr-prev-month.flatpickr-disabled {
  display: block;
}
.flatpickr-calendar .flatpickr-prev-month.flatpickr-disabled:is(:hover, :focus) svg {
  fill: #FFFFFF;
}
.flatpickr-calendar .flatpickr-prev-month:is(:hover, :focus) svg {
  fill: #00FFFF;
}
.flatpickr-calendar .flatpickr-prev-month svg {
  fill: #FFFFFF;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.flatpickr-calendar .flatpickr-next-month {
  position: relative;
  right: 0px !important;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.flatpickr-calendar .flatpickr-next-month.flatpickr-disabled {
  display: block;
}
.flatpickr-calendar .flatpickr-next-month.flatpickr-disabled:is(:hover, :focus) svg {
  fill: #FFFFFF;
}
.flatpickr-calendar .flatpickr-next-month:is(:hover, :focus) svg {
  fill: #00FFFF;
}
.flatpickr-calendar .flatpickr-next-month svg {
  fill: #FFFFFF;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.flatpickr-calendar .flatpickr-current-month {
  color: #FFFFFF;
  width: 100%;
  left: 0;
}
.flatpickr-calendar .flatpickr-current-month .cur-month {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}
.flatpickr-calendar .flatpickr-current-month .numInputWrapper {
  width: fit-content;
}
.flatpickr-calendar .flatpickr-current-month .numInputWrapper input {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #FFFFFF !important;
  width: 45px;
}
.flatpickr-calendar .flatpickr-current-month .numInputWrapper span.arrowUp,
.flatpickr-calendar .flatpickr-current-month .numInputWrapper span.arrowDown {
  display: none;
}
.flatpickr-calendar .dayContainer {
  gap: 5px;
  justify-content: center;
}
.flatpickr-calendar span.flatpickr-weekday {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 500;
  font-family: Roboto;
  font-size: 10px;
}
.flatpickr-calendar .flatpickr-days {
  padding-bottom: 10px;
}
.flatpickr-calendar .flatpickr-day {
  font-family: Roboto !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.5);
  max-width: 35px;
  height: 35px;
  line-height: 35px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.flatpickr-calendar .flatpickr-day.selected {
  background-color: #00FFFF;
  color: #05213D;
  border-color: #00FFFF;
}
.flatpickr-calendar .flatpickr-day.prevMonthDay {
  opacity: 0;
  cursor: default !important;
}
.flatpickr-calendar .flatpickr-day.nextMonthDay {
  opacity: 0;
  cursor: default !important;
}
.flatpickr-calendar .flatpickr-day .flatpickr-disabled:is(:hover, :focus) {
  color: #FFFFFF;
  opacity: 0.5;
}
.flatpickr-calendar .flatpickr-day:is(:hover, :focus) {
  background-color: #FFFFFF;
  color: #05213D;
}
.flatpickr-calendar .flatpickr-disabled {
  color: #FFFFFF;
  opacity: 0.5;
  border: unset;
}

.footer {
  background: linear-gradient(180deg, #00FFFF 0%, #0F1FFF 75%, #05213D 100%);
  position: relative;
  min-height: 500px;
  height: 500px;
}
.footer::after {
  position: absolute;
  bottom: 20px;
  content: "";
  width: calc(100% - 210px);
  height: 2px;
  background-color: #00FFFF;
  left: 50%;
  transform: translateX(-50%);
}
.footer__border {
  width: 100%;
  height: 100%;
  position: absolute;
  border: solid #00FFFF;
  border-left-width: 160px;
  border-right-width: 160px;
  border-bottom-width: 0px;
  border-top-width: 0;
  width: 50%;
  right: 0;
  mask-image: url("/assets/images/Final-Mask-bottom-right-corner-border-3.png");
  mask-size: 3840px 2160px;
  mask-repeat: no-repeat;
  mask-position: bottom right;
  mask-mode: alpha;
  -webkit-mask-image: url("/assets/images/Final-Mask-bottom-right-corner-border-3.png");
  -webkit-mask-size: 3840px 2160px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: bottom right;
  -webkit-mask-mode: alpha;
}
.footer__border.--left {
  right: unset;
  mask-image: url("/assets/images/Final-Mask-bottom-left-corner-border-3.png");
  mask-position: bottom left;
  -webkit-mask-image: url("/assets/images/Final-Mask-bottom-left-corner-border-3.png");
  -webkit-mask-position: bottom left;
}
.footer__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  mix-blend-mode: color-dodge;
  rotate: 180deg;
}
.footer__bg video {
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer__logo {
  z-index: 1;
  position: absolute;
  bottom: 80px;
  left: 80px;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.8));
  width: 52px;
}
.footer__logo img {
  width: 100%;
}
.footer .container {
  padding-inline: 20px;
  padding-block: 40px 20px;
  height: 100%;
}
.footer__newsletter {
  background-color: #FFFFFF;
  padding: 40px 100px;
  border-radius: 200px 100px 300px 200px;
  display: flex;
  align-items: center;
  gap: 20px;
  position: absolute;
  width: calc(100vw - 80px);
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer__newsletter__thanks {
  font-family: cubano-sharp;
  font-size: 34px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
  margin-inline: auto;
}
@media screen and (max-width: 550px) {
  .footer__newsletter__thanks {
    font-size: 31px;
    line-height: 31px;
  }
}
.footer__newsletter__title {
  font-family: cubano-sharp;
  font-size: 34px;
  line-height: 35px;
  font-weight: 400;
  color: #05213D;
  width: 300px;
}
@media screen and (max-width: 550px) {
  .footer__newsletter__title {
    font-size: 31px;
    line-height: 31px;
  }
}
.footer__newsletter__copy {
  font-family: Roboto;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.45px;
  font-weight: 500;
  color: #05213D;
  width: 300px;
}
@media screen and (max-width: 550px) {
  .footer__newsletter__copy {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.1px;
  }
}
.footer__newsletter form {
  flex: 1;
  min-width: 300px;
}
.footer__newsletter form .dform {
  background: linear-gradient(360deg, #0F1FFF 0%, #0A20A1 50%, #05213D 100%);
  border-radius: 50px;
  border: 1px solid #00FFFF;
}
.footer__newsletter form .dform_element.dform_email .dform_container {
  position: relative;
}
.footer__newsletter form .dform_element.dform_email input {
  font-family: Roboto;
  font-size: 13px;
  line-height: 25px;
  font-weight: 700;
  padding: 15px 20px;
  color: #FFFFFF;
  width: 100%;
  padding-right: 60px;
}
.footer__newsletter form .dform_element.dform_email input::placeholder {
  color: #FFFFFF;
}
.footer__newsletter form .dform_element.dform_email .custom-submit {
  color: #FFFFFF;
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #00FFFF;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.footer__newsletter form .dform_element.dform_email .custom-submit:is(:hover, :focus) {
  color: #00FFFF;
}
.footer__newsletter form .dform_element.dform_email .custom-submit i {
  rotate: -45deg;
}
.footer__newsletter form .dform_element.submit_button {
  display: none;
}
.footer__newsletter.--master {
  gap: 50px;
}
.footer__newsletter.--master .footer__newsletter__title {
  min-width: fit-content;
}
.footer__newsletter.--master .footer__newsletter__copy {
  width: unset;
}
.footer__newsletter.--master .footer__newsletter__button {
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.5s ease-in-out all;
  transition-delay: 0s;
  font-family: cubano-sharp;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #00FFFF;
  border-radius: 5px 10px 30px 15px;
  padding: 16px 20px;
  color: #FFFFFF;
  background: linear-gradient(0deg, #00FFFF 0%, #0F1FFF 25%, #05213D 50%, #0F1FFF 75%, #00FFFF 100%);
  background-size: 100% 200%;
  background-position: top;
  min-width: 150px;
}
.footer__newsletter.--master .footer__newsletter__button:is(:hover, :focus) {
  background-position: bottom;
}
@media screen and (max-width: 550px) {
  .footer__newsletter.--master .footer__newsletter__button {
    padding: 13px 16px;
    height: auto;
    font-size: 12px;
    line-height: 12px;
    min-width: 120px;
  }
}
.footer__left {
  display: flex;
  align-items: baseline;
  gap: 20px;
  position: absolute;
  bottom: 32px;
  left: 120px;
}
.footer__right {
  display: flex;
  align-items: center;
  gap: 20px;
  position: absolute;
  bottom: 32px;
  right: 120px;
}
.footer__copyright {
  font-size: 13px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: 500;
  text-shadow: 0px 4px 35px rgba(0, 0, 0, 0.2509803922);
}
.footer__nav-link {
  font-family: cubano-sharp;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.6px;
  line-height: 22px;
  color: #FFFFFF;
  text-decoration: unset;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
@media screen and (max-width: 550px) {
  .footer__nav-link {
    font-size: 12px;
  }
}
.footer__nav-link:is(:hover, :focus) {
  color: #00FFFF;
}
.footer__nav-link.--copy {
  height: 22px;
  overflow: hidden;
}
.footer__nav-link.--copy:is(:hover, :focus) {
  color: #FFFFFF;
}
.footer__nav-link.--copy:is(:hover, :focus) .footer__nav-link__inner {
  top: -22px;
}
.footer__nav-link.--copy .footer__nav-link__inner {
  position: relative;
  top: 0;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.footer__nav-link.--copy .footer__nav-link__inner p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.footer__nav-link.--copy .footer__nav-link__inner p span {
  width: 10px;
  height: 10px;
  background-color: #00FFFF;
  display: block;
  position: relative;
}
.footer__nav-link.--copied {
  cursor: auto;
}
.footer__nav-link.--copied:is(:hover, :focus) .footer__nav-link__inner {
  top: 0px;
}
.footer__patent {
  font-size: 10px;
  color: #FFFFFF;
  text-shadow: 0px 0px 25px rgba(5, 33, 61, 0.5019607843);
  text-decoration: unset;
}
.footer__patent span {
  font-family: cubano-sharp;
  font-weight: 400;
}
.footer__patent:is(:hover, :focus) {
  text-decoration: underline;
}
.footer__socials {
  display: flex;
  gap: 10px;
}
.footer__socials-link {
  color: #05213D;
  background-color: #00FFFF;
  border-radius: 50%;
  padding: 5px;
  font-size: 14px;
  aspect-ratio: 1/1;
  width: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: unset;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.footer__socials-link:is(:hover, :focus) {
  background-color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .footer::after {
    width: calc(100% - 200px);
  }
  .footer__border {
    mask-position: calc(100% + 5px) 100%;
    mask-size: 3835px 2155px;
    -webkit-mask-position: calc(100% + 5px) 100%;
    -webkit-mask-size: 3835px 2155px;
  }
  .footer__border.--left {
    mask-position: calc(0% - 5px) 100%;
    -webkit-mask-position: calc(0% - 5px) 100%;
  }
  .footer__bg video {
    height: 100%;
    top: 50%;
  }
  .footer__logo {
    left: 73px;
  }
  .footer .container {
    padding-inline: 15px;
  }
  .footer__newsletter {
    flex-direction: column;
    border-radius: 200px 50px 100px 200px;
    margin-inline: 0;
    width: calc(100vw - 30px);
    gap: 10px;
  }
  .footer__newsletter.--master {
    gap: 10px;
  }
  .footer__newsletter__title {
    width: 100%;
    text-align: center;
  }
  .footer__newsletter__copy {
    width: 100%;
    text-align: center;
  }
  .footer__newsletter form {
    width: 100%;
  }
  .footer__patent {
    position: absolute;
    rotate: 90deg;
    right: -175px;
    bottom: 160px;
    max-width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .footer__left {
    left: 95px;
  }
  .footer__socials {
    margin-right: -10px;
  }
}
@media screen and (max-width: 580px) {
  .footer__newsletter {
    border-radius: 50px 20px 50px 20px;
    padding: 20px;
  }
  .footer__newsletter form {
    min-width: unset;
  }
  .footer__left {
    width: 100%;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
    gap: 10px;
  }
  .footer__right {
    right: unset;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .footer__patent {
    right: -55px;
    bottom: 200px;
  }
  .footer__socials {
    flex-direction: column;
    position: absolute;
    bottom: 130px;
    left: 25px;
  }
}

.banner {
  height: 100vh;
  height: 100svh;
  width: 100%;
  padding: 20px;
  background: linear-gradient(180deg, #05213D 0%, #00FFFF 50%, #0F1FFF 100%);
}
.banner .container {
  height: 100%;
  padding: 0 20px 20px;
  border: 2px solid #00FFFF;
  border-radius: 20px 140px 60px 80px;
  background: linear-gradient(180deg, rgb(37, 64, 143) 0%, #0F1FFF 50%, #05213D 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  max-width: unset;
  mask-image: url("/assets/images/Final-Mask-bottom-right-corner.png");
  mask-size: 3840px 2160px;
  mask-repeat: no-repeat;
  mask-position: bottom right;
  mask-mode: alpha;
  -webkit-mask-image: url("/assets/images/Final-Mask-bottom-right-corner.png");
  -webkit-mask-size: 3840px 2160px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: bottom right;
  -webkit-mask-mode: alpha;
}
.banner__mask-border {
  background-color: #00FFFF;
  position: absolute;
  width: 140px;
  height: 140px;
  bottom: 0;
  right: 0;
  z-index: 1;
  mask-image: url("/assets/images/Final-Mask-bottom-right-border.png");
  mask-size: 3840px 2160px;
  mask-repeat: no-repeat;
  mask-position: bottom right;
  mask-mode: alpha;
  -webkit-mask-image: url("/assets/images/Final-Mask-bottom-right-border.png");
  -webkit-mask-size: 3840px 2160px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 100% 100%;
  -webkit-mask-mode: alpha;
}
.banner__video {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  opacity: 0.45;
}
.banner__video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.banner__video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner__top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 140px;
  padding-inline: 60px;
  padding-block: 20px;
  position: relative;
}
.banner__logo {
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 257px;
}
.banner__logo img {
  width: 100%;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.8));
}
.banner__login {
  font-family: cubano-sharp;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.6px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #FFFFFF;
  text-decoration: unset;
  text-transform: uppercase;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
@media screen and (max-width: 550px) {
  .banner__login {
    font-size: 12px;
  }
}
.banner__login img {
  width: 36px;
}
.banner__login:is(:hover, :focus) {
  color: #00FFFF;
}
.banner__content {
  padding-inline: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.banner__content__subtitle {
  font-family: cubano-sharp;
  font-size: 34px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 10px;
}
@media screen and (max-width: 550px) {
  .banner__content__subtitle {
    font-size: 31px;
  }
}
.banner__content__title {
  font-family: cubano-sharp;
  font-size: 90px;
  line-height: 80px;
  font-weight: 400;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  max-width: 950px;
  margin-inline: auto;
  text-shadow: 0 4px 35px rgba(5, 33, 61, 0.35);
}
@media screen and (max-width: 550px) {
  .banner__content__title {
    font-size: 50px;
    line-height: 45px;
  }
}
.banner__content__title i {
  font-style: normal;
  color: #00FFFF;
}
.banner__content__title h1 {
  font-family: cubano-sharp;
  font-size: 90px;
  line-height: 80px;
  font-weight: 400;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  max-width: 950px;
  margin-inline: auto;
  text-shadow: 0 4px 35px rgba(5, 33, 61, 0.35);
}
@media screen and (max-width: 550px) {
  .banner__content__title h1 {
    font-size: 50px;
    line-height: 45px;
  }
}
.banner__content__title h1 i {
  font-style: normal;
  color: #00FFFF;
}
.banner__content__button-list {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  align-items: center;
  justify-content: center;
}
.banner__content__button {
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.5s ease-in-out all;
  transition-delay: 0s;
  font-family: cubano-sharp;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #00FFFF;
  border-radius: 5px 10px 30px 15px;
  padding: 16px 20px;
  color: #FFFFFF;
  background: linear-gradient(0deg, #00FFFF 0%, #0F1FFF 25%, #05213D 50%, #0F1FFF 75%, #00FFFF 100%);
  background-size: 100% 200%;
  background-position: top;
  min-width: 150px;
}
.banner__content__button:is(:hover, :focus) {
  background-position: bottom;
}
@media screen and (max-width: 550px) {
  .banner__content__button {
    padding: 13px 16px;
    height: auto;
    font-size: 12px;
    line-height: 12px;
    min-width: 120px;
  }
}
.banner__bottom {
  padding-bottom: 20px;
  position: relative;
  padding-inline: 40px;
  text-align: center;
}
.banner__bottom__copy {
  padding-top: 20px;
  border-top: 1px solid #FFFFFF;
  position: relative;
  font-family: cubano-sharp;
  font-size: 21px;
  line-height: 25px;
  font-weight: 400;
  color: #FFFFFF;
}
.banner__bottom__copy::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  border: 1px solid #FFFFFF;
  top: -4px;
  border-radius: 50%;
  left: -6px;
  border-top-right-radius: 10%;
  border-bottom-right-radius: 50%;
  rotate: 45deg;
}
.banner__bottom__copy::after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  border: 1px solid #FFFFFF;
  top: -4px;
  border-radius: 50%;
  right: -6px;
  border-top-left-radius: 10%;
  border-bottom-left-radius: 50%;
  rotate: -45deg;
}
@media screen and (max-width: 550px) {
  .banner__bottom__copy {
    font-size: 19px;
    line-height: 19px;
  }
}
@media screen and (max-width: 1024px) {
  .banner {
    padding-inline: 15px;
  }
  .banner .container {
    mask-size: 3835px 2155px;
    -webkit-mask-size: 3835px 2155px;
  }
  .banner__video {
    transform: translate(-50%, -50%) rotateY(180deg) rotateZ(90deg);
    width: calc(100vh - 30px);
    height: calc(100vw - 30px);
    transform-origin: center;
    top: 50%;
    left: 50%;
  }
  .banner__bottom {
    position: absolute;
    bottom: 120px;
  }
}
@media screen and (max-width: 550px) {
  .banner__content {
    padding-inline: 10px;
  }
  .banner__content__subtitle {
    font-size: 19px;
    line-height: 19px;
  }
  .banner__logo {
    max-width: 200px;
    width: 100%;
    top: 10px;
  }
  .banner__login {
    display: none;
  }
  .banner__button-list {
    margin-top: 20px;
  }
}
@media screen and (max-height: 750px) {
  .banner__content__button-list {
    margin-bottom: 50px;
    margin-top: 20px;
  }
  .banner__bottom__copy {
    padding-top: 10px;
  }
}

.intro {
  background: linear-gradient(180deg, #0F1FFF 0%, #0F1FFF 50%, #05213D 100%);
}
.intro .container {
  padding-inline: 0;
}
.intro__copy-container {
  padding-inline: 80px;
  padding-block: 200px 0;
  max-width: 1400px;
  margin-inline: auto;
}
.intro__arrow {
  width: 180px;
  height: 180px;
  overflow: hidden;
  position: relative;
  rotate: 25deg;
  mix-blend-mode: plus-lighter;
  display: inline-block;
  pointer-events: none;
  float: left;
  margin: -90px -50px -60px -60px;
}
.intro__arrow video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro__copy__text {
  font-family: Roboto;
  font-size: 55px;
  line-height: 55px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  .intro__copy__text {
    font-size: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 550px) {
  .intro__copy__text {
    font-size: 30px;
    line-height: 30px;
  }
}
.intro__copy__text .char {
  font-family: Roboto;
  font-size: 55px;
  line-height: 55px;
  font-weight: bold;
  color: #FFFFFF;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
@media screen and (max-width: 1024px) {
  .intro__copy__text .char {
    font-size: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 550px) {
  .intro__copy__text .char {
    font-size: 30px;
    line-height: 30px;
  }
}
.intro__video {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16/8;
  position: relative;
  mix-blend-mode: screen;
}
.intro__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .intro__copy-container {
    padding-inline: 20px;
  }
  .intro__arrow {
    width: 120px;
    height: 120px;
    margin: -40px -20px -60px -30px;
  }
}
@media screen and (max-width: 768px) {
  .intro__copy-container {
    padding-top: 70px;
  }
  .intro__video {
    min-height: 500px;
  }
  .intro__video video {
    min-height: 600px;
  }
}
@media screen and (max-width: 550px) {
  .intro__arrow {
    width: 60px;
    height: 60px;
    margin: -20px -10px -20px -10px;
  }
  .intro__copy-container {
    padding-top: 50px;
  }
  .intro__video {
    min-height: 450px;
  }
  .intro__video video {
    min-height: 500px;
  }
}

.search-engine .container {
  padding-block: 50px;
  padding-inline: 20px;
}
.search-engine__title {
  font-family: cubano-sharp;
  font-size: 144px;
  line-height: 120px;
  font-weight: 400;
  color: #0F1FFF;
  text-align: center;
  max-width: 1100px;
  margin-inline: auto;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .search-engine__title {
    font-size: 102px;
    line-height: 92px;
  }
}
@media screen and (max-width: 550px) {
  .search-engine__title {
    font-size: 50px;
    line-height: 50px;
  }
}
.search-engine__title-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  height: 100%;
  pointer-events: none;
  opacity: 0.9;
  height: 80%;
}
.search-engine__title-image img {
  height: 100%;
}
.search-engine__title .line {
  font-family: cubano-sharp;
  font-size: 144px;
  line-height: 120px;
  font-weight: 400;
  color: #0F1FFF;
  text-align: center;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .search-engine__title .line {
    font-size: 102px;
    line-height: 92px;
  }
}
@media screen and (max-width: 550px) {
  .search-engine__title .line {
    font-size: 50px;
    line-height: 50px;
  }
}
.search-engine__title .line--above {
  position: relative;
}
.search-engine__copy {
  font-family: Roboto;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.45px;
  font-weight: 500;
  padding-top: 20px;
  border-top: 1px solid #00A99B;
  position: relative;
  color: #1252A8;
  max-width: 660px;
  margin-inline: auto;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 550px) {
  .search-engine__copy {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.1px;
  }
}
.search-engine__copy::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  border: 1px solid #00A99B;
  top: -4px;
  border-radius: 50%;
  left: -6px;
  border-top-right-radius: 10%;
  border-bottom-right-radius: 50%;
  rotate: 45deg;
}
.search-engine__copy::after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  border: 1px solid #00A99B;
  top: -4px;
  border-radius: 50%;
  right: -6px;
  border-top-left-radius: 10%;
  border-bottom-left-radius: 50%;
  rotate: -45deg;
}
.search-engine__chameleon {
  margin-top: 150px;
  position: relative;
  height: calc(100vh - 80px);
}
.search-engine__chameleon__title {
  font-family: cubano-sharp;
  font-size: 34px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 550px) {
  .search-engine__chameleon__title {
    font-size: 31px;
  }
}
.search-engine__chameleon__image {
  margin-block: 70px;
  width: 100%;
}
.search-engine__chameleon__video {
  height: 90vh;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.search-engine__chameleon__video-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  display: flex;
  padding-bottom: 60px;
}
.search-engine__chameleon__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  max-width: 1600px;
}
.search-engine__chameleon__list-item {
  max-width: 300px;
  width: 100%;
  position: absolute;
  transform: translateY(-50%);
}
.search-engine__chameleon__list-item:nth-of-type(1) {
  left: 0px;
  top: 35%;
}
.search-engine__chameleon__list-item:nth-of-type(1) .search-engine__chameleon__list-item__connector {
  top: -20px;
}
.search-engine__chameleon__list-item:nth-of-type(2) {
  right: 20px;
  bottom: 25%;
}
.search-engine__chameleon__list-item:nth-of-type(2) .search-engine__chameleon__list-item__connector {
  bottom: calc(100% + 10px);
  right: 0;
}
.search-engine__chameleon__list-item:nth-of-type(3) {
  right: 40px;
  top: 22%;
}
.search-engine__chameleon__list-item:nth-of-type(3) .search-engine__chameleon__list-item__connector {
  top: -20px;
  right: 0;
}
.search-engine__chameleon__list-item:nth-of-type(4) {
  left: 170px;
  bottom: 18%;
}
.search-engine__chameleon__list-item:nth-of-type(4) .search-engine__chameleon__list-item__connector {
  bottom: calc(100% + 10px);
}
.search-engine__chameleon__list-item__connector {
  position: absolute;
}
.search-engine__chameleon__list-item__title {
  font-family: cubano-sharp;
  font-size: 34px;
  line-height: 30px;
  font-weight: 400;
  color: #0F1FFF;
  position: relative;
}
@media screen and (max-width: 550px) {
  .search-engine__chameleon__list-item__title {
    font-size: 31px;
  }
}
.search-engine__chameleon__list-item__copy {
  font-family: Roboto;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.45px;
  font-weight: 500;
  margin-top: 0;
  opacity: 0;
  max-height: 0;
  pointer-events: none;
  position: relative;
  transition: 0.25s ease all;
  transition-delay: 0s;
}
.search-engine__chameleon__list-item__copy.--expanded {
  margin-top: 10px;
  opacity: 1;
  max-height: 1000px;
  pointer-events: all;
}
.search-engine__chameleon__list-item__button {
  font-family: cubano-sharp;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.6px;
  color: #0F1FFF;
  width: fit-content;
  margin-top: 10px;
  position: relative;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
@media screen and (max-width: 550px) {
  .search-engine__chameleon__list-item__button {
    font-size: 12px;
  }
}
.search-engine__chameleon__list-item__button span {
  border-radius: 50%;
  border: 1px solid #0F1FFF;
  aspect-ratio: 1/1;
  display: inline-flex;
  width: 14px;
  height: 14px;
  justify-content: center;
  align-items: center;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.search-engine__chameleon__list-item__button:is(:hover) {
  color: #00FFFF;
}
.search-engine__chameleon__list-item__button:is(:hover) span {
  color: #00FFFF;
  border-color: #00FFFF;
}
.search-engine__chameleon__button {
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.5s ease-in-out all;
  transition-delay: 0s;
  font-family: cubano-sharp;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #00FFFF;
  border-radius: 5px 10px 30px 15px;
  padding: 16px 20px;
  color: #FFFFFF;
  background: linear-gradient(0deg, #00FFFF 0%, #0F1FFF 25%, #05213D 50%, #0F1FFF 75%, #00FFFF 100%);
  background-size: 100% 200%;
  background-position: top;
  min-width: 150px;
  margin-inline: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.search-engine__chameleon__button:is(:hover, :focus) {
  background-position: bottom;
}
@media screen and (max-width: 550px) {
  .search-engine__chameleon__button {
    padding: 13px 16px;
    height: auto;
    font-size: 12px;
    line-height: 12px;
    min-width: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .search-engine .container {
    padding-inline: 15px;
  }
  .search-engine__copy {
    max-width: 580px;
  }
  .search-engine__chameleon {
    margin-top: 100px;
    margin-bottom: 150px;
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .search-engine__chameleon__title {
    position: relative;
    left: calc(100% - 55vw + 50px);
    width: 100%;
    max-width: 50vw;
    text-align: left;
    padding-right: 140px;
    order: 1;
    margin-top: 200px;
  }
  .search-engine__chameleon__video-container {
    width: 40vw;
    height: 40vw;
    aspect-ratio: 1/1;
    left: 0;
    top: -50px;
    transform: translate(0, 0);
    padding-bottom: 0;
  }
  .search-engine__chameleon__video {
    height: 100%;
    object-fit: unset;
  }
  .search-engine__chameleon__list {
    width: 55vw;
    left: calc(100% - 55vw);
    transform: unset;
    top: 0;
    padding-right: 10px;
    height: fit-content;
    gap: 70px;
  }
  .search-engine__chameleon__list-item {
    position: relative !important;
    top: unset !important;
    left: unset !important;
    right: unset !important;
    bottom: unset !important;
    transform: unset !important;
    max-width: unset;
    padding-bottom: 20px;
    border-bottom: 1px solid #00A99B;
    position: relative;
  }
  .search-engine__chameleon__list-item::before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    border: 1px solid #00A99B;
    bottom: -4px;
    border-radius: 50%;
    left: 0px;
    border-top-right-radius: 10%;
    border-bottom-right-radius: 50%;
    rotate: 45deg;
    background-color: #FFFFFF;
  }
  .search-engine__chameleon__list-item::after {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    border: 1px solid #00A99B;
    bottom: -4px;
    border-radius: 50%;
    right: 0px;
    border-top-left-radius: 10%;
    border-bottom-left-radius: 50%;
    rotate: -45deg;
    background-color: #FFFFFF;
  }
  .search-engine__chameleon__list-item__connector {
    display: none;
  }
  .search-engine__chameleon__button {
    position: relative;
    height: fit-content;
    left: calc(100% - 55vw + 50px);
    order: 1;
    margin-top: 20px;
    margin-inline: unset;
    transform: unset;
  }
}
@media screen and (max-width: 768px) {
  .search-engine .container {
    padding-top: 30px;
  }
}
@media screen and (max-width: 550px) {
  .search-engine__copy {
    max-width: 350px;
  }
  .search-engine__chameleon {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .search-engine__chameleon__title {
    position: unset;
    max-width: unset;
    padding: unset;
    text-align: center;
    margin-top: 30px;
  }
  .search-engine__chameleon__video-container {
    width: 70vw;
    height: 70vw;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
  }
  .search-engine__chameleon__list {
    width: 100%;
    left: 0;
    justify-content: flex-start;
    gap: 50px;
    background-color: rgba(255, 255, 255, 0.75);
    height: fit-content;
    padding-block: 20px;
    padding-inline: 0;
    margin-top: 75vw;
  }
  .search-engine__chameleon__button {
    bottom: 0px;
    top: unset;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 70vw;
  }
}

.key-features__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  aspect-ratio: 9/16;
  min-width: calc(100% + 2px);
  display: flex;
}
.key-features__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.key-features .container {
  padding-inline: 0;
  padding-block: 50px;
}
.key-features__title {
  font-family: cubano-sharp;
  font-size: 144px;
  line-height: 120px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  max-width: 800px;
  margin-inline: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 1024px) {
  .key-features__title {
    font-size: 102px;
    line-height: 92px;
  }
}
@media screen and (max-width: 550px) {
  .key-features__title {
    font-size: 50px;
    line-height: 50px;
  }
}
.key-features__title-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  height: 70%;
  pointer-events: none;
}
.key-features__title-image img {
  height: 100%;
}
.key-features__title .line {
  font-family: cubano-sharp;
  font-size: 144px;
  line-height: 120px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  margin-inline: auto;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 1024px) {
  .key-features__title .line {
    font-size: 102px;
    line-height: 92px;
  }
}
@media screen and (max-width: 550px) {
  .key-features__title .line {
    font-size: 50px;
    line-height: 50px;
  }
}
.key-features__title .line--above {
  position: relative;
}
.key-features__copy {
  font-family: Roboto;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.45px;
  font-weight: 500;
  padding-top: 20px;
  border-top: 1px solid #FFFFFF;
  position: relative;
  color: #FFFFFF;
  max-width: 490px;
  margin-inline: auto;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 70px;
}
@media screen and (max-width: 550px) {
  .key-features__copy {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.1px;
  }
}
.key-features__copy::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  border: 1px solid #FFFFFF;
  top: -4px;
  border-radius: 50%;
  left: -6px;
  border-top-right-radius: 10%;
  border-bottom-right-radius: 50%;
  rotate: 45deg;
}
.key-features__copy::after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  border: 1px solid #FFFFFF;
  top: -4px;
  border-radius: 50%;
  right: -6px;
  border-top-left-radius: 10%;
  border-bottom-left-radius: 50%;
  rotate: -45deg;
}
.key-features__scenarios {
  position: relative;
  margin-inline: 20px;
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 70px 30px 135px 30px;
  border: 2px solid #00FFFF;
  height: calc(100vh - 80px);
  height: calc(100svh - 80px);
  min-height: 750px;
}
.key-features__scenarios__mask-border {
  background-color: #00FFFF;
  position: absolute;
  width: 140px;
  height: 140px;
  top: 0;
  right: 0;
  z-index: 1;
  mask-image: url("/assets/images/Final-Mask-bottom-right-border.png");
  mask-size: 3840px 2160px;
  mask-repeat: no-repeat;
  mask-position: bottom right;
  mask-mode: alpha;
  -webkit-mask-image: url("/assets/images/Final-Mask-bottom-right-border.png");
  -webkit-mask-size: 3840px 2160px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: bottom right;
  -webkit-mask-mode: alpha;
  rotate: -90deg;
}
.key-features__scenarios-container {
  position: relative;
}
.key-features__scenarios-outer {
  position: relative;
  z-index: 2;
  pointer-events: all;
}
.key-features__scenarios-outer.--new {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.key-features__scenarios__logo {
  position: absolute;
  right: 76px;
  top: 72px;
  width: 50px;
  z-index: 2;
  opacity: 0;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.8));
}
.key-features__scenarios.--new {
  mask-image: url("/assets/images/Final-Mask-top-right-corner.png");
  mask-size: 3840px 2160px;
  mask-repeat: no-repeat;
  mask-position: top right;
  mask-mode: alpha;
  -webkit-mask-image: url("/assets/images/Final-Mask-top-right-corner.png");
  -webkit-mask-size: 3840px 2160px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top right;
  -webkit-mask-mode: alpha;
}
.key-features__scenarios.--new .key-features__scenarios__copy {
  opacity: 1;
}
.key-features__scenarios.--new .key-features__scenarios__content__video {
  background: linear-gradient(0deg, #25408F 0%, #00A99B 50%, #0F1FFF 100%);
}
.key-features__scenarios.--new .key-features__scenarios__content__video-filter {
  background: linear-gradient(0deg, #25408F 0%, #00A99B 50%, #0F1FFF 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  mix-blend-mode: color-burn;
  border-radius: 50%;
}
.key-features__scenarios.--new .key-features__scenarios__content__video video {
  mix-blend-mode: unset;
  filter: unset;
}
.key-features__scenarios.--new .key-features__scenarios__content__video__text {
  z-index: 2;
}
.key-features__scenarios__title {
  font-family: cubano-sharp;
  font-size: 34px;
  line-height: 30px;
  font-weight: 400;
  color: #05213D;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .key-features__scenarios__title {
    font-size: 31px;
  }
}
.key-features__scenarios__copy {
  font-family: cubano-sharp;
  font-size: 21px;
  line-height: 35px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #00857A;
  opacity: 0;
}
@media screen and (max-width: 550px) {
  .key-features__scenarios__copy {
    font-size: 12px;
    line-height: 20px;
  }
}
.key-features__scenarios__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.key-features__scenarios__content img {
  margin-left: 50px;
  max-width: 715px;
  width: 100%;
  height: 600px;
  object-fit: contain;
}
.key-features__scenarios__content img.--desktop {
  display: block;
}
.key-features__scenarios__content img.--tablet {
  display: none;
}
.key-features__scenarios__content__video {
  overflow: hidden;
  width: 400px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  border-radius: 50%;
  display: flex;
}
.key-features__scenarios__content__video video {
  width: 100%;
  mix-blend-mode: luminosity;
  filter: grayscale(100%);
  border-radius: 50%;
}
.key-features__scenarios__content__video__text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.key-features__scenarios__content__video__text p {
  font-family: cubano-sharp;
  font-weight: 400;
  font-size: 233px;
  line-height: 200px;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0px 4px 35px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 550px) {
  .key-features__scenarios__content__video__text p {
    font-size: 82px;
    line-height: 80px;
  }
}
.key-features__scenarios__content__video__text span {
  font-family: cubano-sharp;
  font-size: 34px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  color: #00FFFF;
  text-shadow: 0px 4px 50px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 550px) {
  .key-features__scenarios__content__video__text span {
    font-size: 31px;
  }
}
.key-features__features {
  position: relative;
  padding-inline: 20px;
  margin-top: 50px;
}
.key-features__features__title {
  font-family: cubano-sharp;
  font-size: 55px;
  line-height: 50px;
  font-weight: 400;
  color: #FFFFFF;
  text-shadow: 0 4px 15px rgba(5, 33, 61, 0.35);
}
@media screen and (max-width: 550px) {
  .key-features__features__title {
    font-size: 31px;
    line-height: 30px;
  }
}
.key-features__features__list {
  margin-block: 20px 50px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.key-features__features__list-item {
  background: linear-gradient(90deg, #05213D 0%, #0F1FFF 75%, #00FFFF 100%);
  padding: 35px 100px;
  box-shadow: 0px 4px 35px rgba(0, 255, 255, 0.35);
  border-radius: 40px 80px 400px 100px;
  border: 2px solid #00FFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  position: relative;
}
.key-features__features__list-item__count {
  font-family: cubano-sharp;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.6px;
  position: absolute;
  top: 20px;
  left: 30px;
  color: #FFFFFF;
}
@media screen and (max-width: 550px) {
  .key-features__features__list-item__count {
    font-size: 12px;
  }
}
.key-features__features__list-item__content {
  max-width: 700px;
}
.key-features__features__list-item__content h4 {
  font-family: cubano-sharp;
  font-size: 34px;
  line-height: 30px;
  font-weight: 400;
  color: #FFFFFF;
}
@media screen and (max-width: 550px) {
  .key-features__features__list-item__content h4 {
    font-size: 31px;
  }
}
.key-features__features__list-item__content > div {
  font-family: Roboto;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.45px;
  font-weight: 500;
  margin-top: 20px;
  color: #FFFFFF;
  font-weight: 500;
}
.key-features__features__list-item__content > div p {
  margin-bottom: 20px;
}
.key-features__features__list-item__content > div p:last-of-type {
  margin-bottom: 0;
}
.key-features__features__list-item__image {
  width: 130px;
  height: 130px;
  object-fit: contain;
}
.key-features__features__button {
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.5s ease-in-out all;
  transition-delay: 0s;
  font-family: cubano-sharp;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #00FFFF;
  border-radius: 5px 10px 30px 15px;
  padding: 16px 20px;
  color: #FFFFFF;
  background: linear-gradient(0deg, #00FFFF 0%, #0F1FFF 25%, #05213D 50%, #0F1FFF 75%, #00FFFF 100%);
  background-size: 100% 200%;
  background-position: top;
  min-width: 150px;
  margin-inline: auto;
}
.key-features__features__button:is(:hover, :focus) {
  background-position: bottom;
}
@media screen and (max-width: 550px) {
  .key-features__features__button {
    padding: 13px 16px;
    height: auto;
    font-size: 12px;
    line-height: 12px;
    min-width: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .key-features__title {
    padding-inline: 20px;
    max-width: unset;
  }
  .key-features__copy {
    margin-bottom: 50px;
  }
  .key-features__scenarios {
    height: auto;
  }
  .key-features__scenarios-outer.--new {
    z-index: 1;
  }
  .key-features__scenarios.--new {
    mask-image: unset;
    -webkit-mask-image: unset;
  }
  .key-features__scenarios__mask-border {
    display: none;
  }
  .key-features__scenarios__logo {
    display: none;
  }
  .key-features__scenarios__content {
    margin-top: 0;
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    margin-top: 20px;
  }
  .key-features__scenarios__content img {
    margin-left: 0;
    height: auto;
  }
  .key-features__scenarios__content img.--desktop {
    display: none;
  }
  .key-features__scenarios__content img.--tablet {
    display: block;
  }
  .key-features__features {
    padding-inline: 15px;
  }
  .key-features__features__list-item {
    align-items: flex-start;
    padding-inline: 60px 40px;
  }
  .key-features__features__list-item__image {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .key-features__copy {
    max-width: 430px;
  }
  .key-features__scenarios__content img {
    width: 100%;
  }
  .key-features__scenarios__content__video {
    width: 58%;
  }
}
@media screen and (max-width: 550px) {
  .key-features__title {
    max-width: 330px;
  }
  .key-features__title-image {
    height: 80%;
  }
  .key-features__copy {
    max-width: calc(100% - 50px);
    padding-inline: 46px;
  }
  .key-features__scenarios {
    padding-inline: 10px;
  }
  .key-features__scenarios__title {
    font-size: 19px;
    line-height: 19px;
  }
  .key-features__scenarios__content {
    width: 100%;
    padding-inline: 10px;
  }
  .key-features__scenarios__content img {
    width: 100%;
    padding-inline: 0;
  }
  .key-features__scenarios__content__video__text {
    gap: 0;
  }
  .key-features__scenarios__content__video__text span {
    font-size: 19px;
  }
  .key-features__features__list {
    margin-block: 10px 30px;
  }
  .key-features__features__list-item {
    padding: 30px 20px 20px;
    flex-direction: column;
    background: linear-gradient(180deg, #05213D 0%, #0F1FFF 75%, #00FFFF 100%);
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
    border-radius: 40px 80px 40px 80px;
  }
  .key-features__features__list-item__content h4 {
    font-size: 19px;
    line-height: 19px;
  }
  .key-features__features__list-item__content > div {
    margin-top: 40px;
    text-align: justify;
  }
  .key-features__features__list-item__content > div p {
    margin-bottom: 10px;
  }
  .key-features__features__list-item__content > div p:last-of-type {
    margin-bottom: 0;
  }
}

.book .container {
  padding: 0;
  aspect-ratio: 1.41/1;
  display: flex;
  overflow: hidden;
}
.book__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.book__button {
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.5s ease-in-out all;
  transition-delay: 0s;
  font-family: cubano-sharp;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #00FFFF;
  border-radius: 5px 10px 30px 15px;
  padding: 16px 20px;
  color: #FFFFFF;
  background: linear-gradient(0deg, #00FFFF 0%, #0F1FFF 25%, #05213D 50%, #0F1FFF 75%, #00FFFF 100%);
  background-size: 100% 200%;
  background-position: top;
  min-width: 150px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 80%;
}
.book__button:is(:hover, :focus) {
  background-position: bottom;
}
@media screen and (max-width: 550px) {
  .book__button {
    padding: 13px 16px;
    height: auto;
    font-size: 12px;
    line-height: 12px;
    min-width: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .book .container {
    aspect-ratio: 9/16;
    max-height: 100vh;
  }
  .book__button {
    top: 75%;
  }
}

.how-it-works {
  background: linear-gradient(180deg, #0F1FFF 0%, #0F1FFF 50%, #05213D 100%);
}
.how-it-works .container {
  padding-block: 50px;
  padding-inline: 20px;
}
.how-it-works__title {
  font-family: cubano-sharp;
  font-size: 144px;
  line-height: 120px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  max-width: 600px;
  margin-inline: auto;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .how-it-works__title {
    font-size: 102px;
    line-height: 92px;
  }
}
@media screen and (max-width: 550px) {
  .how-it-works__title {
    font-size: 50px;
    line-height: 50px;
  }
}
.how-it-works__title-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  height: 100%;
  pointer-events: none;
  opacity: 0.9;
  height: 80%;
}
.how-it-works__title-image img {
  height: 100%;
}
.how-it-works__title .line {
  font-family: cubano-sharp;
  font-size: 144px;
  line-height: 120px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .how-it-works__title .line {
    font-size: 102px;
    line-height: 92px;
  }
}
@media screen and (max-width: 550px) {
  .how-it-works__title .line {
    font-size: 50px;
    line-height: 50px;
  }
}
.how-it-works__title .line--above {
  position: relative;
}
.how-it-works__list {
  margin-block: 50px 70px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.how-it-works__list-item {
  background: linear-gradient(90deg, #05213D 0%, #0F1FFF 75%, #00FFFF 100%);
  padding: 50px 100px;
  box-shadow: 0px 4px 35px rgba(0, 255, 255, 0.35);
  border-radius: 40px 80px 400px 100px;
  border: 2px solid #00FFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  position: relative;
}
.how-it-works__list-item__content {
  max-width: 710px;
}
.how-it-works__list-item__content h4 {
  font-family: cubano-sharp;
  font-size: 34px;
  line-height: 30px;
  font-weight: 400;
  color: #FFFFFF;
}
@media screen and (max-width: 550px) {
  .how-it-works__list-item__content h4 {
    font-size: 31px;
  }
}
.how-it-works__list-item__content > div {
  font-family: Roboto;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.45px;
  font-weight: 500;
  margin-top: 20px;
  color: #FFFFFF;
}
@media screen and (max-width: 550px) {
  .how-it-works__list-item__content > div {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.1px;
  }
}
.how-it-works__list-item__content > div p {
  margin-bottom: 20px;
}
.how-it-works__list-item__content > div p:last-of-type {
  margin-bottom: 0;
}
.how-it-works__list-item__content__button {
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.5s ease-in-out all;
  transition-delay: 0s;
  font-family: cubano-sharp;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #00FFFF;
  border-radius: 5px 10px 30px 15px;
  padding: 16px 20px;
  color: #FFFFFF;
  background: linear-gradient(0deg, #00FFFF 0%, #0F1FFF 25%, #05213D 50%, #0F1FFF 75%, #00FFFF 100%);
  background-size: 100% 200%;
  background-position: top;
  min-width: 150px;
  margin-top: 20px;
}
.how-it-works__list-item__content__button:is(:hover, :focus) {
  background-position: bottom;
}
@media screen and (max-width: 550px) {
  .how-it-works__list-item__content__button {
    padding: 13px 16px;
    height: auto;
    font-size: 12px;
    line-height: 12px;
    min-width: 120px;
  }
}
.how-it-works__list-item__image {
  width: 160px;
  height: 160px;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .how-it-works .container {
    padding-inline: 15px;
  }
  .how-it-works__title {
    font-size: 89px;
    line-height: 79px;
  }
  .how-it-works__title .line {
    font-size: 89px;
    line-height: 79px;
  }
  .how-it-works__list {
    margin-bottom: 150px;
  }
  .how-it-works__list-item {
    padding: 30px 50px 40px;
    align-self: flex-start;
    width: 100%;
  }
  .how-it-works__list-item__content {
    max-width: 450px;
  }
  .how-it-works__list-item__content > div {
    text-align: justify;
  }
  .how-it-works__list-item__image {
    width: 100px;
    height: 100px;
    align-self: baseline;
  }
}
@media screen and (max-width: 768px) {
  .how-it-works__title {
    max-width: 300px;
    margin-inline: auto;
    font-size: 82px;
    line-height: 72px;
  }
  .how-it-works__title .line {
    font-size: 82px;
    line-height: 72px;
  }
}
@media screen and (max-width: 550px) {
  .how-it-works__list {
    margin-top: 30px;
    margin-bottom: 90px;
  }
  .how-it-works__list-item {
    border-radius: 40px 80px 40px 80px;
    padding: 30px 20px 60px;
  }
  .how-it-works__list-item__image {
    width: 90px;
    height: 90px;
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .how-it-works__list-item__content h4 {
    font-size: 19px;
    line-height: 19px;
  }
  .how-it-works__list-item__content > div {
    margin-top: 10px;
  }
}

.platform-list {
  background: linear-gradient(360deg, #0F1FFF 0%, #0F1FFF 50%, #05213D 100%);
}
.platform-list .container {
  padding-inline: 20px;
  padding-block: 0 40px;
}
.platform-list__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.platform-list__list-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.platform-list__list-item:nth-of-type(odd) .platform-list__list-item__left {
  background: linear-gradient(0deg, #05213D 0%, #0A209E 50%, #0F1FFF 100%);
  border-radius: 20px 100px 50px 20px;
}
.platform-list__list-item:nth-of-type(odd) .platform-list__list-item__right {
  background: linear-gradient(180deg, #05213D 0%, #0A209E 50%, #0F1FFF 100%);
  border-radius: 100px 20px 20px 50px;
}
.platform-list__list-item:nth-of-type(even) .platform-list__list-item__left {
  background: linear-gradient(180deg, #05213D 0%, #0A209E 50%, #0F1FFF 100%);
  border-radius: 50px 20px 20px 100px;
  order: 1;
}
.platform-list__list-item:nth-of-type(even) .platform-list__list-item__right {
  background: linear-gradient(0deg, #05213D 0%, #0A209E 50%, #0F1FFF 100%);
  border-radius: 20px 50px 100px 20px;
}
.platform-list__list-item__left {
  overflow: hidden;
  border: 2px solid #00FFFF;
  display: flex;
  padding: 40px 0;
}
.platform-list__list-item__left video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: screen;
}
.platform-list__list-item__right {
  border: 2px solid #00FFFF;
  padding: 40px 80px;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.platform-list__list-item__right__video {
  display: none;
}
.platform-list__list-item__title {
  font-family: cubano-sharp;
  font-size: 55px;
  line-height: 50px;
  font-weight: 400;
  color: #FFFFFF;
  position: relative;
}
@media screen and (max-width: 550px) {
  .platform-list__list-item__title {
    font-size: 31px;
    line-height: 30px;
  }
}
.platform-list__list-item__read-more {
  font-family: cubano-sharp;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.75px;
  color: #00FFFF;
  width: fit-content;
  margin-top: 20px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
@media screen and (max-width: 550px) {
  .platform-list__list-item__read-more {
    font-size: 13px;
  }
}
.platform-list__list-item__read-more span {
  border-radius: 50%;
  border: 1px solid #00FFFF;
  aspect-ratio: 1/1;
  display: inline-flex;
  width: 14px;
  height: 14px;
  justify-content: center;
  align-items: center;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.platform-list__list-item__read-more:is(:hover) {
  color: #FFFFFF;
}
.platform-list__list-item__read-more:is(:hover) span {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.platform-list__list-item__body {
  font-family: Roboto;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.45px;
  font-weight: 500;
  text-align: justify;
  color: #FFFFFF;
  margin-top: 0;
  opacity: 0;
  max-height: 0;
  pointer-events: none;
  transition: 0.25s ease all;
  transition-delay: 0s;
}
.platform-list__list-item__body.--expanded {
  margin-top: 10px;
  opacity: 1;
  max-height: 1000px;
  pointer-events: all;
}
.platform-list__list-item__body * {
  font-family: Roboto;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.45px;
  font-weight: 500;
  color: #FFFFFF;
}
.platform-list__list-item__body > ol {
  margin-left: 20px;
  list-style: decimal;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.platform-list__list-item__body > ol ol {
  margin-left: 20px;
  list-style: lower-latin;
}
.platform-list__list-item__body > p {
  margin-bottom: 20px;
}
.platform-list__list-item__body > p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 1250px) {
  .platform-list__list-item__right {
    min-width: 100%;
    padding-inline: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .platform-list .container {
    padding-inline: 15px;
    padding-bottom: 15px;
  }
  .platform-list__list-item {
    grid-template-columns: repeat(1, 1fr);
  }
  .platform-list__list-item__left {
    display: none;
  }
  .platform-list__list-item__right {
    padding: 20px 80px 80px;
    border-radius: 20px 100px 50px 20px !important;
    justify-content: flex-start;
    min-height: unset;
  }
  .platform-list__list-item__right__video {
    display: block;
    margin-bottom: 20px;
  }
  .platform-list__list-item__right__video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: screen;
  }
  .platform-list__list-item__body > p {
    margin-bottom: 10px;
  }
  .platform-list__list-item__body > p:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .platform-list__list-item:nth-of-type(3) .platform-list__list-item__right__video video {
    transform: scale(1.5);
  }
  .platform-list__list-item__right {
    padding: 40px 30px;
  }
}

.mb-vs-them {
  background: linear-gradient(180deg, #05213D 0%, #0F1FFF 100%);
}
.mb-vs-them .container {
  padding-block: 50px 150px;
  padding-inline: 20px;
}
.mb-vs-them__title {
  font-family: cubano-sharp;
  font-size: 55px;
  line-height: 50px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .mb-vs-them__title {
    font-size: 31px;
    line-height: 30px;
  }
}
.mb-vs-them__title h2 {
  font-family: cubano-sharp;
  font-size: 55px;
  line-height: 50px;
  font-weight: 400;
  color: #FFFFFF;
}
@media screen and (max-width: 550px) {
  .mb-vs-them__title h2 {
    font-size: 31px;
    line-height: 30px;
  }
}
.mb-vs-them__title h2 span {
  font-family: cubano-sharp;
  font-size: 55px;
  line-height: 50px;
  font-weight: 400;
}
@media screen and (max-width: 550px) {
  .mb-vs-them__title h2 span {
    font-size: 31px;
    line-height: 30px;
  }
}
.mb-vs-them__copy {
  font-family: Roboto;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.45px;
  font-weight: 500;
  padding-top: 20px;
  border-top: 1px solid #FFFFFF;
  position: relative;
  color: #FFFFFF;
  max-width: 520px;
  margin-inline: auto;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .mb-vs-them__copy {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.1px;
  }
}
.mb-vs-them__copy::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  border: 1px solid #FFFFFF;
  top: -4px;
  border-radius: 50%;
  left: -6px;
  border-top-right-radius: 10%;
  border-bottom-right-radius: 50%;
  rotate: 45deg;
}
.mb-vs-them__copy::after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  border: 1px solid #FFFFFF;
  top: -4px;
  border-radius: 50%;
  right: -6px;
  border-top-left-radius: 10%;
  border-bottom-left-radius: 50%;
  rotate: -45deg;
}
.mb-vs-them__image {
  margin-top: 30px;
  display: flex;
}
.mb-vs-them__image img {
  width: 100%;
}
.mb-vs-them__button {
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.5s ease-in-out all;
  transition-delay: 0s;
  font-family: cubano-sharp;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #00FFFF;
  border-radius: 5px 10px 30px 15px;
  padding: 16px 20px;
  color: #FFFFFF;
  background: transparent;
  background-size: 100% 200%;
  background-position: top;
  min-width: 150px;
  margin-inline: auto;
  margin-top: 40px;
}
.mb-vs-them__button:is(:hover, :focus) {
  background-position: bottom;
}
@media screen and (max-width: 550px) {
  .mb-vs-them__button {
    padding: 13px 16px;
    height: auto;
    font-size: 12px;
    line-height: 12px;
    min-width: 120px;
  }
}
.mb-vs-them__button:is(:hover, :focus) {
  background-color: #00FFFF;
  color: #05213D;
}
@media screen and (max-width: 1024px) {
  .mb-vs-them .container {
    padding-inline: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mb-vs-them__title {
    padding-inline: 15px;
  }
  .mb-vs-them__copy {
    font-size: 15px;
    margin-inline: 15px;
    max-width: 520px;
  }
  .mb-vs-them__image {
    height: 1000px;
    overflow-x: auto;
    padding-bottom: 30px;
    padding-inline: 20px;
    align-self: stretch;
    scrollbar-color: #00FFFF #05213D;
    scrollbar-width: thin;
  }
  .mb-vs-them__image::-webkit-scrollbar {
    height: 5px;
  }
  .mb-vs-them__image::-webkit-scrollbar-button {
    display: none;
    width: 0;
    height: 0;
  }
  .mb-vs-them__image::-webkit-scrollbar-track {
    background: #05213D;
    border-radius: 30px;
    background-clip: padding-box;
  }
  .mb-vs-them__image::-webkit-scrollbar-thumb {
    background: #00FFFF;
    border-radius: 30px;
  }
  .mb-vs-them__image::-webkit-scrollbar-thumb:hover {
    background: #00FFFF;
  }
  .mb-vs-them__image img {
    height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 550px) {
  .mb-vs-them__copy {
    font-size: 13px;
    line-height: 18px;
  }
  .mb-vs-them__image {
    height: 750px;
  }
}

.pricing-plans {
  padding: 0 20px 20px;
}
.pricing-plans .container {
  background: linear-gradient(180deg, #05213D 0%, #0A209E 50%, #0F1FFF 100%);
  padding-inline: 20px;
  padding-block: 50px;
  border: 2px solid #00FFFF;
  border-radius: 20px 40px 100px 60px;
}
.pricing-plans__title {
  font-family: cubano-sharp;
  font-size: 55px;
  line-height: 50px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .pricing-plans__title {
    font-size: 31px;
    line-height: 30px;
  }
}
.pricing-plans__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
  max-width: 1140px;
  margin-inline: auto;
}
.pricing-plans__list-item {
  border-radius: 20px 40px 20px 60px;
  border: 2px solid #00FFFF;
  background: linear-gradient(180deg, #0F1FFF 0%, #05213D 100%);
  padding: 30px 20px 50px;
}
.pricing-plans__list-item__title {
  font-family: cubano-sharp;
  font-size: 34px;
  line-height: 30px;
  font-weight: 400;
  color: #FFFFFF;
}
@media screen and (max-width: 550px) {
  .pricing-plans__list-item__title {
    font-size: 31px;
  }
}
.pricing-plans__list-item__subtitle {
  font-family: Roboto;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.45px;
  font-weight: 500;
  color: #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  padding-bottom: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 550px) {
  .pricing-plans__list-item__subtitle {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.1px;
  }
}
.pricing-plans__list-item__body {
  margin-top: 20px;
  font-family: Roboto;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.45px;
  font-weight: 500;
  color: #FFFFFF;
}
.pricing-plans__list-item__body p {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.pricing-plans__list-item__body p:last-of-type {
  margin-bottom: 0;
}
.pricing-plans__list-item__body p.quote {
  padding-inline: 20px;
}
.pricing-plans__list-item__body a {
  color: #0F1FFF;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.pricing-plans__list-item__body a:is(:hover, :focus) {
  color: #05213D;
}
.pricing-plans__list-item__body p.cta a,
.pricing-plans__list-item__body a.cta {
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.5s ease-in-out all;
  transition-delay: 0s;
  font-family: cubano-sharp;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #00FFFF;
  border-radius: 5px 10px 30px 15px;
  padding: 16px 20px;
  color: #05213D;
  background: transparent;
  background-size: 100% 200%;
  background-position: top;
  min-width: 150px;
}
.pricing-plans__list-item__body p.cta a:is(:hover, :focus),
.pricing-plans__list-item__body a.cta:is(:hover, :focus) {
  background-position: bottom;
}
@media screen and (max-width: 550px) {
  .pricing-plans__list-item__body p.cta a,
  .pricing-plans__list-item__body a.cta {
    padding: 13px 16px;
    height: auto;
    font-size: 12px;
    line-height: 12px;
    min-width: 120px;
  }
}
.pricing-plans__list-item__body p.cta a:is(:hover, :focus),
.pricing-plans__list-item__body a.cta:is(:hover, :focus) {
  background-color: #00FFFF;
}
.pricing-plans__list-item__body ul, .pricing-plans__list-item__body ol {
  list-style: revert;
  margin-left: 30px;
}
.pricing-plans__list-item__body pre {
  background-color: #05213D;
  padding: 10px 20px;
  border-radius: 10px;
  border: 2px solid #0F1FFF;
  color: #FFFFFF;
}
.pricing-plans__list-item__body h1, .pricing-plans__list-item__body h2, .pricing-plans__list-item__body h3, .pricing-plans__list-item__body h4, .pricing-plans__list-item__body h5, .pricing-plans__list-item__body h6 {
  font-family: cubano-sharp;
  font-size: 21px;
  line-height: 35px;
  font-weight: 400;
  color: #00857A;
  margin-bottom: 8px;
}
@media screen and (max-width: 550px) {
  .pricing-plans__list-item__body h1, .pricing-plans__list-item__body h2, .pricing-plans__list-item__body h3, .pricing-plans__list-item__body h4, .pricing-plans__list-item__body h5, .pricing-plans__list-item__body h6 {
    font-size: 12px;
    line-height: 20px;
  }
}
.pricing-plans__list-item__body h1 a, .pricing-plans__list-item__body h2 a, .pricing-plans__list-item__body h3 a, .pricing-plans__list-item__body h4 a, .pricing-plans__list-item__body h5 a, .pricing-plans__list-item__body h6 a {
  color: #00857A;
}
.pricing-plans__list-item__body h1 {
  font-size: 28px;
  line-height: 26px;
}
.pricing-plans__list-item__body h2 {
  font-size: 24px;
  line-height: 22px;
}
.pricing-plans__list-item__body h3 {
  font-size: 21px;
  line-height: 20px;
}
.pricing-plans__list-item__body h4, .pricing-plans__list-item__body h5, .pricing-plans__list-item__body h6 {
  font-size: 18px;
  line-height: 18px;
}
.pricing-plans__list-item__body figure {
  margin: unset;
}
.pricing-plans__list-item__body img {
  width: 100%;
  height: 100%;
}
.pricing-plans__list-item__body iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
.pricing-plans__list-item__body .align-center {
  text-align: center;
  margin-inline: auto;
}
.pricing-plans__list-item__body .align-right {
  text-align: right;
}
.pricing-plans__list-item__body .align-justify {
  text-align: justify;
}
.pricing-plans__list-item__body .table-of-contents {
  background-color: #05213D;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 40px;
}
.pricing-plans__list-item__body .table-of-contents p {
  font-family: cubano-sharp;
  font-size: 21px;
  line-height: 35px;
  font-weight: 400;
  color: #00FFFF;
  margin-bottom: 8px;
}
@media screen and (max-width: 550px) {
  .pricing-plans__list-item__body .table-of-contents p {
    font-size: 12px;
    line-height: 20px;
  }
}
.pricing-plans__list-item__body .table-of-contents ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: left;
}
.pricing-plans__list-item__body .table-of-contents ul li::marker {
  color: #FFFFFF;
}
.pricing-plans__list-item__body .table-of-contents ul li a {
  color: #FFFFFF;
}
.pricing-plans__list-item__body .table-of-contents ul li a:is(:hover, :focus) {
  color: #00FFFF;
}
@media screen and (max-width: 550px) {
  .pricing-plans__list-item__body {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.1px;
  }
}
.pricing-plans__list-item__body a {
  color: #FFFFFF;
  cursor: pointer;
}
.pricing-plans__list-item__body a:is(:hover, :focus) {
  text-decoration-color: #00FFFF;
  color: #00FFFF;
}
.pricing-plans__list-item__body ul {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style-image: url("/assets/images/checkmark-aqua.png");
}
.pricing-plans__list-item__body ul li {
  font-family: Roboto;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.45px;
  font-weight: 500;
  line-height: unset;
  color: #FFFFFF;
}
@media screen and (max-width: 550px) {
  .pricing-plans__list-item__body ul li {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.1px;
  }
}
.pricing-plans__button {
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.5s ease-in-out all;
  transition-delay: 0s;
  font-family: cubano-sharp;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #00FFFF;
  border-radius: 5px 10px 30px 15px;
  padding: 16px 20px;
  color: #FFFFFF;
  background: linear-gradient(0deg, #00FFFF 0%, #0F1FFF 25%, #05213D 50%, #0F1FFF 75%, #00FFFF 100%);
  background-size: 100% 200%;
  background-position: top;
  min-width: 150px;
  margin-inline: auto;
  margin-top: 20px;
}
.pricing-plans__button:is(:hover, :focus) {
  background-position: bottom;
}
@media screen and (max-width: 550px) {
  .pricing-plans__button {
    padding: 13px 16px;
    height: auto;
    font-size: 12px;
    line-height: 12px;
    min-width: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .pricing-plans .container {
    padding-inline: 15px;
  }
  .pricing-plans__list {
    grid-template-columns: 1fr;
    max-width: 600px;
    margin-top: 30px;
  }
  .pricing-plans__list-item {
    padding-inline: 40px;
  }
  .pricing-plans__list-item__subtitle {
    padding-bottom: 15px;
  }
  .pricing-plans__list-item__body {
    margin-top: 15px;
  }
  .pricing-plans__list-item__body ul li {
    font-size: 15px;
    line-height: 22px;
  }
  .pricing-plans__list-item__body p {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 550px) {
  .pricing-plans .container {
    padding-block: 30px;
  }
  .pricing-plans__list {
    margin-top: 20px;
    gap: 15px;
  }
  .pricing-plans__list-item {
    padding: 20px 20px 30px;
  }
  .pricing-plans__list-item__title {
    font-size: 19px;
    line-height: 22px;
  }
  .pricing-plans__list-item__subtitle {
    padding-bottom: 10px;
  }
  .pricing-plans__list-item__body {
    margin-top: 10px;
  }
  .pricing-plans__list-item__body ul li {
    font-size: 12px;
    line-height: 17px;
  }
}

.basic-body {
  background: linear-gradient(0deg, #0F1FFF 0%, #0F1FFF 50%, #05213D 100%);
  padding-inline: 20px;
  padding-block: 0 120px;
}
.basic-body .container {
  border-radius: 100px 40px 200px 40px;
  background-color: #FFFFFF;
  padding-block: 70px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.basic-body__share {
  display: flex;
  flex-direction: column;
  border: 2px solid #00FFFF;
  width: fit-content;
  position: sticky;
  top: 20px;
  border-radius: 20px 60px 10px 40px;
  padding: 20px 15px;
  gap: 15px;
  height: fit-content;
  align-self: flex-start;
}
.basic-body__share-item {
  color: #0F1FFF;
  text-decoration: unset;
  text-align: center;
  font-size: 20px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.basic-body__share-item:is(:hover, :focus) {
  color: #05213D;
}
.basic-body__content {
  font-family: Roboto;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.45px;
  font-weight: 500;
  max-width: 1200px;
  min-height: 200px;
  margin-inline: auto;
  text-align: justify;
}
.basic-body__content p {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.basic-body__content p:last-of-type {
  margin-bottom: 0;
}
.basic-body__content p.quote {
  padding-inline: 20px;
}
.basic-body__content a {
  color: #0F1FFF;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.basic-body__content a:is(:hover, :focus) {
  color: #05213D;
}
.basic-body__content p.cta a,
.basic-body__content a.cta {
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.5s ease-in-out all;
  transition-delay: 0s;
  font-family: cubano-sharp;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #00FFFF;
  border-radius: 5px 10px 30px 15px;
  padding: 16px 20px;
  color: #05213D;
  background: transparent;
  background-size: 100% 200%;
  background-position: top;
  min-width: 150px;
}
.basic-body__content p.cta a:is(:hover, :focus),
.basic-body__content a.cta:is(:hover, :focus) {
  background-position: bottom;
}
@media screen and (max-width: 550px) {
  .basic-body__content p.cta a,
  .basic-body__content a.cta {
    padding: 13px 16px;
    height: auto;
    font-size: 12px;
    line-height: 12px;
    min-width: 120px;
  }
}
.basic-body__content p.cta a:is(:hover, :focus),
.basic-body__content a.cta:is(:hover, :focus) {
  background-color: #00FFFF;
}
.basic-body__content ul, .basic-body__content ol {
  list-style: revert;
  margin-left: 30px;
}
.basic-body__content pre {
  background-color: #05213D;
  padding: 10px 20px;
  border-radius: 10px;
  border: 2px solid #0F1FFF;
  color: #FFFFFF;
}
.basic-body__content h1, .basic-body__content h2, .basic-body__content h3, .basic-body__content h4, .basic-body__content h5, .basic-body__content h6 {
  font-family: cubano-sharp;
  font-size: 21px;
  line-height: 35px;
  font-weight: 400;
  color: #00857A;
  margin-bottom: 8px;
}
@media screen and (max-width: 550px) {
  .basic-body__content h1, .basic-body__content h2, .basic-body__content h3, .basic-body__content h4, .basic-body__content h5, .basic-body__content h6 {
    font-size: 12px;
    line-height: 20px;
  }
}
.basic-body__content h1 a, .basic-body__content h2 a, .basic-body__content h3 a, .basic-body__content h4 a, .basic-body__content h5 a, .basic-body__content h6 a {
  color: #00857A;
}
.basic-body__content h1 {
  font-size: 28px;
  line-height: 26px;
}
.basic-body__content h2 {
  font-size: 24px;
  line-height: 22px;
}
.basic-body__content h3 {
  font-size: 21px;
  line-height: 20px;
}
.basic-body__content h4, .basic-body__content h5, .basic-body__content h6 {
  font-size: 18px;
  line-height: 18px;
}
.basic-body__content figure {
  margin: unset;
}
.basic-body__content img {
  width: 100%;
  height: 100%;
}
.basic-body__content iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
.basic-body__content .align-center {
  text-align: center;
  margin-inline: auto;
}
.basic-body__content .align-right {
  text-align: right;
}
.basic-body__content .align-justify {
  text-align: justify;
}
.basic-body__content .table-of-contents {
  background-color: #05213D;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 40px;
}
.basic-body__content .table-of-contents p {
  font-family: cubano-sharp;
  font-size: 21px;
  line-height: 35px;
  font-weight: 400;
  color: #00FFFF;
  margin-bottom: 8px;
}
@media screen and (max-width: 550px) {
  .basic-body__content .table-of-contents p {
    font-size: 12px;
    line-height: 20px;
  }
}
.basic-body__content .table-of-contents ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: left;
}
.basic-body__content .table-of-contents ul li::marker {
  color: #FFFFFF;
}
.basic-body__content .table-of-contents ul li a {
  color: #FFFFFF;
}
.basic-body__content .table-of-contents ul li a:is(:hover, :focus) {
  color: #00FFFF;
}
@media screen and (max-width: 550px) {
  .basic-body__content {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.1px;
  }
}
.basic-body__content h1, .basic-body__content h2, .basic-body__content h3, .basic-body__content h4, .basic-body__content h5, .basic-body__content h6 {
  text-align: left;
}
.basic-body__content h2 a {
  text-decoration: unset;
}
@media screen and (max-width: 1024px) {
  .basic-body .container {
    display: flex;
    padding-inline: 30px;
  }
  .basic-body__content {
    margin-inline: unset;
    max-width: unset;
  }
}
@media screen and (max-width: 550px) {
  .basic-body {
    padding: 0;
  }
  .basic-body .container {
    flex-direction: column;
    border-radius: unset;
    padding: 20px 15px 0;
  }
  .basic-body__share {
    order: 1;
    flex-direction: row;
    border: unset;
    background-color: #00FFFF;
    width: calc(100% + 30px);
    border-radius: unset;
    justify-content: center;
    gap: 100px;
    margin-left: -15px;
  }
  .basic-body__content {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .basic-body__share {
    padding-inline: 50px;
    justify-content: space-between;
    gap: 0;
  }
}

.price-and-licensing-list .container {
  padding-inline: 20px;
  padding-block: 0 40px;
}
.price-and-licensing-list__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.price-and-licensing-list__list-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.price-and-licensing-list__list-item:nth-of-type(odd) .price-and-licensing-list__list-item__left {
  background: linear-gradient(0deg, #05213D 0%, #0A209E 50%, #0F1FFF 100%);
  border-radius: 20px 100px 50px 20px;
}
.price-and-licensing-list__list-item:nth-of-type(odd) .price-and-licensing-list__list-item__right {
  background: linear-gradient(180deg, #05213D 0%, #0A209E 50%, #0F1FFF 100%);
  border-radius: 100px 20px 20px 50px;
}
.price-and-licensing-list__list-item:nth-of-type(even) .price-and-licensing-list__list-item__left {
  background: linear-gradient(180deg, #05213D 0%, #0A209E 50%, #0F1FFF 100%);
  border-radius: 50px 20px 20px 100px;
  order: 1;
}
.price-and-licensing-list__list-item:nth-of-type(even) .price-and-licensing-list__list-item__right {
  background: linear-gradient(0deg, #05213D 0%, #0A209E 50%, #0F1FFF 100%);
  border-radius: 20px 50px 100px 20px;
}
.price-and-licensing-list__list-item__left {
  overflow: hidden;
  border: 2px solid #00FFFF;
  display: flex;
  padding: 40px 0;
  position: relative;
}
.price-and-licensing-list__list-item__left video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: screen;
}
.price-and-licensing-list__list-item__right {
  border: 2px solid #00FFFF;
  padding: 40px 80px;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.price-and-licensing-list__list-item__right__video {
  display: none;
}
.price-and-licensing-list__list-item__title {
  font-family: cubano-sharp;
  font-size: 55px;
  line-height: 50px;
  font-weight: 400;
  color: #FFFFFF;
}
@media screen and (max-width: 550px) {
  .price-and-licensing-list__list-item__title {
    font-size: 31px;
    line-height: 30px;
  }
}
.price-and-licensing-list__list-item__button {
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.5s ease-in-out all;
  transition-delay: 0s;
  font-family: cubano-sharp;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #00FFFF;
  border-radius: 5px 10px 30px 15px;
  padding: 16px 20px;
  color: #FFFFFF;
  background: linear-gradient(0deg, #00FFFF 0%, #0F1FFF 25%, #05213D 50%, #0F1FFF 75%, #00FFFF 100%);
  background-size: 100% 200%;
  background-position: top;
  min-width: 150px;
  margin-top: 20px;
}
.price-and-licensing-list__list-item__button:is(:hover, :focus) {
  background-position: bottom;
}
@media screen and (max-width: 550px) {
  .price-and-licensing-list__list-item__button {
    padding: 13px 16px;
    height: auto;
    font-size: 12px;
    line-height: 12px;
    min-width: 120px;
  }
}
.price-and-licensing-list__list-item__body {
  font-family: Roboto;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.45px;
  font-weight: 500;
  text-align: justify;
  color: #FFFFFF;
  margin-top: 10px;
}
.price-and-licensing-list__list-item__body * {
  font-family: Roboto;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.45px;
  font-weight: 500;
  color: #FFFFFF;
}
.price-and-licensing-list__list-item__body > p {
  margin-bottom: 20px;
}
.price-and-licensing-list__list-item__body > p:last-of-type {
  margin-bottom: 0;
}
.price-and-licensing-list__list-item-1-table {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 2px solid #00FFFF;
  border-radius: 10px 60px 20px 40px;
  overflow: hidden;
  max-width: 500px;
  width: calc(100% - 40px);
  margin-inline: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.price-and-licensing-list__list-item-1-table p {
  font-family: cubano-sharp;
  font-size: 21px;
  line-height: 25px;
  font-weight: 400;
  line-height: unset;
  color: #FFFFFF;
  border: 2px solid #00FFFF;
  border-top: unset;
  border-left: unset;
  padding: 10px 15px;
}
@media screen and (max-width: 550px) {
  .price-and-licensing-list__list-item-1-table p {
    font-size: 19px;
    line-height: 19px;
  }
}
.price-and-licensing-list__list-item-1-table p:nth-of-type(odd) {
  background: linear-gradient(270deg, #05213D 0%, #00A99B 100%);
  text-align: right;
}
.price-and-licensing-list__list-item-1-table p:nth-of-type(even) {
  background: linear-gradient(270deg, #0F1FFF 0%, #05213D 100%);
  border-right: unset;
}
.price-and-licensing-list__list-item-1-table p:nth-last-child(-n+2) {
  border-bottom: unset;
}
.price-and-licensing-list__list-item-1-copy {
  font-family: cubano-sharp;
  font-size: 21px;
  line-height: 25px;
  font-weight: 400;
  line-height: unset;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: calc(100% - 40px);
}
@media screen and (max-width: 550px) {
  .price-and-licensing-list__list-item-1-copy {
    font-size: 19px;
    line-height: 19px;
  }
}
.price-and-licensing-list__list-item-1-copy p {
  font-family: cubano-sharp;
  font-size: 21px;
  line-height: 25px;
  font-weight: 400;
  line-height: unset;
  color: #FFFFFF;
}
@media screen and (max-width: 550px) {
  .price-and-licensing-list__list-item-1-copy p {
    font-size: 19px;
    line-height: 19px;
  }
}
.price-and-licensing-list__list-item-1-copy p span {
  font-family: cubano-sharp;
  font-size: 21px;
  line-height: 25px;
  font-weight: 400;
  line-height: unset;
  color: #FFFFFF;
}
@media screen and (max-width: 550px) {
  .price-and-licensing-list__list-item-1-copy p span {
    font-size: 19px;
    line-height: 19px;
  }
}
@media screen and (max-width: 1250px) {
  .price-and-licensing-list__list-item__right {
    min-width: 100%;
    padding-inline: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .price-and-licensing-list .container {
    padding-inline: 15px;
    padding-bottom: 15px;
  }
  .price-and-licensing-list__list-item {
    grid-template-columns: repeat(1, 1fr);
  }
  .price-and-licensing-list__list-item__left {
    display: none;
  }
  .price-and-licensing-list__list-item__right {
    padding: 20px 0 80px;
    border-radius: 20px 100px 50px 20px !important;
    background: linear-gradient(0deg, #05213D 0%, #0A209E 50%, #0F1FFF 100%) !important;
    justify-content: flex-start;
    min-height: unset;
  }
  .price-and-licensing-list__list-item__right__video {
    display: block;
    margin-bottom: 20px;
    position: relative;
  }
  .price-and-licensing-list__list-item__right__video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: screen;
  }
  .price-and-licensing-list__list-item__right__video__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding-inline: 15px;
  }
  .price-and-licensing-list__list-item__title {
    padding-inline: 80px;
  }
  .price-and-licensing-list__list-item__body {
    padding-inline: 80px;
  }
  .price-and-licensing-list__list-item__body > p {
    margin-bottom: 10px;
  }
  .price-and-licensing-list__list-item__body > p:last-of-type {
    margin-bottom: 0;
  }
  .price-and-licensing-list__list-item__button {
    margin-inline: 80px;
  }
  .price-and-licensing-list__list-item-1-table {
    position: relative;
    margin-inline: 0;
    top: unset;
    left: unset;
    transform: unset;
  }
  .price-and-licensing-list__list-item-1-copy {
    position: relative;
    bottom: unset;
    left: unset;
    transform: unset;
  }
}
@media screen and (max-width: 768px) {
  .price-and-licensing-list__list-item__right {
    padding: 10px 0 40px;
  }
  .price-and-licensing-list__list-item__title {
    padding-inline: 30px;
  }
  .price-and-licensing-list__list-item__body {
    padding-inline: 30px;
  }
  .price-and-licensing-list__list-item__button {
    margin-inline: 30px;
  }
}
@media screen and (max-width: 550px) {
  .price-and-licensing-list__list-item:nth-of-type(1) .price-and-licensing-list__list-item__right__video {
    margin-top: 10px;
  }
  .price-and-licensing-list__list-item:nth-of-type(1) .price-and-licensing-list__list-item__right__video video {
    transform: scale(1.2);
  }
  .price-and-licensing-list__list-item-1-table {
    max-width: 340px;
    width: auto;
  }
  .price-and-licensing-list__list-item-1-table p {
    font-size: 13px;
    line-height: 13px;
    white-space: nowrap;
  }
  .price-and-licensing-list__list-item-1-table p:nth-of-type(odd) {
    padding-right: 10px;
  }
  .price-and-licensing-list__list-item-1-table p:nth-of-type(even) {
    padding-left: 10px;
  }
  .price-and-licensing-list__list-item-1-copy p {
    font-size: 12px;
    line-height: 12px;
  }
  .price-and-licensing-list__list-item-1-copy p span {
    font-size: 12px;
    line-height: 12px;
  }
}

.faqs .container {
  padding-inline: 20px;
  padding-block: 20px 120px;
}
.faqs__title {
  font-family: cubano-sharp;
  font-size: 55px;
  line-height: 50px;
  font-weight: 400;
  color: #FFFFFF;
}
@media screen and (max-width: 550px) {
  .faqs__title {
    font-size: 31px;
    line-height: 30px;
  }
}
.faqs__list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faqs__list-item {
  background: linear-gradient(90deg, #05213D 0%, #0F1FFF 75%, #00FFFF 100%);
  border: 2px solid #00FFFF;
  border-radius: 100px 100px 400px 200px;
}
.faqs__list-item__button {
  display: flex;
  width: 100%;
  padding: 20px 30px 20px 40px;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.faqs__list-item__button > i {
  color: #0F1FFF;
  background-color: #FFFFFF;
  border-radius: 50%;
  padding: 8px;
  font-size: 20px;
  border: 2px solid #00FFFF;
  aspect-ratio: 1/1;
  width: 40px;
  height: 40px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.faqs__list-item__button:is(:hover, :focus) > i {
  color: #FFFFFF;
  background-color: #0F1FFF;
}
.faqs__list-item__title {
  font-family: cubano-sharp;
  font-size: 21px;
  line-height: 35px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: left;
}
@media screen and (max-width: 550px) {
  .faqs__list-item__title {
    font-size: 12px;
    line-height: 20px;
  }
}
.faqs__list-item__body {
  max-width: 1000px;
  max-height: 0px;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
  text-align: justify;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.faqs__list-item__body * {
  color: #FFFFFF;
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
  text-align: justify;
  margin-bottom: 10px;
}
.faqs__list-item__body ul, .faqs__list-item__body ol {
  list-style: revert;
  margin-left: 20px;
}
.faqs__list-item.--expanded .faqs__list-item__button {
  padding: 20px 30px 10px 40px;
}
.faqs__list-item.--expanded .faqs__list-item__button > i {
  rotate: 45deg;
}
.faqs__list-item.--expanded .faqs__list-item__body {
  padding: 0 40px 30px;
  max-height: 500px;
  opacity: 1;
  pointer-events: all;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .faqs .container {
    padding-inline: 15px;
    padding-bottom: 140px;
  }
  .faqs__list-item__body {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .faqs__list-item {
    border-radius: 40px 40px 80px 40px;
  }
  .faqs__list-item__button {
    padding-inline: 20px;
  }
  .faqs__list-item__button > i {
    width: 28px;
    height: 28px;
    padding: 5px;
    font-size: 16px;
    border-width: 1px;
  }
  .faqs__list-item__title {
    font-size: 19px;
  }
  .faqs__list-item__body {
    width: 100%;
  }
  .faqs__list-item.--expanded .faqs__list-item__button {
    padding-inline: 20px;
  }
  .faqs__list-item.--expanded .faqs__list-item__body {
    padding-inline: 20px 70px;
    padding-bottom: 20px;
  }
}

.collection .container {
  padding-block: 40px 20px;
  padding-inline: 20px;
}
.collection__title {
  font-family: cubano-sharp;
  font-size: 55px;
  line-height: 50px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .collection__title {
    font-size: 31px;
    line-height: 30px;
  }
}
.collection__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}
.collection__list-item {
  background: linear-gradient(90deg, #05213D 0%, #0F1FFF 75%, #00FFFF 100%);
  border: 2px solid #00FFFF;
  border-radius: 40px 100px 400px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 100px;
  box-shadow: 0px 4px 35px 0px rgba(0, 255, 255, 0.3490196078);
  gap: 50px;
  position: relative;
}
.collection__list-item__content {
  max-width: 900px;
}
.collection__list-item__type {
  font-family: cubano-sharp;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.75px;
  color: #FFFFFF;
}
@media screen and (max-width: 550px) {
  .collection__list-item__type {
    font-size: 13px;
  }
}
.collection__list-item__title {
  font-family: cubano-sharp;
  font-size: 34px;
  line-height: 35px;
  font-weight: 400;
  color: #FFFFFF;
  margin-block: 10px;
}
@media screen and (max-width: 550px) {
  .collection__list-item__title {
    font-size: 31px;
    line-height: 31px;
  }
}
.collection__list-item__body {
  font-family: Roboto;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.45px;
  font-weight: 500;
  text-align: justify;
  color: #FFFFFF;
}
@media screen and (max-width: 550px) {
  .collection__list-item__body {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.1px;
  }
}
.collection__list-item__body * {
  font-family: Roboto;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.45px;
  font-weight: 500;
  text-align: justify;
  color: #FFFFFF;
  margin-bottom: 10px;
}
@media screen and (max-width: 550px) {
  .collection__list-item__body * {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.1px;
  }
}
.collection__list-item__button {
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.5s ease-in-out all;
  transition-delay: 0s;
  font-family: cubano-sharp;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #00FFFF;
  border-radius: 5px 10px 30px 15px;
  padding: 16px 20px;
  color: #FFFFFF;
  background: linear-gradient(0deg, #00FFFF 0%, #0F1FFF 25%, #05213D 50%, #0F1FFF 75%, #00FFFF 100%);
  background-size: 100% 200%;
  background-position: top;
  min-width: 150px;
  margin-top: 20px;
}
.collection__list-item__button:is(:hover, :focus) {
  background-position: bottom;
}
@media screen and (max-width: 550px) {
  .collection__list-item__button {
    padding: 13px 16px;
    height: auto;
    font-size: 12px;
    line-height: 12px;
    min-width: 120px;
  }
}
.collection__list-item__image {
  width: 160px;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .collection .container {
    padding-inline: 15px;
  }
  .collection__list-item {
    padding: 30px 50px 40px;
    align-items: flex-start;
  }
  .collection__list-item__image {
    width: 140px;
    height: 140px;
  }
}
@media screen and (max-width: 550px) {
  .collection .container {
    padding-block: 20px;
  }
  .collection__list {
    margin-top: 30px;
  }
  .collection__list-item {
    border-radius: 40px 80px 40px 40px;
    padding: 30px 20px 50px;
  }
  .collection__list-item__title {
    font-size: 19px;
    line-height: 19px;
  }
  .collection__list-item__image {
    width: 90px;
    height: 90px;
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
}

.testimonials-list .container {
  padding-inline: 20px;
  padding-block: 0 120px;
}
.testimonials-list__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.testimonials-list__list-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.testimonials-list__list-item:nth-of-type(even) .testimonials-list__list-item__left {
  background: linear-gradient(0deg, #05213D 0%, #0A209E 50%, #0F1FFF 100%);
  border-radius: 20px 100px 50px 20px;
}
.testimonials-list__list-item:nth-of-type(even) .testimonials-list__list-item__right {
  background: linear-gradient(180deg, #05213D 0%, #0A209E 50%, #0F1FFF 100%);
  border-radius: 100px 20px 20px 50px;
}
.testimonials-list__list-item:nth-of-type(odd) .testimonials-list__list-item__left {
  background: linear-gradient(180deg, #05213D 0%, #0A209E 50%, #0F1FFF 100%);
  border-radius: 50px 20px 20px 100px;
  order: 1;
}
.testimonials-list__list-item:nth-of-type(odd) .testimonials-list__list-item__right {
  background: linear-gradient(0deg, #05213D 0%, #0A209E 50%, #0F1FFF 100%);
  border-radius: 20px 50px 100px 20px;
}
.testimonials-list__list-item__left {
  overflow: hidden;
  border: 2px solid #00FFFF;
  display: flex;
  position: relative;
}
.testimonials-list__list-item__left__video-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 350px;
  height: 350px;
  overflow: hidden;
  border-radius: 50%;
  background: linear-gradient(180deg, #05213D 0%, #0A209E 50%, #0F1FFF 100%);
}
.testimonials-list__list-item__left__video-container__filter {
  background: linear-gradient(0deg, #05213D 0%, #0A209E 50%, #0F1FFF 100%);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  mix-blend-mode: plus-lighter;
  z-index: 2;
}
.testimonials-list__list-item__left__video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: luminosity;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.35);
}
.testimonials-list__list-item__left__video-container video.iOSsupport {
  mix-blend-mode: normal;
  filter: grayscale(100%);
}
.testimonials-list__list-item__right {
  border: 2px solid #00FFFF;
  padding: 100px 80px;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.testimonials-list__list-item__right__video {
  display: none;
}
.testimonials-list__list-item__right__testimonials {
  width: calc(50vw - 30px - 160px);
}
.testimonials-list__list-item__right__testimonials .slick-track {
  display: flex;
  align-items: center;
}
.testimonials-list__list-item__right__testimonials-container {
  position: relative;
}
.testimonials-list__list-item__right__testimonials-item {
  margin-inline: 10px;
}
.testimonials-list__list-item__right__testimonials-item.--initial .testimonials-list__list-item__right__testimonials-item__quote {
  margin-block: 20px 0;
}
.testimonials-list__list-item__right__testimonials-item__quote {
  font-family: cubano-sharp;
  font-size: 34px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 20px;
}
@media screen and (max-width: 550px) {
  .testimonials-list__list-item__right__testimonials-item__quote {
    font-size: 31px;
  }
}
.testimonials-list__list-item__right__testimonials-item__author {
  font-family: cubano-sharp;
  font-size: 21px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (max-width: 550px) {
  .testimonials-list__list-item__right__testimonials-item__author {
    font-size: 19px;
    line-height: 19px;
  }
}
.testimonials-list__list-item__right__testimonials-item__position {
  font-family: cubano-sharp;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.75px;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (max-width: 550px) {
  .testimonials-list__list-item__right__testimonials-item__position {
    font-size: 13px;
  }
}
.testimonials-list__list-item__right__testimonials-item__button {
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.5s ease-in-out all;
  transition-delay: 0s;
  font-family: cubano-sharp;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #00FFFF;
  border-radius: 5px 10px 30px 15px;
  padding: 16px 20px;
  color: #FFFFFF;
  background: linear-gradient(0deg, #00FFFF 0%, #0F1FFF 25%, #05213D 50%, #0F1FFF 75%, #00FFFF 100%);
  background-size: 100% 200%;
  background-position: top;
  min-width: 150px;
  text-align: center;
  margin-top: 20px;
  margin-inline: auto;
}
.testimonials-list__list-item__right__testimonials-item__button:is(:hover, :focus) {
  background-position: bottom;
}
@media screen and (max-width: 550px) {
  .testimonials-list__list-item__right__testimonials-item__button {
    padding: 13px 16px;
    height: auto;
    font-size: 12px;
    line-height: 12px;
    min-width: 120px;
  }
}
.testimonials-list__list-item__right__testimonials-item iframe {
  margin-top: 20px;
}
.testimonials-list__list-item__right__testimonials__prev {
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  color: #00FFFF;
  z-index: 2;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.testimonials-list__list-item__right__testimonials__prev:is(:hover, :focus) {
  color: #FFFFFF;
}
.testimonials-list__list-item__right__testimonials__next {
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  color: #00FFFF;
  z-index: 2;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.testimonials-list__list-item__right__testimonials__next:is(:hover, :focus) {
  color: #FFFFFF;
}
.testimonials-list__list-item__type {
  font-family: cubano-sharp;
  font-size: 21px;
  line-height: 35px;
  font-weight: 400;
  color: #FFFFFF;
}
@media screen and (max-width: 550px) {
  .testimonials-list__list-item__type {
    font-size: 12px;
    line-height: 20px;
  }
}
.testimonials-list__list-item__title {
  font-family: cubano-sharp;
  font-size: 55px;
  line-height: 50px;
  font-weight: 400;
  color: #FFFFFF;
}
@media screen and (max-width: 550px) {
  .testimonials-list__list-item__title {
    font-size: 31px;
    line-height: 30px;
  }
}
.testimonials-list__list-item__button {
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.5s ease-in-out all;
  transition-delay: 0s;
  font-family: cubano-sharp;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #00FFFF;
  border-radius: 5px 10px 30px 15px;
  padding: 16px 20px;
  color: #FFFFFF;
  background: linear-gradient(0deg, #00FFFF 0%, #0F1FFF 25%, #05213D 50%, #0F1FFF 75%, #00FFFF 100%);
  background-size: 100% 200%;
  background-position: top;
  min-width: 150px;
  margin-top: 20px;
}
.testimonials-list__list-item__button:is(:hover, :focus) {
  background-position: bottom;
}
@media screen and (max-width: 550px) {
  .testimonials-list__list-item__button {
    padding: 13px 16px;
    height: auto;
    font-size: 12px;
    line-height: 12px;
    min-width: 120px;
  }
}
@media screen and (max-width: 1250px) {
  .testimonials-list__list-item__right {
    min-width: 100%;
    padding-inline: 40px;
  }
  .testimonials-list__list-item__right__testimonials {
    width: calc(50vw - 30px - 80px);
  }
  .testimonials-list__list-item__right__testimonials__prev {
    left: -20px;
  }
  .testimonials-list__list-item__right__testimonials__next {
    right: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .testimonials-list .container {
    padding-inline: 15px;
    padding-bottom: 140px;
  }
  .testimonials-list__list-item {
    grid-template-columns: repeat(1, 1fr);
  }
  .testimonials-list__list-item__left {
    display: none;
  }
  .testimonials-list__list-item__right {
    padding: 20px 0 80px;
    border-radius: 20px 100px 50px 20px !important;
    background: linear-gradient(0deg, #05213D 0%, #0A209E 50%, #0F1FFF 100%) !important;
    justify-content: flex-start;
    min-height: auto;
  }
  .testimonials-list__list-item__right__video {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    background: linear-gradient(180deg, #05213D 0%, #0A209E 50%, #0F1FFF 100%);
    width: 40%;
    aspect-ratio: 1/1;
    display: flex;
    margin-inline: auto;
    margin-block: 30px 40px;
  }
  .testimonials-list__list-item__right__video__filter {
    background: linear-gradient(0deg, #05213D 0%, #0A209E 50%, #0F1FFF 100%);
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    mix-blend-mode: plus-lighter;
    z-index: 2;
  }
  .testimonials-list__list-item__right__video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: luminosity;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.35);
  }
  .testimonials-list__list-item__right__video video.iOSsupport {
    mix-blend-mode: normal;
    filter: grayscale(100%);
  }
  .testimonials-list__list-item__right__testimonials {
    width: calc(100vw - 110px);
  }
  .testimonials-list__list-item__right__testimonials-container {
    padding-inline: 40px;
  }
  .testimonials-list__list-item__right__testimonials__prev {
    left: 20px;
  }
  .testimonials-list__list-item__right__testimonials__next {
    right: 20px;
  }
  .testimonials-list__list-item__type {
    padding-inline: 80px;
  }
  .testimonials-list__list-item__title {
    padding-inline: 80px;
  }
  .testimonials-list__list-item__body {
    padding-inline: 80px;
  }
  .testimonials-list__list-item__body > p {
    margin-bottom: 10px;
  }
  .testimonials-list__list-item__body > p:last-of-type {
    margin-bottom: 0;
  }
  .testimonials-list__list-item__button {
    margin-inline: 80px;
  }
}
@media screen and (max-width: 768px) {
  .testimonials-list__list-item__right {
    padding: 10px 0 40px;
  }
  .testimonials-list__list-item__right__testimonials__prev {
    font-size: 30px;
  }
  .testimonials-list__list-item__right__testimonials__next {
    font-size: 30px;
  }
  .testimonials-list__list-item__type {
    padding-inline: 30px;
  }
  .testimonials-list__list-item__title {
    padding-inline: 30px;
  }
  .testimonials-list__list-item__body {
    padding-inline: 30px;
  }
  .testimonials-list__list-item__button {
    margin-inline: 30px;
  }
}
@media screen and (max-width: 550px) {
  .testimonials-list__list-item__right__testimonials-item__quote {
    font-size: 19px;
    line-height: 19px;
  }
}

.guide-listing {
  padding: 0px 20px 120px;
  background: linear-gradient(0deg, #0F1FFF 0%, #0F1FFF 50%, #05213D 100%);
}
.guide-listing .container {
  background: linear-gradient(180deg, #05213D 0%, #0A209E 50%, #0F1FFF 100%);
  border: 2px solid #00FFFF;
  border-radius: 20px 40px 80px 60px;
  padding-block: 30px 50px;
  min-height: 500px;
}
.guide-listing__title {
  font-family: cubano-sharp;
  font-size: 34px;
  line-height: 30px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .guide-listing__title {
    font-size: 31px;
  }
}
.guide-listing__categories {
  display: flex;
  gap: 40px;
  justify-content: center;
}
.guide-listing__categories ul {
  display: flex;
  gap: 40px;
  padding-bottom: 10px;
}
.guide-listing__categories__category {
  font-family: cubano-sharp;
  font-size: 21px;
  line-height: 35px;
  font-weight: 400;
  color: #FFFFFF;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
@media screen and (max-width: 550px) {
  .guide-listing__categories__category {
    font-size: 12px;
    line-height: 20px;
  }
}
.guide-listing__categories__category.--active {
  color: #00FFFF;
}
.guide-listing__categories__category:is(:hover, :focus) {
  color: #00FFFF;
}
.guide-listing__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
  transform: scale(1);
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.guide-listing__list.--new-category {
  transform: scale(0);
}
.guide-listing__list-item {
  background: linear-gradient(180deg, #0F1FFF 0%, #05213D 100%);
  border: 2px solid #00FFFF;
  border-radius: 40px;
  padding: 50px 20px 70px;
  text-decoration: unset;
  min-height: 350px;
}
.guide-listing__list-item__category {
  font-family: cubano-sharp;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.6px;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  width: fit-content;
  border-radius: 20px 5px 20px 10px;
  padding: 5px 10px;
}
@media screen and (max-width: 550px) {
  .guide-listing__list-item__category {
    font-size: 12px;
  }
}
.guide-listing__list-item__title {
  font-family: cubano-sharp;
  font-size: 34px;
  line-height: 35px;
  font-weight: 400;
  color: #FFFFFF;
  margin-block: 15px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
@media screen and (max-width: 550px) {
  .guide-listing__list-item__title {
    font-size: 31px;
    line-height: 31px;
  }
}
.guide-listing__list-item__body {
  font-family: Roboto;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.45px;
  font-weight: 500;
  color: #FFFFFF;
}
@media screen and (max-width: 550px) {
  .guide-listing__list-item__body {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.1px;
  }
}
.guide-listing__list-item:is(:hover, :focus) .guide-listing__list-item__title {
  color: #00FFFF;
}
.guide-listing__list__see-more {
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.5s ease-in-out all;
  transition-delay: 0s;
  font-family: cubano-sharp;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #FFFFFF;
  border-radius: 5px 10px 30px 15px;
  padding: 16px 20px;
  color: #FFFFFF;
  background: transparent;
  background-size: 100% 200%;
  background-position: top;
  min-width: 150px;
  margin-inline: auto;
  margin-top: 40px;
}
.guide-listing__list__see-more:is(:hover, :focus) {
  background-position: bottom;
}
@media screen and (max-width: 550px) {
  .guide-listing__list__see-more {
    padding: 13px 16px;
    height: auto;
    font-size: 12px;
    line-height: 12px;
    min-width: 120px;
  }
}
.guide-listing__list__see-more:is(:hover, :focus) {
  background-color: #00FFFF;
  color: #05213D;
}
.guide-listing__list__see-more.--hidden {
  display: none;
}
@media screen and (max-width: 1024px) {
  .guide-listing {
    padding: 0 15px 140px;
  }
  .guide-listing .container {
    padding-inline: 30px;
    padding-bottom: 30px;
  }
  .guide-listing__categories__category {
    font-size: 17px;
    line-height: 25px;
    min-width: max-content;
  }
  .guide-listing__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .guide-listing__list-item__title {
    font-size: 31px;
    line-height: 30px;
  }
  .guide-listing__list__see-more {
    margin-top: 30px;
  }
}
@media screen and (max-width: 550px) {
  .guide-listing .container {
    padding-inline: 0;
    padding-top: 20px;
  }
  .guide-listing__title {
    padding-block: 10px;
  }
  .guide-listing__categories {
    overflow-x: auto;
    justify-content: flex-start;
  }
  .guide-listing__categories ul {
    padding-inline: 20px;
    margin-inline: auto;
    width: max-content;
    min-width: max-content;
  }
  .guide-listing__list {
    padding-inline: 20px;
    grid-template-columns: 1fr;
    margin-top: 10px;
  }
  .guide-listing__list-item {
    border-radius: 30px;
    padding-block: 20px 40px;
    min-height: 284px;
  }
}

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