#wp-toolbar {
   display:block!important;
}

.sticky-cta-banner {
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    bottom: 0;
    height: 0;
    transition: all 0.3s ease-in-out;
    background: #0096F6;
    box-shadow: 30px 26px 16px rgba(0, 46, 77, 0.01), 17px 15px 14px rgba(0, 46, 77, 0.02), 8px 7px 10px rgba(0, 46, 77, 0.03), 2px 2px 6px rgba(0, 46, 77, 0.03), 0px 0px 0px rgba(0, 46, 77, 0.03);
}

.sticky-cta-banner-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    height: 0;
}

@media only screen and (min-width:768px) {
    .sticky-cta-banner-wrapper {
        flex-direction: row;
    }
}

.sticky-cta-banner h2 {
    color: white;
    font-size: 24px;
    margin-bottom: 25px;
    transition: all 0.3s ease-in-out;
}

@media only screen and (min-width:768px) {
    .sticky-cta-banner h2 {
        margin-bottom: 0;
        margin-right: 30px;
    }
}

.sticky-cta-banner a {
    display: inline-block;
    background: white;
    border-radius: 30px;
    color: black;
    font-size: 14px;
    padding: 12px 35px;
    margin-right: 20px;
}

.sticky-cta-banner span {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid white;
    width: 20px;
    height: 20px;
    top: 15px;
    right: 15px;
}

@media only screen and (min-width:768px) {
    .sticky-cta-banner span {
        position: static;
        top: unset;
        right: unset;
    }
}

.sticky-cta-banner span img {
    width: 8px;
    height: auto;
}

.sticky-cta-banner.active {
    height: 140px;
}

.sticky-cta-banner.active .sticky-cta-banner-wrapper {
    height: 140px;
    opacity: 1;
}

@media only screen and (min-width:768px) {
    .sticky-cta-banner.active {
        height: 60px;
    }

    .sticky-cta-banner.active .sticky-cta-banner-wrapper {
        height: 60px;
    }
}

@media only screen and (min-width:1201px) and (max-width:1450px) {
    .textvideo--multipleDownloads .download {
        padding: 15px 20px !important;
        font-size: 14px !important;
    }
}

@media only screen and (min-width:1201px) {
    .textvideo__downloadHolder {
        /*flex-wrap: nowrap !important;*/
    }
}

.social-share-buttons{
    display: flex;
    align-items: center;
}
.social-share-buttons a {
    text-decoration: none;
}
.social-share-buttons a svg {
    height: 18px;
    width: 18px;
    fill : #088de2;
}
.short-message-notes {
    margin-top: 30px;
}

.short-message-notes {
    margin-top: 50px;
}

.short-message-notes p {
    color: #b7b7b7;
    font-size: 13px;
}

.intro-hero__title {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 50px;
}

.intro-hero__title img.edtech {
    width: 125px;
    margin-right: 20px;
}

.intro-hero__title img.iseb {
    width: 175px;
    padding-left: 20px;
}

.intro-hero__title h1 {
    margin-bottom: 0 !important;
}

@media only screen and (min-width:750px) and (max-width:1000px) {

    .home .intro-hero__text,
    .page-id-19168 .intro-hero__text {
        max-width: 475px;
        width: 100%;
    }

    .home .intro-hero__assets,
    .page-id-19168 .intro-hero__assets {
        width: calc(100% - 550px);
    }
}

@media only screen and (min-width:1001) and (max-width:1365px) {

    .home .intro-hero__text,
    .page-id-19168 .intro-hero__text {
        max-width: 500px;
        width: 100%;
    }

    .home .intro-hero__assets,
    .page-id-19168 .intro-hero__assets {
        width: calc(100% - 500px);
    }
}

@media only screen and (min-width:1366px) {

    .home .intro-hero__text,
    .page-id-19168 .intro-hero__text {
        max-width: 625px;
        width: 100%;
    }

    .home .intro-hero__assets,
    .page-id-19168 .intro-hero__assets {
        width: calc(100% - 625px);
    }
}

.intro-hero__list .intro-hero__item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    line-height: 1.1;
}

.intro-hero__list .intro-hero__item span {
    flex: 1;
}

.intro-hero__list .intro-hero__item::before {
    width: 23px !important;
    height: 23px !important;
    background-size: contain;
}

/* Legal Page */
.basiccontent p:not(:last-of-type) {
    margin-bottom: 20px;
}

.basiccontent p a {
    color: #e2004f;
}

/* Increase main CTA button size */
.intro-hero__ctaHolder .intro-hero__cta .button__label,
.cta-button {
    font-weight: 700 !important;
    font-size: 20px !important;
}

/* Style extra logo description CTA */
.logo-descriptions .cta-button-wrap {
    text-align: center;
}

.logo-descriptions .cta-button-wrap .cta-button {
    margin: 20px 0;
    margin-bottom: 40px;
}

/* Add extra CTA slider option */
.slick-slide.quote .slide-wrapper {
    flex-wrap: wrap;
}

.slick-slide.quote .button-wrapper {
    width: 100%;
    text-align: center;
}

/* Sticky Header Banner */
.sticky-banner {
    background: #0096f6;
}

.sticky-banner-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px 0;
}

@media only screen and (min-width:1250px) {
    .sticky-banner-wrapper {
        flex-direction: row;
        justify-content: space-between;
    }
}

.sticky-banner-wrapper aside {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:10px;
}

@media only screen and (min-width:1250px) {
    .sticky-banner-wrapper aside {
        margin-top:0;
    }
}

.sticky-banner-wrapper aside div {
    display:none;;
    align-items: center;
    margin-right: 25px;
}

@media only screen and (min-width:768px) {
    .sticky-banner-wrapper aside div {
        display:flex;
    }
}

.sticky-banner-wrapper aside div img {
    width:auto;
    max-height: 40px;
}

.sticky-banner-wrapper aside div img:not(:last-of-type) {
    margin-right: 15px;
}

.sticky-banner-wrapper p {
    color: white;
    text-align: center;
    font-weight: bold;
    max-width: 535px;
    font-size: 14px;
}

@media only screen and (min-width:768px) {
    .sticky-banner-wrapper p {
        max-width: none;
        font-size:16px;
    }
}
@media only screen and (min-width:1250px) {
    .sticky-banner-wrapper p {
        text-align: left;
    }
}

.sticky-banner-wrapper a {
    display: inline-block;
    background: white;
    color: #0096F6;
    transition: all 0.3s ease-in-out;
    transform: scale(1);
    border-radius: 40px;
    padding: 8px 15px;
    font-size:12px;
}

@media only screen and (min-width:768px) {
    .sticky-banner-wrapper a {
        padding:12px 32px;
        font-size:16px;
    }
}

.sticky-banner-wrapper a:hover {
    transform: scale(1.02);
}

/* RESOURCE HUB */
@media only screen and (max-width:767px) {
    body:not(.single-resources) .contentHubBlock--resource .contentHubBlock__listItem .overlay {
        position: relative!important;
        z-index: 1;
        opacity: 1!important;
        max-height: none!important;
        padding: 0 20px 30px!important;
    }
    body:not(.single-resources) .contentHubBlock--resource .contentHubBlock__listItem:hover .overlay {
        position:relative;
        z-index: 1;
        padding:0 20px 30px!important;
        opacity:1;
    }
    body:not(.single-resources) .contentHubBlock--resource .contentHubBlock__listItem:hover .contentHubBlock__image {
        position:relative!important;
        opacity:1!important;
    }
    .slimHeader__nav {
        margin-top:15px;
    }
}
@media only screen and (min-width:768px) {
    body:not(.single-resources) .contentHubBlock--resource .contentHubBlock__listItem .overlay {
        position:absolute;
        z-index: -1;
        max-height:0!important;
        opacity:0;
        padding:0 50px!important;
        transition: all 0.3s ease-in-out;
    }
    body:not(.single-resources) .contentHubBlock--resource .contentHubBlock__listItem:hover .overlay {
        position:relative;
        z-index: 1;
        max-height:400px!important;
        padding:50px 50px 0!important;
        opacity:1;
    }
    body:not(.single-resources) .contentHubBlock--resource .contentHubBlock__listItem:hover .contentHubBlock__image,
    body:not(.single-resources) .contentHubBlock--resource .contentHubBlock__listItem:hover .contentHubBlock__listTitle {
        opacity:0!important;
        position:absolute!important;
    }
    body:not(.single-resources) .contentHubBlock--resource .contentHubBlock__listItem .contentHubBlock__image,
    body:not(.single-resources) .contentHubBlock--resource .contentHubBlock__listItem .contentHubBlock__listTitle {
        opacity:1!important;
        transition: opacity 0.3s ease-in-out!important;
    }
}

