/* CTA Banner */
.banner {
   color: #fff;
   background-color: #020617;
   border: 1px solid #020617;
   border-radius: 1.6rem;
   overflow: hidden
}

@media screen and (min-width:768px) {
   .banner {
      padding: 2.8rem 8rem
   }
}

@media screen and (max-width:767px) {
   .banner {
      text-align: center;
      padding: 2.3rem 3rem 1.8rem
   }
}

.banner__cols {
   z-index: 2;
   -ms-flex-align: center;
   align-items: center;
   display: -ms-flexbox;
   display: flex;
   position: relative
}

@media screen and (max-width:767px) {
   .banner__cols {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap
   }
}

@media screen and (min-width:768px) {
   .banner__col:first-child {
      max-width: 57rem;
      margin-right: 2rem
   }
}

@media screen and (max-width:767px) {
   .banner__col:first-child {
      width: 100%;
      margin-bottom: 2rem
   }
}

@media screen and (min-width:768px) {
   .banner__col:nth-child(2) {
      z-index: 1;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-left: auto;
      position: relative
   }
}

@media screen and (max-width:767px) {
   .banner__col:nth-child(2) {
      width: 100%
   }
}

.banner__title {
   font-weight: 700;
   line-height: 1.4
}

@media screen and (min-width:1024px) {
   .banner__title {
      font-size: 3.6rem;
      line-height: 1.4
   }
}

@media screen and (max-width:1023.5px) {
   .banner__title {
      font-size: 2.4rem;
      line-height: normal
   }
}

.banner__title strong {
   color: #FF4E32
}

@media screen and (min-width:1024px) {
   .banner__title {
      letter-spacing: .01em
   }
}

@media(max-width:1023.5px) and (min-width:768px) {
   .banner__title {
      letter-spacing: .02em
   }
}

@media screen and (max-width:767px) {
   .banner__title {
      font-weight: 700;
      line-height: 1.5
   }
}

.banner__decor {
   z-index: -1;
   position: absolute;
   top: 50%;
   left: 50%
}

@media screen and (min-width:768px) {
   .banner__decor {
      width: 27.4rem;
      height: 27.4rem;
      margin: -13.7rem 0 0 -13.7rem
   }
}

@media screen and (max-width:767px) {
   .banner__decor {
      width: 25rem;
      height: 25rem;
      margin: -18.8rem 0 0 -27rem
   }
}

@media screen and (min-width:768px) {
   .banner--v1_mod .banner__decor {
      width: 4.7rem;
      height: 36rem;
      margin: -18rem 0 0 -2.7rem
   }
}

@media screen and (max-width:767px) {
   .banner--v1_mod .banner__decor {
      margin: -19.2rem 0 0 -27.2rem
   }
}

.banner__decor_img {
   object-fit: contain;
   width: 100%;
   height: 100%;
   display: block
}

@media screen and (min-width:1024px) {
   .banner__decor_img.banner__decor_img--mobile_mod {
      display: none
   }
}

@media screen and (max-width:1023.5px) {
   .banner__decor_img.banner__decor_img--desktop_mod {
      display: none
   }
}

@media screen and (max-width:767px) {
   .banner__btn:not(.banner--v1_mod .banner__btn) a {
      width: 100%
   }
}

.banner--v1_mod .banner__btn {
   text-align: center;
   min-width: 28rem
}

.banner__btn .btn_primary {
   box-shadow: 0 2px 4px rgba(0, 64, 82, .2)
}

/* CTA industries */
.cta_industries.section {
   padding-top: 0rem;
   padding-bottom: 0rem;
}

.cta_industries .section_in {
   max-width: 128rem;
}

.cta_industries__container {
   display: flex;
   justify-content: space-between;
   align-items: flex-start;
   border-radius: 1.3rem;
   background: #F8FAFC;
   padding: 5.2rem 14rem;
}

.cta_industries__image {
   max-width: 26.5rem;
   width: 100%;
}

