:root {
  --main-text: #54657A;
  --dark-blue: #021836;
  --orange:#F34E3F;
  --light-gray: #f9f9f9;
  --gray:#F6F5F7;
  --purple: #A59EB1;
  --white: #ffffff;
}
.header-section-new h1 {
  color: var(--dark-blue);
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 32px;
}
.header-section-new .container {
  max-width: 1188px;
}
.header-section-new .intro-text {
  max-width: 1158px;
}

.header-section-new p {
  font-size: 20px;
  line-height: 30px;
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}
.header-section-new .button {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.bg-dark-blue {
  background-color: var(--dark-blue);
}

.header-section-new .hero-graphic {
  z-index: 2;
  max-width: 100vw;
  overflow-x: hidden;
  width: 100%;
}
.header-section-new  .hero-graphic svg {
  width: 101%;
  margin-left: -5px;
}
@media (max-width: 1500px) {
  .header-section-new {
    background: linear-gradient(
      180deg,
      var(--white) 95.4%,
      var(--white) 95.5%,
      transparent 88.5%,
      transparent 100%
    );
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .header-section-new h1 {
    font-size: 34px;
    line-height: 1.2;
  }
}
.hero-logo-section {
  position: relative;
  color: var(--light-gray);
  padding-top: 30px;
  padding-bottom: 56px;
  z-index: 1;
}
.hero-logo-section .hero-logo-list {
  display: flex;
  flex-direction: row;
  position: relative;
  gap: 24px;
}

.hero-logo-section .hero-logo-item {
  align-items: center;
  display: flex;
  height: 306px;
  justify-content: center;
  opacity: 1;
  border-radius: 22px;
  background-color: var(--white);
  padding: 48px;
  width: 50%;
}

.hero-logo-section .hero-logo-icon {
  position: absolute;
  inset: 0;
  background-color: var(--white);
  border-radius: 50%;
  border: 24px solid var(--dark-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  height: 104px;
  width: 104px;
}
.hero-logo-section .hero-logo-icon svg {
  height: 22px;
  width: 22px;
}
.hero-logo-section .hero-logo-item img {
  height: auto;
  max-width: 100%;
}

.hero-logo-section .container {
  max-width: 990px;
}
.hero-logo-section .hero-content {
  color: var(--light-gray);
  max-width: 535px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  font-size: 16px;
  line-height: 24.8px;
}
.hero-logo-section .hero-content > * {
  margin-bottom: 24px;
}

.hero-logo-section .hero-content h2 {
  color: var(--light-gray);
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 24px;
}
.hero-logo-section .hero-content ul {
  list-style: none;
  padding-left: 36px;
}
.hero-logo-section .hero-content ul li::before {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE2NF8zMDU1KSI+CjxwYXRoIGQ9Ik0xNSA5TDkgMTUiIHN0cm9rZT0iI0YzNEUzRiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNOSA5TDE1IDE1IiBzdHJva2U9IiNGMzRFM0YiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTEyIDIxQzE2Ljk3MDYgMjEgMjEgMTYuOTcwNiAyMSAxMkMyMSA3LjAyOTQ0IDE2Ljk3MDYgMyAxMiAzQzcuMDI5NDQgMyAzIDcuMDI5NDQgMyAxMkMzIDE2Ljk3MDYgNy4wMjk0NCAyMSAxMiAyMVoiIHN0cm9rZT0iI0YzNEUzRiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzE2NF8zMDU1Ij4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=);
  display: block;
  height: 24px;
  left: -36px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 24px;
}
.hero-logo-section .hero-content strong {
  font-weight: 700;
}
.hero-logo-section .hero-content ul li {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1.4;
  position: relative;
}
@media (max-width: 767px) {
  .hero-logo-section {
    padding-bottom: 40px;
  }

  .hero-logo-section .hero-content {
    padding-top: 35px;
  }

  .hero-logo-section .hero-logo-list {
    flex-direction: column;
    gap: 17px;
  }

  .hero-logo-section .hero-logo-item {
    width: 100%;
  }
  .hero-logo-section .hero-logo-icon {
    border: 18px solid var(--dark-blue);
    height: 76px;
    width: 76px;
  }
  .hero-logo-section .hero-content h2 {
    font-size: 34px;
    line-height: 1.2;
  }
}

.testimonials {
  padding: 80px 0;
  text-align: center;
}

.testimonials__header {
  margin-bottom: 80px;
}

.testimonials__header h2 {
  font-size: 48px;
  line-height: 1.2;
}

.testimonials .container {
  max-width: 1222px;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 879px;
  padding: 0 50px;
  margin: 0 auto;
}

.testimonial-card__logo {
  text-align: center;
}

.testimonial-card__logo img {
  display: block;
  max-width: 100%;
  max-height: 100px;
  margin: auto;
  height: auto;
  width: auto;
}

.testimonials__slider p {
  margin-bottom: 0;
}

.testimonial-card__quote,
.testimonial-card__quote p {
  color: var(--dark-blue);
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

.testimonial-swiper-button-prev,
.testimonial-swiper-button-next {
  align-items: center;
  background-color: var(--dark-blue);
  border-radius: 50%;
  display: flex;
  position: absolute;
  top: calc(50% - 20px);
  justify-content: center;
  transition: all .3s ease-in-out;
  font-size: 0;
  height: 40px;
  width: 40px;
}
.testimonial-swiper-button-prev:hover,
.testimonial-swiper-button-next:hover {
  background-color: var(--purple);
}

.testimonial-swiper-button-prev svg,
.testimonial-swiper-button-next svg {
  fill: none;
  height: 24px;
  width: 24px;
}

.testimonials__slider .testimonial-swiper-button-prev {
  left: 0;
}

.testimonials__slider .testimonial-swiper-button-next {
  right: 0;
}
.testimonial-card__author {
  font-size: 16px;
  line-height: 25.6px;
  display: flex;
  flex-direction: column;
}

.testimonial-card__author strong {
  font-weight: 700;
}
.testimonial-card__author span {
  font-weight: 400;
}
@media (max-width: 767px) {
  .testimonials {
    padding: 64px 0;
  }
  .testimonial-card {
    padding: 0;
  }
  .testimonials__header {
    margin-bottom: 40px;
  }
  .testimonials__header h2 {
    font-size: 34px;
  }
  .testimonial-card__quote,
  .testimonial-card__quote p {
    color: var(--dark-blue);
    font-size: 20px;
    line-height: 1.3;
  }
  .testimonial-swiper__controls {
    display: flex;
    flex-direction: row;
    gap: 24px;
    height: 40px;
    margin-top: 30px;
  }
  .testimonial-swiper-button-prev,
  .testimonial-swiper-button-next {
    position: relative;
    top: 0;
  }
}


.why-faq-section { 
  background: var(--purple);
  color: var(--light-gray);
  padding: 80px 0;
}
.why-faq-section *:not(a) {
    color: var(--light-gray);
}
.why-faq-section .clickable-area p {
  margin-bottom: 0;
}
.why-faq-section .container {
  max-width: 1222px;
}
.why-faq-section .main-image img {
  border-radius: 20px;
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

.why-faq-section h2 {
  font-size: 48px;
  line-height: 1.2;
}
.why-faq-section .main-title  p {
  font-size: 18px;
  line-height: 25px;
  text-align: left;
}
.why-faq-section .main-title  strong {
  font-weight: 600;
}
.why-faq-section .accordion:before {
  display: none;

}
.why-faq-section .accordion .accordion-wrapper .main-title-and-items .items .single-item .clickable-area {
  padding: 25px 0;
}
.why-faq-section  .accordion .accordion-wrapper .main-title-and-items .items .single-item .clickable-area:before {
  content:'';
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjQwIiBoZWlnaHQ9IjQwIiByeD0iMjAiIGZpbGw9IiNGOUY5RjkiLz4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE2NF8yNzYxKSI+CjxwYXRoIGQ9Ik0yNy41IDE3TDIwIDI0LjVMMTIuNSAxNyIgc3Ryb2tlPSIjQTU5RUIxIiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzE2NF8yNzYxIj4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOCA4KSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=);
  border: none;
  transform: rotate(0) translateY(-50%);
  height: 40px;
  width: 40px;

}
.why-faq-section  .accordion .accordion-wrapper .main-title-and-items .items .single-item .clickable-area.active:before {
  transform: rotate(180deg) translateY(50%);
}
.why-faq-section .accordion .accordion-wrapper .main-title-and-items .items .single-item .clickable-area p {
  padding-right: 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.why-faq-section .expandable-area {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}
.why-faq-section .expandable-area  p {
  margin-bottom: 20px;
}
.why-faq-section .main-image {
  max-width: 568px;
  margin-right: auto;
}
.why-faq-section .accordion {
  padding: 0;

}
.why-faq-section .accordion .accordion-wrapper .main-title-and-items .items .single-item:first-child {
  border-top: none;
}
.why-faq-section .accordion .accordion-wrapper .main-title-and-items .items .single-item {
  border-bottom: 1px solid rgba(249, 249, 249, .2);
}
@media (min-width: 768px) {
  .why-faq-section .accordion .accordion-wrapper .main-title-and-items {
    padding-left: 4px;

  }
}

@media (max-width: 767px) {
  .why-faq-section { 
    padding: 64px 0;
  }
  .why-faq-section h2 {
    font-size: 34px;

  }
}

.two-blocks-section {
  padding: 80px 0;
}

.two-blocks-section .container {
  max-width: 1222px;
}

.two-blocks-section .row {
  align-items: center;
}

.two-blocks-section .two-blocks-image {
  max-width: 537px;
}

.two-blocks-section .two-blocks-image img {
  border-radius: 20px;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.two-block-desc h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 40px;
}

.two-block-desc p {
  color: var(--main-text);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.two-block-desc ul {
  display: grid;
  list-style: none;
  grid-template-columns: 1fr 1fr; 
  gap: 40px;
  padding-left: 0;
}
.two-block-desc ul li {
  position: relative;
  padding-left: 36px;
}
.two-block-desc ul li::before {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzIxOV8xMjQwKSI+CjxyZWN0IHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgcng9IjEyIiBmaWxsPSIjMENBNTY4Ii8+CjxwYXRoIGQ9Ik02IDExTDEwIDE1TDE3IDciIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMyIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzIxOV8xMjQwIj4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiByeD0iMTIiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
  display: block;
  height: 24px;
  left: 0;
  top: 0;
  margin: auto 0;
  width: 24px;
}

@media (max-width: 767px) {
  .two-blocks-section {
    padding: 64px 0;
  }
  .two-block-desc h2 {
    font-size: 34px;
    line-height: 1.2;
  }
  
  .two-block-desc ul {
    grid-template-columns: 1fr ; 
    gap: 24px;
  
  }
  .two-blocks-image {
    margin-bottom: 32px;
  }
  .two-blocks-section .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

}

.systems-section {
  background: var(--gray);
  padding: 80px 0;
}
.systems-section h2 {
  font-size: 32px;
  font-weight: 400;
  line-height: 44.8px;
  text-align: center;
  margin-bottom: 40px;
}
.systems-section .container {
  max-width: 1222px;
}

.systems-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  width: 100%;
}

.systems-list-item {
  background: var(--white);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 48px;
  width: calc(50% - 12px);
}

.systems-list-item-heading {
  align-items: center;
  display: flex;
  gap: 24px;
}

.systems-list-item-heading .systems-list-item-icon {
  height: 80px;
  width: 80px;
}


.systems-list-item-heading  .systems-list-item-title {
  width: calc(100% - 104px);
}

.systems-list-item-heading  .systems-list-item-title h3 {
  color: var(--dark-blue);
  font-weight: 700;
  font-size: 32px;
  line-height: 38.4px;
  margin-bottom: 8px;

}
.systems-list-item-heading  .systems-list-item-title span {
  color: var(--orange);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.systems-list-item-heading .systems-list-item-icon img { 
  display: block;
  object-fit: contain;
  object-position: center;
  height: 100%;
  width: 100%;
}

.systems-list-item-description,
.systems-list-item-description *{
  color: var(--dark-blue);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
.systems-list-item-description ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 36px;

}

.systems-list-item-description ul li {
  position: relative;
}

.systems-list-item-description ul li::before {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzI0OV8xNzYpIj4KPHBhdGggZD0iTTYgMTFMMTAgMTVMMTcgNyIgc3Ryb2tlPSIjMENBNTY4IiBzdHJva2Utd2lkdGg9IjMiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8yNDlfMTc2Ij4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=);
  display: block;
  height: 24px;
  left: -36px;
  top: 0;
  margin: auto 0;
  width: 24px;
}

@media (max-width: 767px) {
  .systems-section {
    padding: 64px 0;
  }
  .systems-list-item {
    padding: 24px;
    gap: 16px;
    width: 100%;
  }
  .systems-section h2 {
    line-height: 1.2;
  }
  .systems-list-item-heading {
    gap: 8px;
  }
  .systems-list-item-heading .systems-list-item-icon {
    height: 48px;
    width: 48px;
  }
  .systems-list-item-heading .systems-list-item-title {
    width: calc(100% - 56px);
  }
  .systems-list-item-heading .systems-list-item-title h3 {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 0;
  }
  .systems-list-item-heading .systems-list-item-title span {
    font-size: 12px;
    
  }
  .systems-list-item-description, 
  .systems-list-item-description * {
    font-size: 14px;
    line-height: 25.6px;
  }
  .systems-list-item-description ul {
    gap: 8px;
  }

}

.push-team-section {
  color: var(--white);
  padding: 80px 0;
}
.push-team-section .container {
  max-width: 1222px;
}
.push-team-section .row {
  align-items: center;
}
.push-team-section h2,
.push-team-section p {
  color: var(--light-gray);
}
.push-team-section ,
.push-team-section p {
  font-size: 16px;
  line-height: 26.6px;
}

.push-team-eyebrow {
  color: var(--orange);
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 16px;
}
.push-team-eyebrow svg {
  height: 24px;
  margin-right: 12px;
  width: 24px;

}
.push-team-image {
  max-width: 380px;
}
.push-team-image img {
  height: auto;
  max-width: 100%;
}
.push-team-content h2 {
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 16px;
}
.push-team-content p {
  margin-bottom: 32px;
}
.push-team-content ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 36px;

}

.push-team-content ul li {
  color: var(--light-gray);
  font-size: 16px;
  line-height: 25.6px;
  position: relative;
}

.push-team-content ul li::before {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzI0OV8xNzYpIj4KPHBhdGggZD0iTTYgMTFMMTAgMTVMMTcgNyIgc3Ryb2tlPSIjMENBNTY4IiBzdHJva2Utd2lkdGg9IjMiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8yNDlfMTc2Ij4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=);
  display: block;
  height: 24px;
  left: -36px;
  top: 0;
  margin: auto 0;
  width: 24px;
}
.push-team-content .button  {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .push-team-image {
    display: block;
    margin: auto;
    max-width: 246px;
    margin-bottom: 32px;
  }
  .push-team-image img {
    display: block;
    margin: auto;
  }
  .push-team-content h2 {
    font-size: 34px;
    line-height: 1.2;
  }
  .push-team-eyebrow {
    font-size: 20px;
    line-height: 24px;
  }
  .push-team-content ul li::before {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzIxOV8xMjQwKSI+CjxyZWN0IHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgcng9IjEyIiBmaWxsPSIjMENBNTY4Ii8+CjxwYXRoIGQ9Ik02IDExTDEwIDE1TDE3IDciIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMyIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzIxOV8xMjQwIj4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiByeD0iMTIiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
  }

}

.connect-section {
  padding: 80px 0;
}
.connect-section .container {
  max-width: 1222px;
}
.connect-section h2 {
  font-size: 48px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 40px;
}
.connect-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.connect-list-item-lg {
  align-items: center;
  background: var(--gray);
  border-radius: 20px;
  padding: 48px;
  display: flex;
  justify-content: center;
  gap: 86px;
  width: 100%;
}

.connect-list-item-lg img {
  display: block;
  width: auto;
  max-height: 48px;
}
.connect-list-logo-right,
.connect-list-logo-left {
   align-items: center;
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   gap: 20px;
}
.connect-list-icon,
.connect-list-icon svg {
  height: 32px;
  width: 32px;
}
.connect-list-item-sm {
  background: var(--gray);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 48px 31px;
  width: calc(25% - 15px);
} 
.connect-list-item-sm .connect-list-icon {
  width: 96px;
  height: 96px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.connect-list-item-sm .connect-list-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.connect-list-item-sm .connect-list-title {
  font-family: 'Jost', serif;
  font-weight: 600;
  font-size: 18px;
  line-height:25.2px;
  text-align: center;
}
@media (max-width: 992px) {

  .connect-list-item-lg {
    flex-direction: column;
    gap: 32px;
  }

  .connect-list-item-sm {
    width: calc(50% - 10px);
  }

}
@media (max-width: 767px) {
  .connect-section {
    padding: 64px 0;
  }
  .connect-section h2 {
    font-size: 34px;
    line-height: 1.2;
  }
  .connect-list-item-sm {
    padding: 48px 20px;
  }
}
@media (max-width: 510px) {
  .connect-list-item-sm {
    width: 100%;
  }
}

.two-blocks-numbers-section {
  padding: 26px 0 80px;
}

.two-blocks-numbers-section .container {
  max-width: 1222px;
}

.two-blocks-numbers-content h2 {
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 40px;
}
.two-blocks-numbers-content h2 span {
  color: var(--orange);
}
.two-blocks-numbers-content strong {
  font-weight: 600;
}
.two-blocks-numbers-content p,
.two-blocks-numbers-content {
  font-family: 'Jost', seri;
  font-size: 18px;
  line-height: 25.2px;
}

.two-blocks-numbers-list ol {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 20px;
  padding-left: 0;
}
.two-blocks-numbers-list ol li {
 counter-increment: item;
 position: relative;
 padding-left: 80px;
}
.two-blocks-numbers-list ol li::before {
  border: 2px solid var(--dark-blue);
  border-radius: 50%;
  content: counter(item); 
  color: var(--dark-blue);
  font-weight: bold;
  font-size: 22px;
  line-height: 30.8px;
  left: 0;
  text-align: center;
  padding: 8px;
  position: absolute;
  height: 48px;
  width: 48px;
}
.two-blocks-numbers-list ol li::after {
  bottom: 0;
  background: var(--dark-blue);
  content:'';
  display: block;
  height: calc(100% - 68px);
  position: absolute;
  left: 24px;
  width: 1px;

}
.two-blocks-numbers-list ol li:last-child::after {
  display: none;
}
.two-blocks-numbers-list h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 30.8px;
  margin-bottom: 12px;
  margin-top: 10px;

}

.two-blocks-numbers-list ,
.two-blocks-numbers-list p {
  font-size: 16px;
  line-height: 25.6px;
}

@media (max-width: 767px) {
  .two-blocks-numbers-section {
    padding: 26px 0 64px;
  }

  .two-blocks-numbers-content h2 {
    font-size: 34px;
    line-height: 1.2;
  }
}

.benefits-services-section {
  background-color: var(--gray);
  padding: 80px 0;
  overflow: hidden;
  max-width: 100vw;

}


.benefits-services-section .container {
  max-width: 1222px;
}

.benefits-services-inner {
  overflow: inherit;
  margin-bottom: 48px;
  width: 100%;
}

.benefits-services-section .benefits-services-item {
  background: var(--white);
  border-radius: 20px;
  height: auto;
  width: calc(33.33% - 32px);
}

.benefits-services-section .benefits-services-item-inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 48px;
}
.benefits-services-section .benefits-services-actions {
  position: absolute;
  display: flex;
  flex-direction: row;
  gap: 16px;
  right: 0;
  top: -80px;
  width: 96px;

}
.benefits-services-section .benefits-services-item-logo {
  height: 56px;
}

.benefits-services-section .benefits-services-item-logo img {
  max-width: 100%;
  max-height: 56px;
  width: auto;
  height: auto;
  display: block;
  margin: auto 0;
}
.benefits-services-section .benefits-services-item-desc,
.benefits-services-section .benefits-services-item-desc p {
  font-size: 16px;
  line-height: 25.6px;
}
.benefits-services-section .benefits-services-item-desc p {
  margin-bottom: 0;
}
.benefits-services-item-heading {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.benefits-services-item-heading {
 font-family:'Jost', serif;
}

.benefits-services-item-heading .benefits-services-title-main {
  font-size: 48px;
  font-weight: 500;
  line-height: 43px;
}

.benefits-services-item-heading  .benefits-services-title-sm {
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;

}
.benefits-services-top {
  margin-bottom: 40px;
}

.benefits-services-top-content {
  width: calc(100% - 120px);
}

.benefits-services-section .benefits-services-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 0;

}

.benefits-services-actions .button-slide { 
    align-items: center;
    background-color: var(--dark-blue);
    border-radius: 50%;
    border: none;
    display: flex;
    justify-content: center;
    transition: all .3s ease-in-out;
    font-size: 0;
    height: 40px;
    width: 40px;
}
.benefits-services-actions .button-slide:hover:not(.swiper-button-disabled) {
  background-color: var(--main-text);
 }
 .benefits-services-actions .button-slide.swiper-button-disabled {
  opacity: .2;
 }
.benefits-services-actions .button-slide svg {
    fill: none;
    height: 24px;
    width: 24px;
}
@media (max-width: 1200px) {
  .benefits-services-item-heading .benefits-services-title-main {
    font-size: 38px;
    line-height: 38px;
  }
  .benefits-services-item-heading .benefits-services-title-sm {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .benefits-services-section .benefits-services-item {
    width: calc(50% - 32px);
  }
}
@media (max-width: 767px) {
  .benefits-services-section .benefits-services-item-inner {
    padding: 24px;
  }
  .benefits-services-section .benefits-services-title {
     font-size: 34px;
     line-height: 1;
  }
  .benefits-services-item-heading .benefits-services-title-main {
    font-size: 38px;
  }
  .benefits-services-item-heading .benefits-services-title-sm {
    font-size: 20px;
    line-height: 1.3;
  }
  .benefits-services-section .benefits-services-item-inner {
    gap: 24px;
  }
  .benefits-services-section { 
      padding: 64px 0;
  }
}
@media (max-width: 649px) {
  .benefits-services-section .benefits-services-item {
    width: calc(95% - 32px);
  }
}

.resources-section {
  text-align: center;
  padding-bottom: 80px;
}
.resources-section .container {
  max-width: 1190px;
}
.resources-section .resources-title {
  text-align: center;
  margin-bottom: 80px;
}

.resources-section .resources-title h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 20px;
}

.resources-section .resources-title p {
  font-size: 18px;
  font-weight: 600;
  line-height: 25.2px;
  margin-bottom: 0;
  
}
.resources-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.resources-list-item {
  background: var(--gray);
  border-radius: 20px;
  overflow: hidden;
  width: calc(33.33% - 14px);
}
.resources-list-item .resources-list-item-image {
  padding-top: 57.267%;
  position: relative;
}
.resources-list-item .resources-list-item-image img {
  position: absolute;
  display: block;
  object-fit: cover;
  inset: 0;
  height: 100%;
  width: 100%;
}

.resources-list-item .resources-list-item-content {
  display: flex;
  flex-direction: column;
  padding: 48px 31px;
  text-align: center;
}
.resources-list-item .resources-list-eyebrow {
  color: var(--orange);
  font-size: 18px;
  font-weight: 600;
  line-height: 25.2px;
  margin-bottom: 10px;

}
.resources-list-item .resources-list-item-content h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 30.8px;
  margin-bottom: 10px;
}
.resources-list-item .resources-list-item-content p {
  font-size: 16px;
  line-height: 25.6px;
  margin-bottom: 10px;
}