.single-resources .contentHubBlock__listItem {
    padding:0;
    margin:0;
}
.single-resources .contentHubBlock__listItem img {
    display:none;
}
.single-resources .contentHubBlock__listItem .contentHubBlock__image {
    max-width:none!important;
}
.single-resources .contentHubBlock__listItem h2 {
    display:none!important;
}
.single-resources .contentHubBlock__listItem .overlay {
    position:relative!important;
    z-index: 1!important;
    max-height: none!important;
    opacity: 1!important;
    padding: 0!important;
}
.single-resources .contentHubBlock__listItem:hover .overlay {
    padding:0!important;
}
.single-resources .contentHubBlock__listItem:hover h2 {
    position: relative!important;
    opacity: 1!important;
}
.single-resources .contentHubBlock__listItem .fc--darkgrey {
    display:none!important;
}

/* 
.page-id-20841 .site-header-main-wrapper {
  padding:0!important;
}
.page-id-20841 .site-header__top {
  display:none;
}
.page-id-20841 .site-content {
  padding-top:85px;
}
*/
/* body:not(.page-id-20841):not(.page-id-19512):not(.page-id-21498):not(.page-id-36188) .site-content {
  padding-top:200px;
} */

.page-id-13888 .sticky-banner, .page-id-20841 .sticky-banner {
    display:none!important;
}

/**/
.page-id-21433 .awards__logo {
    max-height:none;
}
.page-id-21433 #fobisia-english-curriculum .textvideo__imageholder, .page-id-21498 #bbc-courses-overview .textmedia__image {
    background-size: contain;
    background-repeat: no-repeat;
}


@media only screen and (max-width:767px) {
    .page-id-21498 .site-content {
        padding-top:92px!important;
    }
}
@media only screen and (max-width:500px) {
     .page-id-21498 #bbc-header .internal-hero__assets {
        height:250px;
    }
}


.page-id-18227 .awards__logo {
  max-height:450px!important;
}
.page-id-18227 .awards__main > a {
  background: #e2004f;
  color: white;
  padding: 15px 30px;
  border-radius: 30px;
  display: inline-block;
}

@media only screen and (max-width:750px) {
  .page-id-18227 .awards__logo {
    max-height:200px!important;
  }
}
@media only screen and (max-width:750px) {
.page-id-23162 .awards__logo {
    max-height:135px!important;
  }
}

.textcolumnlargetabs__navintro {
    width:100%;
}

.taxonomy-single > .premium{
    position: absolute;
    z-index: 10;
    top: 1rem;
    right: 1rem;
    background: #e2004f;
    color: #fff!important;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 4px 15px;
    font-size: 14px;
}
.resource-hub-filter-wrapper .form-wrapper > form .filter-accordion > input:checked ~ fieldset{
    /* overflow: auto; */
    max-height: 5000px !important;
}
.resource-hub-filter-wrapper .form-wrapper > form .filter-accordion fieldset label.active{
    color: #0096f6;
    font-weight: 700;
}
.resource-hub-filter-wrapper .form-wrapper > form .filter-accordion.not-active{
    pointer-events: none;
    opacity: 0.5;
}

.page-id-860 .internal-hero__top .intro-hero__title img {
    display:none!important;
  }

.resource-hub-filter-wrapper .form-wrapper > form .filter-accordion label span.premium{
    background: #e2004f;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 4px 8px;
    font-size: 12px;
    margin-left: 5px;
}
.resource-hub-filter-wrapper .form-wrapper > form .filter-accordion label.is_premium{
    pointer-events: none;
    cursor: no-drop;
}

.page-id-37885 .internal-hero .internal-hero__sticker-bg {
    background-image: url('https://www.century.tech/wp-content/uploads/2022/05/c1295a14-d448-11ec-8760-9ae62b34de3b.png')!important;
}
.taxonomy-lists .taxonomy-list .taxonomy-single:hover .taxonomy-single-wrapper .taxonomy-single-description{
    opacity: 1;
    visibility: visible;
}
.taxonomy-lists .taxonomy-list .taxonomy-single-wrapper .taxonomy-single-description {
    position: absolute;
    z-index: 12;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    overflow: auto;
}
.taxonomy-lists .taxonomy-list .taxonomy-single-wrapper .taxonomy-single-description p {
    color:white;
}

.course-contents .course-single--video:not(.has-video):not(.has-hover) .video-wrapper:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;    
    background-image: linear-gradient(0deg, rgba(1, 150, 246, 0.85) 0%, rgba(1, 150, 246, 0.85) 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.25) 100%);
    left: 0;
    top: 0;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
.course-contents .course-single--video:not(.has-video):not(.has-hover):hover .video-wrapper:before{
    opacity: 1;
    visibility: visible;
}
.course-contents .course-single--video img {
    transition: all 0.3s ease-in-out;
}
.course-contents .course-single--video img.featured {
    opacity:1;
}
.course-contents .course-single--video.has-hover img.hover-img {
    opacity:0;
}
.course-contents .course-single--video.has-hover:hover img.featured {
    opacity:0;
}
.course-contents .course-single--video.has-hover:hover img.hover-img {
    opacity:1;
}

@media print {
    body .cky-consent-container {
      display: none !important;
    }
  }
.sticky-banner {
    display: none !important;
}

.resource-hub-intro-wrapper .hub-spot-form-wrapper {
    display: none;
}

.text-image-slider .slick-arrow svg{
    fill: #fff;
    height: 20px;
    width: 20px;
    
}
.text-image-slider-wrapper .slider-container .slides .slide.wysiwyg .content ul li,
.text-image-slider-wrapper .slider-container .slides .slide.bullets .content ul li{
    line-height: 23px;
    padding-left: 35px;
    display: block !important;
}
.text-image-slider-wrapper .slider-container .slides .slide-wrapper .content ul li::before {
    position: absolute !important;
    left: 0;
}

.text-image-slider .slick-arrow.hide-important{
    display: none !important;
}

.ctablock--light .ctablock__text {
    color: #000 !important;
    font-size: 24px;
    opacity: 1;
    line-height: 1.4;
    font-weight: 700;
}
.ctablock--light .ctablock__text span{
    color: #0096f6 !important;
 }

 main.resources-landing section.textvideo .textvideo__content .textvideo__heading{
    color: #e2004f;
 }

.contentHubBlock--resource .contentHubBlock__listItem .listLink{
    /* position: relative; */
}
.contentHubBlock--resource .contentHubBlock__listItem .listLink:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background-image: linear-gradient(0deg, rgba( 0,0,0,0.6) 50% , transparent);
}
.contentHubBlock--resource .contentHubBlock__listItem .listLink h2 {
    z-index: 2;
}

.wbn-stepSelector {
    width: calc(50% - 15px);
}
.wbn-stepHeading {
    max-width: 50%;
}

.js-uk,
.js-uk-primary,
.js-uk-secondary,
.js-uk-secondary-list {
    display: none;
    flex-wrap: wrap;
    padding: 5px 0 90px;
}
.js-uk.show,
.js-uk-primary.show,
.js-uk-secondary.show,
.js-uk-secondary-list.show {
    display: flex;
}

