﻿@charset "UTF-8";.styles-module__wrapper__Ic{width:100%;display:flex;justify-content:center;position:relative;flex-direction:column;align-items:center;min-height:1100px;margin-top:90px;background-image:url("Bg-WbtiJWPd.svg");background-size:100%;background-repeat:no-repeat}@media only screen and (max-width: 991px){.styles-module__wrapper__Ic{min-height:850px}}@media only screen and (max-width: 767px){.styles-module__wrapper__Ic{flex-direction:column;height:auto}}@media only screen and (max-width: 575px){.styles-module__wrapper__Ic{margin-top:270px;background-image:url("mobiBg-BhTeOLA0.svg")!important;min-height:950px}}.styles-module__badge__-8{position:absolute;top:50px;right:200px;width:153px;height:153px}@media only screen and (max-width: 991px){.styles-module__badge__-8{top:-10px;right:60px}}@media only screen and (max-width: 575px){.styles-module__badge__-8{top:220px;width:100px;height:100px}}.styles-module__body__MJ{width:100%;max-width:1280px;display:flex;justify-content:space-between;position:absolute;top:10%;flex-direction:column;align-items:flex-start;gap:20px;min-height:-moz-max-content;min-height:max-content}@media only screen and (max-width: 1160px){.styles-module__body__MJ{width:90%}}@media only screen and (max-width: 991px){.styles-module__body__MJ{top:5%}}@media only screen and (max-width: 1500px){.styles-module__body__MJ{bottom:40px}}@media only screen and (max-width: 575px){.styles-module__body__MJ{align-items:center;top:-19%;justify-content:flex-start;height:500px}}.styles-module__box__T3{max-width:548px;text-align:left;display:flex;flex-direction:column;gap:20px}@media only screen and (max-width: 575px){.styles-module__box__T3{gap:15px}}.styles-module__logo__fJ{min-height:432px}@media only screen and (max-width: 1160px){.styles-module__logo__fJ{min-height:80vh}.styles-module__logo__fJ img{min-width:555px}}@media only screen and (max-width: 575px){.styles-module__logo__fJ{min-height:50vh}}.styles-module__flag__8S:before{content:"🇺🇸"}video{width:-webkit-fill-available}@media only screen and (max-width: 575px){video{max-height:700px}}.styles-module__introvideo__zV{max-width:700px}.styles-module__title__RQ{font-size:64px;font-family:Urbanist-bold;display:flex;align-items:center;gap:10px}@media only screen and (max-width: 575px){.styles-module__title__RQ{font-size:40px;text-align:center}}.styles-module__title__RQ .styles-module__flag__8S{max-width:50px;max-height:50px}.styles-module__text__Gp{font-size:20px}@media only screen and (max-width: 575px){.styles-module__text__Gp{font-size:16px}}.styles-module__contract__0b{box-shadow:0 5px 40px #0000001a;border-radius:16px;padding:2px;width:100%;max-width:-moz-max-content;max-width:max-content}.styles-module__contract__0b .styles-module__address__2Q{max-width:-moz-max-content;max-width:max-content;background:#fff;display:flex;border-radius:16px;box-shadow:0 5px 40px #0000001a;color:#000;padding:16px 24px;gap:10px;align-items:center}.styles-module__contract__0b .styles-module__address__2Q span{color:#4781f2}.styles-module__contract__0b .styles-module__address__2Q .styles-module__token__n6{color:#000;display:flex;gap:10px;font-size:16px;font-family:Urbanist-bold;align-items:center}@media only screen and (max-width: 575px){.styles-module__contract__0b .styles-module__address__2Q .styles-module__token__n6{font-size:12px}}@media only screen and (max-width: 991px){.styles-module__contract__0b .styles-module__address__2Q{align-items:center;font-size:16px}}@media only screen and (max-width: 575px){.styles-module__contract__0b .styles-module__address__2Q{font-size:12px;flex-direction:row;padding:16px 10px;max-width:100%;gap:5px;word-break:break-all}.styles-module__contract__0b .styles-module__address__2Q span{font-size:14px;white-space:nowrap}}.styles-module__contract__0b img{max-width:32px;max-height:40px;cursor:pointer}@media only screen and (max-width: 991px){.styles-module__contract__0b img{max-width:24px}}@media only screen and (max-width: 575px){.styles-module__contract__0b img{max-width:20px}}@media only screen and (max-width: 575px){.styles-module__contract__0b{max-width:100vw}}.styles-module__social__lS{display:flex;gap:15px}.styles-module__socialItem__WH{max-width:50px}
/* Container: vertically stacked, centered, with spacing */
.styles-module__btnGroupVertical__Xy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin: 2rem 0;
  width: 100%;
}

/* Buttons: big, full-width on mobile, capped on desktop */
.styles-module__btnLarge__Za {
  width: 100%;
  max-width: 320px;        /* caps width on larger screens */
  padding: 1rem 1.5rem;    /* adjusts height and touch-target */
  font-size: 1.125rem;     /* about 18px */
  font-weight: 600;
  color: #fff;
  background-color: #477fff; /* adjust to your brand color */
  border: none;
  border-radius: 0.5rem;   /* 8px rounding */
  cursor: pointer;
  transition: background-color 0.2s ease;
}

/* Hover/focus state */
.styles-module__btnLarge__Za:hover,
.styles-module__btnLarge__Za:focus {
  background-color: #3565d6;
}

/* Ensure responsiveness */
@media (min-width: 768px) {
  .styles-module__btnGroupVertical__Xy {
    gap: 1.5rem;
    margin: 3rem 0;
  }
  .styles-module__btnLarge__Za {
    font-size: 1.25rem;   /* about 20px on desktop */
    padding: 1.25rem 2rem;
  }
}
