/**
 * Bootstrap
 */
/**
 * Mixins
 */
@use "sass:math";
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor; }

.icon-add-circle {
  width: 1em; }

.icon-arrow-btn {
  width: 0.97297em; }

.icon-arrow-experts {
  width: 1em; }

.icon-arrow-long {
  width: 4.125em; }

.icon-arrow-long-2 {
  width: 4.125em; }

.icon-arrow-up {
  width: 1em; }

.icon-arrow_forward_ios {
  width: 0.94737em; }

.icon-arrow_right_alt {
  width: 1em; }

.icon-benefits-icon-1 {
  width: 1.02083em; }

.icon-benefits-icon-2 {
  width: 1.02083em; }

.icon-benefits-icon-3 {
  width: 1.02083em; }

.icon-benefits-icon-4 {
  width: 1.02083em; }

.icon-benefits-icon-5 {
  width: 1.02083em; }

.icon-benefits-icon-6 {
  width: 1em; }

.icon-benefits-icon-7 {
  width: 1em; }

.icon-benefits-icon-8 {
  width: 1em; }

.icon-benefits-icon-9 {
  width: 1em; }

.icon-close {
  width: 1em; }

.icon-decor-1 {
  width: 0.35129em; }

.icon-decor-2 {
  width: 0.99766em; }

.icon-devices-icon-1 {
  width: 1em; }

.icon-devices-icon-2 {
  width: 1em; }

.icon-devices-icon-3 {
  width: 1em; }

.icon-devices-icon-4 {
  width: 1em; }

.icon-footer-adress {
  width: 0.95em; }

.icon-footer-f {
  width: 0.96em; }

.icon-footer-l {
  width: 0.96em; }

.icon-footer-mail {
  width: 0.95em; }

.icon-footer-mail-g {
  width: 0.95em; }

.icon-footer-phone {
  width: 0.95em; }

.icon-footer-w {
  width: 0.96em; }

.icon-format-icon-1 {
  width: 1em; }

.icon-format-icon-2 {
  width: 1.01235em; }

.icon-format-icon-3 {
  width: 1em; }

.icon-format-icon-4 {
  width: 1.01235em; }

.icon-icon-li {
  width: 1em; }

.icon-logo {
  width: 4.625em; }

.icon-phone {
  width: 1em; }

.icon-phone_in_talk {
  width: 1em; }

.icon-promo-decor {
  width: 1em; }

.icon-promo-decor-1 {
  width: 1.43716em; }

.icon-schedule {
  width: 1em; }

.icon-separator {
  width: 1em; }

.icon-separator-mob {
  width: 1em; }

.icon-slider-r {
  width: 1em; }

.icon-stars {
  width: 5.12em; }

.icon-technologies-icon-1 {
  width: 1em; }

.icon-technologies-icon-2 {
  width: 1em; }

.icon-technologies-icon-3 {
  width: 1em; }

.icon-technologies-icon-4 {
  width: 1em; }

.icon-technologies-icon-5 {
  width: 1em; }

.icon-technologies-icon-6 {
  width: 1em; }

.icon-values-1 {
  width: 1em; }

.icon-values-10 {
  width: 1em; }

.icon-values-11 {
  width: 1em; }

.icon-values-12 {
  width: 1em; }

.icon-values-13 {
  width: 1em; }

.icon-values-14 {
  width: 1em; }

.icon-values-15 {
  width: 1em; }

.icon-values-16 {
  width: 1em; }

.icon-values-17 {
  width: 1em; }

.icon-values-18 {
  width: 1em; }

.icon-values-19 {
  width: 1em; }

.icon-values-2 {
  width: 1em; }

.icon-values-3 {
  width: 1em; }

.icon-values-4 {
  width: 1em; }

.icon-values-5 {
  width: 1em; }

.icon-values-6 {
  width: 1em; }

.icon-values-7 {
  width: 1em; }

.icon-values-8 {
  width: 1em; }

.icon-values-9 {
  width: 1em; }

.icon-ws {
  width: 1.05556em; }

@use "sass:math";
/**
 * Base
 */
/* Include fonts
 @mixin ======================================================================== */
