@property --angle {
  syntax: '<angle>';
  initial-value: 210deg;
  inherits: false;
}

@property --angle-faq {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #010101;
}

::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 20px;
  border: 2.5px solid #020406;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body {
  background-color: #020406;
  background-attachment: fixed;
  color: #6D6D6D;
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}

a,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul,
ul li {
  list-style: none;
}

input,
textarea,
button,
select {
  outline: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

input::-ms-clear {
  display: none;
}

img {
  max-width: 100%;
}

.text-start {
  text-align: left;
}

.text-center {
  text-align: center;
}

.st-hover {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.st-hover:hover {
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.fade {
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.p-0 {
  padding: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-25 {
  margin-top: 15px;
}

.py-small {
  padding-top: 28px;
  padding-bottom: 28px;
}

.hidden {
  display: none !important;
}

.def-padding {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.container {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.logotype {
  display: block;
  text-align: center;
}

.navbar-header {
  display: none;
}

.navbar {
  padding: 12px;
  z-index: 1200;
}

.btn-open {
  right: 25px;
  top: 25px;
  z-index: 500;
  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: #FFE17C;
  border-radius: 20%;
  height: 40px;
  width: 40px;
}

.btn-open svg path {
  fill: #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-close svg path {
  fill: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.navbar-menu {
  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;
  background: transparent;
  gap: 16px;
  padding: 5px;
  height: 56px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.nav-item {
  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: 4px;
  height: 100%;
  padding: 0px 12px;
  border-radius: 48px;
  z-index: 2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.nav-link {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.nav-link:hover {
  color: #8C8C8C;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.nav-item.nav-logo:hover,
.nav-item.nav-logo.active {
  background-color: transparent;
  opacity: 0.8;
}

.outlined .nav-link {
  border-radius: 32px;
  border: 0.874px solid rgba(255, 255, 255, 0.05);
  background: rgba(244, 207, 171, 0.10);
  padding: 9px 11px;
}

.sign-in .nav-link {
  color: #fff;
  border-radius: 32px;
  padding: 9px 11px;
}

.sign-up .nav-link {
  color: #000;
  background: -o-radial-gradient(58.76% 50%, 5363.82% 160.29%, #FFE17C 0%, #1C1400 100%);
  background: radial-gradient(5363.82% 160.29% at 58.76% 50%, #FFE17C 0%, #1C1400 100%);
  border-radius: 32px;
  padding: 9px 11px;
}

.sign-in,
.sign-up {
  padding: 0 5px;
}

.text-gradient-gold {
  background: -o-linear-gradient(left, #FFE17C 0%, #F5E2D7 100%);
  background: -webkit-gradient(linear, left top, right top, from(#FFE17C), to(#F5E2D7));
  background: linear-gradient(90deg, #FFE17C 0%, #F5E2D7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-white {
  background: -o-linear-gradient(left, #FFF 0%, #999 100%);
  background: -webkit-gradient(linear, left top, right top, from(#FFF), to(#999));
  background: linear-gradient(90deg, #FFF 0%, #999 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-light {
  text-shadow:
    -1px -1px 7px rgba(255, 255, 255, 0.5),
    1px -1px 7px rgba(170, 103, 77, 0.5),
    -1px 1px 7px rgba(170, 103, 77, 0.5),
    1px 1px 7px rgba(170, 103, 77, 0.5);
}

.offcanvas-header {
  display: none;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.offcanvas-backdrop.hidden {
  display: none;
}

.offcanvas-backdrop.fade {
  opacity: 0;
}

.offcanvas-backdrop.show {
  opacity: .5;
}

.header-clear {
  height: 28px;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  border: 1px solid transparent;
  padding: 12px 18px;
  border-radius: 32px;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn:hover {
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-transparent {
  color: #fff;
  background: transparent;
}

.btn-white {
  color: #000;
  background: #fff;
}

.btn-white-outline {
  color: #fff;
  border-color: #fff;
}

.btn-gold {
  color: #000;
  background: #FFE17C;
  background: -o-radial-gradient(58.76% 50%, 5363.82% 160.29%, #FFE17C 0%, #1C1400 100%);
  background: radial-gradient(5363.82% 160.29% at 58.76% 50%, #FFE17C 0%, #1C1400 100%);
}

.btn-gold-outline {
  color: #FFE17C;
  border-color: #FFE17C;
}

.btn-gold:hover {
  color: #000;
  opacity: 0.55;
}

.btn-gold-outline:hover {
  opacity: 0.5;
}

.btn-transparent:hover {
  color: #000;
  background: #fff;
}

.btn-white:hover {
  color: #000;
  background: #FFE17C;
}

.btn-white-outline:hover {
  color: #000;
  background: #fff;
}

.btn.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

.home {
  position: relative;
  overflow: hidden;
  padding-top: 50px;
}

.hero-header {
  position: relative;
  background-image: url(../img/bg_hero.svg);
  background-position-x: center;
  background-position-y: top;
  /* background-attachment: fixed; */
  background-repeat: no-repeat;
  background-size: auto;
}

.hero {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.stars {
  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;
}

.hero-badge {
  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;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  padding: 8px 24px;
  border-radius: 21px;
  border: 1px solid #FFE17C;
  margin-top: 50px;
  margin-bottom: 50px;
}

.hero-text {
  width: 100%;
  max-width: 1020px;
  text-align: center;
}

.hero-text h1 {
  color: #FFF;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.5px;
  margin-bottom: 25px;
}

.hero-text p {
  color: #808080;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.702px;
}

.hero-body {
  position: relative;
  padding-top: 100px;
  width: 100%;
}

.hero-img {
  position: absolute;
  top: -8rem;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  text-align: center;
  z-index: 1;
  pointer-events: none;
  -webkit-animation: cloud 5s infinite linear;
          animation: cloud 5s infinite linear;
}

.hero-body-block {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
  border: 1px solid #020406;
  width: 100%;
  min-height: 400px;
}

.hero-webm {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.9;
  z-index: 0;
  -webkit-animation: fading 7s infinite linear;
          animation: fading 7s infinite linear;
}

.hero-webm img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-light {
  border-radius: 2585px;
  background: rgb(255 255 255 / 100%);
  -webkit-filter: blur(80px);
          filter: blur(80px);
  position: absolute;
  display: block;
  margin: auto;
  top: 50px;
  left: 0;
  right: 0;
  pointer-events: none;
  opacity: 0.55;
  z-index: -1;
  overflow: hidden;
  width: 100%;
  height: 80px;
}

.hero-footer p {
  text-align: center;
  max-width: 320px;
}

.hero-buttons {
  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;
  margin: 20px auto;
}

.wu-start,
.wu-end {
  width: 100%;
}

.whyus {
  background-image: url(../img/bg_whyus.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: top;
  position: relative;
}

.wu-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;
}

.wu-start h2 {
  font-size: 59px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 5px;
}

.wu-start p {
  color: #6D6D6D;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  /* 127.778% */
}

.wu-start p span {
  color: #fff;
}

.why-transf {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.why-transf p {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.673px;
  display: inline;
  margin: 0;
}

.why-transf p:not(:last-child)::after {
  content: " | ";
  margin-left: 7px;
  margin-right: 10px;
}

.wu-end {
  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;
}

.wu-logo {
  position: relative;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 100%;
}

.wu-logo img {
  -webkit-animation: cloud 5s infinite linear;
          animation: cloud 5s infinite linear;
}

.sign-gold.wu-sign {
  position: absolute;
}

.sign-gold.wu-sign:first-child {
  top: 8rem;
  left: -2.5rem;
}

.sign-gold.wu-sign:nth-child(2) {
  bottom: 4rem;
  right: -4rem;
}

.sign-gold {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px 17px;
  border-radius: 5.5px;
  background: -o-linear-gradient(right, rgba(14, 11, 9, 0.70) -2.06%, rgba(51, 48, 43, 0.70) 99.97%);
  background: -webkit-gradient(linear, right top, left top, color-stop(-2.06%, rgba(14, 11, 9, 0.70)), color-stop(99.97%, rgba(51, 48, 43, 0.70)));
  background: linear-gradient(270deg, rgba(14, 11, 9, 0.70) -2.06%, rgba(51, 48, 43, 0.70) 99.97%);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  background-clip: padding-box;
  border: solid 1px transparent;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 99%;
  text-transform: uppercase;
  z-index: 2;
}

.sign-gold::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: -1px;
  border-radius: 5.5px;
  background: -o-linear-gradient(var(--angle), rgba(0, 0, 0, 0.00) 0.39%, rgba(255, 252, 214, 0.1) 99.5%);
  background: -webkit-gradient(linear, left top, left bottom, from(var(--angle)), color-stop(0.39%, rgba(0, 0, 0, 0.00)), color-stop(99.5%, rgba(255, 252, 214, 0.1)));
  background: linear-gradient(var(--angle), rgba(0, 0, 0, 0.00) 0.39%, rgba(255, 252, 214, 0.1) 99.5%);
  -webkit-animation: rotate-gradient 7s linear infinite;
          animation: rotate-gradient 7s linear infinite;
  z-index: 0;
}

.bottom-gradient {
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 35%;
  opacity: 0.95;
  background: -o-linear-gradient(bottom, #D6C4B3 0%, #FFE17C 15.5%, #735A43 42%, rgba(2, 4, 6, 0.00) 85.5%);
  background: -webkit-gradient(linear, left bottom, left top, from(#D6C4B3), color-stop(15.5%, #FFE17C), color-stop(42%, #735A43), color-stop(85.5%, rgba(2, 4, 6, 0.00)));
  background: linear-gradient(0deg, #D6C4B3 0%, #FFE17C 15.5%, #735A43 42%, rgba(2, 4, 6, 0.00) 85.5%);
  z-index: -1;
}

.title-section {
  margin-bottom: 40px;
}

.title-section h2 {
  color: #fff;
  font-size: 59px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.title-section p {
  color: #808080;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  max-width: 410px;
  margin: 0 auto;
  margin-top: 10px;
}

.title-section p span {
  color: #fff;
}

.title-section a {
  margin-top: 10px;
}

.products {
  background-image: url(../img/products.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}

.products-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
  justify-items: center;
}

.product {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 9px 20px;
  border-radius: 20px;
  background: rgba(32, 32, 32, 0.85);
  -webkit-backdrop-filter: blur(4.75px);
          backdrop-filter: blur(4.75px);
  width: 100%;
  height: 100%;
  max-width: 480px;
  max-width: 480px;
  margin-left: auto;
  margin-right: 0;
}

.product:nth-child(2n) {
  margin-left: 0;
  margin-right: auto;
}

.product-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;
  padding: 20px;
}

.product-title h3 {
  color: #FFF;
  -webkit-font-feature-settings: 'liga' off;
          font-feature-settings: 'liga' off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.4px;
}

.product-title h2 {
  color: #FFF;
  -webkit-font-feature-settings: 'liga' off;
          font-feature-settings: 'liga' off;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.921px;
}

.product-icon img {
  height: 75px;
  pointer-events: none;
}

.product-body {
  width: 100%;
  position: relative;
  border-radius: 15px;
  background: #0B0B0B;
  padding: 22px 25px;
  margin: 40px auto;
}

.product-tool {
  position: absolute;
  top: -2rem;
  left: 0;
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: -0.659px;
}

.product-body p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: -0.659px;
}

.product-body p span {
  display: block;
  margin-top: 10px;
  font-size: 28px;
  font-weight: 600;
}

.product-footer {
  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: 20px;
  gap: 10px;
}

.product-footer a {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
}

.product:nth-child(2) {
  background: -o-linear-gradient(top, rgba(32, 32, 32, 0.85) 33.06%, rgba(230, 217, 255, 0.85) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(33.06%, rgba(32, 32, 32, 0.85)), to(rgba(230, 217, 255, 0.85)));
  background: linear-gradient(180deg, rgba(32, 32, 32, 0.85) 33.06%, rgba(230, 217, 255, 0.85) 100%);
}

.product:nth-child(3) {
  background: -o-linear-gradient(326deg, rgba(44, 20, 37, 0.85) 3.64%, rgba(121, 22, 47, 0.85) 100.02%);
  background: linear-gradient(124deg, rgba(44, 20, 37, 0.85) 3.64%, rgba(121, 22, 47, 0.85) 100.02%);
}

.product:nth-child(4) {
  background: -o-linear-gradient(top, #201914 0%, #FFE17C 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#201914), to(#FFE17C));
  background: linear-gradient(180deg, #201914 0%, #FFE17C 100%);
}

.how-start {
  background-color: #0F0F0F;
}

/* .hs-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: 50px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
} */

.hs-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% 50px calc(60% - 50px);
  grid-template-columns: 40% calc(60% - 50px);
  grid-gap: 50px;
}

.hs-start {
  overflow: hidden;
}

.hs-end {
  overflow: hidden;
}

.swiper-slide {
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.hs-slider,
.swiper-first,
.swiper-wrapper {
  width: 100%;
}

.hs-slider {
  max-width: 718px;
}

.hs-slider-content-1 {
  display: none;
}

.hs-slider-content-1.active {
  display: block;
}

.hs-slider .swiper-slide {
  opacity: 0.7;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  padding: 1rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.hs-slider .swiper-slide-active-custom {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.hs-slide-img {
  width: 320px;
  height: 450px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 20px;
  background: #FFF;
  overflow: hidden;
}

.hs-slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* .pc-slide .hs-slide-img {
  width: 470px;
  height: 320px;
} */

.hs-slider .virtual-slide {
  width: 280px;
}

.tabs-container * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slider-screens__dots_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  overflow: auto;
}

@media (min-width:768px) {
  .slider-screens__dots_container {
    margin-top: 0;
  }
}

.slider-screens__wrapper_click {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  margin-right: 3px;
  width: 100%;
}

@media (min-width:768px) {
  .slider-screens__wrapper_click {
    margin-right: 2px;
  }
}

.slider-screens__dot {
  background: #676767;
  border-radius: 1px;
  height: 2px;
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.slider-screens__dot:hover {
  cursor: pointer;
  background: #dddddd;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}


.slider-screens__dot_active {
  background: #ffffff;
}

.hs-start-content {
  height: 482px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hs-slider-content {
  height: 100%;
}

.hs-slider-content h3 {
  color: #D4D4D4;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.768px;
  margin-top: 20px;
  margin-bottom: 34px;
}

.hs-slider-content h2 {
  color: #D4D4D4;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 110.523%;
  letter-spacing: -0.896px;
  margin-bottom: 15px;
}

.hs-slider-content p {
  color: #D4D4D4;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.768px;
}

.hs-start-footer {
  text-align: right;
}

.features {
  background-image: url(../img/bg_feautures.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}

.features-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
  justify-items: center;
}

.feature {
  background: #0A0B0B;
  padding: 25px 40px;
  border-radius: 20px;
}

.feature.golded {
  background: -o-linear-gradient(top, #120E0A 44.21%, #FFE17C 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(44.21%, #120E0A), to(#FFE17C));
  background: linear-gradient(180deg, #120E0A 44.21%, #FFE17C 100%);
}

.feature h2 {
  color: #FFF;
  -webkit-font-feature-settings: 'liga' off;
          font-feature-settings: 'liga' off;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 35.221px;
  /* 146.755% */
  letter-spacing: -0.6px;
  text-align: center;
}

.feature p {
  color: #FFF;
  -webkit-font-feature-settings: 'liga' off;
          font-feature-settings: 'liga' off;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
}

.feature p span {
  font-weight: 500;
}

.feature-img {
  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;
  height: 200px;
  margin: 10px auto;
}

.feature-img p {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #FFF;
  -webkit-font-feature-settings: 'liga' off;
          font-feature-settings: 'liga' off;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: -0.4px;
}

.guard {
  position: relative;
}

.guard-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: 20px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.guard-start {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}

.guard-end {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
}

.guard-start {
  background-image: url(../img/bg_guard.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: top;
  padding: 50px;
}

.guard-img {
  position: relative;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 100%;
}

.sign-gold.guard-sign {
  position: absolute;
}

.sign-gold.guard-sign:first-child {
  bottom: 9rem;
  left: 0rem;
}

.sign-gold.guard-sign:nth-child(2) {
  bottom: 4rem;
  right: 4rem;
}

.guard-end h2 {
  font-size: 59px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.guard-end p {
  color: #6D6D6D;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  margin-top: 12px;
  margin-bottom: 40px;
}

.refferal-pc {
  position: relative;
  background-image: url(../img/galaxy.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
  padding-top: 5rem;
  pointer-events: none;
}

#animation-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.number {
  position: absolute;
  font-size: 18px;
  color: #d4a373;
  -webkit-animation: moveUp 4s ease-in-out forwards;
          animation: moveUp 4s ease-in-out forwards;
  opacity: 0;
}

.faq {
  background-image: url(../img/bg_faq.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: -16rem;
  padding-bottom: 8rem;
}

.faq-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 25px;
}

.faq-start {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}

.faq-start .title-section h2,
.faq-start .title-section p {
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

.faq-start .title-section h2 {
  font-weight: 400;
}

.faq-end {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
}

.accordion .accordion-item {
  position: relative;
  border-radius: 7px;
  background: #0F0F0F;
  padding: 14px 16px;
  background-clip: padding-box;
  border: solid 1px transparent;
  margin-bottom: 10px;
}

.accordion .accordion-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: 7px;
  background: -o-linear-gradient(var(--angle-faq), rgba(233, 202, 172, 0.1) 0%, rgba(245, 226, 215, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(var(--angle-faq)), color-stop(0%, rgba(233, 202, 172, 0.1)), to(rgba(245, 226, 215, 0)));
  background: linear-gradient(var(--angle-faq), rgba(233, 202, 172, 0.1) 0%, rgba(245, 226, 215, 0) 100%);
  -webkit-animation: rotate-gradient-faq 12s linear infinite;
          animation: rotate-gradient-faq 12s linear infinite;
}

.accordion button {
  padding-right: 44px;
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  color: #AAA;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #c0bebe;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  width: 36px;
  height: 36px;
}

.accordion button .icon::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36' fill='none'%3E%3Cpath d='M0 6C0 2.68629 2.68629 0 6 0H30C33.3137 0 36 2.68629 36 6V30C36 33.3137 33.3137 36 30 36H6C2.68629 36 0 33.3137 0 30V6Z' fill='%23151515'/%3E%3Cpath d='M17.5 20.5C17.7761 20.7761 18.2239 20.7761 18.5 20.5L23 16C23.2761 15.7239 23.2761 15.2761 23 15C22.7239 14.7239 22.2761 14.7239 22 15L18 19L14 15C13.7239 14.7239 13.2761 14.7239 13 15C12.7239 15.2761 12.7239 15.7239 13 16L17.5 20.5ZM17.2929 19V20H18.7071V19H17.2929Z' fill='white'/%3E%3C/svg%3E");
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 36px;
  height: 36px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.accordion button[aria-expanded=true] {
  color: #c0bebe;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.accordion button[aria-expanded=true] .icon::before {
  rotate: 180deg;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.accordion button[aria-expanded=true]+.accordion-content {
  opacity: 1;
  max-height: 9em;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.3s linear, max-height 0.3s linear;
  -o-transition: opacity 0.3s linear, max-height 0.3s linear;
  transition: opacity 0.3s linear, max-height 0.3s linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
  color: #838383;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 27px 0;
}

.social {
  position: relative;
  padding-bottom: 10rem;
}

.go-telegram {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-radius: 60px;
  background: #161616;
  margin: 0 auto;
  text-align: center;
  margin-top: 1rem;
}

.go-telegram p {
  padding: 25px 40px;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.go-telegram a {
  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;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 40.524px;
  /* 168.849% */
  border-radius: 60px;
  background: -o-linear-gradient(359deg, #1395FF 0.73%, #07F 50.63%, #2D37FF 99.54%);
  background: linear-gradient(91deg, #1395FF 0.73%, #07F 50.63%, #2D37FF 99.54%);
  margin: 0;
  padding: 15px 40px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.go-telegram a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.go-telegram a svg {
  height: 25px;
  width: 25px;
}

footer.py-small {
  padding-bottom: 8rem;
}

.footer-header {
  padding-bottom: 50px;
}

.footer-sections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-section {
  padding: 0 20px;
}

.footer-section:first-child {
  padding-left: 0;
}

.footer-section:last-child {
  padding-right: 0;
}

.footer-section h3 {
  color: #AAA;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.footer-links {
  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;
  gap: 17px;
  margin-top: 20px;
}

.footer-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #6C6C70;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #FFF;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.footer-socials a {
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer-socials a:hover {
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* //////////////////////// */
/* //////////////////////// */
/* //////////////////////// */
/* //////////////////////// */
/* //////////////////////// */

/* XL MAX */
@media(max-width: 1400px) {
  .hero-bg-text {
    font-size: 155px;
  }
}

/* LG MAX */
@media(max-width: 1199px) {
  .hero-bg-text {
    font-size: 145px;
  }
}

/* MD MAX */
@media(max-width: 991px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background: rgba(9, 9, 9, 0.90);
    -webkit-backdrop-filter: blur(2.4px);
            backdrop-filter: blur(2.4px);
    background-clip: padding-box;
    outline: 0;
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid #000;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .offcanvas.hiding,
  .offcanvas.show,
  .offcanvas.showing {
    visibility: visible;
  }

  .offcanvas.show:not(.hiding),
  .offcanvas.showing {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .offcanvas-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;
    gap: 25px;
    padding: 25px;
    margin-bottom: 25px;
  }

  ul.navbar-menu {
    background-color: transparent;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 15px auto;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .nav-logo {
    display: none;
  }

  .nav-item {
    padding: 12px;
  }

  .s-logotype {
    display: none;
  }

  .navbar-header {
    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;
    gap: 25px;
    padding: 25px 0;
  }

  .hero-text h1 {
    font-size: 40px;
  }

  .hero-text p {
    font-size: 18px;
  }

  .title-section h2 {
    font-size: 40px;
  }

  .title-section p {
    font-size: 18px;
  }

  .phone-footer p {
    font-size: 18px;
  }

  .faq-start {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .faq-end {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .faq-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .accordion button {
    font-size: 18px;
  }

  .accordion .accordion-content p {
    font-size: 16px;
  }

  .footer-section:last-child {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-section {
    padding-bottom: 20px;
  }

  .hero-bg-text {
    font-size: 100px;
  }

  .whyus {
    background-position-y: bottom;
  }

  .wu-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .hs-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .guard-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .why-transf {
    -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;
    margin-top: 25px;
    margin-bottom: 40px;
  }

  .why-transf p:not(:last-child)::after {
    display: none;
  }

  .def-padding {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .products-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .product-footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .product-tool {
    top: -3rem;
  }

  .hs-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-gap: 50px;
  }

  .guard-start {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .guard-start {
    padding: 0;
  }

  .guard-end {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .features-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .refferal-pc {
    display: none;
  }

  .text-center-mobile {
    text-align: center;
  }

  .hs-start-content {
    height: auto;
  }

  .pc-only {
    display: none!important;
  }
}

/* SM MAX */
@media(max-width: 767px) {
  .footer-section:nth-child(3) {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-section {
    padding-bottom: 25px;
  }

  .hero-bg-text {
    font-size: 70px;
  }

  .product {
    max-width: 100%;
  }
}

/* XS MAX */
@media(max-width: 575px) {
  .hero-text h1 {
    font-size: 35px;
    line-height: 35px;
  }

  .hero-text p {
    font-size: 16px;
  }

  .hero-img {
    top: -4rem;
  }

  .guard-end h2 {
    font-size: 35px;
    line-height: 35px;
  }

  .guard-end p {
    font-size: 16px;
  }

  .wu-start h2 {
    font-size: 35px;
    line-height: 35px;
  }

  .wu-start p {
    font-size: 16px;
  }

  .sign-gold.wu-sign:first-child {
    left: -5px;
  }

  .sign-gold.wu-sign:nth-child(2) {
    right: -5px;
  }

  .title-section h2 {
    font-size: 35px;
    line-height: 35px;
  }

  .title-section p {
    font-size: 16px;
  }

  .accordion button {
    font-size: 16px;
  }

  .accordion .accordion-content p {
    font-size: 14px;
  }

  .footer-header {
    text-align: center;
  }

  .footer-section {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }

  .footer-links,
  .footer-socials {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .hero-bg-text {
    font-size: 45px;
  }

  .home {
    padding-top: 0;
  }

  .sign-gold.guard-sign:nth-child(2) {
    bottom: 4rem;
    right: 0;
  }

  .go-telegram p {
    padding: 15px 20px;
    font-size: 13px;
  }
  
  .go-telegram a {
    font-size: 14px;
    padding: 5px 20px;
  }

  .hs-slider .virtual-slide {
    width: 10px;
  }
}

/* //////////////////////// */
/* //////////////////////// */
/* //////////////////////// */
/* //////////////////////// */
/* //////////////////////// */

/* XS MIN */
@media(min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

/* SM MIN */
@media(min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

/* MD MIN */
@media(min-width: 992px) {
  .container {
    max-width: 960px;
  }

  .navbar-sticky {
    margin: 0 auto;
    position: sticky;
    top: 12px;
  }

  .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    border-radius: 45px;
    background: rgba(19, 19, 21, 0.40);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
  }
  
  .mobile-only {
    display: none!important;
  }
}

/* LG MIN */
@media(min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

/* XL MIN */
@media(min-width: 1250px) {
  .container {
    max-width: 1220px;
  }
}

@media(min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

/* //////////////////////// */
/* //////////////////////// */
/* ////// ANIMATIONS ////// */
/* //////////////////////// */
/* //////////////////////// */

@keyframes move-twink-back {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -10000px 5000px;
  }
}

@-webkit-keyframes move-twink-back {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -10000px 5000px;
  }
}

.stars {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.stars {
  background: #020406 url(../img/stars.png) repeat top center;
  z-index: 0;
}

.twinkling {
  background: transparent url(../img/twinkling.png) repeat top center;
  z-index: 1;
  -webkit-animation: move-twink-back 200s linear infinite;
  animation: move-twink-back 200s linear infinite;
}

.stars,
.twinkling {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -2;
}

@-webkit-keyframes moveUp {
  0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
  }
  80% {
      opacity: 1;
  }
  100% {
      -webkit-transform: translateY(-150px);
              transform: translateY(-150px);
      opacity: 0;
  }
}

@keyframes moveUp {
  0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
  }
  80% {
      opacity: 1;
  }
  100% {
      -webkit-transform: translateY(-150px);
              transform: translateY(-150px);
      opacity: 0;
  }
}

@keyframes move-twink-back {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -10000px 5000px;
  }
}

@-webkit-keyframes move-twink-back {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -10000px 5000px;
  }
}

@-webkit-keyframes breathing {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes breathing {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes fading {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  50% {
    opacity: 0.55;
    -webkit-transform: scale(1.005);
            transform: scale(1.005);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fading {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  50% {
    opacity: 0.55;
    -webkit-transform: scale(1.005);
            transform: scale(1.005);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes rotate-gradient {
  0% {
    --angle: 210deg;
  }

  100% {
    --angle: 570deg;
  }
}

@keyframes rotate-gradient {
  0% {
    --angle: 210deg;
  }

  100% {
    --angle: 570deg;
  }
}

@-webkit-keyframes rotate-gradient-faq {
  0% {
    --angle-faq: 0deg;
  }

  100% {
    --angle-faq: 360deg;
  }
}

@keyframes rotate-gradient-faq {
  0% {
    --angle-faq: 0deg;
  }

  100% {
    --angle-faq: 360deg;
  }
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
    scale: 1;
  }

  50% {
    -webkit-transform: translateX(-10px) rotate(-2deg);
    transform: translateX(-10px) rotate(-2deg);
    scale: 1.1;
  }

  100% {
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
    scale: 1;
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
    scale: 1;
  }

  50% {
    -webkit-transform: translateX(-10px) rotate(-2deg);
    transform: translateX(-10px) rotate(-2deg);
    scale: 1.1;
  }

  100% {
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
    scale: 1;
  }
}

@-webkit-keyframes cloud {
  0% {
    -webkit-transform: translate3d(0, -2%, 0);
            transform: translate3d(0, -2%, 0);
  }

  50% {
    -webkit-transform: translate3d(0, 2%, 0);
            transform: translate3d(0, 2%, 0);
  }

  100% {
    -webkit-transform: translate3d(0, -2%, 0);
            transform: translate3d(0, -2%, 0);
  }
}

@keyframes cloud {
  0% {
    -webkit-transform: translate3d(0, -2%, 0);
            transform: translate3d(0, -2%, 0);
  }

  50% {
    -webkit-transform: translate3d(0, 2%, 0);
            transform: translate3d(0, 2%, 0);
  }

  100% {
    -webkit-transform: translate3d(0, -2%, 0);
            transform: translate3d(0, -2%, 0);
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.animate__animated {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}