.cta_industries__image img {
   width: 100%;
}

.cta_industries__content {
   max-width: 56.8rem;
}

.cta_industries__title {
   color: #020617;
   font-size: 2rem;
   font-style: normal;
   font-weight: 700;
   line-height: 140%;
   margin-bottom: 1.6rem;
}

.cta_industries__description {
   color: #475569;
   font-size: 1.6rem;
   font-style: normal;
   font-weight: 400;
   line-height: 150%;
}

@media screen and (max-width: 1024px) {
   .cta_industries__container {
      padding: 5.2rem;
      gap: 2.4rem;
   }
}

@media screen and (max-width: 768px) {
   .cta_industries__container {
      flex-direction: column;
      padding: 2.4rem;
      gap: .4rem;
   }

   .cta_industries__image {
      max-width: 17.8rem;
   }

   .cta_industries__title {
      font-size: 1.6rem;
      line-height: 150%;
   }

   .cta_industries__description {
      font-size: 1.4rem;
      line-height: 142%;
   }

   .cta_industries__image img {
      margin-top: -1.5rem;
   }
}

/* CTA shared (cta + cta_v2 + blog_cta) */
.cta.section {
   padding-top: 0rem;
   margin-bottom: -1px;
}

.cta .section_in {
   max-width: 128rem;
}

.cta__container {
   background-color: #327DF6;
   position: relative;
   overflow: hidden;
   border-radius: 1.2rem;
   width: 100%;
   margin: 0 auto;
}

.blog_cta .cta__container {
   background-color: #1E3A8A;
}

@media screen and (min-width: 1024.5px) {
   .cta_v2.blog_cta {
      padding-left: 0;
      padding-right: 0;
   }
}

@media screen and (min-width: 768px) {
   .cta__container {
      max-width: 128rem;
   }
}

@media screen and (max-width: 767px) {
   .cta.section {
      padding-top: 0;
      padding-bottom: 2.2rem;
   }
}

.cta_v2.blog_cta {
   padding-top: 5.2rem;
   padding-bottom: 5.2rem;
}

.cta__bg {
   position: absolute;
   pointer-events: none;
   z-index: 0;
}

.cta__bg img {
   width: 100%;
   height: 100%;
   object-fit: contain;
}

.cta__bg.cta__bg--desktop {
   display: block;
}

@media screen and (max-width: 767px) {
   .cta__bg.cta__bg--desktop {
      display: none;
   }

   .cta_v2.blog_cta {
      padding-top: 1.6rem;
      padding-bottom: 2.2rem;
   }
}

.cta__bg.cta__bg--left.cta__bg--desktop {
   top: -4.4rem;
   left: -2rem;
   width: 30.5rem;
   height: 29.6rem;
}

.blog_cta .cta__bg.cta__bg--left.cta__bg--desktop {
   top: auto;
   bottom: 0rem;
   left: -5rem;
   width: 25rem;
   height: 25rem;
}

.cta__bg.cta__bg--right.cta__bg--desktop {
   top: -5.2rem;
   right: -2rem;
   width: 30.5rem;
   height: 30.6rem;
}

.blog_cta .cta__bg.cta__bg--right.cta__bg--desktop {
   top: -5rem;
   right: -5rem;
   width: 25rem;
   height: 25rem;
}

.cta__bg.cta__bg--mob {
   display: none;
}

@media screen and (max-width: 767px) {
   .cta__bg.cta__bg--mob {
      display: block;
   }
}

.cta__bg.cta__bg--left.cta__bg--mob {
   top: 3rem;
   left: -2.3rem;
   width: 13.5rem;
   height: 16.6rem;
}

.cta__bg.cta__bg--right.cta__bg--mob {
   top: 3rem;
   right: -1.3rem;
   width: 13.5rem;
   height: 16.6rem;
}

.cta__content {
   position: relative;
   z-index: 1;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   text-align: center;
}

@media screen and (min-width: 768px) {
   .cta__content {
      padding: 5.2rem 6.4rem;
      gap: 3.2rem;
   }

   .blog_cta .cta__content {
      padding: 7.2rem 1.4rem;
      gap: 3.2rem;
      max-width: 66rem;
      margin: 0 auto;
   }

   .blog_cta.cta_v2 .cta__content {
      padding: 5.2rem 1.4rem;
      gap: 3.2rem;
      max-width: 80rem;
      margin: 0 auto;
   }
}

@media screen and (max-width: 767px) {
   .cta__content {
      padding: 2.4rem;
      gap: 2.4rem;
   }
}

.cta__title {
   color: #FFFFFF;
   font-family: 'Inter', sans-serif;
   font-weight: 700;
   text-align: center;
   margin: 0;
}

.cta__description {
   color: #FFF;
   text-align: center;
   font-family: Inter;
   font-size: 1.4rem;
   font-style: normal;
   font-weight: 400;
   line-height: 2rem;
}

@media screen and (min-width: 768px) {
   .cta__title {
      font-size: 3.2rem;
      line-height: 1.2;
      max-width: 80rem;
   }
}

@media screen and (max-width: 767px) {
   .cta__title {
      font-size: 2.4rem;
      line-height: 1.25;
      max-width: 29.4rem;
   }

   .blog_cta .cta__title {
      min-width: 100%;
   }
}

.cta__title strong {
   color: #FFFFFF;
}

.cta__btn {
   display: inline-flex;
   align-items: center;
   gap: 0.8rem;
   background-color: #FFFFFF;
   color: #020617;
   border: none;
   border-radius: 0.4rem;
   font-family: 'Inter', sans-serif;
   font-weight: 500;
   font-size: 1.4rem;
   line-height: 1.428;
   text-decoration: none;
   cursor: pointer;
   transition: all 0.2s ease-in-out;
   justify-content: center;
}

@media screen and (min-width: 768px) {
   .cta__btn {
      padding: 0.8rem 1.6rem;
      height: 4rem;
   }
}

@media screen and (max-width: 767px) {
   .cta__btn {
      padding: 0.8rem 3.2rem;
      height: 4.4rem;
   }
}

.cta__btn:hover {
   background-color: #F8FAFC;
   text-decoration: none;
}

.cta__btn:focus {
   outline: 2px solid #FFFFFF;
   outline-offset: 2px;
}

.cta__btn_icon {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 1.6rem;
   height: 1.6rem;
   flex-shrink: 0;
}

.cta__btn_icon img,
.cta__btn_icon svg {
   width: 100%;
   height: 100%;
   object-fit: contain;
}

/* CTA join */
@media screen and (min-width:1024px) {
   .join_cta {
      padding-bottom: 10rem
   }
}

@media screen and (max-width:1023.5px) {
   .join_cta {
      margin-bottom: 1.6rem
   }
}

@media screen and (min-width:1024px) {
   .join_cta__title {
      max-width: 91rem;
      margin: 0 auto
   }
}

@media(max-width:1023.5px) and (min-width:768px) {
   .join_cta__title {
      max-width: 52.8rem;
      margin: 0 auto
   }
}

@media screen and (min-width:1024px) {
   .join_cta__title:not(:last-child) {
      margin-bottom: 2.6rem
   }
}

@media screen and (max-width:1023.5px) {
   .join_cta__title:not(:last-child) {
      margin-bottom: 3.2rem
   }
}

.join_cta__title h2 {
   --accent: #FF4E32;
   color: #020617;
   text-align: center;
   font-weight: 700;
   position: relative
}

@media screen and (min-width:1024px) {
   .join_cta__title h2 {
      font-size: 3.6rem;
      line-height: 1.4
   }
}

@media screen and (max-width:1023.5px) {
   .join_cta__title h2 {
      font-size: 2.4rem;
      line-height: normal
   }
}

.join_cta__title h2 strong,
.join_cta__title h2 span {
   color: var(--accent, #db073d)
}

.join_cta__title h2:after {
   background-color: var(--accent, #db073d);
   content: "";
   width: 5.6rem;
   height: 2px;
   margin-left: -2.8rem;
   position: absolute;
   bottom: 0;
   left: 50%
}

.contract-options__title.join_cta__title h2:after {
   background-color: #FF4E32;
}

@media screen and (min-width:1024px) {
   .join_cta__title h2 {
      padding-bottom: 2.4rem
   }
}

@media screen and (max-width:1023.5px) {
   .join_cta__title h2 {
      padding-bottom: 1.6rem
   }
}

@media screen and (min-width:1024px) {
   .join_cta__title h2:not(:last-child) {
      margin-bottom: 7rem
   }
}

@media screen and (max-width:1023.5px) {
   .join_cta__title h2:not(:last-child) {
      margin-bottom: 4.8rem
   }
}

.join_cta__text {
   letter-spacing: 0;
   text-align: center;
   color: #020617
}

@media screen and (min-width:1024px) {
   .join_cta__text {
      max-width: 81.6rem;
      margin: 0 auto;
      font-size: 2.4rem;
      font-weight: 700
   }
}

@media screen and (max-width:1023.5px) {
   .join_cta__text {
      font-size: 1.8rem
   }
}

@media screen and (min-width:1024px) {
   .join_cta__text:not(:last-child) {
      margin-bottom: 2.6rem
   }
}

@media screen and (max-width:1023.5px) {
   .join_cta__text:not(:last-child) {
      margin-bottom: 3.4rem
   }
}

.join_cta__text p:not(:last-child) {
   margin-bottom: 1.4rem
}

.join_cta__btn_w {
   -ms-flex-pack: center;
   justify-content: center;
   display: -ms-flexbox;
   display: flex
}

.join_cta__btn {
   box-shadow: 0 2px 4px rgba(0, 64, 82, .15)
}

@media screen and (max-width:479px) {
   .join_cta__btn {
      width: 100%
   }
}

/* CTA enterprise + cta_v2 */
.cta_enterprise__container .cta_v2__title,
.cta_enterprise__container .cta_v2__btn_w {
   justify-content: start;
   text-align: left;
}

.cta_enterprise__container .cta_v2__title h2 {
   font-size: 36px;
   margin-bottom: -5px;
}

.cta_enterprise__container .cta_v2__title span {
   color: #FFF;
   font-family: Inter;
   font-size: 16px;
   font-weight: 400;
   line-height: 140%;
}

.cta_enterprise__container {
   display: flex;
   justify-content: space-between;
   align-items: start;
   max-width: 94rem;
   margin: 0 auto;
   gap: 3rem;
}

.cta_enterprise__persona {
   z-index: 1;
   text-align: center;
}

.cta_enterprise__image {
   margin-bottom: 10px;
}

.cta_enterprise__name {
   font-size: 16px;
   font-weight: 700;
   line-height: 140%;
   margin-bottom: 2px;
}

.cta_enterprise__position {
   font-size: 14px;
   font-weight: 500;
   line-height: normal;
}

.cta_enterprise__image img {
   width: 192px;
   height: 192px;
}

.cta_v2__content {
   z-index: 1;
   position: relative
}

.cta_v2__title {
   letter-spacing: .004em;
   text-align: center
}

.cta_v2__title h2 strong {
   color: #FF4E32;
   text-decoration-line: underline;
   text-decoration-style: solid;
   text-decoration-skip-ink: none;
   text-decoration-thickness: auto;
   text-underline-offset: auto;
   text-underline-position: from-font;
}

.cta_v2__title a {
   text-decoration: underline;
   text-underline-offset: 4px;
}

.cta_v2__title a:hover {
   text-decoration: none;
}

@media screen and (min-width:1024px) {
   .cta_v2__title {
      font-size: 3.6rem;
      line-height: 1.4
   }

   .cta_enterprise__container {
      gap: 16rem;
   }
}

@media screen and (max-width:1023.5px) {
   .cta_v2__title {
      font-size: 2.4rem;
      line-height: normal
   }
}

@media screen and (min-width:1024px) {
   .cta_v2__title {
      max-width: 95.2rem;
      margin: 0 auto
   }

   .cta_v2__title:not(:last-child) {
      margin-bottom: 3rem
   }
}

@media screen and (max-width:1023.5px) {
   .cta_v2__title:not(:last-child) {
      margin-bottom: 1.8rem
   }
}

@media screen and (min-width:768.5px) {
   .cta_enterprise__container {
      gap: 2rem;
   }

   .cta_enterprise__container .cta_v2__title {
      margin-bottom: 20px !important;
   }
}

@media screen and (max-width:768px) {
   .cta_enterprise__container {
      flex-direction: column-reverse;
   }

   .cta_enterprise__container .cta_v2__title,
   .cta_enterprise__container .cta_v2__btn_w {
      justify-content: center;
      text-align: center;
   }

   .cta_enterprise__persona {
      z-index: 1;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin: 0 auto;
   }

   .cta_enterprise__container .cta_v2__title h2 {
      margin-bottom: 20px;
   }

   .cta_enterprise__container .cta_v2__title {
      margin-bottom: 30px;
   }

   .cta_enterprise__container .cta_v2__title h2 {
      font-size: 24px;
   }
}

.cta_v2__btn_w {
   -ms-flex-pack: center;
   justify-content: center;
   display: -ms-flexbox;
   display: flex
}

@media screen and (max-width:479px) {
   .cta_v2__btn {
      width: 100%
   }
}

.btn_minimal.second_cta__btn {
   border-color: transparent;
   background: transparent;
   color: #fff;
}

.btn_minimal.second_cta__btn:hover {
   color: #fff;
   text-decoration: underline;
   text-underline-offset: .3rem;
}

/* CTA services */
.cta_services {
   position: relative;
   padding-top: 0;
   padding-bottom: 5.2rem;
}

.cta_services .section_in {
   max-width: 128rem;
   border-radius: var(--border-radius-xl, 12px);
   background: linear-gradient(0deg, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 0.30) 100%), var(--tailwind-colors-blue-50, #EFF6FF);
}

@media screen and (max-width:1023.5px) {
   .cta_services {
      padding-bottom: 3.2rem;
   }
}

.cta_services__container {
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 3.2rem 2.4rem;
}

.cta_services__content {
   text-align: center;
   max-width: 80rem;
   margin: 0 auto
}

.cta_services__title {
   color: #020617;
   font-size: 3.2rem;
   font-weight: 700;
   line-height: 120%;
   margin-bottom: 2rem;
}

@media screen and (max-width:1023.5px) {
   .cta_services__title {
      font-size: 2.4rem
   }
}

.cta_services__subtitle {
   color: #020617;
   text-align: center;
   font-size: 1.6rem;
   font-weight: 400;
   line-height: 150%;
   margin-bottom: 3.2rem;
}

@media screen and (max-width:1023.5px) {
   .cta_services__subtitle {
      margin-bottom: 2.4rem;
   }
}

.cta_services__buttons {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 2.4rem;
   flex-wrap: wrap
}

@media screen and (max-width:767px) {
   .cta_services__buttons {
      gap: 1.6rem
   }
}

.cta_services__second_btn {
   color: #6b7280 !important;
   background: transparent !important;
   border: none !important;
   padding: 0 !important;
   font-weight: 500 !important
}

.cta_services__second_btn:hover {
   color: #374151 !important
}

.cta_services__btn_icon {
   margin-left: 0.8rem;
   display: inline-flex;
   align-items: center;
   transition: transform 0.3s ease
}

.cta_services__second_btn:hover .cta_services__btn_icon {
   transform: translateX(0.4rem)
}