@font-face {
  font-display: swap;
  font-family: "Inter";
  src: local("Inter"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: "normal"; }

@font-face {
  font-display: swap;
  font-family: "Inter";
  src: local("Inter"), url("../fonts/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: "normal"; }

@font-face {
  font-display: swap;
  font-family: "Inter";
  src: local("Inter"), url("../fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: "normal"; }

@font-face {
  font-display: swap;
  font-family: "Inter";
  src: local("Inter"), url("../fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: "normal"; }

@font-face {
  font-display: swap;
  font-family: "Outfit";
  src: local("Outfit"), url("../fonts/Outfit-Medium.ttf") format("ttf");
  font-weight: 500;
  font-style: "normal"; }

@font-face {
  font-display: swap;
  font-family: "Outfit";
  src: local("Outfit"), url("../fonts/Outfit-SemiBold.ttf") format("ttf");
  font-weight: 600;
  font-style: "normal"; }

body {
  background: #0B0E17;
  font-family: "Inter";
  margin: 0;
  font-weight: 500; }

.page {
  overflow-x: hidden; }
  @media (min-width: 1921px) {
    .page {
      max-width: none !important; } }
  .page__content {
    position: relative;
    overflow: hidden;
    padding-top: 11.4375rem; }
    @media (max-width: 959px) {
      .page__content {
        padding-top: 9.0625rem; } }
    .page__content > .container-main {
      display: flex;
      flex-direction: column;
      gap: 1.5rem; }

.container-main {
  max-width: 60rem;
  margin: 0 auto; }
  @media (max-width: 959px) {
    .container-main {
      padding: 0 1.25rem; } }

.section-title {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 2.6875rem;
  text-align: left;
  font-family: 'Outfit', sans-serif;
  color: #EEF0FF; }
  @media (max-width: 959px) {
    .section-title {
      font-size: 1.875rem;
      line-height: 120%; } }

.text {
  color: #71768B;
  font-size: 1rem;
  line-height: 1.5625rem;
  font-weight: 500; }

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 6.25rem;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
  transition-property: all;
  transition-duration: .6s;
  width: 100%;
  height: 3.25rem;
  background: #0085FF;
  font-family: 'Outfit', sans-serif;
  white-space: nowrap; }
  .button:hover {
    opacity: 0.8;
    color: #FFFFFF; }

.link {
  display: flex;
  align-items: center;
  color: #0085FF;
  gap: 0.5rem;
  font-family: 'Outfit', sans-serif;
  font-size: 1.125rem;
  font-weight: 600; }

section {
  background: #141928;
  border-radius: 1.5rem; }

table {
  border-collapse: collapse; }

h1, h2, h3, h4, h5, h6, p {
  padding: 0;
  margin: 0;
  line-height: 150%;
  color: #C5C5C5; }

a {
  text-decoration: none; }

button {
  border: none;
  transition-property: all;
  transition-duration: .6s;
  padding: 0;
  background: none; }
  button:hover {
    opacity: 0.8; }

@keyframes opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.reviews {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem; }
  @media (max-width: 959px) {
    .reviews {
      flex-direction: column; } }
  .reviews__item {
    background: #141928;
    border-radius: 1.5rem;
    width: 100%;
    padding: 2rem; }
    @media (max-width: 959px) {
      .reviews__item {
        max-width: fit-content; } }
    .reviews__item-header {
      display: flex;
      align-items: center;
      gap: 1rem;
      margin-bottom: 1.5rem; }
      .reviews__item-header img {
        border-radius: 100%;
        object-fit: cover; }
    .reviews__item-name h3 {
      margin-bottom: 0.5rem;
      font-size: 1.5rem;
      line-height: 1.8125rem;
      font-weight: 600;
      font-family: 'Outfit', sans-serif;
      color: #EEF0FF; }
    .reviews__item p {
      font-size: 1rem;
      line-height: 1.5625rem;
      font-weight: 500;
      color: #71768B; }

.team {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem; }
  @media (max-width: 959px) {
    .team {
      flex-direction: column; } }
  .team__item {
    background: #141928;
    border-radius: 1.5rem;
    width: 100%; }
    .team__item h3 {
      padding: 2rem;
      color: #EEF0FF;
      font-size: 1.5rem;
      line-height: 1.8125rem;
      font-weight: 600;
      font-family: 'Outfit', sans-serif;
      border-bottom: 0.25rem solid #0085FF; }
      @media (max-width: 959px) {
        .team__item h3 {
          padding: 1.25rem 1rem; } }
    .team__item-text {
      display: flex;
      align-items: center;
      padding-left: 2rem;
      color: #FFFFFF;
      font-size: 1.25rem;
      font-weight: 600;
      line-height: 1.5rem;
      font-family: 'Outfit', sans-serif;
      height: 4.5rem; }
      @media (max-width: 959px) {
        .team__item-text {
          height: 3.75rem;
          font-size: 1rem;
          padding: 0 1rem; } }
      .team__item-text .dots {
        border-radius: 100%;
        background: #D9D9D9;
        width: 0.375rem;
        height: 0.375rem;
        margin-left: 1rem; }
      .team__item-text img {
        margin-left: 1rem;
        margin-right: 0.75rem; }

table {
  width: 100%; }

.text-block .dop-block {
  padding: 2rem;
  border-radius: 1.5rem; }
  .text-block .dop-block h2 {
    margin-bottom: 2rem; }
  .text-block .dop-block p {
    margin-bottom: 2rem; }
  .text-block .dop-block h4 {
    margin-bottom: 2rem;
    color: #F5F6F7;
    font-size: 1.25rem;
    font-weight: 600; }
  .text-block .dop-block .wp-block-table table tr:first-child td:last-child, .text-block .dop-block .wp-block-table table tr td:last-child {
    text-align: left; }
  .text-block .dop-block .wp-block-table table tr td {
    border-bottom: none;
    color: #FFFFFF;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5rem;
    width: 50%; }
    .text-block .dop-block .wp-block-table table tr td span {
      width: 0.375rem;
      height: 0.375rem;
      border-radius: 100%;
      margin-right: 1rem;
      display: inline-block;
      margin-bottom: 0.25rem; }
  .text-block .dop-block .wp-block-table table tr td:last-child span {
    background: #FF4B4B; }
  .text-block .dop-block .wp-block-table table tr td:first-child span {
    background: #AFFF70; }
  .text-block .dop-block .wp-block-table table tr:first-child {
    border-bottom: 0.25rem solid #141928; }
  .text-block .dop-block .wp-block-table table tr:first-child td {
    font-size: 1.5rem;
    font-weight: 600; }

.text-block .betting {
  padding: 2rem;
  border-radius: 1.5rem; }
  @media (max-width: 959px) {
    .text-block .betting {
      padding: 0.75rem; } }
  .text-block .betting h2 {
    margin-bottom: 1.5rem; }
  .text-block .betting__block {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 2rem; }
  .text-block .betting__item {
    display: flex;
    align-items: center;
    background: #0E111C;
    border-radius: 1.5rem;
    padding-right: 1.625rem;
    height: 10.5rem; }
    @media (max-width: 959px) {
      .text-block .betting__item {
        flex-direction: column;
        align-items: flex-start;
        height: auto;
        padding: 0;
        gap: 0.75rem; } }
    .text-block .betting__item-btns {
      display: flex;
      flex-direction: column;
      gap: 0.75rem;
      margin-left: auto; }
      @media (max-width: 959px) {
        .text-block .betting__item-btns {
          width: 100%;
          flex-wrap: wrap;
          padding: 0 1.25rem;
          padding-bottom: 0.75rem; } }
      .text-block .betting__item-btns .betting__item-raiting {
        display: flex;
        align-items: center;
        gap: 0.375rem; }
        @media (max-width: 959px) {
          .text-block .betting__item-btns .betting__item-raiting {
            max-width: calc( 100% - 2.5rem);
            justify-content: center; } }
        .text-block .betting__item-btns .betting__item-raiting span {
          font-size: 1rem;
          font-weight: 500;
          color: #F5F6F7; }
      .text-block .betting__item-btns .button {
        max-width: 10.625rem;
        border-radius: 0.75rem;
        height: 3rem;
        font-size: 1rem;
        font-weight: 600; }
        @media (max-width: 959px) {
          .text-block .betting__item-btns .button {
            width: 100%;
            max-width: calc( 100% - 2.5rem); } }
        .text-block .betting__item-btns .button.yel {
          background: #FFC278;
          box-shadow: 0 0 0.9375rem 0 #FFC27859;
          color: #090B12; }
        .text-block .betting__item-btns .button.gr {
          background: #262F4C;
          color: #FCFDFE; }
    .text-block .betting__item-text {
      max-width: 15.3125rem;
      width: 100%;
      margin-left: 3.25rem; }
      @media (max-width: 959px) {
        .text-block .betting__item-text {
          padding: 0 1.25rem;
          margin: 0;
          margin-top: 2.125rem;
          margin-bottom: 2rem; } }
      .text-block .betting__item-text h4 {
        font-size: 1.5rem !important;
        font-weight: 600 !important;
        color: #A5AAC0 !important;
        margin-bottom: 1rem;
        margin-top: 0 !important; }
      .text-block .betting__item-text p {
        color: #F5F6F7 !important;
        font-size: 1.25rem !important;
        font-weight: 600 !important;
        font-family: 'Outfit', sans-serif; }
    .text-block .betting__item-logo {
      background: #20273F;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 1.5rem 0 0 1.5rem;
      max-width: 10.25rem;
      width: 100%;
      height: 100%; }
      @media (max-width: 959px) {
        .text-block .betting__item-logo {
          border-radius: 1.5rem 1.5rem 0 0;
          max-width: 100%;
          height: 10rem; } }
      .text-block .betting__item-logo img {
        object-fit: cover; }

.text-block .overview {
  background: #141928;
  padding: 2rem;
  border-radius: 1.5rem; }
  .text-block .overview h2 {
    margin-bottom: 1.5rem;
    color: #EEF0FF; }
  .text-block .overview__block {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem; }
    @media (max-width: 767px) {
      .text-block .overview__block {
        overflow-x: scroll;
        flex-wrap: nowrap;
        padding-bottom: 0.75rem; } }
    .text-block .overview__block .button {
      background: #0E111C;
      color: #8B90A6;
      font-size: 1rem;
      padding: 0 1.25rem;
      max-width: fit-content; }

/**
 * Lists
 */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0; }

.icon {
  display: inline-block; }

.bulb {
  background-image: url(../images/sprite.png);
  background-position: 0 -2.5625rem;
  width: 1.5rem;
  height: 2.25rem; }

.calendar {
  background-image: url(../images/sprite.png);
  background-position: 0 0;
  width: 2.25rem;
  height: 2.25rem; }

.config {
  background-image: url(../images/sprite.png);
  background-position: -2.5625rem 0;
  width: 2.25rem;
  height: 2.25rem; }

/**
 * Swiper 8.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 15, 2022
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: $$themeColor; }

.swiper {
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 1; }
  .swiper-vertical > .swiper-wrapper {
    flex-direction: column; }
  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform; }

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0); }

.swiper-pointer-events {
  touch-action: pan-y; }
  .swiper-pointer-events.swiper-vertical {
    touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  position: relative;
  transition-property: transform;
  box-sizing: border-box; }
  .swiper-slide-invisible-blank {
    visibility: hidden; }

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden; }

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 75rem; }

.swiper-wrapper,
.swiper-slide,
.swiper-slide-shadow,
.swiper-slide-shadow-left,
.swiper-slide-shadow-right,
.swiper-slide-shadow-top,
.swiper-slide-shadow-bottom,
.swiper-cube-shadow {
  transform-style: preserve-3d; }

.swiper-slide-shadow,
.swiper-slide-shadow-left,
.swiper-slide-shadow-right,
.swiper-slide-shadow-top,
.swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: non; }
  .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-css-mode .swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-css-mode .swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center; }

.swiper-button {
  width: 2.25rem;
  height: 2.25rem; }

.swiper-button {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  outline: none;
  border-radius: 50%;
  width: 3.75rem;
  height: 3.75rem;
  flex-shrink: 0;
  background: #FFFFFF;
  border: 0.0625rem solid rgba(113, 113, 113, 0.2);
  box-shadow: 0 0 1.25rem #DBDBDB;
  z-index: 10; }
  @media (max-width: 959px) {
    .swiper-button {
      width: 2.25rem;
      height: 2.25rem; } }
  .swiper-button svg {
    width: 1.75rem;
    height: 1.75rem; }
    @media (max-width: 959px) {
      .swiper-button svg {
        width: 1.25rem !important;
        height: 1.25rem !important;
        margin: 0 auto; } }
  .swiper-button-next {
    right: -1.875rem; }
    .swiper-button-next {
      right: 0.625rem; }
  .swiper-button-prev {
    left: -1.875rem; }
    .swiper-button-prev {
      left: 0.625rem; }
    .swiper-button-prev svg {
      transform: rotate(180deg); }

.swiper-button.swiper-button-disabled {
  display: none; }

/**
 * Components
 */
.page {
  display: flex;
  flex-direction: column;
  text-align: left;
  min-width: 20rem;
  max-width: 120rem;
  transition: margin .2s ease;
  position: relative; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .page {
      display: block; } }
  .page__content {
    flex: 1; }

.hamburger {
  align-items: center;
  display: flex;
  flex-direction: column;
  outline: none;
  transition: transform .2s ease;
  justify-content: space-between;
  text-decoration: none;
  height: 0.75rem;
  width: 1.125rem;
  position: relative;
  z-index: 10;
  margin-left: 1.375rem;
  margin-right: 1.875rem; }
  @media (max-width: 959px) {
    .hamburger {
      margin-right: 0; } }
  .hamburger::before, .hamburger::after {
    background: #A5AAC0;
    border-radius: 0.1875rem;
    content: "";
    display: block;
    transition: transform .2s ease;
    height: 0.125rem;
    width: 100%; }
  .hamburger.is-active {
    transition: transform .3s ease; }
    .hamburger.is-active::before, .hamburger.is-active::after {
      width: 100%; }
    .hamburger.is-active::before, .hamburger.is-active::after {
      top: 50%;
      position: absolute; }
    .hamburger.is-active::after {
      transform: rotate(-45deg); }
    .hamburger.is-active::before {
      transform: rotate(45deg); }

.module {
  margin-bottom: 1.875rem; }
  .module__title {
    font-size: 1.125rem;
    margin-bottom: 1.875rem; }

.footer {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
  flex-direction: column;
  background: #141928;
  position: relative;
  z-index: 2; }
  .footer > .container-main {
    height: 7.375rem; }
    @media (max-width: 959px) {
      .footer > .container-main {
        height: auto; } }
  .footer .container-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; }
    @media (max-width: 959px) {
      .footer .container-main {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        align-items: baseline;
        flex-direction: column-reverse;
        gap: 1.25rem; } }
    .footer .container-main .nav ul {
      display: flex;
      gap: 2.5rem;
      row-gap: 1rem;
      justify-content: flex-end;
      flex-wrap: wrap;
      max-width: 33.75rem; }
      @media (max-width: 959px) {
        .footer .container-main .nav ul {
          max-width: 100%;
          justify-content: flex-start; } }
      @media (max-width: 959px) {
        .footer .container-main .nav ul li {
          width: calc( (100% / 2) - 2rem); } }
      .footer .container-main .nav ul a {
        font-size: 1rem;
        font-weight: 400;
        color: #71768B; }
  .footer__bottom {
    background: #0B0E17;
    width: 100%; }
    @media (max-width: 959px) {
      .footer__bottom .container-main {
        padding-top: 0;
        padding-bottom: 0; } }
    .footer__bottom ul {
      display: flex;
      align-items: center;
      height: 2.6875rem;
      justify-content: space-between;
      width: 100%; }
      @media (max-width: 959px) {
        .footer__bottom ul {
          overflow-x: scroll;
          gap: 1.25rem; } }
      @media (max-width: 959px) {
        .footer__bottom ul li:last-child {
          min-width: 6.25rem; } }
      .footer__bottom ul a {
        color: #FFFFFF59;
        font-size: 1rem;
        font-weight: 400;
        white-space: nowrap; }

.header {
  width: 100%;
  z-index: 11;
  transition: all 0.6s;
  position: absolute;
  top: 0;
  left: 0; }
  .header__dop ul {
    display: flex;
    align-items: center;
    height: 2.6875rem;
    justify-content: space-between; }
    @media (max-width: 959px) {
      .header__dop ul {
        overflow-x: scroll;
        gap: 1.25rem; } }
    .header__dop ul a {
      color: #FFFFFF59;
      font-size: 1rem;
      font-weight: 400;
      white-space: nowrap; }
  .header__main {
    background: #141928; }
    .header__main .container-main {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 7.25rem; }
      @media (max-width: 959px) {
        .header__main .container-main {
          height: 5rem; } }
  .header__nav.is-active {
    left: 0;
    transition: transform .3s ease; }
  @media (max-width: 959px) {
    .header__nav {
      margin-left: 0;
      min-width: 100vw;
      width: 100%;
      left: calc( -100vw - 0.625rem);
      height: calc( 100vh - 6.5rem);
      position: absolute;
      background: #00000052;
      backdrop-filter: blur(0.625rem);
      top: 7.6875rem;
      padding-top: 3rem;
      padding-bottom: 1rem;
      z-index: 2;
      transition: transform .3s ease;
      justify-content: flex-start; } }
  .header__nav ul {
    display: flex;
    align-items: center;
    gap: 2.5rem; }
    @media (max-width: 959px) {
      .header__nav ul {
        flex-direction: column;
        gap: 1.875rem; } }
    .header__nav ul a {
      color: white;
      font-size: 1rem;
      font-weight: 400; }
  .header__hamburger {
    display: none; }
    @media (max-width: 959px) {
      .header__hamburger {
        display: block; } }

.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  position: fixed;
  transition: all .2s ease;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100; }
  .overlay.is-active {
    visibility: visible;
    opacity: 1;
    transition: all .2s ease; }

body.is-animate .overlay {
  visibility: visible;
  opacity: 1;
  transition: all .2s ease; }

.text-block {
  display: flex;
  flex-direction: column;
  gap: 1.875rem; }
  .text-block h1 {
    font-size: 4rem;
    font-weight: 600;
    line-height: 120%;
    font-family: 'Outfit', sans-serif;
    color: #EEF0FF; }
    @media (max-width: 959px) {
      .text-block h1 {
        font-size: 2.5rem; } }
  .text-block .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
    gap: 2rem; }
    @media (max-width: 959px) {
      .text-block .wp-block-group__inner-container {
        gap: 1rem; } }
  .text-block > .wp-block-group {
    padding: 2rem;
    border-radius: 1.5rem; }
    @media (max-width: 959px) {
      .text-block > .wp-block-group {
        padding: 0.875rem; } }
  .text-block .wp-block-group {
    background: #141928; }
    .text-block .wp-block-group h2 {
      font-size: 2.25rem;
      font-weight: 600;
      line-height: 120%;
      font-family: 'Outfit', sans-serif;
      color: #EEF0FF; }
      @media (max-width: 959px) {
        .text-block .wp-block-group h2 {
          font-size: 1.875rem; } }
    .text-block .wp-block-group h3 {
      font-size: 1.875rem;
      font-weight: 600;
      line-height: 120%;
      font-family: 'Outfit', sans-serif;
      color: #EEF0FF; }
      @media (max-width: 959px) {
        .text-block .wp-block-group h3 {
          font-size: 1.5rem; } }
    .text-block .wp-block-group h4 {
      font-size: 1.5rem;
      font-weight: 600;
      line-height: 120%;
      font-family: 'Outfit', sans-serif;
      color: #EEF0FF;
      margin-top: -0.5rem; }
      @media (max-width: 959px) {
        .text-block .wp-block-group h4 {
          font-size: 1.25rem; } }
    .text-block .wp-block-group ul, .text-block .wp-block-group ol {
      margin-top: -1rem;
      padding-left: 1rem;
      list-style: disc;
      display: flex;
      flex-direction: column;
      gap: 1rem; }
      @media (max-width: 959px) {
        .text-block .wp-block-group ul, .text-block .wp-block-group ol {
          margin-top: 0; } }
      .text-block .wp-block-group ul li, .text-block .wp-block-group ol li {
        font-size: 1rem;
        font-weight: 500;
        line-height: 160%;
        color: #71768B; }
        .text-block .wp-block-group ul li::marker, .text-block .wp-block-group ol li::marker {
          color: #718BE3; }
    .text-block .wp-block-group ol {
      list-style: decimal; }
    .text-block .wp-block-group p {
      font-size: 1rem;
      font-weight: 500;
      line-height: 160%;
      color: #71768B; }
    .text-block .wp-block-group a {
      color: blue; }
    .text-block .wp-block-group .wp-block-table {
      width: 100%;
      background: #0E111C;
      border-radius: 1.5rem;
      margin: 0; }
      @media (max-width: 959px) {
        .text-block .wp-block-group .wp-block-table {
          overflow-x: scroll; } }
      @media (max-width: 959px) {
        .text-block .wp-block-group .wp-block-table table {
          min-width: 43.75rem; } }
      .text-block .wp-block-group .wp-block-table tr {
        height: 3.875rem; }
        .text-block .wp-block-group .wp-block-table tr td {
          color: #A5AAC0;
          font-size: 0.875rem;
          font-weight: 500;
          line-height: 1.375rem;
          border: 0;
          border-bottom: 0.125rem solid #141928;
          text-align: center;
          width: 10%; }
          .text-block .wp-block-group .wp-block-table tr td:first-child {
            padding-left: 2rem;
            padding-right: 2rem;
            text-align: left;
            white-space: nowrap; }
          .text-block .wp-block-group .wp-block-table tr td:last-child {
            padding-right: 2rem;
            text-align: right; }
          .text-block .wp-block-group .wp-block-table tr td img {
            margin-right: 0.625rem;
            vertical-align: middle; }
            .text-block .wp-block-group .wp-block-table tr td img:nth-child(2), .text-block .wp-block-group .wp-block-table tr td img:nth-child(3) {
              margin-top: 1rem; }
        .text-block .wp-block-group .wp-block-table tr:first-child {
          height: 5.375rem; }
          .text-block .wp-block-group .wp-block-table tr:first-child td {
            color: #FFFFFF;
            font-size: 1.125rem;
            line-height: 1.3125rem;
            font-weight: 600;
            font-family: 'Outfit', sans-serif; }
            .text-block .wp-block-group .wp-block-table tr:first-child td:first-child {
              padding-left: 2rem; }
            .text-block .wp-block-group .wp-block-table tr:first-child td:last-child {
              padding-right: 2rem;
              text-align: right; }
        .text-block .wp-block-group .wp-block-table tr:last-child td {
          border-bottom: 0; }
    .text-block .wp-block-group .table-two tr td:first-child {
      width: 1%; }
    .text-block .wp-block-group .table-two tr td:last-child {
      text-align: left; }

.promo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.5rem;
  padding: 3.75rem 2rem; }
  @media (max-width: 959px) {
    .promo {
      padding: 2rem;
      flex-direction: column;
      gap: 1.25rem; } }
  .promo img {
    border-radius: 1rem; }
    @media (max-width: 959px) {
      .promo img {
        width: 100%;
        height: auto; } }
  .promo h1 {
    font-size: 3rem;
    line-height: 3.625rem;
    font-weight: 600;
    font-family: 'Outfit', sans-serif;
    color: #EEF0FF;
    margin-bottom: 1.5rem; }
    @media (max-width: 959px) {
      .promo h1 {
        font-size: 2.5rem;
        margin-bottom: 1.25rem;
        line-height: 3.125rem; } }
  .promo p {
    margin-bottom: 1.5rem; }
    @media (max-width: 959px) {
      .promo p {
        margin-bottom: 1.25rem; } }
  .promo .button {
    max-width: 16rem; }

.block-table {
  padding: 2rem; }
  .block-table__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem; }
    @media (max-width: 959px) {
      .block-table__header {
        flex-direction: column;
        align-items: baseline;
        gap: 0.5rem; } }
  .block-table__block > p {
    color: #71768B;
    font-size: 1rem;
    line-height: 1.5625rem;
    font-weight: 500;
    margin-bottom: 1.5rem; }
  .block-table__block .table-v1, .block-table__block .table-v2, .block-table__block .table-v3, .block-table__block .table-v4 {
    width: 100%;
    background: #0E111C;
    border-radius: 1.5rem; }
    @media (max-width: 959px) {
      .block-table__block .table-v1, .block-table__block .table-v2, .block-table__block .table-v3, .block-table__block .table-v4 {
        overflow-x: scroll; } }
    @media (max-width: 959px) {
      .block-table__block .table-v1 table, .block-table__block .table-v2 table, .block-table__block .table-v3 table, .block-table__block .table-v4 table {
        min-width: 43.75rem; } }
    .block-table__block .table-v1 tr, .block-table__block .table-v2 tr, .block-table__block .table-v3 tr, .block-table__block .table-v4 tr {
      height: 4.125rem; }
      .block-table__block .table-v1 tr td, .block-table__block .table-v2 tr td, .block-table__block .table-v3 tr td, .block-table__block .table-v4 tr td {
        color: #A5AAC0;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.5625rem;
        border-bottom: 0.125rem solid #141928; }
        .block-table__block .table-v1 tr td:nth-child(3), .block-table__block .table-v1 tr td:nth-child(4), .block-table__block .table-v2 tr td:nth-child(3), .block-table__block .table-v2 tr td:nth-child(4), .block-table__block .table-v3 tr td:nth-child(3), .block-table__block .table-v3 tr td:nth-child(4), .block-table__block .table-v4 tr td:nth-child(3), .block-table__block .table-v4 tr td:nth-child(4) {
          text-align: center; }
        .block-table__block .table-v1 tr td:first-child, .block-table__block .table-v2 tr td:first-child, .block-table__block .table-v3 tr td:first-child, .block-table__block .table-v4 tr td:first-child {
          padding-left: 2rem; }
        .block-table__block .table-v1 tr td:last-child, .block-table__block .table-v2 tr td:last-child, .block-table__block .table-v3 tr td:last-child, .block-table__block .table-v4 tr td:last-child {
          padding-right: 2rem;
          text-align: right; }
        .block-table__block .table-v1 tr td a, .block-table__block .table-v2 tr td a, .block-table__block .table-v3 tr td a, .block-table__block .table-v4 tr td a {
          color: #0085FF; }
      .block-table__block .table-v1 tr:first-child, .block-table__block .table-v2 tr:first-child, .block-table__block .table-v3 tr:first-child, .block-table__block .table-v4 tr:first-child {
        height: 5.5rem; }
        .block-table__block .table-v1 tr:first-child td, .block-table__block .table-v2 tr:first-child td, .block-table__block .table-v3 tr:first-child td, .block-table__block .table-v4 tr:first-child td {
          color: #FFFFFF;
          font-size: 1.25rem;
          line-height: 1.5rem;
          font-weight: 600;
          font-family: 'Outfit', sans-serif; }
          .block-table__block .table-v1 tr:first-child td:nth-child(3), .block-table__block .table-v1 tr:first-child td:nth-child(4), .block-table__block .table-v2 tr:first-child td:nth-child(3), .block-table__block .table-v2 tr:first-child td:nth-child(4), .block-table__block .table-v3 tr:first-child td:nth-child(3), .block-table__block .table-v3 tr:first-child td:nth-child(4), .block-table__block .table-v4 tr:first-child td:nth-child(3), .block-table__block .table-v4 tr:first-child td:nth-child(4) {
            text-align: center; }
          .block-table__block .table-v1 tr:first-child td:first-child, .block-table__block .table-v2 tr:first-child td:first-child, .block-table__block .table-v3 tr:first-child td:first-child, .block-table__block .table-v4 tr:first-child td:first-child {
            padding-left: 2rem; }
          .block-table__block .table-v1 tr:first-child td:last-child, .block-table__block .table-v2 tr:first-child td:last-child, .block-table__block .table-v3 tr:first-child td:last-child, .block-table__block .table-v4 tr:first-child td:last-child {
            padding-right: 2rem;
            text-align: right; }
      .block-table__block .table-v1 tr:last-child td, .block-table__block .table-v2 tr:last-child td, .block-table__block .table-v3 tr:last-child td, .block-table__block .table-v4 tr:last-child td {
        border-bottom: 0; }
  @media (max-width: 959px) {
    .block-table__block .table-v2 table {
      min-width: 34.375rem; } }
  .block-table__block .table-v2 tr td {
    max-width: 25%;
    width: 100%; }
    .block-table__block .table-v2 tr td:nth-child(2), .block-table__block .table-v2 tr td:nth-child(3) {
      text-align: center; }
  .block-table__block .table-v3 .row picture {
    float: inline-start;
    margin-top: 0.375rem;
    margin-right: 1rem; }
  .block-table__block .table-v3 .row img {
    border-radius: 100%;
    object-fit: cover;
    float: inline-start;
    margin-top: 0.375rem;
    margin-right: 1rem; }
  .block-table__block .table-v3 td:first-child {
    max-width: 20%;
    width: 100%; }
  .block-table__block .table-v3 td:last-child {
    max-width: 35%;
    width: 100%; }
  .block-table__block .table-v3 td:nth-child(3) {
    text-align: center; }
  .block-table__block .table-v3 td .table-v3__text {
    margin-top: 0.8125rem; }
  @media (max-width: 959px) {
    .block-table__block .table-v4 table {
      min-width: 40.625rem; } }
  .block-table__block .table-v4 td:first-child {
    max-width: 45%;
    width: 100%; }
  @media (max-width: 959px) {
    .block-table__block .table-v4 td:nth-child(2) {
      max-width: 20%;
      width: 100%; } }
  @media (max-width: 959px) {
    .block-table__block .table-v4 td:last-child {
      max-width: 20%;
      width: 100%; } }

.block-all {
  padding: 2rem; }
  .block-all__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem; }
  .block-all__block > p {
    color: #71768B;
    font-size: 1rem;
    line-height: 1.5625rem;
    font-weight: 500;
    margin-bottom: 1.5rem; }
  .block-all__block img {
    margin-bottom: 1.5rem;
    border-radius: 1.5rem; }
    @media (max-width: 959px) {
      .block-all__block img {
        width: 100%;
        height: auto; } }

.faq {
  position: relative;
  z-index: 2; }
  .faq h2 {
    margin-bottom: 2rem; }
    @media (max-width: 959px) {
      .faq h2 {
        margin-bottom: 1.5rem; } }
  .faq > p {
    margin-bottom: 2.25rem;
    max-width: 48rem;
    width: 100%;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 160%;
    color: #A5AAC0; }

.quiz__qna {
  gap: 1rem;
  display: flex;
  flex-direction: column; }
  @media (max-width: 959px) {
    .quiz__qna {
      gap: 0; } }

.quiz__qna-list-item {
  position: relative;
  cursor: pointer;
  background: #141928;
  border-radius: 0.75rem; }

.quiz__qna-list-item-question {
  height: 3.75rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: flex;
  align-items: center;
  color: #EEF0FF;
  font-family: 'Outfit', sans-serif; }
  @media (max-width: 959px) {
    .quiz__qna-list-item-question {
      max-width: 16.25rem;
      height: 5rem; } }

.quiz__qna-list-item-answer {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  color: #71768B; }
  .quiz__qna-list-item-answer-text .link {
    margin-top: 1.75rem; }
  .quiz__qna-list-item-answer-text ul {
    padding-left: 1.25rem;
    margin-top: 1rem;
    list-style: disc; }

.quiz__qna-list-item-close {
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  right: 0;
  top: 1.125rem;
  transform: rotate(-90deg); }
  @media (max-width: 959px) {
    .quiz__qna-list-item-close {
      top: 1.25rem; } }
  .quiz__qna-list-item-close svg {
    width: 1.875rem;
    height: 1.875rem; }

.quiz__qna-list-item.active .quiz__qna-list-item-answer {
  max-height: initial;
  opacity: 1; }

.quiz__qna-list-item.active .quiz__qna-list-item-close {
  transform: rotate(0deg); }

.single-promo {
  background: #141928;
  padding: 2rem;
  border-radius: 1.5rem; }
  @media (max-width: 959px) {
    .single-promo {
      padding: 0.75rem; } }
  .single-promo h1 {
    font-size: 4rem;
    font-weight: 600;
    line-height: 120%;
    font-family: 'Outfit', sans-serif;
    color: #EEF0FF; }
    @media (max-width: 959px) {
      .single-promo h1 {
        font-size: 2.5rem;
        margin-bottom: 0.375rem; } }
  .single-promo > p {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 2.375rem; }
    @media (max-width: 959px) {
      .single-promo > p {
        font-size: 1rem;
        margin-bottom: 1.25rem; } }
  .single-promo__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 120%;
    font-family: 'Outfit', sans-serif;
    color: #EEF0FF;
    margin-bottom: 2rem; }
    @media (max-width: 959px) {
      .single-promo__item {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.375rem;
        margin-bottom: 1.25rem; } }
    .single-promo__item-title {
      display: flex;
      align-items: center; }
    .single-promo__item:last-child {
      margin-bottom: 0; }
    .single-promo__item picture {
      height: 1.5rem; }
    .single-promo__item img {
      margin-right: 0.75rem; }
    .single-promo__item p {
      font-size: 1.125rem;
      font-weight: 500;
      line-height: 160%;
      font-family: 'Inter';
      color: #71768B; }
  .single-promo__block {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 959px) {
      .single-promo__block {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.25rem; } }
    .single-promo__block .single-promo__item {
      margin-bottom: 0; }
      @media (max-width: 959px) {
        .single-promo__block .single-promo__item {
          flex-direction: row; } }
      .single-promo__block .single-promo__item picture {
        height: 4rem; }
      .single-promo__block .single-promo__item::after {
        content: '';
        display: block;
        width: 0.5rem;
        height: 0.5rem;
        border-radius: 100%;
        background: #718BE3;
        margin-left: 1.625rem; }
        @media (max-width: 959px) {
          .single-promo__block .single-promo__item::after {
            display: none; } }
      .single-promo__block .single-promo__item:last-child::after {
        content: none; }
      .single-promo__block .single-promo__item p {
        font-size: 1rem;
        font-weight: 600;
        line-height: 120%;
        font-family: 'Outfit', sans-serif;
        margin-bottom: 0.125rem;
        color: #71768B; }
        .single-promo__block .single-promo__item p:last-child {
          font-size: 1.25rem;
          font-weight: 600;
          line-height: 120%;
          margin-bottom: 0; }
      .single-promo__block .single-promo__item h4 {
        font-size: 1.25rem;
        font-weight: 600;
        line-height: 120%;
        font-family: 'Outfit', sans-serif;
        color: #EEF0FF; }

.single-promo-v1 {
  background: #141928;
  padding: 2rem;
  border-radius: 1.5rem; }
  @media (max-width: 959px) {
    .single-promo-v1 {
      padding: 0.75rem; } }
  .single-promo-v1 > p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5625rem;
    color: #71768B; }
  .single-promo-v1 h1 {
    font-size: 3rem;
    font-weight: 600;
    line-height: 120%;
    font-family: 'Outfit', sans-serif;
    color: #EEF0FF;
    margin-bottom: 1.5rem; }
    @media (max-width: 959px) {
      .single-promo-v1 h1 {
        font-size: 2.5rem; } }
  .single-promo-v1 .img-block {
    margin-bottom: 1.5rem; }
    .single-promo-v1 .img-block img {
      border-radius: 1.5rem;
      object-fit: cover;
      width: 100%; }
  .single-promo-v1 .button {
    max-width: 16rem;
    margin-top: 1.5rem; }
  .single-promo-v1__row {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 959px) {
      .single-promo-v1__row {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem; } }
    .single-promo-v1__row-creator {
      display: flex;
      align-items: center;
      gap: 0.75rem; }
      .single-promo-v1__row-creator img {
        border-radius: 100%;
        min-width: 2.5rem;
        max-width: 2.5rem;
        height: 2.5rem;
        object-fit: cover; }
      .single-promo-v1__row-creator h4 {
        color: #EEF0FF;
        font-size: 1rem;
        line-height: 120%;
        font-family: 'Outfit', sans-serif;
        margin-top: 0.125rem; }
      .single-promo-v1__row-creator p {
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.5625rem;
        color: #71768B;
        font-family: 'Outfit', sans-serif; }
    .single-promo-v1__row-block {
      display: flex;
      align-items: center;
      gap: 0.75rem; }
      @media (max-width: 959px) {
        .single-promo-v1__row-block {
          flex-direction: column;
          align-items: flex-start; } }
    .single-promo-v1__row-item {
      display: flex;
      align-items: center;
      gap: 0.75rem;
      color: #EEF0FF;
      font-weight: 500;
      font-size: 1rem;
      line-height: 120%;
      font-family: 'Outfit', sans-serif; }
      .single-promo-v1__row-item svg {
        width: 1.875rem;
        height: 1.875rem; }

/**
 * Vendor styles
 */
.image-lazy {
  display: inline-block;
  transition: filter .3s ease; }
  .image-lazy:not(.is-loaded) {
    filter: blur(0.625rem); }

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