body,
html {
  margin: 0;
  padding: 0;
}

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

body {
  background: url("/img/bg.png") center, #090808;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin: 0;
}
body .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

section.logo {
  padding: 4rem 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}
section.logo img {
  width: 200px;
}

section.hero {
  position: relative;
  display: flex;
  flex-flow: column wrap;
}
section.hero .grid {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 550px;
  height: auto;
}
section.hero .map-cont {
  width: 100%;
  height: auto;
}
section.hero .text-cont {
  width: -moz-fit-content;
  width: fit-content;
  padding: 3rem;
  border-radius: 20px;
  border: 4px solid rgba(255, 255, 255, 0.1);
  background: rgba(194, 208, 228, 0.1);
  box-shadow: 0px 8.36684px 41.83418px 0px rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(23.6936473846px);
          backdrop-filter: blur(23.6936473846px);
  text-align: left;
  margin-top: -15%;
}
section.hero .text-cont .top-text {
  background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 5px transparent;
  padding: 0 0 3px 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 98px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.5rem;
}
section.hero .text-cont .bottom-text {
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 112%;
  color: #FFF;
}
section.hero .text-cont .bottom-text span {
  display: block;
  background: linear-gradient(87deg, #BDFF7A -3.2%, #0BF0FF 102.91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.about {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 3rem;
  margin: 14rem 0;
}
section.about .about__left {
  flex: 1 1 45%;
}
section.about .about__left h3 {
  color: #FFF;
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 1.5rem;
}
section.about .about__left h3 span {
  background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: 5px transparent;
  padding: 0 0 3px 0;
  color: rgba(0, 0, 0, 0.85);
}
section.about .about__left p {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  opacity: 0.85;
}
section.about .about__right {
  flex: 1 1 45%;
}
section.about .about__right img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

footer {
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  margin-bottom: -20px;
  border: 4px solid rgba(255, 255, 255, 0.1);
  border-bottom: none;
  background: rgba(14, 14, 14, 0.24);
  box-shadow: 0px 7.87839px 39.39197px 0px rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(29.5439758301px);
          backdrop-filter: blur(29.5439758301px);
  padding: 3rem 3rem 2rem;
  display: flex;
  flex-flow: column nowrap;
  gap: 3rem;
}
footer .footer__logo img {
  width: 200px;
}
footer .footer__info {
  display: grid;
  grid-template-columns: repeat(2, minmax(300px, 1fr));
  grid-template-areas: "info1 info2" "legal1 legal2";
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  row-gap: 3rem;
  padding-left: 3rem;
}
footer .footer__info .info__single .single__header {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}
footer .footer__info .info__single .single__text {
  color: #A1A1A1;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
  flex-flow: column nowrap;
  gap: 14px;
  max-width: 70%;
}
footer .footer__info .info__single a {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  color: #BDFF7A;
  transition: all 0.5s ease;
}
footer .footer__info .info__single a:hover {
  opacity: 0.7;
}
footer .footer__info .info__single img {
  width: 160px;
}
footer .footer__info .info__single.is-1 {
  grid-area: info1;
}
footer .footer__info .info__single.is-2 {
  grid-area: info2;
}
footer .footer__info .info__single.is-3 {
  grid-area: legal1;
}
footer .footer__info .info__single.is-4 {
  grid-area: legal2;
}

@media (max-width: 992px) {
  body,
  html {
    margin: 0;
    padding: 0;
  }
  body {
    background: url("/img/bg.png") center, #090808;
    background-size: cover;
    background-repeat: none;
    font-family: "Plus Jakarta Sans", sans-serif;
    margin: 0;
  }
  body .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
  }
  section.logo {
    padding: 3rem 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  section.logo img {
    max-width: 200px;
  }
  section.hero {
    position: relative;
    display: flex;
    flex-flow: column wrap;
  }
  section.hero .grid {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 350px;
    height: auto;
  }
  section.hero .map-cont {
    width: 100%;
    height: auto;
  }
  section.hero .map-cont img {
    width: 100%;
    height: auto;
  }
  section.hero .text-cont {
    width: -moz-fit-content;
    width: fit-content;
    padding: 1rem;
    border-radius: 20px;
    border: 4px solid rgba(255, 255, 255, 0.1);
    background: rgba(194, 208, 228, 0.1);
    box-shadow: 0px 8.36684px 41.83418px 0px rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(23.6936473846px);
            backdrop-filter: blur(23.6936473846px);
    text-align: left;
    margin-top: -10%;
  }
  section.hero .text-cont .top-text {
    background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
    -webkit-background-clip: text;
    -webkit-text-stroke: 5px transparent;
    padding: 0 0 3px 0;
    color: rgba(0, 0, 0, 0.85);
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.5rem;
  }
  section.hero .text-cont .bottom-text {
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 112%;
    color: #FFF;
  }
  section.hero .text-cont .bottom-text span {
    display: block;
    background: linear-gradient(87deg, #BDFF7A -3.2%, #0BF0FF 102.91%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  section.about {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 3rem;
    margin: 10rem 0;
  }
  section.about .about__left {
    flex: 1 1 45%;
  }
  section.about .about__left h3 {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 1.5rem;
  }
  section.about .about__left h3 span {
    background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-stroke: 3px transparent;
    padding: 0 0 3px 0;
    color: rgba(0, 0, 0, 0.85);
  }
  section.about .about__left p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    opacity: 0.85;
  }
  section.about .about__right {
    flex: 1 1 45%;
  }
  section.about .about__right img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  footer {
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    margin-bottom: -10px;
    border: 4px solid rgba(255, 255, 255, 0.1);
    border-bottom: none;
    background: rgba(14, 14, 14, 0.24);
    box-shadow: 0px 7.87839px 39.39197px 0px rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(29.5439758301px);
            backdrop-filter: blur(29.5439758301px);
    padding: 3rem 2rem;
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
  }
  footer .footer__logo img {
    width: 120px;
  }
  footer .footer__info {
    display: grid;
    grid-template-columns: minmax(1fr, 300px);
    grid-template-areas: "info1 info2" "legal1 legal2";
    -moz-column-gap: 5rem;
         column-gap: 5rem;
    row-gap: 3rem;
    padding-left: 3rem;
  }
  footer .footer__info .info__single .single__header {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  footer .footer__info .info__single .single__text {
    color: #A1A1A1;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    display: flex;
    flex-flow: column nowrap;
    gap: 14px;
    max-width: 70%;
  }
  footer .footer__info .info__single a {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    color: #BDFF7A;
    transition: all 0.5s ease;
  }
  footer .footer__info .info__single a:hover {
    opacity: 0.7;
  }
  footer .footer__info .info__single img {
    width: 160px;
  }
  footer .footer__info .info__single.is-1 {
    grid-area: info1;
  }
  footer .footer__info .info__single.is-2 {
    grid-area: info2;
  }
  footer .footer__info .info__single.is-3 {
    grid-area: legal1;
  }
  footer .footer__info .info__single.is-4 {
    grid-area: legal2;
  }
}
@media (max-width: 768px) {
  body,
  html {
    margin: 0;
    padding: 0;
  }
  body {
    background: url("/img/bg.png") center, #090808;
    background-size: cover;
    background-repeat: none;
    font-family: "Plus Jakarta Sans", sans-serif;
    margin: 0;
  }
  body .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 16px;
  }
  section.logo {
    padding: 3rem 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
  }
  section.logo img {
    max-width: 120px;
  }
  section.hero {
    position: relative;
    display: flex;
    flex-flow: column wrap;
  }
  section.hero .grid {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 350px;
    height: auto;
  }
  section.hero .map-cont {
    width: 100%;
    height: auto;
  }
  section.hero .map-cont img {
    width: 100%;
    height: auto;
  }
  section.hero .text-cont {
    width: -moz-fit-content;
    width: fit-content;
    padding: 1rem;
    border-radius: 20px;
    border: 4px solid rgba(255, 255, 255, 0.1);
    background: rgba(194, 208, 228, 0.1);
    box-shadow: 0px 8.36684px 41.83418px 0px rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(23.6936473846px);
            backdrop-filter: blur(23.6936473846px);
    text-align: left;
    margin-top: -10%;
  }
  section.hero .text-cont .top-text {
    background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
    -webkit-background-clip: text;
    -webkit-text-stroke: 5px transparent;
    padding: 0 0 3px 0;
    color: rgba(0, 0, 0, 0.85);
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.5rem;
  }
  section.hero .text-cont .bottom-text {
    font-size: 34px;
    font-style: normal;
    font-weight: 800;
    line-height: 112%;
    color: #FFF;
  }
  section.hero .text-cont .bottom-text span {
    display: block;
    background: linear-gradient(87deg, #BDFF7A -3.2%, #0BF0FF 102.91%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  section.about {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 3rem;
    margin: 6rem 0;
  }
  section.about .about__left {
    flex: 1 1 100%;
  }
  section.about .about__left h3 {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 1.5rem;
  }
  section.about .about__left h3 span {
    background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-stroke: 3px transparent;
    padding: 0 0 3px 0;
    color: rgba(0, 0, 0, 0.85);
  }
  section.about .about__left p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    opacity: 0.85;
  }
  section.about .about__right {
    flex: 1 1 100%;
  }
  section.about .about__right img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  footer {
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    margin-bottom: -10px;
    border: 4px solid rgba(255, 255, 255, 0.1);
    border-bottom: none;
    background: rgba(14, 14, 14, 0.24);
    box-shadow: 0px 7.87839px 39.39197px 0px rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(29.5439758301px);
            backdrop-filter: blur(29.5439758301px);
    padding: 3rem 2rem;
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
  }
  footer .footer__logo img {
    width: 120px;
  }
  footer .footer__info {
    display: flex;
    flex-flow: column nowrap;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
    row-gap: 2rem;
    padding-left: 0rem;
  }
  footer .footer__info .info__single .single__header {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  footer .footer__info .info__single .single__text {
    color: #A1A1A1;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    display: flex;
    flex-flow: column nowrap;
    gap: 14px;
    max-width: 80%;
  }
  footer .footer__info .info__single a {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    color: #BDFF7A;
    transition: all 0.5s ease;
  }
  footer .footer__info .info__single a:hover {
    opacity: 0.7;
  }
  footer .footer__info .info__single img {
    width: 160px;
  }
  footer .footer__info .info__single.is-1 {
    grid-area: info1;
  }
  footer .footer__info .info__single.is-2 {
    grid-area: info2;
  }
  footer .footer__info .info__single.is-3 {
    grid-area: legal1;
  }
  footer .footer__info .info__single.is-4 {
    grid-area: legal2;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  body,
  html {
    margin: 0;
    padding: 0;
  }
  body {
    background: url("/img/bg.png") center, #090808;
    background-size: cover;
    background-repeat: none;
    font-family: "Plus Jakarta Sans", sans-serif;
    margin: 0;
  }
  body .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 16px;
  }
  section.logo {
    padding: 3rem 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
  }
  section.logo img {
    max-width: 120px;
  }
  section.hero {
    position: relative;
    display: flex;
    flex-flow: column wrap;
  }
  section.hero .grid {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 250px;
    height: auto;
    z-index: 2;
  }
  section.hero .map-cont {
    width: 100%;
    height: auto;
  }
  section.hero .map-cont img {
    width: 100%;
    height: auto;
  }
  section.hero .text-cont {
    position: relative;
    z-index: 10;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1rem;
    border-radius: 20px;
    border: 4px solid rgba(255, 255, 255, 0.1);
    background: rgba(194, 208, 228, 0.1);
    box-shadow: 0px 8.36684px 41.83418px 0px rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(23.6936473846px);
            backdrop-filter: blur(23.6936473846px);
    text-align: center;
    margin-top: -10%;
    margin-left: auto;
    margin-right: auto;
  }
  section.hero .text-cont .top-text {
    background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
    -webkit-background-clip: text;
    -webkit-text-stroke: 5px transparent;
    padding: 0 0 3px 0;
    color: rgba(0, 0, 0, 0.85);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.5rem;
  }
  section.hero .text-cont .bottom-text {
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 112%;
    color: #FFF;
  }
  section.hero .text-cont .bottom-text span {
    display: block;
    background: linear-gradient(87deg, #BDFF7A -3.2%, #0BF0FF 102.91%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  section.about {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 3rem;
    margin: 6rem 0;
  }
  section.about .about__left {
    flex: 1 1 100%;
  }
  section.about .about__left h3 {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 1.5rem;
  }
  section.about .about__left h3 span {
    background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-stroke: 3px transparent;
    padding: 0 0 3px 0;
    color: rgba(0, 0, 0, 0.85);
  }
  section.about .about__left p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    opacity: 0.85;
  }
  section.about .about__right {
    flex: 1 1 100%;
  }
  section.about .about__right img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  footer {
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    margin-bottom: -10px;
    border: 4px solid rgba(255, 255, 255, 0.1);
    border-bottom: none;
    background: rgba(14, 14, 14, 0.24);
    box-shadow: 0px 7.87839px 39.39197px 0px rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(29.5439758301px);
            backdrop-filter: blur(29.5439758301px);
    padding: 3rem 2rem;
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
  }
  footer .footer__logo img {
    width: 140px;
  }
  footer .footer__info {
    display: flex;
    flex-flow: column nowrap;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
    row-gap: 2rem;
    padding-left: 0rem;
  }
  footer .footer__info .info__single .single__header {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  footer .footer__info .info__single .single__text {
    color: #A1A1A1;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    display: flex;
    flex-flow: column nowrap;
    gap: 14px;
    max-width: 100%;
  }
  footer .footer__info .info__single a {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    color: #BDFF7A;
    transition: all 0.5s ease;
  }
  footer .footer__info .info__single a:hover {
    opacity: 0.7;
  }
  footer .footer__info .info__single img {
    width: 160px;
  }
  footer .footer__info .info__single.is-1 {
    grid-area: info1;
  }
  footer .footer__info .info__single.is-2 {
    grid-area: info2;
  }
  footer .footer__info .info__single.is-3 {
    grid-area: legal1;
  }
  footer .footer__info .info__single.is-4 {
    grid-area: legal2;
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */