@charset "UTF-8";
/** THEME COLOURS */
:root {
  --white-color: #ffffff;
  --color-red: #BF090C;
  --color-green: #17CC23;
  --color-blue: #0075FA;
  --color-deep-blue: #060B27;
  --color-midnight-blue: #0E1330;
  --color-ink-blue: #111524;
  --color-navy-blue: #1C2555;
  --color-royal-blue: #0F1742;
  --color-midnight-deep: #0D1332;
  --color-slate-blue: #282D45;
  --color-graphite: #3E3E3E;
  --color-steel-gray: #565A67;
  --color-cool-gray: #8F9BB7;
  --color-cloud: #F6F6F7;
  --color-cloud-blue: #BEC8DF;
  --color-mist: #E8EBF0;
  --color-slate-gray: #ACB4C4;
  --color-ice-blue: #EDF2F7;
  --color-soft-blue: #7B84AF;
  --color-stone-gray: #686970;
  --color-charcoal: #171717;
  --gradient-green: linear-gradient(180deg, #18C53D 0%, #24730C 100%);
  --gradient-red: linear-gradient(180deg, #BF090C 0%, #791012 100%);
  --gradient-blue: linear-gradient(180deg, #0075FA 0%, #12387B 100%);
  --gradient-border-blue: linear-gradient(180deg, #1C2555 0%, #313F83 100%);
  --gradient-silver: linear-gradient(180deg, #B7BCC9 0%, #767A86 100%); }

/** MEDIA BREAKPOINTS */
html {
  font-size: 16px;
  background: var(--color-deep-blue);
  scroll-behavior: smooth; }

body {
  background: var(--color-deep-blue);
  color: var(--white-color);
  font-size: 0.875rem;
  font-family: "Inter", sans-serif; }
  body * {
    text-underline-offset: 3px;
    text-decoration-thickness: 1px; }

body.menu-opened {
  overflow: hidden; }
  body.menu-opened #page-header .header-top::after {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  body.menu-opened #page-header .header-menu-mobile {
    pointer-events: initial;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    visibility: visible; }

*::before,
*::after {
  pointer-events: none; }

picture {
  display: block; }

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

figure.media {
  display: block; }

svg.hidden {
  display: block;
  width: 0 !important;
  height: 0 !important; }

.icon,
svg.ic {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

input input:-webkit-autofill,
input textarea:-webkit-autofill,
input select:-webkit-autofill,
input input:-webkit-autofill:hover,
input textarea:-webkit-autofill:hover,
input select:-webkit-autofill:hover,
input input:-webkit-autofill:focus,
input textarea:-webkit-autofill:focus,
input select:-webkit-autofill:focus, textarea input:-webkit-autofill,
textarea textarea:-webkit-autofill,
textarea select:-webkit-autofill,
textarea input:-webkit-autofill:hover,
textarea textarea:-webkit-autofill:hover,
textarea select:-webkit-autofill:hover,
textarea input:-webkit-autofill:focus,
textarea textarea:-webkit-autofill:focus,
textarea select:-webkit-autofill:focus, select input:-webkit-autofill,
select textarea:-webkit-autofill,
select select:-webkit-autofill,
select input:-webkit-autofill:hover,
select textarea:-webkit-autofill:hover,
select select:-webkit-autofill:hover,
select input:-webkit-autofill:focus,
select textarea:-webkit-autofill:focus,
select select:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--white-color) !important;
  caret-color: var(--white-color) !important;
  -webkit-box-shadow: 0 0 0 1000px var(--color-deep-blue) inset !important;
  box-shadow: 0 0 0 1000px var(--color-deep-blue) inset !important;
  background-clip: padding-box !important;
  background-image: none !important;
  background-color: transparent !important;
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important; }

a,
[js-href] {
  color: var(--color-cool-gray);
  text-decoration: none;
  cursor: pointer; }
  a, a:hover, a:active, a:focus,
  [js-href],
  [js-href]:hover,
  [js-href]:active,
  [js-href]:focus {
    outline: none; }
  @media (any-hover: hover) {
    a:hover,
    [js-href]:hover {
      color: var(---color-cool-gray);
      text-decoration: underline; } }
  a:focus,
  [js-href]:focus {
    color: var(---color-cool-gray);
    text-decoration: underline; }

.clearfix {
  clear: both; }

.clear-after:after {
  content: "";
  display: block;
  clear: both; }

body {
  min-height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  body #page-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }

#page-header {
  position: relative;
  z-index: 35; }

#page-content {
  position: relative;
  z-index: 25; }
  #page-content:after {
    content: "";
    clear: both; }

#page-footer {
  position: relative;
  z-index: 30; }

section.section-block {
  position: relative;
  z-index: 3; }

.block-wrapper {
  margin-bottom: 75px; }
  @media (max-width: 767.98px) {
    .block-wrapper {
      margin-bottom: 50px; } }

.block-bg {
  position: relative;
  padding-top: 75px;
  padding-bottom: 75px; }
  @media (max-width: 767.98px) {
    .block-bg {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .block-bg .section-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1; }

a.phone {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 3px; }
  a.phone .quote {
    font-weight: 500; }

[js-copy-text] {
  position: relative;
  cursor: pointer; }

.fnx-tooltip {
  --br: 4px;
  --bg: white;
  display: none;
  position: absolute;
  z-index: 99;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: var(--br);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  padding: 4px 15px;
  margin-bottom: 10px;
  font-size: 12px;
  pointer-events: none; }
  .fnx-tooltip:before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background: var(--bg);
    border-radius: var(--br); }
  .fnx-tooltip:after {
    content: "";
    position: absolute;
    z-index: -2;
    bottom: -6px;
    left: 50%;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg) translateX(-50%);
        -ms-transform: rotate(45deg) translateX(-50%);
            transform: rotate(45deg) translateX(-50%);
    background: var(--bg);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }

.status-mark {
  position: relative;
  padding-left: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .status-mark:before {
    content: "";
    display: block;
    position: absolute;
    top: 11px;
    left: 0;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-radius: 100%;
    background: #000000; }
  .status-mark-green:before {
    background: #2ed513; }
  .status-mark-green-dark:before {
    background: #02351c; }
  .status-mark-yellow:before {
    background: #deab3b; }
  .status-mark-orange:before {
    background: #ff7a00; }
  .status-mark-gray:before {
    background: #d3d3d3; }
  .status-mark-red:before {
    background: #b80c09; }
  .status-mark-blue:before {
    background: #1b52c7; }

.icon-arrow {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 100px;
  color: var(--white-color);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .icon-arrow .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 10px;
    height: 10px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.carousel-nav {
  margin-top: 24px; }
  .carousel-nav:has(.swiper-pagination) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .carousel-nav .swiper-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px; }

.swiper-pagination {
  position: static !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  color: var(--color-cloud-blue) !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px; }
  @media (max-width: 575.98px) {
    .swiper-pagination {
      font-size: 12px; } }
  .swiper-pagination .swiper-pagination-current {
    color: var(--white-color); }

.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-size: 12px;
  position: static !important;
  margin: 0 !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 42px !important;
  height: 42px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 400px;
  border: 1px solid var(--color-navy-blue);
  background: var(--color-midnight-deep);
  border-radius: 100px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .swiper-button-next .ic,
  .swiper-button-prev .ic {
    color: var(--white-color);
    height: 17px;
    width: 10px; }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    display: none; }

.swiper-button-prev .ic {
  margin-right: 4px; }

.swiper-button-next .ic {
  margin-left: 4px; }

.page-title,
.section-title {
  opacity: 0; }

.page-title .char,
.section-title .char {
  display: inline-block;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  opacity: 0;
  -webkit-transform: scale(0.94);
      -ms-transform: scale(0.94);
          transform: scale(0.94);
  will-change: filter, opacity, transform; }

html {
  scroll-padding-top: 20px; }

#page-header .header-top > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  gap: 45px; }
  @media (max-width: 1450px) {
    #page-header .header-top > .container {
      gap: 20px; } }
  @media (max-width: 767.98px) {
    #page-header .header-top > .container {
      gap: 6px;
      padding-top: 12px;
      padding-bottom: 12px; } }

#page-header .header-left-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 991.98px) {
    #page-header .header-left-wrapp {
      border-radius: 10px;
      border: 1px solid var(--color-slate-blue);
      background: var(--color-midnight-deep);
      padding: 10px 10px;
      gap: 20px; } }

#page-header .logo-wrap {
  position: relative; }
  @media (max-width: 991.98px) {
    #page-header .logo-wrap {
      margin-right: auto; } }
  @media (max-width: 767.98px) {
    #page-header .logo-wrap img {
      width: 108px;
      min-width: 108px; } }

#page-header .header-pages {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  @media (max-width: 991.98px) {
    #page-header .header-pages.desktop {
      display: none; } }

#page-header .header-actions {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px; }
  @media (max-width: 767.98px) {
    #page-header .header-actions {
      gap: 6px; } }
  #page-header .header-actions .btn {
    padding: 18px 25px;
    min-width: 192px; }
    @media (max-width: 991.98px) {
      #page-header .header-actions .btn {
        min-width: auto;
        padding: 15px 25px; } }
    @media (max-width: 767.98px) {
      #page-header .header-actions .btn {
        padding: 12px 18px; } }
  @media (pointer: fine) {
    #page-header .header-actions .btn-border-gradient:hover .ic {
      color: var(--white-color); } }
  @media (max-width: 767.98px) {
    #page-header .header-actions .btn-border-gradient {
      width: 44px;
      height: 44px;
      border-radius: 10px;
      padding: 0;
      background: var(--gradient-blue); } }
  @media (max-width: 767.98px) {
    #page-header .header-actions .btn-border-gradient .text {
      display: none; } }
  #page-header .header-actions .btn-border-gradient .ic {
    color: var(--color-blue); }
    @media (max-width: 767.98px) {
      #page-header .header-actions .btn-border-gradient .ic {
        color: var(--white-color);
        width: 20px;
        height: 20px; } }

.hamburger {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (min-width: 992px) {
    .hamburger {
      display: none; } }
  .hamburger .ic {
    width: 20px;
    height: 20px;
    color: var(--color-cool-gray); }

.header-menu-mobile {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: var(--color-midnight-deep);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  pointer-events: none;
  visibility: hidden;
  scrollbar-width: none; }
  @media (min-width: 992px) {
    .header-menu-mobile {
      display: none; } }
  .header-menu-mobile::before {
    content: '';
    position: absolute;
    background: url("data:image/svg+xml,%3Csvg width='360' height='513' viewBox='0 0 360 513' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_287_2476)'%3E%3Ccircle cx='180' cy='295' r='91' fill='%23606BB7'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_287_2476' x='-211' y='-96' width='782' height='782' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='150' result='effect1_foregroundBlur_287_2476'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A") center no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover; }
  .header-menu-mobile .header-menu-mobile-wrap {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
    height: 100%;
    padding-top: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden; }
  .header-menu-mobile .header-menu-mobile-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 12px 8px;
    background: var(--color-deep-blue); }
    .header-menu-mobile .header-menu-mobile-top .header-menu-close {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 44px;
      height: 44px;
      border-radius: 10px;
      border: 1px solid var(--color-slate-blue);
      background: var(--color-midnight-deep); }
      .header-menu-mobile .header-menu-mobile-top .header-menu-close .ic {
        width: 24px;
        height: 24px;
        color: var(--color-cool-gray); }
  .header-menu-mobile .header-pages-nav {
    border: none;
    background: transparent;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
    padding: 0; }
    .header-menu-mobile .header-pages-nav .nav-item {
      width: 100%; }
    .header-menu-mobile .header-pages-nav .nav-link {
      padding: 12px 0; }
  .header-menu-mobile .header-contacts {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    padding: 15px 8px 26px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(-21.15%, rgba(8, 14, 43, 0)), color-stop(96.63%, #080E2B));
    background: linear-gradient(0deg, rgba(8, 14, 43, 0) -21.15%, #080E2B 96.63%);
    margin-top: auto; }
  .header-menu-mobile .contacts-block {
    margin: 0 auto; }

.header-pages-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 auto;
  gap: 0 16px;
  padding: 11px 28px;
  border-radius: 16px;
  border: 1px solid var(--color-slate-blue);
  background: var(--color-midnight-deep); }
  @media (max-width: 1199.98px) {
    .header-pages-nav {
      gap: 0;
      padding: 11px 14px; } }
  @media (max-width: 991.98px) {
    .header-pages-nav {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      row-gap: 8px; } }
  .header-pages-nav .nav-link {
    color: var(--color-cool-gray);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (pointer: fine) {
      .header-pages-nav .nav-link:hover {
        color: var(--white-color); } }
    @media (max-width: 991.98px) {
      .header-pages-nav .nav-link {
        color: var(--white-color);
        font-size: 15px;
        font-weight: 500;
        line-height: 130%; } }

#page-header .cellphones-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px; }
  #page-header .cellphones-list .phone {
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    color: var(--white-color); }

#page-header .cellphones-dropdown-wrap {
  position: relative;
  z-index: 99; }
  #page-header .cellphones-dropdown-wrap .cellphones-dropdown-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px; }
    @media (max-width: 1199.98px) {
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown-inner {
        position: relative;
        gap: 0; } }
  #page-header .cellphones-dropdown-wrap .cellphones-dropdown-icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 100px;
    border: 1px solid grey;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    cursor: pointer; }
    @media (min-width: 1200px) {
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown-icon {
        pointer-events: none; } }
    @media (max-width: 1199.98px) {
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown-icon {
        width: 40px;
        height: 40px;
        background: #f7f8ff;
        border-color: #f7f8ff; } }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown-icon.active {
      background: grey; }
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown-icon.active .icon {
        color: var(--white); }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown-icon .icon {
      width: 20px;
      height: 20px;
      color: var(--white-color); }
      @media (max-width: 1199.98px) {
        #page-header .cellphones-dropdown-wrap .cellphones-dropdown-icon .icon {
          width: 16px;
          height: 16px; } }
  #page-header .cellphones-dropdown-wrap .cellphones-dropdown-content {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown-content:hover::before, #page-header .cellphones-dropdown-wrap .cellphones-dropdown-content:focus::before {
      content: "";
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 10px;
      background: transparent; }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown-content:hover .cellphones-dropdown, #page-header .cellphones-dropdown-wrap .cellphones-dropdown-content:focus .cellphones-dropdown {
      opacity: 1;
      pointer-events: initial;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown-content:hover .cellphone-main-icon, #page-header .cellphones-dropdown-wrap .cellphones-dropdown-content:focus .cellphone-main-icon {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
    @media (max-width: 1199.98px) {
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown-content {
        position: relative;
        z-index: 1; } }
  #page-header .cellphones-dropdown-wrap .cellphones-dropdown-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: grey;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px; }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown-title:not(:last-child) {
      margin-bottom: 4px; }
    @media (max-width: 1199.98px) {
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown-title {
        display: none; } }
  #page-header .cellphones-dropdown-wrap .cellphone-main {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    #page-header .cellphones-dropdown-wrap .cellphone-main .ic {
      cursor: pointer;
      margin-left: 5px; }
      #page-header .cellphones-dropdown-wrap .cellphone-main .ic.active {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
    @media (max-width: 1199.98px) {
      #page-header .cellphones-dropdown-wrap .cellphone-main {
        display: none; } }
  #page-header .cellphones-dropdown-wrap .phone {
    white-space: nowrap;
    text-decoration: none;
    color: var(--black-color);
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    #page-header .cellphones-dropdown-wrap .phone .sup,
    #page-header .cellphones-dropdown-wrap .phone .quote,
    #page-header .cellphones-dropdown-wrap .phone .nums {
      font-weight: 400; }
    @media (any-hover: hover) {
      #page-header .cellphones-dropdown-wrap .phone:hover, #page-header .cellphones-dropdown-wrap .phone:focus {
        color: var(--white-color); } }
  #page-header .cellphones-dropdown-wrap .cellphones-dropdown {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 99;
    top: 100%;
    right: 0;
    min-width: 100%;
    gap: 2px;
    padding: 4px;
    margin-top: 8px;
    border-radius: 12px;
    background: var(--white);
    -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 1199.98px) {
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown {
        left: auto;
        right: 0;
        margin-top: 30px; } }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown.show {
      opacity: 1;
      pointer-events: initial;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown.opened {
      opacity: 1; }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown .phone {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      min-height: 40px;
      padding: 8px 12px;
      color: var(--white-color);
      font-size: 16px;
      font-weight: 400;
      line-height: 20px;
      border-radius: 10px;
      background: white;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown .phone::before {
        content: "";
        -ms-flex-negative: 0;
            flex-shrink: 0;
        display: block;
        width: 24px;
        height: 24px;
        margin-right: 5px;
        background-size: contain; }
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown .phone.po-life::before {
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAN9SURBVHgBlVZbaxRZEP7q9GSzc0k0cQQTsrsui+sKuiz7sCuTSXaNuxtXX7wR8EL0wQdBRbw9+OAdRNCH4JPgD1BEvCsR0eBkJvEGCor44iXGC1EnmLlnxu6yumPa6TiZGevh9Dl1qr6vTp3q6iaUIcwg9LrroSs/vlFp9MWfURuy5fhSUdBQVTsUz5Nlq2hq7D1QXBzvgtUZcO4k/ZXu/yoCjtSshJHbLbOfUDrGQUHpQM5/kOY8yxQl4N1wocW7X7RbUeR0BYXpEWC0UHPqdb5a2ftmSuZWH5ZxmwOcaRcqPD9DaX9ISi6NS0D8C4gi3Fld61DbOKHqDSD98JioTlFzYom9vFFbzbnsYwL7xyWC6kQwPp/EyD4BRyZIrvU9YyxzUB86HNHMHowR6A6KijEPPRPW2nSWysBmOctolQxL5PuhfA0UzHTnu1p3RJiBUmLktlgpN4PingY3jKHHYKPOuiiXWkWB2C0xcCHi64DOT6G5j0n+J4PSO8RuyRg4qRwKC/00mf+Qp/+fmpKdCrnYLAscdBVZClrgYX8Vun2X5ebXyRkPgdMvgeS9L8AJDySo76kp8S8oKTh05PNxecFIiqrUgFiehqba6J94VG6GDGSlmrgFpYT0dVIEb61pEHGkscuEHtlUVipd9Pv7Pnkutp0iNSuUkV1dHJiuSYTnEHDeEYYSUXi8uokLUt9ZBPn7sa46P4zYvnGBWV2Q8QA1xSMF9+u8y21MxfoXBFXacLs8phZwfSMv2kZqjB23eLqmfgstulfSuAaKrgvxRSmd6czGevvFMownDgKrrCLZ9tEM5kV9E6hcRI3vrBbAtyunIxM9LwjTRoB4oQwLzamz7+ChdRBbcXPKDFH+6rShswNpz1xq/gQe8c3EcEW3DV5MNOp0EuipH83eYK9J9ZI2cdmU1oGkuUyG/fUSrVm6k1FaniOQ6HISMGt5Bn1I6Usp8CI9qvBw5oQ86lGWaNsdvciS3KTQp97+QVKwif5LvbK5ze8DuLE8cLqCYOyYvcrf4uveWXAZPmpM9zr0Ye99iWcmSoM/RApzqDXxpiBBIeHwxN/ks3gXJYV6oFW2USD6Ml+rSvoZPLvYNjNnZNgJd+LvseAWLUoIhzx18pKdkkb3p21vgippFzpCqNCOSoMcHM+/7O8ud9U2gIcnwa0PoT/TL78tejl+HwH/c1proOHRyAAAAABJRU5ErkJggg==") center no-repeat; }
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown .phone.po-kyivstar::before {
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHSSURBVHgB7VRNLANREP5mtSVObhJxaOLCyc9dUgecCHe06ycuEuIgQeInRHDRq0htK3F14OTiNyFuEglxw8mRNBK0dsxu27XRrbZCIviSN/vevJn5JjszD/hR0Lge2lNlPi5KzpYhrgZhH+S5MIm+nEBBrUhKnipyd/tm/BNkhcuUGpcI1Rh03eDcgkqHDrZX1k6PXztGW36oQ1FxC2KxUhS4xyTOXaIrVp7G4fbMWoaEMzCOEcc6eunA0ofi7dD5Hn3uHUunsU+kT3z88vVa+tjzKPoK58kyIuzgrQ3t2EKAWuEE7UUDKYE0PXMUz4+N6C8+SdRApT2EGzyStSor8s68CZlASttbUHNtixxAlMqN4KaJo6NvygX/ZIfsasDxTXTbfokda9wsQdtlHcnaNP45/iBWXyII83myWxLQuE10t1LkYDb3jwdtjYegKF2yq0q2YQpGcUulyIMIx0Y+R6CxFzqWbJaLttugDGU0sXUtIMK1+RGEuEwy3rXOjCl00YV1VukUrAdt9xvma5AzgYI5pKaSeU8CTqfZ9Lgn5DKVhFcSWnIO5QRCZzIzeXNIRSYQBUSmej+QOwFjRuQljGKqdIVM8NONOWjAqdRkGL8Sr1EPkd9WgV8cAAAAAElFTkSuQmCC") center no-repeat; }
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown .phone.po-vodafone::before {
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKkSURBVHgBpZZLaBRBEIb/nQTRoCB5ETcbsyjRgxAVHyBRFDEKKgqCFy+CF0/xKIgGfEAu3gVFBS+C4kVExEO8RJQNGhKQgA8SzfoAH3gQRbNx1q93ZsLOTM8+8Iemu6u7/qqpqq7dlKrgg9SVkjazXOVK2QbJnZNmitIY68lOKV9Jv7ECcR/ToCNtg6zJyFir6M3jjE7W3R+ldgzfy0gTqgUvpMWfpFsYcFEuBoP9T8alKUjNPe5kGVPBOetr09LCKF+qfPNeakGQY6wsl+Ppk0XSkWbpnU/ehuw5y64I3wS6/cukL4HACRZI0myeWshvEOe+gNyXHbeQG6zlbISkNMcMkLghpp6Iwt20dMxCdFDJWE3yz4YMYHE7lo8q7HmecYIvci0kVxnPlIwBv0g8Aw2e9yFAfIXQzNi0+arLjE040K+y0EX0z5Xmz1LHXClvIRRQTmPgq6rgm5T5Q9xZZiNHP2YJl1OQ9lv0crWQG7RQfH7So1iyQNpiQtQbPUHhpeoA4RqWxSF4eo2B7uhBqqyOawH3/zI9thwtNwZci+V21Y8YjyF3sP5WcY+2qk6kSpGKWcwbI5OW+z1U1zrVCFpMhq/eGJVDPuo0eQmKOUTpXixGelUSeEcDindm09ZfOUvpiGzGLHq7eBwXVAV00kM4cjIqx7MRmtXr0kumBAYT9E/z5K+bEEQPIG2E/AzLmzZFOE/5hjzg7X2U9touIy9wcZh5lHnWr++dzK22+9y5Q8s+HDKAp60o5VBaof/DNHndQOi/m818uzatgaTskaVs6yEnNLsD8pABA5LyhmkHX/FQdQKd27/pPT7HPBLLkJAdwPoQimtUATymHE3tfJv0IOX9J1BNBgLwrdlf0j6I1jeUIikXFn7fNc7+UYdX5on4B/9KufeiyIeAAAAAAElFTkSuQmCC") center no-repeat; }
      @media (any-hover: hover) {
        #page-header .cellphones-dropdown-wrap .cellphones-dropdown .phone:hover, #page-header .cellphones-dropdown-wrap .cellphones-dropdown .phone:focus {
          background: var(--white-color);
          color: var(--white-color); } }

#page-header .nav-languages-dropdown-wrap {
  position: relative;
  z-index: 10; }
  #page-header .nav-languages-dropdown-wrap .current-language {
    position: relative;
    z-index: 5; }
  #page-header .nav-languages-dropdown-wrap .nav-languages {
    display: none;
    visibility: hidden;
    position: absolute;
    opacity: 0;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    padding: 42px 2px 2px;
    gap: 2px;
    background: var(--white-color);
    border: 2px solid var(--white-color);
    border-radius: 50px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    #page-header .nav-languages-dropdown-wrap .nav-languages.show {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      visibility: visible; }
    #page-header .nav-languages-dropdown-wrap .nav-languages.opened {
      opacity: 1; }
  #page-header .nav-languages-dropdown-wrap .nav-languages-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    text-decoration: none;
    color: var(--color-cool-gray);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    width: 32px;
    height: 32px;
    background: var(--white-color);
    border-radius: 100%; }
    #page-header .nav-languages-dropdown-wrap .nav-languages-link:focus {
      background: var(--white-color);
      color: var(--white-color); }
    @media (pointer: fine) {
      #page-header .nav-languages-dropdown-wrap .nav-languages-link:hover {
        background: var(--white-color);
        color: var(--white-color); } }

