:root {
    --blue: #24357b;
    --blue-dark: #162255;
    --blue-mid: #2c4295;
    --pink: #d81b60;
    --text: #1f2640;
    --red: #d21245;
    --muted: #5d6785;
    --bg: #f6f7fb;
    --line: #dde3f0;
    --white: #ffffff;
    --shadow: 0 18px 50px rgba(20, 33, 85, 0.10);
    --max: 1120px;
}

body {
  color:var(--blue);
  padding-bottom:50px;
}

.section__background-image {
  border-radius:0;
}

.header__logo {
  margin-right:0;
}
.header__top-link:hover {
  color:#FFF;
}
body, .button--small, h1, h2, h3, h4, h5, h6 {
 font-family: "Be Vietnam Pro", sans-serif !important;
} 

.section__primary-title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
    color:var(--blue) !important;
    text-transform: capitalize !important;
   
}

.section__secondary-title, .wpfs-form .wpfs-form-check-group-title {
   color:var(--red);
   font-weight:400;
}

.section__secondary-title b {
  color:var(--blue);
  display:block;
}

.button {
  border-radius:50px;
}

.button--white {
 color:var(--red);
}



.button--ghost-dark-green{
    background: 0 0;
    border: 2px solid var(--blue-dark) !important;
    color:var(--blue-dark) !important;
}
.button--ghost-dark-green:hover {
  color:#FFF !important;
  background:var(--blue-dark) !important;
}
.rosebud-cta,
.button--green {
  background:var(--red);
   
}

.section--green {
  background:var(--red);
  color:#FFF !important;
}

.section-green .section__secondary-title {
  color:#FFF;
}

.header__inner .button {
        margin-left: auto;
    background: white;
    border: 1px solid rgba(36, 53, 123, 0.08) !important;
    border-radius: 22px;
    box-shadow: 0 12px 32px rgba(20, 33, 85, 0.06);
    color: var(--blue) !important;
}

.section:first-of-type .section__background-image  {
    background-size:contain;
    background-color:var(--red);
}


.section--green.section--xx-small {
    background: var(--blue-dark) !important;
    max-width: 1500px;
    margin: 0 auto;
    border-radius: 50px;
    margin-top: -30px;
   
}
.section__title-wrap--inline-alt {
    max-width:unset !important;
}
.section--green.section--xx-small .hero-stats { display:flex; 
}

  .hero-stats {
     
      
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
      text-align: center;
    }

 .hero-stats div {
     min-width:300px;
 }
    
 .section__primary-title--lipped::after {
    display: none !important;
}


    .hero-stats strong {
      display: block;
      
      font-size:20px;
      font-weight:700;
      line-height: 1;
      margin-bottom: 6px;
      letter-spacing: -0.02em;
    }


    ul {
  list-style: none;
  padding-left: 0;
}

ul li {
  position: relative;
  padding-left: 28px;
}

ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--blue);
  font-weight: 700;
}

.section--dark-green {
  background:var(--blue);
}

.section--dark-green .section__primary-title {
       background: rgba(255, 255, 255, 0.12);
    border-radius:50px;
    font-size:14px;
    max-width: fit-content;
    padding:10px 15px;
    color:#FFF !important;
    
}





ul.not-suitable li::before {
  content: "✖";
  color: var(--red);
}


.section__primary-title.center b {
    font-weight:500;
    color:var(--red);
    display: block;
}


.modal  *:not(.button) {
    color:var(--blue);
}

.section--small .text-icon-figure  {
    background: white;
    border: 1px solid rgba(36, 53, 123, 0.08);
    border-radius: 22px;
    box-shadow: 0 12px 32px rgba(20, 33, 85, 0.06);
    padding: 25px;
    color:var(--blue);
}


.text-icon-figure__title {
    color:var(--blue) !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    background-color: var(--line);
}

.button--white:hover {
  background:var(--blue-dark) !important;
}




@media (min-width: 768px) {

.section--small .row .column-l-3 {
    width:calc(100% / 6);

}

.section--small .row .column-l-3 .text-icon-figure  {
  height: 100%;
}


.section__primary-title.center {
    max-width:800px;
    margin-left:auto;
    margin-right: auto;
}


.section__primary-title--lipped {
  margin-bottom:4rem !important;
}
    .section__content--side {
        max-width: 50%;
        padding-right: 100px;
    }

    .section__background-image {
    border-radius: 50px 0 0 0;
}

.section__background-image--split-left {
  border-radius:0 50px 50px 0;
}
}


@media (min-width: 768px) and (max-width:1300px) {
    .section--small .row .column-l-3 {
        width: calc(100% / 3);
    }
}



.grecaptcha-badge {
  display: none !important;
}


.rosebud-partnership {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 20px;
    font-size: 14px;
    justify-content: center;
    background: #f0f2f5;
    margin-bottom: 2rem;
}
.rosebud-partnership img {
  height: 24px;
  width: auto;
}

.rosebud-partnership span {
  font-weight: 500;
}

@media screen and (max-width:1023px) {

      .header__logo-image {
        width: 15rem;
    }

  .rosebud-partnership {
        margin-top: 2.5rem;
    margin-bottom: 0;
  }

  .header.js-is-sticky .header__logo-image {
        width: 12rem;
    }

.header__inner .button:hover {
    background:#FFF !important;
}
  .header__inner .button span {
    display: none;
  }
  .header__inner .button {
            max-width: fit-content;
        padding: 10px;
        font-size: 14px;
        font-weight: 600;
  }

  body {
    padding-bottom: 2rem !important;
  }


  .section__content--inline-persist {
    flex-direction:column;
    align-content: flex-start;
    justify-content: flex-start;
    align-items:flex-start;
}

.section__icon-image {
    margin-bottom:2em;
}

.section__background-image--split {
  border-radius: 0 25px 25px 0;
}
  .section:first-of-type .section__background-image {
    border-radius:25px 25px 0 0;
  }

      .header__bottom {
        padding: 2rem 0;
    }

    .hero-stats strong {
      font-size:18px;
    }

    .section__primary-title--lipped {
    position: relative;
    margin-bottom: 3rem !important;
}

  .section--green.section--xx-small {
        border-radius: 0 0 25px 25px;
        margin-top:0 !important;
  }

  .hero-stats div {
    min-width: 0;
}
.section__title-wrap--inline-alt {
  margin:0 !important;
}

.section__content--side {
    text-align: center;

}
}
