/*
Request a demo Redesign V4
*/

body {
   background-color: #fff;
}

img.scaled-image {
   border: 0 !important;
}

a:focus {
   outline: 0px auto -webkit-focus-ring-color;
   outline-offset: 0px;
}

p,
h1,
h2,
h3,
h4,
h5 {
   color: #000;
}

.swiper {
   overflow: hidden;
}

.swiper-pagination {
   left: 0;
   right: 0;
   padding-top: 33px;
}

.btn--primary.request-demo {
   transition: transform 0.4s ease 0s, background-color, border-color, background, color;
   width: max-content;
   padding: 6px 20px !important;
   display: flex;
   align-items: center;
   margin-top: 20px;
   border-radius: 30px;
   background: linear-gradient(267.29deg, #0995e3 0%, #096be1 100%) !important;
   color: #ffffff !important;
   font-size: 16px;
   font-weight: 400;
   line-height: min(6vw, 28px);
   letter-spacing: 0.02em;
   text-align: center;
   white-space: normal;
   max-width: 100%;
   border: 0;
}

.btn--primary.request-demo svg {
   margin-left: 10px;
}

.btn--primary.request-demo:hover {
   transform: translateY(-3px);
}

.btn--primary.request-demo img {
   margin-left: 10px;
   max-width: 25px;
}

.btn--primary.request-demo.light {
   background: #E1EEFF !important;
   color: #096BE1 !important;
}

.btn--primary.btn-transparent.request-demo {
   background: transparent !important;
   border: 0px solid white;
   padding: 0px !important;
   box-shadow: none !important;
}

.btn--primary.btn-transparent.dark.request-demo {
   background: transparent !important;
   border: 0px solid white;
   padding: 0px !important;
   color: #000 !important;
}

.btn--primary.btn-transparent img,
.btn--primary.btn-transparent svg {
   margin-left: 12px;
   position: relative;
   left: 0;
   transition: 300ms;
}

.btn--primary.btn-transparent:hover {
   transform: translateY(0px);
}

.btn--primary.btn-transparent:hover img,
.btn--primary.btn-transparent:hover svg {
   left: 10px;
}


a.learn-more-transparent {
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   display: flex;
   align-items: center;
   letter-spacing: 0.02em;
   color: #212F41;
   text-transform: uppercase;
   margin-top: 8px;
}

a.learn-more-transparent img {
   margin-left: 12px;
   position: relative;
   left: 0;
   transition: 300ms;
   width: 24px;
}

a.learn-more-transparent:hover img {
   left: 10px;
}

h1.general-title {
   font-weight: 600;
   font-size: 40px;
   line-height: 52px;
   color: black;
   margin-top: 0px;
}

h1.general-title.smaller {
   font-size: 36px;
   line-height: 47px;
}

h2.general-title {
   font-weight: 600;
   font-size: 26px;
   line-height: 36px;
   color: #454444;
   margin-top: 0px;
   margin-bottom: 17px !important;
}

h2.general-title.smaller {
   font-size: 32px;
   line-height: 42px;
}

h3.general-title {
   font-weight: 600;
   font-size: 24px;
   line-height: 32px;
   color: black;
   margin-top: 0px;
}

p.above-title {
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   letter-spacing: 0.02em;
   color: #096BE1;
   text-transform: uppercase;
   margin-bottom: 30px;
}

p.subtitle {
   font-size: 16px;
   line-height: 24px;
   margin-bottom: 0px;
   text-transform: uppercase;
   font-weight: 600;
}

p.larger {
   font-size: 18px;
   line-height: 28px;
}

section.dark p,
section.dark h1,
section.dark h2,
section.dark h3,
section.dark h4,
section.dark h5 {
   color: white;
}

.col {
   padding-right: 15px;
   padding-left: 15px;
}

@media (min-width: 1201px) and (max-width: 1600px) {

   .container {
      padding-right: 30px;
      padding-left: 30px;
   }
}

@media (min-width: 1201px) and (max-width: 1550px) {
   .container {
      padding-left: 50px;
      padding-right: 50px;
   }
}

@media (min-width: 1200px) {

   .container {
      width: 100% !important;
      max-width: 1470px !important;
   }

   .container.container-small {
      width: 100% !important;
      max-width: 1025px !important;
      margin-left: auto;
      margin-right: auto;
   }
}


@media (min-width: 992px) and (max-width: 1060px) {
   div.container {
      width: 100% !important;
   }
}

@media (min-width: 992px) {
   .container {
      width: 100% !important;
   }
}

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

.page-content-wrap img {
   width: 100%;
}

.mb-0 {
   margin-bottom: 0px !important;
}

.page-content-wrap {
   background: #F8F8F8;
}

/*Top bar*/
.page-content-wrap > section:first-of-type {
   transition: padding .3s ease-out;
}
.notification-top-bar {
   position: relative;
   color: white;
   display: flex;
   padding: 15px 60px !important;
   text-align: center !important;
   justify-content: center !important;
   position: absolute;
   top: -100px;
   left: 0;
   width: 100%;
   transition: all 0.5s;
   visibility: hidden;
   opacity: 0;
}

.notification-top-bar::before {
   content: '';
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   background: linear-gradient(267.29deg, rgba(9, 149, 227, 1) 0%, rgba(9, 107, 225, 1) 100%);
   opacity: .8;
   transition: all 0.3s;
   z-index: 1;
   pointer-events: none;
}

.notification-top-bar:hover::before {
   opacity: 1;
}

.notification-top-bar.active {
   visibility: visible;
   opacity: 1;
   top: 80px;
   z-index: 10;
}

.notification-top-bar p,
.notification-top-bar a {
   color: white;
}

.notification-top-bar .inner {
   display: flex;
   align-items: center;
   gap: 20px;
   justify-content: space-between;
   z-index: 2;
}

.notification-top-bar .text-wrapper {
   display: flex;
   align-items: center;
   gap: 20px;
}


.notification-top-bar a {
   text-transform: uppercase;
   color: white;
   font-size: 16px;
   line-height: 24px;
   font-weight: 400;
   display: flex;
   align-items: center;
   flex-shrink: 0;
}

.notification-top-bar img {
   width: auto !important;
}

.notification-top-bar a img {
   position: relative;
   transition: all 0.3s;
   margin-left: 10px;
   left: 0;
}

.notification-top-bar a:hover img {
   left: 12px;
}

.notification-top-bar .close-wrapper {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 28px;
   height: 28px;
   position: absolute;
   top: 0;
   bottom: 0;
   right: 12px;
   margin-top: auto;
   margin-bottom: auto;
   background: rgba(255, 255, 255, .3);
   border-radius: 50%;
   cursor: pointer;
   transition: all 0.3s;
   z-index: 5;
   flex-shrink: 0;
}

.top-bar-wrapper .close-wrapper:hover {
   opacity: .8;
}

#centric-partner {
   transition: padding-top 0.5s ease-in-out !important;
}

