﻿/*------------------------------------*\
    
    Contained Image + Text Block Customizations - Global Styling

    The styles you add to this file will be applied to the 'Contained Image + Text' block. 
    If there is any reasons why you would need to style them seperately,
    please create a block-specific stylesheet for it (don't forget to resiger that block-specific stylesheet in acf-start-blocks.php)

\*------------------------------------*/

.image-text {
    position: relative;
}

.image-text__img__col {
    position: relative;
    padding-left: 36px;
    padding-top: 25px;
    margin-bottom: 40px;
}

.flex-opposite .image-text__img__col {
    padding-right: 36px;
    padding-left: 0;
}

.image-text__img__col img {
    width: 100%;
    height: 222px;
    border-radius: 5px;
    display: block;
    box-shadow: 0 0 30px rgba(62, 38, 57, 0.26);
}

.image-shape {
    position: absolute;
    left: 0px;
    top: 0;
    max-width: 184px;
    width: 100%;
}

.flex-opposite .image-shape {
    right: 0px;
    left: auto;
}

.image-text__img__col .image-shape img {
    width: auto;
    height: auto;
    border-radius: 0;
    display: block;
    box-shadow: none;
}

.image-text__top-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.image-text__bottom-wave {
    position: absolute;
    bottom: -39px;
    left: 0;
    width: 100%;
}

.image-text__bottom-wave svg,
.image-text__top-wave svg {
    width: 100%;
    height: auto;
}

.image-text--homepage {
    padding: 50px 0;
}

.image-text--homepage--right {
    padding-bottom: 75px;
}

.image-text--homepage--left {
    padding-bottom: 50px;
}

.image-text--blue h4,
.image-text--blue h2,
.image-text--blue h3 {
    color: #972AB2;
}

.image-text--homepage.image-text--blue h2 {
    color: #333333;
}

.image-text--blue .btn-secondary {
    color: #972AB2;
}

.image-text--blue .btn-secondary .icon svg {

  fill:  #972AB2;;
}

.image-text--blue .btn-secondary:after {
    background: rgba(151, 42, 178, 0.20);
}

.image-text ul li .icon--checked {
    position: absolute;
    left: 0;
}

.recognized-logos {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
}
.recognize-logo-carousel {
    margin-bottom: 20px;
}
  
.recognized-logos__col {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: auto;
    padding-right: 0;
    padding-left: 0;
    margin: 10px 20px;
    width: calc(50% - 40px);
}

.recognized-logos__col img {
    mix-blend-mode: multiply;
}

.image-text__rounded {
    padding: 25px 0 50px;
}

.image-text--blue-inner {
    padding-bottom: 40px;
}

.image-text--blue-inner .image-text__bottom-wave {
    bottom: 0;
}

.half-text-half-image .top__wave {
    height: 50px;
}

.half-text-half-image .top__wave svg {
    height: 100%;
    width: 100%;
}

@media (min-width: 768px) {
    
    .image-text__img__col {
        padding-left: 60px;
        padding-top: 39px;
        margin-bottom: 45px;
    }

    .flex-opposite .image-text__img__col {
        padding-right: 60px;
        padding-left: 0;
    }

    .image-text__img__col img {
        height: 356px;
    }

    .image-shape {
        left: 1px;
        max-width: 296px;
    }

    .flex-opposite .image-shape {
        right: 1px;
        left: auto;
    }
    
    .image-text--homepage {
        padding: 60px 0;
    }

    .image-text--homepage--right {
        padding-bottom: 130px;
    }

    .image-text--homepage--left {
        padding-bottom: 70px;
    }

    .image-text--blue .btn-secondary:after {
        background: rgba(151, 42, 178, 0.20);
    }

    .recognized-logos {
        margin-right: -20px;
        margin-left: -20px;
        margin-bottom: 40px;
    }
    .recognize-logo-carousel {
        margin-bottom: 40px;
    }
    
    .recognized-logos__col {
        margin: 0 20px;
        width: calc(25% - 40px);
    }

    .image-text__bottom-wave {
        bottom: -80px;
    }

    .image-text__rounded {
        padding: 10px 0 60px;
    }

    .tablet-padding .container {
        padding: 0 115px;
    }

    .image-text--blue-inner {
        padding-bottom: 50px;
    }
    .recognize-logo-carousel .slick-list{
        margin: 0 50px;
    }

}

@media (min-width: 1025px) {
    .half-text-half-image  .top__wave {
        height: 70px;
    }
}

@media only screen and (min-width: 1199px) and (min-height: 1868px) and (orientation: portrait)  {
    .image-text--homepage .image-text__bottom-wave {
        bottom: -120px;
    }
}