.resources-list-item .resources-list-item-content .button-link {
  color: var(--dark-blue);
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
  transition: all .2s ease-in-out;
  text-decoration: underline;
}
.resources-list-item .resources-list-item-content .button-link:hover {
  color: var(--orange);

}

@media (max-width: 991px) {
  .resources-list {
    justify-content: center;
  }
  .resources-list-item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 768px) {
  .resources-section .resources-title {
    margin-bottom: 64px;
  }
  .resources-section {
    padding-bottom: 64px;
  }
  .resources-section .resources-title h2 {
    font-size: 34px;
    line-height: 1.2;
  }
  .resources-list-item .resources-list-item-content {
    padding: 24px;
  }
}
@media (max-width: 649px) {
  .resources-list-item {
    width: 100%;
  }
}
#main:has(.connect-orange-section) {
  padding-bottom: 0;
}
.connect-orange-section { 
  background: var(--orange);
  color: var(--white);
  text-align: center;
  padding: 80px 0;
}
.connect-orange-section * {
    color: var(--white);
}
.connect-orange-section ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.connect-orange-section .connect-list {
  justify-content: center;
  margin-bottom: 40px;
}
.connect-orange-section .connect-list li {
  font-size: 16px;
  line-height: 24.8px;
}
.connect-orange-section .connect-list li:not(:last-child)::after {
  content:'|';
  display: inline-block;
  margin-left: 20px;
 }
