/** Shopify CDN: Minification failed

Line 1813:0 Unexpected "}"

**/
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600;700&display=swap');

:root {
  --text: #111827;
  --muted: #6b7280;
  --border-color: #8E8E96;
  --bg: #ffffff;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Work Sans", sans-serif;
}

.benefits-legal-docs-cti-land {
    color: #45454A;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    font-weight: 500;
    align-items: center;
}


/* ====== Pricing Calculator Section ====== */

.calculator-section {
  color: #3B3B41;
  padding: 104px 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 32px;
}

.calculator-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.calculator-title {
  margin: 0;
  font-size: 28px;
  line-height: 39px;
  font-weight: 700;
  color: #2D2D32;
}

.calculator-subtitle {
  margin: 0;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  color: #3B3B41;
}



.specificPadding{
  padding-left: 8px;
}

.calculator-description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  font-size: 24px;
  line-height: 36px;
  color: #3B3B41;
  font-weight: 400;
}

.calculator-description-item {
  margin: 0;
  text-align: left;
}

.calculator-link {
  color: #1F3877;
  font-weight: 500;
}

.calculator-usage-list {
  margin: 0;
  text-align: left;
  list-style-type: disc;
}

.calculator-usage-list li {
  margin: 0;
}

.calculator-button-wrapper {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  width: 100%;
}


.calculator-button {
  padding: 14px 40px;
  border-radius: 999px;
  border: none;
  background: #2563eb;
  color: #f9fafb;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  font-family: "Work Sans", sans-serif;
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.5);
}


@media(min-width: 1200px){
    .calculator-description {
        max-width: 996px;
    }
    .calculator-header {
        max-width: 996px;
    }
    .calculator-card{
        max-width: 792px;
        width: 100%;
        height: 169px;
        background-image: url("/cdn/shop/files/formulaLaptop.png?v=1765118445");
        background-size: contain;
    }
}
@media (max-width: 1199px) and (min-width: 768px) {
    .calculator-card {
      max-width: 674px;
      width: 100%;
      height: 153px;
      background-image: url("/cdn/shop/files/formulaTablet.png?v=1765171291");
      background-size: contain;
      background-repeat: no-repeat;
    }
    .calculator-section{
      padding: 80px;
    }
    .calculator-title{
      font-size: 24px;
      line-height: 36px;
    }
    .calculator-subtitle{
      font-size: 16px;
      line-height: 24px;
    }
    .calculator-description{
      font-size: 20px;
      line-height: 30px;
    }
}

@media(max-width: 767px) and (min-width: 420px){
    .calculator-section{
        padding: 80px 16px;
    }
    .calculator-card {
      max-width: 361px;
      width: 100%;
      height: 144px;
      background-image: url("/cdn/shop/files/formulaMobile.png?v=1765171297");
      background-size: contain;
      background-repeat: no-repeat;
    }
    .calculator-title{
      font-size: 24px;
      line-height: 36px;
    }
    .calculator-subtitle{
      font-size: 16px;
      line-height: 24px;
    }
    .calculator-description{
      font-size: 20px;
      line-height: 30px;
    }
}

@media(max-width: 419px){
    .calculator-section{
        padding: 40px 16px;
    }
    .calculator-card {
      max-width: 361px;
      width: 100%;
      height: 144px;
      background-image: url("/cdn/shop/files/formulaMobile.png?v=1765171297");
      background-size: contain;
      background-repeat: no-repeat;
    }
    .calculator-title{
      font-size: 20px;
      line-height: 30px;
    }
    .calculator-subtitle{
      font-size: 16px;
      line-height: 24px;
    }
    .calculator-description{
      font-size: 16px;
      line-height: 24px;
    }
}
/* ====== Pricing Calculator Section ====== */


/* Plan Cards Section */

.cti-best-services-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 104px 120px 0px 120px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px; /* gap between text and cards on desktop */
}

.cti-best-services-header-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px; /* gap between heading and subheading */
}

.cti-best-services-main-title {
  margin: 0;
  font-size: 28px;
  line-height: 39px;
  font-weight: 700;
  color: #2d2d32;
}

.cti-best-services-subtitle {
  margin: 0;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  color: #45454a;
}

.cti-best-servises-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 24px; /* gap between cards */
}

.cti-best-servise-card {
  display: block;
  width: 486px;
  height: auto;
  border-radius: 16px;
  overflow: hidden;
}

.cti-best-servise-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cti-best-services-button-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

.cti-best-services-button {
  padding: 14px 56px;
  border-radius: 25px;
  border: none;
  background-color: #0842e1;
  color: #fbfbff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  cursor: pointer;
  font-family: "Work Sans", sans-serif;
  width: 420px;
}

.cti-best-services-button:hover {
  background-color: #1d4aab;
}

.cti-best-services-button:active {
  background-color: #1f3877;
}

/* Tablet (≤ 1200px) */
@media (max-width: 1199px) and (min-width: 768px) {
  .cti-best-services-container {
    padding: 80px 80px 0 80px;
    gap: 28px; /* text to cards */
  }

  .cti-best-services-main-title {
    font-size: 24px;
    line-height: 36px;
  }

  .cti-best-services-subtitle {
    font-size: 16px;
    line-height: 24px;
  }

  .cti-best-servises-container {
    gap: 24px; /* between cards stays 24 */
  }

  .cti-best-servise-card {
    flex: 1 1 0;
    width: 100%;
    height: auto;
  }

  .cti-best-servise-card img {
    width: 100%;
    height: auto;
    object-fit: contain; /* keep proportions of image */
  }

}

@media (max-width: 767px) and (min-width: 421px) {
    .cti-best-services-container {
      padding: 80px 16px 0 16px;
      gap: 28px; /* text to cards */
    }
    .cti-best-services-main-title {
        font-size: 24px;
        line-height: 36px;
      }
    
      .cti-best-services-subtitle {
        font-size: 16px;
        line-height: 24px;
      }

    .cti-best-servises-container {
        flex-direction: column;
        align-items: center;
        gap: 24px; /* between cards */
      }
      .cti-best-servise-card {
        width: 100%;
        height: auto;
        max-width: 320px;
      }
      .cti-best-services-button {
        width: 100%;
        max-width: 400px;
}

  }

/* Mobile */
@media (max-width: 420px) {
  .cti-best-services-container {
    padding: 40px 16px 0 16px;
    gap: 28px; /* text to cards */
  }

  .cti-best-services-main-title {
    font-size: 20px;
    line-height: 30px;
  }

  .cti-best-services-subtitle {
    font-size: 12px;
    line-height: 18px;
  }

  .cti-best-servises-container {
    flex-direction: column;
    align-items: center;
    gap: 24px; /* between cards */
  }

  .cti-best-servise-card {
    width: 100%;
    height: auto;
    max-width: 280px;
  }

  .cti-best-servise-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

}
/* Plan Cards Section */





.hero-section-cti-land {
  box-sizing: border-box;
  background-color: #CEDCEF;
  width: 100% !important; 
  /*min-height: 600px;*/
  display: flex;
  align-items: stretch;
  overflow: hidden;
  position: relative;
  margin: 0 !important; 
  padding: 0 !important;
  left: 0 !important;
  right: 0 !important;
  transform: none !important;
  height: auto !important;
  max-width: none !important; 
}

.section-banner-content-cti-land {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  width: 100% !important;
  height: 100%;
  max-width: 1440px; 
  margin: 0 auto !important;
  /* position: relative; */
  padding: 0 !important;
  box-sizing: border-box !important;
}

