body {
  font-family: "DM Sans", sans-serif;
}

.site-container {
  width: 100%;
  max-width: 1440px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .site-container {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.button {
  background: linear-gradient(288.64deg, #069297 5.69%, #0AA9BB 58.58%);
  cursor: pointer;
  border-radius: 50px;
  height: 42px;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 500;
  border: none;
}
.button.white {
  background: white;
  color: #1C2706;
}
@media (min-width: 768px) {
  .button {
    height: 52px;
    font-size: 16px;
  }
}

header {
  position: fixed;
  top: 16px;
  left: 0;
  padding: 0 16px;
  width: 100%;
  z-index: 2121;
}
header .inner {
  width: 100%;
  height: 60px;
  padding-right: 12px;
  padding-left: 32px;
  position: relative;
  z-index: 21;
}
header .inner::after {
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  position: absolute;
  content: "";
  inset: 0;
  z-index: 11;
}
header .inner .layer-top {
  position: relative;
  z-index: 21;
}
@media (min-width: 768px) {
  header .inner {
    width: auto;
    gap: 56px;
  }
}
header .inner .button {
  height: 40px;
  width: 130px;
}
header .inner .menu-btn {
  height: 40px;
  width: 40px;
  padding: 0;
  border: none;
  cursor: pointer;
  position: relative;
  background-color: white;
  border-radius: 50%;
}
header .inner .menu-btn .icon {
  position: absolute;
  transform: scale(0);
  transition: all 0.5s;
  height: 16px;
  width: 16px;
}
header .inner .menu-btn .menu {
  transform: scale(1);
}
header .inner .menu-btn.open .menu {
  transform: scale(0);
}
header .inner .menu-btn.open .close {
  transform: scale(1);
}
header .inner .links-container {
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 11;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  gap: 48px;
  transition: all 0.5s;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
header .inner .links-container.open {
  left: 0;
}
@media (min-width: 768px) {
  header .inner .links-container {
    position: relative;
    gap: 24px;
    background-color: transparent;
    height: auto;
    width: auto;
    left: 0;
    z-index: 21;
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
  }
}
header .inner .links-container .link {
  font-weight: 300;
  color: #172C36;
  text-decoration: none;
}
header .inner .links-container .link:hover {
  color: #172C36;
}

.hero-section {
  background: linear-gradient(rgba(255, 0, 0, 0.04) 51.65%, rgba(0, 0, 0, 0.4) 99.73%), url(../images/hero-section-bg-mobile.jpg);
  background-size: cover;
  background-position: center;
  height: 850px;
  position: relative;
  overflow: hidden;
  padding-top: 108px;
}
@media (min-width: 768px) {
  .hero-section {
    height: 890px;
    padding-top: 0;
    background: linear-gradient(rgba(255, 0, 0, 0.04) 51.65%, rgba(0, 0, 0, 0.4) 99.73%), url(../images/hero-section-bg.png);
    background-position: right;
    background-size: cover;
  }
}
.hero-section::after {
  position: absolute;
  content: "";
  bottom: -110px;
  left: -50%;
  width: 200%;
  height: 200px;
  background: linear-gradient(0deg, #172C36, #172C36);
  filter: blur(40px);
}
.hero-section .box {
  width: 100%;
  max-width: 610px;
}
.hero-section .box .chip {
  background: #A09984;
  height: 28px;
  padding: 0 12px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  margin-right: 12px;
}
.hero-section .box .chip:last-child {
  margin-right: 0;
}
.hero-section .box .title {
  font-size: 32px;
  color: #172C36;
  font-weight: 700;
  line-height: 35px;
  margin: 12px 0;
}
@media (min-width: 768px) {
  .hero-section .box .title {
    font-size: 68px;
    line-height: 75px;
  }
}
.hero-section .box .subtitle {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  max-width: 275px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .hero-section .box .subtitle {
    max-width: 100%;
    margin: 0;
    font-size: 22px;
    line-height: 32px;
  }
}
.hero-section .box .description {
  font-size: 14px;
  line-height: 20px;
  max-width: 275px;
  margin: 12px auto;
}
@media (min-width: 768px) {
  .hero-section .box .description {
    font-size: 16px;
    line-height: 22px;
    margin: 12px 0 32px 0;
  }
}
.hero-section .box .button {
  width: 148px;
}
@media (min-width: 768px) {
  .hero-section .box .button {
    width: 180px;
  }
}

.about-section {
  background-color: #172C36;
  position: relative;
  padding: 100px 0;
}
@media (min-width: 768px) {
  .about-section {
    padding: 200px 0;
  }
}
.about-section .title {
  font-weight: 700;
  color: #FFFAEB;
  font-size: 32px;
  line-height: 45px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .about-section .title {
    font-size: 40px;
    line-height: 56px;
  }
}
.about-section .description {
  font-weight: 300;
  font-size: 22px;
  line-height: 31px;
  color: #FFFFFF;
  max-width: 1136px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .about-section .description {
    font-size: 38px;
    line-height: 48px;
  }
}
.about-section .items {
  gap: 12px;
  color: #FFECC4;
  font-size: 14px;
  font-weight: 500;
  height: 44px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .about-section .items {
    height: 64px;
    font-size: 24px;
  }
}
.about-section .items .item {
  gap: 8px;
}
@media (min-width: 768px) {
  .about-section .items .item {
    gap: 12px;
  }
}
.about-section .items .item svg {
  height: 20px;
  width: 20px;
}
@media (min-width: 768px) {
  .about-section .items .item svg {
    height: 32px;
    width: 32px;
  }
}
.about-section .items .seperator {
  background-color: rgba(0, 0, 0, 0.1215686275);
  height: 100%;
  width: 1px;
  flex-shrink: 0;
}
.about-section .button {
  width: 148px;
}
@media (min-width: 768px) {
  .about-section .button {
    width: 190px;
  }
}

.details-section {
  position: relative;
  overflow: hidden;
  padding-top: 210px;
  padding-bottom: 82px;
}
@media (min-width: 768px) {
  .details-section {
    padding-top: 244px;
    padding-bottom: 144px;
  }
}
.details-section::after {
  position: absolute;
  content: "";
  top: -110px;
  left: -50%;
  width: 200%;
  height: 200px;
  background: linear-gradient(0deg, #172C36, #172C36);
  filter: blur(40px);
}
.details-section .top-container {
  max-width: 610px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .details-section .top-container {
    margin-bottom: 50px;
  }
}
.details-section .top-container .title {
  color: #172C36;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .details-section .top-container .title {
    font-size: 52px;
    line-height: 62px;
  }
}
.details-section .top-container .title span {
  color: #008236;
}
.details-section .top-container .description {
  font-size: 14px;
  line-height: 20px;
  color: #6A6E6E;
}
@media (min-width: 768px) {
  .details-section .top-container .description {
    font-size: 24px;
    line-height: 38px;
  }
}
.details-section .grid-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .details-section .grid-container {
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .details-section .grid-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.details-section .grid-container .mockup-container {
  background-color: #FFFBF3;
  border-radius: 12px;
  padding-top: 32px;
  padding-bottom: 32px;
}
.details-section .grid-container .mockup-container img {
  width: 100%;
  height: auto;
}
.details-section .grid-container .mockup-container .description {
  margin-top: 24px;
  padding: 0 12px;
  font-size: 14px;
  line-height: 20px;
  color: #494D5A;
}
@media (min-width: 768px) {
  .details-section .grid-container .mockup-container .description {
    font-size: 17px;
    line-height: 24px;
    padding: 0 40px;
  }
}
.details-section .grid-container .item {
  padding-top: 28px;
}
.details-section .grid-container .item .title {
  color: #1C2706;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  padding-left: 28px;
  position: relative;
}
@media (min-width: 768px) {
  .details-section .grid-container .item .title {
    font-size: 24px;
    line-height: 34px;
  }
}
.details-section .grid-container .item .title img {
  position: absolute;
  top: 2px;
  left: -6px;
}
.details-section .grid-container .item .description {
  font-size: 14px;
  line-height: 20px;
  color: #6A6E6E;
  border-left: 1px dashed #E6ECDB;
  padding: 4px 16px 28px 28px;
}
@media (min-width: 768px) {
  .details-section .grid-container .item .description {
    padding: 4px 16px 28px 28px;
    font-size: 20px;
    line-height: 28px;
  }
}
.details-section .explore-partnership-btn {
  width: 168px;
}
@media (min-width: 768px) {
  .details-section .explore-partnership-btn {
    width: 204px;
  }
}
.details-section .detail-box {
  border-radius: 24px;
  gap: 24px;
  padding: 24px 20px;
}
@media (min-width: 768px) {
  .details-section .detail-box {
    padding: 24px;
    gap: 40px;
  }
}
.details-section .detail-box .title {
  color: #1C2706;
  font-weight: 500;
  font-size: 32px;
  line-height: 45px;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .details-section .detail-box .title {
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 16px;
  }
}
.details-section .detail-box .description {
  font-size: 14px;
  line-height: 20px;
  color: #505555;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .details-section .detail-box .description {
    font-size: 22px;
    line-height: 32px;
  }
}
.details-section .detail-box .description p {
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .details-section .detail-box .description p {
    margin-bottom: 16px;
  }
}
.details-section .detail-box img {
  max-width: 100%;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
.details-section .detail-box.skyblue {
  background: #E0EDFE;
  margin-top: 120px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .details-section .detail-box.skyblue {
    margin-top: 92px;
    padding: 24px 40px 24px 80px;
  }
}
.details-section .detail-box.skyblue img {
  width: 527px;
  aspect-ratio: 527/480;
}
.details-section .detail-box.green {
  background: #EFF4E6;
}
.details-section .detail-box.green img {
  width: 610px;
  aspect-ratio: 610/480;
}
.details-section .detail-box .button {
  width: auto;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .details-section .detail-box .button {
    width: 190px;
  }
}

.contact-section {
  height: 515px;
  background: linear-gradient(rgba(23, 44, 54, 0.16) 0.52%, rgba(23, 44, 54, 0.183171) 35.71%, rgba(23, 44, 54, 0.80083) 72.9%, #172C36 90.91%), url(../images/contact-section-bg.jpg);
  background-size: cover;
  background-position: center center;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .contact-section {
    height: 800px;
  }
}
.contact-section .inner {
  max-width: 910px;
}
.contact-section .inner .chip {
  height: 38px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 0 12px;
  color: #fff;
  font-weight: 500;
  gap: 6px;
}
.contact-section .inner .chip .dot {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #fff;
}
.contact-section .inner .title {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 48px;
  color: #fff;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .contact-section .inner .title {
    font-size: 94px;
    line-height: 100px;
  }
}

footer {
  background: #172C36;
  position: relative;
  z-index: 11;
  color: #CDCFD6;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 40px;
  padding-top: 100px;
}
@media (min-width: 768px) {
  footer {
    padding-top: 250px;
    padding-bottom: 100px;
  }
}
footer .logo {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  footer .logo {
    margin-bottom: 4px;
  }
}
footer .bg-line {
  position: absolute;
  width: 100%;
  height: auto;
  top: 100px;
  left: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  footer .bg-line {
    top: 150px;
  }
}
footer .description {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 20px;
}
@media (min-width: 768px) {
  footer .description {
    margin-bottom: 4px;
  }
}
footer .links {
  gap: 24px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  footer .links {
    height: 36px;
    margin-top: 0;
  }
}
footer .links a {
  color: #FFFFFF;
  text-decoration: none;
}
footer .links a:hover {
  text-decoration: none;
  color: #fff;
}
footer .social-links {
  margin-top: 20px;
  gap: 12px;
}/*# sourceMappingURL=index.css.map */