@charset "UTF-8";

/**
* @license
*
* Font Family: Clash Grotesk
* Designed by: Indian Type Foundry
* URL: https://www.fontshare.com/fonts/ClashGrotesk/clash-grotesk
* © 2024 Indian Type Foundry
*
* Clash Grotesk Extralight 
* Clash Grotesk Light 
* Clash Grotesk Regular 
* Clash Grotesk Medium 
* Clash Grotesk Semibold 
* Clash Grotesk Bold 
* Clash Grotesk Variable (Variable font)

*
*/
@font-face {
  font-family: "ClashGrotesk-Extralight";
  src: url("../fonts/ClashGrotesk/ClashGrotesk-Extralight.woff2") format("woff2"), url("../fonts/ClashGrotesk/ClashGrotesk-Extralight.woff") format("woff"), url("../fonts/ClashGrotesk/ClashGrotesk-Extralight.ttf") format("truetype");
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "ClashGrotesk-Light";
  src: url("../fonts/ClashGrotesk/ClashGrotesk-Light.woff2") format("woff2"), url("../fonts/ClashGrotesk/ClashGrotesk-Light.woff") format("woff"), url("../fonts/ClashGrotesk/ClashGrotesk-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "ClashGrotesk-Regular";
  src: url("../fonts/ClashGrotesk/ClashGrotesk-Regular.woff2") format("woff2"), url("../fonts/ClashGrotesk/ClashGrotesk-Regular.woff") format("woff"), url("../fonts/ClashGrotesk/ClashGrotesk-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "ClashGrotesk-Medium";
  src: url("../fonts/ClashGrotesk/ClashGrotesk-Medium.woff2") format("woff2"), url("../fonts/ClashGrotesk/ClashGrotesk-Medium.woff") format("woff"), url("../fonts/ClashGrotesk/ClashGrotesk-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "ClashGrotesk-Semibold";
  src: url("../fonts/ClashGrotesk/ClashGrotesk-Semibold.woff2") format("woff2"), url("../fonts/ClashGrotesk/ClashGrotesk-Semibold.woff") format("woff"), url("../fonts/ClashGrotesk/ClashGrotesk-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "ClashGrotesk-Bold";
  src: url("../fonts/ClashGrotesk/ClashGrotesk-Bold.woff2") format("woff2"), url("../fonts/ClashGrotesk/ClashGrotesk-Bold.woff") format("woff"), url("../fonts/ClashGrotesk/ClashGrotesk-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 700.0;
*
* available axes:
'wght' (range from 200.0 to 700.0
*/
@font-face {
  font-family: "ClashGrotesk";
  src: url("../fonts/ClashGrotesk/ClashGrotesk-Variable.woff2") format("woff2"), url("../fonts/ClashGrotesk/ClashGrotesk-Variable.woff") format("woff"), url("../fonts/ClashGrotesk/ClashGrotesk-Variable.ttf") format("truetype");
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}

html,
body {
  font-family: ClashGrotesk;
  margin: 0;
  padding: 0;
  color: #ffffff;
}

body {
  color: #ffffff;
  background-color: #0a0a0a;
}

a {
  text-decoration: none;
  transition: all 0.2s linear;
  color: #ffffff;
  outline: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.btn {
  background: #000000;
  background: radial-gradient(circle at 90% 100%, #687e79 0%, rgb(0, 0, 0) 70%);
  border: 1px solid #5c706b;
  border-radius: 100px;
  height: 40px;
  padding: 8px 16px;
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-transform: uppercase;
  max-width: 120px;
}

.btn:hover {
  border: 1px solid #687e79;
}

.section-title {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
}

.swiper {
  width: 100%;
  margin: 40px auto;
  padding-bottom: 60px !important;
}

.swiper .swiper-pagination {
  bottom: 0;
}

.swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #abd2c8;
}

header {
  padding: 24px 0;
  position: absolute;
  z-index: 1000;
  top: 0;
  width: 100%;
}

header a {
  color: #0a0a0a;
}

header.white-nav {
  color: #fff;
}

header.white-nav .logo {
  filter: invert(1);
}

header.white-nav a {
  color: #ffffff;
}

header .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .logo {
  width: 48px;
  height: 48px;
}

header .logo img {
  -o-object-fit: contain;
  -webkit-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

header nav ul {
  display: flex;
  gap: 1rem;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 768px) {
  header nav ul {
    gap: 0.5rem;
  }
}

section {
  padding: 40px 0;
}

.pricing.top-pricing {
  padding-top: 150px;
}

.pricing.top-pricing::after {
  content: "";
  background: radial-gradient(circle at 50% -60%, #abd2c8 0%, rgba(0, 0, 0, 0) 60%);
  background-repeat: no-repeat;
  width: 100%;
  max-width: 1370px;
  height: 700px;
  position: absolute;
  top: 0;
  -o-object-fit: contain;
  -webkit-object-fit: contain;
  object-fit: contain;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.pricing .section-header {
  margin-bottom: 2rem;
}

.pricing .section-header .text {
  opacity: 0.3;
}

.pricing .pricing-card {
  padding: 2rem 1.5rem;
}

.pricing .pricing-card .pricing-card-header {
  border-bottom: 1px solid #2c2c2c;
  padding-block: 1rem;
}

.pricing .pricing-card .pricing-card-header .currency {
  font-size: 28px;
  font-weight: 300;
  opacity: 0.3;
}

.pricing .pricing-card .pricing-card-header .price {
  font-size: 28px;
  font-weight: 600;
}

.pricing .pricing-card .pricing-card-header .period {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

.pricing .pricing-card .pricing-card-body {
  padding-top: 3rem;
}

.pricing .pricing-card .pricing-card-body .title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.pricing .pricing-card .pricing-card-body .view {
  font-size: 14px;
  padding-bottom: 1.5rem;
  cursor: pointer;
}

.pricing .pricing-card .pricing-card-body ul.gap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.pricing .pricing-card .pricing-card-body ul li {
  font-size: 14px;
  font-weight: 400;
  list-style: disc;
}

.pricing .pricing-card .pricing-card-body ul li::marker {
  color: #abd2c8;
}

.pricing .pricing-card .pricing-card-body ul li .title {
  font-weight: 200;
}

.pricing .pricing-card .pricing-card-body ul li .description {
  font-weight: 500;
}

.pricing .pricing-card .pricing-card-body .btn-price {
  border: 1px solid rgba(171, 210, 200, 0.5);
  width: 100%;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  color: #1f1f1f;
  background: #abd2c8;
}

.pricing .pricing-card .pricing-card-body .btn-price.btn-price-dark {
  color: #abd2c8;
  background: #1f1f1f;
}

.privacy .details {
  margin-bottom: 2rem;
}

.privacy .details .item {
  font-size: 14px;
  font-weight: 400;
}

.privacy .details .item .label {
  font-weight: 600;
}

.terms-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.terms-content ul {
  margin-bottom: 1rem;
}

.faq-accordions {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.faq.top-faq,
.faq.top-privacy,
.privacy.top-faq,
.privacy.top-privacy {
  position: relative;
  padding-top: 150px;
  margin: auto;
}

.faq.top-faq::after,
.faq.top-privacy::after,
.privacy.top-faq::after,
.privacy.top-privacy::after {
  content: "";
  background: radial-gradient(circle at 50% -60%, #abd2c8 0%, rgba(0, 0, 0, 0) 60%);
  background-repeat: no-repeat;
  width: 100%;
  max-width: 1370px;
  height: 700px;
  position: absolute;
  top: 0;
  -o-object-fit: contain;
  -webkit-object-fit: contain;
  object-fit: contain;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.faq .section-header,
.privacy .section-header {
  margin-bottom: 2rem;
  border-bottom: 1px solid #abd2c8;
  display: block;
  width: 100%;
}

.faq .section-header .section-title,
.faq .section-header .text,
.privacy .section-header .section-title,
.privacy .section-header .text {
  max-width: 360px;
}

.faq .title,
.privacy .title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

section.hero {
  height: 100vh;
  padding: 80px 0 40px;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

section.hero.about {
  align-items: center;
}

section.hero.about .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #0a0a0a;
}

section.hero.about .content .title {
  max-width: 220px;
}

section.hero.about .content .text {
  font-size: 14px;
  font-weight: 500;
  max-width: 280px;
}

section.hero.blog .content {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

section.hero.blog .content h1.title {
  font-size: 37px;
  font-weight: 600;
  max-width: 220px;
}

section.hero.blog .content .text {
  max-width: 225px;
}

section.hero.features {
  align-items: center;
}

section.hero.features .container {
  justify-content: flex-end;
}

section.hero.features .content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
  justify-content: center;
}

section.hero.features .content .title {
  font-size: 28px;
  font-weight: 600;
  max-width: 320px;
}

section.hero.features .content .text {
  max-width: 300px;
}

section.hero.contact {
  background: radial-gradient(circle at 0% 50%, #4b5b56 0%, rgb(0, 0, 0) 30%);
}

section.hero.contact .bg-cover {
  max-width: 60%;
  right: 0;
}

section.hero .bg-cover {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
}

section.hero .bg-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  -webkit-object-fit: cover;
  object-fit: cover;
}

section.hero .shadow {
  height: 80%;
  background: linear-gradient(0deg, rgb(10, 10, 10) 10%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 2;
}

section.hero .video {
  position: absolute;
  inset: 0;
  z-index: 1;
}

section.hero .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  -webkit-object-fit: cover;
  object-fit: cover;
}

section.hero .container {
  position: relative;
  z-index: 3;
  padding-block: 40px;
}

section.hero h1 {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
}

section.hero p {
  font-size: 14px;
  max-width: 400px;
}

section.section-2 .container {
  display: flex;
  justify-content: space-between;
}

section.section-2 p {
  max-width: 320px;
}

section.what .container,
section.features .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

section.what .section-header,
section.features .section-header {
  flex: 1;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

section.what .logo,
section.features .logo {
  width: 130px;
  height: 130px;
}

section.what .logo img,
section.features .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  -webkit-object-fit: contain;
  object-fit: contain;
}

section.what .text,
section.features .text {
  max-width: 360px;
}

section.what .swiper-container,
section.features .swiper-container {
  margin-inline-end: 0;
}

@media (min-width: 1600px) {

  section.what .swiper-container,
  section.features .swiper-container {
    max-width: 90vw;
  }
}

@media (min-width: 2048px) {

  section.what .swiper-container,
  section.features .swiper-container {
    max-width: 85vw;
  }
}

section.what .swiper-container .swiper-slide,
section.features .swiper-container .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.75rem;
}

section.what .box-content,
section.features .box-content {
  height: 280px;
  border: 1px solid #4b5b56;
  font-size: 24px;
  border-radius: 12px;
  width: 100%;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  overflow: hidden;
  border-radius: 12px;
  background: radial-gradient(circle at 100% 100%, #252c2a 0%, rgb(0, 0, 0) 50%);
}

section.what .box-content h3,
section.features .box-content h3 {
  max-width: 270px;
  min-height: 100px;
}

section.what .box-content p,
section.features .box-content p {
  font-size: 14px;
}

section.certified .logo {
  width: 100px;
  height: 100px;
}

section.certified .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  -webkit-object-fit: contain;
  object-fit: contain;
  -webkit-filter: grayscale(100%) sepia(100%) hue-rotate(105deg) saturate(70%) brightness(85%);
  filter: grayscale(100%) sepia(100%) hue-rotate(105deg) saturate(70%) brightness(85%);
}

section.certified .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

section.how-works .timeline {
  position: relative;
  margin: 40px auto 100px;
}

section.how-works .timeline .timeline-img {
  text-align: center;
}

section.how-works .timeline .timeline-img img {
  height: 600px;
}

section.how-works .timeline .timeline-list p {
  width: 300px;
}

section.how-works .timeline .timeline-list .item-1 {
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: 60px;
  margin-top: 12px;
}

section.how-works .timeline .timeline-list .item-2 {
  position: absolute;
  top: 30%;
  left: 50%;
  margin-left: 60px;
  margin-top: 12px;
}

section.how-works .timeline .timeline-list .item-3 {
  position: absolute;
  top: 60%;
  right: 50%;
  margin-right: 60px;
  margin-top: 12px;
}

section.how-works .timeline .timeline-list .item-4 {
  position: absolute;
  margin-top: -50px;
  top: 100%;
  left: 50%;
  margin-left: 60px;
}

section.sync .container-box {
  margin: auto;
  padding: 0 16px;
}

@media (min-width: 1600px) {
  section.sync .container-box {
    max-width: 80vw;
  }
}

@media (min-width: 2048px) {
  section.sync .container-box {
    max-width: 71vw;
  }
}

section.sync .container-box .box {
  border: 1px solid #4b5b56;
  border-radius: 12px;
  padding: 3rem 0;
  background: radial-gradient(circle at 100% 100%, #252c2a 0%, rgb(0, 0, 0) 50%);
}

section.sync .container-box .box .box-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

section.sync .container-box .box .box-content .img-container {
  height: 400px;
  width: 400px;
}

section.sync .container-box .box .box-content .img-container img {
  max-width: 100%;
  height: 400px;
  -o-object-fit: contain;
  -webkit-object-fit: contain;
  object-fit: contain;
}

section.sync .container-box .box .box-content .decoration {
  max-width: 220px;
}

section.sync .logo {
  width: 48px;
  height: 48px;
}

section.sync .logo img {
  -o-object-fit: contain;
  -webkit-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

section.why-works .section-header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

section.why-works .section-header p {
  max-width: 320px;
}

section.why-works .box-content {
  position: relative;
  color: #fff;
  border: 1px solid #4b5b56;
  border-radius: 12px;
  background-color: #4b5b56;
  height: 480px;
  overflow: hidden;
}

section.why-works .box-content .img-container {
  height: 100%;
}

section.why-works .box-content .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  -webkit-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  -webkit-object-position: center;
  object-position: center;
}

section.why-works .box-content .title {
  max-width: 360px;
  position: absolute;
  bottom: 0;
  padding: 1rem;
  z-index: 2;
}

section.why-works .box-content .shadow {
  position: absolute;
  background-color: #000;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 90%);
  bottom: 0;
  width: 100%;
  padding: 1rem;
  height: 50%;
  z-index: 1;
}

.card {
  overflow: hidden;
  color: #fff;
  border: 1px solid #4b5b56;
  border-radius: 12px;
  background-color: #0a0a0a;
  background: radial-gradient(circle at 90% 100%, #252c2a 0%, rgb(0, 0, 0) 50%);
}

section.app-review .section-header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

section.app-review .sub-title {
  max-width: 420px;
}

section.app-review .mobile-app-frame {
  max-width: 40%;
}

section.app-review .mobile-app-frame img {
  width: 100%;
}

section.app-review .swiper-slide {
  height: auto;
}

section.app-review .card {
  padding: 2.5rem;
  height: 100%;
}

section.app-review .card .card-image {
  padding: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #abd2c8;
  height: 280px;
}

section.app-review .card .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  -webkit-object-fit: contain;
  object-fit: contain;
}

section.app-review .card .title {
  font-size: 20px;
  font-weight: 500;
  max-width: 200px;
  height: 48px;
  text-transform: uppercase;
}

.flex-1 {
  flex: 1;
}

section.blog-cards .section-header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

section.blog-cards .section-header .section-title {
  max-width: 320px;
}

section.blog-cards .section-header .sub-title {
  max-width: 320px;
}

section.blog-cards .swiper-slide {
  height: auto;
}

section.blog-cards .card,
.blog-posts .card {
  height: 100%;
}

section.blog-cards .card .card-body,
.blog-posts .card .card-body {
  padding: 2.5rem;
}

section.blog-cards .card .card-image,
.blog-posts .card .card-image {
  height: 320px;
  width: 100%;
}

section.blog-cards .card .card-image img,
.blog-posts .card .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  -webkit-object-fit: cover;
  object-fit: cover;
}

section.blog-cards .card .title,
.blog-posts .card .title {
  font-size: 20px;
  font-weight: 600;
  height: 100px;
  text-transform: uppercase;
}

.btn-o {
  background: #0a0a0a;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: #abd2c8;
  border-radius: 100px;
  border: 1px solid #abd2c8;
  padding: 4px 24px;
  display: inline-flex;
  transition: all 0.2s;
}

.btn-o:hover {
  border: 1px solid #4b5b56;
  color: #4b5b56;
}

.logo-fade {
  width: 50vw;
  margin: auto;
}

.logo-fade img {
  max-width: 100%;
}

footer {
  position: relative;
  background-color: rgba(0, 0, 0, 0.7);
  margin-top: -25vw;
}

footer .top-footer {
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

footer .top-footer .section-title {
  max-width: 320px;
}

footer .top-footer .logo {
  width: 48px;
  height: 48px;
}

footer .top-footer .logo img {
  -o-object-fit: contain;
  -webkit-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

footer .main-footer {
  padding-bottom: 100px;
}

footer .main-footer .title {
  font-size: 20px;
  font-weight: 300;
  color: #787878;
  text-transform: uppercase;
}

footer .main-footer ul li a {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}

footer .bottom-footer {
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .bottom-footer .links {
  display: flex;
  align-items: center;
  gap: 2rem;
}

footer .bottom-footer .links a {
  color: #fff;
}

.arrow-down {
  text-align: center;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow-down img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
  -webkit-object-fit: contain;
  object-fit: contain;
}

.about-sec-1 .items {
  background: url("/assets/images/logo-fade.webp") no-repeat center center;
  background-size: contain;
}

.about-sec-1 .items .item:nth-child(2n) {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.about-sec-1 .items .item {
  padding-block: 40px;
  position: relative;
}

.about-sec-1 .items .item:not(:last-child)::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #30453f;
  background: radial-gradient(circle, rgb(48, 69, 63) 0%, rgba(0, 0, 0, 0) 50%);
  position: absolute;
  bottom: 0;
}

.about-sec-1 .items .item .text {
  max-width: 430px;
  margin-bottom: 0;
}

.container-x {
  padding-inline: 1rem;
  margin: auto;
}

@media (min-width: 1600px) {
  .container-x {
    max-width: 1536px;
  }
}

@media (max-width: 1600px) {
  .container-x {
    max-width: 1536px;
  }
}

@media (max-width: 1400px) {
  .container-x {
    max-width: 1280px;
  }
}

@media (max-width: 1200px) {
  .container-x {
    max-width: 1080px;
  }
}

.about-sec-2 .card {
  position: relative;
  height: 800px;
  margin-bottom: 2rem;
}

.about-sec-2 .card::after {
  content: "";
  height: 80%;
  background: linear-gradient(0deg, rgb(10, 10, 10) 10%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.about-sec-2 .card .bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.about-sec-2 .card .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  -webkit-object-fit: cover;
  object-fit: cover;
}

.about-sec-2 .container {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 2rem 0;
}

.about-sec-2 .container .section-title {
  max-width: 260px;
}

.about-sec-2 .container .section-subtitle {
  font-size: 18px;
  font-weight: 500;
}

.about-sec-2 .container .text {
  font-size: 14px;
  max-width: 400px;
}

.card-contact {
  background: radial-gradient(circle at bottom left, #596c67 0%, rgba(0, 0, 0, 0) 50%);
  padding: 2rem 0;
}

.card-contact .title {
  font-size: 20px;
  font-weight: 600;
}

.card-contact .item {
  padding: 1rem 0;
}

.card-contact .line {
  height: 1px;
  background: linear-gradient(90deg, rgb(93, 137, 124) 0%, rgb(34, 46, 42) 50%);
}

.card-contact ul {
  margin: 0;
  padding-inline-start: 1rem;
}

.card-contact ul li {
  font-size: 14px;
  font-weight: 400;
  list-style: disc;
}

.card-contact ul li::marker {
  color: #abd2c8;
}

.card-contact ul li .title {
  font-weight: 200;
}

.card-contact ul li .description {
  font-weight: 500;
}

.card-contact .social-links {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2rem;
}

.card.card-img-side {
  position: relative;
  height: 800px;
  margin-bottom: 2rem;
  background: radial-gradient(circle at bottom right, #596c67 0%, rgba(0, 0, 0, 0) 50%);
}

.card.card-img-side::after {
  background: none;
}

.card.card-img-side.card-img-right {
  background: radial-gradient(circle at bottom left, #596c67 0%, rgba(0, 0, 0, 0) 50%);
}

.card.card-img-side.card-img-right .bg {
  margin-left: auto;
}

.card.card-img-side.card-img-right .container .content {
  margin-left: 0;
}

.card.card-img-side.card-img-right .container .line {
  background: linear-gradient(90deg, rgb(93, 137, 124) 0%, rgb(34, 46, 42) 50%);
}

.card.card-img-side .bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 50%;
}

.card.card-img-side .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  -webkit-object-fit: cover;
  object-fit: cover;
}

.card.card-img-side .container {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 2rem 0;
}

.card.card-img-side .container .content {
  width: 40%;
  margin-left: auto;
  padding-left: 2rem;
  padding-bottom: 2rem;
}

.card.card-img-side .container .box-header {
  margin-bottom: 4rem;
}

.card.card-img-side .container .line {
  height: 1px;
  background: #5d897c;
  background: linear-gradient(270deg, rgb(93, 137, 124) 0%, rgb(34, 46, 42) 50%);
}

.card.card-img-side .container .section-title {
  max-width: 260px;
}

.card.card-img-side .container .section-subtitle {
  font-size: 18px;
  font-weight: 500;
}

.card.card-img-side .container .text {
  font-size: 14px;
  max-width: 400px;
}

.card.card-img-side .container ul.gap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.card.card-img-side .container ul li {
  font-size: 20px;
  font-weight: 500;
  list-style: disc;
}

.card.card-img-side .container ul li::marker {
  color: #abd2c8;
}

.card.card-img-side .container ul li .title {
  font-weight: 200;
}

.card.card-img-side .container ul li .description {
  font-weight: 500;
}

.card-numbers .swiper-slide {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  border: 1px solid #4b5b56;
  border-radius: 12px;
}

section.accuracy .section-header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
}

section.accuracy .section-header p {
  max-width: 360px;
}

.box-image-content {
  position: relative;
  color: #fff;
  border: 1px solid #4b5b56;
  border-radius: 12px;
  background-color: #4b5b56;
  height: 480px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.box-image-content .img-container {
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 1;
}

.box-image-content .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  -webkit-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  -webkit-object-position: center;
  object-position: center;
}

.box-image-content .content {
  max-width: 360px;
  position: relative;
  padding: 1rem;
  z-index: 2;
}

.box-image-content .shadow {
  position: absolute;
  background-color: #000;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 90%);
  bottom: 0;
  width: 100%;
  padding: 1rem;
  height: 50%;
  z-index: 1;
}

.card-contact .form-container {
  max-width: 720px;
  margin-left: auto;
}

.card-contact .form-container .form-label {
  text-transform: uppercase;
}

.card-contact .form-container .form-control {
  background-color: transparent;
  border: 1px solid #5c706b;
  border-radius: 16px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
}

.card-contact .form-container .form-control:focus {
  background-color: transparent;
  color: #fff;
  border: 1px solid #687e79;
}

.card-contact .form-container .form-control::-webkit-input-placeholder {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.2);
}

.card-contact .form-container .form-control::-moz-placeholder {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.2);
}

.card-contact .form-container .form-control::placeholder {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.2);
}

.article.top-article {
  position: relative;
  padding-top: 150px;
  margin: auto;
}

.article.top-article::after {
  content: "";
  background: radial-gradient(circle at 50% -60%, #abd2c8 0%, rgba(0, 0, 0, 0) 60%);
  background-repeat: no-repeat;
  width: 100%;
  max-width: 1370px;
  height: 700px;
  position: absolute;
  top: 0;
  -o-object-fit: contain;
  -webkit-object-fit: contain;
  object-fit: contain;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.article.top-article .section-header {
  margin-bottom: 2rem;
  display: block;
  width: 100%;
}

.article.top-article .section-header .text {
  max-width: 360px;
}

.article.top-article h2,
.article.top-article .title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.article .article-content {
  display: flex;
  flex-direction: column;
}

.article .article-content ul {
  margin-bottom: 1rem;
  list-style: disc;
  padding-left: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.app .btn img {
  width: 100%;
  height: 20px;
}

/*# sourceMappingURL=styles.css.map */