@charset "UTF-8";
@media (max-width: 480px) {
  .pt-107 {
    padding: 106px 0 40px !important;
  }
}

.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

@media (max-width: 767px) {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
}
.shade {
  background: linear-gradient(180deg, #fffdf0 3.61%, #fdf1a3 217.61%);
  height: 100%;
  padding-top: 170px;
}

.main-container-privacy {
  position: relative;
}
.main-container-privacy .privacy-notice-container {
  max-width: 1031px;
  margin: 0 auto;
  padding: 32px 15px;
  color: #222;
  font-size: 1.04rem;
  line-height: 1.7;
  border-radius: 8px;
  color: #1d2939;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main-container-privacy .privacy-notice-container li {
  margin-bottom: 4px;
}
.main-container-privacy .privacy-notice-container a {
  color: var(--Neutral-800, #1d2939);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  font-weight: 400;
  line-height: normal;
}
.main-container-privacy .privacy-notice-container h3 {
  margin-top: 2.2em;
  margin-bottom: 0.6em;
  font-size: 1.13em;
  font-weight: 700;
  color: #232323;
  letter-spacing: 0.01em;
}
.main-container-privacy .privacy-notice-container ol,
.main-container-privacy .privacy-notice-container ul {
  padding-left: 1.6em;
  margin-top: 0.2em;
  margin-bottom: 1.1em;
}
.main-container-privacy .privacy-notice-container b {
  font-weight: 600;
}
@media (max-width: 600px) {
  .main-container-privacy .privacy-notice-container {
    padding: 18px 6px;
    font-size: 0.97rem;
  }
  .main-container-privacy .privacy-notice-container h3 {
    font-size: 1.04em;
  }
}

.main-header-privacy {
  display: flex;
  max-width: 1031px;
  margin-top: 82px;
  max-width: 1031px;
  margin: 0 auto;
  padding: 0px 0px 42px 0px;
}
@media (min-width: 992px) {
  .main-header-privacy {
    padding: 3rem;
  }
}
@media (max-width: 999px) {
  .main-header-privacy {
    padding: 1.5rem;
  }
}
.main-header-privacy {
  justify-content: start;
  align-items: start;
  flex-direction: column;
  margin: auto;
}
@media (max-width: 480px) {
  .main-header-privacy {
    padding-top: 40px;
  }
}
.main-header-privacy h1 {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--Neutral-900, #101828);
  text-align: center;
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  /* 111.111% */
}

.no-arrow::after {
  display: none !important;
}
.no-arrow img {
  max-width: 27px;
}

@font-face {
  font-family: "Roobert";
  src: url("../fonts/Roobert-700.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roobert";
  src: url("../fonts/Roobert-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roobert";
  src: url("../fonts/Roobert-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roobert";
  src: url("../fonts/Roobert-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roobert";
  src: url("../fonts/Roobert-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roobert";
  src: url("../fonts/Roobert-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 16px 42px;
  border-radius: 42px;
  background: #ffdf09;
  color: #101828;
  font-family: "Roobert";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  border: none;
  cursor: pointer;
  text-decoration: none;
  leading-trim: both;
  text-edge: cap;
  transition: background 0.2s;
  transition: all 0.2s;
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.btn-primary:hover::after {
  transform: translateX(5px);
  transition: all 0.3s ease-in-out;
}
.btn-primary::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 12.5px;
  vertical-align: middle;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="14" viewBox="0 0 17 14" fill="none"><path d="M9.5 0.75L15.75 7M15.75 7L9.5 13.25M15.75 7H0.75" stroke="%23101828" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease-in-out;
}
.btn-primary svg {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1100px) {
  .btn-primary {
    padding: 12px 24px;
    font-size: 16px;
    width: max-content;
  }
  .btn-primary::after {
    width: 12px;
    height: 10px;
  }
}
@media (max-width: 480px) {
  .btn-primary {
    padding: 12px 24px;
    font-size: 16px;
    width: max-content;
  }
  .btn-primary::after {
    width: 12px;
    height: 10px;
  }
}
@media (max-width: 380px) {
  .btn-primary {
    padding: 12px 24px;
    width: max-content;
  }
}

.btn-primary:active,
.btn-primary:focus {
  outline: none;
  background: #ffdf09;
}

.btn-outline {
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  background: transparent;
  padding: 16px 42px;
  border-radius: 42px;
  border: 1px solid #1d2939;
  color: #1d2939;
  font-family: "Roobert";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.btn-outline:hover {
  background: rgba(243, 243, 243, 0.4);
  color: #000;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.btn-outline::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 12.5px;
  vertical-align: middle;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="15" viewBox="0 0 17 15" fill="none"><path d="M10 1L16.25 7.25M16.25 7.25L10 13.5M16.25 7.25H1.25" stroke="%231D2939" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 480px) {
  .btn-outline {
    padding: 12px 24px;
    font-size: 16px;
    width: 158px;
  }
  .btn-outline::after {
    width: 12px;
    height: 10px;
  }
}
@media (max-width: 380px) {
  .btn-outline {
    padding: 12px 18px;
    width: 150px;
  }
}

.max-content {
  width: max-content;
}

.btn-normal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  color: #101828;
  font-family: "Roobert";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  border: none;
  cursor: pointer;
  text-decoration: none;
  leading-trim: both;
  text-edge: cap;
  transition: background 0.2s;
  transition: all 0.2s;
}
.btn-normal:hover::after {
  transform: translateX(5px);
  transition: all 0.3s ease-in-out;
}
.btn-normal::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 12.5px;
  vertical-align: middle;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="14" viewBox="0 0 17 14" fill="none"><path d="M9.5 0.75L15.75 7M15.75 7L9.5 13.25M15.75 7H0.75" stroke="%23101828" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease-in-out;
}
.btn-normal svg {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 480px) {
  .btn-normal {
    font-size: 16px;
    width: 100%;
  }
  .btn-normal::after {
    width: 12px;
    height: 10px;
  }
}
@media (max-width: 380px) {
  .btn-normal {
    padding: 12px 2px;
    width: 100%;
  }
}

.sl-payment-form {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-20px);
  transition: max-height 0.4s ease-out, opacity 0.4s ease-out, transform 0.4s ease-out, margin-top 0.4s ease-out;
}
.sl-payment-form.show {
  display: block;
  max-height: 500px;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  margin-bottom: 24px;
}
.sl-payment-form .sl-payment-wrap {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  width: 100%;
}
.sl-payment-form .sl-payment-wrap .sl-payment-input {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.sl-payment-form .buy-nw-pos {
  color: #101828;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  background-color: #ffffff;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  white-space: nowrap;
  transition: all 0.2s;
  cursor: pointer;
}
.sl-payment-form .buy-nw-pos:hover {
  background-color: #f9fafb;
  border-color: #98a2b3;
}
.sl-payment-form .buy-nw-pos img {
  height: 24px;
  vertical-align: middle;
}
.sl-payment-form .buy-nw-pos svg {
  margin-left: 4px;
}
.sl-payment-form {
  /* Responsive design */
}
@media (max-width: 768px) {
  .sl-payment-form .sl-payment-wrap {
    flex-direction: column;
    align-items: stretch;
    gap: 0px;
  }
  .sl-payment-form .buy-nw-pos {
    justify-content: center;
    margin-top: 12px;
  }
}

@media (max-width: 360px) {
  .menu-btn-primary {
    padding: 10px 18px;
    gap: 2px;
    font-size: 14px;
  }
}

.accept-link {
  color: #000;
}

html {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.offcanvas-backdrop {
  transition: opacity 0.2s ease-in-out;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  color: #101828;
  overflow-x: hidden;
  line-height: 1.6;
}

.navbar {
  padding: 1rem 0;
}
.navbar .logo {
  height: 40px;
}
@media (min-width: 992px) {
  .navbar .logo {
    height: 52px;
  }
}
.navbar .navbar-brand img {
  max-width: 164px;
}
@media (max-width: 480px) {
  .navbar .navbar-brand img {
    max-width: 110px;
  }
}
.navbar .navbar-nav {
  align-items: center;
  gap: 58px;
  flex-direction: row;
}
@media (max-width: 999px) {
  .navbar .navbar-nav {
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .navbar .navbar-nav {
    display: none;
  }
}
.navbar .nav-link {
  color: var(--Neutral-800, #1d2939);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  transition: all 0.3s ease;
}
.navbar .nav-link:hover {
  color: #ffdf09;
}

.offcanvas {
  background-color: #fffdf0;
}
.offcanvas .nav-link {
  padding: 12px 0;
  font-size: 16px;
}

.hero-section {
  padding-top: 150px;
  padding-bottom: 242px;
  position: relative;
  overflow: hidden;
}
.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  /* fill the .card */
  z-index: 0;
  /* behind content */
  background-color: #fffdf0;
  /* Safari prefix for better compatibility */
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 71%, 0 91%);
  clip-path: polygon(0 0, 100% 0, 100% 71%, 0 91%);
  pointer-events: none;
  /* clicks pass through to content */
  border-radius: 8px;
  /* match the card radius if desired */
}
@media (max-width: 999px) {
  .hero-section::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 78%, 0 87.5%);
    clip-path: polygon(0 0, 100% 0, 100% 78%, 0 87.5%);
  }
}
@media (max-width: 768px) {
  .hero-section::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 79%, 0 87.5%);
    clip-path: polygon(0 0, 100% 0, 100% 79%, 0 87.5%);
  }
}
@media (max-width: 580px) {
  .hero-section::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 82%, 0 87.5%);
    clip-path: polygon(0 0, 100% 0, 100% 82%, 0 87.5%);
  }
}
@media (max-width: 768px) {
  .hero-section {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}
.hero-section .vec-imgs {
  max-width: 1920px;
}
.hero-section .vec-imgs .left-img {
  position: absolute;
  bottom: -26px;
  left: 0;
}
@media (max-width: 999px) {
  .hero-section .vec-imgs .left-img {
    max-width: 300px;
    bottom: 62px;
  }
}
@media (max-width: 768px) {
  .hero-section .vec-imgs .left-img {
    display: none;
  }
}
.hero-section .vec-imgs .right-img {
  position: absolute;
  bottom: 97px;
  right: 0;
}
@media (max-width: 999px) {
  .hero-section .vec-imgs .right-img {
    max-width: 450px;
    bottom: 138px;
  }
}
@media (max-width: 680px) {
  .hero-section .vec-imgs .right-img {
    bottom: 65px;
  }
}
.hero-section .background-pattern {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1440px;
  height: 300px;
  background: linear-gradient(90deg, #fdf6c5 0%, #fde85b 30%, #fbe96f 60%, transparent 100%);
  opacity: 0.4;
  z-index: 0;
  pointer-events: none;
}
.hero-section .container {
  position: relative;
  z-index: 1;
}
.hero-section .hero-title {
  font-family: "Roobert", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(32px, 5vw, 64px);
  font-weight: 700;
  line-height: 1.1;
  color: #101828;
  margin-bottom: 24px;
}
.hero-section .hero-text {
  font-size: clamp(14px, 2vw, 20px);
  line-height: 1.5;
  color: #344054;
  margin-bottom: 32px;
}
.hero-section .hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 768px) {
  .hero-section .hero-buttons {
    flex-direction: column;
    align-items: center;
  }
  .hero-section .hero-buttons .btn {
    width: 100%;
    justify-content: center;
  }
}
.hero-section .hero-mockup {
  max-width: 410px;
  height: auto;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.1));
}
@media (max-width: 480px) {
  .hero-section .hero-mockup {
    max-width: 273.71px;
    margin-top: 60px;
  }
}

.section-title {
  font-family: "Roobert", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 600;
  color: #101828;
}
@media (max-width: 480px) {
  .section-title {
    margin-bottom: 12px !important;
  }
}

.section-subtitle {
  font-size: clamp(16px, 2vw, 18px);
  color: #1d2939;
}
@media (max-width: 480px) {
  .section-subtitle {
    max-width: 340px;
    margin: auto;
  }
}

.features-section .feature-card {
  background: #fbfdff;
  border: 1px solid #b0c1e3;
  border-radius: 6px;
  padding: 20px 16px;
  height: 100%;
  transition: all 0.3s ease;
}
.features-section .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 480px) {
  .features-section .section-title {
    margin-bottom: 32px !important;
  }
}
.features-section .feature-icon {
  display: inline-block;
}
.features-section .feature-title {
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 600;
  color: #1d2939;
  margin-bottom: 12px;
}
.features-section .feature-text {
  font-size: clamp(14px, 1.5vw, 16px);
  color: #475467;
  margin: 0;
}

.detailed-features {
  position: relative;
}
.detailed-features::before {
  content: "";
  position: absolute;
  width: 484px;
  height: 238px;
  left: 300px;
  top: 334px;
  border-radius: 484px;
  background: rgba(253, 232, 91, 0.5);
  filter: blur(100px);
  z-index: -1;
}
@media (max-width: 768px) {
  .detailed-features::before {
    width: 331px;
    height: 194px;
    left: 129px;
    top: 261px;
  }
}
@media (max-width: 480px) {
  .detailed-features::before {
    left: 0px;
  }
}
.detailed-features .details-title {
  font-size: clamp(20px, 2.5vw, 24px);
  font-weight: 600;
  line-height: 1.3;
  color: #101828;
}
@media (max-width: 768px) {
  .detailed-features .feature-images {
    margin-top: 58px;
    display: flex;
    justify-content: center;
  }
  .detailed-features .feature-images img {
    margin-bottom: 2rem !important;
    margin: auto;
  }
}
.detailed-features .features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
}
@media (max-width: 768px) {
  .detailed-features .features-grid {
    gap: 30px 10px;
  }
}
@media (min-width: 992px) {
  .detailed-features .features-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 52px 40px;
  }
}
.detailed-features .feature-item p {
  font-size: clamp(13px, 1.5vw, 18px);
  font-weight: 600;
  color: #1d2939;
  margin-top: 12px;
  line-height: 1.2;
}