section.webinar .webinar__multistep, .webinar__trainerForm {
    height: auto !important;
}

section.webinar .webinar__hubspotHolder, section.webinar .webinar__zoomHolder {
    border-top: none !important;
    padding: 0;
}

section.webinar .webinar__hubspotHolder .webinar__hubspotForm {
    display: none;
    padding: 60px 0 0;
    border-top: 1px solid #d4dbe3;
}

.webinar__step1 {
    display: none;
}
.webinar__step3 {
    display: flex !important;
    opacity: 1;
    padding: 64px 0;
}

@media (max-width: 960px) {
    .wbn-stepHeading {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

@media (max-width: 750px) {
    .wbn-stepSelector {
        width: 100%;
    }
    .wbn-stepHeading {
        max-width: 100%;
        margin: 0 0 28px;
    }
}

@media (max-width: 600px) {
    .js-uk,
    .js-uk-primary,
    .js-uk-secondary,
    .js-uk-secondary-list {
        padding: 5px 35px 50px;
    }
}

@media (max-width: 500px) {
    .wbn-stepHeading {
        font-size: 1.25rem;
    }
}

.simple-text-image-split.image-with-title {
    background-color: #fff;
}
.logo-descriptions-wrapper .content-wrapper .logos .logo .description h3 {
    color: #fff;
    text-align: center;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 28px;
}
.simple-text-image-split.image-with-title .main-content .image {
    width: 100%;
    margin-bottom: 30px;
    padding: 0 20px;
}
@media (min-width: 992px) {
    .logo-descriptions-wrapper .content-wrapper .logos .logo .description h3 {
        font-size: 20px;
    }
    
    .logo-descriptions-wrapper .content-wrapper .logos {
        margin: -25px !important;
    }

    .logo-descriptions-wrapper .content-wrapper .logos .logo {
        max-width: 300px;
        margin: 25px !important;
    }
}
@media (min-width: 1200px) {
    .logo-descriptions-wrapper .content-wrapper .logos .logo .description h3 {
        font-size: 24px;
    }
}
@media (min-width: 1401px) {
    .logo-descriptions-wrapper .content-wrapper .logos .logo .description h3 {
        font-size: 28px;
    }
}
.logo-descriptions-wrapper .content-wrapper .logos .logo .description {
    display: flex;
    flex-direction: column;
    height: auto;
}

body .text-image-slider-wrapper .section-title-wrapper .button-navigation span {
  background: var(--inactive-tab-bg);
}
body .text-image-slider .text-image-slider-wrapper .section-title-wrapper .button-navigation span:hover, 
body .text-image-slider .text-image-slider-wrapper .section-title-wrapper .button-navigation span.active {
  background: var(--active-tab-bg);
}
body .text-image-slider .text-image-slider-wrapper .slider-container .slides .slide.wysiwyg .content h3 {
  color: var(--title-color);
}
body .text-image-slider .text-image-slider-wrapper .slick-arrow {
  background: var(--active-button-bg);
}
body .text-image-slider .text-image-slider-wrapper .slick-arrow.slick-disabled {
  background: var(--active-button-bg);
}
.simple-text-image-split.image-with-title .main-content {
    max-width: none;
}
.simple-text-image-split.image-with-title .button-wrapper {
    text-align: center;
}

.logo-descriptions {
    overflow: hidden;
}
.logo-descriptions-wrapper .content-wrapper .logos {
    flex-wrap: wrap;
}

.logo-descriptions .cta-button-wrap .cta-button {
    margin-top: 0;
}

@media only screen and (min-width: 1250px) {
    body .site-header--scrolling {
        top: -138px !important;
    }
}

.site-header-main nav.desktop-menu > ul > li.menu-item-has-children.large-image .mega-menu .sub-menu {
    margin: -25px;
    flex-wrap: wrap;
}

.site-header-main nav.desktop-menu > ul > li.menu-item-has-children.large-image .mega-menu .sub-menu li {
    width: 50% !important;
    padding: 25px;
}


.logo-descriptions-wrapper .content-wrapper .logos .logo {
    justify-content: flex-start;
}

.text-image-slider-wrapper .section-title-wrapper .button-navigation {
    background-color: var(--tab-background) !important;
}

.logo-descriptions-wrapper .content-wrapper .logos .logo .logo-inner {
    height: 61px !important;
}

.site-header-main nav.desktop-menu>ul>li.menu-item-has-children.large-image .mega-menu .sub-menu li {
    padding: 15px 25px;
}
.site-header-main nav.desktop-menu>ul>li.menu-item-has-children.large-image .mega-menu .sub-menu li .menu-item-wrapper a img {
    border-radius: 12px !important;
}

.simple-text-image-split-wrapper .title p {
    color: #E2004F !important;
    font-weight: 600;
}

.logo-descriptions-wrapper .content {
    background-color: #0196F6 !important;
}


.logo-descriptions-wrapper .content-wrapper .logos.two .logo {
    max-width: none;
    width: calc(50% - 50px) !important;
}

.logo-descriptions-wrapper .content-wrapper .logos .logo {
    max-width: none !important;
    width: calc(33.33% - 50px) !important;
    justify-content: flex-start !important;
}

@media (min-width: 767px) {
    .logo-descriptions-wrapper .content-wrapper .logos {
        flex-direction: row !important;
        align-items: stretch !important;
        justify-content: space-between !important;
    }
}

@media (max-width: 992px) {
    .logo-descriptions-wrapper .content-wrapper .logos.two .logo {
        width: calc(50% - 25px);
    }
    .logo-descriptions-wrapper .content-wrapper .logos .logo {
        width: calc(50% - 25px) !important;
    }
    /* .text-image-slider-wrapper .section-title-wrapper {
        margin-bottom: 15px !important;
    }
    .text-image-slider .slick-arrow.text-prev,
    .reskinned-text-image-slider-wrapper .slider-container .slick-arrow.text-prev {
        display: flex !important;
        margin-left: -25px;
    }
    .text-image-slider .slick-arrow.text-next,
    .reskinned-text-image-slider-wrapper .slider-container .slick-arrow.text-next {
        display: flex !important;
        margin-right: -25px;
    }
    .text-image-slider-wrapper .slider-container .slides,
    .reskinned-text-image-slider-wrapper .slider-container .slides {
        width: calc(100% - 110px) !important;
        margin: 0 auto !important;
        max-width: 95% !important;
    }
    .text-image-slider-wrapper .section-title .mobile-arrows,
    .reskinned-text-image-slider .reskinned-text-image-slider-wrapper .section-title .mobile-arrows {
        display: none !important;
    } */
    body .text-image-slider .text-image-slider-wrapper .slick-arrow,
    .reskinned-text-image-slider .reskinned-text-image-slider-wrapper .section-title .mobile-arrows .slick-arrow {
        position: absolute;
        width: 32px;
        height: 32px;
        bottom: 43px;
    }
    body .text-image-slider .slick-arrow svg,
    .reskinned-text-image-slider .reskinned-text-image-slider-wrapper .slick-arrow svg {
        fill: #fff;
        height: 12px;
        width: 12px;
    }
    body .text-image-slider .text-image-slider-wrapper .text-prev,
    .reskinned-text-image-slider-wrapper .slick-arrow.text-prev {
        left: -7px;
    }
    body .text-image-slider .text-image-slider-wrapper .text-next,
    .reskinned-text-image-slider-wrapper .slick-arrow.text-next {
        right: -7px;
    }
    .text-image-slider .mobile-arrows,
    .reskinned-text-image-slider .reskinned-text-image-slider-wrapper .section-title .mobile-arrows {
        margin-bottom: 0 !important;
    }
    .text-image-slider-wrapper .section-title-wrapper .button-navigation,
    .reskinned-text-image-slider .section-title-wrapper .button-navigation {
        width: auto !important;
        max-width: calc(100% - 97px) !important;
    }
}
@media (max-width: 767px) {
    .logo-descriptions-wrapper .content-wrapper .logos.two .logo {
        width: 100% !important;
    }
    .logo-descriptions-wrapper .content-wrapper .logos .logo {
        width: 100% !important;
    }
}

.text-image-slider-wrapper .section-title-wrapper .button-navigation {
    width: auto !important;
}

.simple-video-element .simple-video-element-wrapper h2 {
    margin-bottom: 20px;
}

.reskinned-text-image-slider-wrapper .section-title-wrapper .button-navigation {
    width: auto !important;
}

.simple-video-element .image-wrap img {
    width: 100%;
    max-width: 100%;
}

.simple-video-element .simple-video-element-wrapper .video {
    position: relative;
    line-height: 0;
    border-radius: 25px;
    overflow: hidden;
}

.simple-video-element .simple-video-element-wrapper .video .image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    line-height: 0;
}
.simple-video-element .simple-video-element-wrapper .video .image-wrap:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(61, 65, 71, 0.65);
    content: "";
    z-index: 1;
}
.simple-video-element .simple-video-element-wrapper .video .image-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.logo-with-descriptions {
    margin: 70px 0;
    position: relative;
    z-index: 1;
}