#page-header .nav-languages-inline-wrap .nav-languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px; }

#page-header .nav-languages-inline-wrap .nav-languages-item {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px; }

#page-header .nav-languages-inline-wrap .nav-languages-link {
  color: var(--color-cool-gray); }

#page-header .nav-languages-inline-wrap .nav-languages-active {
  color: var(--white-color);
  font-weight: bold;
  cursor: default; }

#page-footer {
  position: relative;
  background-color: var(--color-deep-blue); }
  #page-footer::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg width='1439' height='231' viewBox='0 0 1439 231' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_126_1280)'%3E%3Crect x='-0.5' y='-0.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='79.5' y='-0.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='159.5' y='-0.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='239.5' y='-0.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='319.5' y='-0.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='399.5' y='-0.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='479.5' y='-0.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='559.5' y='-0.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='639.5' y='-0.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='719.5' y='-0.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='799.5' y='-0.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='879.5' y='-0.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='959.5' y='-0.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1039.5' y='-0.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1119.5' y='-0.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1199.5' y='-0.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1279.5' y='-0.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1359.5' y='-0.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='-0.5' y='79.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='79.5' y='79.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='159.5' y='79.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='239.5' y='79.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='319.5' y='79.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='399.5' y='79.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='479.5' y='79.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='559.5' y='79.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='639.5' y='79.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='719.5' y='79.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='799.5' y='79.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='879.5' y='79.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='959.5' y='79.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1039.5' y='79.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1119.5' y='79.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1199.5' y='79.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1279.5' y='79.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1359.5' y='79.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='-0.5' y='159.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='79.5' y='159.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='159.5' y='159.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='239.5' y='159.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='319.5' y='159.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='399.5' y='159.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='479.5' y='159.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='559.5' y='159.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='639.5' y='159.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='719.5' y='159.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='799.5' y='159.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='879.5' y='159.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='959.5' y='159.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1039.5' y='159.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1119.5' y='159.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1199.5' y='159.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1279.5' y='159.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1359.5' y='159.5' width='80' height='80' stroke='%2310132F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_126_1280'%3E%3Crect width='1439' height='287' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") center;
    background-size: cover;
    z-index: -1; }
  #page-footer:not(:has(.footer-top))::before {
    display: none; }
  #page-footer:not(:has(.footer-top)) .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 32px; }
    #page-footer:not(:has(.footer-top)) .footer-menu .menu-item {
      color: rgba(255, 255, 255, 0.6);
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      text-decoration-line: underline;
      text-decoration-style: solid;
      -webkit-text-decoration-skip-ink: none;
              text-decoration-skip-ink: none;
      text-decoration-thickness: auto;
      text-underline-offset: auto;
      text-underline-position: from-font;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
      @media (pointer: fine) {
        #page-footer:not(:has(.footer-top)) .footer-menu .menu-item:hover {
          color: var(--white-color); } }
  #page-footer .footer-menu {
    display: none; }
  #page-footer .footer-top {
    padding-top: 88px;
    padding-bottom: 16px; }
    @media (max-width: 767.98px) {
      #page-footer .footer-top {
        padding-top: 60px; } }
  #page-footer .footer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 24px; }
    @media (max-width: 991.98px) {
      #page-footer .footer-row {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 24px 8px; } }
  #page-footer .logo-wrap {
    margin-right: 44px; }
    @media (max-width: 1199.98px) {
      #page-footer .logo-wrap {
        margin-right: 14px; } }
    @media (max-width: 991.98px) {
      #page-footer .logo-wrap {
        -ms-grid-row: 1;
        grid-row: 1;
        grid-column: 1/-1;
        margin: 0 auto; } }
    @media (max-width: 1199.98px) {
      #page-footer .logo-wrap img {
        max-width: 180px; } }
    @media (max-width: 575.98px) {
      #page-footer .logo-wrap img {
        max-width: 123px; } }
  @media (max-width: 991.98px) {
    #page-footer .footer-contacts {
      -ms-grid-row: 2;
      grid-row: 2;
      margin: 0 auto; } }
  @media (max-width: 991.98px) {
    #page-footer .socials-wrap {
      -ms-grid-row: 3;
      grid-row: 3;
      grid-column: 1/-1;
      margin: 0 auto; } }
  #page-footer .socials-wrap nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 17px; }
    @media (max-width: 767.98px) {
      #page-footer .socials-wrap nav {
        gap: 14px; } }
  #page-footer .socials-wrap .social-link {
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (max-width: 767.98px) {
      #page-footer .socials-wrap .social-link img {
        width: 36px; } }
    @media (pointer: fine) {
      #page-footer .socials-wrap .social-link:hover {
        -webkit-transform: scale(1.15);
            -ms-transform: scale(1.15);
                transform: scale(1.15); } }
  #page-footer .footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px; }
    @media (max-width: 767.98px) {
      #page-footer .footer-bottom {
        padding-top: 16px;
        padding-bottom: 16px; } }
    #page-footer .footer-bottom > .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      gap: 12px; }
      @media (max-width: 575.98px) {
        #page-footer .footer-bottom > .container {
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse;
          gap: 6px; } }
  #page-footer .copyright {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 400;
    line-height: 140%; }
    @media (max-width: 767.98px) {
      #page-footer .copyright {
        font-size: 12px; } }
  #page-footer .fenix-copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease; }
    @media (max-width: 767.98px) {
      #page-footer .fenix-copyright {
        font-size: 12px; } }
    #page-footer .fenix-copyright a {
      color: rgba(255, 255, 255, 0.6); }
    #page-footer .fenix-copyright svg {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      -webkit-transition: 0.5s ease;
      transition: 0.5s ease; }
      #page-footer .fenix-copyright svg path {
        fill: rgba(255, 255, 255, 0.6); }
    #page-footer .fenix-copyright:focus {
      text-shadow: 0 0 0; }
      #page-footer .fenix-copyright:focus svg {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
    @media (pointer: fine) {
      #page-footer .fenix-copyright:hover {
        text-shadow: 0 0 0; }
        #page-footer .fenix-copyright:hover svg {
          -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
                  transform: scale(1.1); } }

.form-style-box {
  width: 100%;
  -webkit-box-shadow: 2px 2px 10px #cfcfcf;
          box-shadow: 2px 2px 10px #cfcfcf;
  background: var(--white-color);
  padding: 20px;
  border-radius: 10px; }

.form-style input:-webkit-autofill,
.form-style textarea:-webkit-autofill,
.form-style select:-webkit-autofill,
.form-style input:-webkit-autofill:hover,
.form-style textarea:-webkit-autofill:hover,
.form-style select:-webkit-autofill:hover,
.form-style input:-webkit-autofill:focus,
.form-style textarea:-webkit-autofill:focus,
.form-style select:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--color-cool-gray) !important;
  caret-color: var(--color-cool-gray) !important;
  -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0.04) inset !important;
  box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0.04) inset !important;
  background-clip: padding-box !important;
  background-image: none !important;
  background-color: transparent !important;
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important; }

.form-style .form-title {
  color: var(--white-color);
  font-size: 28px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 24px; }

.form-style .form-note {
  font-size: 14px;
  text-align: center;
  margin-bottom: 16px; }

.form-style .form-alert {
  margin-bottom: 10px; }

.form-style .form-group {
  position: relative; }

.form-style .form-group:not(:last-child),
.form-style .form-row-group:not(:last-child) {
  margin-bottom: 16px; }

.form-style .form-label {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 10px; }

.form-style .required {
  color: var(--color-red);
  font-weight: normal; }

.form-style .form-control:not(.jq-selectbox) {
  color: var(--color-cloud-blue);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  border-radius: 16px;
  border: 1px solid rgba(123, 132, 175, 0.1);
  background: rgba(255, 255, 255, 0.04);
  min-height: 56px;
  padding: 4px 24px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  .form-style .form-control:not(.jq-selectbox)::-webkit-input-placeholder {
    color: var(--color-cloud-blue); }
  .form-style .form-control:not(.jq-selectbox)::-moz-placeholder {
    color: var(--color-cloud-blue); }
  .form-style .form-control:not(.jq-selectbox):-ms-input-placeholder {
    color: var(--color-cloud-blue); }
  .form-style .form-control:not(.jq-selectbox)::-ms-input-placeholder {
    color: var(--color-cloud-blue); }
  .form-style .form-control:not(.jq-selectbox)::placeholder {
    color: var(--color-cloud-blue); }
  .form-style .form-control:not(.jq-selectbox):focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: var(--color-soft-blue); }
  .form-style .form-control:not(.jq-selectbox).form-control-error {
    border-color: var(--color-red); }

.form-style textarea.form-control {
  height: 120px;
  resize: none;
  padding-top: 16px;
  padding-bottom: 16px; }

.form-style .form-error {
  display: block;
  margin: 0;
  padding: 2px 0;
  color: var(--color-red);
  font-size: 12px; }

.form-style .btn-submit {
  margin: 15px auto 0;
  width: 100%;
  color: var(--white-color);
  background: var(--white-color);
  border: 1px solid var(--white-color);
  text-transform: uppercase;
  letter-spacing: 1px; }
  .form-style .btn-submit:focus {
    color: var(--white-color);
    background: var(--white-color); }
  @media (pointer: fine) {
    .form-style .btn-submit:hover {
      color: var(--white-color);
      background: var(--white-color); } }

.form-style a {
  color: var(--white-color);
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .form-style a:focus, .form-style a.current, .form-style a.active {
    color: var(--white-color); }
  @media (pointer: fine) {
    .form-style a:hover {
      color: var(--white-color); } }

.form-style .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag,
.form-style .iti--separate-dial-code .iti__selected-flag,
.form-style .iti__country.iti__highlight {
  background-color: transparent !important; }

.form-style .iti {
  position: relative;
  z-index: 1;
  width: 100%; }
  .form-style .iti .iti__selected-flag {
    position: absolute;
    top: -56px;
    left: 0;
    padding: 0 6px 0 24px;
    height: 56px; }
  .form-style .iti .iti__flag {
    scale: 1.333;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: unset; }
  .form-style .iti .iti__arrow {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff; }
  .form-style .iti .iti__arrow--up {
    border-top: none;
    border-bottom: 6px solid #ffffff; }
  .form-style .iti.iti--allow-dropdown .iti__flag-container,
  .form-style .iti.iti--separate-dial-code .iti__flag-container {
    right: 0;
    left: 0;
    top: 100%; }
  .form-style .iti .iti__flag-box {
    margin-right: 15px; }
  .form-style .iti .iti__selected-dial-code {
    font-size: 16px;
    margin-left: 14px; }
  .form-style .iti .iti--separate-dial-code .iti__selected-dial-code, .form-style .iti .iti__arrow {
    margin-left: 11px; }
  .form-style .iti .form-control.input-tel {
    padding-left: 130px !important; }
  .form-style .iti .iti__country-list {
    width: 100%;
    z-index: -1;
    background-color: #171717;
    border: 2px solid rgba(17, 202, 190, 0.23);
    border-radius: 0 0 0 28px;
    padding: 14px;
    padding-top: 28px;
    margin-top: -28px;
    white-space: normal; }

.form-style .jq-selectbox.form-control .jq-selectbox__select {
  height: 56px;
  min-height: 56px;
  width: 100%;
  padding: 4px 40px 4px 15px;
  background: var(--white-color);
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  color: var(--color-cool-gray);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  .form-style .jq-selectbox.form-control .jq-selectbox__select .jq-selectbox__select-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }

.form-style .jq-selectbox.form-control .jq-selectbox__dropdown {
  border: 1px solid #cfcfcf;
  border-radius: 0 0 5px 5px;
  overflow: hidden; }

.form-style .btn + .custom-checkbox {
  margin-top: 20px; }

.form-style .custom-checkbox {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 8px;
  margin: 0;
  /*input[type="checkbox"]:focus ~ .checkbox {
            box-shadow: 0 0 0 0.25rem fade(var(--white-color), 40%);
        }*/ }
  .form-style .custom-checkbox input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .form-style .custom-checkbox .checkbox {
    display: inline-block;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    border-radius: 3px;
    background: transparent;
    border: 1px solid; }
  .form-style .custom-checkbox .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%; }
  .form-style .custom-checkbox .form-error {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3; }
  .form-style .custom-checkbox input[type="checkbox"]:checked ~ .checkbox {
    background-repeat: no-repeat;
    background-position: center;
    border-color: var(--white-color);
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4L3.66667 7L9 1' stroke='%23D050E5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }

.form-style .form-group.confirm-group {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  padding-left: 20px; }
  .form-style .form-group.confirm-group a {
    text-decoration: underline; }
  @media (max-width: 991.98px) {
    .form-style .form-group.confirm-group {
      padding-left: 0;
      font-size: 12px;
      line-height: 150%; } }

.iti-mobile .iti--container {
  z-index: 199992;
  inset: 21px; }
  .iti-mobile .iti--container .iti__country-list {
    width: 100%;
    z-index: -1;
    background-color: #171717;
    border: 2px solid rgba(17, 202, 190, 0.23);
    border-radius: 16px;
    padding: 14px;
    white-space: normal; }

.form-style-popup {
  width: 100%; }

.fancybox-container.form-popup .fancybox-content {
  position: relative;
  padding: 40px;
  border-radius: 32px;
  width: 100%;
  max-width: 450px;
  overflow: hidden;
  background: var(--gradient-border-blue); }
  .fancybox-container.form-popup .fancybox-content::after {
    content: '';
    position: absolute;
    background-color: var(--color-midnight-deep);
    inset: 1px;
    border-radius: inherit; }
  @media (max-width: 767.98px) {
    .fancybox-container.form-popup .fancybox-content {
      padding: 32px 24px; } }
  .fancybox-container.form-popup .fancybox-content::before {
    content: '';
    background: url("data:image/svg+xml,%3Csvg width='450' height='490' viewBox='0 0 450 490' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_507_5891)'%3E%3Cellipse cx='55.5' cy='27.5' rx='197.5' ry='162.5' fill='%23606BB7' fill-opacity='0.8'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_507_5891' x='-442' y='-435' width='995' height='925' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='150' result='effect1_foregroundBlur_507_5891'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A") top no-repeat;
    width: 450px;
    height: 450px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }

.fancybox-container.form-popup .form-style {
  position: relative;
  z-index: 1; }

.fancybox-container.form-popup .btn-secondary {
  width: 100%;
  margin-top: 24px; }

.auth-form-container {
  max-width: 400px;
  margin: 100px auto; }

.form-style .additional-chose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px; }
  .form-style .additional-chose .goto-login,
  .form-style .additional-chose .goto-register,
  .form-style .additional-chose .forgot-password {
    color: var(--color-soft-blue);
    font-size: 16px;
    font-weight: 500;
    line-height: 150%; }
    .form-style .additional-chose .goto-login a,
    .form-style .additional-chose .goto-register a,
    .form-style .additional-chose .forgot-password a {
      color: var(--white-color); }

.form-style .login-by-social {
  margin-top: 12px; }
  .form-style .login-by-social .title {
    position: relative;
    text-align: center;
    font-size: 1rem; }
    .form-style .login-by-social .title span {
      position: relative;
      z-index: 2;
      color: #696969;
      background: white;
      padding: 0 10px; }
    .form-style .login-by-social .title:after {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      background: #696969;
      height: 1px;
      width: 100%; }
  .form-style .login-by-social .sign-in-socials-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    row-gap: 10px;
    margin-top: 13px; }
    .form-style .login-by-social .sign-in-socials-wrap .btn-sign-in-social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0px;
              flex: 1 0 0;
      padding: 7px 15px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 8px;
      text-decoration: none;
      border-radius: 100px;
      border: 1px solid #696969;
      background: var(--white-color); }
      .form-style .login-by-social .sign-in-socials-wrap .btn-sign-in-social .text {
        text-align: center;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.2;
        color: var(--color-cool-gray); }

.password-view-wrap {
  position: relative; }
  .password-view-wrap .form-control {
    padding-right: 50px; }
  .password-view-wrap .password-view-toggle {
    position: absolute;
    right: 24px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    top: 50%;
    cursor: pointer;
    z-index: 1; }
    .password-view-wrap .password-view-toggle svg.ic {
      color: var(--color-soft-blue);
      width: 20px;
      height: 20px; }
  .password-view-wrap .form-control[type=text] ~ .password-view-toggle {
    color: green; }

.password-view-toggle .icon-opened {
  display: none; }

.password-view-wrap.is-visible .icon-opened {
  display: block; }

.password-view-wrap.is-visible .icon-closed {
  display: none; }

body:not(.search-modal-opened) #search-modal,
body:not(.search-modal-opened) .search-modal-overlay {
  visibility: hidden;
  pointer-events: none;
  z-index: -100000;
  opacity: 0; }

body.search-modal-opened {
  overflow: hidden;
  padding-right: var(--scrollbar-width); }
  body.search-modal-opened #page-header .search-form {
    position: relative;
    z-index: 999999999999; }

