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

* {
  margin: 0;
  padding: 0;
  border: 0 solid transparent;
}

*:focus {
  outline: none;
}

a {
  color: inherit;
  text-decoration: inherit;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

ul,
ol {
  list-style: none;
}

input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

[type='checkbox'],
[type='radio'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  vertical-align: top;
  overflow: auto;
}

html,
body {
  min-height: 100%;
}

body {
  background: #090909;
  color: rgba(255, 255, 255, 0.96);
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  -webkit-font-feature-settings: "liga"off, "clig"off;
  font-feature-settings: "liga"off, "clig"off;
}

body[data-state~="nav-open"],
body[data-state~="is-open"] {
  overflow: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

::-webkit-scrollbar {
  width: 4px;
}

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

h1 {
  font-size: clamp(46px, 6vw, 64px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.02em;
}

h2 {
  font-size: clamp(34px, 4.6vw, 42px);
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.18;
}

h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

.OcXgio {
  width: min(1200px, 92vw);
  margin: 0 auto;
}

.PqiXCF {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden;
}

.foTSYh {
  -ms-flex: 1;
  flex: 1;
}

.lcjNha {
  position: relative;
  z-index: 40;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 60px;
}

.UUXEhv {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.UUXEhv img {
  width: 188px;
  display: block;
}

.wwukoE {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #3d9be9;
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.wwukoE span {
  width: 22px;
  height: 22px;
  position: relative;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
}

.wwukoE span::before,
.wwukoE span::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 2px;
}

.wwukoE span::before {
  width: 100%;
  height: 3px;
}

.wwukoE span::after {
  width: 3px;
  height: 100%;
}

.mDRwVN {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
  -ms-flex: 1;
  flex: 1;
}

.rEGmjF {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
}

.rEGmjF a {
  color: #878787;
  font-weight: 500;
  line-height: 1.44;
  transition: color 0.2s ease;
}

.rEGmjF a[aria-current="page"],
.rEGmjF a:hover {
  color: #fff;
}

.rEGmjF a[aria-current="page"] {
  pointer-events: none;
}

.sMSScq {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.AOigYF {
  text-align: center;
}

.vrndWC {
  border-radius: 100px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.44;
}

.VmaMGo {
  width: 220px;
  background: linear-gradient(90deg, #7348ff 0%, #53ea68 100%);
  color: #fff;
}

.VmaMGo::after {
  content: "";
  position: absolute;
  inset: -20%;
  background: linear-gradient(110deg, transparent 38%, rgba(255, 255, 255, 0.5) 50%, transparent 62%);
  -webkit-transform: translateX(-160%) skewX(-20deg);
  transform: translateX(-160%) skewX(-20deg);
  transition: -webkit-transform 0.85s ease;
  transition: transform 0.85s ease;
  transition: transform 0.85s ease, -webkit-transform 0.85s ease;
  pointer-events: none;
}

.VmaMGo:hover::after,
.VmaMGo:focus-visible::after {
  -webkit-transform: translateX(160%) skewX(-20deg);
  transform: translateX(160%) skewX(-20deg);
}

.ZHtXUr {
  border: 1px solid #3d3d3d;
  background: #090909;
  color: #fff;
}

.ZHtXUr::before,
.ZHtXUr::after {
  content: "";
  position: absolute;
  pointer-events: none;
  box-sizing: border-box;
}

.ZHtXUr::before {
  inset: 0;
  border-radius: inherit;
  border-top: 1px solid #8aef9d;
  border-bottom: 1px solid #8aef9d;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition: -webkit-transform 0.45s ease;
  transition: transform 0.45s ease;
  transition: transform 0.45s ease, -webkit-transform 0.45s ease;
}

.ZHtXUr::after {
  inset: 0;
  border-radius: inherit;
  border-left: 1px solid #8aef9d;
  border-right: 1px solid #8aef9d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition: -webkit-transform 0.45s ease 0.1s;
  transition: transform 0.45s ease 0.1s;
  transition: transform 0.45s ease 0.1s, -webkit-transform 0.45s ease 0.1s;
}

.ZHtXUr:hover::before,
.ZHtXUr:focus-visible::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.ZHtXUr:hover::after,
.ZHtXUr:focus-visible::after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.lcjNha .ZHtXUr {
  width: 180px;
}

.aSmEjC .ZHtXUr {
  width: 40px;
  height: 40px;
  border: none;
  padding: 0;
  min-height: initial;
  border-radius: 50%;
}

.aSmEjC .vrndWC img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.EibxNz {
  padding: 120px 0 20px;
}

.fpXSpX {
  text-align: center;
}

.hPFbno {
  padding: 200px 0 80px;
}

.fpXSpX h1 {
  max-width: 1000px;
  margin: 0 auto;
}

.hPFbno .QFkACQ {
  position: relative;
}

.ZvLsrt {
  position: relative;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px;
  max-width: 570px;
}

.hPFbno .pGehCF {
  margin-top: 40px;
}

.knQwUe {
  color: rgba(255, 255, 255, 0.9);
}

.GYMXuU {
  max-width: 1000px;
  margin: 40px auto 0;
}

.sfXoVe {
  margin-top: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

.EibxNz .vrndWC {
  width: 220px;
}

.TfcXBQ {
  padding: 90px 0;
}

.ZHftiX {
  border-top: 1px solid #3d3d3d;
}

.NiFplC {
  overflow: hidden;
}

.FunOGi {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.eJTeBC {
  width: 100%;
  padding-bottom: 60px;
  border-bottom: 1px solid #3d3d3d;
  margin-bottom: 60px;
}

.eJTeBC span {
  display: inline-block;
  max-width: 540px;
}

.FunOGi .knQwUe {
  max-width: 540px;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-bottom: 60px;
}

.pGehCF {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
}

.EBdnnO {
  width: 175px;
  height: 175px;
  border-radius: 50%;
  -webkit-animation: circle-rubber 3000ms linear infinite;
  animation: circle-rubber 3000ms linear infinite;
  animation-composition: replace;
}

@-webkit-keyframes circle-rubber {
  0% {
    -webkit-transform: rotateZ(0deg) scale(1, 1);
    transform: rotateZ(0deg) scale(1, 1);
  }

  14.85% {
    -webkit-transform: rotateZ(0deg) scale(1.03, 0.93);
    transform: rotateZ(0deg) scale(1.03, 0.93);
  }

  18.48% {
    -webkit-transform: rotateZ(0deg) scale(0.9, 1.03);
    transform: rotateZ(0deg) scale(0.9, 1.03);
  }

  21.78% {
    -webkit-transform: rotateZ(0deg) scale(1.02, 0.96);
    transform: rotateZ(0deg) scale(1.02, 0.96);
  }

  25.74% {
    -webkit-transform: rotateZ(0deg) scale(0.98, 1.02);
    transform: rotateZ(0deg) scale(0.98, 1.02);
  }

  29.37% {
    -webkit-transform: rotateZ(0deg) scale(1.005, 0.9995);
    transform: rotateZ(0deg) scale(1.005, 0.9995);
  }

  33% {
    -webkit-transform: rotateZ(0deg) scale(1, 1);
    transform: rotateZ(0deg) scale(1, 1);
  }

  100% {
    -webkit-transform: rotateZ(0deg) scale(1, 1);
    transform: rotateZ(0deg) scale(1, 1);
  }
}

@keyframes circle-rubber {
  0% {
    -webkit-transform: rotateZ(0deg) scale(1, 1);
    transform: rotateZ(0deg) scale(1, 1);
  }

  14.85% {
    -webkit-transform: rotateZ(0deg) scale(1.03, 0.93);
    transform: rotateZ(0deg) scale(1.03, 0.93);
  }

  18.48% {
    -webkit-transform: rotateZ(0deg) scale(0.9, 1.03);
    transform: rotateZ(0deg) scale(0.9, 1.03);
  }

  21.78% {
    -webkit-transform: rotateZ(0deg) scale(1.02, 0.96);
    transform: rotateZ(0deg) scale(1.02, 0.96);
  }

  25.74% {
    -webkit-transform: rotateZ(0deg) scale(0.98, 1.02);
    transform: rotateZ(0deg) scale(0.98, 1.02);
  }

  29.37% {
    -webkit-transform: rotateZ(0deg) scale(1.005, 0.9995);
    transform: rotateZ(0deg) scale(1.005, 0.9995);
  }

  33% {
    -webkit-transform: rotateZ(0deg) scale(1, 1);
    transform: rotateZ(0deg) scale(1, 1);
  }

  100% {
    -webkit-transform: rotateZ(0deg) scale(1, 1);
    transform: rotateZ(0deg) scale(1, 1);
  }
}

.KqNlAV {
  width: 344px;
  height: 104px;
  opacity: 0;
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
}

.vVumZg .KqNlAV,
.xyrbcI [data-state="is-animated"] .KqNlAV {
  -webkit-animation: avatars-pill-appear 1600ms ease-out 1 forwards;
  animation: avatars-pill-appear 1600ms ease-out 1 forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@-webkit-keyframes avatars-pill-appear {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes avatars-pill-appear {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.EBdnnO img,
.KqNlAV img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.rLlDWw {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
}

.HARKeM {
  border-bottom: 1px solid #3d3d3d;
  padding: 0 0 60px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
}

.HARKeM:last-child {
  border-bottom: 0;
}

.cJXgpJ {
  width: 80px;
  height: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.HARKeM p {
  color: rgba(162, 162, 162, 0.96);
}

.rvWHEx {
  margin-top: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
}

.tZnXHY {
  border-bottom: 1px solid #3d3d3d;
  padding: 0 0 60px;
}

.tZnXHY:last-child {
  border-bottom: 0;
}

.SaGFcR .cqzWlz,
.DObtoY .cqzWlz {
  max-width: 600px;
  margin-left: auto;
}

.DObtoY .cqzWlz {
  max-width: 800px;
}

.tZnXHY h4 {
  margin-bottom: 10px;
}

.tZnXHY p {
  color: rgba(162, 162, 162, 0.96);
  font-size: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.xyrbcI .eJTeBC span[data-animate] {
  opacity: 0;
  -webkit-transform: translateX(-44px);
  transform: translateX(-44px);
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}

.xyrbcI .FunOGi .knQwUe[data-animate] {
  opacity: 0;
  -webkit-transform: translateX(44px);
  transform: translateX(44px);
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}

.xyrbcI .eJTeBC span[data-animate][data-state="is-animated"],
.xyrbcI .FunOGi .knQwUe[data-animate][data-state="is-animated"] {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.xyrbcI .tZnXHY[data-animate] {
  opacity: 0;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}

.xyrbcI .SaGFcR[data-animate],
.xyrbcI .DObtoY[data-animate] {
  -webkit-transform: translateX(64px);
  transform: translateX(64px);
}

.xyrbcI .aTkrwi[data-animate] {
  -webkit-transform: translateX(-64px);
  transform: translateX(-64px);
}

.xyrbcI .tZnXHY[data-animate][data-state="is-animated"] {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.jqlwtV {
  --motion-pulse-offset: 0;
  -webkit-animation: pulse-slow 6000ms linear infinite;
  animation: pulse-slow 6000ms linear infinite;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes pulse-slow {
  13.5% {
    -webkit-transform: scale(calc(0.96 - var(--motion-pulse-offset)));
    transform: scale(calc(0.96 - var(--motion-pulse-offset)));
  }

  22.5% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  36% {
    -webkit-transform: scale(calc(0.93 - var(--motion-pulse-offset)));
    transform: scale(calc(0.93 - var(--motion-pulse-offset)));
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse-slow {
  13.5% {
    -webkit-transform: scale(calc(0.96 - var(--motion-pulse-offset)));
    transform: scale(calc(0.96 - var(--motion-pulse-offset)));
  }

  22.5% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  36% {
    -webkit-transform: scale(calc(0.93 - var(--motion-pulse-offset)));
    transform: scale(calc(0.93 - var(--motion-pulse-offset)));
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.LnXccw {
  color: #8aef9d;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
}

.RWeKYd {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

.rFVSrk {
  display: -ms-grid;
  display: grid;
  gap: 60px;
}

.rFVSrk h2 {
  padding-bottom: 60px;
  border-bottom: 1px solid #3d3d3d;
}

.rQGYky {
  color: rgba(255, 255, 255, 0.9);
  max-width: 540px;
  line-height: 1.4;
  margin-left: auto;
}

.PEGuhR {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.PEGuhR article {
  padding: 0 20px;
}

.PEGuhR article:first-child {
  padding-left: 0;
}

.PEGuhR article:last-child {
  padding-right: 0;
}

.zZYDoT {
  width: 1px;
  height: 100%;
  background: #3d3d3d;
}

.PEGuhR h4 {
  margin-bottom: 18px;
}

.fNmfTX {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.fNmfTX img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
}

.aSmEjC {
  padding: 20px;
  position: relative;
}

.KZIlUd {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}

.mYuXYI {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

.wTKDCZ img {
  width: 188px;
  display: block;
}

.mYuXYI p {
  color: #fff;
}

.dGYgix {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
}

.dGYgix a {
  color: #878787;
  font-weight: 500;
  line-height: 1.44;
  transition: color 0.2s ease;
}

.dGYgix a:hover {
  color: #fff;
}

.aSmEjC .vrndWC {
  position: absolute;
  bottom: 100%;
  right: 20px;
}

.aSmEjC .vrndWC:hover {
  opacity: 0.8;
}

.EeBfFa .TfcXBQ {
  padding-top: 60px;
}

.UnjFEb {
  max-width: 980px;
}

.UnjFEb h1 {
  margin-bottom: 60px;
}

.UnjFEb h2 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 600;
}

.UnjFEb p {
  margin-bottom: 20px;
}

.UnjFEb a {
  text-decoration: underline;
}

.UnjFEb ul {
  margin: 10px 0 20px 40px;
  list-style: disc;
}

.UnjFEb li {
  margin-bottom: 10px;
}

.dOmYTu {
  position: fixed;
  inset: 0;
  z-index: 80;
}

.cqxjuR {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.WRLKXX {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: min(640px, 94vw);
  max-height: 94vh;
  overflow-y: auto;
  background: #101012;
  border: 1px solid #1c1c1c;
  padding: 80px;
}

.JgSymD {
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 40px;
  line-height: 0.7;
  color: #656565;
  background: transparent;
  cursor: pointer;
}

.bSdNpJ {
  display: -ms-grid;
  display: grid;
  gap: 14px;
}

.eoAbeC {
  display: -ms-grid;
  display: grid;
  gap: 8px;
}

.rYKXDh {
  border-bottom: 1px solid #2b2b2b;
}

.NSkrlH,
.RqDfAz {
  background: transparent;
  color: rgba(255, 255, 255, 0.95);
  padding: 14px 2px 12px;
  font-size: 18px;
  font-family: 'Inter', sans-serif;
}

.NSkrlH::-webkit-input-placeholder,
.RqDfAz::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.54);
}

.NSkrlH:-ms-input-placeholder,
.RqDfAz:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.54);
}

.NSkrlH::-ms-input-placeholder,
.RqDfAz::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.54);
}

.NSkrlH::placeholder,
.RqDfAz::placeholder {
  color: rgba(255, 255, 255, 0.54);
}

.RqDfAz {
  min-height: 84px;
  resize: vertical;
}

.CzlFmN {
  min-height: 18px;
  padding-top: 4px;
  font-size: 13px;
  color: #ff8e8e;
}

.IXLDHI.vrndWC {
  width: 100%;
  background: linear-gradient(90deg, #7348ff 0%, #53ea68 100%);
  color: #191919;
}

.FGEUVL {
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
  line-height: 1.3;
}

.MfxtIg {
  display: none;
  min-height: 180px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.ggcJTk[data-state="is-success"] .MfxtIg {
  display: -ms-flexbox;
  display: flex;
}

.ggcJTk[data-state="is-success"] .bSdNpJ {
  display: none;
}

canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.cFQZdD {
  position: relative;
  width: min(92vw, 650px);
  aspect-ratio: 1 / 1;
  min-height: 330px;
  margin: 20px auto 0;
}

.LskTBq {
  position: absolute;
  z-index: 1;
  top: 40%;
  right: -10%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: min(100%, 650px);
  min-height: 340px;
  margin: 0;
}

[data-animate] {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}

[data-animate][data-state="is-animated"] {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media (max-width: 1200px) {
  .LskTBq {
    width: min(100%, 450px);
    right: -5%;
  }

  .cFQZdD {
    width: min(92vw, 500px);
  }

  .hPFbno {
    padding-top: 80px;
  }
}

@media (max-width: 1023px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }

  h1 {
    font-size: clamp(42px, 7vw, 56px);
  }

  h2 {
    font-size: clamp(30px, 5vw, 40px);
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 20px;
  }

  .OcXgio {
    width: min(1200px, 94vw);
  }

  .UUXEhv img {
    width: 160px;
  }

  .wwukoE {
    display: -ms-flexbox;
    display: flex;
  }

  #js-header-menu-toggle[data-state="is-active"] {
    background: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }

  .mDRwVN {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 60;
    display: none;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 20px;
    background: #090909;
    border-top: 1px solid #3d3d3d;
    border-bottom: 1px solid #3d3d3d;
  }

  .yIEcYT {
    background: #090909;
  }

  #js-header-menu[data-state="is-visible"] {
    display: -ms-flexbox;
    display: flex;
  }

  .EibxNz {
    padding: 72px 0 30px;
  }

  .hPFbno {
    padding: 90px 0 40px;
  }

  .ZvLsrt {
    max-width: 100%;
    gap: 24px;
  }

  .sfXoVe {
    gap: 16px;
    margin-top: 26px;
  }

  .EibxNz .vrndWC {
    width: 210px;
  }

  .TfcXBQ {
    padding: 70px 0;
  }

  .eJTeBC {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .FunOGi .knQwUe {
    max-width: 100%;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: 40px;
  }

  .pGehCF {
    gap: 26px;
  }

  .EBdnnO {
    width: 132px;
    height: 132px;
  }

  .KqNlAV {
    width: 280px;
    height: 84px;
  }

  .rLlDWw,
  .rvWHEx {
    gap: 40px;
  }

  .HARKeM {
    padding-bottom: 40px;
  }

  .cJXgpJ {
    width: 56px;
    height: 56px;
  }

  .tZnXHY {
    padding-bottom: 40px;
  }

  .tZnXHY p {
    font-size: 24px;
    gap: 12px;
  }

  .LnXccw {
    font-size: 48px;
  }

  .rFVSrk {
    gap: 40px;
  }

  .rFVSrk h2 {
    padding-bottom: 40px;
  }

  .PEGuhR {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
  }

  .PEGuhR article {
    padding: 20px !important;
  }

  .SaGFcR .cqzWlz,
  .DObtoY .cqzWlz {
    max-width: 100%;
  }

  .zZYDoT {
    display: none;
  }

  .fNmfTX img {
    width: 64px;
    height: 64px;
  }

  .RWeKYd {
    gap: 28px;
  }

  .EeBfFa .TfcXBQ {
    padding-top: 30px;
  }

  .UnjFEb h1 {
    margin-bottom: 34px;
  }

  .UnjFEb h2 {
    margin-top: 30px;
    margin-bottom: 14px;
    font-size: 28px;
  }

  .UnjFEb ul {
    margin-left: 28px;
  }

  .WRLKXX {
    padding: 40px;
  }

  .cFQZdD {
    width: min(96vw, 460px);
    min-height: 260px;
  }

  .LskTBq {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: none;
    transform: none;
    width: min(96vw, 500px);
    min-height: 260px;
    margin: 24px auto 0;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: clamp(34px, 9vw, 44px);
    line-height: 1.08;
  }

  h2 {
    font-size: clamp(28px, 8vw, 34px);
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 18px;
  }

  .OcXgio {
    width: 100%;
    padding: 0 20px;
  }

  .lcjNha {
    gap: 20px;
  }

  .lcjNha[data-state="is-open"] {
    position: fixed;
    width: 100vw;
    left: 0;
    top: 0;
  }

  .UUXEhv img {
    width: 140px;
  }

  .wwukoE {
    position: relative;
    z-index: 100;
  }

  .mDRwVN {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
    padding-top: 100px;
    border-top: none;
    overflow-y: auto;
  }

  .rEGmjF {
    width: 100%;
  }

  .rEGmjF {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .rEGmjF a {
    font-size: 24px;
    line-height: 1.4;
    color: #fff;
    padding: 10px 20px;
    width: 100%;
    text-align: center;
  }

  .sMSScq {
    width: 100%;
    gap: 0;
  }

  .sFwXfI {
    position: absolute;
    top: 20px;
    left: 20px;
    min-height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .lcjNha .ZHtXUr {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }

  .EibxNz .vrndWC,
  .VmaMGo,
  .ZHtXUr {
    width: 100%;
    max-width: 100%;
  }

  .EibxNz {
    padding: 56px 0 22px;
  }

  .hPFbno {
    padding: 60px 0 30px;
  }

  .GYMXuU {
    margin-top: 24px;
  }

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

  .TfcXBQ {
    padding: 50px 0;
  }

  .eJTeBC {
    padding-bottom: 28px;
    margin-bottom: 28px;
  }

  .FunOGi .knQwUe {
    margin-bottom: 30px;
  }

  .pGehCF {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 14px;
  }

  .EBdnnO {
    width: 96px;
    height: 96px;
  }

  .KqNlAV {
    width: 100%;
    height: auto;
  }

  .rLlDWw,
  .rvWHEx {
    gap: 30px;
  }

  .HARKeM,
  .tZnXHY {
    padding-bottom: 30px;
  }

  .cJXgpJ {
    width: 46px;
    height: 46px;
  }

  .cJXgpJ img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .tZnXHY p {
    font-size: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
  }

  .LnXccw {
    font-size: 38px;
  }

  .rQGYky {
    margin-left: 0;
    max-width: 100%;
  }

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

  .PEGuhR article,
  .PEGuhR article:last-child {
    width: 100%;
  }

  .zXrIBZ h4 {
    text-align: center;
  }

  .fNmfTX {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .RWeKYd {
    gap: 20px;
  }

  .KZIlUd {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .mYuXYI,
  .dGYgix {
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .dGYgix a {
    font-size: 18px;
    color: #fff;
    padding: 5px 20px;
    width: 100%;
    text-align: center;
  }

  .WRLKXX {
    width: 96vw;
    padding: 55px 20px 20px;
    max-height: 96vh;
  }

  .JgSymD {
    top: 14px;
    right: 12px;
  }

  .cFQZdD,
  .LskTBq {
    width: 80vw;
    min-height: 180px;
  }
}