.logo-with-descriptions .logo-descriptions-inner  {
    position: relative;
    padding: 80px 90px;
    border-radius: 24px;
    background-color: #271D67;
    max-width: 1218px;
    margin: 0 auto;
    border-radius: 24px;
    overflow: hidden;
}
.logo-with-descriptions .logo-descriptions-inner:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(180deg, #271D67 35.1%, rgba(39, 29, 103, 0) 100%);
    opacity: 1;
    content: "";
}
.logo-with-descriptions .logo-descriptions-inner:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    background-image: url('https://www.century.tech/wp-content/themes/centurytech/assets/images/pattern-img.png');
    opacity: 0.5;
    content: "";
}
.simple-video-element .simple-video-element-wrapper .video .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    cursor: pointer;
    max-width: 116px;
    min-width: auto;
}
.simple-video-element .simple-video-element-wrapper .content {
    max-width: 1000px;
}
.simple-video-element .simple-video-element-wrapper .content .video iframe {
    height: auto;
    aspect-ratio: 16/9;
}
.logo-with-descriptions .logo-descriptions-inner .content-wrapper ,
.logo-with-descriptions .logo-descriptions-inner .cta-button-wrap {
    position: relative;
    z-index: 3;
}
.logo-with-descriptions .logo-descriptions-inner .content-wrapper h2 {
    max-width: 100% !important;
    color: #fff;
    margin-bottom: 40px;
    font-size: 32px;
    text-align: center;
}

.logo-with-descriptions .logo-descriptions-inner .logos {
    display: flex;
    flex-wrap: wrap;
    margin: -12px;
}
.logo-with-descriptions .logo-descriptions-inner .logo {
    width: 33.33%;
    padding: 12px;
}
.logo-with-descriptions .logo-descriptions-inner .logo-inner {
    padding: 40px 30px 30px;
    background-color: #fff;
    height: 100%;
    text-align: center;
    border-radius: 10px;
}
.logo-with-descriptions .logo h3 {
    color: #E2004F !important;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 8px;
}

.logo-with-descriptions .logo .logo-img {
    min-height: 104px;
    max-width: 104px;
    margin: 0 auto 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.logo-with-descriptions .logo .logo-img img {
    max-width: 100%;
}

.logo-with-descriptions .logo-descriptions-inner .cta-button-wrap {
    margin-top: 50px;
    text-align: center;
}

.logo-with-descriptions .logo-descriptions-inner .logo-inner p {
    line-height: 1.2;
}
.simple-text-image-split.image-with-title .main-content .image.has-mobile-img .mobile-img {
    display: none;
}
.logo-with-descriptions .logo-descriptions-inner .logos.two .logo {
    width: 50%;
}

.case-studies-block {
    margin: 70px 0;
}
.case-studies-block .cs-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px;
}

.case-studies-block .cs-header h2 {
    font-size: 34px;
    line-height: 1.1;
}

.case-studies-block .cta-button-arrow {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #E2004F;
    font-weight: 500;
}
.case-studies-block .cta-button-arrow svg {
    margin-left: 8px;
    transition: 0.3s;
}
.case-studies-block .cta-button-arrow:hover svg {
    transform: translateX(6px);
}
.case-studies-block .cs-slider-arrow {
    display: flex;
    gap: 15px;
}
.case-studies-block .cs-slider-wrapper {
    position: relative;
    margin: -10px;
}
.case-studies-block .cs-slider-arrow .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background-color: #E2004F;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
}
.case-studies-block .cs-slider-arrow .slick-arrow.slick-disabled {
    background-color: #9CA3AF;
    pointer-events: none;
}
.case-studies-block .cs-slider-arrow .slick-prev {
    left: -6px;
}
.case-studies-block .cs-slider-arrow .slick-next {
    right: -6px;
}
.case-studies-block .cs-slider-arrow .slick-arrow svg {
    width: 13px;
}
.case-studies-block .slick-slider .slick-track {
    display: flex;
}
.case-studies-block .cs-item {
    padding: 10px;
    height: auto;
}
.case-studies-block .case-studies-slider:not(.slick-initialized) {
    display: flex;
}
.case-studies-block .case-studies-slider:not(.slick-initialized) .cs-item {
    width: 25%;
}
.case-studies-block .case-studies-slider:not(.slick-initialized).half-width .cs-item {
    width: 50%;
}
.case-studies-block .case-studies-slider:not(.slick-initialized).first-half .cs-item:first-child {
    width: 50%;
}

.case-studies-block .cs-item.half {
    width: 50vw;
}


.case-studies-block .cs-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 4px 6px -1px #0000001A;
    background: #fff;

}

.case-studies-block .cs-image img {
    width: 100%;
    max-width: 100%;
    display: block;
    height: 223px;
    object-fit: cover;
}

.case-studies-block .cs-content {
    padding: 24px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.case-studies-block .cs-content .title-wrap {
    margin-bottom: 24px;
}
.case-studies-block .cs-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #e60050;
    line-height: 1.2;
    margin-bottom: 0;
}

.case-studies-block .read-more {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    color: #6B7280;
    font-size: 16px;
    font-weight: 500;
}
.case-studies-block .cta-wrap {
    display: flex;
    justify-content: flex-end;
}
.case-studies-block .read-more svg {
    margin-left: 8px;
    transition: 0.3s;
}

.case-studies-block .read-more svg path {
    transition: 0.3s;
}

.case-studies-block .cs-card:hover .read-more {
    color: #e60050;
}
.case-studies-block .cs-card:hover .read-more svg {
    transform: translateX(6px);
}
.case-studies-block .cs-card:hover .read-more svg path {
    fill: #e60050;
}