#search-modal {
  visibility: visible;
  opacity: 1;
  position: absolute;
  z-index: 10000;
  top: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 600px;
  width: 100%;
  border-radius: 24px;
  padding: 20px 14px 24px 24px;
  background: white;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  @media (min-width: 576px) {
    #search-modal .search-modal-header,
    #search-modal .search-form {
      display: none; } }
  @media (max-width: 991.98px) {
    #search-modal {
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }
  #search-modal .search-results {
    max-height: calc(100dvh - 210px);
    overflow: auto;
    padding-right: 10px; }
    @media (min-width: 992px) {
      #search-modal .search-results, #search-modal .search-results * {
        scrollbar-color: auto;
        scrollbar-width: auto; }
      #search-modal .search-results::-webkit-scrollbar,
      #search-modal .search-results *::-webkit-scrollbar {
        width: 3px;
        height: 3px; }
      #search-modal .search-results::-webkit-scrollbar-button,
      #search-modal .search-results *::-webkit-scrollbar-button {
        display: none; }
      #search-modal .search-results::-webkit-scrollbar-track,
      #search-modal .search-results *::-webkit-scrollbar-track {
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); }
      #search-modal .search-results::-webkit-scrollbar-track-piece,
      #search-modal .search-results *::-webkit-scrollbar-track-piece {
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); }
      #search-modal .search-results::-webkit-scrollbar-thumb,
      #search-modal .search-results *::-webkit-scrollbar-thumb {
        background: var(--white-color);
        border-radius: 99px; }
      #search-modal .search-results::-webkit-scrollbar-corner,
      #search-modal .search-results *::-webkit-scrollbar-corner {
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); } }
  #search-modal.loading .search-results {
    opacity: 0.5;
    pointer-events: none; }
  #search-modal .result-title {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    color: grey;
    margin-bottom: 8px; }
  #search-modal .result[style*="block"] ~ .result[style*="block"] {
    margin-top: 20px; }
  #search-modal .result-message {
    background: rgba(128, 128, 128, 0.1);
    border-radius: 16px;
    text-align: center;
    padding: 24px;
    font-size: 16px;
    line-height: 24px; }
    #search-modal .result-message > .icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 40px;
      line-height: 1;
      margin: 0 auto 12px; }
    #search-modal .result-message .term-target {
      font-weight: bold; }
    #search-modal .result-message .description {
      margin-bottom: 20px; }
  #search-modal .result-products,
  #search-modal .result-categories,
  #search-modal .result-empty,
  #search-modal .result-start-search {
    display: none; }
  #search-modal .result-products .result-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 14px; }
  #search-modal .product-search-card {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 96px 1fr minmax(104px, auto);
    grid-template-columns: 96px 1fr minmax(104px, auto);
    grid-column-gap: 16px;
    grid-row-gap: 7px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    color: var(--white-color);
    padding: 16px 0;
    border-bottom: 1px solid #ededed; }
    #search-modal .product-search-card:first-child {
      border-top: 1px solid #ededed; }
    #search-modal .product-search-card .title,
    #search-modal .product-search-card .description {
      -ms-grid-column: 2;
      grid-column: 2; }
    #search-modal .product-search-card img {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      grid-row: 1 / 3; }
    #search-modal .product-search-card .price-wrap {
      -ms-grid-column: 3;
      grid-column: 3;
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      grid-row: 1 / 3; }
    #search-modal .product-search-card img {
      border-radius: 12px;
      width: 96px;
      height: 96px;
      -o-object-fit: scale-down;
         object-fit: scale-down;
      padding: 8px; }
    #search-modal .product-search-card .title {
      font-size: 16px;
      line-height: 1.1;
      margin-top: auto; }
    #search-modal .product-search-card .sku {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: auto;
      color: gray; }
    #search-modal .product-search-card .price-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
  #search-modal .result-categories .result-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 7px; }
  #search-modal .category-search-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 32px;
    border-radius: 999px;
    background: white;
    border: 1px solid #ededed;
    color: var(--white-color);
    text-decoration: none;
    padding: 3px 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    @media (pointer: fine) {
      #search-modal .category-search-card:hover {
        background: var(--white-color);
        border-color: var(--white-color);
        color: var(--white-color); } }
    #search-modal .category-search-card:focus {
      background: var(--white-color);
      border-color: var(--white-color);
      color: var(--white-color); }
  #search-modal .search-modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 18px; }
    #search-modal .search-modal-header .title {
      font-size: 24px;
      line-height: 28px; }
  #search-modal .close-modal {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/svg+xml,<svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.9741 7.82387C7.20876 8.05852 7.58921 8.05852 7.82387 7.82387C8.05852 7.58921 8.05852 7.20876 7.82387 6.9741L4.84976 4L7.82387 1.0259C8.05852 0.79124 8.05852 0.410788 7.82387 0.176132C7.58921 -0.0585239 7.20876 -0.0585239 6.9741 0.176132L4 3.15024L1.02576 0.175992C0.7911 -0.0586643 0.410649 -0.0586638 0.175993 0.175992C-0.0586632 0.410648 -0.0586638 0.7911 0.175993 1.02576L3.15024 4L0.175992 6.97424C-0.0586643 7.2089 -0.0586637 7.58935 0.175992 7.82401C0.410648 8.05866 0.7911 8.05866 1.02576 7.82401L4 4.84976L6.9741 7.82387Z" fill="%231B1203"/></svg>');
    background-color: rgba(128, 128, 128, 0.1);
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    #search-modal .close-modal:after {
      display: none; }
    #search-modal .close-modal:focus {
      background-image: url('data:image/svg+xml,<svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.9741 7.82387C7.20876 8.05852 7.58921 8.05852 7.82387 7.82387C8.05852 7.58921 8.05852 7.20876 7.82387 6.9741L4.84976 4L7.82387 1.0259C8.05852 0.79124 8.05852 0.410788 7.82387 0.176132C7.58921 -0.0585239 7.20876 -0.0585239 6.9741 0.176132L4 3.15024L1.02576 0.175992C0.7911 -0.0586643 0.410649 -0.0586638 0.175993 0.175992C-0.0586632 0.410648 -0.0586638 0.7911 0.175993 1.02576L3.15024 4L0.175992 6.97424C-0.0586643 7.2089 -0.0586637 7.58935 0.175992 7.82401C0.410648 8.05866 0.7911 8.05866 1.02576 7.82401L4 4.84976L6.9741 7.82387Z" fill="white"/></svg>');
      background-color: var(--white-color);
      -webkit-box-shadow: 0 0 2px 4px rgba(0, 0, 0, 0.4);
              box-shadow: 0 0 2px 4px rgba(0, 0, 0, 0.4); }
  #search-modal .search-form {
    margin-bottom: 20px; }
  #search-modal .search-modal-header {
    display: none; }
  @media (max-width: 575.98px) {
    #search-modal {
      inset: 0;
      border-radius: 0;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      padding: 16px 20px; }
      #search-modal .search-modal-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      #search-modal .result-title {
        margin-bottom: 12px; }
      #search-modal .result-products .result-list {
        margin-top: 12px; }
      #search-modal .result-message {
        font-size: 14px;
        line-height: 20px;
        height: calc(100dvh - 180px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        #search-modal .result-message > .icon {
          font-size: 56px;
          margin-bottom: 16px; }
      #search-modal .search-results {
        padding-right: 0;
        max-height: calc(100dvh - 66px);
        padding-bottom: 20px; }
      #search-modal .product-search-card {
        -ms-grid-columns: 88px 1fr;
        grid-template-columns: 88px 1fr;
        grid-column-gap: 12px; }
        #search-modal .product-search-card img {
          -ms-grid-column: 1;
          grid-column: 1;
          -ms-grid-row: 1;
          -ms-grid-row-span: 3;
          grid-row: 1 / 4;
          -ms-grid-row-align: start;
              align-self: start; }
        #search-modal .product-search-card .price-wrap {
          -ms-grid-column: 2;
          grid-column: 2;
          -ms-grid-row: 3;
          grid-row: 3; }
        #search-modal .product-search-card img {
          width: 88px;
          height: 88px; }
        #search-modal .product-search-card .title {
          line-height: 1.1; }
        #search-modal .product-search-card .price-wrap {
          line-height: 1;
          margin-top: 4px; }
          #search-modal .product-search-card .price-wrap .old-price {
            margin-bottom: 2px; } }

.search-modal-overlay {
  visibility: visible;
  opacity: 1;
  position: fixed;
  z-index: 999;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer; }

.search-form {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  border-radius: 100px; }
  .search-form input {
    border: 1px solid #ededed;
    border-radius: 100px;
    height: 46px;
    width: 100%;
    padding-left: 19px;
    padding-right: 60px;
    outline: none; }
    .search-form input:focus {
      border-color: var(--white-color); }
  .search-form .btn-search {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 54px;
    height: 100%;
    border: none;
    outline: none;
    background: none; }
    @media (max-width: 991.98px) {
      .search-form .btn-search {
        height: 46px; } }
    .search-form .btn-search .ic {
      color: var(--white-color);
      font-size: 20px; }
  .search-form input:focus ~ .btn-search .ic {
    color: var(--white-color); }

:root {
  --breadcrumbs-height: 44px; }

#page-breadcrumbs {
  --gap: 5px;
  position: relative;
  overflow: hidden;
  z-index: 5;
  height: var(--breadcrumbs-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  #page-breadcrumbs .breadcrumbs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: var(--gap); }
  #page-breadcrumbs .breadcrumb-scroll-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    overflow-x: auto;
    overflow-y: hidden;
    direction: rtl;
    position: relative;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
    #page-breadcrumbs .breadcrumb-scroll-wrap::-webkit-scrollbar {
      display: none; }
    #page-breadcrumbs .breadcrumb-scroll-wrap.grabbing {
      cursor: -webkit-grabbing;
      cursor: grabbing; }
  #page-breadcrumbs .breadcrumb-inner {
    position: absolute;
    top: 0;
    min-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: var(--gap);
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin: 0;
    direction: ltr; }
  #page-breadcrumbs .breadcrumbs-nav-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: var(--gap);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 1;
    line-height: 1;
    color: #757575; }
    #page-breadcrumbs .breadcrumbs-nav-item:not(:last-child):after {
      display: inline-block;
      content: "/";
      content: "";
      width: 10px;
      height: 10px;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10.9 18.6" xml:space="preserve" id="ic-arrow-right-bold-mini" fill="%23757575"><path d="m3.1.5 7.2 7.6c.3.3.5.8.5 1.3s-.2.9-.5 1.2l-7.2 7.6c-.3.3-.8.5-1.3.5s-.9-.2-1.3-.5c-.8-.8-.8-1.6 0-2.6l6-6.2-6-6.3C-.3 2.2-.3 1.3.5.5.9.2 1.4 0 1.9 0s.9.2 1.2.5z"></path></svg>');
      background-repeat: no-repeat;
      background-position: center; }
  #page-breadcrumbs a.breadcrumbs-nav-item {
    text-decoration: none; }
    #page-breadcrumbs a.breadcrumbs-nav-item span {
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; }
    #page-breadcrumbs a.breadcrumbs-nav-item:focus span {
      color: var(--white-color); }
    @media (pointer: fine) {
      #page-breadcrumbs a.breadcrumbs-nav-item:hover span {
        color: var(--white-color); } }
  #page-breadcrumbs .breadcrumbs-nav-item-main {
    color: var(--white-color);
    font-weight: bolder; }
  #page-breadcrumbs .breadcrumbs-nav-item-last {
    cursor: default;
    color: #adadad; }

@media (max-width: 991.98px) {
  :root {
    --breadcrumbs-height: 30px; } }

button,
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: transparent;
  text-decoration: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  cursor: pointer;
  border: none;
  outline: none !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  @media (max-width: 767.98px) {
    button,
    .btn {
      gap: 6px;
      min-height: 44px; } }

.btn-main {
  --glow-1: rgba(255, 80, 80, 0.4);
  --glow-2: rgba(255, 0, 0, 0.25);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 20px 40px;
  border-radius: 16px;
  background: var(--gradient-red);
  min-width: 198px;
  color: var(--white-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: -webkit-transform .35s ease, -webkit-box-shadow .35s ease;
  transition: -webkit-transform .35s ease, -webkit-box-shadow .35s ease;
  transition: transform .35s ease, box-shadow .35s ease;
  transition: transform .35s ease, box-shadow .35s ease, -webkit-transform .35s ease, -webkit-box-shadow .35s ease; }
  @media (max-width: 767.98px) {
    .btn-main {
      gap: 10px;
      border-radius: 10px;
      padding: 12px 22px;
      min-width: auto;
      font-size: 13px; } }
  .btn-main::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(circle at 50% 50%, var(--glow-1) 0%, transparent 70%);
    opacity: 0;
    -webkit-transition: opacity .45s ease, -webkit-transform .45s ease;
    transition: opacity .45s ease, -webkit-transform .45s ease;
    transition: opacity .45s ease, transform .45s ease;
    transition: opacity .45s ease, transform .45s ease, -webkit-transform .45s ease;
    z-index: 0; }
  .btn-main::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(130deg, rgba(255, 120, 120, 0.55), rgba(255, 30, 30, 0.15));
    opacity: 0;
    -webkit-transition: opacity .45s ease, -webkit-transform .45s ease;
    transition: opacity .45s ease, -webkit-transform .45s ease;
    transition: opacity .45s ease, transform .45s ease;
    transition: opacity .45s ease, transform .45s ease, -webkit-transform .45s ease;
    mix-blend-mode: screen;
    z-index: 0; }
  .btn-main .ic {
    width: 24px;
    height: 24px; }
    @media (max-width: 767.98px) {
      .btn-main .ic {
        width: 18px;
        height: 18px; } }
  .btn-main .ic-arrow-up-right {
    -webkit-transition: .45s ease;
    transition: .45s ease; }
  .btn-main:hover {
    color: var(--white-color); }
    .btn-main:hover::before {
      opacity: .45;
      -webkit-transform: scale(1.4);
          -ms-transform: scale(1.4);
              transform: scale(1.4); }
    .btn-main:hover::after {
      opacity: .35;
      -webkit-transform: scale(1.15);
          -ms-transform: scale(1.15);
              transform: scale(1.15); }
    .btn-main:hover .ic-arrow-up-right {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }

.btn-border-gradient {
  position: relative;
  padding: 15px 25px;
  border-radius: 16px;
  background-color: var(--color-midnight-deep);
  color: var(--white-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: color .35s ease;
  transition: color .35s ease; }
  .btn-border-gradient::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1.5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#0075FA), to(#12387B));
    background: linear-gradient(180deg, #0075FA 0%, #12387B 100%);
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
    -webkit-transition: opacity .35s ease;
    transition: opacity .35s ease; }
  .btn-border-gradient::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: -webkit-gradient(linear, left top, left bottom, from(#0A4EE8), to(#0B2C6F));
    background: linear-gradient(180deg, #0A4EE8 0%, #0B2C6F 100%);
    opacity: 0;
    z-index: -2;
    -webkit-transition: opacity .45s ease;
    transition: opacity .45s ease; }
  @media (pointer: fine) {
    .btn-border-gradient:hover {
      color: var(--white-color); }
      .btn-border-gradient:hover::after {
        opacity: 1; }
      .btn-border-gradient:hover::before {
        opacity: .6; } }
  .btn-border-gradient .ic {
    width: 24px;
    height: 24px;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (max-width: 767.98px) {
      .btn-border-gradient .ic {
        width: 18px;
        height: 18px; } }
    .btn-border-gradient:hover .btn-border-gradient .ic {
      -webkit-transform: translateX(3px);
          -ms-transform: translateX(3px);
              transform: translateX(3px); }

.btn-secondary {
  --glow-1: rgba(0, 117, 250, 0.35);
  --glow-2: rgba(18, 56, 123, 0.25);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 16px 40px;
  border-radius: 16px;
  background: var(--gradient-blue);
  min-width: 198px;
  color: var(--white-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: -webkit-transform .35s ease, -webkit-box-shadow .35s ease;
  transition: -webkit-transform .35s ease, -webkit-box-shadow .35s ease;
  transition: transform .35s ease, box-shadow .35s ease;
  transition: transform .35s ease, box-shadow .35s ease, -webkit-transform .35s ease, -webkit-box-shadow .35s ease; }
  @media (max-width: 767.98px) {
    .btn-secondary {
      gap: 10px;
      border-radius: 10px;
      padding: 12px 22px;
      min-width: auto;
      font-size: 13px; } }
  .btn-secondary::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(circle at 50% 50%, var(--glow-1) 0%, transparent 70%);
    opacity: 0;
    -webkit-transition: opacity .45s ease, -webkit-transform .45s ease;
    transition: opacity .45s ease, -webkit-transform .45s ease;
    transition: opacity .45s ease, transform .45s ease;
    transition: opacity .45s ease, transform .45s ease, -webkit-transform .45s ease;
    z-index: 0; }
  .btn-secondary::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(130deg, rgba(0, 140, 255, 0.55), rgba(0, 70, 190, 0.15));
    opacity: 0;
    -webkit-transition: opacity .45s ease, -webkit-transform .45s ease;
    transition: opacity .45s ease, -webkit-transform .45s ease;
    transition: opacity .45s ease, transform .45s ease;
    transition: opacity .45s ease, transform .45s ease, -webkit-transform .45s ease;
    mix-blend-mode: screen;
    z-index: 0; }
  .btn-secondary .ic {
    width: 24px;
    height: 24px; }
    @media (max-width: 767.98px) {
      .btn-secondary .ic {
        width: 18px;
        height: 18px; } }
  .btn-secondary .ic-arrow-up-right {
    -webkit-transition: .45s ease;
    transition: .45s ease; }
  .btn-secondary:hover {
    color: var(--white-color); }
    .btn-secondary:hover::before {
      opacity: .45;
      -webkit-transform: scale(1.4);
          -ms-transform: scale(1.4);
              transform: scale(1.4); }
    .btn-secondary:hover::after {
      opacity: .35;
      -webkit-transform: scale(1.15);
          -ms-transform: scale(1.15);
              transform: scale(1.15); }
    .btn-secondary:hover .ic-arrow-up-right {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }

.btn-border {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  border-radius: 16px;
  border: 1px solid var(--white-color);
  padding: 18px 40px;
  min-height: 64px; }
  @media (pointer: fine) {
    .btn-border:hover {
      color: var(--color-midnight-deep);
      background-color: var(--white-color); } }
  @media (max-width: 767.98px) {
    .btn-border {
      font-size: 13px;
      border-radius: 10px;
      padding: 11px 25px;
      min-height: 44px; } }

.loader-wrap {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }

.loader {
  width: 100px;
  height: 60px;
  position: relative;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .loader span {
    display: block;
    width: 8px;
    height: 40px;
    background-color: var(--color-cool-gray); }
    .loader span:not(:last-child) {
      margin-right: 5px; }
    .loader span:nth-child(1) {
      -webkit-animation: loader-grow 1s ease-in-out infinite;
              animation: loader-grow 1s ease-in-out infinite; }
    .loader span:nth-child(2) {
      -webkit-animation: loader-grow 1s ease-in-out 0.15s infinite;
              animation: loader-grow 1s ease-in-out 0.15s infinite; }
    .loader span:nth-child(3) {
      -webkit-animation: loader-grow 1s ease-in-out 0.30s infinite;
              animation: loader-grow 1s ease-in-out 0.30s infinite; }
    .loader span:nth-child(4) {
      -webkit-animation: loader-grow 1s ease-in-out 0.45s infinite;
              animation: loader-grow 1s ease-in-out 0.45s infinite; }

@-webkit-keyframes loader-grow {
  0%, 100% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); }
  50% {
    -webkit-transform: scaleY(1.8);
    -ms-transform: scaleY(1.8);
    transform: scaleY(1.8); } }

@keyframes loader-grow {
  0%, 100% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); }
  50% {
    -webkit-transform: scaleY(1.8);
    -ms-transform: scaleY(1.8);
    transform: scaleY(1.8); } }

#messageDialog {
  padding: 20px 20px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 10px #1c1c1c;
          box-shadow: 2px 2px 10px #1c1c1c;
  width: 100%;
  max-width: 400px; }
  #messageDialog .popup-title {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px; }
  #messageDialog .popup-message {
    text-align: center; }

.pagination-wrap {
  margin: 30px 0; }
  .pagination-wrap .load-more {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .pagination-wrap .load-more [disabled] {
      -webkit-animation: load_mode_spinner 2s linear infinite;
              animation: load_mode_spinner 2s linear infinite; }
  @media (max-width: 1199.98px) {
    .pagination-wrap {
      margin: 25px 0; } }
  @media (max-width: 991.98px) {
    .pagination-wrap {
      margin: 20px 0; } }
  @media (max-width: 767.98px) {
    .pagination-wrap {
      margin: 20px 0; }
      .pagination-wrap .load-more {
        padding-bottom: 15px; } }

.pagination {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px; }
  .pagination:not(:first-child) {
    margin-top: 32px; }
  .pagination:not(:last-child) {
    margin-bottom: 32px; }
  .pagination ul, .pagination li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4px; }
  .pagination li a {
    width: 40px;
    height: 40px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--white-color);
    border: 1px solid black;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (any-hover: hover) {
      .pagination li a:hover {
        text-decoration: none;
        background: black;
        color: var(--white-color); }
        .pagination li a:hover .ic {
          color: var(--white-color); } }
    .pagination li a:focus {
      text-decoration: none;
      background: black;
      color: var(--white-color); }
      .pagination li a:focus .ic {
        color: var(--white-color); }
  .pagination li.page-gap span {
    display: inline-block;
    cursor: default;
    -webkit-transform: translateY(24px);
        -ms-transform: translateY(24px);
            transform: translateY(24px);
    letter-spacing: 0.2rem;
    padding: 0 0 0 2px; }
  .pagination li.disabled a {
    pointer-events: none;
    cursor: default; }
  .pagination li.current-link a,
  .pagination li.active a {
    background: var(--white-color);
    color: var(--white-color); }
  @media (max-width: 1199.98px) {
    .pagination .page-item a {
      width: 54px;
      height: 54px; }
    .pagination .page-item.page-gap span {
      -webkit-transform: translateY(20px);
          -ms-transform: translateY(20px);
              transform: translateY(20px); } }
  @media (max-width: 767.98px) {
    .pagination {
      margin: 26px 0; }
      .pagination .page-item a {
        width: 48px;
        height: 48px; }
      .pagination .page-item.page-gap span {
        -webkit-transform: translateY(17px);
            -ms-transform: translateY(17px);
                transform: translateY(17px); } }

@-webkit-keyframes load_mode_spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes load_mode_spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@media (min-width: 992px) {
  body, * {
    scrollbar-color: var(--white-color) var(--white-color);
    scrollbar-width: thin; } }

@media (min-width: 992px) {
  .thin-scrollbar, .thin-scrollbar * {
    scrollbar-color: auto;
    scrollbar-width: auto; }
  .thin-scrollbar::-webkit-scrollbar,
  .thin-scrollbar *::-webkit-scrollbar {
    width: 3px;
    height: 3px; }
  .thin-scrollbar::-webkit-scrollbar-button,
  .thin-scrollbar *::-webkit-scrollbar-button {
    display: none; }
  .thin-scrollbar::-webkit-scrollbar-track,
  .thin-scrollbar *::-webkit-scrollbar-track {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); }
  .thin-scrollbar::-webkit-scrollbar-track-piece,
  .thin-scrollbar *::-webkit-scrollbar-track-piece {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); }
  .thin-scrollbar::-webkit-scrollbar-thumb,
  .thin-scrollbar *::-webkit-scrollbar-thumb {
    background: var(--white-color);
    border-radius: 99px; }
  .thin-scrollbar::-webkit-scrollbar-corner,
  .thin-scrollbar *::-webkit-scrollbar-corner {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); } }

@-moz-document url-prefix() {
  @media (min-width: 992px) {
    body,
    *,
    .thin-scrollbar,
    .thin-scrollbar * {
      scrollbar-color: black #f2f2f2 !important;
      scrollbar-width: thin !important; } } }

.page-title {
  color: var(--color-navy-blue);
  text-align: center;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 26px; }
  .page-title--light {
    color: var(--white-color); }
  @media (max-width: 991.98px) {
    .page-title {
      font-size: 42px; } }
  @media (max-width: 767.98px) {
    .page-title {
      font-size: 26px; } }

.section-label {
  color: var(--color-cloud-blue);
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 40px;
  background: var(--color-midnight-deep);
  padding: 10px 20px;
  margin-bottom: 12px; }
  @media (max-width: 767.98px) {
    .section-label {
      font-size: 13px;
      font-weight: 500;
      line-height: 150%;
      gap: 6px;
      padding: 8px 14px; } }
  .section-label::before, .section-label::after {
    content: '';
    display: block;
    width: 8px;
    min-width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gradient-blue); }
    @media (max-width: 767.98px) {
      .section-label::before, .section-label::after {
        width: 6px;
        min-width: 6px;
        height: 6px; } }