.container-hero-cti-land {
  width: 480px;
  height: 100%;
  background-image: url("/cdn/shop/files/Rectangle_cti_landing_page.svg?v=1760598901");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  flex-shrink: 0;
  position: relative;
}

.container-hero-cti-land::after {
  content: "";
  position: absolute;
  bottom: 0 !important;
  left: 50%;
  transform: translateX(-50%);
  width: 368px;
  height: 552px;
  background-image: url("/cdn/shop/files/SmilingManWithPhone_cti_landing_page.png?v=1760599304");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  z-index: 1;
}

.container-banner-content-cti-land {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left !important;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  position: relative;
  z-index: 2;
}

.container-banner-text-cti-land {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  width: 100% !important;
  max-width: 940px !important;
}

.header-banner-text-cti-land {
  color: #1D2A5F;
  font-size: 48px;
  line-height: 68px;
  font-weight: 700;
  white-space: normal;
  text-overflow: ellipsis;
  margin: 0;
  word-wrap: break-word;
  width: 100%;
}

.description-banner-text-cti-land {
  color: #2D2D32;
  font-size: 32px;
  line-height: 44px;
  font-weight: 600;
  margin: 0;
  letter-spacing: normal;
}

.subtitle-banner-text-cti-land {
  color: #3B3B41;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  max-width: 834px;
  margin: 0 auto;
  word-wrap: break-word;
  letter-spacing: normal;
}

.button-container-cti-land {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 60px; 
  position: relative;
  z-index: 2;
}

.button-primary-cti-land {
  padding: 14px 56px;
  background: #0842e1;
  border-radius: 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fbfbff;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  outline: none;
  border: none;
  cursor: pointer;
  font-family: 'Work Sans', sans-serif;
  white-space: nowrap;
  transition: background 0.2s ease;
  gap: 10px;
}