@media (max-width: 1023px) {
    .logo-with-descriptions .logo-descriptions-inner {
        padding: 80px 40px;
    }
    .logo-with-descriptions .logo-descriptions-inner .logo-inner {
        padding: 40px 30px 30px;
    }
    .logo-with-descriptions .logo-descriptions-inner .content-wrapper h2 {
        font-size: 28px;
    }
    .logo-with-descriptions {
        margin: 50px 0;
    }
    .simple-video-element .simple-video-element-wrapper .video .play-btn {
        max-width: 86px;
    }
    .case-studies-block {
        margin: 50px 0;
    }
}
@media (max-width: 992px) {
    .logo-with-descriptions .logo-descriptions-inner .logo {
        width: 50%;
    }
    .logo-with-descriptions .logo .logo-img {
        min-height: 74px;
        max-width: 74px;
        margin: 0 auto 26px;
    }
    .simple-video-element .simple-video-element-wrapper .video .play-btn {
        max-width: 66px;
    }
}
@media (max-width: 767px) {
    .logo-with-descriptions .logo-descriptions-inner {
        padding: 80px 15px;
    }
    .logo-with-descriptions .logo-descriptions-inner .logo {
        width: 100%;
    }
    .logo-with-descriptions .logo-descriptions-inner .logos.two .logo {
        width: 100%;
    }
    .logo-with-descriptions .logo-descriptions-inner .content-wrapper h2 {
        font-size: 25px;
    }
    .simple-video-element .simple-video-element-wrapper {
        padding: 50px 0;
    }
    .logo-with-descriptions {
        margin: 40px 0;
    }
    .logo-with-descriptions .logo .logo-img {
        min-height: 48px;
        max-width: 48px;
        margin: 0 auto 16px;
    }
    .logo-with-descriptions .logo-descriptions-inner .logo-inner {
        padding: 24px;
    }
    .logo-with-descriptions .container {
        padding: 0 24px;
    }
    .simple-video-element .simple-video-element-wrapper .video .play-btn {
        max-width: 46px;
    }
    .text-image-slider-wrapper .section-title-wrapper .button-navigation span,
    .reskinned-text-image-slider .section-title-wrapper .button-navigation span {
        width: 16px;
        height: 16px;
        font-size: 0;
        transition: background-color 0.3s ease-in-out !important;
    }
    .text-image-slider-wrapper .section-title-wrapper .button-navigation span:not(:last-of-type),
    .reskinned-text-image-slider .section-title-wrapper .button-navigation span:not(:last-of-type) {
        margin-right: 8px !important;
    }
    .text-image-slider-wrapper .section-title-wrapper .button-navigation span.active,
    .reskinned-text-image-slider .section-title-wrapper .button-navigation span.active {
        width: auto;
        height: auto;
        font-size: 14px;
        padding: 10px 20px !important;
    }
    .simple-text-image-split.image-with-title .main-content .image.has-mobile-img > img {
        display: none;
    }
    .simple-text-image-split.image-with-title .main-content .image.has-mobile-img .mobile-img {
        display: block;
    }
    .case-studies-block .cs-header {
        margin-bottom: 32px;
    }
    .case-studies-block .cs-slider-arrow {
        padding: 10px;
        margin-bottom: 12px;
    }
    .case-studies-block .cs-slider-arrow .slick-arrow {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        transform: none;
    }
    .case-studies-block {
        margin: 40px 0;
    }
}
@media (max-width: 960px) {
    .internal-hero--triple .internal-hero__assets {
        height: 70vw !important;
    }
}
@media (max-width: 1200px) {
    .internal-hero__img-holder--big {
        width: 100% !important;
        height: 100% !important;
        left: 0 !important;
        top: 0 !important;
    }
}
section.textvideo {
    overflow: hidden;
}

.basicbanner--hubchild .intro-hero__ctaHolder {
    display: flex;
    max-width: 630px;
    margin: 20px auto 0;
}
.basicbanner--hubchild .intro-hero__ctaHolder a.button {
    margin: 10px !important;
    width: 100%;
    display: block;
    line-height: 1.4;
    font-weight: 700 !important;
    font-size: 20px !important;
}

@media (max-width: 767px) {
    .basicbanner--hubchild .intro-hero__ctaHolder {
        flex-wrap: wrap;
    }
}

.call-out-module {
    position: relative;
    padding: 92px 0;
}
.call-out-module.right-align {
    text-align: right;
}
.call-out-module.right-align .call-out-module-wrapper {
    margin-left: auto;
}
.call-out-module.center-align {
    text-align: center;
}
.call-out-module.center-align .call-out-module-wrapper {
    margin: 0 auto;
}
.call-out-module:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(90deg, #271D67 35.1%, rgba(39, 29, 103, 0) 100%);
    opacity: 1;
    content: "";
}
.call-out-module.right-align:before {
    background: linear-gradient(270deg, #271D67 35.1%, rgba(39, 29, 103, 0) 100%);
}
.call-out-module:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    background-image: url('https://www.century.tech/wp-content/themes/centurytech/assets/images/pattern-img.png');
    opacity: 0.5;
    content: "";
}
.call-out-module h2 {
    color: #000;
    margin-bottom: 20px;
    font-size: 28px;
}
.call-out-module-wrapper {
    max-width: 691px;
    position: relative;
    z-index: 2;
}
.call-out-module .description {
    margin-bottom: 40px;
    font-size: 18px;
}

.basicbanner--hubchild .intro-hero__ctaHolder.no-edge-margin {
    display: flex;
    max-width: 630px;
    margin: 20px auto 0;
}
.basicbanner--hubchild .intro-hero__ctaHolder.no-edge-margin a.intro-hero__cta {
    margin: 10px !important;
}

@media (max-width: 767px) {
    .basicbanner--hubchild .intro-hero__ctaHolder.no-edge-margin {
        flex-wrap: wrap;
    }
}

/* Testimonial section */
.testimonial-section {
    position: relative;
    padding: 0 0 80px 0;
    margin: 80px 0 0 0;
    background: linear-gradient(180deg, #F8F9FC 0%, #F1F2F8 100%);
}
.testimonial-section .gradient-bar__track {
    position: absolute;
    bottom: 0;
}
.testimonial-section h2 {
    font-size: 31px;
    text-align: center;
    margin-bottom: 40px;
}
.testimonial-section .testimonial-wrapper {
    position: relative;
    padding: 0 110px;
    margin: 0 auto;
}

.testimonial-section .testimonial-slider {
    position: relative;
    overflow: hidden;
    padding: 55px 0 35px;
}
.testimonial-section .testimonial-slider .slick-list {
    overflow: visible;
}
.testimonial-section .testimonial-slider .slick-track {
    display: flex;
}
.text-image-slider .slick-arrow {
    display: none!important;
}
.testimonial-section .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #CE3554;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    z-index: 1;
    cursor: pointer;
}
.testimonial-section .slick-arrow svg {
    fill: #fff;
    height: 20px;
    width: 20px;
}
.testimonial-section .prev-slide {
    left: 0;
}
.testimonial-section .next-slide {
    right: 0;
}

.testimonial-section .testimonial-item {
    margin: 0 20px;
}

.testimonial-section .testimonial-item .testimonial-item-inner {
    padding: 32px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 1px 2px 0px #0000000D;
    border-radius: 24px;
    border: 1px solid transparent;
}

.testimonial-section .testimonial-item .testimonial-item-inner {
    transform: scale(0.80);
}
.testimonial-section .slick-slide .testimonial-item-inner,
.testimonial-section .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] .testimonial-item-inner {
  transform: scale(0.80);
  transition: all 0.3s ease-in-out;
}
.testimonial-section .testimonial-item.slick-center .testimonial-item-inner {
    transform: scale(1.3);
    border-color: #E5E7EB;
}
.testimonial-section .slick-center .testimonial-item-inner,
.testimonial-section .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] .testimonial-item-inner {
    transform: scale(1.3);
    border-color: #E5E7EB;
}

.testimonial-section .testimonial-item .quote-icon {
    margin-bottom: 20px;
    width: 58px;
    transition: all 0.3s ease-in-out;
    opacity: 0.4;
}
.testimonial-section .testimonial-item .testimonial-content {
    margin-bottom: 20px;
}
.testimonial-section .testimonial-item .testimonial-content p {
    font-size: 19px;
    transition: all 0.3s ease-in-out;
    line-height: 1.4;
}
.testimonial-section .testimonial-item.slick-center .testimonial-content p {
    font-weight: 600;
    color: #CE3554;
    line-height: 1.2;
}
.testimonial-section .testimonial-item.slick-center .quote-icon {
    opacity: 1;
}
.testimonial-section .testimonial-item .testimonial-author .author-name {
    font-size: 14px;
}
.testimonial-section .testimonial-item .testimonial-author .author-designation {
    font-size: 14px;
}