.video-section {
  padding: 80px 0;
  background: #040a0f;
}
@media (max-width: 480px) {
  .video-section {
    padding: 66px 0;
  }
}
.video-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.video-section .container .text-center {
  text-align: center;
}
.video-section .container .text-center .text-white {
  color: #ffffff;
}
.video-section h2 {
  text-align: center;
  font-family: Roobert;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.video-section .mb-5 {
  margin-bottom: 3rem;
}
.video-section .video-wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.video-section .video-wrapper:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
}
.video-section .video-wrapper:hover .play-button {
  transform: translate(-50%, -50%) scale(1.1);
}
.video-section .video-wrapper:hover .video-thumbnail {
  opacity: 0.8;
}
.video-section .video-wrapper .video-thumbnail {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.3s ease;
}
.video-section .video-wrapper .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
  z-index: 10;
  padding: 0;
  outline: none;
}
.video-section .video-wrapper .play-button svg {
  width: 132px;
  height: 94px;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.3));
  transition: filter 0.3s ease;
}
.video-section .video-wrapper .play-button:hover svg {
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.5));
}
.video-section {
  /* Lity customization */
}
.video-section .lity {
  z-index: 9990;
  background: rgba(0, 0, 0, 0.95);
}
.video-section .lity-wrap {
  z-index: 9990;
}
.video-section .lity-container {
  z-index: 9995;
}
.video-section .lity-content {
  max-width: 1200px;
  width: 90%;
}
.video-section .lity-iframe-container {
  padding-bottom: 56.25%;
}
@media (max-width: 768px) {
  .video-section h2 {
    font-size: 1.75rem;
  }
  .video-section .video-section {
    padding: 60px 0;
  }
  .video-section .video-wrapper .play-button svg {
    width: 88px;
    height: 63px;
  }
}
@media (max-width: 480px) {
  .video-section h2 {
    font-size: 1.5rem;
    margin-bottom: 41.44px;
  }
  .video-section .video-wrapper .play-button svg {
    width: 66px;
    height: 47px;
  }
}