.button-shopping_cart-cti-land {
  width: 24px;
  height: 24px;
  background-image: url('/cdn/shop/files/shopping_cart-mba-land.svg?v=1760599650'); 
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.button-primary-mba-land:hover {
  background-color: #1D4AAB;
}

@media (max-width: 420px) {
  .hero-section-cti-land {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 460px !important;
    background-color: #CEDCEF;
    position: sticky;
    overflow: hidden;
    padding: 0;
    z-index: 0;
  }

  .section-cti-trading-cti-land {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
  }

  .section-banner-content-cti-land {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    /* position: relative; */
  }

  .container-banner-content-cti-land {
    order: 1 !important;
    width: 100%;
    padding: 30px 16px 0;
    margin: 0 auto;
    box-sizing: border-box;
    align-items: center;
    justify-content: flex-start;
    position: static;
    z-index: 3;
    margin-left: 0 !important;
  }

  .container-banner-text-cti-land {
    max-width: 361px;
    padding: 0;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    gap: 4px;
    position: relative;
    z-index: 5;
    padding-bottom: 120px;
  }

  .container-hero-cti-land {
    order: 2 !important;
    width: 100%;
    height: 210px;
    background: url("/cdn/shop/files/Rectangle_cti_landing_page.svg?v=1760598901")
      center bottom / cover no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }

  .container-hero-cti-land::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 180px !important;
    height: 270px;
    background: url("/cdn/shop/files/SmilingManWithPhone_cti_landing_page.png?v=1760599304")
      center bottom / contain no-repeat;
    z-index: 2;
  }

  .button-container-cti-land {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 4; 
    pointer-events: auto;
    gap: 8px;
    padding: 0 16px;
  }

  .button-primary-cti-land {
    background: rgba(8, 66, 225, 0.85);
    border: none;
    color: #fff;
    border-radius: 25px;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 20px;
    cursor: pointer;
    white-space: nowrap;
    max-width: 360px;
    width: 100%;
    position: relative;
    opacity: 0.8;
  }

  .button-shopping_cart-cti-land {
    width: 20px;
    height: 20px;
}

  .header-banner-text-cti-land {
    font-size: 20px !important;
    line-height: 30px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .description-banner-text-cti-land {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .subtitle-banner-text-cti-land {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    max-width: 600px;
    overflow-wrap: break-word;
    word-break: break-word;
    margin: 0 auto;
  }
}


@media (min-width: 421px) and (max-width: 767px) {
  .hero-section-cti-land {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 460px !important;
    background-color: #CEDCEF;
    position: sticky;
    overflow: hidden;
    padding: 0;
  }

  .section-cti-trading-cti-land {
    width: 100%;
    height: 100%;
    position: relative;
    /* z-index: 1; */
  }

  .section-banner-content-cti-land {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    /* position: relative; */
  }

  .container-banner-content-cti-land {
    order: 1 !important;
    width: 100%;
    padding: 25px 16px 0 16px;
    margin: 0 auto;
    box-sizing: border-box;
    align-items: center;
    justify-content: flex-start;
    gap: 12px !important;
    position: static;
    z-index: 3;
    margin-left: 0 !important;
  }

  .container-banner-text-cti-land {
    max-width: 600px;
    padding: 0;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    gap: 4px;
  }

  .button-container-cti-land {
    position: absolute;
    bottom: 40px;
    left: 0; 
    width: 100%;
    padding: 0 16px; 
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    z-index: 4;
    pointer-events: auto;
  }

  .button-primary-cti-land {
    background: rgba(8, 66, 225, 0.85);
    border: none;
    color: #fff;
    border-radius: 25px;
    font-size: 20px;
    line-height: 30px;
    padding: 12px 20px;
    cursor: pointer;
    white-space: nowrap;
    width: 100%; 
    max-width: 600px; 
    position: relative;
  }

  .button-shopping_cart-cti-land {
    width: 24px;
    height: 24px;
}

  .header-banner-text-cti-land {
    font-size: 28px !important;
    line-height: 39px !important;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 0 12px;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .description-banner-text-cti-land {
    font-size: 24px !important;
    line-height: 34px !important;
    text-align: center;
  }

  .subtitle-banner-text-cti-land {
    font-size: 16px !important;
    line-height: 24px !important;
    text-align: center;
    max-width: 600px;
    overflow-wrap: break-word;
    word-break: break-word;
    margin: 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .hero-section-cti-land {
    min-height: 500px;
    height: auto;
    width: 100% !important;
  }

  .container-banner-text-cti-land {
    gap: 8px;
  }

  .container-banner-content-cti-land {
    display: flex;
    flex-direction: row; 
    justify-content: flex-start;
    align-items: center;
  }

  .container-hero-cti-land {
    width: 278px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
  }

  .container-hero-cti-land::after {
    width: 232px;
    height: 348px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .container-banner-content-cti-land {
    justify-content: center;
    text-align: left;
    padding-left: 40px;
    padding-right: 40px;
    display: flex; 
    flex-direction: column;  
    justify-content: center;   
    align-items: flex-start;
  }

  .header-banner-text-cti-land {
    font-size: 28px;
    line-height: 39px;
  }

  .description-banner-text-cti-land {
    font-size: 24px;
    line-height: 34px;
  }

  .subtitle-banner-text-cti-land {
    font-size: 16px;
    line-height: 24px;
  }

  .button-container-cti-land {
    align-self: flex-start; 
    margin-top: 36px;
  }

  .button-primary-cti-land {
    font-size: 20px;
    line-height: 30px;
  }

  .button-shopping_cart-cti-land {
    width: 24px;
    height: 24px;
}
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .hero-section-cti-land {
    min-height: 600px;
  }

  .section-content-cti-land {
    justify-content: flex-start;
  }

  .container-banner-content-cti-land {
    padding-right: 30px;
    padding-left: 30px;
    width: 100%;
  }

  .header-banner-text-cti-land {
    font-size: 48px;
    line-height: 68px;
    white-space: normal; 
    word-wrap: break-word;
  }
}

@media (min-width: 1441px) {
  .hero-section-cti-land {
    margin: 0 auto;
    justify-content: center;
    min-height: 600px;
  }

  .section-content-cti-land {
    justify-content: flex-start;
  }

  .container-banner-content-cti-land {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-banner-text-cti-land {
    font-size: 46px; 
    line-height: 68px;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.container-benefits-cti-land {
    width: 100%;
    max-width: 1440px; 
    margin-left: auto;
    margin-right: auto;
    padding-top: 104px;
    padding-left: 120px;
    padding-right: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    box-sizing: border-box;
    overflow-x: hidden;
}

.container-benefits-cti-land * {
    max-width: 100%;
    box-sizing: border-box;
}

.container-header-benefits-cti-land {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.benefits-title-content-cti-land {    
    display: flex;
    flex-direction: column;
    align-items: center;
}

.benefits-title-text-cti-land {
    color: #2D2D32;
    line-height: 39px;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}

.benefits-container-description-cti-land {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.benefits-description-text-cti-land {
    text-align: center;
    color: #45454A;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

.benefits-description-assets-cti-land {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 48px;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 8px;
}

.benefits-description-asset-Tesla-cti-land,
.benefits-description-asset-Apple-cti-land,
.benefits-description-asset-NVIDIA-cti-land,
.benefits-description-asset-Ford-cti-land {
    color: #45454A;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.benefits-asset-tesla-logo-cti-land {
    background-image: url('/cdn/shop/files/Tesla_logo.png?v=1760599061');
    width: 32px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
}

.benefits-asset-apple-logo-cti-land {
    background-image: url('/cdn/shop/files/applecard.apple_logo.png?v=1760598564');
    width: 32px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
}

.benefits-asset-nvidia-logo-cti-land {
    background-image: url('/cdn/shop/files/NVIDIA_logo.png?v=1760598873');
    width: 32px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
}

.benefits-asset-ford-logo-cti-land {
    background-image: url('/cdn/shop/files/Ford_logo.png?v=1760598765');
    width: 64px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
}

.benefits-three-columns-cti-land {
    display: flex !important;
    flex-wrap: nowrap !important; 
    justify-content: space-between;
    align-items: stretch;
    gap: clamp(8px, 2vw, 24px);
    width: 100%;
    flex-direction: row !important; 
}

.benefits-column-cti-land {
    flex: 1 1 33.33%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 0;
    height: 100%;
}

.benefits-column-header-cti-land {
  display: flex;
  align-items: center;
  gap: 8px; 
  flex-direction: row;
}

.benefits-column-icon-cti-land {
  width: 24px;
  height: 24px;
  background-image: url('/cdn/shop/files/CheckCircle.png?v=1760598678'); 
  background-size: contain;
  background-repeat: no-repeat;
}

.benefits-column-title-cti-land {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  color: #1F3877;
}

.benefits-column-subtitle-cti-land {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: #3B3B41;
}

.benefits-column-text-cti-land {
  font-size: 16px;
  line-height: 24px;
  color: #45454A;
  text-align: left;            
  hyphens: auto;                
  word-break: normal;
  overflow-wrap: anywhere;      
  font-weight: 400;
}

.benefits-container-legal-docs-cti-land {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 792px;
    width: 100%;            
    margin: 0 auto;
    text-align: center;
}



.benefits-termsPolicies_link-cti-land {
    color: #1D4AAB;
    text-decoration: underline;
}

.benefits-termsPolicies_link-cti-land:hover {
    color: #1D55CE;
    text-decoration: underline;
}

.benefits-termsPolicies_link-cti-land:active {
    color: #1F3877;
    text-decoration: underline;
}

.benefits-primary-button-cti-land {
    padding: 14px 56px;
    background-color: #0842e1;
    border-radius: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fbfbff;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    max-width: 420px;
    width: 100%;
    outline: none;
    box-shadow: none;
    border: none;
    cursor: pointer;    
    font-family: "Work Sans", sans-serif;
    padding-right: 48px;
    gap: 10px;
}

.benefits-button-shopping-cart-cti-land {
    background-image: url('/cdn/shop/files/Cart.png?v=1760598695');
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
}

.benefits-primary-button-cti-land:hover {
    background: #1D4AAB;
}
  
.benefits-primary-button-cti-land:active {
    background: #1F3877;
}

.benefits-credits-cti-land {
  color: #1D4AAB;
  text-decoration: underline;
  font-weight: 500;
}

.benefits-credits-cti-land:hover {
  color: #0842E1;
  text-decoration: underline;
}

.benefits-credits-cti-land:active {
  color: #1F3877;
  text-decoration: underline;
}

@media (max-width:1199px) and (min-width:768px) {
    .container-benefits-cti-land {
        overflow: hidden;
        padding-left: 80px;
        padding-right: 80px;
        padding-top: 60px;
        gap: 28px;
        max-width: 1200px;
        margin: 0 auto;
    }
    .benefits-description-assets-cti-land {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .benefits-three-columns-cti-land {
        flex-direction: row !important;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: nowrap !important; 
        gap: clamp(8px, 2vw, 28px);
    }

    .benefits-column-cti-land {
        flex: 1 1 33.33%;
        max-width: 33.33%;
        text-align: center;
        min-width: 0;
        height: 100%;
    }

    .benefits-column-icon-cti-land {
      width: 28px;
      height: 28px;
    }

    .benefits-column-header-cti-land {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .benefits-column-title-cti-land {
        font-size: 20px;
        line-height: 32px;
    }

    .benefits-column-subtitle-cti-land {
        font-size: 16px;
        line-height: 28px;
    }

    .benefits-column-text-cti-land {
        font-size: 12px;
        line-height: 22px;
        text-align: center;
    }
}

@media (max-width:767px) and (min-width:421px) {
    .container-benefits-cti-land {
        padding-left: 16px; 
        padding-right: 16px;
        padding-top: 60px;
        gap: 28px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .benefits-description-assets-cti-land {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .benefits-three-columns-cti-land {
        flex-direction: row !important;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: nowrap !important;
        gap: clamp(6px, 2vw, 20px);
    }

    .benefits-column-icon-cti-land {
      width: 28px;
      height: 28px;
    }

    .benefits-column-cti-land {
        flex: 1 1 33.33%;
        max-width: 33.33%;
        text-align: center;
        min-width: 0;
        height: 100%;
    }

    .benefits-column-header-cti-land {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .benefits-column-title-cti-land {
        font-size: 20px;
        line-height: 28px;
    }

    .benefits-column-subtitle-cti-land {
        font-size: 16px;
        line-height: 26px;
    }

    .benefits-column-text-cti-land {
        font-size: 12px;
        line-height: 22px;
        text-align: center;
    }
    .benefits-title-text-cti-land{
      font-size: 24px;
      line-height: 34px;
    }
}

@media (max-width:420px) {
    .container-benefits-cti-land {
        padding: 40px 16px 0 16px;
        gap: 28px;
        max-width: 100%;
    }

    .benefits-title-text-cti-land {
      font-size: 20px;
      line-height: 30px;
    }

    .benefits-description-text-cti-land {
      font-size: 12px;
      line-height: 18px;
    }

    .benefits-column-title-cti-land {
      font-size: 16px;
      line-height: 24px;
    }

    .benefits-column-subtitle-cti-land, .benefits-column-text-cti-land {
      font-size: 12px;
      line-height: 18px;
    }

    .benefits-description-assets-cti-land {
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
    }

    .benefits-asset-tesla-logo-cti-land,
    .benefits-asset-apple-logo-cti-land,
    .benefits-asset-nvidia-logo-cti-land {
        width: 16px;
        height: 16px;
    }

    .benefits-asset-tesla-text-cti-land,
    .benefits-asset-apple-text-cti-land,
    .benefits-asset-nvidia-text-cti-land,
    .benefits-asset-ford-text-cti-land {
      font-size: 12px;
    }

    .benefits-asset-ford-logo-cti-land {
        width: 32px;
        height: 16px;
    }

    .benefits-primary-button-cti-land {
        width: 100%;
        text-align: center;
        padding-left: 24px;
        padding-right: 24px;
        font-size: 16px;
        line-height: 24px;
        height: 48px;

    }
    .benefits-button-shopping-cart-cti-land{
      width: 20px;
      height: 20px;
      background-size: 20px 20px;
    }
    .subscribe-primary-button-cti-land{
        width: 100%;
        text-align: center;
        padding-left: 24px;
        padding-right: 24px;
        font-size: 16px;
        line-height: 24px;
        height: 48px;
    }
    .subscribe-shopping_cart-cti-land{
        width: 20px;
        height: 20px;
        background-size: 20px 20px;
    }

    .benefits-three-columns-cti-land {
        flex-direction: column !important;
        gap: 16px;
    }

    .benefits-column-cti-land {
        max-width: 100%;
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column; 
        align-items: center;
        gap: 8px; 
    }

    .benefits-column-header-cti-land {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .benefits-column-text-cti-land {
      text-align: center;
    }

    
}


.container-anatomy-insights-cti-land {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 104px 120px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.container-anatomy-head-cti-land {
  align-items: center;
  text-align: center;
  justify-content: center;
  margin: 0 auto;
  gap: 12px;
}

.container-anatomy-title-cti-land {
  color: #2D2D32;
  line-height: 39px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

.container-anatomy-subtitle-cti-land {
  text-align: center;
  color: #45454A;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.container-anatomy-body-cti-land {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 28px;
  padding: 0;
  flex-wrap: wrap;
  max-width: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  align-items: stretch; 
}

/*.container-anatomy-image-cti-land {
  position: relative;
  width: 100%;
  max-width: 408px;
  height: auto;
  aspect-ratio: 408 / 536;
}

.container-anatomy-image-cti-land img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}*/

.container-anatomy-image-cti-land {
  flex: 1 1 408px; 
  height: auto; 
  max-width: 100%; 
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.container-anatomy-image-cti-land img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  max-width: none !important;
  max-height: none !important;
}


.container-anatomy-image-cti-land img.fade {
  opacity: 0;
}

.container-anatomy-column-cti-land {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 32px;
  position: relative;
  max-width: 480px;
}

.container-anatomy-body-title-cti-land {
  font-size: 24px;
  color: #1D2A5F;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 4px;
}

.container-anatomy-body-subtitle-cti-land {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #3B3B41;
}

.container-anatomy-list-text-cti-land {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #3B3B41;
  padding-top: 12px;
}

.mt-4 {
  margin-top: 24px;
}

.anatomy-slide-cti-land {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.anatomy-slide-cti-land.active {
  opacity: 1;
  transform: translateY(0);
  position: relative;
}

.container-anatomy-image-cti-land::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  pointer-events: none;
  transition: box-shadow 0.5s ease;
}

[data-highlight="asset"].active ~ #anatomy-image-cti-land::after {
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
}

[data-highlight="currency"].active ~ #anatomy-image-cti-land::after {
  box-shadow: 0 0 30px rgba(0, 255, 255, 0.3);
}

[data-highlight="previous-order"].active ~ #anatomy-image-cti-land::after {
  box-shadow: 0 0 30px rgba(255, 215, 0, 0.3);
}
/* 
ul {
  list-style: none;
  padding-left: 12px;
  margin: 0;
}
/*  
ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 4px;
} */

.container-anatomy-insights-cti-land ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url('/cdn/shop/files/Check.png?v=1760598662');
  background-size: contain;
  background-repeat: no-repeat;
}

.list-anatomy-items-cti-land {
  font-size: 20px;
  color: #1D2A5F;
  font-weight: 400;
  line-height: 30px;
}



@media (min-width: 1200px) {
  .container-anatomy-insights-cti-land {
    padding-left: 120px;
    padding-right: 120px;
  }

  .container-anatomy-body-cti-land {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }

  .container-anatomy-image-cti-land {
    order: 0;
    max-width: 408px;
    max-height: 536px;
    flex-shrink: 0;
  }

  .container-anatomy-column-cti-land {
    order: 1;
    max-width: calc(100% - 384px - 52px);
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .container-anatomy-insights-cti-land {
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 80px;
  }

  .container-anatomy-body-cti-land {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    gap: 32px;
  }

  .container-anatomy-image-cti-land {
    order: 0;
    width: 100%; /*here*/
    height: 100%; /*here*/ 
    max-width: 337px; /*here*/
    max-height: 474px; /*here*/
    flex-shrink: 0;
  }

  .container-anatomy-title-cti-land {
    font-size: 24px;
  }

  .container-anatomy-subtitle-cti-land {
    font-size: 16px;
  }

  .container-anatomy-body-title-cti-land {
    font-size: 20px;
  }

  .container-anatomy-body-subtitle-cti-land {
    font-size: 16px;
  }

  .container-anatomy-column-cti-land {
    order: 1;
    max-width: calc(100% - 300px - 32px);
  }
    .benefits-title-text-cti-land{
      font-size: 24px;
      line-height: 34px;
  }
  .benefits-description-text-cti-land{
    font-size: 16px;
    line-height: 24px;
  }
  .benefits-description-assets-cti-land{
    font-size: 16px;
    line-height: 24px;
  }
  .benefits-legal-docs-cti-land {
    color: #45454A;
    font-size: 16px;
    line-height: 28px;
}
}

@media (min-width: 421px) and (max-width: 767px) {
  .container-anatomy-insights-cti-land {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 40px;
  }
    }
  .benefits-legal-docs-cti-land {
    color: #45454A;
    font-size: 16px;
    line-height: 28px;
}

  .container-anatomy-body-cti-land {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
  }

  .container-anatomy-image-cti-land {
    order: -1;
    width: 100%; /*here*/
    height: 100%; /*here*/
    max-width: 337px; /*here*/
    max-height: 442px; /*here*/
    margin: 0 auto;
  }

  .container-anatomy-title-cti-land {
    font-size: 24px;
    line-height: 34px;
  }

  .container-anatomy-subtitle-cti-land {
    font-size: 16px;
    line-height: 24px;
  }

  .container-anatomy-body-title-cti-land {
    font-size: 20px;
    line-height: 30px;
  }

  .container-anatomy-body-subtitle-cti-land {
    font-size: 16px;
    line-height: 24px;
  }

  .container-anatomy-list-text-cti-land {
    font-size: 12px;
  }

  .list-anatomy-items-cti-land {
    font-size: 12px;
  }

  .container-anatomy-column-cti-land {
    order: 1;
    width: 100%;       
    max-width: none;   
    padding: 0 16px;   
    box-sizing: border-box; 
    text-align: left;
    align-items: flex-start;
}
}

@media (max-width: 420px) {
  .container-anatomy-insights-cti-land {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 40px;
  }

  .container-anatomy-body-cti-land {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
  }

  .container-anatomy-image-cti-land {
    order: -1;
    width: 100%; /*here*/
    height: 100%; /*here*/
    max-width: 337px; /*here*/
    max-height: 442px; /*here*/
    margin: 0 auto;
  }

  .container-anatomy-title-cti-land {
    font-size: 20px;
  }

  .container-anatomy-subtitle-cti-land {
    font-size: 16px;
    line-height: 24px;
  }

  .container-anatomy-body-title-cti-land {
    font-size: 16px;
  }

  .container-anatomy-body-subtitle-cti-land {
    font-size: 12px;
    line-height: 18px;
  }

  .container-anatomy-list-text-cti-land {
    font-size: 12px;
  }

  .list-anatomy-items-cti-land {
    font-size: 12px;
  }

  .container-anatomy-column-cti-land {
    order: 1;
    max-width: 340px;
    text-align: left;
    align-items: flex-start;
  }
}


.container-how-subscribe-cti-land {
    padding-top: 104px;
    max-width: 1440px;
    width: 100%;
    margin: auto;
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-inline: 5vw;
    box-sizing: border-box;
}

.container-header-how-subscribe-cti-land {
    text-align: center;  
    gap: 12px;
}

.title-text-hs-cti-land {
    font-size: 28px;
    font-weight: 700;
    line-height: 39px;
    color: #2D2D32;
}

.subtitle-text-hs-cti-land {
    padding-top: 12px;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #45454A;
}

.subscribe-steps-cti-land {
    display: flex;
    align-items: stretch; 
    gap: 24px;
    flex-wrap: wrap; 
    padding-bottom: 0;
    justify-content: space-between;
    width: 100%;
}

.subscribe-step-cti-land {
    flex: 1 1 0;             
    max-width: 384px;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;       
    justify-content: flex-start;
    min-height: 310px;   
}

.subscribe-step-number1-cti-land {
    width: 132px;
    height: 54px;
    align-self: center;
    background-size: contain;   
    background-position: center; 
    background-repeat: no-repeat;
    background-image: url('/cdn/shop/files/step1.png?v=1760599025');
    aspect-ratio: 16 / 9;
    margin-bottom: 28px;
}

.subscribe-step-number2-cti-land {
    width: 132px;
    height: 54px;
    align-self: center;
    background-size: contain;   
    background-position: center; 
    background-repeat: no-repeat;
    background-image: url('/cdn/shop/files/step2.png?v=1760599035');
    aspect-ratio: 16 / 9;
    margin-bottom: 28px;
}

.subscribe-step-number3-cti-land {
    width: 132px;
    height: 54px;
    align-self: center;
    background-size: contain;   
    background-position: center; 
    background-repeat: no-repeat;
    background-image: url('/cdn/shop/files/step3.png?v=1760599047');
    aspect-ratio: 16 / 9;
    margin-bottom: 28px;
}

.subscribe-step-icon-title-cti-land {
    display: inline-flex !important;   
    align-items: center !important;    
    justify-content: center;
    gap: 12px !important; 
    margin: 0;
    padding: 0;
    vertical-align: middle;
    line-height: 1 !important;   
}

.subscribe-step-title-cti-land {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center;
    gap: 12px;
    margin: 0;
    padding: 0 0 0 0 !important;       
    line-height: 1 !important;       
    font-size: 24px;
    font-weight: 600;
    color: #1F3877;
}

.subscribe-step-icon1-cti-land, .subscribe-step-icon2-cti-land, .subscribe-step-icon3-cti-land {
    width: 24px !important;
    height: 24px !important;
    display: inline-block !important;
    vertical-align: middle !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    margin: 0 !important;
    flex-shrink: 0;
}

.subscribe-step-icon1-cti-land {
    background-image: url('/cdn/shop/files/CursorClick.png?v=1760598755');
}

.subscribe-step-icon2-cti-land {
    background-image: url('/cdn/shop/files/ShoppingCart.png?v=1760598916');
}

.subscribe-step-icon3-cti-land {
    background-image: url('/cdn/shop/files/UserCheck.png?v=1760599072');
}

.subscribe-step-description1-cti-land {
    color: #3B3B41;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    max-width: 384px;
    display: block; 
    width: 100%;
    margin-top: 28px; 
}

.subscribe-step-description2-cti-land {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    max-width: 384px;
    display: block; 
    width: 100%;
    padding-top: 28px;
    color: #45454A;
}

.subscribe-container-legal-docs-cti-land {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 830px;
    width: 100%;            
    margin: 0 auto;
    text-align: center;
    padding-bottom: 0;
}

.subscribe-legal-docs-cti-land {
    color: #45454A;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    font-weight: 500;
    align-items: center;
}

.subscribe-termsPolicies_link-cti-land {
    color: #1D4AAB;
    text-decoration: underline;
}

.subscribe-termsPolicies_link-cti-land:hover {
    color: #1D55CE;
    text-decoration: underline;
}

.subscribe-termsPolicies_link-cti-land:active {
    color: #1F3877;
    text-decoration: underline;
}

.subscribe-primary-button-cti-land {
    padding: 14px 56px;
    background-color: #0842e1;
    border-radius: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fbfbff;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    max-width: 495px;
    width: 355px;
    outline: none;
    box-shadow: none;
    border: none;
    cursor: pointer;    
    font-family: "Work Sans", sans-serif;
    padding-right: 48px;
    gap: 10px;
}

.subscribe-shopping_cart-cti-land {
    background-image: url('/cdn/shop/files/Cart.png?v=1760598695');
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
}

.subscribe-primary-button-cti-land:hover{
    background: #1D4AAB;
}
  
.subscribe-primary-button-cti-land:active{
    background: #1F3877;
}

@media (min-width: 1200px) {
  .container-how-subscribe-cti-land {
    padding-left: 120px;
    padding-right: 120px;
    gap: 40px;
  }

  .subscribe-steps-cti-land {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .container-how-subscribe-cti-land {
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 80px;
    gap: 28px;
  }
  
  .subscribe-step-number1-cti-land,
  .subscribe-step-number2-cti-land,
  .subscribe-step-number3-cti-land {
    width: 104px;
    height: 40px;
  }

  .subscribe-steps-cti-land {
    padding-top: 0 !important;
  }

  .subscribe-steps-cti-land {
    display: flex;
    flex-direction: row; 
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    height: 310px;
    padding-bottom: 0 !important;
  }

  .title-text-hs-cti-land {
    font-size: 24px;
  }

  .subtitle-text-hs-cti-land {
    font-size: 16px;
  }

  .subscribe-step-title-cti-land {
    font-size: 20px;
  }

  .subscribe-step-description1-cti-land {
    font-size: 16px;
    line-height: 24px;
  }

  .subscribe-step-description2-cti-land {
    font-size: 12px;
    line-height: 18px;
  }

  .subscribe-step-cti-land {
    flex: 1 1 0;
    max-width: 33%;
    text-align: center;
  }

  .subscribe-container-legal-docs-cti-land {
    margin-top: 40px;
    padding-bottom: 28px; 
  }
}

@media (max-width: 767px) {
  .subscribe-steps-cti-land {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 20px !important;
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .subscribe-step-cti-land {
    max-width: 100% !important;
    gap: 8px !important;
    min-height: auto !important;
  }

  .subscribe-step-number1-cti-land,
  .subscribe-step-number2-cti-land,
  .subscribe-step-number3-cti-land {
    margin-bottom: 0 !important;
    width: 104px;
    height: 40px;
  }

  .subscribe-step-description1-cti-land {
    margin-top: 0 !important;
  }

  .subscribe-step-description2-cti-land {
    padding-top: 0;
  }

  .subscribe-primary-button-cti-land {
    width: 100%;
    text-align: center;
    white-space: normal;
    padding-left: 24px;
    padding-right: 24px;
  }

  .title-text-hs-cti-land {
    font-size: 20px;
    line-height: 30px;
  }

  .subtitle-text-hs-cti-land {
    font-size: 16px;
    line-height: 24px;
  }

  .subscribe-step-title-cti-land {
    font-size: 16px;
  }

  .subscribe-step-description1-cti-land {
    font-size: 16px;
    line-height: 24px;
  }

  .subscribe-step-description2-cti-land {
    font-size: 12px;
    line-height: 18px ;
  }

  .subscribe-container-legal-docs-cti-land {
    padding-bottom: 28px;
  }
}

@media (max-width: 767px) and (min-width: 421px) {
  .title-text-hs-cti-land {
    font-size: 24px !important;
    line-height: 24px !important;
  }

  .subtitle-text-hs-cti-land {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .subscribe-step-title-cti-land {
    font-size: 20px !important;
  }

  .subscribe-step-description1-cti-land {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .subscribe-step-description2-cti-land {
    font-size: 12px !important;
    line-height: 18px !important;
  }

  .subscribe-step-icon1-cti-land, .subscribe-step-icon2-cti-land, .subscribe-step-icon3-cti-land {
    width: 20px !important; 
    height: 20px !important;
  }
}

@media (max-width: 420px) {
  .container-how-subscribe-cti-land{
    padding-top: 40px;
  }

  .title-text-hs-cti-land {
    font-size: 20px !important;
    line-height: 30px !important;
  }

  .subtitle-text-hs-cti-land {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .subscribe-step-title-cti-land {
    font-size: 16px !important;
  }

  .subscribe-step-description1-cti-land {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .subscribe-step-description2-cti-land {
    font-size: 12px !important;
    line-height: 18px !important;
  }

  .subscribe-step-icon1-cti-land, .subscribe-step-icon2-cti-land, .subscribe-step-icon3-cti-land {
    width: 16px !important; 
    height: 16px !important;
  }

  .subscribe-legal-docs-cti-land {
    font-size: 12px;
    line-height: 18px;
  }
  .subscribe-primary-button-cti-land{
    font-size: 16px;
    line-height: 24px;
  }
}



.container-learn-insights-cti-land {
    padding: 104px 120px 0;
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 0 auto;
    align-items: stretch;
}

.container-header-htui-cti-land {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
}

.title-text-htui-cti-land {
    color: #2D2D32;
    line-height: 39px;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
}

.description-text-htui-cti-land {
    color: #45454A;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
}

.container-image-htui-cti-land {
    background-color: #D9D9D9;
    width: 100%;
    max-width: 792px;   
    height: 419px;      
    border-radius: 16px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (min-width: 1200px) {
    .container-learn-insights-cti-land {
        padding: 104px 120px 0;
        max-width: 1200px;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 40px;
        margin: 0 auto;
        align-items: center; 
    }

    .container-image-htui-cti-land {
        background-color: #D9D9D9;
        width: 100%;
        max-width: 792px;
        height: 419px;
        border-radius: 16px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .container-learn-insights-cti-land {
        padding: 80px 80px 0;
        gap: 20px;
        max-width: 100%;
        margin: 0;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center; 
        gap: 28px;
    }

    .container-image-htui-cti-land {
        background-color: #D9D9D9;
        width: 100%;
        max-width: 674px;   
        height: 356px;     
        border-radius: 16px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .title-text-htui-cti-land {
       font-size: 24px;
    }

    .description-text-htui-cti-land {
      font-size: 16px;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .container-learn-insights-cti-land {
        padding: 40px 16px 0;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center; 
        gap: 28px;
    }

    .container-image-htui-cti-land {
        background-color: #D9D9D9;
        width: 100%;
        max-width: 674px;   
        height: 356px;
        border-radius: 16px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .title-text-htui-cti-land {
       font-size: 24px;
    }

    .description-text-htui-cti-land {
      font-size: 16px;
    }
}

@media (max-width: 420px) {
    .container-learn-insights-cti-land {
        padding: 40px 16px 0;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center; 
        gap: 20px;
    }
    .subscribe-step-number1-cti-land,
    .subscribe-step-number2-cti-land,
    .subscribe-step-number3-cti-land {
      margin-bottom: 0 !important;
      width: 84px;
      height: 34px;
   }
    .container-image-htui-cti-land {
        background-color: #D9D9D9;
        width: 100%;
        max-width: 361px; 
        height: 356px;
        border-radius: 12px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .title-text-htui-cti-land {
       font-size: 20px;
    }

    .description-text-htui-cti-land {
      font-size: 16px;
    }
}

.container-profit-calculation-cti-land {
    width: 100%;
    margin: 0 auto;
    padding: 104px 120px 0;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    box-sizing: border-box;
    max-width: none;
}

.container-profit-calculation-cti-land > * {
    box-sizing: border-box;
    max-width: 100%;
    margin-top: 0;
}

.container-profit-calculation-cti-land .container-calculation-body-cti-land,
.container-profit-calculation-cti-land .calculation-container-steps-cti-land,
.container-profit-calculation-cti-land .container-for-calculation-cti-land {
    min-width: 0;
    width: 100%;
    max-width: 960px; 
    margin: 0 auto;
    box-sizing: border-box;
}

.container-calculation-header-cti-land {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    max-width: 960px; 
    text-align: center;
    margin: 0 auto;
}

.calculation-title-cti-land {
    color: #2D2D32;
    line-height: 39px;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}

.calculation-subtitle-cti-land {
    text-align: center;
    color: #45454A;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}

.container-calculation-body-cti-land {
    display: flex;
    flex-direction: column;
    align-items: stretch; 
    justify-content: center;
    gap: 28px;
}

.calculation-step-1-cti-land, 
.calculation-step-2-cti-land, 
.calculation-step-3-cti-land {
    display: flex;
    flex-direction: column;
    align-items: stretch; 
    justify-content: stretch;
    gap: 16px;
}

.calculation-step-cti-land {
    font-size: 20px;
    font-weight: 500;
    color: #616165;
}

.calculation-step-text-cti-land {
    color: #2D2D32;
    line-height: 39px;
    font-size: 28px;
    font-weight: 600;
    text-align: left;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.container-calculation-cti-land {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.container-for-calculation-cti-land {
    background-color: #E8EBFD;
    border-radius: 16px;
    color: #1F3877;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 40px;
    min-height: 82px;
    flex: 1;
    width: 100%;
    box-sizing: border-box;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.calculation-description-text-cti-land {
    align-items: center;
    text-align: center;
    color: #45454A;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    max-width: 768px;
    margin: 0 auto;
}

.calculation-additional-information-cti-land {
    text-align: center;
    color: #3B3B41;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    width: 100%;
    display: flex;
    justify-content: center;
}

@media (max-width: 1199px) and (min-width: 768px) {
    .container-profit-calculation-cti-land {
        padding-top: 80px;
        padding-left: 80px;
        padding-right: 80px;
    }

    .calculation-title-cti-land {
      font-size: 24px;
      line-height: 34px;
    }

    .calculation-step-cti-land {
      font-size: 16px;
      line-height: 24px;
    }

    .container-for-calculation-cti-land {
      font-size: 16px;
      line-height: 24px;
    }

    .calculation-description-text-cti-land {
      font-size: 12px;
      line-height: 18px;
    }

    .calculation-additional-information-cti-land {
      font-size: 16px;
      line-height: 24px;
    }

    .container-profit-calculation-cti-land * {
        box-sizing: border-box;
    }

    .container-calculation-body-cti-land,
    .calculation-step-1-cti-land,
    .calculation-step-2-cti-land,
    .calculation-step-3-cti-land,
    .calculation-container-steps-cti-land,
    .container-for-calculation-cti-land {
        min-width: 0;
        max-width: 100%;
    }

    .calculation-step-text-cti-land,
    .container-for-calculation-cti-land {
        word-break: break-word;
        overflow-wrap: anywhere;
        white-space: normal;
    }

    .calculation-step-text-cti-land {
        text-align: left;
        line-height: 34px;
        font-size: 24px;
    }

    .calculation-subtitle-cti-land {
        font-size: 20px;
        line-height: 30px;
        width: 100%;
    }
}

@media (max-width: 767px) and (min-width: 421px) {
    .container-profit-calculation-cti-land {
        padding-top: 80px;
        padding-left: 16px;
        padding-right: 16px;
    }

        .calculation-title-cti-land {
      font-size: 24px;
      line-height: 34px;
    }

    .calculation-subtitle-cti-land {
      font-size: 20px;
      line-height: 30px;
    }

    .calculation-step-cti-land {
      font-size: 16px;
      line-height: 24px;
    }

    .container-for-calculation-cti-land {
      font-size: 16px;
      line-height: 24px;
    }

    .calculation-description-text-cti-land {
      font-size: 12px;
      line-height: 18px;
    }

    .calculation-additional-information-cti-land {
      font-size: 16px;
      line-height: 24px;
    }

    .container-profit-calculation-cti-land * {
        box-sizing: border-box;
    }

    .container-calculation-body-cti-land,
    .calculation-step-1-cti-land,
    .calculation-step-2-cti-land,
    .calculation-step-3-cti-land,
    .calculation-container-steps-cti-land,
    .container-for-calculation-cti-land {
        min-width: 0;
        max-width: 100%;
    }

    .calculation-step-text-cti-land,
    .container-for-calculation-cti-land {
        word-break: break-word;
        overflow-wrap: anywhere;
        white-space: normal;
    }

    .calculation-step-text-cti-land {
        text-align: left;
        line-height: 34px;
        font-size: 24px;
    }

    .calculation-subtitle-cti-land {
        font-size: 20px;
        line-height: 30px;
        width: 100%;
    }
}

@media (max-width: 420px) {
    .container-profit-calculation-cti-land {
        padding-top: 40px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .calculation-title-cti-land {
        line-height: 24px;
        font-size: 20px;
    }

    .calculation-subtitle-cti-land {
        font-size: 16px;
    }

    .calculation-step-cti-land {
        font-size: 12px;
    }

    .calculation-step-text-cti-land {
        font-size: 16px;
        text-align: left;
        line-height: 18px;
    }

    .container-calculation-cti-land {
        gap: 4px;
    }

    .container-for-calculation-cti-land {
        font-size: 12px;
    }

    .calculation-description-text-cti-land {
        font-size: 12px;
        line-height: 18px;
    }

    .calculation-additional-information-cti-land {
        font-size: 12px;
        line-height: 18px;
    }
}

.container-quiz-cti-land {
    max-width: 1440px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 0 auto; 
    align-items: center;
    box-sizing: border-box; 
    overflow-x: hidden; 
    padding-left: 120px;
    padding-right: 120px;
}

.container-header-quiz-cti-land {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-align: center;
    max-width: 830px;
    width: 100%; 
    box-sizing: border-box;
}

.title-content-quiz-cti-land {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%; 
}

.title-text-quiz-cti-land {
    color: #2D2D32;
    line-height: 39px;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    max-width: 1000px;
    width: 100%; 
    box-sizing: border-box;
}

.description-text-quiz-cti-land {
    color: #45454A;
    font-size: 20px;
    width: 100%; 
    max-width: 100%; 
    text-align: center; 
    box-sizing: border-box; 
}

.container-body-quiz-cti-land {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%; 
    box-sizing: border-box;
}

.quiz-hint-text-cti-land {
    color: #616165;
    font-size: 16px;
    font-weight: 500;
}

.quiz-secondary-button-cti-land {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;          
    padding: 14px 24px;
    background: #FBFBFF;
    border-radius: 25px;
    border: 1px solid #1D4AAB;
    color: #1D4AAB;
    font-size: 20px;
    line-height: 30px;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    width: 272px;
    height: 58px;
    white-space: nowrap; 
    position: relative;
    cursor: pointer; /* 👈 важно */
    overflow: hidden;
}

/* .quiz-secondary-button-cti-land::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("/cdn/shop/files/ArrowRight.png?v=1760598592");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
    pointer-events: none 
} */

.quiz-secondary-button-cti-land:hover {
    color: #0842E1;
}

.quiz-secondary-button-cti-land:hover::after {
    filter: brightness(0) saturate(100%) invert(36%) sepia(99%) saturate(4390%) hue-rotate(204deg) brightness(99%) contrast(101%);
}

.quiz-secondary-button-cti-land:active {
    color: #1F3877;
}

.quiz-secondary-button-cti-land:active::after {
    filter: brightness(0) saturate(100%) invert(19%) sepia(77%) saturate(5000%) hue-rotate(212deg) brightness(90%) contrast(90%);
}

@media(min-width:1200px){
    .container-quiz-cti-land {
        height: 100%;
        max-width: 14400px;
        margin: 0 auto;
    }

    .quiz-secondary-button-cti-land {
        width: 272px;
        height: 58px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
  section.container-quiz-cti-land,
  .shopify-section .container-quiz-cti-land,
  .container-quiz-cti-land {
    padding-left: 80px !important;
    padding-right: 80px !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
    background-clip: padding-box !important;
    gap: 28px;
  }

  .container-header-quiz-cti-land,
  .title-content-quiz-cti-land,
  .title-text-quiz-cti-land,
  .description-text-quiz-cti-land,
  .container-body-quiz-cti-land {
    width: 100% !important;
    max-width: calc(1200px - 160px) !important; 
    margin: 0 auto !important;
    box-sizing: border-box !important;
  }

  .title-text-quiz-cti-land{
    font-size: 24px;
    line-height: 34px;
  }

  .description-text-quiz-cti-land {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 421px) and (max-width: 767px) {
  .container-quiz-cti-land {
    padding-left: 16px;  
    padding-right: 16px;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    gap: 28px;
  }

  .description-text-quiz-cti-land {
      width: 100%;
      max-width: 100%;
      text-align: center;
      font-size: 16px;
  }

  .title-text-quiz-cti-land{
    font-size: 24px;
    line-height: 34px;
  }

  .description-text-quiz-cti-land {
    font-size: 16px;
    line-height: 24px;
  }

  .title-text-quiz-cti-land {
      width: 100%;
      max-width: 100%;
  }

  .container-header-quiz-cti-land,
  .container-body-quiz-cti-land {
      width: 100%;
      max-width: 100%;
      margin: 0;
      padding: 0;
      text-align: center;
  }

  .container-body-quiz-cti-land {
      width: 100%;      
      max-width: 100%;  
      aspect-ratio: auto;  
  }

}

@media (max-width: 420px) {
    .container-quiz-cti-land {
        padding-left: 16px;  
        padding-right: 16px;
        max-width: 1200px;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .description-text-quiz-cti-land {
        width: 100%;
        max-width: 100%;
        text-align: center;
        font-size: 16px;
        line-height: 24px;
    }

    .title-text-quiz-cti-land {
        width: 100%;
        max-width: 100%;
        font-size: 20px;
    }

    .container-header-quiz-cti-land,
    .container-body-quiz-cti-land {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .container-body-quiz-cti-land {
        width: 100%;      
        max-width: 100%;  
        aspect-ratio: auto;  
    }
    .benefits-legal-docs-cti-land {
      font-size: 12px;
      line-height: 18px;
    }
}

.container-interesting-cti-land {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 104px 120px 104px 120px;
  box-sizing: border-box;
}

.container-interesting-body-cti-land {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.container-interesting-header-cti-land {
  text-align: center;
  margin-bottom: 40px;
}

.title-text-interesting-cti-land {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #2D2D32;
}

.subtitle-text-interesting-cti-land {
  font-size: 20px;
  color: var(--muted);
}

.interesting-accordion-cti-land {
  border: 1px solid var(--border-color);
  border-radius: 25px;
  background:  #FBFBFF; ;
  overflow: hidden;
  transition: all 0.3s ease;
  /*color: #FBFBFF;*/
}

.interesting-items-cti-land {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 48px;
  font-size: 20px;
  font-weight: 500;
  color: var(--text);
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}

.interesting-items-cti-land::after {
  content: '';
  position: absolute;
  right: 48px;
  top: 30%;
  width: 28px;
  height: 28px;
  background-color: #616165;
  -webkit-mask: url('/cdn/shop/files/Vector_cti_landing_page.svg?v=1760599127') center / contain no-repeat;
  mask: url('/cdn/shop/files/Vector_cti_landing_page.svg?v=1760599127') center / contain no-repeat;
  transition: all 0.3s ease;
}

.interesting-accordion-cti-land.active .interesting-items-cti-land::after {
  -webkit-mask: url('/cdn/shop/files/VectorUp_cti_landing_page.svg?v=1760599139') center / contain no-repeat;
  mask: url('/cdn/shop/files/VectorUp_cti_landing_page.svg?v=1760599139') center / contain no-repeat;
    transition: all 0.3s ease;
}

.interesting-accordion-cti-land.active .interesting-items-cti-land::before {
  content: "";
  position: absolute;
  left: 48px;
  right: 48px;
  bottom: 0;
  height: 1px;
  background-color: #d8d8df;
  transition: all 0.3s ease;
}

.interesting-answer-cti-land {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  background: var(--bg);
  padding: 0 24px;
  transition: all 0.3s ease;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
}

.interesting-accordion-cti-land.active .interesting-answer-cti-land {
  max-height: 4000px;
  opacity: 1;
  padding: 0 48px 24px;
  background: #fbfbff;
}

.interesting-answer-cti-land ol,
.interesting-answer-cti-land ul {
  padding-left: 20px;
  margin: 8px 0;
}

.interesting-answer-cti-land li {
  margin-bottom: 6px;
  line-height: 1.5;
}

.interesting-description-cti-land,
.interesting-item-cti-land,
.interesting-inside-item-cti-land,
.interesting-item-text-cti-land {
  color: var(--text);
    transition: all 0.3s ease;
}

.interesting-answer-cti-land ul {
  list-style-type: disc;
}


@media (max-width: 1199px) and (min-width: 768px) {
  .container-interesting-cti-land {
    padding: 80px 80px 80px 80px;
  }

  .container-interesting-body-cti-land {
    gap: 16px;
  }

  .title-text-interesting-cti-land {
    font-size: 24px;
  }

  .subtitle-text-interesting-cti-land {
    font-size: 16px;
  }

  .interesting-items-cti-land {
    padding: 20px 32px;
  }

  .interesting-items-cti-land::after {
    right: 32px;
  }
}

@media (max-width: 767px) and (min-width: 421px) {
  .container-interesting-cti-land {
    padding: 80px 16px 80px 16px;
  }

  .container-interesting-body-cti-land {
    gap: 16px;
  }

  .title-text-interesting-cti-land {
    font-size: 24px;
  }

  .subtitle-text-interesting-cti-land {
    font-size: 16px;
  }

  .interesting-items-cti-land {
    padding: 20px 16px;
  }

  .interesting-items-cti-land::after {
    right: 16px;
  }
}

@media (max-width: 420px) {
  .container-interesting-cti-land {
    padding: 56px 16px 56px 16px;
  }
  .interesting-answer-cti-land{
    font-size: 12px;
    line-height: 18px;
  }
  .interesting-description-cti-land{
    font-size: 12px;
    line-height: 18px;
  }

  .container-interesting-body-cti-land {
    gap: 12px;
  }

  .title-text-interesting-cti-land {
    font-size: 20px;
  }

  .subtitle-text-interesting-cti-land {
    font-size: 16px;
  }

  .interesting-items-cti-land {
    padding: 16px 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .interesting-items-cti-land::after {
    right: 24px;
    width: 24px;
    height: 24px;
  }

}

.shopify-section {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
@media (min-width: 530px) and (max-width: 767px) {
  .container-hero-cti-land {
    order: 2 !important;
    width: 100%;
    height: 240px;
    background: url("/cdn/shop/files/Rectangle_cti_landing_page.svg?v=1760598901")
      center bottom / cover no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }

  .container-hero-cti-land::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 180px !important;
    height: 270px;
    background: url("/cdn/shop/files/SmilingManWithPhone_cti_landing_page.png?v=1760599304")
      center bottom / contain no-repeat;
    z-index: 2;
  }
}
@media (min-width: 420px) and (max-width: 529px) {
  .container-hero-cti-land {
    order: 2 !important;
    width: 100%;
    height: 210px;
    background: url("/cdn/shop/files/Rectangle_cti_landing_page.svg?v=1760598901")
      center bottom / cover no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }

  .container-hero-cti-land::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 180px !important;
    height: 270px;
    background: url("/cdn/shop/files/SmilingManWithPhone_cti_landing_page.png?v=1760599304")
      center bottom / contain no-repeat;
    z-index: 2;
  }
}

@media (max-width: 420px){
   .quiz-secondary-button-cti-land{
        width: 100%;
        text-align: center;
        padding-left: 24px;
        padding-right: 24px;
        font-size: 16px;
        line-height: 24px;
        height: 48px;
        gap: 8px;
    }
    .quiz-secondary-button-cti-land:after{
        width: 20px;
        height: 20px;
        background-size: 20px 20px;    
    }
}