.testimonial-section .testimonial-author-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.testimonial-section .author-img {
    width: 40px;
    height: 40px;
    margin-right: 12px;
    border-radius: 50%;
    overflow: hidden;
}
.testimonial-section .author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonial-section .slick-dots {
    position: absolute;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
    bottom: -80px;
}
.testimonial-section .slick-dots li {
    line-height: 0;
}
.testimonial-section .slick-dots button {
    font-size: 0;
    padding: 0;
    border: none;
    width: 12px;
    height: 12px;
    background-color: #B8BCCA;
    border-radius: 50%;
    transition: 0.3s;
}
.testimonial-section .slick-dots li:not(:last-child) {
    margin-right: 20px;
}
.testimonial-section .slick-dots li.slick-active button {
    background-color: #CE3554;
}
.testimonial-section .testimonial-wrapper .slider-arrow {
    display: none;
}
.testimonial-section .testimonial-wrapper .slider-arrow.slick-arrow {
    display: flex;
}

@media (max-width:1300px) {
    .testimonial-section .testimonial-item.slick-center .testimonial-item-inner {
        transform: scale(1.2);
    }
}
@media (max-width:1200px) {
    .testimonial-section .testimonial-wrapper {
        padding: 0 90px;
    }
    .testimonial-section .testimonial-item.slick-center .testimonial-item-inner {
        transform: scale(1.15);
    }
    .testimonial-section .testimonial-item .testimonial-item-inner {
        transform: scale(0.85);
    }
}
@media (max-width:1023px) {
    .testimonial-section .testimonial-slider {
        overflow: visible;
    }
    .testimonial-section .testimonial-wrapper {
        padding: 0 0 110px 0;
    }
    .testimonial-section .testimonial-slider .slick-list {
        padding: 0 160px;
    }
    .testimonial-section .slick-arrow {
        top: auto;
        bottom: 0;
        transform: none;
    }
    .testimonial-section .testimonial-slider {
        padding: 35px 0;
    }
    .testimonial-section {
        overflow: hidden;
    }
}
@media (max-width:767px) {
    .testimonial-section {
        padding: 0 0 40px 0;
        margin: 40px 0 0 0;
    }
    .testimonial-section .testimonial-slider .slick-list {
        padding: 0 85px;
    }
    .testimonial-section .testimonial-item .testimonial-content p {
        font-size: 15px;
    }
    .testimonial-section .testimonial-item .testimonial-item-inner {
        padding: 15px;
    }
    .testimonial-section .testimonial-slider {
        padding: 0px 0;
    }
}
@media (max-width:475px) {
    .testimonial-section .testimonial-slider .slick-list {
        padding: 0 25px;
    }
}

/* FAQ */
.faq-section {
    margin: 80px 0;
}
.faq-section h2 {
    font-size: 31px;
    text-align: center;
    margin-bottom: 40px;
}
.faq-section .faq-list {
    max-width: 930px;
    margin: 0 auto;
}
.faq-section .faq-list .faq-item {
    padding: 24px;
    background-color: #fff;
    margin-bottom: 16px;
    box-shadow: 0px 1px 2px 0px #0000000D;
    border: 1px solid #E5E7EB;
    border-radius: 24px;
}
.faq-section .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.faq-section .faq-question .faq-heading {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
}

.faq-section .faq-question .faq-icon {
    position: relative;
    width: 48px;
    height: 48px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #262688;
    border-radius: 50%;
}
.faq-section .faq-question .faq-icon:before {
    content: "";
    width: 12px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.faq-section .faq-question .faq-icon:after {
    content: "";
    width: 12px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
}
.faq-section .faq-item.is-open .faq-question .faq-icon:after {
    opacity: 0;
}
.faq-section .faq-answer {
    padding-top: 16px;
    padding-right: 50px;
}
.faq-section .faq-answer p {
    color: #636B72;
    line-height: 1.4;
}
.faq-section .faq-answer p:not(:last-child) {
    margin-bottom: 16px;
}
.faq-section .faq-answer p a {
    text-decoration: underline;
}
.faq-section .faq-answer p a:hover {
    color: #E2004F;
}
@media (max-width:767px) {
    .faq-section {
        margin: 40px 0;
    }
    .faq-section .container {
        padding: 0 25px;
    }
}

.cta-button.secondary {
    background-color: #0096F6;
}
.cta-button.secondary:hover {
    background-color: #007DCD;
}

/* Use Cases Module */
.use-cases-module {
    margin: 80px 0;
    background: #f6f8fc;
}
.use-cases-module .welcome-text {
    max-width: 720px;
    margin: 0 auto 40px;
    text-align: center;
}
.use-cases-module h2 {
    font-size: 31px;
    text-align: center;
    margin-bottom: 16px;
    color: #000000;
}
.use-cases-module .welcome-text p {
    color: #636B72;
    font-size: 20px;
    line-height: 1.2;
}
.use-cases-module .use-cases-nav {
    display: flex;
    overflow-x: auto;
    max-width: 1161px;
    margin: 0 auto;
    width: calc(100% - 170px);
}

.use-cases-module .use-cases-nav .case-title {
    position: relative;
    padding: 16px 24px;
    border-radius: 12px 12px 0 0;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #E6E8F5;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s ease;
    flex: 1 1 auto;
    background: #EFF0F7;
}
.use-cases-module .use-cases-nav .case-title.active {
    background: #ffffff;
    border-color: #ffffff;
}
.use-cases-module .use-cases-nav .case-title.active .case-text {
    font-weight: 600;
    color: #CE3554;
}
.use-cases-module .use-cases-nav .case-title .case-hidden-bold {
    transition: all 0.2s ease;
    opacity: 0;
    font-weight: 700;
    display: block;
}
.use-cases-module .use-cases-nav .case-title .case-text {
    transition: all 0.2s ease;
    position: absolute;
    color: #5B6394;
    font-size: 16px;
    line-height: 1.4;
}
.use-cases-module .use-cases-wrapper {
    position: relative;
}
.use-cases-module .use-cases-slider {
    max-width: 1161px;
    margin: 0 auto;
    width: calc(100% - 170px);
}

.use-cases-module .use-cases-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 24px;
    background-color: #fff;
    border-radius: 0 0 24px 24px;
}

.use-cases-module .use-cases-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    max-width: 400px;
}

.use-cases-module .use-cases-content .content-top {
    margin-bottom: 30px;
}

.use-cases-module .use-cases-content h4 {
    font-size: 20px;
    margin-bottom: 16px;
}

.use-cases-module .case-content p {
    font-size: 16px;
    color: #636B72;
    line-height: 1.6;
    margin-bottom: 24px;
}