.pricing-section .container {
  max-width: 1110px;
  padding: 0px 15px;
}
@media (max-width: 480px) {
  .pricing-section .pricing-card-wrapper {
    margin-bottom: 30px !important;
  }
}
.pricing-section .billing-toggle {
  background: #e4e7ec;
  padding: 4px;
  border-radius: 50px;
  display: inline-flex;
  gap: 4px;
}
@media (max-width: 480px) {
  .pricing-section .billing-toggle {
    margin-top: 18.38px !important;
  }
}
.pricing-section .billing-toggle .toggle-btn {
  background: transparent;
  border: none;
  padding: 8px 16px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #475467;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.pricing-section .billing-toggle .toggle-btn.active {
  background: white;
  color: #101828;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.pricing-section .billing-toggle .toggle-btn .badge-save {
  background: #196fac;
  color: white;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 700;
}
.pricing-section .pricing-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--Gray-200, #e4e7ec);
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
}
.pricing-section .pricing-card:hover {
  transform: translateY(-8px);
  border: 1px solid #577abf;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.pricing-section .pricing-header {
  padding: 32px 20px 0px;
}
.pricing-section .pricing-header .pricing-plan {
  font-family: "Roobert", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #111;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.pricing-section .pricing-header .pricing-subtitle {
  font-weight: 600;
  font-size: 16px;
  color: #1d2939;
  margin-bottom: 4px;
}
.pricing-section .pricing-header .pricing-desc {
  font-size: 16px;
  color: #475467;
  margin-bottom: 16px;
}
@media (max-width: 480px) {
  .pricing-section .pricing-header .pricing-desc {
    max-width: 327px;
    margin: auto;
    margin-bottom: 19px;
  }
}
.pricing-section .pricing-header .pricing-amount {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.pricing-section .pricing-header .pricing-amount .price {
  font-family: "Roobert", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 600;
  color: #1a73b2;
}
.pricing-section .currency-toggle {
  background: #e4e7ec;
  padding: 4px;
  border-radius: 28px;
  display: inline-flex;
}
.pricing-section .currency-toggle .currency-btn {
  background: transparent;
  border: none;
  padding: 4px 12px;
  border-radius: 28px;
  font-size: 14px;
  font-weight: 600;
  color: #475467;
  transition: all 0.3s ease;
  cursor: pointer;
}
.pricing-section .currency-toggle .currency-btn.active {
  background: white;
  color: #101828;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.pricing-section .pricing-body {
  padding: 32px 20px 40px;
  flex-grow: 1;
}
@media (max-width: 480px) {
  .pricing-section .pricing-body {
    padding: 32px 20px 40px;
  }
  .pricing-section .pricing-body .form-check {
    margin-bottom: 0px !important;
  }
}
.pricing-section .pricing-body .pricing-features {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
.pricing-section .pricing-body .pricing-features li {
  padding: 8px 0;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
}
.pricing-section .pricing-body .pricing-features li .check {
  width: 24px;
  height: 24px;
  background: #d1fadf;
  color: #12b76a;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
  font-size: 14px;
}
.pricing-section .pricing-footer {
  padding: 0 20px 32px;
}
.pricing-section .pricing-footer div {
  justify-content: center;
}
.pricing-section .pricing-footer .btn-yellow {
  padding: 16px 24px;
  font-size: 20px;
}

.additional-services {
  max-width: 850px;
  margin: 0 auto;
}
.additional-services h4 {
  font-family: "Roobert", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 24px;
  font-weight: 600;
}
.additional-services .service-card {
  background: white;
  border-bottom: 1px solid #e4e7ec;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.additional-services .service-card .mobile-only {
  margin-bottom: 0px;
}
.additional-services .service-card:last-child {
  border-bottom: none;
}
@media (max-width: 999px) {
  .additional-services .service-card {
    align-items: self-end;
  }
}
.additional-services .service-info {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 999px) {
  .additional-services .service-info {
    flex-direction: column;
    align-items: start;
  }
}
.additional-services .service-info .service-name {
  font-size: clamp(13px, 2vw, 18px);
  color: #475467;
  margin-bottom: 0;
}
.additional-services .service-info .service-price-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.additional-services .service-info .service-price-wrapper .service-price {
  font-size: clamp(15px, 2vw, 20px);
  font-weight: 600;
  color: #1d2939;
}
.additional-services .service-action {
  display: flex;
  align-items: center;
  gap: 8px;
}
.additional-services .service-action .buy-text {
  font-size: 15px;
  font-weight: 500;
  color: #101828;
}
.additional-services .currency-toggle-small {
  background: #e4e7ec;
  padding: 3px;
  border-radius: 20px;
  display: inline-flex;
}
.additional-services .currency-toggle-small .currency-btn-small {
  background: transparent;
  border: none;
  padding: 3px 9px;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 600;
  color: #475467;
  transition: all 0.3s ease;
  cursor: pointer;
}
.additional-services .currency-toggle-small .currency-btn-small.active {
  background: white;
  color: #101828;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.footer .footer-brand img {
  width: 117px;
  height: auto;
}
.footer .footer-content {
  background-color: #040a0f;
  color: white;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .footer .footer-content {
    text-align: center;
  }
}
.footer .footer-content .twenty-img {
  margin-bottom: 16px;
}
@media (max-width: 480px) {
  .footer .footer-content .twenty-img {
    display: none;
  }
}
.footer .footer-content::before, .footer .footer-content::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 700px;
  background: radial-gradient(ellipse, rgba(41, 130, 193, 0.15) 0%, transparent 70%);
  filter: blur(200px);
  z-index: 0;
}
.footer .footer-content::before {
  left: -134px;
  top: 50%;
  transform: translateY(-50%);
}
.footer .footer-content::after {
  right: -100px;
  bottom: 0;
}
.footer .footer-content .container {
  position: relative;
  z-index: 1;
}
.footer .footer-content .logo {
  height: 52px;
}
.footer .footer-content .footer-desc {
  font-size: 14px;
  color: #9aa4b4;
  line-height: 1.4;
}
.footer .footer-content h6 {
  font-size: 16px;
  font-weight: 600;
}
.footer .footer-content .footer-text {
  font-size: 14px;
  color: #9aa4b4;
}
.footer .footer-content .footer-text a {
  font-size: 14px;
  color: #9aa4b4;
  text-decoration: none;
}
.footer .footer-content .footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 45px;
}
@media (max-width: 768px) {
  .footer .footer-content .footer-links {
    flex-direction: column;
    align-items: center;
  }
}
.footer .footer-content .footer-links a {
  color: #dce4f0;
  font-size: 16px;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.footer .footer-content .footer-links a:hover {
  color: white;
}
.footer .footer-bottom {
  background-color: #101828;
  color: #dce4f0;
}
.footer .footer-bottom p {
  font-size: 16px;
  color: #dce4f0;
}
@media (max-width: 768px) {
  .footer .footer-bottom p {
    font-size: 14px;
  }
}

.bg-light {
  background-color: #f9fafb !important;
}

.wireframe {
  /* Variables removed — values inlined */
  /* Main Wireframe Container */
}
.wireframe .wireframe {
  background: #ffffff;
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 20px;
}
@media (min-width: 768px) {
  .wireframe .wireframe {
    padding: 40px 60px;
  }
}
@media (min-width: 1280px) {
  .wireframe .wireframe {
    padding: 51px 96px;
  }
}
.wireframe {
  /* Main Content Section */
}
.wireframe .main-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .wireframe .main-content {
    gap: 62px;
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .wireframe .main-content {
    padding: 0px 15px;
  }
}
.wireframe {
  /* Hero Section */
}
.wireframe .wireframe-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  text-align: center;
  width: 100%;
}
.wireframe .wireframe-title {
  font-family: "Roobert TRIAL", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #101828;
  line-height: 1.2;
  max-width: 100%;
}
@media (min-width: 768px) {
  .wireframe .wireframe-title {
    font-size: 35px;
    max-width: 90%;
  }
}
@media (min-width: 1024px) {
  .wireframe .wireframe-title {
    font-size: 45px;
    max-width: 1034px;
  }
}
.wireframe .wireframe-title br {
  display: none;
}
@media (min-width: 768px) {
  .wireframe .wireframe-title br {
    display: block;
  }
}
.wireframe .wireframe-description {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #1d2939;
  line-height: 1.6;
  max-width: 100%;
}
@media (min-width: 768px) {
  .wireframe .wireframe-description {
    font-size: 16px;
    max-width: 90%;
  }
}
@media (min-width: 1024px) {
  .wireframe .wireframe-description {
    font-size: 18px;
    max-width: 1035px;
  }
}
.wireframe {
  /* Video and Features Wrapper */
}
.wireframe .video-features-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  width: 100%;
}
@media (min-width: 1024px) {
  .wireframe .video-features-wrapper {
    flex-direction: row;
    gap: 50px;
    align-items: center;
    justify-content: center;
  }
}
.wireframe {
  /* Video Container */
}
.wireframe .video-container {
  width: 100%;
  max-width: 563px;
  flex-shrink: 0;
}
.wireframe .video-thumbnail {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 62.3%;
  /* 351/563 aspect ratio */
  border-radius: 8px;
  overflow: hidden;
}
.wireframe .video-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.wireframe .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.wireframe .youtube-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 42px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
@media (min-width: 768px) {
  .wireframe .youtube-icon {
    width: 74px;
    height: 52px;
  }
}
.wireframe .youtube-icon:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.wireframe .youtube-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.wireframe {
  /* Features List */
}
.wireframe .features-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
  max-width: 585px;
}
.wireframe .feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}
.wireframe .feature-text {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #344054;
  line-height: 1.6;
  flex: 1;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .wireframe .feature-text {
    font-size: 18px;
  }
}
.wireframe .feature-title {
  font-weight: 600;
}
.wireframe {
  /* How It Works Section */
}
.wireframe .how-it-works-section {
  position: relative;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .wireframe .how-it-works-section {
    margin-top: 60px;
  }
}
@media (max-width: 1024px) {
  .wireframe .how-it-works-content {
    flex-direction: column-reverse;
  }
}
.wireframe .section-title {
  font-family: "Roobert TRIAL", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #101828;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .wireframe .section-title {
    font-size: 34px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .wireframe .section-title {
    font-size: 38px;
  }
}
.wireframe .section-description {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #1d2939;
  line-height: 1.6;
  max-width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .wireframe .section-description {
    font-size: 16px;
    max-width: 90%;
    margin-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .wireframe .section-description {
    font-size: 18px;
    max-width: 818px;
  }
}
.wireframe .section-description br {
  display: none;
}
@media (min-width: 768px) {
  .wireframe .section-description br {
    display: block;
  }
}
.wireframe {
  /* Features Grid */
}
@media (min-width: 1024px) {
  .wireframe .features-grid {
    max-width: 1028px;
    margin-bottom: 50px;
  }
}
.wireframe .grid-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-width: 280px;
}
@media (min-width: 768px) {
  .wireframe .grid-feature {
    width: calc(50% - 9px);
  }
}
@media (min-width: 1024px) {
  .wireframe .grid-feature {
    width: auto;
    flex: 0 1 auto;
  }
}
.wireframe .feature-icon {
  flex-shrink: 0;
}
.wireframe .icon-outer {
  background: #c7f9dc;
  border-radius: 19.268px;
  padding: 6.423px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wireframe .icon-inner {
  background: #43eb89;
  border-radius: 41.746px;
  padding: 4.014px;
  width: 25.155px;
  height: 25.155px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wireframe .icon-inner svg {
  width: 17.127px;
  height: 17.127px;
  display: block;
}
.wireframe .grid-feature-text {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #344054;
  line-height: 1.5;
  flex: 1;
}
@media (min-width: 768px) {
  .wireframe .grid-feature-text {
    font-size: 18px;
  }
}
.wireframe {
  /* Cloud Diagram */
}
.wireframe .cloud-diagram {
  width: 100%;
  max-width: 402px;
  margin: 0 auto 40px;
}
.wireframe .cloud-diagram img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.wireframe {
  /* CTA Container */
}
.wireframe .cta-container {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .wireframe .cta-container {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1024px) {
  .wireframe .cta-container {
    justify-content: flex-start;
  }
}
.wireframe .cta-button {
  background: #ffd700;
  border: none;
  border-radius: 50px;
  padding: 14px 28px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #101828;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .wireframe .cta-button {
    font-size: 16px;
    padding: 16px 32px;
  }
}
.wireframe .cta-button svg {
  width: 30px;
  height: 14px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .wireframe .cta-button svg {
    width: 40px;
  }
}
.wireframe .cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  background: #e5c300;
  /* darken(#ffd700, 5%) approximated */
}
.wireframe .cta-button:active {
  transform: translateY(0);
}
.wireframe {
  /* Responsive Typography Adjustments */
}
@media (max-width: 767px) {
  .wireframe .hero-title {
    font-size: clamp(20px, 6vw, 28px);
  }
  .wireframe .hero-description {
    font-size: clamp(14px, 4vw, 16px);
  }
  .wireframe .section-title {
    font-size: clamp(24px, 6vw, 32px);
  }
  .wireframe .section-description {
    font-size: clamp(14px, 4vw, 16px);
  }
}
.wireframe {
  /* Minimum width support for 320px */
}
@media (max-width: 320px) {
  .wireframe .wireframe {
    padding: 15px;
  }
  .wireframe .hero-title {
    font-size: 20px;
  }
  .wireframe .hero-description {
    font-size: 14px;
  }
  .wireframe .feature-text,
  .wireframe .grid-feature-text {
    font-size: 14px;
  }
  .wireframe .section-title {
    font-size: 24px;
  }
  .wireframe .section-description {
    font-size: 14px;
  }
  .wireframe .cta-button {
    font-size: 13px;
    padding: 12px 20px;
  }
  .wireframe .grid-feature {
    min-width: 100%;
  }
}

.hero-pos {
  background: linear-gradient(180deg, #fffdf0 0% 70%, #ffffff 70% 100%);
  /* exact 70% height of the element is #FFFDF0, rest is white */
  background-image: linear-gradient(to bottom, #fffdf0 0%, #fffdf0 70%, #ffffff 70%, #ffffff 100%);
  /* keep other rules you already had */
  padding-top: 150px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}
.hero-pos::before {
  display: none;
}
.hero-pos .hero-content {
  margin-bottom: 3rem;
}
.hero-pos .hero-content .hero-title {
  font-family: "Roobert", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  color: #101828;
  margin-bottom: 18px;
}
.hero-pos .hero-content .hero-subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: #344054;
  max-width: 695px;
  margin: 0 auto 2rem;
}
.hero-pos .hero-image {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.hero-pos .hero-image img {
  border-radius: 6px;
  width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  .hero-pos {
    padding: 100px 0 60px;
  }
  .hero-pos .hero-content .hero-title {
    font-size: 36px;
    line-height: 48px;
  }
  .hero-pos .hero-content .hero-subtitle {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .hero-pos {
    padding: 80px 0 40px;
  }
  .hero-pos .hero-content .hero-title {
    font-size: 28px;
    line-height: 36px;
  }
  .hero-pos .hero-content .hero-subtitle {
    font-size: 16px;
  }
}

.video-pos h3 {
  color: var(--Neutral-300, #d0d5dd);
  text-align: center;
  font-family: Roobert;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.about-section {
  background: #ffffff;
  padding: 80px 0;
}
.about-section .section-title {
  font-family: "Roobert", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 38px;
  color: #101828;
  margin-bottom: 4rem;
  line-height: 1.3;
}
.about-section .about-image {
  border-radius: 8px;
  overflow: hidden;
}
.about-section .about-image img {
  border-radius: 8px;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.about-section .about-text .about-description {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #1d2939;
  margin-bottom: 2.5rem;
}
.about-section .about-text .features-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.about-section .about-text .features-list .feature-item {
  display: flex;
  gap: 12px;
  align-items: center;
}
.about-section .about-text .features-list .feature-item .feature-icon {
  background: #c7f9dc;
  border-radius: 19.268px;
  padding: 6.423px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.about-section .about-text .features-list .feature-item .feature-icon svg {
  background: #43eb89;
  border-radius: 41.746px;
  padding: 4.014px;
  width: 25.155px;
  height: 25.155px;
}
.about-section .about-text .features-list .feature-item p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #344054;
  margin: 0;
}
@media (max-width: 992px) {
  .about-section {
    padding: 60px 0;
  }
  .about-section .section-title {
    font-size: 32px;
    margin-bottom: 3rem;
  }
  .about-section .about-text .about-description {
    font-size: 16px;
  }
  .about-section .about-text .features-list .feature-item p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .about-section {
    padding: 40px 0;
  }
  .about-section .section-title {
    font-size: 28px;
    margin-bottom: 2rem;
  }
}

.features-grid-section {
  background: #ffffff;
  padding: 80px 0 100px;
}
.features-grid-section .section-title-center {
  font-family: "Roobert", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 38px;
  color: #101828;
  text-align: center;
  margin-bottom: 5rem;
}
.features-grid-section .feature-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}
.features-grid-section .feature-card p {
  max-width: 166px;
}
.features-grid-section .feature-card .feature-icon-large {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.features-grid-section .feature-card .feature-icon-large svg {
  width: 100%;
  height: 100%;
}
.features-grid-section .feature-card p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #1d2939;
  margin: 0;
  line-height: 1.3;
}
@media (max-width: 992px) {
  .features-grid-section {
    padding: 60px 0 80px;
  }
  .features-grid-section .section-title-center {
    font-size: 32px;
    margin-bottom: 3rem;
  }
  .features-grid-section .feature-card p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .features-grid-section {
    padding: 40px 0 60px;
  }
  .features-grid-section .section-title-center {
    font-size: 28px;
    margin-bottom: 2rem;
  }
  .features-grid-section .feature-card p {
    font-size: 14px;
  }
}

.benefits-section {
  background: #ffffff;
  padding: 80px 0;
}
.benefits-section .benefits-text .section-title {
  font-family: "Roobert", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 38px;
  color: #101828;
  margin-bottom: 2rem;
}
.benefits-section .benefits-text .benefits-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.benefits-section .benefits-text .benefits-list .feature-item {
  display: flex;
  gap: 12px;
  align-items: center;
}
.benefits-section .benefits-text .benefits-list .feature-item .feature-icon {
  background: #c7f9dc;
  border-radius: 19.268px;
  padding: 6.423px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.benefits-section .benefits-text .benefits-list .feature-item .feature-icon svg {
  background: #43eb89;
  border-radius: 41.746px;
  padding: 4.014px;
  width: 25.155px;
  height: 25.155px;
}
.benefits-section .benefits-text .benefits-list .feature-item p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #344054;
  margin: 0;
}
.benefits-section .benefits-image {
  border-radius: 8px;
  overflow: hidden;
}
.benefits-section .benefits-image img {
  border-radius: 8px;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.benefits-section .old-school-section {
  margin-top: 5rem;
}
.benefits-section .old-school-section h3 {
  color: var(--Neutral-900, #101828);
  font-family: "Roobert", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.benefits-section .old-school-section p {
  font-family: "Poppins", sans-serif;
  color: var(--Neutral-800, #1d2939);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 9px;
}
@media (max-width: 992px) {
  .benefits-section {
    padding: 60px 0;
  }
  .benefits-section .benefits-text .section-title {
    font-size: 32px;
  }
  .benefits-section .benefits-text .benefits-list .feature-item p {
    font-size: 16px;
  }
  .benefits-section .old-school-section {
    margin-top: 3rem;
  }
  .benefits-section .old-school-section h3 {
    font-size: 32px;
  }
  .benefits-section .old-school-section p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .benefits-section {
    padding: 40px 0;
  }
  .benefits-section .benefits-text .section-title {
    font-size: 28px;
  }
  .benefits-section .old-school-section h3 {
    font-size: 28px;
  }
  .benefits-section .old-school-section p {
    font-size: 16px;
  }
}

.hero-contact {
  background: linear-gradient(to bottom, #fffdf0 3.612%, #fdf1a3 217.61%);
  padding: 120px 0 80px;
  text-align: center;
}
@media (max-width: 991px) {
  .hero-contact {
    padding: 149px 0 60px;
  }
}
@media (max-width: 576px) {
  .hero-contact {
    padding: 60px 0 40px;
  }
}
.hero-contact .hero-title {
  font-family: "Roobert", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  color: #101828;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .hero-contact .hero-title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 576px) {
  .hero-contact .hero-title {
    font-size: 28px;
    line-height: 36px;
  }
}
.hero-contact .hero-subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: #344054;
  max-width: 695px;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .hero-contact .hero-subtitle {
    font-size: 16px;
  }
}

.content-section {
  padding: 72px 0;
  background: white;
}
@media (max-width: 991px) {
  .content-section {
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .content-section {
    padding: 40px 0;
  }
}
.content-section .content-block {
  margin-bottom: 32px;
}
.content-section .content-block:last-child {
  margin-bottom: 0;
}
.content-section .content-block .section-heading {
  font-family: "Roobert", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #101828;
  margin-bottom: 8px;
}
@media (max-width: 576px) {
  .content-section .content-block .section-heading {
    font-size: 20px;
  }
}
.content-section .content-block .section-text {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #1d2939;
  line-height: 1.6;
  margin-bottom: 8px;
}
@media (max-width: 576px) {
  .content-section .content-block .section-text {
    font-size: 15px;
  }
}
.content-section .content-block .section-text-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #1d2939;
}
@media (max-width: 576px) {
  .content-section .content-block .section-text-bold {
    font-size: 16px;
  }
}
.content-section .content-block .benefits-list {
  padding-left: 24px;
  margin-top: 16px;
}
.content-section .content-block .benefits-list li {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #1d2939;
  line-height: 1.6;
  margin-bottom: 12px;
}
@media (max-width: 576px) {
  .content-section .content-block .benefits-list li {
    font-size: 15px;
  }
}
.content-section .content-block .benefits-list li strong {
  font-weight: 600;
}

.form-section {
  padding: 51px 0 80px;
  background: white;
  position: relative;
}
@media (max-width: 991px) {
  .form-section {
    padding: 40px 0 60px;
  }
}
.form-section .partner-form .row {
  margin-bottom: 24px;
}
@media (max-width: 480px) {
  .form-section .partner-form .row {
    margin-bottom: 0px;
  }
}
.form-section .partner-form .row:last-child {
  margin-bottom: 0;
}
.form-section .partner-form .form-group {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .form-section .partner-form .form-group {
    margin-bottom: 24px;
  }
}
.form-section .partner-form .form-group label {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #344054;
  margin-bottom: 6px;
  display: block;
}
.form-section .partner-form .form-group .form-control,
.form-section .partner-form .form-group select.form-control,
.form-section .partner-form .form-group textarea.form-control {
  background: white;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  padding: 12px 16px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #101828;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  transition: all 0.3s ease;
}
.form-section .partner-form .form-group .form-control::placeholder,
.form-section .partner-form .form-group select.form-control::placeholder,
.form-section .partner-form .form-group textarea.form-control::placeholder {
  color: #667085;
}
.form-section .partner-form .form-group .form-control:focus,
.form-section .partner-form .form-group select.form-control:focus,
.form-section .partner-form .form-group textarea.form-control:focus {
  border-color: #ffdf09;
  box-shadow: 0 0 0 0.2rem rgba(255, 223, 9, 0.25);
}
@media (max-width: 576px) {
  .form-section .partner-form .form-group .form-control,
  .form-section .partner-form .form-group select.form-control,
  .form-section .partner-form .form-group textarea.form-control {
    font-size: 14px;
  }
}
.form-section .partner-form .form-group textarea.form-control {
  resize: vertical;
  min-height: 120px;
}
.form-section .partner-form .form-group .phone-input-wrapper {
  display: flex;
  gap: 0;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.form-section .partner-form .form-group .phone-input-wrapper .country-code {
  border: none;
  border-right: 1px solid #d0d5dd;
  padding: 12px 16px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  background: white;
  flex-shrink: 0;
  cursor: pointer;
}
.form-section .partner-form .form-group .phone-input-wrapper .country-code:focus {
  outline: none;
}
.form-section .partner-form .form-group .phone-input-wrapper .phone-input {
  border: none;
  box-shadow: none;
  flex: 1;
}
.form-section .partner-form .form-group .phone-input-wrapper .phone-input:focus {
  box-shadow: none;
}
.form-section .partner-form .recommendation-text {
  color: #F00;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 7px;
  background: #FFF5B1;
  padding: 12px;
}
@media (max-width: 576px) {
  .form-section .partner-form .recommendation-text {
    font-size: 16px;
  }
}
.form-section .partner-form .btn-submit {
  width: auto;
  margin-top: 8px;
}
.form-section .contact-card {
  background: #fbfdff;
  border: 1px solid #b0c1e3;
  border-radius: 6px;
  padding: 20px 16px;
  position: sticky;
  top: 100px;
}
@media (max-width: 991px) {
  .form-section .contact-card {
    margin-top: 40px;
    position: relative;
    top: 0;
  }
}
.form-section .contact-card .contact-card-title {
  font-family: "Roobert", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #101828;
  margin-bottom: 25px;
}
@media (max-width: 576px) {
  .form-section .contact-card .contact-card-title {
    font-size: 20px;
  }
}
.form-section .contact-card .contact-block {
  margin-bottom: 13px;
}
.form-section .contact-card .contact-block:last-child {
  margin-bottom: 0;
}
.form-section .contact-card .contact-block .contact-heading {
  font-family: "Roobert", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #1d2939;
  margin-bottom: 8px;
}
.form-section .contact-card .contact-block .contact-text {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #475467;
  line-height: 1.4;
  margin: 0;
}

.terms-box {
  margin-bottom: 14px;
}
.terms-box h2 {
  color: var(--Gray-700, #344054);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.terms-box span {
  color: var(--Accents-Red, #FF383C);
  /* Text sm/Medium */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.terms-box .terms-box-wrapper {
  padding: 10px 14px 10px 0px;
  border-radius: 8px;
  border: 1px solid var(--Gray-300, #D0D5DD);
  background: var(--White, #FFF);
  /* Shadow/xs */
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.terms-box .terms-box-wrapper ol {
  margin-bottom: 0px;
}
.terms-box .terms-box-wrapper ol li {
  color: var(--Gray-500, #667085);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 12px;
}
.terms-box .terms-box-wrapper ol li:last-child {
  margin-bottom: 0 !important;
}

.form-check label {
  text-decoration: underline;
}

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