.section-title {
  color: var(--white-color);
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 26px; }
  @media (max-width: 991.98px) {
    .section-title {
      font-size: 32px; } }
  @media (max-width: 767.98px) {
    .section-title {
      font-size: 24px;
      margin-bottom: 12px; } }

.section-subtitle {
  color: var(--color-cloud-blue);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; }
  @media (max-width: 767.98px) {
    .section-subtitle {
      font-size: 13px; } }

.section-heading {
  margin-bottom: 32px; }
  @media (max-width: 767.98px) {
    .section-heading {
      margin-bottom: 24px; } }
  .section-heading .section-label {
    margin: 0 auto 12px; }
  .section-heading .section-title {
    text-align: center; }
  .section-heading .section-subtitle {
    max-width: 540px;
    width: 100%;
    text-align: center;
    margin: 0 auto; }

.text-scroll {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: unset;
  padding-right: 5px; }
  @media (min-width: 992px) {
    .text-scroll, .text-scroll * {
      scrollbar-color: auto;
      scrollbar-width: auto; }
    .text-scroll::-webkit-scrollbar,
    .text-scroll *::-webkit-scrollbar {
      width: 3px;
      height: 3px; }
    .text-scroll::-webkit-scrollbar-button,
    .text-scroll *::-webkit-scrollbar-button {
      display: none; }
    .text-scroll::-webkit-scrollbar-track,
    .text-scroll *::-webkit-scrollbar-track {
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); }
    .text-scroll::-webkit-scrollbar-track-piece,
    .text-scroll *::-webkit-scrollbar-track-piece {
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); }
    .text-scroll::-webkit-scrollbar-thumb,
    .text-scroll *::-webkit-scrollbar-thumb {
      background: var(--white-color);
      border-radius: 99px; }
    .text-scroll::-webkit-scrollbar-corner,
    .text-scroll *::-webkit-scrollbar-corner {
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); } }

.text-formatted {
  --br: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-family: "Inter", sans-serif; }
  .text-formatted:after {
    content: "";
    display: block;
    clear: both; }
  @media (max-width: 991.98px) {
    .text-formatted {
      font-size: 12px; } }
  .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) {
    margin-top: 1.6em;
    margin-bottom: 0.3em;
    font-weight: 500;
    line-height: 1.2; }
    .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title):first-child {
      margin-top: 0; }
    .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title):last-child {
      margin-bottom: 0; }
    @media (max-width: 991.98px) {
      .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title):not(:first-child) {
        margin-top: 2em; }
      .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title):not(:last-child) {
        margin-bottom: 24px; } }
    .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + :not(h1):not(.h1):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5):not(.text-title):not(.text-sub-title) {
      margin-top: 10px; }
    .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h1, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h1, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h2, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h2, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h3, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h3, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h4, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h4, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h5, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h5, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .text-title, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .text-sub-title {
      margin-top: 10px; }
  .text-formatted h1, .text-formatted .h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase; }
  .text-formatted .text-title, .text-formatted h2, .text-formatted .h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      .text-formatted .text-title, .text-formatted h2, .text-formatted .h2 {
        font-size: 28px; } }
    @media (max-width: 575.98px) {
      .text-formatted .text-title, .text-formatted h2, .text-formatted .h2 {
        font-size: 24px; } }
  .text-formatted .text-sub-title, .text-formatted h3, .text-formatted .h3 {
    font-size: 18px;
    line-height: 1.2; }
    @media (max-width: 991.98px) {
      .text-formatted .text-sub-title, .text-formatted h3, .text-formatted .h3 {
        font-size: 17px; } }
    @media (max-width: 575.98px) {
      .text-formatted .text-sub-title, .text-formatted h3, .text-formatted .h3 {
        font-size: 16px; } }
  .text-formatted h4, .text-formatted .h4 {
    font-size: 16px;
    line-height: 1.2; }
  .text-formatted a,
  .text-formatted [js-href] {
    position: relative;
    line-height: normal;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    text-decoration: underline; }
    @media (pointer: fine) {
      .text-formatted a:hover,
      .text-formatted [js-href]:hover {
        text-shadow: 0 0 0;
        text-decoration: none; } }
  .text-formatted ul, .text-formatted ol, .text-formatted p, .text-formatted blockquote {
    margin-bottom: 16px; }
  .text-formatted p {
    position: relative; }
    .text-formatted p:empty {
      display: none; }
  .text-formatted hr {
    border: none;
    border-bottom: 2px solid;
    opacity: 1;
    margin: 1.5em 0; }
  .text-formatted blockquote {
    display: block;
    clear: both;
    border-left: 5px solid;
    padding: 5px 0 5px 1em;
    font-size: 1.5em;
    margin: 1.5em 0; }
    .text-formatted blockquote > *:last-child {
      margin-bottom: 0; }
  .text-formatted img {
    max-width: 100%;
    height: auto !important;
    margin: 3.1em auto 2.9em;
    border-radius: var(--br);
    vertical-align: unset; }
    .text-formatted img.image-style-align-left, .text-formatted img[style*="float:left"], .text-formatted img[style*="float: left"] {
      margin: 0 1.5rem 0 0; }
    .text-formatted img.image-style-align-right, .text-formatted img[style*="float:right"], .text-formatted img[style*="float: right"] {
      margin: 0 0 0 1.5rem; }
    .text-formatted img:not([style*="float"]):not(.image-style-align-left):not(.image-style-align-right) {
      display: block; }
    .text-formatted img.image-style-align-center {
      display: block;
      margin: 0 auto; }
    .text-formatted img.image-style-align-left {
      float: left; }
    .text-formatted img.image-style-align-right {
      float: right; }
    .text-formatted img.image_resized {
      max-width: 100%;
      height: auto; }
    @media (max-width: 575.98px) {
      .text-formatted img {
        margin: 1.9em auto 3em; }
        .text-formatted img.image-style-align-left, .text-formatted img[style*="float:left"], .text-formatted img[style*="float: left"] {
          margin: 0 1.5rem 0 0; }
        .text-formatted img.image-style-align-right, .text-formatted img[style*="float:right"], .text-formatted img[style*="float: right"] {
          margin: 0 0 0 1.5rem; } }
  .text-formatted figure.image {
    position: relative;
    max-width: 100%;
    margin: 10px 0 24px; }
    .text-formatted figure.image img {
      display: block;
      margin: auto; }
    .text-formatted figure.image figcaption {
      font-size: 1rem;
      color: #555555;
      text-align: center;
      margin-top: 10px;
      font-style: italic;
      padding: 0 10px; }
  .text-formatted ul:not(.list),
  .text-formatted ol:not(.list) {
    padding-left: 0; }
    .text-formatted ul:not(.list) li,
    .text-formatted ol:not(.list) li {
      margin-bottom: 0.4em; }
    .text-formatted ul:not(.list) ul, .text-formatted ul:not(.list) ol,
    .text-formatted ol:not(.list) ul,
    .text-formatted ol:not(.list) ol {
      margin-top: 0.6em;
      margin-left: 1.3em; }
  .text-formatted ol:not(.list) {
    list-style-position: inside;
    list-style-type: none;
    counter-reset: step-counter; }
    .text-formatted ol:not(.list) > li {
      position: relative;
      list-style-type: none;
      counter-increment: step-counter; }
      .text-formatted ol:not(.list) > li:before {
        content: counters(step-counter, ".", decimal-leading-zero) ".";
        display: inline-block;
        min-width: 0.75em;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
        font-size: 1em;
        margin-right: 0.4em;
        font-weight: bold; }
    .text-formatted ol:not(.list) ol li:before {
      content: counters(step-counter, ".") "."; }
  .text-formatted ul:not(.list) > li {
    position: relative;
    list-style-type: none;
    padding-left: 1.5em; }
    .text-formatted ul:not(.list) > li:before {
      position: absolute;
      left: 0;
      content: "●";
      display: inline-block;
      min-width: 0.9em;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease;
      margin-right: 0.4em; }
  .text-formatted ul:not(.list)[style*="list-style-type:square"] > li:before, .text-formatted ul:not(.list)[style*="list-style-type: square"] > li:before {
    content: "■"; }
  .text-formatted ul:not(.list)[style*="list-style-type:disc"] > li:before, .text-formatted ul:not(.list)[style*="list-style-type: disc"] > li:before {
    content: "●"; }
  .text-formatted ul:not(.list)[style*="list-style-type:circle"] > li:before, .text-formatted ul:not(.list)[style*="list-style-type: circle"] > li:before {
    content: "○"; }
  .text-formatted .table-wrap {
    max-width: 100%;
    overflow: auto;
    margin: 1.2em 0; }
    .text-formatted .table-wrap table {
      margin: 0; }
  .text-formatted table {
    min-width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    margin: 1.2em 0; }
    .text-formatted table thead tr {
      background: var(--color-steel-gray);
      color: var(--white-color); }
    .text-formatted table tbody:first-child tr:nth-child(odd),
    .text-formatted table thead + tbody tr:nth-child(even) {
      background: #ececec; }
    .text-formatted table th,
    .text-formatted table td {
      padding: 15px 15px;
      text-align: left;
      border: none; }
    .text-formatted table thead td,
    .text-formatted table th {
      text-align: center;
      font-weight: bold; }
    .text-formatted table tfoot td {
      font-weight: bold; }
  .text-formatted > *:last-child {
    margin-bottom: 0; }

.text-formatted {
  color: var(--color-cool-gray); }
  .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, .text-title, .text-sub-title) {
    color: var(--color-cool-gray); }
  .text-formatted a,
  .text-formatted [js-href] {
    --color-link-text: var(--color-cool-gray);
    --color-link-hovered-text: var(--color-cool-gray); }
  .text-formatted hr {
    border-bottom-color: var(--color-steel-gray); }
  .text-formatted ol > li:before {
    color: var(--color-steel-gray); }
  .text-formatted ul > li:before {
    color: var(--color-steel-gray); }
  .text-formatted blockquote {
    border-left-color: var(--color-steel-gray); }
  .text-formatted table thead td,
  .text-formatted table th {
    border-color: var(--color-steel-gray); }

.section-hero {
  position: relative;
  padding-top: 200px;
  padding-bottom: 154px;
  overflow: hidden; }
  @media (max-width: 991.98px) {
    .section-hero {
      padding-top: 111px;
      padding-bottom: 55px; } }
  .section-hero::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url("data:image/svg+xml,%3Csvg width='806' height='1081' viewBox='0 0 806 1081' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_126_570)'%3E%3Cellipse cx='140' cy='444' rx='166' ry='137' fill='%23606BB7'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_126_570' x='-526' y='-193' width='1332' height='1274' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='250' result='effect1_foregroundBlur_126_570'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A") center no-repeat;
    width: 803px;
    height: 1080px; }
  .section-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='1439' height='750' viewBox='0 0 1439 750' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_126_19)'%3E%3Crect x='-0.5' y='-6.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='79.5' y='-6.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='159.5' y='-6.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='239.5' y='-6.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='319.5' y='-6.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='399.5' y='-6.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='479.5' y='-6.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='559.5' y='-6.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='639.5' y='-6.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='719.5' y='-6.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='799.5' y='-6.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='879.5' y='-6.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='959.5' y='-6.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1039.5' y='-6.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1119.5' y='-6.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1199.5' y='-6.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1279.5' y='-6.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1359.5' y='-6.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='-0.5' y='73.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='79.5' y='73.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='159.5' y='73.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='239.5' y='73.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='319.5' y='73.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='399.5' y='73.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='479.5' y='73.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='559.5' y='73.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='639.5' y='73.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='719.5' y='73.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='799.5' y='73.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='879.5' y='73.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='959.5' y='73.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1039.5' y='73.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1119.5' y='73.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1199.5' y='73.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1279.5' y='73.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1359.5' y='73.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='-0.5' y='153.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='79.5' y='153.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='159.5' y='153.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='239.5' y='153.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='319.5' y='153.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='399.5' y='153.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='479.5' y='153.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='559.5' y='153.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='639.5' y='153.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='719.5' y='153.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='799.5' y='153.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='879.5' y='153.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='959.5' y='153.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1039.5' y='153.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1119.5' y='153.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1199.5' y='153.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1279.5' y='153.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1359.5' y='153.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='-0.5' y='233.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='79.5' y='233.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='159.5' y='233.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='239.5' y='233.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='319.5' y='233.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='399.5' y='233.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='479.5' y='233.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='559.5' y='233.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='639.5' y='233.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='719.5' y='233.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='799.5' y='233.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='879.5' y='233.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='959.5' y='233.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1039.5' y='233.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1119.5' y='233.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1199.5' y='233.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1279.5' y='233.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1359.5' y='233.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='-0.5' y='313.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='79.5' y='313.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='159.5' y='313.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='239.5' y='313.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='319.5' y='313.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='399.5' y='313.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='479.5' y='313.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='559.5' y='313.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='639.5' y='313.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='719.5' y='313.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='799.5' y='313.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='879.5' y='313.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='959.5' y='313.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1039.5' y='313.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1119.5' y='313.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1199.5' y='313.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1279.5' y='313.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1359.5' y='313.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='-0.5' y='393.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='79.5' y='393.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='159.5' y='393.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='239.5' y='393.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='319.5' y='393.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='399.5' y='393.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='479.5' y='393.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='559.5' y='393.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='639.5' y='393.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='719.5' y='393.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='799.5' y='393.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='879.5' y='393.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='959.5' y='393.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1039.5' y='393.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1119.5' y='393.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1199.5' y='393.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1279.5' y='393.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1359.5' y='393.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='-0.5' y='473.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='79.5' y='473.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='159.5' y='473.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='239.5' y='473.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='319.5' y='473.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='399.5' y='473.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='479.5' y='473.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='559.5' y='473.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='639.5' y='473.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='719.5' y='473.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='799.5' y='473.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='879.5' y='473.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='959.5' y='473.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1039.5' y='473.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1119.5' y='473.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1199.5' y='473.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1279.5' y='473.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1359.5' y='473.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='-0.5' y='553.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='79.5' y='553.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='159.5' y='553.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='239.5' y='553.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='319.5' y='553.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='399.5' y='553.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='479.5' y='553.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='559.5' y='553.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='639.5' y='553.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='719.5' y='553.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='799.5' y='553.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='879.5' y='553.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='959.5' y='553.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1039.5' y='553.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1119.5' y='553.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1199.5' y='553.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1279.5' y='553.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1359.5' y='553.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='-0.5' y='633.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='79.5' y='633.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='159.5' y='633.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='239.5' y='633.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='319.5' y='633.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='399.5' y='633.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='479.5' y='633.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='559.5' y='633.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='639.5' y='633.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='719.5' y='633.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='799.5' y='633.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='879.5' y='633.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='959.5' y='633.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1039.5' y='633.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1119.5' y='633.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1199.5' y='633.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1279.5' y='633.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1359.5' y='633.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='-0.5' y='713.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='79.5' y='713.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='159.5' y='713.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='239.5' y='713.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='319.5' y='713.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='399.5' y='713.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='479.5' y='713.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='559.5' y='713.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='639.5' y='713.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='719.5' y='713.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='799.5' y='713.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='879.5' y='713.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='959.5' y='713.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1039.5' y='713.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1119.5' y='713.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1199.5' y='713.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1279.5' y='713.5' width='80' height='80' stroke='%2310132F'/%3E%3Crect x='1359.5' y='713.5' width='80' height='80' stroke='%2310132F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_126_19'%3E%3Crect width='1439' height='756' fill='white' transform='translate(0 -6)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    z-index: -1; }
    @media (max-width: 991.98px) {
      .section-hero::after {
        display: none; } }
  .section-hero .hero-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 11px;
    margin-bottom: 22px; }
    @media (max-width: 767.98px) {
      .section-hero .hero-rating {
        gap: 6px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 12px; } }
    .section-hero .hero-rating .hero-rating__stars {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 9px; }
      @media (max-width: 767.98px) {
        .section-hero .hero-rating .hero-rating__stars {
          gap: 5px; } }
      .section-hero .hero-rating .hero-rating__stars .star {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .section-hero .hero-rating .hero-rating__stars .star img {
          width: 19px;
          height: 19px;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
          @media (max-width: 767.98px) {
            .section-hero .hero-rating .hero-rating__stars .star img {
              width: 14px;
              height: 14px; } }
    .section-hero .hero-rating .hero-rating__text {
      color: var(--color-cloud-blue);
      font-size: 14px;
      font-weight: 400;
      line-height: 140%; }
      @media (max-width: 767.98px) {
        .section-hero .hero-rating .hero-rating__text {
          font-size: 12px; } }
      .section-hero .hero-rating .hero-rating__text b {
        color: var(--white-color); }
        @media (max-width: 767.98px) {
          .section-hero .hero-rating .hero-rating__text b {
            font-weight: 400; } }
  .section-hero .page-title {
    max-width: 1190px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .section-hero .hero-features {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto; }
    .section-hero .hero-features ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 12px;
      list-style: none;
      padding: 0;
      margin: 0; }
      @media (max-width: 767.98px) {
        .section-hero .hero-features ul {
          gap: 4px; } }
      .section-hero .hero-features ul li {
        color: var(--white-color);
        font-size: 16px;
        font-weight: 500;
        line-height: 150%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 10px;
        padding: 10px 20px;
        border-radius: 40px;
        background-color: var(--color-royal-blue); }
        @media (max-width: 767.98px) {
          .section-hero .hero-features ul li {
            font-size: 13px;
            gap: 6px;
            padding: 8px 14px; } }
        .section-hero .hero-features ul li::before {
          content: '';
          display: block;
          width: 8px;
          min-width: 8px;
          height: 8px;
          border-radius: 50%;
          background: var(--gradient-blue); }
          @media (max-width: 767.98px) {
            .section-hero .hero-features ul li::before {
              width: 6px;
              min-width: 6px;
              height: 6px; } }
  .section-hero .hero-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
    margin-top: 58px; }
    @media (max-width: 991.98px) {
      .section-hero .hero-actions {
        margin-top: 30px;
        gap: 8px; } }

.section-video-preview {
  overflow: hidden; }
  .section-video-preview .video-preview {
    position: relative; }
  .section-video-preview .video-preview__media {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 991.98px) {
      .section-video-preview .video-preview__media {
        min-height: 500px; } }
    @media (min-width: 991.98px) {
      .section-video-preview .video-preview__media .video-preview__media-img {
        width: 85%; } }
  .section-video-preview .btn-play {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
    top: 47%;
    background: var(--gradient-red);
    width: 103px;
    height: 103px;
    min-height: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 50%;
    padding: 0; }
    @media (max-width: 767.98px) {
      .section-video-preview .btn-play {
        width: 40px;
        height: 40px; } }
    .section-video-preview .btn-play::before {
      content: '';
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      background: rgba(191, 9, 12, 0.2);
      width: 124px;
      height: 124px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      border-radius: 50%;
      z-index: -1; }
      @media (max-width: 767.98px) {
        .section-video-preview .btn-play::before {
          width: 50px;
          height: 50px; } }
    .section-video-preview .btn-play .ic {
      width: 26px;
      height: 26px;
      margin-left: 10px; }
      @media (max-width: 767.98px) {
        .section-video-preview .btn-play .ic {
          width: 12px;
          height: 12px;
          margin-left: 4px; } }
  .section-video-preview .metric-card {
    position: absolute;
    padding: 40px 48px;
    border-radius: 24px;
    background-color: var(--white-color);
    -webkit-box-shadow: 12px 12px 40px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 12px 12px 40px 0 rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 28px;
    opacity: 0; }
    @media (max-width: 1199.98px) {
      .section-video-preview .metric-card {
        padding: 32px; } }
    @media (max-width: 991.98px) {
      .section-video-preview .metric-card {
        padding: 24px;
        gap: 14px; } }
    @media (max-width: 767.98px) {
      .section-video-preview .metric-card {
        padding: 13px 14px;
        border-radius: 10px;
        gap: 10px;
        -webkit-box-shadow: 3.868px 3.868px 12.894px 0 rgba(0, 0, 0, 0.1);
                box-shadow: 3.868px 3.868px 12.894px 0 rgba(0, 0, 0, 0.1); } }
    .section-video-preview .metric-card .metric-card__icon {
      width: 64px;
      height: 64px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      @media (max-width: 991.98px) {
        .section-video-preview .metric-card .metric-card__icon {
          width: 42px;
          height: 42px; } }
      @media (max-width: 767.98px) {
        .section-video-preview .metric-card .metric-card__icon {
          width: 22px;
          height: 22px; } }
    .section-video-preview .metric-card .metric-card__top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 12px; }
      @media (max-width: 767.98px) {
        .section-video-preview .metric-card .metric-card__top {
          gap: 5px; } }
      .section-video-preview .metric-card .metric-card__top .ic {
        color: #17cc23;
        width: 27px;
        height: 16px; }
        @media (max-width: 767.98px) {
          .section-video-preview .metric-card .metric-card__top .ic {
            width: 12px;
            height: 12px; } }
      .section-video-preview .metric-card .metric-card__top .metric-card__value {
        color: var(--color-charcoal);
        font-size: 32px;
        font-weight: 700;
        line-height: 40px; }
        @media (max-width: 991.98px) {
          .section-video-preview .metric-card .metric-card__top .metric-card__value {
            font-size: 24px;
            line-height: 100%; } }
        @media (max-width: 767.98px) {
          .section-video-preview .metric-card .metric-card__top .metric-card__value {
            font-size: 16px;
            line-height: 20px; } }
        @media (max-width: 575.98px) {
          .section-video-preview .metric-card .metric-card__top .metric-card__value {
            font-size: 12px;
            line-height: 14px; } }
    .section-video-preview .metric-card .metric-card__label {
      color: var(--color-stone-gray);
      font-size: 20px;
      font-weight: 400;
      line-height: 28px;
      margin-top: 4px; }
      @media (max-width: 991.98px) {
        .section-video-preview .metric-card .metric-card__label {
          font-size: 16px;
          line-height: 20px; } }
      @media (max-width: 767.98px) {
        .section-video-preview .metric-card .metric-card__label {
          font-size: 12px;
          line-height: 14px; } }
    .section-video-preview .metric-card.metric-card--1 {
      -webkit-transform: rotate(-9deg);
          -ms-transform: rotate(-9deg);
              transform: rotate(-9deg);
      top: 26%;
      left: -1%; }
      @media (max-width: 575.98px) {
        .section-video-preview .metric-card.metric-card--1 {
          -webkit-transform: rotate(8.367deg);
              -ms-transform: rotate(8.367deg);
                  transform: rotate(8.367deg);
          top: 14%;
          left: -8%; } }
    .section-video-preview .metric-card.metric-card--2 {
      -webkit-transform: rotate(-5deg);
          -ms-transform: rotate(-5deg);
              transform: rotate(-5deg);
      top: -7%;
      right: 21%; }
      @media (max-width: 575.98px) {
        .section-video-preview .metric-card.metric-card--2 {
          -webkit-transform: rotate(-12.882deg);
              -ms-transform: rotate(-12.882deg);
                  transform: rotate(-12.882deg);
          top: -17%;
          right: -3%; } }
    .section-video-preview .metric-card.metric-card--3 {
      -webkit-transform: rotate(9deg);
          -ms-transform: rotate(9deg);
              transform: rotate(9deg);
      right: 0;
      bottom: 16%; }
      @media (max-width: 575.98px) {
        .section-video-preview .metric-card.metric-card--3 {
          -webkit-transform: rotate(13.662deg);
              -ms-transform: rotate(13.662deg);
                  transform: rotate(13.662deg);
          right: 23%;
          bottom: -15%; } }

.section-clients-slider .marquee-section {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px; }
  @media (max-width: 767.98px) {
    .section-clients-slider .marquee-section {
      gap: 12px; } }

.section-clients-slider .marquee-row {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .section-clients-slider .marquee-row:not(.swiper-initialized) .swiper-wrapper {
    gap: 16px; }
    @media (max-width: 767.98px) {
      .section-clients-slider .marquee-row:not(.swiper-initialized) .swiper-wrapper {
        gap: 12px; } }
    @media (max-width: 575.98px) {
      .section-clients-slider .marquee-row:not(.swiper-initialized) .swiper-wrapper {
        gap: 8px; } }

.section-clients-slider .marquee-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  will-change: transform;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: marquee 60s linear infinite;
          animation: marquee 60s linear infinite; }

.section-clients-slider .marquee-paused {
  -webkit-animation-play-state: paused !important;
          animation-play-state: paused !important; }

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }

.section-clients-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important; }

.section-clients-slider .marquee-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  height: auto;
  padding: 20px;
  border-radius: 24px;
  border: 1px solid var(--color-navy-blue);
  background: var(--color-midnight-deep); }
  @media (max-width: 1199.98px) {
    .section-clients-slider .marquee-item {
      padding: 20px 16px; } }
  @media (max-width: 991.98px) {
    .section-clients-slider .marquee-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 767.98px) {
    .section-clients-slider .marquee-item {
      gap: 12px;
      border-radius: 20px;
      padding: 14px; } }
  .section-clients-slider .marquee-item .marquee-item__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .section-clients-slider .marquee-item .marquee-item__media img {
      width: 80px;
      min-width: 80px;
      height: 80px;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 50%; }
      @media (max-width: 1199.98px) {
        .section-clients-slider .marquee-item .marquee-item__media img {
          width: 60px;
          min-width: 60px;
          height: 60px; } }
      @media (max-width: 767.98px) {
        .section-clients-slider .marquee-item .marquee-item__media img {
          width: 50px;
          min-width: 50px;
          height: 50px; } }
  .section-clients-slider .marquee-item .marquee-item__title {
    color: var(--color-cloud);
    font-size: 20px;
    font-weight: 500;
    line-height: 130%; }
    @media (max-width: 1199.98px) {
      .section-clients-slider .marquee-item .marquee-item__title {
        font-size: 16px;
        line-height: 120%; } }
    @media (max-width: 991.98px) {
      .section-clients-slider .marquee-item .marquee-item__title {
        text-align: center; } }
    @media (max-width: 767.98px) {
      .section-clients-slider .marquee-item .marquee-item__title {
        font-size: 15px; } }
  .section-clients-slider .marquee-item .marquee-item__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4px 10px;
    margin-top: 10px; }
    @media (max-width: 991.98px) {
      .section-clients-slider .marquee-item .marquee-item__text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-wrap: unset;
            flex-wrap: unset;
        gap: 0;
        text-align: center; } }
    @media (max-width: 767.98px) {
      .section-clients-slider .marquee-item .marquee-item__text {
        margin-top: 2px; } }
    .section-clients-slider .marquee-item .marquee-item__text p {
      margin: 0; }
  .section-clients-slider .marquee-item .marquee__link-text {
    color: #BCC3D4;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%; }
    @media (max-width: 991.98px) {
      .section-clients-slider .marquee-item .marquee__link-text {
        text-align: center; } }
    @media (max-width: 767.98px) {
      .section-clients-slider .marquee-item .marquee__link-text {
        font-size: 12px; } }
  .section-clients-slider .marquee-item .marquee__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px; }
    @media (max-width: 767.98px) {
      .section-clients-slider .marquee-item .marquee__description {
        gap: 2px; } }
    .section-clients-slider .marquee-item .marquee__description .ic {
      color: var(--color-green);
      width: 16px;
      height: 16px; }
      @media (max-width: 767.98px) {
        .section-clients-slider .marquee-item .marquee__description .ic {
          width: 12px;
          height: 12px; } }
    .section-clients-slider .marquee-item .marquee__description .marquee__description-text {
      color: var(--color-green);
      font-size: 14px;
      font-weight: 600;
      line-height: 140%; }
      @media (max-width: 767.98px) {
        .section-clients-slider .marquee-item .marquee__description .marquee__description-text {
          font-size: 12px;
          line-height: 20px; } }

.section-clients-slider .btn-main {
  margin: 32px auto 0; }
  @media (max-width: 767.98px) {
    .section-clients-slider .btn-main {
      margin: 24px auto 0; } }

.section-features-grid {
  position: relative; }
  .section-features-grid::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='807' height='1290' viewBox='0 0 807 1290' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_126_535)'%3E%3Cellipse cx='131' cy='645' rx='176' ry='145' fill='%23606BB7'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_126_535' x='-545' y='0' width='1352' height='1290' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='250' result='effect1_foregroundBlur_126_535'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A") center no-repeat;
    width: 807px;
    height: 1290px;
    z-index: -1; }
    @media (max-width: 991.98px) {
      .section-features-grid::before {
        display: none; } }
  .section-features-grid::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='826' height='1290' viewBox='0 0 826 1290' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_126_534)'%3E%3Cellipse cx='676' cy='645' rx='176' ry='145' fill='%23606BB7'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_126_534' x='0' y='0' width='1352' height='1290' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='250' result='effect1_foregroundBlur_126_534'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A") center no-repeat;
    width: 807px;
    height: 1290px;
    z-index: -1; }
    @media (max-width: 991.98px) {
      .section-features-grid::after {
        display: none; } }
  .section-features-grid .features-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 20px; }
    @media (min-width: 991.98px) {
      .section-features-grid .features-grid > *:nth-child(5n + 2) {
        -ms-grid-column-span: 2;
        grid-column: span 2; }
      .section-features-grid .features-grid > *:nth-child(5n + 4) {
        -ms-grid-column-span: 2;
        grid-column: span 2; }
      .section-features-grid .features-grid > *:nth-child(5n + 5) {
        -ms-grid-column-span: 2;
        grid-column: span 2; } }
    @media (max-width: 1199.98px) {
      .section-features-grid .features-grid {
        gap: 12px; } }
    @media (max-width: 991.98px) {
      .section-features-grid .features-grid {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); }
        .section-features-grid .features-grid > *:nth-child(3n) {
          grid-column: 1 / -1; } }
    @media (max-width: 767.98px) {
      .section-features-grid .features-grid {
        gap: 8px; } }
  .section-features-grid .feature-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px;
    border-radius: 32px;
    background: var(--gradient-border-blue);
    overflow: hidden;
    min-width: 360px;
    cursor: default; }
    .section-features-grid .feature-card::after {
      content: '';
      position: absolute;
      background-color: var(--color-midnight-deep);
      inset: 1px;
      border-radius: inherit; }
    @media (pointer: fine) {
      .section-features-grid .feature-card:hover::before {
        opacity: 1; } }
    @media (max-width: 1199.98px) {
      .section-features-grid .feature-card {
        min-width: 280px;
        padding: 32px 24px; } }
    @media (max-width: 991.98px) {
      .section-features-grid .feature-card {
        min-width: auto; } }
    @media (max-width: 767.98px) {
      .section-features-grid .feature-card {
        display: block;
        border-radius: 20px;
        padding: 18px 14px; } }
    .section-features-grid .feature-card::before {
      content: "";
      position: absolute;
      left: var(--x);
      top: var(--y);
      width: 240px;
      height: 200px;
      background: #5964ad;
      border-radius: 200px;
      -webkit-filter: blur(120px);
              filter: blur(120px);
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      pointer-events: none;
      opacity: 0;
      z-index: 2;
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease; }
    .section-features-grid .feature-card .feature-card__wrapper {
      position: relative;
      z-index: 1; }
      @media (max-width: 767.98px) {
        .section-features-grid .feature-card .feature-card__wrapper {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          gap: 24px; } }
    .section-features-grid .feature-card .feature-card__icon {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100px;
      height: 100px;
      border-radius: 20px;
      background: linear-gradient(-45deg, #0d1542 0%, #747fbd 100%);
      -webkit-box-shadow: 10px 10px 24px 0 rgba(0, 117, 250, 0.06);
              box-shadow: 10px 10px 24px 0 rgba(0, 117, 250, 0.06);
      margin-bottom: 48px; }
      @media (max-width: 991.98px) {
        .section-features-grid .feature-card .feature-card__icon {
          width: 80px;
          height: 80px;
          margin-bottom: 32px; } }
      @media (max-width: 767.98px) {
        .section-features-grid .feature-card .feature-card__icon {
          width: 50px;
          height: 50px;
          border-radius: 10px;
          margin: 0; } }
      .section-features-grid .feature-card .feature-card__icon::before {
        content: '';
        position: absolute;
        background: linear-gradient(135deg, #060B27 0%, #162159 105%);
        inset: 1px;
        border-radius: inherit; }
      .section-features-grid .feature-card .feature-card__icon img {
        position: relative;
        z-index: 1; }
        @media (max-width: 991.98px) {
          .section-features-grid .feature-card .feature-card__icon img {
            width: 30px;
            height: 30px; } }
        @media (max-width: 767.98px) {
          .section-features-grid .feature-card .feature-card__icon img {
            width: 20px;
            height: 20px; } }
    .section-features-grid .feature-card .feature-card__title {
      color: var(--color-cloud);
      font-size: 28px;
      font-weight: 600;
      line-height: 130%;
      margin: 0; }
      @media (max-width: 1199.98px) {
        .section-features-grid .feature-card .feature-card__title {
          font-size: 24px; } }
      @media (max-width: 767.98px) {
        .section-features-grid .feature-card .feature-card__title {
          font-size: 17px;
          font-weight: 700;
          text-align: center; } }
    .section-features-grid .feature-card .feature-card__text {
      color: var(--color-cool-gray);
      font-size: 16px;
      font-weight: 400;
      line-height: 150%;
      margin-top: 15px; }
      @media (max-width: 767.98px) {
        .section-features-grid .feature-card .feature-card__text {
          display: none; } }

.section-analyze {
  position: relative; }
  .section-analyze .section-label {
    background-color: var(--color-deep-blue); }
  .section-analyze .section-title {
    margin-bottom: 36px; }
  .section-analyze .analyze-container {
    position: relative;
    padding: 80px 0;
    border-radius: 24px;
    background: var(--gradient-border-blue);
    overflow: hidden; }
    .section-analyze .analyze-container::after {
      content: '';
      position: absolute;
      background-color: var(--color-midnight-deep);
      inset: 1px;
      border-radius: inherit; }
    .section-analyze .analyze-container:hover .line-item {
      opacity: 1;
      -webkit-animation: pulse 2.5s ease-in-out infinite, shine 3s linear infinite;
              animation: pulse 2.5s ease-in-out infinite, shine 3s linear infinite;
      -webkit-transition: opacity 0.4s ease, stroke-dashoffset 0.6s ease, -webkit-filter 0.5s ease;
      transition: opacity 0.4s ease, stroke-dashoffset 0.6s ease, -webkit-filter 0.5s ease;
      transition: opacity 0.4s ease, filter 0.5s ease, stroke-dashoffset 0.6s ease;
      transition: opacity 0.4s ease, filter 0.5s ease, stroke-dashoffset 0.6s ease, -webkit-filter 0.5s ease; }
    .section-analyze .analyze-container.fade-out .line-item {
      opacity: 0.5;
      -webkit-animation: none;
              animation: none;
      -webkit-transition: opacity 0.6s ease, stroke-dashoffset 0.6s ease, -webkit-filter 0.6s ease;
      transition: opacity 0.6s ease, stroke-dashoffset 0.6s ease, -webkit-filter 0.6s ease;
      transition: opacity 0.6s ease, filter 0.6s ease, stroke-dashoffset 0.6s ease;
      transition: opacity 0.6s ease, filter 0.6s ease, stroke-dashoffset 0.6s ease, -webkit-filter 0.6s ease; }
    @media (max-width: 767.98px) {
      .section-analyze .analyze-container {
        padding: 127px 14px;
        border-radius: 20px; } }
  @media (max-width: 767.98px) {
    .section-analyze .analyze-media-desktop {
      display: none; } }
  .section-analyze .analyze-media-mobile {
    display: none; }
    @media (max-width: 767.98px) {
      .section-analyze .analyze-media-mobile {
        display: block;
        position: absolute;
        inset: 1px;
        z-index: 1; } }
  .section-analyze .svg-left {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    overflow: visible; }
  .section-analyze .svg-right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    overflow: visible; }
  .section-analyze .analyze-container__wrapper {
    position: relative;
    z-index: 2; }
  .section-analyze .analyze-tabs {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 24px; }
    @media (max-width: 767.98px) {
      .section-analyze .analyze-tabs {
        gap: 8px;
        margin-bottom: 23px; } }
    .section-analyze .analyze-tabs .tab {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 8px;
      padding-bottom: 15px;
      color: var(--color-cloud-blue);
      -webkit-transition: .3s ease;
      transition: .3s ease;
      cursor: pointer; }
      .section-analyze .analyze-tabs .tab::after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 3px;
        border-radius: 80px;
        background: rgba(255, 255, 255, 0.1);
        bottom: 0;
        -webkit-transition: .3s ease;
        transition: .3s ease; }
        @media (max-width: 767.98px) {
          .section-analyze .analyze-tabs .tab::after {
            display: none; } }
      .section-analyze .analyze-tabs .tab.active {
        color: var(--white-color); }
        @media (max-width: 767.98px) {
          .section-analyze .analyze-tabs .tab.active {
            border-bottom: 3px solid var(--color-red);
            background: rgba(255, 255, 255, 0.04); } }
        .section-analyze .analyze-tabs .tab.active::after {
          background: var(--color-red); }
      @media (pointer: fine) {
        .section-analyze .analyze-tabs .tab:hover {
          color: var(--white-color); }
          .section-analyze .analyze-tabs .tab:hover::after {
            background: var(--white-color); } }
      @media (max-width: 767.98px) {
        .section-analyze .analyze-tabs .tab {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          padding: 14px 20px;
          border-radius: 10px;
          border-bottom: 3px solid #29305C; } }
      @media (max-width: 575.98px) {
        .section-analyze .analyze-tabs .tab {
          gap: 4px; } }
      .section-analyze .analyze-tabs .tab .ic {
        width: 20px;
        height: 20px; }
      .section-analyze .analyze-tabs .tab .tab-text {
        font-size: 16px;
        font-weight: 700;
        line-height: 150%; }
        @media (max-width: 575.98px) {
          .section-analyze .analyze-tabs .tab .tab-text {
            font-size: 13px; } }
    .section-analyze .analyze-tabs .script-disabled {
      pointer-events: none;
      cursor: not-allowed; }
  .section-analyze .analyze-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 32px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 550px;
    width: 100%;
    margin: 0 auto; }
    @media (max-width: 767.98px) {
      .section-analyze .analyze-content {
        gap: 0; } }
  .section-analyze .tab-content {
    display: none; }
    @media (max-width: 767.98px) {
      .section-analyze .tab-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
    .section-analyze .tab-content.active {
      display: block; }
      @media (max-width: 767.98px) {
        .section-analyze .tab-content.active {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
    .section-analyze .tab-content .analyze-description {
      color: var(--white-color);
      font-size: 16px;
      font-weight: 400;
      line-height: 150%;
      text-align: center;
      margin-top: 32px; }
      @media (max-width: 767.98px) {
        .section-analyze .tab-content .analyze-description {
          font-size: 14px;
          margin: 0 0 14px; } }
      @media (max-width: 575.98px) {
        .section-analyze .tab-content .analyze-description {
          font-size: 12px;
          line-height: 140%; } }
    .section-analyze .tab-content .analyze-input,
    .section-analyze .tab-content .analyze-textarea {
      color: var(--color-deep-blue);
      font-size: 20px;
      font-weight: 500;
      line-height: 130%;
      width: 100%;
      border-radius: 16px;
      border: 1px solid var(--color-slate-blue);
      background: var(--white-color);
      outline: none;
      padding-left: 28px;
      padding-right: 40px; }
      .section-analyze .tab-content .analyze-input::-webkit-input-placeholder, .section-analyze .tab-content .analyze-textarea::-webkit-input-placeholder {
        color: var(--color-deep-blue); }
      .section-analyze .tab-content .analyze-input::-moz-placeholder, .section-analyze .tab-content .analyze-textarea::-moz-placeholder {
        color: var(--color-deep-blue); }
      .section-analyze .tab-content .analyze-input:-ms-input-placeholder, .section-analyze .tab-content .analyze-textarea:-ms-input-placeholder {
        color: var(--color-deep-blue); }
      .section-analyze .tab-content .analyze-input::-ms-input-placeholder, .section-analyze .tab-content .analyze-textarea::-ms-input-placeholder {
        color: var(--color-deep-blue); }
      .section-analyze .tab-content .analyze-input::placeholder,
      .section-analyze .tab-content .analyze-textarea::placeholder {
        color: var(--color-deep-blue); }
      @media (max-width: 767.98px) {
        .section-analyze .tab-content .analyze-input,
        .section-analyze .tab-content .analyze-textarea {
          font-size: 15px;
          border-radius: 10px;
          padding-left: 18px;
          padding-right: 18px; } }
    .section-analyze .tab-content .analyze-input {
      height: 64px; }
      @media (max-width: 767.98px) {
        .section-analyze .tab-content .analyze-input {
          height: 48px; } }
    .section-analyze .tab-content .analyze-textarea {
      min-height: 160px;
      resize: none;
      padding-top: 18px;
      padding-bottom: 20px; }
      @media (max-width: 767.98px) {
        .section-analyze .tab-content .analyze-textarea {
          padding-top: 16px;
          padding-bottom: 16px;
          min-height: 100px; } }
  .section-analyze .btn-main {
    margin: 0 auto; }
    @media (max-width: 767.98px) {
      .section-analyze .btn-main {
        margin: 24px auto 0;
        width: 100%;
        min-height: 52px; } }
    @media (max-width: 575.98px) {
      .section-analyze .btn-main {
        margin: 10px auto 0; } }
  .section-analyze .paralax-item {
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    will-change: transform; }
  .section-analyze .line-item {
    -webkit-transition: opacity 0.4s ease, stroke-dashoffset 0.6s ease, -webkit-filter 0.5s ease;
    transition: opacity 0.4s ease, stroke-dashoffset 0.6s ease, -webkit-filter 0.5s ease;
    transition: opacity 0.4s ease, filter 0.5s ease, stroke-dashoffset 0.6s ease;
    transition: opacity 0.4s ease, filter 0.5s ease, stroke-dashoffset 0.6s ease, -webkit-filter 0.5s ease; }

@-webkit-keyframes pulse {
  0% {
    -webkit-filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.2));
            filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.2)); }
  50% {
    -webkit-filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.75));
            filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.75)); }
  100% {
    -webkit-filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.2));
            filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.2)); } }

@keyframes pulse {
  0% {
    -webkit-filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.2));
            filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.2)); }
  50% {
    -webkit-filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.75));
            filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.75)); }
  100% {
    -webkit-filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.2));
            filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.2)); } }

@-webkit-keyframes shine {
  0% {
    stroke-dashoffset: 150; }
  100% {
    stroke-dashoffset: -150; } }

@keyframes shine {
  0% {
    stroke-dashoffset: 150; }
  100% {
    stroke-dashoffset: -150; } }