.use-cases-module .case-img {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
}
.use-cases-module .case-img:before {
    content: "";
    padding-top: calc((400/500)  * 100%);
    display: block;
}
.use-cases-module .case-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.use-cases-module .slider-arrow {
    position: absolute;
    top: calc(50% - 35px);
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #CE3554;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    z-index: 1;
    cursor: pointer;
}
.use-cases-module .slider-arrow svg {
    fill: #fff;
    height: 20px;
    width: 20px;
}
.use-cases-module .prev-arrow {
    left: 0;
}
.use-cases-module .next-arrow {
    right: 0;
}
.use-cases-module .use-cases-nav-mobile {
    display: none;
}
.use-cases-module .use-cases-nav-mobile {
    position: relative;
}
.use-cases-module .use-cases-nav-mobile .selected-nav {
    padding: 16px 72px 16px 24px;
    display: block;
    color: #CE3554;
    line-height: 1.4;
    border: 2px solid #CE3554;
    border-radius: 99px;
    background-color: #fff;
    font-weight: 600;
}
.use-cases-module .use-cases-nav-mobile svg {
    position: absolute;
    top: 16px;
    right: 24px;
    transition: 0.3s;
}
.use-cases-module .use-cases-nav-mobile.active svg {
    transform: scale(-1);
}
.use-cases-module .cta-link {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    color: #CE3554;
}
.use-cases-module .cta-link svg {
    margin-left: 8px;
}
@media (min-width: 992px) {
    .use-cases-module .use-cases-nav {
        display: flex !important;
    }
}
@media (max-width: 992px) {
    .use-cases-module .use-cases-nav {
        display: none;
    }
    .use-cases-module .use-cases-nav-mobile {
        display: block;
    }
    .use-cases-module .slider-arrow {
        display: none;
    }
    .use-cases-module .use-cases-nav {
        position: absolute;
        width: calc(100% - 80px);
        max-width: none;
        z-index: 1;
        border-radius: 24px;
        border-color: #E6E8F5;
    }
    .use-cases-module .use-cases-slider {
        width: 100%;
        max-width: none;
    }
    .use-cases-wrapper {
        margin-top: 16px;
    }
    .use-cases-module .use-cases-nav .case-title {
        border-width: 0 0 1px 0;
        border-radius: 0;
    }
}
@media (max-width: 767px) {
    .use-cases-module {
        margin: 40px 0;
    }
    .use-cases-module .use-cases-inner {
        grid-template-columns: 1fr;
        border-radius: 24px;
    }
    .use-cases-module .use-cases-content {
        max-width: none;
    }
    .use-cases-module .use-cases-content .content-top {
        margin-bottom: 0;
    }
}
@media (max-width: 750px) {
    .use-cases-module .use-cases-nav {
        width: calc(100% - 64px);
    }
}

/* secondary-cta */
.download-button {
    position: relative;
    color: #fff;
    background: #E2004F;
    margin-right: 13px;
    padding: 20px 68px 20px 36px;
    border-radius: 33px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
    font-size: 20px;
}
.download-button:hover {
    background: #BC0042;
}
.download-button:last-child {
    margin-right: 0
}
.download-button.secondary {
    background: #0096F6;
}
.download-button.secondary:hover {
    background: #007DCD;
}

.download-button::before {
    content: "";
    position: absolute;
    right: 36px;
    display: inline-block;
    width: 20px;
    height: 17px;
    transition: opacity 0.3s ease;
    background: url('https://www.century.tech/wp-content/themes/centurytech/assets/images/downloadWhite.png');
    top: 24px;
}
.cta-button-wrap,
.text-image-slider-wrapper .button-wrapper {
    display: flex;
    gap: 10px;
}

.logo-with-descriptions .logo-descriptions-inner .cta-button-wrap,
section.simple-text-image-split.image-with-title .cta-button-wrap,
.cta-banner .cta-button-wrap {
    justify-content: center;
}
.call-out-module.left-align .cta-button-wrap {
    justify-content: flex-start;
}
.call-out-module.center-align .cta-button-wrap {
    justify-content: center;
}
.call-out-module.right-align .cta-button-wrap {
    justify-content: flex-end;
}
.simple-text-image-split .cta-button-wrap {
    justify-content: flex-start;
    margin-top: 40px;
}
@media (max-width: 575px) {
    .cta-button-wrap ,
    .text-image-slider-wrapper .button-wrapper {
        flex-direction: column;
        text-align: center;
    }
}
@media (min-width: 1401px) {
    .text-image-slider-wrapper .slider-container .slides .slide-wrapper .content {
        width: 400px !important;
    }
}

.simple-text-image-split .cta-button-wrap {
    margin-top: 40px;
}

@media (min-width: 1401px) {
    .text-image-slider-wrapper .slider-container .slides .slide-wrapper .content {
        width: 430px !important;
        flex: 0 0 auto;
    }
    .simple-text-image-split-wrapper .main-content aside {
        width: 410px !important;
    }
    .text-image-slider-wrapper .slider-container .slides {
        max-width: 1000px !important;
    }
}
.cta-button {
    border: 2px solid transparent;
}
a.cta-button:hover {
    background-color: #BC0042;
}
a.cta-button + a.cta-button {
    border-color: #e2004f;
    color: #000000;
    background-color: transparent;
}
a.download-button + a.cta-button {
    border-color: #e2004f;
    color: #000000;
    background-color: transparent;
}
.call-out-module a.cta-button + a.cta-button,
.cta-banner a.cta-button + a.cta-button {
    color: #fff;
}
.logo-with-descriptions a.cta-button + a.cta-button {
    color: #fff;
}
a.cta-button + a.cta-button:hover {
    background-color: #E2004F1A;
}
a.download-button + a.cta-button:hover {
    background-color: #E2004F1A;
}
a.cta-button.secondary + a.cta-button.secondary {
    border-color: #0096F6;
    color: #000000;
    background-color: transparent;
}
a.download-button.secondary + a.cta-button.secondary {
    border-color: #0096F6;
    color: #000000;
    background-color: transparent;
}
.logo-with-descriptions a.cta-button.secondary + a.cta-button.secondary ,
.cta-banner a.cta-button.secondary + a.cta-button.secondary {
    color: #fff;
}
.call-out-module a.cta-button.secondary + a.cta-button.secondary {
    color: #fff;
}
a.cta-button.secondary + a.cta-button.secondary:hover {
    background-color: #0096F61A;
}
a.download-button.secondary + a.cta-button.secondary:hover {
    background-color: #0096F61A;
}
@media (min-width: 1401px) {
    .text-image-slider-wrapper .slider-container .slides {
        max-width: 1000px;
    }
}

@media (min-width: 1401px) {
    .site-header-main-wrapper .menu-right .button {
        padding: 12px 20px;
    }
}

body .site-header-main-wrapper .menu-right {
    min-width: 170px;
    text-align: right;
}
body .site-header-main-wrapper .menu-right .button {
    background-color: #E2004F;
    font-weight: 700;
    padding: 12px 20px;
}
body .site-header-main-wrapper .menu-right .button:hover {
    padding: 22px 31px;
    background-color: #BC0042;
}

/* scrolling effect */
@media only screen and (min-width: 992px) {
    body .site-header--scrolling {
        top: -60px !important;
    }
}
.site-header--scrolling {
    top: -97px !important;
}

body .site-header.site-header--scrolling .site-header-main-wrapper nav.desktop-menu.visible {
    opacity: 0;
}

body .site-header.site-header--scrolling .site-header-main-wrapper nav {
    transition: opacity 0.3s;
}

body .site-header.site-header--scrolling .site-header-main-wrapper button.mobile-toggle {
    display: none;
}
body .site-header.site-header--scrolling .site-header-main-wrapper a.button {
    margin-right: 0;
}
body.page-template-template-bond-landing .site-header.no-bond-logo .site-header-main-wrapper {
    padding: 15px 0;
}
body.page-template-template-bond-landing .site-content {
    padding-top: 65px !important;
}
@media (min-width: 768px) {
    body.page-template-template-bond-landing .site-content {
        padding-top: 70px !important;
    }
}
@media (min-width: 992px) {
    body.page-template-template-bond-landing .site-content {
        padding-top: 80px !important;
    }
}
@media (min-width: 1200px) {
    body.page-template-template-bond-landing .site-content {
        padding-top: 83px !important;
    }
    body.page-template-template-bond-landing .site-header.no-bond-logo .site-header-main-wrapper {
        padding: 0;
    }
}
@media (max-width: 960px) {
    body.page-template-template-bond-landing .site-header.no-bond-logo .site-header-main-wrapper {
        padding: 0;
    }
}
body.page-template-template-bond-landing .site-header--scrolling {
    top: 0 !important;
}
.page-template-template-bond-landing .site-content {
    padding-top: 80px !important;
}