@media (max-width: 991px) {
   
   .notification-top-bar p,
   .notification-top-bar a {
      font-size: 15px;
   }
   
   .notification-top-bar {
      padding: 15px 17px !important;
      text-align: left !important;
      justify-content: flex-start !important;
   }
   
   .notification-top-bar .inner {
      display: flex;
      gap: 6px;
      align-items: center;
      justify-content: space-between;
      width: 100%;
   }
   
   .notification-top-bar .text-wrapper {
      display: flex;
      gap: 6px;
      flex-direction: column;
      align-items: flex-start;
   }
   
   .notification-top-bar .close-wrapper {
      position: relative;
      right: 0;
   }
   
   .notification-top-bar.active {
      visibility: visible;
      opacity: 1;
      top: 80px;
   }
   
}

/*Section hero*/
.section-request-demo-main {
   padding-top: 124px;
   padding-bottom: 0;
}

.section-request-demo-main .col-form {
   background: white;
   padding-top: 13px;
   padding-left: 42px;
   padding-right: 42px;
   box-shadow: 0px 18px 30px -4px rgba(33, 47, 65, 0.07);
   margin-bottom: -21%;
   z-index: 100;
   min-height: 700px;
}

.section-request-demo-main h2.general-title {
   margin-bottom: 25px !important;
}

.section-request-demo-main .col-text {
   padding-top: 20px;
   padding-left: 40px;
   padding-right: 66px;
   padding-bottom: 50px;
}

.section-request-demo-main .col-text .inner-text {
   max-width: 470px;
}

.section-request-demo-main .col-text p {
   color: #454444;
   margin-top: 17px;
   font-size: 18px;
   line-height: 26px;
}

.section-request-demo-main .col-text p.advantages-title {
   font-weight: bold;
}

.advantages-main-wrapper {
   margin-bottom: 25px;
}

.advantages-main-wrapper p.specific-advantage {
   margin-bottom: 0px !important;
   margin-top: 0px !important;
}

.advantages-main-wrapper p.specific-advantage {
   display: flex;
   gap: 11px;
   font-size: 16px;
   line-height: 24px;
}