.section-process {
  overflow: hidden; }
  .section-process:has(+ .section-reviews) {
    margin-bottom: 0; }
  .section-process .process-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 14px; }
    @media (max-width: 991.98px) {
      .section-process .process-list {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767.98px) {
      .section-process .process-list {
        gap: 0; } }
  .section-process .process-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 24px;
    border: 2px solid var(--color-navy-blue);
    border-top: 1px solid var(--color-navy-blue);
    background: var(--color-midnight-deep);
    padding: 25px;
    overflow: hidden;
    cursor: default; }
    @media (pointer: fine) {
      .section-process .process-item:hover {
        -webkit-transform: rotate(0) !important;
            -ms-transform: rotate(0) !important;
                transform: rotate(0) !important; } }
    @media (max-width: 1199.98px) {
      .section-process .process-item {
        padding: 24px 18px;
        border-radius: 20px; } }
    @media (max-width: 767.98px) {
      .section-process .process-item {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        padding: 18px 14px;
        -webkit-box-shadow: 10px 10px 24px 0 rgba(0, 117, 250, 0.06);
                box-shadow: 10px 10px 24px 0 rgba(0, 117, 250, 0.06);
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content; } }
    @media (max-width: 575.98px) {
      .section-process .process-item {
        min-height: 196px; } }
    .section-process .process-item::before {
      content: '';
      position: absolute;
      background: url("data:image/svg+xml,%3Csvg width='344' height='427' viewBox='0 0 344 427' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_126_786)'%3E%3Ccircle cx='283.212' cy='51.0602' r='75' transform='rotate(-5 283.212 51.0602)' fill='%230918BF'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_126_786' x='-91.793' y='-323.944' width='750.008' height='750.009' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='150' result='effect1_foregroundBlur_126_786'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A") center no-repeat;
      right: 0;
      top: 0;
      width: 334px;
      height: 427px; }
      @media (max-width: 767.98px) {
        .section-process .process-item::before {
          background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='279' height='354' viewBox='0 0 279 354' fill='none'%3E%3Cg filter='url(%23filter0_f_734_130)'%3E%3Ccircle cx='176.524' cy='176.523' r='36.5223' transform='rotate(2.48203 176.524 176.523)' fill='%230918BF'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_734_130' x='0' y='0' width='353.047' height='353.046' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='70' result='effect1_foregroundBlur_734_130'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E") center no-repeat;
          width: 274px;
          height: 274px;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          left: 50%;
          top: 50%;
          right: unset; } }
    .section-process .process-item:nth-child(odd) {
      -webkit-transform: rotate(5deg);
          -ms-transform: rotate(5deg);
              transform: rotate(5deg); }
    .section-process .process-item:nth-child(even) {
      -webkit-transform: rotate(-5deg);
          -ms-transform: rotate(-5deg);
              transform: rotate(-5deg); }
    @media (max-width: 767.98px) {
      .section-process .process-item:nth-child(1) {
        -webkit-transform: rotate(-3.341deg);
            -ms-transform: rotate(-3.341deg);
                transform: rotate(-3.341deg); } }
    @media (max-width: 767.98px) {
      .section-process .process-item:nth-child(2) {
        -webkit-transform: rotate(7.482deg);
            -ms-transform: rotate(7.482deg);
                transform: rotate(7.482deg);
        margin-top: 64px; } }
    @media (max-width: 767.98px) {
      .section-process .process-item:nth-child(3) {
        -webkit-transform: rotate(5.225deg);
            -ms-transform: rotate(5.225deg);
                transform: rotate(5.225deg); } }
    @media (max-width: 767.98px) {
      .section-process .process-item:nth-child(4) {
        -webkit-transform: rotate(-8.983deg);
            -ms-transform: rotate(-8.983deg);
                transform: rotate(-8.983deg);
        margin-top: 27px;
        margin-left: -8px; } }
    @media (max-width: 767.98px) {
      .section-process .process-item .process-item__media {
        margin-top: auto;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; } }
    .section-process .process-item .process-item__image {
      margin-bottom: 12px; }
      @media (max-width: 1199.98px) {
        .section-process .process-item .process-item__image {
          width: 54px; } }
      @media (max-width: 767.98px) {
        .section-process .process-item .process-item__image {
          width: 40px;
          margin: 0; } }
    .section-process .process-item .process-item__number {
      color: rgba(255, 255, 255, 0.2);
      font-size: 40px;
      font-weight: 700;
      line-height: 120%;
      margin-top: auto; }
      @media (max-width: 767.98px) {
        .section-process .process-item .process-item__number {
          font-size: 20px;
          margin: 0; } }
    .section-process .process-item .process-item__title {
      color: var(--white-color);
      font-size: 28px;
      font-weight: 600;
      line-height: 130%;
      margin-top: 15px; }
      @media (max-width: 1199.98px) {
        .section-process .process-item .process-item__title {
          font-size: 20px; } }
      @media (max-width: 767.98px) {
        .section-process .process-item .process-item__title {
          font-size: 17px;
          font-weight: 700;
          text-align: center;
          margin-top: 6px;
          margin-bottom: 20px; } }
    .section-process .process-item .process-item__text {
      color: var(--color-cloud-blue);
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      margin-top: 15px; }
      @media (max-width: 1199.98px) {
        .section-process .process-item .process-item__text {
          font-size: 14px; } }
      @media (max-width: 767.98px) {
        .section-process .process-item .process-item__text {
          display: none; } }

.section-reviews {
  position: relative;
  padding-top: 75px; }
  @media (max-width: 991.98px) {
    .section-reviews {
      overflow: hidden; } }
  .section-reviews::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url("data:image/svg+xml,%3Csvg width='807' height='1290' viewBox='0 0 807 1290' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_126_535)'%3E%3Cellipse cx='131' cy='645' rx='176' ry='145' fill='%23606BB7'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_126_535' x='-545' y='0' width='1352' height='1290' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='250' result='effect1_foregroundBlur_126_535'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A") center no-repeat;
    width: 807px;
    height: 1290px;
    z-index: -1; }
    @media (max-width: 991.98px) {
      .section-reviews::before {
        display: none; } }
  .section-reviews::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: url("data:image/svg+xml,%3Csvg width='826' height='1290' viewBox='0 0 826 1290' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_126_534)'%3E%3Cellipse cx='676' cy='645' rx='176' ry='145' fill='%23606BB7'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_126_534' x='0' y='0' width='1352' height='1290' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='250' result='effect1_foregroundBlur_126_534'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A") center no-repeat;
    width: 807px;
    height: 1290px;
    z-index: -1; }
    @media (max-width: 991.98px) {
      .section-reviews::after {
        display: none; } }
  .section-reviews .reviews-grid {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px; }
    @media (max-width: 1199.98px) {
      .section-reviews .reviews-grid {
        -webkit-column-gap: 12px;
           -moz-column-gap: 12px;
                column-gap: 12px; } }
    @media (max-width: 991.98px) {
      .section-reviews .reviews-grid {
        -webkit-column-count: unset;
           -moz-column-count: unset;
                column-count: unset; } }
  .section-reviews .review-card {
    position: relative;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
    border-radius: 24px;
    padding: 25px;
    margin-bottom: 20px;
    background: var(--gradient-border-blue);
    overflow: hidden; }
    .section-reviews .review-card::after {
      content: '';
      position: absolute;
      background-color: var(--color-midnight-deep);
      inset: 1px;
      border-radius: inherit; }
    @media (max-width: 1199.98px) {
      .section-reviews .review-card {
        margin-bottom: 12px; } }
    @media (max-width: 991.98px) {
      .section-reviews .review-card {
        margin: 0;
        height: auto; } }
    @media (max-width: 767.98px) {
      .section-reviews .review-card {
        border-radius: 20px;
        padding: 18px 14px; } }
    .section-reviews .review-card .review-card__wrapper {
      position: relative;
      z-index: 1; }
      @media (max-width: 991.98px) {
        .section-reviews .review-card .review-card__wrapper {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          height: 100%; } }
    .section-reviews .review-card .review-card__stars {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 9px;
      margin-bottom: 20px; }
      @media (max-width: 767.98px) {
        .section-reviews .review-card .review-card__stars {
          gap: 5px;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin-bottom: 12px; } }
      .section-reviews .review-card .review-card__stars .review-card__star {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        @media (max-width: 767.98px) {
          .section-reviews .review-card .review-card__stars .review-card__star img {
            width: 14px;
            height: 14px; } }
    .section-reviews .review-card .review-card__content {
      color: var(--white-color);
      font-size: 16px;
      font-weight: 400;
      line-height: 150%; }
      @media (max-width: 767.98px) {
        .section-reviews .review-card .review-card__content {
          font-size: 13px;
          text-align: center;
          margin-bottom: 12px; } }
    .section-reviews .review-card .review-card__author {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 16px;
      margin-top: 32px; }
      @media (max-width: 991.98px) {
        .section-reviews .review-card .review-card__author {
          margin-top: auto; } }
      @media (max-width: 767.98px) {
        .section-reviews .review-card .review-card__author {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          gap: 10px; } }
    .section-reviews .review-card .review-card__avatar {
      display: block;
      border-radius: 50%;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      @media (max-width: 767.98px) {
        .section-reviews .review-card .review-card__avatar {
          width: 50px; } }
    .section-reviews .review-card .review-card__author-name {
      color: var(--white-color);
      font-size: 20px;
      font-weight: 500;
      line-height: 130%; }
      @media (max-width: 767.98px) {
        .section-reviews .review-card .review-card__author-name {
          font-size: 15px;
          text-align: center; } }
    .section-reviews .review-card .review-card__author-subscribers {
      color: var(--color-cloud-blue);
      font-size: 16px;
      font-weight: 400;
      line-height: 150%;
      margin-top: 2px; }
      @media (max-width: 767.98px) {
        .section-reviews .review-card .review-card__author-subscribers {
          font-size: 13px;
          margin-top: 0; } }

.section-faq {
  position: relative;
  padding-top: 75px; }
  @media (max-width: 991.98px) {
    .section-faq {
      padding-top: 0; } }
  .section-faq::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 64px;
    width: 100%;
    background: url("data:image/svg+xml,%3Csvg width='1440' height='1616' viewBox='0 0 1440 1616' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_640_2253)'%3E%3Crect x='-0.5' y='-0.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='79.5547' y='-0.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='159.611' y='-0.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='239.666' y='-0.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='319.723' y='-0.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='399.777' y='-0.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='479.834' y='-0.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='559.889' y='-0.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='639.945' y='-0.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='720' y='-0.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='800.055' y='-0.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='880.111' y='-0.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='960.166' y='-0.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1040.22' y='-0.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1120.28' y='-0.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1200.33' y='-0.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1280.39' y='-0.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1360.45' y='-0.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='-0.5' y='79.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='79.5547' y='79.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='159.611' y='79.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='239.666' y='79.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='319.723' y='79.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='399.777' y='79.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='479.834' y='79.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='559.889' y='79.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='639.945' y='79.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='720' y='79.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='800.055' y='79.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='880.111' y='79.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='960.166' y='79.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1040.22' y='79.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1120.28' y='79.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1200.33' y='79.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1280.39' y='79.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1360.45' y='79.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='-0.5' y='159.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='79.5547' y='159.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='159.611' y='159.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='239.666' y='159.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='319.723' y='159.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='399.777' y='159.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='479.834' y='159.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='559.889' y='159.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='639.945' y='159.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='720' y='159.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='800.055' y='159.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='880.111' y='159.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='960.166' y='159.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1040.22' y='159.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1120.28' y='159.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1200.33' y='159.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1280.39' y='159.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1360.45' y='159.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='-0.5' y='239.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='79.5547' y='239.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='159.611' y='239.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='239.666' y='239.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='319.723' y='239.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='399.777' y='239.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='479.834' y='239.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='559.889' y='239.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='639.945' y='239.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='720' y='239.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='800.055' y='239.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='880.111' y='239.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='960.166' y='239.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1040.22' y='239.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1120.28' y='239.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1200.33' y='239.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1280.39' y='239.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1360.45' y='239.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='-0.5' y='319.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='79.5547' y='319.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='159.611' y='319.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='239.666' y='319.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='319.723' y='319.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='399.777' y='319.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='479.834' y='319.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='559.889' y='319.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='639.945' y='319.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='720' y='319.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='800.055' y='319.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='880.111' y='319.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='960.166' y='319.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1040.22' y='319.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1120.28' y='319.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1200.33' y='319.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1280.39' y='319.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1360.45' y='319.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='-0.5' y='399.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='79.5547' y='399.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='159.611' y='399.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='239.666' y='399.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='319.723' y='399.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='399.777' y='399.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='479.834' y='399.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='559.889' y='399.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='639.945' y='399.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='720' y='399.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='800.055' y='399.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='880.111' y='399.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='960.166' y='399.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1040.22' y='399.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1120.28' y='399.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1200.33' y='399.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1280.39' y='399.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1360.45' y='399.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='-0.5' y='479.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='79.5547' y='479.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='159.611' y='479.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='239.666' y='479.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='319.723' y='479.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='399.777' y='479.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='479.834' y='479.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='559.889' y='479.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='639.945' y='479.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='720' y='479.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='800.055' y='479.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='880.111' y='479.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='960.166' y='479.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1040.22' y='479.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1120.28' y='479.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1200.33' y='479.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1280.39' y='479.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1360.45' y='479.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='-0.5' y='559.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='79.5547' y='559.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='159.611' y='559.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='239.666' y='559.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='319.723' y='559.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='399.777' y='559.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='479.834' y='559.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='559.889' y='559.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='639.945' y='559.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='720' y='559.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='800.055' y='559.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='880.111' y='559.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='960.166' y='559.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1040.22' y='559.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1120.28' y='559.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1200.33' y='559.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1280.39' y='559.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1360.45' y='559.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='-0.5' y='639.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='79.5547' y='639.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='159.611' y='639.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='239.666' y='639.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='319.723' y='639.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='399.777' y='639.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='479.834' y='639.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='559.889' y='639.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='639.945' y='639.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='720' y='639.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='800.055' y='639.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='880.111' y='639.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='960.166' y='639.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1040.22' y='639.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1120.28' y='639.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1200.33' y='639.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1280.39' y='639.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1360.45' y='639.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='-0.5' y='719.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='79.5547' y='719.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='159.611' y='719.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='239.666' y='719.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='319.723' y='719.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='399.777' y='719.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='479.834' y='719.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='559.889' y='719.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='639.945' y='719.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='720' y='719.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='800.055' y='719.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='880.111' y='719.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='960.166' y='719.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1040.22' y='719.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1120.28' y='719.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1200.33' y='719.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1280.39' y='719.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1360.45' y='719.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='-0.5' y='799.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='79.5547' y='799.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='159.611' y='799.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='239.666' y='799.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='319.723' y='799.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='399.777' y='799.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='479.834' y='799.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='559.889' y='799.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='639.945' y='799.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='720' y='799.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='800.055' y='799.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='880.111' y='799.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='960.166' y='799.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1040.22' y='799.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1120.28' y='799.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1200.33' y='799.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1280.39' y='799.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1360.45' y='799.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='-0.5' y='879.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='79.5547' y='879.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='159.611' y='879.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='239.666' y='879.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='319.723' y='879.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='399.777' y='879.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='479.834' y='879.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='559.889' y='879.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='639.945' y='879.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='720' y='879.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='800.055' y='879.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='880.111' y='879.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='960.166' y='879.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1040.22' y='879.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1120.28' y='879.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1200.33' y='879.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1280.39' y='879.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1360.45' y='879.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='-0.5' y='959.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='79.5547' y='959.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='159.611' y='959.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='239.666' y='959.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='319.723' y='959.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='399.777' y='959.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='479.834' y='959.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='559.889' y='959.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='639.945' y='959.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='720' y='959.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='800.055' y='959.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='880.111' y='959.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='960.166' y='959.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1040.22' y='959.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1120.28' y='959.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1200.33' y='959.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1280.39' y='959.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1360.45' y='959.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='-0.5' y='1039.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='79.5547' y='1039.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='159.611' y='1039.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='239.666' y='1039.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='319.723' y='1039.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='399.777' y='1039.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='479.834' y='1039.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='559.889' y='1039.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='639.945' y='1039.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='720' y='1039.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='800.055' y='1039.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='880.111' y='1039.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='960.166' y='1039.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1040.22' y='1039.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1120.28' y='1039.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1200.33' y='1039.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1280.39' y='1039.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1360.45' y='1039.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='-0.5' y='1119.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='79.5547' y='1119.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='159.611' y='1119.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='239.666' y='1119.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='319.723' y='1119.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='399.777' y='1119.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='479.834' y='1119.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='559.889' y='1119.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='639.945' y='1119.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='720' y='1119.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='800.055' y='1119.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='880.111' y='1119.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='960.166' y='1119.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1040.22' y='1119.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1120.28' y='1119.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1200.33' y='1119.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1280.39' y='1119.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1360.45' y='1119.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='-0.5' y='1199.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='79.5547' y='1199.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='159.611' y='1199.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='239.666' y='1199.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='319.723' y='1199.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='399.777' y='1199.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='479.834' y='1199.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='559.889' y='1199.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='639.945' y='1199.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='720' y='1199.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='800.055' y='1199.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='880.111' y='1199.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='960.166' y='1199.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1040.22' y='1199.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1120.28' y='1199.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1200.33' y='1199.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1280.39' y='1199.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1360.45' y='1199.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='-0.5' y='1279.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='79.5547' y='1279.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='159.611' y='1279.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='239.666' y='1279.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='319.723' y='1279.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='399.777' y='1279.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='479.834' y='1279.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='559.889' y='1279.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='639.945' y='1279.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='720' y='1279.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='800.055' y='1279.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='880.111' y='1279.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='960.166' y='1279.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1040.22' y='1279.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1120.28' y='1279.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1200.33' y='1279.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1280.39' y='1279.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1360.45' y='1279.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='-0.5' y='1359.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='79.5547' y='1359.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='159.611' y='1359.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='239.666' y='1359.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='319.723' y='1359.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='399.777' y='1359.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='479.834' y='1359.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='559.889' y='1359.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='639.945' y='1359.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='720' y='1359.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='800.055' y='1359.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='880.111' y='1359.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='960.166' y='1359.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1040.22' y='1359.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1120.28' y='1359.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1200.33' y='1359.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1280.39' y='1359.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1360.45' y='1359.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='-0.5' y='1439.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='79.5547' y='1439.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='159.611' y='1439.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='239.666' y='1439.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='319.723' y='1439.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='399.777' y='1439.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='479.834' y='1439.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='559.889' y='1439.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='639.945' y='1439.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='720' y='1439.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='800.055' y='1439.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='880.111' y='1439.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='960.166' y='1439.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1040.22' y='1439.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1120.28' y='1439.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1200.33' y='1439.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1280.39' y='1439.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1360.45' y='1439.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='-0.5' y='1519.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='79.5547' y='1519.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='159.611' y='1519.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='239.666' y='1519.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='319.723' y='1519.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='399.777' y='1519.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='479.834' y='1519.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='559.889' y='1519.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='639.945' y='1519.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='720' y='1519.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='800.055' y='1519.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='880.111' y='1519.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='960.166' y='1519.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1040.22' y='1519.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1120.28' y='1519.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1200.33' y='1519.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1280.39' y='1519.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1360.45' y='1519.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='-0.5' y='1599.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='79.5547' y='1599.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='159.611' y='1599.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='239.666' y='1599.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='319.723' y='1599.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='399.777' y='1599.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='479.834' y='1599.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='559.889' y='1599.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='639.945' y='1599.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='720' y='1599.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='800.055' y='1599.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='880.111' y='1599.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='960.166' y='1599.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1040.22' y='1599.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1120.28' y='1599.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1200.33' y='1599.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1280.39' y='1599.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3Crect x='1360.45' y='1599.5' width='80.0556' height='80' stroke='%2310132F'/%3E%3C/g%3E%3Crect width='1440' height='248' transform='matrix(1 0 0 -1 0 1616)' fill='url(%23paint0_linear_640_2253)'/%3E%3Crect width='1440' height='248' fill='url(%23paint1_linear_640_2253)'/%3E%3Crect y='1616' width='1616' height='271' transform='rotate(-90 0 1616)' fill='url(%23paint2_linear_640_2253)'/%3E%3Crect width='1616' height='271' transform='matrix(0 -1 -1 0 1440 1616)' fill='url(%23paint3_linear_640_2253)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_640_2253' x1='720' y1='-7.08571' x2='720' y2='248' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23060B27'/%3E%3Cstop offset='1' stop-color='%23060B27' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_640_2253' x1='720' y1='-7.08571' x2='720' y2='248' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23060B27'/%3E%3Cstop offset='1' stop-color='%23060B27' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_640_2253' x1='808' y1='1669' x2='808' y2='1882.45' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23060B27'/%3E%3Cstop offset='1' stop-color='%23060B27' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_640_2253' x1='808' y1='53' x2='808' y2='266.453' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23060B27'/%3E%3Cstop offset='1' stop-color='%23060B27' stop-opacity='0'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_640_2253'%3E%3Crect width='1440' height='1616' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -2; }
    @media (max-width: 991.98px) {
      .section-faq::before {
        display: none; } }
  .section-faq .faq-item {
    padding: 24px;
    border-radius: 20px;
    border-bottom: 2px solid var(--color-navy-blue);
    background: var(--color-midnight-deep);
    opacity: 0; }
    @media (max-width: 767.98px) {
      .section-faq .faq-item {
        padding: 18px 14px; } }
    .section-faq .faq-item:not(:last-child) {
      margin-bottom: 16px; }
      @media (max-width: 767.98px) {
        .section-faq .faq-item:not(:last-child) {
          margin-bottom: 8px; } }
    .section-faq .faq-item.active .arrow-wrap img {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
  .section-faq .faq-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    cursor: pointer; }
    @media (max-width: 767.98px) {
      .section-faq .faq-heading {
        gap: 4px; } }
  .section-faq .faq-number {
    color: rgba(255, 255, 255, 0.2);
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
    width: 320px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (max-width: 1199.98px) {
      .section-faq .faq-number {
        width: 200px; } }
    @media (max-width: 991.98px) {
      .section-faq .faq-number {
        width: 120px; } }
    @media (max-width: 767.98px) {
      .section-faq .faq-number {
        width: 22px;
        color: rgba(255, 255, 255, 0.2);
        font-size: 14px;
        font-weight: 700;
        line-height: 130%; } }
  .section-faq .faq-question {
    color: var(--white-color);
    font-size: 28px;
    font-weight: 600;
    line-height: 130%; }
    @media (max-width: 1199.98px) {
      .section-faq .faq-question {
        font-size: 24px; } }
    @media (max-width: 991.98px) {
      .section-faq .faq-question {
        font-size: 20px; } }
    @media (max-width: 767.98px) {
      .section-faq .faq-question {
        font-size: 14px;
        font-weight: 700; } }
  .section-faq .arrow-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 32px;
    height: 32px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: auto; }
    @media (max-width: 767.98px) {
      .section-faq .arrow-wrap {
        display: none; } }
    .section-faq .arrow-wrap img {
      width: 19px;
      height: 19px;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
  .section-faq .faq-answer {
    display: none;
    color: var(--color-mist);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-left: 344px;
    margin-top: 22px; }
    @media (max-width: 767.98px) {
      .section-faq .faq-answer {
        font-size: 13px;
        margin: 14px 0 0;
        padding-top: 18px;
        border-top: 1px dashed var(--color-navy-blue); } }
    .section-faq .faq-answer p:last-child {
      margin-bottom: 0; }
  .section-faq .btn-main {
    margin: 24px auto 0; }

.section-cta-video-upload .section-cta-video-upload__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  border-radius: 24px;
  background: var(--gradient-border-blue);
  padding: 40px 80px 0 80px;
  overflow: hidden; }
  .section-cta-video-upload .section-cta-video-upload__inner::after {
    content: '';
    position: absolute;
    background-color: var(--color-midnight-deep);
    inset: 1px;
    border-radius: inherit; }
  @media (max-width: 1199.98px) {
    .section-cta-video-upload .section-cta-video-upload__inner {
      padding: 40px 24px 0 32px; } }
  @media (max-width: 991.98px) {
    .section-cta-video-upload .section-cta-video-upload__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 48px 24px 0 24px; } }
  @media (max-width: 767.98px) {
    .section-cta-video-upload .section-cta-video-upload__inner {
      border-radius: 20px;
      padding: 145px 14px; } }
  .section-cta-video-upload .section-cta-video-upload__inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url("data:image/svg+xml,%3Csvg width='620' height='416' viewBox='0 0 620 416' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_126_856)'%3E%3Cellipse cx='-56' cy='36' rx='176' ry='145' fill='%23606BB7'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_126_856' x='-732' y='-609' width='1352' height='1290' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='250' result='effect1_foregroundBlur_126_856'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A") center no-repeat;
    width: 620px;
    height: 100%;
    background-size: cover;
    z-index: 1; }
    @media (max-width: 991.98px) {
      .section-cta-video-upload .section-cta-video-upload__inner::before {
        width: 100%; } }
    @media (max-width: 767.98px) {
      .section-cta-video-upload .section-cta-video-upload__inner::before {
        display: none; } }

.section-cta-video-upload .section-cta-video-upload__content {
  position: relative;
  width: 50%;
  z-index: 2;
  padding-bottom: 46px; }
  @media (max-width: 1199.98px) {
    .section-cta-video-upload .section-cta-video-upload__content {
      padding-bottom: 32px; } }
  @media (max-width: 991.98px) {
    .section-cta-video-upload .section-cta-video-upload__content {
      text-align: center;
      width: 100%;
      padding-bottom: 0; } }

.section-cta-video-upload .section-cta-video-upload__content-icon {
  display: none; }
  @media (max-width: 767.98px) {
    .section-cta-video-upload .section-cta-video-upload__content-icon {
      display: block;
      margin: 0 auto 24px; } }

@media (max-width: 767.98px) {
  .section-cta-video-upload .section-subtitle {
    color: var(--white-color); } }

.section-cta-video-upload .btn-main {
  margin-top: 24px; }
  @media (max-width: 991.98px) {
    .section-cta-video-upload .btn-main {
      margin: 24px auto 0; } }
  @media (max-width: 575.98px) {
    .section-cta-video-upload .btn-main {
      width: 100%; } }

.section-cta-video-upload .section-cta-video-upload__media {
  position: relative;
  z-index: 1;
  margin-top: auto; }
  @media (max-width: 767.98px) {
    .section-cta-video-upload .section-cta-video-upload__media {
      border-radius: 20px;
      overflow: hidden; } }
  @media (max-width: 767.98px) {
    .section-cta-video-upload .section-cta-video-upload__media.desktop {
      display: none; } }
  .section-cta-video-upload .section-cta-video-upload__media.mobile {
    display: none; }
    @media (max-width: 767.98px) {
      .section-cta-video-upload .section-cta-video-upload__media.mobile {
        display: block;
        position: absolute;
        inset: 1px; } }
    .section-cta-video-upload .section-cta-video-upload__media.mobile::before {
      content: '';
      position: absolute;
      top: 1px;
      right: 1px;
      left: 1px;
      height: 170px;
      background: -webkit-gradient(linear, left bottom, left top, color-stop(9.36%, rgba(6, 11, 39, 0)), color-stop(86.54%, #060B27));
      background: linear-gradient(0deg, rgba(6, 11, 39, 0) 9.36%, #060B27 86.54%);
      z-index: -1;
      border-radius: 20px; }
  .section-cta-video-upload .section-cta-video-upload__media svg {
    overflow: visible; }
    @media (max-width: 1199.98px) {
      .section-cta-video-upload .section-cta-video-upload__media svg {
        width: 100%;
        height: 100%; } }

.section-cta-video-upload .paralax-item {
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  will-change: transform; }

.section-error {
  padding-top: 50px; }
  .section-error .section-error-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 80px 24px;
    border-radius: 24px;
    background: rgba(128, 128, 128, 0.1); }
    @media (max-width: 991.98px) {
      .section-error .section-error-wrap {
        padding: 40px 16px; } }
  .section-error .section-error-row {
    width: 100%;
    max-width: 1080px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 991.98px) {
      .section-error .section-error-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        row-gap: 16px; } }
  .section-error .section-error-img {
    display: none; }
  .section-error .section-error-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
  .section-error .section-error-title {
    color: red;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.1; }
    .section-error .section-error-title:not(:last-child) {
      margin-bottom: 16px; }
    @media (max-width: 991.98px) {
      .section-error .section-error-title {
        font-size: 32px; } }
  .section-error .section-error-text {
    max-width: 460px;
    color: grey;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }
    .section-error .section-error-text:not(:last-child) {
      margin-bottom: 24px; }
      @media (max-width: 991.98px) {
        .section-error .section-error-text:not(:last-child) {
          margin-bottom: 16px; } }

.page-post-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 300px;
  grid-template-columns: 1fr 300px;
  gap: 30px; }

.article-content .nav-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0; }
  .article-content .nav-buttons .nav-link-item {
    gap: 10px; }
  .article-content .nav-buttons .nav-link-item-prev {
    padding-left: 7px; }
  .article-content .nav-buttons .nav-link-item-next {
    margin-left: auto;
    padding-right: 7px; }