/* Hero banner */
.hero-module {
    position:relative;
    z-index: 9;
    padding: 80px 0 100px;
    overflow: hidden;
}
.hero-module.light {
    background: radial-gradient(90.25% 189.51% at 6.66% 16.74%, rgba(1, 227, 162, 0.1426) 0%, rgba(19, 141, 242, 0.31) 29.81%, rgba(77, 27, 128, 0.31) 63.46%, rgba(226, 0, 79, 0.31) 100%);
}
.hero-module.dark {
    background: linear-gradient(0deg, #2C2A69, #2C2A69),linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.hero-module .hero-module-wrapper{
    position: relative;
    display:flex;
    align-items:center;
    justify-content:space-between;
    max-width: 1165px;
    margin: 0 auto;
}

.hero-module .hero-module-content{
    width: 58%;
    padding: 28px 112px 48px 48px;
    border: 1px solid #E5E7EB;
    box-shadow: 0px 1px 2px 0px #0000000D;
    border-radius: 24px;
}
.hero-module .hero-module-heading{
    font-size:49px;
    font-weight:700;
    margin-bottom:24px;
    line-height:1.2;
}
.hero-module .hero-module-heading .highlighted {
    color: #0196F6;
}

.hero-module .hero-module-description {
    font-size:20px;
    line-height:1.4;
}

.hero-module .hero-module-description ul{
    padding: 0;
}

.hero-module .hero-module-description li{
    position: relative;
    padding-left:36px;
    line-height:1.4;
}
.hero-module .hero-module-description li:not(:last-child){
    margin-bottom:16px;
}
.hero-module .hero-module-description p:not(:last-child){
    margin-bottom:16px;
}

.hero-module .hero-module-description li:before{
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    content: "";
    background-color: #0196F6;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='7' viewBox='0 0 8 7' fill='none'%3E%3Cpath d='M2.66667 6.26667L0 3.6L0.933333 2.66667L2.66667 4.4L7.06667 0L8 0.933333L2.66667 6.26667Z' fill='white'/%3E%3C/svg%3E");
    background-size: 10px;
    border-radius: 20px;
}

.hero-module .cta-button-wrap{
    margin-top:30px;
}

/* VIDEO */
.hero-module .hero-module-video {
    position: relative;
    display: flex;
    justify-content: center;
    width: 49%;
    margin-left: -7%;
    padding: 26px;
    z-index: 1;
}
.hero-module .hero-module-video .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 174px;
    min-width: auto;
}
.hero-module .hero-module-video:before {
    display: block;
    content: "";
    padding-top: 100%;
}
.hero-module .video-circle {
    position: relative;
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
    border: 10px solid #fff;
}
.hero-module .img-block {
    position: relative;
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
    border: 10px solid #fff;
}
.hero-module .img-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-module .video-circle:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(151.02deg, rgba(31, 41, 55, 0.45) 16.46%, rgba(31, 41, 55, 0.45) 81%);
    pointer-events: none;
}
.hero-module .video-circle iframe{
    position: absolute;
    object-fit: cover;
    top: 50%;
    left: 50%;
    width: 178%;
    height: 100%;
    transform: translate(-50%, -50%);
    border: 0;
    pointer-events: none;
}
.hero-module .hero-module-video .internal-hero__ring {
    width: 100%;
    height: 100%;
}
.hero-module .hero-module-video .shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.hero-module .hero-module-wrapper .shadow.desktop {
    position: absolute;
    right: -3.3%;
    top: 50%;
    pointer-events: none;
    z-index: -1;
    opacity: 1;
    transform: translateY(-50%);
    max-width: 56%;
}
.hero-module .hero-module-wrapper .gradient.desktop {
    position: absolute;
    right: -160px;
    top: 61%;
    pointer-events: none;
    z-index: -1;
    opacity: 1;
    transform: translateY(-50%);
    max-width: 90%;
    overflow: visible;
}
.hero-module .hero-module-video .shadow.mobile {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
}
/* Responsive */

@media (max-width:1024px){
    .hero-module .hero-module-content {
        padding: 24px 75px 24px 24px;
    }
    .hero-module .hero-module-heading {
        font-size: 40px;
    }
    .hero-module .hero-module-description {
        font-size: 18px;
        line-height: 1.4;
    }
    .hero-module .hero-module-video .play-btn {
        width: 124px;
    }
}
@media (max-width:992px){
    .hero-module {
        padding: 60px 0 80px;
    }
    .hero-module .hero-module-wrapper{
        flex-direction:column;
    }
    .hero-module .hero-module-content {
        width: 100%;
        max-width:100%;
    }
    .hero-module .hero-module-wrapper .shadow.desktop,
    .hero-module .hero-module-wrapper .gradient.desktop {
        display: none;
    }
    .hero-module .hero-module-video {
        width: 100%;
        max-width: 571px;
        margin: 30px auto 0;
    }
}
@media (max-width:767px){
    .hero-module {
        padding: 40px 0 60px;
    }
    .hero-module .container {
        padding: 0 24px;
    }
    .hero-module .hero-module-heading {
        font-size: 31px;
    }
    .hero-module .hero-module-content {
        padding: 32px 24px;
    }
    .hero-module .hero-module-description {
        font-size: 16px;
    }
    .hero-module .hero-module-video {
        padding: 7px;
    }
    .hero-module .hero-module-video .play-btn {
        width: 84px;
    }
}
.hero-module .custom-video-popup{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:none;
    z-index:9999;
}

.hero-module .popup-overlay{
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.8);
}

.hero-module .popup-content{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:80%;
    max-width:800px;
    background:#000;
}

.hero-module .video-container{
    position:relative;
    padding-bottom:56.25%;
    height:0;
}

.hero-module .video-container iframe{
    position:absolute;
    width:100%;
    height:100%;
}

.hero-module .popup-close{
    position:absolute;
    top:-40px;
    right:0;
    background:none;
    border:none;
    font-size:28px;
    color:#fff;
    cursor:pointer;
}


.logo-section {
    background: linear-gradient(180deg, #F8F9FC 0%, #F1F2F8 100%);
    padding: 80px 0;
    text-align: center;
}

.logo-section .logo-heading {
    font-size: 32px;
    margin-bottom: 10px;
}

.logo-section .top-wrap {
    max-width: 700px;
    margin: 0 auto 60px;
}
.logo-section .logo-description {
    font-size: 20px;
}
/* MARQUEE */
.logo-slider-module {
    overflow: hidden;
    width: 100%;
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}
/* 
.logo-section .logo-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: logoMarquee 30s linear infinite;
} */

.logo-section .logo-item {
    flex: 0 0 auto;
    padding: 0 56px;
}

.logo-section .logo-item img {
    max-width: 120px;
    max-height: 120px;
    width: auto;
}

.logo-section .logo-slider-module:not(.slick-initialized) {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Slick fix */
.logo-section .slick-track {
    display: flex !important;
    align-items: center;
}

/* Static layout (when no slider) */
@media (min-width: 1024px) {
    .logo-slider-module.static {
        display: flex;
        justify-content: center;
        gap: 30px;
    }
}

/* Mobile spacing */
@media (max-width: 768px) {
    .logo-slider-module .logo-item img {
        max-height: 60px;
    }
}

/* Mobile */
@media (max-width: 1023px) {
    .logo-section .logo-item {
        padding: 0 35px;
    }
    .logo-section .logo-description {
        font-size: 18px;
    }
    .logo-section .logo-item img {
        max-width: 100px;
        max-height: 100px;
    }
}
@media (max-width: 768px) {
    .logo-section .top-wrap {
        margin: 0 auto 40px;
    }
    .logo-section .logo-description {
        font-size: 16px;
    }
    .logo-section .logo-item {
        padding: 0 28px;
    }
}


section.webinar .webinar__container {
    max-width: 1344px;
}
section.webinar .webinar__container .webinar__boxes {
    justify-content: center;
}
section.webinar .webinar__container .webinar__boxItem {
    width: calc(25% - 16px);
    margin: 8px;
}
@media (max-width: 1200px) {
    section.webinar .webinar__container .webinar__boxItem {
        width: calc(33.33% - 16px);
        margin: 8px;
    }
}

@media (max-width: 960px) {
    section.webinar .webinar__container .webinar__boxItem {
        width: 100%;
        margin: 8px;
    }
}