@media (min-width: 1200px) {

    .half-text-half-image  .top__wave {
        height: 140px;
    }
    
    .tablet-padding .container {
        padding: 0 16px;
    }

    .flex-row {
        display: flex;
        flex-wrap: wrap;
    }
    
    .image-text .flex-row {
        align-items: center;
    }

    .flex-opposite {
        flex-direction: row-reverse;
    }

    .image-text__img__col {
        padding-top: 49px;
        padding-left: 75px;
        margin-bottom: 0
    }

    .flex-opposite .image-text__img__col {
        padding-right: 75px;
        padding-left: 0;
    }

    .image-text__img__col img {
        height: 435px;
    }

    .image-shape {
        left: 4px;
        max-width: 360px;
    }

    .flex-opposite .image-shape {
        right: 4px;
        left: auto;
    }

    .image-text__text {
        padding-left: 70px;
    }

    .flex-opposite .image-text__text {
        padding-left: 16px;
        padding-right: 70px;
    }

    .image-text--homepage .image-text__text {
        padding-left: 50px;
    }

    .image-text--homepage .flex-opposite .image-text__text {
        padding-left: 16px;
        padding-right: 130px;
    }

    .image-text__img__col {
        margin-left: 20px;
        width: auto
    }

    .flex-opposite .image-text__img__col {
        margin-left: 0;
        margin-right: 80px;
        width: calc(100% - 15px);
    }

    .image-text--homepage .flex-opposite .image-text__img__col {
        margin-left: -20px;
    }

    .image-text--homepage {
        padding: 160px 0;
    }

    .image-text--homepage--right {
        padding-bottom: 200px;
    }

    .image-text--homepage--left {
        padding-bottom: 100px;
        padding-top: 100px;
    }

    .recognized-logos {
        margin-right: -20px;
        margin-left: -20px;
        margin-bottom: 30px;
    }
    .recognize-logo-carousel {
        margin-bottom: 30px;
    }

    .recognized-logos {
        margin-right: -10px;
        margin-left: -10px;
    }
    
    .recognized-logos__col {
        margin: 0 10px;
        width: calc(25% - 20px);
    }

    .image-text__bottom-wave {
        bottom: -129px;
    }

    /* .image-text__img__col {
        margin-top: 38px;
    } */
    .image-text__img__col {
        margin-top: 0;
    }
    .image-shaped-section .image-text__img__col  {
        margin-top: 45px;
    }

    .image-shaped-section .flex-opposite .image-text__img__col {
        margin-top: 20px;
    }
    .flex-opposite .image-text__img__col {
        margin-top: 0;
    }

    .image-text__rounded {
        padding: 0 0 100px;
    }

    .image-text--blue-inner.top-wave {
        padding-bottom: 110px;
        padding-top: 110px;
    }

    .image-text--blue-inner .image-text__img__col {
        margin-left: 0;
    }
    
}

@media (min-width: 1360px) {
    .image-text__bottom-wave {
        bottom: -146px;
    }
}

@media (min-width: 1440px) {
    .image-text__bottom-wave {
        bottom: -150px;
    }
}

@media (min-width: 1600px) {
    .image-text__bottom-wave {
        bottom: -172px;
    }
}

@media (min-width: 1700px) {
    .image-text__bottom-wave {
        bottom: -192px;
    }
}


@media(min-width:1920px) {
    .image-text__bottom-wave {
        height: 209px;
    }
}


.image-text__rounded {
    position: relative;
    z-index: 3;
}

.image-text__rounded .image-text__img__rounded {
    position: relative;
    margin: 0;
    margin-bottom: 4rem;
    padding: 0;
    width: 600px;
    height: 600px;
}

.image-text__img__rounded img {
    height: auto;
    box-shadow: none;
    width: auto;
}

.image-text__img__rounded .img-rounded {
    border-radius: 50%;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.blue-round,
.laptop-half,
.blue-image-shape-round {
    position: absolute;
    left: 0;
}

.blue-round {
    top: -43px;
    z-index: 2;
    left: 47px;
}

.laptop-half {
    bottom: -15px;
    z-index: 2;
    left: -176px;
}

.blue-image-shape-round {
    left: 19px;
    top: -25px;
    width: 627px;
    height: 627px;
}

.laptop-half.left {
    left: initial;
    right: -50px;
}
.blue-image-shape-round.left {
    left: initial;
    right: 0;
}
@media (min-width: 1200px) {
    .image-text__rounded.image-text .flex-row {
        align-items: center;
    }

    .image-text__rounded .image-text__img__rounded {
        margin-bottom: 0;
    }

    .image-text__rounded .flex-opposite .image-text__text {
        padding-right: 130px;
    }
}

.image-right-home .image-shape {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.image-left .image-shape{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}



.bg-white {
    background: #ffffff;
}

.curve-to-bottom svg {
    height: 100%;
    width: 100%;
}

.curve-bg-white .top_curve path,
.curve-bg-white .bottom_curve path {
    fill : #ffff;
}

.bg-gray {
    background: #F8F5FA;
}

.curve-bg-gray .top_curve path,
.curve-bg-gray .bottom_curve path {
    fill : #F8F5FA;
}

.bg-lightpurple {
    background: #F8F5FA;
}

.curve-bg-lightpurple .top_curve path,
.curve-bg-lightpurple .bottom_curve path{
    fill : #F8F5FA;
}

.bg-lightblue {
    background: #F0F5FF;
}


.curve-bg-lightblue .top_curve path,
.curve-bg-lightblue .bottom_curve path{
    fill : #F0F5FF;
}

.bg-orange {
    background:  #f4f0f1;
}

.curve-bg-orange .top_curve path,
.curve-bg-orange .bottom_curve path {
    fill : #f4f0f1;
}

.bg-blue {
    background: #f1f5ff;
}

.curve-bg-blue .top_curve path,
.curve-bg-blue .bottom_curve path{
    fill : #f1f5ff;
}


.bp-orange .icon svg{
    fill: var( --c-orange-100 );
}
.bp-purple .icon svg{
    fill : var(--c-purple-100) ;
}
.bp-blue .icon svg{
    fill : var( --c-blue ) ;
}

.image-shape  svg {
    width: 100%;
    height: 100%;
}