.article-section-youtube .preview {
  position: relative;
  z-index: 1;
  display: block;
  border-radius: 10px;
  overflow: hidden; }
  .article-section-youtube .preview .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 116px;
    height: 80px; }

.article-header {
  margin: 30px 0; }
  .article-header .author-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-bottom: 10px; }
    .article-header .author-wrap .author-img {
      border: 1px solid rgba(0, 0, 0, 0.3);
      border-radius: 999px;
      overflow: hidden; }
    .article-header .author-wrap .author-position {
      font-size: 0.875em;
      margin-bottom: 4px; }
  .article-header .article-rubrics-wrap {
    margin-bottom: 10px; }

.article-aside-sticky {
  position: sticky;
  top: 20px;
  max-height: calc(100dvh - 20px - 20px);
  overflow: auto;
  margin: -15px;
  padding: 15px; }

.article-aside-nav {
  padding: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 10px #cfcfcf;
          box-shadow: 2px 2px 10px #cfcfcf;
  background: white;
  margin-bottom: 30px; }
  .article-aside-nav .title {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px; }
  .article-aside-nav nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px; }

.articles-latest {
  overflow: hidden;
  margin: 30px 0; }
  .articles-latest .section-btn-more {
    margin-top: 16px; }
    @media (max-width: 767.98px) {
      .articles-latest .section-btn-more {
        width: 100%; } }

.articles-latest-text-slider,
.articles-latest-video-slider {
  position: relative;
  padding: 0 16px;
  margin: 0 -16px;
  padding-bottom: 64px !important;
  overflow: visible !important; }
  .articles-latest-text-slider:has(.swiper-pagination-lock),
  .articles-latest-video-slider:has(.swiper-pagination-lock) {
    padding-bottom: 0 !important; }
  .articles-latest-text-slider .swiper-slide,
  .articles-latest-video-slider .swiper-slide {
    opacity: 1;
    height: auto !important; }
    .articles-latest-text-slider .swiper-slide:not(.swiper-slide-visible),
    .articles-latest-video-slider .swiper-slide:not(.swiper-slide-visible) {
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
  .articles-latest-text-slider:not(.swiper-initialized),
  .articles-latest-video-slider:not(.swiper-initialized) {
    overflow: hidden; }
    .articles-latest-text-slider:not(.swiper-initialized) .swiper-wrapper,
    .articles-latest-video-slider:not(.swiper-initialized) .swiper-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      margin-right: -16px; }
    .articles-latest-text-slider:not(.swiper-initialized) .swiper-slide,
    .articles-latest-video-slider:not(.swiper-initialized) .swiper-slide {
      width: 25%;
      padding-right: 16px; }
      @media (max-width: 991.98px) {
        .articles-latest-text-slider:not(.swiper-initialized) .swiper-slide,
        .articles-latest-video-slider:not(.swiper-initialized) .swiper-slide {
          width: 33.333%; } }
      @media (max-width: 767.98px) {
        .articles-latest-text-slider:not(.swiper-initialized) .swiper-slide,
        .articles-latest-video-slider:not(.swiper-initialized) .swiper-slide {
          width: 50%; } }
      @media (max-width: 575.98px) {
        .articles-latest-text-slider:not(.swiper-initialized) .swiper-slide,
        .articles-latest-video-slider:not(.swiper-initialized) .swiper-slide {
          width: 100%; } }
  .articles-latest-text-slider .swiper-slide,
  .articles-latest-video-slider .swiper-slide {
    height: auto !important; }

.rubrics-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 10px 0;
  margin-bottom: 10px;
  font-size: 16px; }
  .rubrics-nav .rubric.active {
    font-weight: bold;
    text-decoration: underline; }

.articles-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 14px; }

.article-card {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 10px #cfcfcf;
          box-shadow: 2px 2px 10px #cfcfcf;
  background: white;
  overflow: hidden; }
  .article-card .article-ellipsis-wrap,
  .article-card .article-footer {
    padding: 0 20px; }
  .article-card .article-footer {
    padding-bottom: 20px; }
  .article-card .article-card-img-wrap {
    position: relative; }
  .article-card .article-rubrics-wrap {
    position: absolute;
    right: 20px;
    bottom: 10px; }
  .article-card .article-img {
    display: block;
    margin-bottom: 10px; }
    .article-card .article-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down;
      -o-object-position: center;
         object-position: center; }
  .article-card .article-title {
    text-transform: uppercase;
    margin-bottom: 10px;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    text-overflow: ellipsis; }
  .article-card .article-announce {
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    text-overflow: ellipsis; }
  .article-card .article-footer {
    margin-top: 10px; }
  .article-card .author-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-bottom: 10px; }
    .article-card .author-wrap .author-img {
      border: 1px solid rgba(0, 0, 0, 0.3);
      border-radius: 999px;
      overflow: hidden; }
    .article-card .author-wrap .author-position {
      font-size: 0.875em;
      margin-bottom: 4px; }
    .article-card .author-wrap .author-name {
      overflow: hidden;
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      line-clamp: 1;
      text-overflow: ellipsis; }

.article-rubric-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 3px 10px;
  border-radius: 99px;
  border: 1px solid;
  background: white;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  font-size: 14px;
  line-height: 1; }

.article-card.article-card-video .article-img {
  position: relative; }
  .article-card.article-card-video .article-img:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 58px;
    height: 40px;
    background: url('data:image/svg+xml,<svg class="play-btn" width="116" height="81" viewBox="0 0 116 81" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M46.2857 57.8571L76.3136 40.5L46.2857 23.1429V57.8571ZM113.169 12.555C113.921 15.2743 114.441 18.9193 114.789 23.5479C115.194 28.1764 115.367 32.1686 115.367 35.64L115.714 40.5C115.714 53.1707 114.789 62.4857 113.169 68.445C111.722 73.6521 108.366 77.0079 103.159 78.4543C100.44 79.2064 95.4643 79.7271 87.8271 80.0743C80.3057 80.4793 73.4207 80.6529 67.0564 80.6529L57.8571 81C33.615 81 18.5143 80.0743 12.555 78.4543C7.34786 77.0079 3.99214 73.6521 2.54571 68.445C1.79357 65.7257 1.27286 62.0807 0.925715 57.4521C0.520715 52.8236 0.347143 48.8314 0.347143 45.36L0 40.5C0 27.8293 0.925715 18.5143 2.54571 12.555C3.99214 7.34786 7.34786 3.99214 12.555 2.54571C15.2743 1.79357 20.25 1.27286 27.8871 0.925713C35.4086 0.520713 42.2936 0.347143 48.6579 0.347143L57.8571 0C82.0993 0 97.2 0.925715 103.159 2.54571C108.366 3.99214 111.722 7.34786 113.169 12.555Z" fill="red"></path></svg>') no-repeat center;
    background-size: contain; }

.page-contacts .page-contacts-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 32px; }
  .page-contacts .page-contacts-row:not(:last-child) {
    margin-bottom: 84px; }
  @media (max-width: 991.98px) {
    .page-contacts .page-contacts-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 40px; } }

.page-contacts .page-contacts-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 991.98px) {
    .page-contacts .page-contacts-col {
      width: 100%; } }

@media (max-width: 991.98px) {
  .contacts-block {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; } }

@media (max-width: 767.98px) {
  .contacts-block {
    width: 100%; } }

.contacts-block .contacts-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px; }
  @media (max-width: 767.98px) {
    .contacts-block .contacts-info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 8px;
      border-radius: 20px;
      border: 1px solid var(--color-navy-blue);
      background: var(--color-midnight-deep);
      padding: 18px 14px; } }
  .contacts-block .contacts-info.phones .info-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }

.contacts-block .info-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--gradient-red);
  color: var(--white-color); }
  @media (max-width: 767.98px) {
    .contacts-block .info-icon {
      width: auto;
      height: auto;
      background: transparent; } }
  .contacts-block .info-icon .ic {
    width: 20px;
    height: 20px; }
    @media (max-width: 767.98px) {
      .contacts-block .info-icon .ic {
        color: var(--color-red);
        width: 16px;
        height: 16px; } }

.contacts-block .info-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.contacts-block .info-title {
  color: var(--color-cloud-blue);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%; }
  @media (max-width: 767.98px) {
    .contacts-block .info-title {
      text-align: center;
      font-size: 12px; } }
  .contacts-block .info-title:not(:last-child) {
    margin-bottom: 5px; }
    @media (max-width: 767.98px) {
      .contacts-block .info-title:not(:last-child) {
        margin-bottom: 2px; } }

.contacts-block .info-content {
  color: var(--white-color);
  font-size: 20px;
  font-weight: 500;
  line-height: 130%; }
  @media (max-width: 1199.98px) {
    .contacts-block .info-content {
      font-size: 16px;
      line-height: 120%; } }
  @media (max-width: 767.98px) {
    .contacts-block .info-content {
      color: var(--white-color);
      font-size: 13px;
      font-weight: 600;
      line-height: 150%; } }
  .contacts-block .info-content a {
    color: var(--white-color);
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (any-hover: hover) {
      .contacts-block .info-content a:hover, .contacts-block .info-content a:focus {
        text-decoration: none;
        color: var(--color-red); } }

.account-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 23% 1fr;
  grid-template-columns: 23% 1fr;
  height: 100%; }

.account-aside {
  position: relative;
  background-color: var(--color-deep-blue); }
  .account-aside .account-aside__header {
    padding: 24px 24px 24px 32px; }
    .account-aside .account-aside__header .logo-wrap img {
      max-width: 135px; }
  .account-aside .account-nav-wrap {
    padding: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.12); }
    .account-aside .account-nav-wrap .account-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .account-aside .account-nav-wrap .btn-account-logout,
    .account-aside .account-nav-wrap .link-item {
      color: rgba(255, 255, 255, 0.5);
      font-size: 16px;
      font-weight: 600;
      line-height: 24px;
      text-decoration: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 12px;
      padding: 16px;
      border-radius: 12px;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
      .account-aside .account-nav-wrap .btn-account-logout .ic,
      .account-aside .account-nav-wrap .link-item .ic {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 24px;
                flex: 0 0 24px;
        width: 24px;
        height: 24px; }
      @media (pointer: fine) {
        .account-aside .account-nav-wrap .btn-account-logout:hover,
        .account-aside .account-nav-wrap .link-item:hover {
          color: var(--white-color); } }
      .account-aside .account-nav-wrap .btn-account-logout.active,
      .account-aside .account-nav-wrap .link-item.active {
        color: var(--white-color);
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 117, 250, 0.5)), to(rgba(18, 56, 123, 0.5)));
        background: linear-gradient(180deg, rgba(0, 117, 250, 0.5) 0%, rgba(18, 56, 123, 0.5) 100%); }

.account-content {
  max-width: 1440px;
  padding: 32px 0 32px 32px;
  margin: 0 auto; }
  .account-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 286px;
    bottom: 0;
    background-color: var(--white-color);
    width: 100vw;
    z-index: -1;
    background: #ffffff url("data:image/svg+xml,%3Csvg width='1153' height='2697' viewBox='0 0 1153 2697' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_294_10703)'%3E%3Cg filter='url(%23filter0_f_294_10703)'%3E%3Ccircle cx='398.5' cy='398.5' r='398.5' transform='matrix(-1 0 0 1 615 2741)' fill='%23E0D0FC' fill-opacity='0.5'/%3E%3C/g%3E%3Cg filter='url(%23filter1_f_294_10703)'%3E%3Ccircle cx='396' cy='396' r='396' transform='matrix(-1 0 0 1 1411 2158)' fill='%230075FA' fill-opacity='0.2'/%3E%3C/g%3E%3Cg filter='url(%23filter2_f_294_10703)'%3E%3Ccircle cx='449' cy='449' r='449' transform='matrix(-1 0 0 1 1265 2571)' fill='%23FAC2C7' fill-opacity='0.4'/%3E%3C/g%3E%3Cg filter='url(%23filter3_f_294_10703)'%3E%3Ccircle cx='396' cy='396' r='396' transform='matrix(-1 0 0 1 698 2020)' fill='%230075FA' fill-opacity='0.3'/%3E%3C/g%3E%3Cg filter='url(%23filter4_f_294_10703)'%3E%3Ccircle cx='1012.5' cy='2201.5' r='398.5' fill='%23E0D0FC' fill-opacity='0.5'/%3E%3C/g%3E%3Cg filter='url(%23filter5_f_294_10703)'%3E%3Ccircle cx='214' cy='1616' r='396' fill='%230075FA' fill-opacity='0.2'/%3E%3C/g%3E%3Cg filter='url(%23filter6_f_294_10703)'%3E%3Ccircle cx='413' cy='2082' r='449' fill='%23FAC2C7' fill-opacity='0.4'/%3E%3C/g%3E%3Cg filter='url(%23filter7_f_294_10703)'%3E%3Ccircle cx='927' cy='1478' r='396' fill='%230075FA' fill-opacity='0.3'/%3E%3C/g%3E%3Cg filter='url(%23filter8_f_294_10703)'%3E%3Ccircle cx='1012.5' cy='1089.5' r='398.5' fill='%23E0D0FC' fill-opacity='0.5'/%3E%3C/g%3E%3Cg filter='url(%23filter9_f_294_10703)'%3E%3Ccircle cx='214' cy='504' r='396' fill='%230075FA' fill-opacity='0.2'/%3E%3C/g%3E%3Cg filter='url(%23filter10_f_294_10703)'%3E%3Ccircle cx='413' cy='970' r='449' fill='%23FAC2C7' fill-opacity='0.4'/%3E%3C/g%3E%3Cg filter='url(%23filter11_f_294_10703)'%3E%3Ccircle cx='927' cy='366' r='396' fill='%230075FA' fill-opacity='0.3'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_294_10703' x='-482' y='2441' width='1397' height='1397' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='150' result='effect1_foregroundBlur_294_10703'/%3E%3C/filter%3E%3Cfilter id='filter1_f_294_10703' x='319' y='1858' width='1392' height='1392' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='150' result='effect1_foregroundBlur_294_10703'/%3E%3C/filter%3E%3Cfilter id='filter2_f_294_10703' x='67' y='2271' width='1498' height='1498' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='150' result='effect1_foregroundBlur_294_10703'/%3E%3C/filter%3E%3Cfilter id='filter3_f_294_10703' x='-394' y='1720' width='1392' height='1392' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='150' result='effect1_foregroundBlur_294_10703'/%3E%3C/filter%3E%3Cfilter id='filter4_f_294_10703' x='314' y='1503' width='1397' height='1397' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='150' result='effect1_foregroundBlur_294_10703'/%3E%3C/filter%3E%3Cfilter id='filter5_f_294_10703' x='-482' y='920' width='1392' height='1392' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='150' result='effect1_foregroundBlur_294_10703'/%3E%3C/filter%3E%3Cfilter id='filter6_f_294_10703' x='-336' y='1333' width='1498' height='1498' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='150' result='effect1_foregroundBlur_294_10703'/%3E%3C/filter%3E%3Cfilter id='filter7_f_294_10703' x='231' y='782' width='1392' height='1392' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='150' result='effect1_foregroundBlur_294_10703'/%3E%3C/filter%3E%3Cfilter id='filter8_f_294_10703' x='314' y='391' width='1397' height='1397' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='150' result='effect1_foregroundBlur_294_10703'/%3E%3C/filter%3E%3Cfilter id='filter9_f_294_10703' x='-482' y='-192' width='1392' height='1392' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='150' result='effect1_foregroundBlur_294_10703'/%3E%3C/filter%3E%3Cfilter id='filter10_f_294_10703' x='-336' y='221' width='1498' height='1498' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='150' result='effect1_foregroundBlur_294_10703'/%3E%3C/filter%3E%3Cfilter id='filter11_f_294_10703' x='231' y='-330' width='1392' height='1392' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='150' result='effect1_foregroundBlur_294_10703'/%3E%3C/filter%3E%3CclipPath id='clip0_294_10703'%3E%3Crect width='1153' height='2798' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") center no-repeat;
    background-size: cover; }

.account-order .section-title {
  margin-bottom: 20px; }

.account-order .account-content {
  position: relative; }