.advantages-main-wrapper p.specific-advantage img.icon {
   width: 24px;
   height: 24px;
}

.advantages-main-wrapper .advantages-repeater {
   display: flex;
   flex-direction: column;
   gap: 18px;
}

/*Trusted by wrapper*/
.section-trusted-logos {
   background: #000;
   padding-top: 70px;
   padding-bottom: 70px;
   overflow: hidden;
}

.section-trusted-logos .container {
   position: relative;
   z-index: 10;
}

.section-trusted-logos::after {
   content: '';
   border-radius: 1602.222px;
   width: 100%;
   display: block;
   height: 100%;
   opacity: 0.2;
   background: var(--Color-Blue-Gradient, linear-gradient(267deg, #0995E3 0%, #096BE1 100%));
   filter: blur(150px);
   position: absolute;
   bottom: 0;
}

.trusted-by-wrapper {
   color: white;
}

.trusted-by-wrapper p {
   color: white !important;
   margin-bottom: 0px !important;
}

.trusted-by-wrapper p.trusted-title {
   margin-top: 0px;
   font-size: 16px;
   line-height: 24px;
   letter-spacing: 0.32px;
   font-weight: 600;
   text-transform: uppercase;
}

.section-trusted-logos .col-md-6 {
   padding-left: 40px;
   padding-right: 40px;
}

.logos-wrapper {
   display: grid;
   grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
   align-items: center;
   max-width: max-content;
   margin-left: -15px !important;
   gap: 34px 50px;
   margin-top: 30px;
}

@media only screen and (min-width: 992px) {
   .logos-wrapper {
      width: 100%;
      margin-right: 0;
      margin-left: 0;
   }
}

.logos-wrapper img {
   max-height: 40px;
   width: auto;
   margin-left: auto;
   margin-right: auto;
}

.logos-wrapper .text-logo .inner {
   max-width: max-content;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
}

.logos-wrapper .text-logo .no-companies {
   display: block;
   font-size: 28px;
   font-weight: 600;
   margin-bottom: 4px;
}

.logos-wrapper .text-logo .companies-string {
   font-size: 12px;
   font-weight: 400;
   letter-spacing: 0.12px;
}

/*Testimonials section*/
.section-request-slider .swiper-pagination {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 10px;
}

.section-request-slider .swiper-pagination-bullet {
   width: 10px;
   height: 10px;
}

.request-slider__slide {
   padding-bottom: 0;
}

.swiper-button-next,
.swiper-button-prev {
   min-width: 52px;
   min-height: 52px;
   top: 57%;
}

/*Responsive*/
@media (max-width: 1200px) {

   .col-md-5,
   .col-md-6,
   .col-md-7 {
      width: 100%;
      flex-basis: 100%;
   }

   .section-request-demo-main .col-form {
      margin-left: 40px;
      margin-right: 40px;
      width: calc(100% - 80px);
      margin-top: 30px;
      margin-bottom: 0;
   }

   .section-request-demo-main .col-text {
      padding-top: 0;
      padding-bottom: 0;
   }

   .logos-wrapper {
      max-width: 100%;
      margin-left: 0px !important;
   }

   .trusted-by-wrapper p.trusted-title {
      text-align: center;
   }

}

.d-none {
   display: none !important;
}

.d-block {
   display: block !important;
}

.d-flex {
   display: flex !important;
}

@media (min-width: 992px) {
   .d-md-grid {
      display: grid !important;
   }

   .d-md-block {
      display: block !important;
   }

   .d-md-flex {
      display: flex !important;
   }

   .d-md-none {
      display: none !important;
   }

   .d-md-block {
      display: block !important;
   }
}


@media (max-width: 991px) {

   .page-content-wrap {
      overflow: hidden;
   }

   .col-md-5,
   .col-md-6,
   .col-md-7 {
      width: 100%;
      flex-basis: 100%;
   }

   .row {
      flex-direction: column;
      display: flex;
   }

   h1.general-title {
      font-size: 24px;
      line-height: 32px;
   }

   h2.general-title,
   h2.general-title.smaller {
      font-size: 24px;
      line-height: 32px;
   }

   h3.general-title {
      font-size: 20px;
      line-height: 26px;
   }

   h2.general-title br {
      display: none;
   }

   .swiper-button-next,
   .swiper-button-prev {
      display: none !important;
   }

   .section-request-demo-main .col-form {
      padding-left: 15px;
      padding-right: 15px;
      margin-left: 0;
      margin-right: 0;
      width: 100%;
   }

   .section-request-demo-main .col-text {
      padding-left: 0;
      padding-right: 0;
   }

   .section-trusted-logos .col-md-6 {
      padding-left: 0;
      padding-right: 0;
   }

   .section-request-demo-main .col-text p {
      font-size: 16px;
      line-height: 24px;
   }

   .section-trusted-logos {
      padding-top: 30px;
      padding-bottom: 30px;
   }

   .logos-wrapper {
      gap: 45px 15px;
   }
}


@media (max-width: 768px) {
   .container {
      padding-right: 24px;
      padding-left: 24px;
   }

   .col-md-5,
   .col-md-6,
   .col-md-7,
   .col-12 {
      padding: 0px;
   }

   .col {
      padding-right: 0px;
      padding-left: 0px;
   }

   .row {
      margin-right: 0px;
      margin-left: 0px;
   }

   p.larger {
      font-size: 16px;
      line-height: 24px;
   }

   .section-request-demo-main {
      padding-top: 100px;
   }

   .section-request-demo-main .col-form {
      padding-left: 0px;
      padding-right: 0px;
   }

   .section-request-demo-main .col-text {
      padding-top: 30px;
   }

   .logos-wrapper {
      grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
   }

   .reuest-demo__request-slider .request-slider__title,
   .request-slider__logo {
      margin-top: 15px;
   }
}


@media (max-width: 576px) {
   .container:not(.container-with-swiper) {
      width: 100% !important;
   }

   .section-request-demo-main .col-text {
      padding-top: 30px;
   }

   .section-request-demo-main .col-form {
      margin-top: 10px;
   }

   .advantages-main-wrapper p.specific-advantage {
      font-size: 14px;
      line-height: 22px;
   }

   .trusted-by-wrapper {
      margin-left: -20px;
      margin-right: -20px;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 20px;
      padding-bottom: 30px;
   }


   .logos-wrapper {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;

   }

   .logos-wrapper .text-logo {
      grid-column: span 2;
      margin-top: 30px;
   }

   .logos-wrapper img.last-logo {
      grid-column: span 2;
   }

   .logos-wrapper img {
      max-height: 35px;
   }
}

/**REQUEST A DEMO REDESIGN V3*/
.redesign-v3 .col-form p.title-form {
   font-size: 18px;
   line-height: 26px;
   color: #454444;
   padding: 0px 15px;
}

.redesign-v3 .section-request-demo-main .col-form {
   padding-top: 25px;
}

.redesign-v3 form#pardot-form {
   padding: 0 0px !important;
}

.redesign-v3 .trusted-by-wrapper p.trusted-title {
   text-transform: initial;
}

.redesign-v3 .section-request-demo-main .col-text .inner-text {
   max-width: 530px;
}

.redesign-v3 .section-request-demo-main .col-text p.advantages-title {
   font-weight: 600;
}

.redesign-v3 .advantages-main-wrapper p.specific-advantage img.icon {
   width: 35px;
   height: 35px;
}

.redesign-v3 .trusted-by-wrapper p.trusted-title {
   letter-spacing: .32px;
   font-weight: 400;
}

.redesign-v3 .trusted-by-wrapper p.trusted-title strong {
   letter-spacing: .32px;
   font-weight: 700;
}

.redesign-v3 .request-slider {
   padding-bottom: 80px;
   background: black;
}

.redesign-v3 .request-slider__title {
   color: white;
}

.redesign-v3 .swiper-pagination-bullet {
   background: #C4C4C4;
}

.redesign-v3 .swiper-pagination-bullet-active {
   background: #C4C4C4;
   background: #1F7EF6;
}

.redesign-v3 .swiper-button-next circle,
.redesign-v3 .swiper-button-prev circle {
   fill: black !important;
}

.redesign-v3 .swiper-button-next path,
.redesign-v3 .swiper-button-prev path {
   fill: white !important;
}

.redesign-v3 .advantages-main-wrapper p.specific-advantage {
   align-items: center;
}

.redesign-v3 .section-request-demo-main .col-text p.advantages-title {
   margin-top: 38px;
}

.redesign-v3 .trusted-by-wrapper {
   color: #fff;
   max-width: 470px;
}

.redesign-v3 .logos-wrapper {
   margin-left: 0px !important;
}

.redesign-v3 .section-request-demo-main .col-text {
   padding-top: 0px;
   padding-bottom: 40px;
}

@media (max-width: 768px) {
   .redesign-v3 .section-request-demo-main .col-text {
      padding-top: 0px;
      padding-bottom: 30px;
   }
}