.connect-orange-section ul a {
  color: var(--white);
}
.tap-dark {
    display: inline-block;
    padding: 0 20px;
    white-space: nowrap;
    min-width: 220px;
    max-width: 360px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    line-height: 56px;
    border: 0 solid transparent;
    border-radius: 28px;
    font-size: 16px;
    background: #021836;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: all 200ms ease;
    font-family: "Inter", sans-serif;
    font-weight: bold;
    text-decoration: none;
}

.tap-dark:hover,
.tap-dark:focus {
  background-color: var(--main-text);
  color: var(--white);
  text-decoration: none;
}
.connect-orange-section .tap-dark {
  display: block;
  padding: 0 60px;
  margin: auto;
}
.connect-orange-section  .container {
  max-width: 1200px;
}

.connect-orange-section h2 {
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 40px;
}
.connect-orange-section h3 {
  font-size: 32px;
  font-weight: 400;
  line-height: 38.4px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .connect-orange-section {
    padding: 64px 0;
  }
  .connect-orange-section h2 {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 24px;
  }
  .connect-orange-section h3 {
    font-size: 22px;
    line-height: 1.2;
  }
  .connect-orange-section .connect-list li {
    font-size: 14px;
  }
  .connect-orange-section .tap-dark {
    padding: 0 20px;

  }
}