.account-order .order-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 1200px) {
    .account-order .order-header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 992px) {
    .account-order .order-header {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .account-order .order-header .order-header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

.account-order .order-return-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #696969;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  @media (pointer: fine) {
    .account-order .order-return-back:hover {
      color: var(--white-color); } }
  .account-order .order-return-back .arrow-wrap {
    width: 20px;
    min-width: 20px;
    height: 20px;
    background-color: var(--white-color);
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .account-order .order-return-back .arrow-wrap .ic {
      width: 6px;
      color: var(--white-color); }
  .account-order .order-return-back.top {
    margin-bottom: 12px; }
  .account-order .order-return-back.bottom {
    margin-bottom: 20px; }
    @media (max-width: 576px) {
      .account-order .order-return-back.bottom {
        margin: 48px 0 0; } }

.account-order .personal-cashback {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
  color: var(--white-color);
  background-color: #9B8BCF;
  padding: 12px 84px 12px 16px; }
  @media (max-width: 1200px) {
    .account-order .personal-cashback {
      margin-left: auto; } }
  @media (max-width: 768px) {
    .account-order .personal-cashback {
      display: none; } }
  .account-order .personal-cashback .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .account-order .personal-cashback .content .text {
      font-size: 12px;
      font-weight: 400;
      line-height: 16px; }
    .account-order .personal-cashback .content .price {
      font-size: 20px;
      font-weight: 700;
      line-height: 24px; }
    .account-order .personal-cashback .content .link {
      color: var(--white-color);
      font-size: 12px;
      font-weight: 400;
      line-height: 16px;
      text-decoration-line: underline;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
      @media (pointer: fine) {
        .account-order .personal-cashback .content .link:hover {
          color: #f2c4ff; } }
  .account-order .personal-cashback .avatar {
    position: absolute;
    max-width: 62px;
    right: 8%;
    top: -9%; }

.account-order .open-order .order-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 20px;
  grid-column-gap: 26px;
  margin-bottom: 32px; }
  @media (max-width: 1200px) {
    .account-order .open-order .order-info {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }
  .account-order .open-order .order-info .order-info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px; }
    @media (max-width: 1200px) {
      .account-order .open-order .order-info .order-info-wrap:last-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }

.account-order .open-order .info-block-wrap:has(.comment) {
  height: 100%; }

.account-order .open-order .order-info-title {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 8px; }
  @media (max-width: 576px) {
    .account-order .open-order .order-info-title {
      font-size: 14px;
      line-height: 20px; } }

.account-order .open-order .info-line {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 33px;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: #FAFAFA;
  margin-bottom: 4px; }
  @media (max-width: 576px) {
    .account-order .open-order .info-line {
      gap: 12px; } }
  .account-order .open-order .info-line .title {
    display: inline-block;
    color: #696969; }
  .account-order .open-order .info-line .value {
    display: inline-block;
    color: var(--color-cool-gray); }
    .account-order .open-order .info-line .value .status_bullet {
      display: block;
      width: 10px;
      min-width: 10px;
      height: 10px;
      background-color: #FF9900;
      border-radius: 50%;
      margin-right: 10px; }
    .account-order .open-order .info-line .value.status_paid {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }

.account-order .open-order .comment {
  border-radius: 8px;
  background: #FAFAFA;
  padding: 10px 16px;
  height: calc(100% - 32px); }

.account-order .open-order .copy-number {
  position: absolute;
  right: 0;
  width: 40px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--white-color);
  border-radius: 0px 8px 8px 0px;
  cursor: pointer;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  @media (pointer: fine) {
    .account-order .open-order .copy-number:hover {
      background-color: var(--white-color); } }
  .account-order .open-order .copy-number .ic {
    fill: var(--white-color);
    width: 20px;
    height: 20px; }

.account-order .open-order .buttons-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 34px;
  gap: 17px; }
  @media (max-width: 576px) {
    .account-order .open-order .buttons-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 48px; } }
  @media (max-width: 576px) {
    .account-order .open-order .buttons-wrap .btn-default {
      width: 100%; } }
  .account-order .open-order .buttons-wrap .btn-default .btn-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 18px 8px 12px; }
    @media (max-width: 576px) {
      .account-order .open-order .buttons-wrap .btn-default .btn-text {
        padding: 8px 16px;
        font-size: 14px;
        line-height: 24px;
        gap: 8px; } }
    .account-order .open-order .buttons-wrap .btn-default .btn-text .ic {
      width: 20px;
      height: 18px; }
      @media (max-width: 576px) {
        .account-order .open-order .buttons-wrap .btn-default .btn-text .ic {
          width: 24px;
          height: 24px; } }
  .account-order .open-order .buttons-wrap .btn-cancel {
    color: #696969;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 56px;
    border: 1px solid gray;
    padding: 8px 16px;
    background-color: transparent;
    outline: none;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (pointer: fine) {
      .account-order .open-order .buttons-wrap .btn-cancel:hover {
        background-color: var(--white-color);
        color: var(--white-color);
        border: 1px solid var(--white-color); } }
    @media (max-width: 576px) {
      .account-order .open-order .buttons-wrap .btn-cancel {
        width: 100%;
        font-size: 14px;
        line-height: 24px;
        padding: 7px 16px; } }

.account-order .open-order .order-list-wrap .cart-title {
  color: var(--color-cool-gray);
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 17px; }
  @media (max-width: 576px) {
    .account-order .open-order .order-list-wrap .cart-title {
      font-size: 20px;
      line-height: 24px;
      padding-bottom: 16px;
      padding-bottom: 16px;
      border-bottom: 1px solid gray; } }

.account-order .open-order .order-list-wrap .cart-headers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid gray; }
  @media (max-width: 576px) {
    .account-order .open-order .order-list-wrap .cart-headers {
      display: none; } }
  .account-order .open-order .order-list-wrap .cart-headers .header-title {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .account-order .open-order .order-list-wrap .cart-headers .header-title {
        font-size: 14px;
        line-height: 18px; } }
    .account-order .open-order .order-list-wrap .cart-headers .header-title.name {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 49%;
              flex: 0 0 49%; }
      @media (max-width: 1200px) {
        .account-order .open-order .order-list-wrap .cart-headers .header-title.name {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 55%;
                  flex: 0 0 55%; } }
    .account-order .open-order .order-list-wrap .cart-headers .header-title.count {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 27%;
              flex: 0 0 27%;
      margin-left: 60px; }
      @media (max-width: 1200px) {
        .account-order .open-order .order-list-wrap .cart-headers .header-title.count {
          margin-left: 0;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 25%;
                  flex: 0 0 25%; } }
      @media (max-width: 768px) {
        .account-order .open-order .order-list-wrap .cart-headers .header-title.count {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 28%;
                  flex: 0 0 28%; } }

.account-order .open-order .order-list-wrap .cart-item .plus,
.account-order .open-order .order-list-wrap .cart-item .minus,
.account-order .open-order .order-list-wrap .cart-item .remove {
  display: none; }

.account-order .open-order .order-list-wrap .cart-item input {
  height: 40px;
  width: 50px;
  border-radius: 12px;
  background-color: #FAFAFA;
  border: none; }
  @media (max-width: 576px) {
    .account-order .open-order .order-list-wrap .cart-item input {
      margin: 0;
      background-color: transparent; } }

@media (max-width: 992px) {
  .account-order .open-order .order-list-wrap .cart-item .product-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media (max-width: 576px) {
  .account-order .open-order .order-list-wrap .cart-item .product-wrap {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.account-order .open-order .order-list-wrap .cart-item .product-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42%;
          flex: 0 0 42%; }
  @media (max-width: 576px) {
    .account-order .open-order .order-list-wrap .cart-item .product-info {
      -ms-grid-row: 1;
      grid-row: 1;
      -ms-grid-column: 1;
          grid-column-start: 1;
      -ms-grid-column-span: 3;
      grid-column-end: 4; }
      .account-order .open-order .order-list-wrap .cart-item .product-info .product-name a {
        font-size: 16px;
        line-height: 18px;
        height: 38px; } }

.account-order .open-order .order-list-wrap .cart-item ._qty {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28%;
          flex: 0 0 28%;
  margin-left: 60px; }
  @media (max-width: 1200px) {
    .account-order .open-order .order-list-wrap .cart-item ._qty {
      margin-left: 0; } }
  @media (max-width: 576px) {
    .account-order .open-order .order-list-wrap .cart-item ._qty {
      -ms-grid-row: 2;
      grid-row: 2;
      -ms-grid-column: 1;
          grid-column-start: 1;
      -ms-grid-column-span: 1;
      grid-column-end: 2;
      margin-right: 30px; } }

@media (max-width: 576px) {
  .account-order .open-order .order-list-wrap .cart-item ._price-total {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3; } }

.account-order .open-order .order-list-wrap .bottom-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 576px) {
    .account-order .open-order .order-list-wrap .bottom-block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.account-order .open-order .order-list-wrap .total-block {
  border-radius: 16px;
  background-color: #F9F7FF;
  padding: 16px 24px 16px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  @media (max-width: 576px) {
    .account-order .open-order .order-list-wrap .total-block {
      padding: 0;
      background-color: transparent;
      width: 100%; } }
  .account-order .open-order .order-list-wrap .total-block .total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media (max-width: 576px) {
      .account-order .open-order .order-list-wrap .total-block .total {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        padding: 8px 16px;
        border-radius: 12px;
        background-color: #F9F7FF;
        width: 100%;
        margin-bottom: 8px; } }
  .account-order .open-order .order-list-wrap .total-block .title {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    margin-right: 8px; }
    @media (max-width: 576px) {
      .account-order .open-order .order-list-wrap .total-block .title {
        font-size: 20px;
        line-height: 24px;
        margin-right: 4px; } }
  .account-order .open-order .order-list-wrap .total-block .price-old,
  .account-order .open-order .order-list-wrap .total-block .old-price {
    font-size: 16px;
    font-weight: 400;
    text-decoration: line-through; }
  .account-order .open-order .order-list-wrap .total-block .price,
  .account-order .open-order .order-list-wrap .total-block .price-discount {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px; }
    @media (max-width: 576px) {
      .account-order .open-order .order-list-wrap .total-block .price,
      .account-order .open-order .order-list-wrap .total-block .price-discount {
        font-size: 20px;
        line-height: 24px; } }
  .account-order .open-order .order-list-wrap .total-block .price {
    color: var(--color-cool-gray); }
  .account-order .open-order .order-list-wrap .total-block .price-discount {
    color: red; }
  .account-order .open-order .order-list-wrap .total-block .cashback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px; }
    .account-order .open-order .order-list-wrap .total-block .cashback img {
      display: block;
      margin-right: 4px; }

.account-orders .section-title {
  margin-bottom: 13px; }

.account-orders .order-nav {
  margin: 0 0 21px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  white-space: nowrap;
  overflow-x: scroll;
  list-style: none; }
  .account-orders .order-nav::-webkit-scrollbar {
    display: none; }
  .account-orders .order-nav .order-nav-item.active a {
    color: var(--white-color);
    background-color: BLUE; }
  .account-orders .order-nav a {
    display: block;
    color: var(--color-cool-gray);
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    padding: 4px 12px;
    border-radius: 56px;
    background-color: #FAFAFA;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (pointer: fine) {
      .account-orders .order-nav a:hover {
        color: var(--white-color);
        background-color: BLUE; } }

.account-orders .order-headers {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 11.7% 12.6% 14.5% 13.3% 13.5% 1fr;
  grid-template-columns: 11.7% 12.6% 14.5% 13.3% 13.5% 1fr;
  padding: 0 20px 12px; }
  @media (max-width: 1200px) {
    .account-orders .order-headers {
      -ms-grid-columns: 19% 25% 48% 1fr;
      grid-template-columns: 19% 25% 48% 1fr; } }
  .account-orders .order-headers .order-title {
    color: #696969;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding: 0 15px 0 0;
    margin: 0; }
    @media (max-width: 1200px) {
      .account-orders .order-headers .order-title.number {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2; } }
    @media (max-width: 1200px) {
      .account-orders .order-headers .order-title.date {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3; } }
    @media (max-width: 1200px) {
      .account-orders .order-headers .order-title.status {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2; } }
    @media (max-width: 1200px) {
      .account-orders .order-headers .order-title.price {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3; } }
    @media (max-width: 1200px) {
      .account-orders .order-headers .order-title.address {
        -ms-grid-column: 3;
        grid-column: 3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2; } }
    @media (max-width: 1200px) {
      .account-orders .order-headers .order-title.order-ttn {
        -ms-grid-column: 3;
        grid-column: 3;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3; } }

.account-orders .order-item {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 11.7% 12.6% 14.5% 13.3% 13.5% 28% 1fr;
  grid-template-columns: 11.7% 12.6% 14.5% 13.3% 13.5% 28% 1fr;
  border-radius: 16px;
  background-color: #FAFAFA;
  padding: 11px 20px;
  margin-bottom: 4px; }
  @media (max-width: 1200px) {
    .account-orders .order-item {
      -ms-grid-columns: 19% 25% 48% 1fr;
      grid-template-columns: 19% 25% 48% 1fr; } }
  .account-orders .order-item .order-item-value {
    padding-right: 15px; }
  .account-orders .order-item .order-number {
    color: #2F80ED;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-decoration-line: underline;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (pointer: fine) {
      .account-orders .order-item .order-number:hover {
        color: BLUE; } }
    @media (max-width: 1200px) {
      .account-orders .order-item .order-number {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2; } }
  .account-orders .order-item .order-date {
    color: #696969;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px; }
    @media (max-width: 1200px) {
      .account-orders .order-item .order-date {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3; } }
  .account-orders .order-item .status_paid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--color-cool-gray);
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    position: relative; }
    .account-orders .order-item .status_paid .status_bullet {
      display: block;
      width: 8px;
      min-width: 8px;
      height: 8px;
      background-color: #FF9900;
      border-radius: 50%;
      margin-right: 8px; }
    @media (max-width: 1200px) {
      .account-orders .order-item .status_paid {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2; } }
  .account-orders .order-item .order-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 1200px) {
      .account-orders .order-item .order-price {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3; } }
    .account-orders .order-item .order-price .price {
      color: var(--color-cool-gray);
      font-size: 14px;
      font-weight: 700;
      line-height: 18px; }
    .account-orders .order-item .order-price .cashback {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #696969;
      font-size: 12px;
      font-weight: 400;
      line-height: 18px; }
      .account-orders .order-item .order-price .cashback img {
        width: 16px; }
  .account-orders .order-item .order-delivery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 1200px) {
      .account-orders .order-item .order-delivery {
        -ms-grid-column: 3;
        grid-column: 3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2; } }
    .account-orders .order-item .order-delivery .delivery-way {
      display: block;
      color: var(--color-cool-gray);
      font-size: 14px;
      font-weight: 400;
      line-height: 18px; }
    .account-orders .order-item .order-delivery .delivery-type {
      display: block;
      color: #696969;
      font-size: 12px;
      font-weight: 400;
      line-height: 16px; }
  .account-orders .order-item .order-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .account-orders .order-item .order-address .address-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
  .account-orders .order-item .order-address,
  .account-orders .order-item .order-ttn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1200px) {
      .account-orders .order-item .order-address,
      .account-orders .order-item .order-ttn {
        -ms-grid-column: 3;
        grid-column: 3;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3; } }
    .account-orders .order-item .order-address img,
    .account-orders .order-item .order-ttn img {
      display: block;
      width: 24px; }
    .account-orders .order-item .order-address .address-city,
    .account-orders .order-item .order-ttn .address-city {
      color: #696969;
      font-size: 12px;
      font-weight: 400;
      line-height: 16px;
      margin: 0 8px; }
    .account-orders .order-item .order-address .address-warehouse,
    .account-orders .order-item .order-address .ttn-number,
    .account-orders .order-item .order-ttn .address-warehouse,
    .account-orders .order-item .order-ttn .ttn-number {
      display: inline-block;
      color: var(--color-cool-gray);
      font-size: 14px;
      font-weight: 400;
      line-height: 1;
      margin: 0 8px; }
    .account-orders .order-item .order-address .btn-copy,
    .account-orders .order-item .order-ttn .btn-copy {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border: none;
      outline: none;
      padding: 0;
      background-color: transparent; }
      .account-orders .order-item .order-address .btn-copy .ic,
      .account-orders .order-item .order-ttn .btn-copy .ic {
        color: #696969;
        width: 15px;
        height: 17px;
        -webkit-transition: .3s ease;
        transition: .3s ease; }
      @media (pointer: fine) {
        .account-orders .order-item .order-address .btn-copy:hover .ic,
        .account-orders .order-item .order-ttn .btn-copy:hover .ic {
          color: var(--white-color); } }
  .account-orders .order-item .arrow-wrap {
    width: 24px;
    height: 24px;
    background-color: #70629B;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    margin-left: auto; }
    @media (pointer: fine) {
      .account-orders .order-item .arrow-wrap:hover {
        background-color: BLUE; } }
    @media (max-width: 1200px) {
      .account-orders .order-item .arrow-wrap {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1 / 3; } }
    .account-orders .order-item .arrow-wrap .ic {
      color: var(--white-color);
      width: 9px;
      height: 12px;
      -webkit-transition: .3s ease;
      transition: .3s ease; }

.profile-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px; }
  .profile-grid .profile-info,
  .profile-grid .profile-access {
    margin-bottom: 30px; }
  .profile-grid .profile-socials-bind {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
    .profile-grid .profile-socials-bind .title {
      position: relative;
      text-align: center;
      font-size: 1rem; }
      .profile-grid .profile-socials-bind .title span {
        position: relative;
        z-index: 2;
        color: #696969;
        background: var(--white-color);
        padding: 0 10px; }
      .profile-grid .profile-socials-bind .title:after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        background: var(--grey-color);
        height: 1px;
        width: 100%; }
    .profile-grid .profile-socials-bind .profile-socials-bind-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-column-gap: 16px;
         -moz-column-gap: 16px;
              column-gap: 16px;
      row-gap: 10px;
      margin-top: 13px; }
      .profile-grid .profile-socials-bind .profile-socials-bind-list .social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 1fr;
                flex: 1 0 1fr;
        width: 100%;
        padding: 7px 15px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 8px;
        text-decoration: none;
        border-radius: 100px;
        border: 1px solid;
        background: var(--white-color); }
        .profile-grid .profile-socials-bind .profile-socials-bind-list .social .text {
          text-align: center;
          font-size: 1rem;
          font-weight: 400;
          line-height: 1.2;
          color: var(--color-cool-gray); }

.user-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin: 20px 0; }
  .user-address .address-item {
    position: relative;
    z-index: 1;
    padding: 15px;
    background: white;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 20px 1fr;
    grid-template-columns: 20px 1fr;
    grid-row-gap: 10px;
    grid-column-gap: 15px; }
    .user-address .address-item .custom-radio {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      grid-row: 1/4;
      -ms-grid-row-align: center;
          align-self: center; }
    .user-address .address-item .title {
      font-weight: bold;
      font-size: 18px; }
    .user-address .address-item .address-title-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 15px;
      padding-right: 90px; }
    .user-address .address-item .actions {
      position: absolute;
      top: 20px;
      right: 20px; }
    .user-address .address-item .btn-action {
      padding: 3px !important;
      min-height: 30px;
      min-width: 30px;
      color: var(--white-color);
      border-radius: 4px; }
      @media (pointer: fine) {
        .user-address .address-item .btn-action:hover {
          background: var(--white-color);
          color: var(--white-color); } }
      .user-address .address-item .btn-action:focus {
        background: var(--white-color);
        color: var(--white-color);
        -webkit-box-shadow: 0 0 0 0.25rem fade(var(--white-color), 40%);
                box-shadow: 0 0 0 0.25rem fade(var(--white-color), 40%); }

body:has(.page-main) #page-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.page-account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }
  .page-account .container {
    max-width: 100%;
    padding-left: 0; }

.section-video-analysis-tool {
  padding: 50px 34px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.5); }
  .section-video-analysis-tool .video-analysis__description {
    color: var(--color-steel-gray);
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    text-align: center; }
  .section-video-analysis-tool .video-analysis__tabs {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 50px; }
  .section-video-analysis-tool .video-analysis__tab {
    border-radius: 16px;
    border: 1px solid var(--color-ice-blue);
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    .section-video-analysis-tool .video-analysis__tab.active {
      border: 1px solid var(--white-color);
      background: var(--gradient-blue); }
      .section-video-analysis-tool .video-analysis__tab.active .video-analysis__tab-header {
        color: var(--white-color); }
      .section-video-analysis-tool .video-analysis__tab.active .ic {
        color: rgba(255, 255, 255, 0.5); }
      .section-video-analysis-tool .video-analysis__tab.active .video-analysis__tab-note {
        color: #79B4F7; }
    @media (pointer: fine) {
      .section-video-analysis-tool .video-analysis__tab:hover:not(.active) {
        border: 1px solid #79B4F7; } }
    .section-video-analysis-tool .video-analysis__tab .video-analysis__tab-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 10px;
      color: var(--color-cool-gray);
      font-size: 18px;
      font-weight: 700;
      line-height: 140%; }
      .section-video-analysis-tool .video-analysis__tab .video-analysis__tab-header .ic {
        width: 20px;
        height: 20px; }
    .section-video-analysis-tool .video-analysis__tab .video-analysis__tab-note {
      color: var(--color-slate-gray);
      text-align: center;
      font-size: 14px;
      font-style: italic;
      font-weight: 400;
      line-height: 140%;
      margin-top: 10px; }
  .section-video-analysis-tool .video-analysis__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 34px; }
    .section-video-analysis-tool .video-analysis__group .video-input {
      color: var(--color-steel-gray);
      font-size: 18px;
      font-weight: 400;
      line-height: 140%;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      height: 73px;
      padding-left: 24px;
      border-radius: 16px 0 0 16px;
      border: 1px solid var(--color-ice-blue);
      border-right: none;
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      background: var(--white-color);
      -webkit-transition: .3s ease;
      transition: .3s ease; }
      .section-video-analysis-tool .video-analysis__group .video-input:focus {
        border: 1px solid #79B4F7; }
    .section-video-analysis-tool .video-analysis__group .btn-main {
      white-space: nowrap;
      border-radius: 0 16px 16px 0;
      height: 73px;
      -webkit-transform: unset !important;
          -ms-transform: unset !important;
              transform: unset !important; }
  .section-video-analysis-tool .video-analysis__note {
    color: var(--color-steel-gray);
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
    margin-top: 20px; }
