@charset "utf-8";
/* CSS Document */

/*  
     ⤵︎ =============  HEADER
*/
#header {
    padding: 21px 0;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
#header.dark-bg {
    padding: 28px 0;
    background-color: #1E2436;
}
#header.shrink {
    padding: 3px 0;
    background-color: rgba(30, 36, 54, 0.9);
}
#header .container-fluid {
    max-width: 1368px;
}
#header .col.logo {
    flex: 0 0 135px;
    padding: 3px 0;
}
#header .col:nth-child(2) {
    flex: 1 1 100%;
}
#header .col.button {
    flex: 0 0 113px;
}
#header .navbar-brand {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 9px;
}
#header.shrink .navbar-brand img {
    width: 84px;
    -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
#header .navbar-expand-md .offcanvas {
    flex-grow: 0;
}
#header .navbar-nav {
    --bs-nav-link-font-weight: 500;
    --bs-navbar-nav-link-padding-y: 1rem;
    --bs-navbar-nav-link-padding-x: 9px;
    --bs-nav-link-font-size: 1em;
    width: 100%;
}
#header .navbar-nav .nav-item {
    position: relative;
    margin: auto 14px;
}
#header .dropdown-toggle:after {
    background: url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 30 18.2" style="enable-background:new 0 0 30 18.2;" xml:space="preserve"><path fill="%23fff" d="M15,18.2L0,0l30,0L15,18.2z"/></svg>') no-repeat center center;
    background-size: 10px auto;
}
#header .navbar-nav .nav-item .more {
    position: absolute;
    top: 5px;
    right: 0;
    display: inline-block;
    width: 12px;
    height: 24px;
}
#header .navbar-nav .nav-link {
    color: #fff;
    line-height: 1.5em;
}
#header .navbar-nav a.nav-link:hover,
#header .navbar-nav a.nav-link:active {
    color: #E3BC60;
}
#header .dropdown-menu {
    --bs-dropdown-min-width: 248px;
    --bs-dropdown-bg: #263047;
    --bs-dropdown-border-radius: 8px;
    border: 0;
    font-size: 1em;
    overflow: hidden;
    box-shadow: 0 0.125rem 1rem rgba(0, 0, 0, 0.15);
}
#header .dropdown-item {
    color: #fff;
    background-color: #263047;
    font-weight: 500;
    font-size: 1em;
    white-space: normal;
}
#header .dropdown-item.menu_item_paddingl {
    padding-left: 48px !important;
}
#header .dropdown-item:focus,
#header .dropdown-item:hover {
    color: #000;
    background-color: #E3BC60;
}
#header a.contact.btn-primary {
    --bs-btn-padding-x: 1.125rem;
    --bs-btn-padding-y: 0.825rem;
}
#header.shrink a.contact.btn-primary {
    --bs-btn-padding-y: 0.5rem;
}
#header .ftr a.contact.btn-primary {
    display: none;
}
/*  
     ⤴︎ =============  end HEADER
*/
/*  
     ⤵︎ =============  HOMEPAGE
*/
.dft-hero {
    position: relative;
    min-height: 90vh;
    max-height: 732px;
    background-color: #28334C;
    color: #fff;
    text-align: center;
    overflow: hidden;
}
.dft-hero.smaller {
    max-height: 532px;
    min-height: auto;
}
.dft-hero .container-fluid {
    position: relative;
    max-width: 1440px;
    padding-top: 96px;
    padding-bottom: 96px;
    z-index: 2;
}
.dft-hero h1,
.dft-hero p {
    margin: auto;
}
.dft-hero h1 {
    max-width: 902px;
    margin-bottom: 0.54em;
    font-size: 4.6875em;
    line-height: 1em;
    font-weight: 900;
}
.dft-hero p {
    max-width: 742px;
    font-size: 1.875em;
    line-height: 1.4em;
    font-weight: 700;
    margin-bottom: 0;
}
.dft-hero .cta {
    margin-top: 2.25rem;
}
.dft-hero video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: 50% 50%;
    z-index: 1;
}
#home-hero.dft-hero {
    height: auto;
    max-height: none;
    min-height: 100vh;
}
#home-hero.dft-hero h1 {
    margin-bottom: 0.68em;
}
#home-intro .container-fluid {
    max-width: 1440px;
    padding-top: 66px;
    padding-bottom: 24px;
}
#home-intro h1 {
    margin-bottom: 1.875em;
    font-size: 2.3125em;
    line-height: 1.4em;
}
#home-intro .percentage {
    font-size: 7.875em;
    line-height: 1em;
    color: #1E2436;
}
#home-intro .percentage small {
    font-size: 0.3em;
    line-height: 1.6em;
    font-weight: 800;
}
#home-intro .col p {
    max-width: 202px;
    padding-top: 1.125em;
    font-size: 1.1875em;
    color: #292929;
}
#home-solutions {
    background: #263047;
    color: #fff;
}
#home-solutions .container-fluid {
    max-width: 1337px;
}
#home-solutions .intro .reveal.two .reveal-content {
    animation-delay: 1.4s;
}
#home-solutions .intro {
    padding: 84px 0 60px;
}
#home-solutions .intro h1 {
    margin-bottom: 1.875rem;
    font-size: 3.1875em;
    line-height: 1.17em;
}
#home-solutions .intro h1 .text-gold span {
    background: #E3BC60;
    background: linear-gradient(to bottom, #E3BC60 0%, #C7A147 100%); -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent;
}
#home-solutions .intro .reveal p {
    margin-bottom: 0;
    font-size: 1.25em;
}
#home-solutions .slider {
    padding-bottom: 2.25rem;
}
#home-solutions .slider article a {
    display: block;
    padding: 55px 42px 55px 52px;
    background-color: #1E2436;
    border-radius: 8px;
    color: #fff;
    -webkit-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out;
}
#home-solutions .slider article a:hover,
#home-solutions .slider article a:active {
    background-color: #fff;
    color: #000;
}
#home-solutions .slider article .icon {
    max-width: 166px;
    margin: auto;
    padding-bottom: 44px;
}
#home-solutions .slider article .icon img {
    display: block;
    height: 114px;
    width: auto;
}
#home-solutions .slider article .icon dotlottie-player {
    display: block;
    height: 122px;
    width: auto;
}
#home-solutions .slider article .icon .hover-state {
    display: none;
}
#home-solutions .slider article a:hover .icon img,
#home-solutions .slider article a:active .icon img {
    display: none;
}
#home-solutions .slider article a:hover .icon img.hover-state,
#home-solutions .slider article a:active .icon img.hover-state {
    display: block;
}
#home-solutions .slider article h1 {
    font-size: 1.4375em;
    font-weight: 600;
}
#home-solutions .slider article p {
    font-size: 0.875em;
    font-weight: 500;
}
#home-solutions .slider .more svg {
    display: inline-block;
    margin-left: 12px;
}
#home-solutions .slider .more .f_clr {
    fill: #fff;
}
#home-solutions .slider article a:hover .more .f_clr,
#home-solutions .slider article a:active .more .f_clr {
    fill: #000;
}
#home-solutions .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #000;
}
#home-solutions .swiper-pagination-bullet-active {
    background: #E3BC60;
}
#home-solutions .marquee {
    max-width: 1288px;
    padding: 3.75rem 0;
}
#home-solutions ul.marquee-content li {
    padding: 12px 36px;
}
#home-solutions h2.feat {
    padding: 0 0.75rem;
    margin-bottom: 1.043em;
    font-size: 2.3125em;
    line-height: 1.59em;
    font-weight: 700;
}
#testimonials-sctn {
    padding: 98px 0;
}
#testimonials-sctn .container-fluid {
    max-width: 1314px;
}
#testimonials-sctn .swiper-slide {
    background-color: #fff;
}
#testimonials-sctn .col {
    width: 50%;
}
#testimonials-sctn .video.col {
    max-width: 660px;
}
#testimonials-sctn .video video {
    position: relative;
    display: block;
    width: 100%;
    height: 448px;
    border-radius: 9px;
}
#testimonials-sctn .video .video-background {
    position: relative;
    overflow: hidden;
    width: 100%;
}

#testimonials-sctn .video .video-background iframe {
     width: 100%;
    border-radius: 9px;
}
#testimonials-sctn button.play-btn {
    display: block;
    width: 102px;
    height: 102px;
    border-radius: 50%;
    border: 0;
    background: rgba(0, 0, 0, 0.25) url(../images/icon-play.svg) no-repeat center center / 21px auto;
    -webkit-transition: all 0.1s ease-out; -o-transition: all 0.1s ease-out; transition: all 0.1s ease-out; 
}
#testimonials-sctn button.play-btn:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
#testimonials-sctn blockquote {
    max-width: 620px;
    padding-left: 60px;
    padding-bottom: 3rem;
    font-size: 1.3125em;
    line-height: 1.476em;
    font-weight: 500;
}
#testimonials-sctn blockquote p {
    margin-bottom: 1.25rem;
}
#testimonials-sctn blockquote footer {
    font-size: 0.952em;
    font-weight: 600;
}
#testimonials-sctn .swiper-pagination {
    width: 50%;
    right: 0;
    left: auto;
    padding-left: 70px;
    text-align: left;
}
#testimonials-sctn .swiper-pagination-bullet:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    margin-top: -2px;
    background: #1E2436;
    content: '';
    -webkit-transition: all 0.1s ease-out; -o-transition: all 0.1s ease-out; transition: all 0.1s ease-out; 
}
#testimonials-sctn .swiper-pagination-bullet {
    position: relative;
    width: 59px;
    height: 12px;
    margin: 0 2px;
    border-radius: 0;
    background: transparent;
    opacity: 0.1;
}
#testimonials-sctn .swiper-pagination-bullet:hover {
    opacity: 1;
}
#testimonials-sctn .swiper-pagination-bullet-active:before {
    background: #1E2436;
}
#testimonials-sctn .swiper-pagination-bullet-active {
    opacity: 1;
    background: transparent;
}
.testmn_pp.modal  {
    --bs-modal-width: 90vw;
    --bs-modal-padding: 0;
    --bs-modal-bg: transparent;
    --bs-modal-border-width: 0;
    height: 100vh;
}
.testmn_pp.modal video {
    position: relative;
    display: block;
    border-radius: 9px;
}
.testmn_pp.modal .btn-close {
    position: fixed;
    top: 12px;
    right: 12px;
    width: 1.5rem;
    height: 1.5rem;
    background-size: contain;
    --bs-btn-close-bg: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23fff" class="bi bi-x-lg" viewBox="0 0 16 16"><path d="M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8z"/></svg>');
    --bs-btn-close-opacity: 0.9;
    --bs-btn-close-hover-opacity: 1;
    --bs-btn-close-focus-shadow: none;
}
.text-banner-sctn .container-fluid {
    max-width: 1314px;
    margin-bottom: 74px;
}
.text-banner-sctn .box {
    padding-top: 62px;
    padding-bottom: 54px;
    background-color: #E5EBF0;
    border-radius: 14px;
}
.text-banner-sctn .outer-wrapper {
    max-width: 816px;
    padding: 0 0.75rem;
    text-align: center;
}
.text-banner-sctn h1 {
    margin-bottom: 0.75rem;
    font-size: 2.3125em;
    line-height: 1.4em;
    font-weight: 500;
}
.text-banner-sctn p {
    max-width: 446px;
    margin: auto auto 1rem auto;
    font-size: 1.125em;
    line-height: 1.5em;
    font-weight: 500;
}
.banner-sctn.cols2 {
    padding: 1.875rem 0;
    background-color: #263047;
    color: #fff;
}
.banner-sctn.cols2 .container-fluid {
    max-width: 1254px;
}
.banner-sctn.cols2 .col {
    width: 48%;
}
.banner-sctn.cols2 .img.col {
    max-width: 550px;
}
.banner-sctn.cols2 .text.col .inner-wrapper {
    max-width: 582px;
    padding-left: 1.875rem;
}
.banner-sctn.cols2 .img.col {
    max-width: 550px;
}
.banner-sctn.cols2 .text.col h1 {
    margin-bottom: 1.375rem;
    font-size: 3.1875em;
    line-height: 1.176em;
    font-weight: 600;
}
.banner-sctn.cols2 .text.col p {
    max-width: 410px;
    font-size: 1.125em;
    line-height: 1.5em;
    font-weight: 500;
}
.insights-sctn {
    padding: 100px 0 90px;
}
.insights-sctn .container-fluid {
    max-width: 1330px;
    padding-bottom: 52px;
}
.insights-sctn .title.col {
    flex: 0 0 calc(100% - 174px);
}
.insights-sctn .more.col {
    flex: 0 0 174px;
    text-align: right;
}
.insights-sctn .title h1 {
    margin-bottom: 0;
    font-size: 2.3125em;
    font-weight: 500;
}
.insights-sctn .more a {
    display: block;
    font-size: 1.125em;
    font-weight: 600;
    color: #000;
}
.insights-sctn .more a .btn {
    position: relative;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    padding: 0;
}
.insights-sctn .more a:hover {
    text-decoration: underline;
}
.insights-sctn .more a:hover .btn img {
    margin-left: 2px; 
    -webkit-transition: all 0.1s ease-out; -o-transition: all 0.1s ease-out; transition: all 0.1s ease-out;
}
.insights-sctn .carousel {
    padding-left: calc((100% - 1306px) / 2);
    overflow-x: auto;
    white-space: nowrap;
}
.insights-sctn .carousel .mCSB_container {
    margin-bottom: 78px;
}
.insights-sctn .carousel article {
    display: inline-block;
    vertical-align: top;
    margin-right: 27px;
    white-space: normal;
    border-radius: 20px;
    overflow: hidden;
}
.insights-sctn .carousel article a {
    --insgt-entry-width: 741px;
    display: block;
    width: var(--insgt-entry-width);
    min-height: calc(var(--insgt-entry-width) * 0.532);
    padding: 23px 35px 35px 35px;
    background-color: transparent;
}
.insights-sctn .carousel article ul.categories li {
    background-color: #fff;
    padding: 9px 21px;
    border-radius: 33px;
    color: #1E2436;
    font-size: 0.9375em;
    font-weight: 700;
    text-transform: uppercase;
}
.insights-sctn .carousel article h1 {
    max-width: 508px;
    padding-top: 195px;
    margin-bottom: 0;
    font-size: 1.9375em;
    line-height: 1.387em;
    font-weight: 500;
    letter-spacing: -.01em;
    color: #fff;
}
.insights-sctn .carousel article a:hover h1 {
    text-decoration: underline;
    text-underline-offset: 0.25em;
    text-decoration-thickness: 1px;
}
.insights-sctn .carousel .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    height: 6px;
    opacity: 1;
}
.insights-sctn .carousel .mCSB_scrollTools .mCSB_draggerContainer {
    height: 1px;
    background: #D9D9D9;
}
.insights-sctn .carousel .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    height: 1px;
}
.insights-sctn .carousel .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 1px;
    margin: auto;
    background: #26283E;
}
/*  
     ⤴︎ =============  end HOMEPAGE
*/
/*  
     ⤵︎ =============  PRODUCT page
*/
.prd-intro {
    padding: 64px 0 166px;
}
.prd-intro .container-fluid {
    max-width: 1184px;
}
h1.section-title, #company-members h2 {
    font-size: 2.3125em;
    line-height: 1.4em;
    font-weight: 700;
}
.adv-tabs {
    margin-top: 60px;
}
.adv-tabs .nav {
    --bs-nav-link-font-size: 1.4375em;
    --bs-nav-link-font-weight: 600;
    --bs-nav-link-color: #D9D9D9;
    --bs-nav-link-hover-color: #151515;
    max-width: 1005px;
    padding-bottom: 1.125rem;
    border-bottom: 1px solid #D9D9D9;
}
.adv-tabs .nav-item {
    flex: 0 0 33.333%;
    text-align: center;
}
.adv-tabs .nav-link {
    display: inline-block;
}
.adv-tabs .nav-link.active {
    color: var(--bs-nav-link-hover-color);
}
.adv-tabs .tab-content {
    padding-top: 72px;
}
.adv-tabs .tab-content .row .text.col {
    flex: 0 0 45%;
    padding-left: 9%;
    padding-top: 3%;
}
.adv-tabs .tab-content .row .image.col {
    flex: 0 0 55%;
    max-width: 616px;
    text-align: right;
}
.adv-tabs .tab-content .row .image.col img,
.adv-tabs .tab-content .row .image.col video,
.adv-tabs .tab-content .row .image.col iframe {
    display: inline-block;
    max-width: 100%;
    border-radius: 7px;
    margin-right: 9%;
}
.adv-tabs .tab-content h2 {
    margin-bottom: 1.125em;
    font-size: 2em;
    line-height: 1.1875em;
    font-weight: 600;
}
.adv-tabs .tab-content h3 {
    margin-bottom: 0.875rem;
    font-size: 1.1875em;
    line-height: 1.36em;
    font-weight: 500;
}
.adv-tabs .tab-content p,
.adv-tabs .tab-content ul {
    /*font-size: 0.875em*/
}
.adv-tabs .tab-content ul {
    padding-left: 1.125rem;
}
.adv-tabs .tab-content ul li {
    margin-bottom: 0.75rem;
}
#insights-boxes-sctn {
    background-color: #E5EBF0;
    padding: 66px 0;
}
#insights-boxes-sctn .container-fluid {
    max-width: 1097px;
}
#insights-boxes-sctn .row {
    --bs-gutter-x: .75rem;
    padding-top: 3rem;
}
#insights-boxes-sctn a.box {
    display: block;
    padding: 5.5rem 1.5rem 2.875rem;
    background-color: #151f33;
    border-radius: 8px;
    margin-bottom: var(--bs-gutter-x);
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.1s ease-out; -o-transition: all 0.1s ease-out; transition: all 0.1s ease-out;
}

#insights-boxes-sctn a.box .lottie_hovered {
    display: none
}
#insights-boxes-sctn a.box:hover,
#insights-boxes-sctn a.box:active {
    background-color: #fff;
    color: #1E283F;
}


#insights-boxes-sctn a.box:hover .lottie_static,
#insights-boxes-sctn a.box:active .lottie_static {
    display: none;
}


#insights-boxes-sctn a.box:hover .lottie_hovered,
#insights-boxes-sctn a.box:active .lottie_hovered {
    display: block !important;
}

#insights-boxes-sctn .box span {
    display: block;
}
#insights-boxes-sctn .box .icon,
#insights-boxes-sctn .box .title {
    display: flex;
    justify-content: center;
    align-items: center;
}
#insights-boxes-sctn .box .icon {
    width: 100%;
    max-width: 96px;
    margin: auto auto 2.875rem auto;
}
#insights-boxes-sctn .box .icon dotlottie-player {
    display: block;
}
#insights-boxes-sctn .box .icon img {
    display: inline-block;
}
#insights-boxes-sctn .box h2 {
    margin-bottom: 0;
    font-size: 1.625em;
    line-height: 1.38em;
}
#coverage-sctn {
    padding: 76px 0 110px;
}
#coverage-sctn .container-fluid {
    max-width: 1164px;
}
#coverage-sctn .intro {
    max-width: 836px;
    text-align: center;
}
#coverage-sctn .intro h1.section-title {
    margin-bottom: 1.5rem;
}
#coverage-sctn .intro p {
    font-size: 1.25em;
}
#coverage-sctn .intro a.cta {
    margin-top: 1.25rem;
}
#coverage-sctn .graphics {
    --bs-gutter-x: 78px;
    padding-top: 76px;
}
#coverage-sctn .graphics .img {
    flex: 0 0 258px;
    display: block;
}
#coverage-sctn .graphics .img svg {
    display: block;
    width: 100%;
}
#coverage-sctn .graphics .text {
    flex: 0 1 auto;
    margin-top: -36px;
    font-size: 1.1875em;
    font-weight: 500;
    color: #263047;
}
#coverage-sctn .graphics .col:first-child .wrapper {
    justify-content: end;
}
#coverage-sctn .graphics .col:first-child .text {
    padding-right: 1.5rem;
}
#coverage-sctn .graphics .col:last-child .text {
    padding-left: 1.5rem;
}
#coverage-sctn .num {
    font-size: 126px;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: -0.05em;
}
#coverage-sctn .num small {
    padding-left: 9px;
    font-size: 0.34em;
    line-height: 1.4em;
    font-weight: 800;
}
#coverage-sctn .graphics .col .text p {
    padding-top: 0.375rem;
}
#coverage-sctn .graphics .col:first-child .text p {
    text-align: right;
}
#coverage-sctn .graphics .col:last-child .text p {
    padding-left: 0.375rem;
}
#supp-team-sctn {
    padding: 76px 0 91px;
    background-color: #263047;
    color: #fff;
}
#supp-team-sctn .container-fluid {
    max-width: 1220px;
}
#supp-team-sctn h1.section-title {
    margin-bottom: 71px;
}
#supp-team-sctn ul {
    margin-bottom: 3rem;
    padding: 0 calc(var(--bs-gutter-x) * .5);
}
#supp-team-sctn ul span {
    display: block;
}
#supp-team-sctn ul li.row {
    padding-top: 16px;
    padding-bottom: 16px;
    border-left: 1px solid #E3BC60;
    margin-bottom: 8px;
}
#supp-team-sctn ul .num {
    flex: 0 0 130px;
    font-size: 2em;
    font-weight: 300;
    text-align: center;
}
#supp-team-sctn ul .title {
    font-size: 1.5em;
    font-weight: 600;
}
#supp-team-sctn ul .time {
    flex: 0 0 360px;
    font-size: 1.5em;
    font-weight: 600;
    color: #E3BC60;
}
#supp-team-sctn .progress-bar {
    width: 100%;
    background-color: transparent;
    height: 11px;
}
#supp-team-sctn .progress {
    position: relative;
    width: 0;
    height: 11px;
    border-radius: 22px;
    text-align: right;
    background: -webkit-gradient(linear, left top, left bottom, from(#E3BC60), to(#C7A147));
    background: -o-linear-gradient(top, #E3BC60 0%, #C7A147 100%);
    background: linear-gradient(180deg, #E3BC60 0%, #C7A147 100%);
}
#supp-team-sctn .time .label {
    padding-bottom: 4px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}
#supp-team-sctn h2.list-title {
    padding: 0;
    margin-bottom: 1.5rem;
    font-size: 1.125em;
    font-weight: 600;
    color: #E3BC60;
    text-transform: uppercase;
}
#supp-team-sctn .cta {
    padding-top: 1.5rem;
}
#supp-team-sctn .cta h3 {
    margin-bottom: 1.875rem;
    padding-top: 1.5rem;
    font-size: 1.4375em;
    line-height: 1.4em;
    font-weight: 600;
}
#persl-sctn .container-fluid {
    max-width: 1306px;
    padding-top: 116px;
    padding-bottom: 96px;
}
#persl-sctn h1.section-title {
    margin-bottom: 1rem;
}
#persl-sctn div.col {
    max-width: 616px;
}
#persl-sctn figure.col {
    max-width: 537px;
}
#persl-sctn p,
#persl-sctn ul {
    margin-bottom: 1.875rem;
    font-size: 1.25em;
}
#persl-sctn p {
    max-width: 545px;
}
#persl-sctn ul li {
    margin-bottom: .5rem;
}
#persl-sctn blockquote {
    margin: 3rem auto;
    padding-top: 2.25rem;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}
#persl-sctn blockquote .wrapper:before,
#persl-sctn blockquote .wrapper:after {
    position: absolute;
    width: 60px;
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    content: '';
}
#persl-sctn blockquote .wrapper:before {
    left: 0;
    top: 0;
    background-image: url(../images/icon-quote-1.svg);
}
#persl-sctn blockquote .wrapper:after {
    right: 0;
    bottom: 0;
    background-image: url(../images/icon-quote-2.svg);
}
#persl-sctn blockquote .wrapper {
    position: relative;
    padding: 0 96px;
}
#persl-sctn blockquote p {
    font-weight: 700;
    font-style: italic;
}
.with-blockquote blockquote:before,
.with-blockquote blockquote:after {
    position: absolute;
    width: 45px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    content: '';
}
.with-blockquote blockquote:before {
    left: 0;
    top: 36px;
    background-image: url(../images/icon-quote-1.svg);
}
.with-blockquote blockquote:after {
    right: 0;
    bottom: 0;
    background-image: url(../images/icon-quote-2.svg);
}
.with-blockquote blockquote {
    position: relative;
    padding: 3rem 52px 0;
    margin: 3rem auto;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.with-blockquote blockquote p {
    font-weight: 700;
    font-style: italic;
}
#persl-sctn figure img {
    border-radius: 66px;
    margin-bottom: 1.875rem;
}
#persl-sctn figure figcaption {
    text-align: center;
    font-size: 1.5em;
    font-weight: 600;
    color: #000;
}
#persl-sctn figure figcaption small {
    display: block;
    padding-top: 3px;
    font-size: 0.75em;
    font-weight: 400;
}
.case-studies {
    padding: 82px 0 88px;
    background-color: #E5EBF0;
}
.case-studies .container-fluid {
    max-width: 1326px;
    padding-bottom: 80px;
}
.case-studies .title.col {
    flex: 0 0 calc(100% - 284px);
}
.case-studies .more.col {
    flex: 0 0 284px;
    text-align: right;
}
.case-studies .title h1 {
    margin-bottom: 0;
}
.case-studies .more a {
    display: block;
    font-size: 1.125em;
    font-weight: 600;
    color: #000;
}
.case-studies .more a .btn {
    position: relative;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    padding: 0;
}
.case-studies .more a:hover {
    text-decoration: underline;
}
.case-studies .more a:hover .btn img {
    margin-left: 2px; 
    -webkit-transition: all 0.1s ease-out; -o-transition: all 0.1s ease-out; transition: all 0.1s ease-out;
}
.case-studies .carousel {
    padding-left: calc((100% - 1302px) / 2);
    overflow-x: auto;
    white-space: nowrap;
}
.case-studies .carousel .mCSB_container {
    margin-bottom: 78px;
}
.case-studies .carousel article {
    display: inline-block;
    vertical-align: top;
    margin-right: 33px;
    white-space: normal;
}
.case-studies .carousel article a {
    display: block;
    width: 465px;
    padding: 37px 34px 41px;
    border-radius: 12px;
    background-color: #263047;
    color: #fff;
    font-size: 1.1875em;
    line-height: 1.42em;
    letter-spacing: -0.02em;
    -webkit-transition: all 0.1s ease-out; -o-transition: all 0.1s ease-out; transition: all 0.1s ease-out;
}
.case-studies .carousel article a:hover {
    background-color: #1E283F;
    color: #fff;
}
.case-studies .carousel article .logo {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.case-studies .carousel article .logo h1 {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 0;
}
.case-studies .carousel article footer {
    display: inline-block;
    margin-top: 84px;
}
.case-studies .carousel article footer .counter-row {
    color: #D6B055;
}
.case-studies .carousel article footer .counter-row .counter-box {
    font-size: 3.579em;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: -0.005em;
    color: #D6B055;
}
.case-studies .carousel article footer .counter-row .counter-box .is_text {
    font-size: 0.7em;
    line-height: 1em;
    padding-bottom: 12px;
}
.case-studies .carousel article footer .counter-row small {
    padding-left: 3px;
    font-size: 1.631em;
    font-weight: 800;
    line-height: 1.1em;
}
.case-studies .carousel article footer p {
    padding-top: 3px;
    margin-bottom: 0;
    font-size: 0.842em;
    font-weight: 500;
    letter-spacing: 0.016em;
}
.case-studies .carousel .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    height: 6px;
    opacity: 1;
}
.case-studies .carousel .mCSB_scrollTools .mCSB_draggerContainer {
    height: 1px;
    background: #D9D9D9;
}
.case-studies .carousel .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    height: 6px;
}
.case-studies .carousel .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 1px;
    margin: auto;
    background: #26283E;
}
#book-sctn {
    padding: 85px 0 91px;
    background-color: #263047;
}
#book-sctn .container-fluid {
    max-width: 1328px;
}
#book-sctn .box {
    padding: 71px 72px 96px 60px;
    background-color: #fff;
    border-radius: 8px;
}
#book-sctn .text.col {
    flex: 0 0 40%;
    max-width: 460px;
}
#book-sctn form.col {
    flex: 0 0 60%;
    max-width: 608px;
}
#book-sctn .box h1 {
    margin-bottom: 1.25rem;
    font-size: 2em;
    line-height: 1.28em;
    font-weight: 700;
}
#book-sctn .box p {
    max-width: 400px;
    line-height: 1.375em;
}
#book-sctn .box p {
    max-width: 400px;
    line-height: 1.375em;
}
#book-sctn form .col {
    margin-bottom: 3rem;
}
#book-sctn .col-form-label {
    margin-bottom: 0;
    font-size: 0.875em;
    line-height: 1.4;
    font-weight: 600;
}
#book-sctn .col-form-label sup {
    color: #D6B055;
}
#book-sctn .form-control {
    background-color: transparent !important;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #000;
    font-weight: 600;
    color: #000 !important;
    padding: 3px 0;
    line-height: 1.5;
}
#book-sctn .form-control:focus {
    border-color: #263047;
    outline: 0;
    box-shadow: none;
}
#book-sctn form button {
    width: 100%;
    margin-top: 0.875rem;
}
/*  
     ⤴︎ =============  end PRODUCT page
*/
/*  
     ⤵︎ =============  CUSTOMER SUCCESS page
*/
.custm-intro .intro {
    padding-top: 82px;
}
.custm-intro .intro.container-fluid {
    max-width: 658px;
}
.custm-intro .intro h1.section-title {
    margin-bottom: 1.25rem;
}
.custm-intro .intro p {
    font-size: 1.25em;
}
.custm-intro .services.container-fluid {
    max-width: 1386px;
}
.custm-intro .services .outer-wrapper {
    padding-top: 36px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.custm-intro .services h2 {
    margin-bottom: 62px;
    font-size: 1.4375em;
    font-weight: 600;
}
.custm-intro .services ul.row {
    --bs-gutter-x: 22px;
    padding-bottom: 102px;
}
.custm-intro .services ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgb(38,48,71);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(38,48,71,1)), to(rgba(255,255,255,0)));
    background: -o-linear-gradient(bottom, rgba(38,48,71,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(0deg, rgba(38,48,71,1) 0%, rgba(255,255,255,0) 100%);
    content: '';
}
.custm-intro .services ul li {
    position: relative;
    flex: 0 0 14.285%;
}
.custm-intro .services ul li span {
    display: block;
}
.custm-intro .services ul .num {
    padding-bottom: 30px;
    font-size: 54px;
    line-height: 1em;
    color: #263047;
}

.custm-intro.about-us .services ul .num {
    font-size: 35px;
}

.custm-intro .services ul .icon img {
    display: block;
    height: 75px;
    width: auto;
    margin-bottom: 22px;
}
.custm-intro .services ul .text {
    max-width: 156px;
    font-size: 1.4375em;
    line-height: 1.21em;
    font-weight: 500;
}
.team-experts-sctn {
    background-color: #263047;
}
.team-experts-sctn .container-fluid {
    max-width: 1265px;
}
.team-experts-sctn .intro {
    max-width: 812px;
    padding: 78px 0 66px;
    color: #fff;
}
.team-experts-sctn .intro h1.section-title {
    margin-bottom: 1.5rem;
}
.team-experts-sctn .intro p {
    font-size: 1.25em;
}
.team-experts-sctn .boxes.row {
    --bs-gutter-x: 40px;
    padding-bottom: 78px;
}
.team-experts-sctn .boxes .box {
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 8px;
}
.team-experts-sctn .boxes .box .wrapper {
    padding-left: 34px;
    padding-right: 34px;
}
.team-experts-sctn .boxes .box .top.wrapper {
    padding-top: 84px;
    padding-bottom: 48px;
    border-bottom: 1px solid #E5EBF0;
}
.team-experts-sctn .boxes .box .bottom.wrapper {
    padding-top: 30px;
    padding-bottom: 36px;
}
.team-experts-sctn .boxes .box img.icon {
    display: block;
    width: 48px;
}
.team-experts-sctn .boxes .box .num {
    font-size: 126px;
    line-height: 0.85em;
    letter-spacing: -0.05em;
    color: #263047;
}
.team-experts-sctn .boxes .box .num small {
    padding-left: 12px;
    font-size: 57px;
    line-height: 1em;
    font-weight: 800;
}
.team-experts-sctn .boxes .box .bottom p {
    font-size: 1.25em;
    line-height: 1.3em;
    font-weight: 500;
    letter-spacing: 0.01em;
}
.testimn-carousel .container-fluid {
    max-width: 1318px;
    padding-top: 90px;
    padding-bottom: 78px;
}
#carouselTestm {
    padding: 0 60px;
}
#carouselTestm .carousel-inner {
    max-width: 844px;
    margin: auto;
}
#carouselTestm blockquote {
    font-size: 1.75em;
    line-height: 1.42;
    letter-spacing: -0.02em;
    color: #000;
}
#carouselTestm blockquote footer {
    padding-top: 38px;
    font-size: 0.571em;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.75);
}
#carouselTestm blockquote img.logo {
    display: inline-block;
    margin-bottom: 66px;
}
#carouselTestm .carousel-control-next,
#carouselTestm .carousel-control-prev {
    bottom: auto;
    width: 36px;
    height: 36px;
    opacity: 1;
    transition: opacity .15s ease;
}
.carousel-control-next-icon, 
.carousel-control-prev-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-size: contain;
}
#carouselTestm .carousel-control-next-icon {
    background-image: url(../images/icon-arrow-next.svg);
}
#carouselTestm .carousel-control-prev-icon {
    background-image: url(../images/icon-arrow-prev.svg);
}
/*  
     ⤴︎ =============  end CUSTOMER SUCCESS page
*/
/*  
     ⤵︎ =============  POSTS ENTRIES pages
*/
.posts-entries.container-fluid {
    max-width: 1326px;
    padding-bottom: 60px;
}
.posts-entries .options {
    padding-top: 56px;
}
.posts-entries .options .search.col {
    flex: 0 0 281px;
    width: auto;
}
.posts-entries .options .filters .row {
    --bs-gutter-x: 12px;
}
.posts-entries .options .filters .label {
    font-size: 14px;
    font-weight: 700;
}
.posts-entries .options .filters .col {
    flex: 0 0 auto;
    width: auto;
}
.posts-entries .options .filters .col .row {
    --bs-gutter-x: 13px;
}
.posts-entries .options .filters .btn-group {
    width: 233px;
}
.posts-entries .options .filters .btn-outline-light {
    --bs-btn-color: #6D737A;
    --bs-btn-active-shadow: none;
    --bs-btn-hover-bg: transparent;
    --bs-btn-hover-border-color: #263047;
    --bs-btn-active-bg: transparent;
    --bs-btn-active-border-color: #263047;
    --bs-btn-font-weight: 500;
    --bs-btn-font-size: 14px;
    position: relative;
    border-radius: 100px;
    text-align: left;
    border: 1px solid #CED6E8;
    padding: 17px 42px 17px 20px;
}
.posts-entries .options .filters .btn-outline-light:hover {
    border-color: var(--bs-btn-hover-border-color);
}
.posts-entries .options .filters .btn-group button.dropdown-toggle:after {
    position: absolute;
    top: 50%;
    right: 18px;
    width: 15px;
    height: 15px;
    margin-left: 0;
    border: none;
    background: url(../images/icon-arrow-filters.svg) no-repeat center center / contain;
    transform: translateY(-50%);
    content: " ";
}
.posts-entries .options .filters .btn-group button.dropdown-toggle[aria-expanded="true"]:after {
    background-image: url(../images/icon-arrow-filters-up.svg)
}
.posts-entries .options .dropdown-menu {
    --bs-dropdown-min-width: calc(100% - 12px);
    --bs-dropdown-font-size: 14px;
    --bs-dropdown-bg: #fff;
    --bs-dropdown-link-hover-color: #000;
    --bs-dropdown-link-hover-bg: transparent;
    --bs-dropdown-border-radius: 24px;
    --bs-dropdown-link-active-color: #000;
    --bs-dropdown-link-active-bg: transparent;
    --bs-dropdown-border-color: #CED6E8;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-item-padding-x: 20px;
    --bs-dropdown-item-padding-y: 0.5rem;
    color: var(--bs-dropdown-color);
    --bs-dropdown-box-shadow: none;
    font-weight: 500;
    overflow: hidden;
}
.posts-entries .options .dropdown-menu .dropdown-item:hover {
    text-decoration: underline;
}
.posts-entries .search .input-group {
    background-color: #E5EBF0;
    border: 1px solid #E5EBF0;
    border-radius: 100px;
}
#opt-search-btn {
    padding-right: 8px;
    padding-left: 20px;
    padding-top: 7px;
}
.posts-entries .search .form-control {
    padding: 17px 20px 17px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    color: var(--bs-body-color);
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.posts-entries .search .form-control:focus {
    color: #000;
    border-color: transparent;
    box-shadow: none;
}
.posts-entries .search .form-control::-moz-placeholder {
    color: #6D737A;
}
.posts-entries .search .form-control::placeholder {
    color: #6D737A;
}
input[type="search"]::-webkit-search-cancel-button {
    display: none;
}
.posts-entries .entries.row {
    padding-top: 22px;
    --bs-gutter-x: 22px;
}
.posts-entries .entries.row .col {
    margin-bottom: 21px;
}
.posts-entries article.entry {
    height: 100%;
    min-height: 322px;
    background-position: left center;
    border-radius: 20px;
    overflow: hidden;
}
.posts-entries .lg article.entry {
    display: flex;
    align-items: end;
    min-height: 628px;
}
.stories-entries.posts-entries .lg article.entry {
    border-radius: 54px;
}
.posts-entries article.entry a {
    display: block;
    padding: 2.25rem;
    background-color: transparent;
}
.posts-entries .success-stories article.entry a {
    width: 100%;
    height: 100%;
}
.posts-entries article.entry ul.categories li {
    background-color: #fff;
    padding: 9px 21px;
    border-radius: 33px;
    color: #1E2436;
    font-size: 0.9375em;
    font-weight: 700;
    text-transform: uppercase;
}
.posts-entries article.entry h1 {
    max-width: 508px;
    margin-bottom: 0;
    font-size: 1.9375em;
    line-height: 1.387em;
    font-weight: 500;
    letter-spacing: -.01em;
    color: #fff;
}
.posts-entries article.entry h1 span {
    display: block;
}
.posts-entries .lg article.entry h1 {
    max-width: 988px;
    font-size: 3em;
}
.posts-entries article.entry p.date {
    margin-bottom: 0;
    padding-top: 1rem;
    font-size: 1.25em;
    font-weight: 600;
    color: #fff;
}
.posts-entries .lg article.entry p.date {
    font-size: 1.5em;
}
.stories-entries.posts-entries .lg article.entry h1 {
    font-size: 3.75em;
}
.posts-entries article.entry a:hover h1 {
    text-decoration: underline;
    text-underline-offset: 0.25em;
    text-decoration-thickness: 1px;
}
.posts-entries .pagination {
    --bs-pagination-bg: transparent;
    --bs-pagination-padding-x: 0;
    --bs-pagination-padding-y: 0;
    --bs-pagination-font-size: 13px;
    --bs-pagination-color: #000;
    --bs-pagination-border-width: 0;
    --bs-pagination-border-radius: 0;
    --bs-pagination-hover-color: #000;
    --bs-pagination-disabled-color: #000;
    --bs-pagination-disabled-bg: transparent;
    padding-top: 4.5rem;
    line-height: 32px;
    text-align: center;
}
.posts-entries .pagination .page-item {
    padding: 0 2px;
    text-align: center !important;
}
.posts-entries .pagination a.page-link {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.posts-entries .pagination .active a.page-link {
    font-weight: 700;
    color: #000;
    background: -webkit-gradient(linear, left top, left bottom, from(#E3BC60), to(#C7A147));
    background: -o-linear-gradient(top, #E3BC60 0%, #C7A147 100%);
    background: linear-gradient(180deg, #E3BC60 0%, #C7A147 100%);
}
.posts-entries .pagination .dots {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.posts-entries .pagination a.page-link:hover {
    background-color: transparent;
    text-decoration: underline;
}
.posts-entries .pagination .disabled a.page-link {
    font-weight: 700;
}
.posts-entries .pagination .prev,
.posts-entries .pagination .next {
    padding: 0 12px;
}
.posts-entries .pagination .prev a.page-link,
.posts-entries .pagination .next a.page-link {
    width: auto;
}
.dark.modal {
    --bs-modal-border-width: 0;
    --bs-modal-border-radius: 20px;
    --bs-modal-bg: #263047;
    --bs-modal-header-padding: 21px 84px 21px 40px;
    --bs-modal-color: #fff;
}
.dark.modal .modal-dialog {
    width: 90vw;
}
.dark.modal .modal-header {
    position: relative;
    border-bottom: none;
}
.dark.modal .modal-title {
    color: #fff;
}
.dark.modal .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 69px;
    height: 69px;
    background: -webkit-gradient(linear, left top, left bottom, from(#E3BC60), to(#C7A147)) !important;
    background: -o-linear-gradient(top, #E3BC60 0%, #C7A147 100%) !important;
    background: linear-gradient(180deg, #E3BC60 0%, #C7A147 100%) !important;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border-top-right-radius: 20px;
    box-shadow: none;
    opacity: 1;
}
.dark.modal .modal-body {
    padding: 38px 40px 58px;
}
/*  
     ⤴︎ =============  end POSTS ENTRIES pages
*/
/*  
     ⤵︎ =============  COMPANY page
*/
.company-hero.dft-hero {
    max-height: none;
    background-color: #1E2436;
    text-align: left;
}
.company-hero.dft-hero .container-fluid {
    max-width: 1152px;
    padding-top: 112px;
    padding-bottom: 0;
}
.company-hero.dft-hero .row {
    --bs-gutter-x: 3rem;
}
.company-hero.dft-hero .col.text {
    flex: 0 0 55%;
}
.company-hero.dft-hero .col.img {
    flex: 0 0 45%;
}
.company-hero.dft-hero h1 {
    max-width: none;
    font-size: 3.4375em;
    line-height: 1em;
}
.company-hero h1 .reveal {
    display: block !important;
}
.company-hero.dft-hero p {
    max-width: none;
}
#company-members .container-fluid {
    max-width: 1326px;
    padding-bottom: 71px;
}
#company-members .row {
    --bs-gutter-x: 1.875rem;
}
#company-members a.card {
    --bs-card-bg: #263047;
    --bs-card-spacer-y: 30px;
    --bs-card-spacer-x: 36px;
    --bs-card-border-width: 0;
    --bs-card-border-radius: 20px;
    --bs-card-title-color: #fff;
    --bs-card-subtitle-color: rgba(255, 255, 255, 0.7);
    --bs-card-color: #fff;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    margin-bottom: 1.875rem;
}
#company-members a.card:hover {
    --bs-card-bg: #1E283F;
}
#company-members a.card .img {
    display: block;
    width: 100%;
    padding-top: 116%;
    border-radius: var(--bs-card-border-radius);
}
#company-members a.card .card-body {
    position: relative;
    padding: 1rem 0 0.75rem;
}
#company-members a.card .card-title {
    padding-right: 2.25rem;
    font-size: 1.875em;
    line-height: 1.2;
    font-weight: 600;
}
#company-members a.card .card-subtitle {
    font-size: 1.125em;
    line-height: 1.2;
    font-weight: 700;
}
#company-members a.card svg.icon {
    position: absolute;
    top: 1.375rem;
    right: 0;
    width: 25px;
}
#company-members a.card .icon {
    position: absolute;
    top: 1.375rem;
    right: 0;
    width: 25px;
}
.member-bio.dark.modal {
    --bs-modal-width: 1084px;
}
#company-members .member-bio .row {
    --bs-gutter-x: 88px;
}
.member-bio .img {
    flex: 0 0 43.71%;
}
.member-bio .text {
    flex: 0 0 56.29%;
    max-width: 496px;
}
.member-bio .img img {
    display: block;
    width: 100%;
    border-radius: 20px;
}
.member-bio .text h1.title {
    margin-bottom: 0.375rem;
    font-size: 3em;
    font-weight: 600;
}
.member-bio .text h2.subtitle {
    margin-bottom: 1.5rem;
    font-size: 1.5em;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.7);
}
.member-bio .text p {
    font-size: 1.375em;
    line-height: 1.36em;
}
.member-bio .text a.btn {
    margin-top: 1rem;
}
/*  
     ⤴︎ =============  end COMPANY page
*/
/*  
     ⤵︎ =============  CONTACT page
*/
.form-sctn.container-fluid {
    max-width: 1196px;
}
.form-sctn .row {
    --bs-gutter-x: 270px;
}
.form-sctn .row .col {
    padding-top: 236px;
    padding-bottom: 48px;
}
.form-sctn form.col:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -50vw;
    background-color: #263047;
    content: '';
}
.form-sctn form.col {
    position: relative;
    background-color: #263047;
    color: #fff;
}
.form-sctn h1 {
    padding-top: 1.25rem;
    margin-bottom: 1.5rem;
    font-size: 4em;
    line-height: 1.2;
    font-weight: 700;
    color: #1E2436;
}
.form-sctn h1.smaller {
    font-size: 3em;
}
.form-sctn div.col p,
.form-sctn div.col ul {
    max-width: 424px;
    margin-bottom: 2rem;
    font-size: 1.1875em;
    line-height: 1.36;
    font-weight: 500;
}
.form-sctn div.col ul li {
    padding: 2px 0;
    line-height: 1.57;
}
.form-sctn form.col fieldset {
    position: relative;
}
.form-sctn form legend {
    margin-bottom: 2.5rem;
    font-size: 2em;
    font-weight: 600;
    float: none;
}
.form-sctn form .form-label {
    margin-bottom: 0;
    font-size: 0.875em;
    line-height: 1.4;
    font-weight: 600;
}
.form-sctn form .form-label sup {
    color: #D6B055;
}
.form-sctn form .form-control,
.form-sctn #mktoForm_1047 .mktoField {
    max-width: 420px;
    background-color: transparent !important;
    margin-bottom: 2rem;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
    font-size: 0.875em;
    font-weight: 400;
    color: #fff !important;
    padding: 5px 0 3px;
    line-height: 22px;
    width: 100% !important;
}

.form-sctn #mktoForm_1047 {
    padding-top: 12px;
}

.mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm select.mktoField, .mktoForm textarea.mktoField {
        box-shadow: none !important;
        border-top: 0px !important;
        border-left: 0px !important;
        border-right: 0px !important;
}

.form-sctn #mktoForm_1047 .mktoField {
    margin-bottom: 0;
}

.mktoForm .mktoFieldWrap .mktoInstruction {
    display: block !important;
    margin-bottom: 0;
    font-size: 0.875em;
    line-height: 1.4;
    font-weight: 600;
}

#mktoForm_1047 #InstructFirstName::before {
    content: "First Name";
    font-size: 1.25em;
    display: block;
    position: absolute;
    color: #000;
}

#mktoForm_1047 #InstructEmail::before {
    content: "Email";
    font-size: 1.25em;
    display: block;
    position: absolute;
    color: #000;
}

#mktoForm_1047 #InstructTitle::before {
    content: "Job Title";
    font-size: 1.25em;
    display: block;
    position: absolute;
    color: #000;
}

#mktoForm_1047 #InstructCompany::before {
    content: "Company Name";
    font-size: 1.25em;
    display: block;
    position: absolute;
    color: #000;
}

#mktoForm_1047 #InstructIndustry::before {
    content: "Industry";
    font-size: 1.25em;
    display: block;
    position: absolute;
    color: #000;
}

#mktoForm_1047 #InstructLastName::before {
    content: "Last Name";
    font-size: 1.25em;
    display: block;
    position: absolute;
    color: #000;
}

#mktoForm_1047 #InstructCountry::before {
    content: "Country";
    font-size: 1.25em;
    display: block;
    position: absolute;
    color: #000;
}

#mktoForm_1047 #LblState {
    display: none;
}

#mktoForm_1047 #InstructState::before {
    content: "State";
    font-size: 1.25em;
    display: block;
    position: absolute;
    color: #000;
    top: 10px;
}

.mktoForm .mktoError .mktoErrorArrow {
    background-color: #C7A147 !important;
    border: 1px solid #C7A147 !important;
}

.mktoForm .mktoError .mktoErrorMsg {
    background-color: #C7A147 !important;
    background-image: -webkit-linear-gradient(#C7A147 43%, #C7A147 100%) !important;
    background-image: -moz-linear-gradient(#C7A147 43%, #C7A147 100%) !important;
    background-image: linear-gradient(#C7A147 43%, #C7A147 100%) !important;
    border: 1px solid #C7A147 !important;
    -webkit-box-shadow: rgba(0, 0, 0, 0.65) 0 2px 7px, inset #C7A147 0 1px 0px !important;
    box-shadow: rgba(0, 0, 0, 0.65) 0 2px 7px, inset #C7A147 0 1px 0px !important;
    color: #000 !important;
    text-shadow: none;
}

#mktoForm_1047 #LblState + .mktoGutter {
    float: none;
}

.form-sctn #mktoForm_1047 .mktoField {
    font-size: 14px;
}
.form-sctn #mktoForm_1047 {
    width: 50% !important;
}
.mktoForm .mktoFormCol,
.mktoForm .mktoFieldWrap {
    width: 100%;
}
.form-sctn #mktoForm_1047 .form-control,
.form-sctn #mktoForm_1047 .mktoField {
    border-color: #000;
    color: inherit !important;
}


.form-sctn form .form-control:focus,
.form-sctn #mktoForm_1047 .mktoField:focus {
    border-color: #fff;
    outline: 0;
    box-shadow: none;
}
.form-sctn #mktoForm_1047 .mktoField:focus {
    border-color: rgba(0, 0, 0, 0.7);
}
.form-sctn form button.form-control {
    margin-top: 0;
    text-align: left;
}
#dld-checkbox {
    margin-top: -0.5rem;
    margin-bottom: 1.5rem;
}
.form-sctn form .form-check-input {
    --bs-form-check-bg: transparent;
    width: 1rem;
    height: 1rem;
    border: 1px solid #C6C6C6;
    border-radius: 2px;
    float: none;
    margin-top: 0;
    cursor: pointer;
}
.form-sctn form .form-check-input:checked {
    background-color: transparent;
}
.form-sctn form .form-check-input:focus {
    box-shadow: none;
}
.form-sctn form .form-check-label {
    padding-left: 9px;
    font-size: 12px;
    line-height: 1rem;
    color: #fff;
    cursor: pointer;
}
.form-sctn form .form-check-label small {
    font-size: 10px;
    color: #B9B9B9;
}
.form-sctn form button {
    width: 100%;
    margin-top: 1.125rem;
}
/*  
     ⤴︎ =============  end CONTACT page
*/
/*  
     ⤵︎ =============  DOWNLOAD FORM page
*/
.download-sctn.form-sctn div.col p,
.download-sctn.form-sctn div.col ul {
    max-width: none;
}
.download-sctn.form-sctn img.img-fluid {
    padding-bottom: 2.5rem;
    padding-top: 0.75rem;
}
.download-sctn.form-sctn h2 {
    padding-bottom: 2.5rem;
    padding-top: 0.75rem;
}
.download-sctn.form-sctn h5 {
    font-size: 1.1875em;
}
.form-sctn form button.form-control {
    margin-top: 0;
    text-align: left;
    font-size: 0.875em;
}
.form-sctn form button.form-control.dropdown-toggle:after {
    display: none;
}
.form-sctn form .dropdown {
    max-width: 420px;
}
.form-sctn form .dropdown-menu {
    --bs-dropdown-min-width: 100%;
    --bs-dropdown-font-size: 14px;
    --bs-dropdown-bg: #fff;
    --bs-dropdown-link-hover-color: #000;
    --bs-dropdown-link-hover-bg: transparent;
    --bs-dropdown-border-radius: 8px;
    --bs-dropdown-link-active-color: #000;
    --bs-dropdown-link-active-bg: transparent;
    --bs-dropdown-border-color: transparent;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-item-padding-x: 12px;
    --bs-dropdown-item-padding-y: 0.5rem;
    --bs-dropdown-box-shadow: none;
    font-weight: 500;
    color: var(--bs-dropdown-color);
    font-weight: 500;
    overflow: hidden;
}
.form-sctn form .dropdown-menu .dropdown-item {
    display: inline-block;
    width: auto;
    margin-top: 0;
}
.form-sctn form .dropdown-menu .dropdown-item:hover {
    text-decoration: underline;
}
/*  
     ⤴︎ =============  end DOWNLOAD FORM page
*/
/*  
     ⤵︎ =============  DOWNLOAD BOOK page
*/
.download-book.container-fluid {
    max-width: 1228px;
    padding-top: 234px;
    padding-bottom: 84px;
    font-size: 1.1875em;
    line-height: 1.36;
    font-weight: 500;
}
.download-book .row {
    padding-bottom: 3.375rem;
}
.download-book .col {
    padding-bottom: 3rem;
}
.download-book .col:nth-child(1) {
    flex: 0 0 50%;
    max-width: 568px;
}
.download-book .col:nth-child(2) {
    flex: 0 0 45%;
    text-align: center;
}
.download-book .col .outer-wrapper {
    padding-left: 1.5rem;
}
.download-book p,
.download-book ul {
    margin-bottom: 2rem;
}
.download-book .col p,
.download-book .col ul {
    max-width: 508px;
}
.download-book ul li {
    padding: 2px 0;
    line-height: 1.57;
}
.download-book h1 {
    margin-bottom: 2.25rem;
    font-size: 2.526em;
    line-height: 1.2;
    font-weight: 700;
    color: #1E2436;
}
.download-book h2.label {
    font-size: 0.947em;
    font-weight: 600;
    color: #C7A147;
    background-color: #f3ec78;
    background-image: linear-gradient(0deg, #C7A147, #E3BC60);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
}
.download-book .btn-primary.btn-lg {
    --bs-btn-font-size: 0.947em;
    display: block;
    width: 100%;
    max-width: 364px;
    margin: 1.875rem auto auto auto;
}
.download-book .outro {
    max-width: 964px;
    margin: auto;
    text-align: center;
}
/*  
     ⤴︎ =============  end DOWNLOAD BOOK page
*/
/*  
     ⤵︎ =============  PARTNERS page
*/
.partners-sctn.container-fluid {
    max-width: 1255px;
    padding-top: 68px;
}
.partners-sctn h1.section-title {
    padding-bottom: 42px;
}
.partners-sctn .list.row {
    --bs-gutter-x: 48px;
    --logo-width: 196px;
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #D9D9D9;
}
.partners-sctn .list.row:last-child {
    border-bottom: 0;
}
.partners-sctn .list .title.col {
    flex: 0 0 30%;
    padding-top: 30px;
}
.partners-sctn .list .logos.col {
    flex: 0 0 70%;
}
.partners-sctn .list.one .logos,
.partners-sctn .list.four .logos {
    max-width: calc((var(--logo-width) * 4) + 48px);
}
.partners-sctn .list.two .logos,
.partners-sctn .list.three .logos {
    max-width: calc((var(--logo-width) * 3) + 12%)
}
.partners-sctn .list .logo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--logo-width);
    padding: 22px 30px;
}
.partners-sctn .list .logo img {
    display: none;
    width: 100%;
    max-width: 100%;
    max-height: 42px;
    object-fit: contain;
}
.partners-sctn .list .logo img.active {
    display: block;
}
.partners-sctn .list h3.title {
    padding-left: 5%;
    font-size: 1.75em;
    font-weight: 600;
}
#book-sctn.partners {
    padding: 48px 0 91px;
    background-color: transparent;
}
#book-sctn.partners .box {
    background-color: #E6EBF1;
}
/*  
     ⤴︎ =============  end PARTNERS page
*/
/*  
     ⤵︎ =============  INDUSTRIES page
*/
.benefits.container-fluid {
    max-width: 1326px;
    padding-top: 66px;
    padding-bottom: 92px;
}
.benefits .accordion {
    display: flex;
    height: 420px;
    width: 100%;
    margin-top: 44px;
    font-size: 1em;
    line-height: 1.5;
    color: #151515;
    font-weight: 500;
}
.benefits .accordion .item {
    --acc-width-cl: 134px;
    position: relative;
    display: flex;
    width: var(--acc-width-cl);
    border: 1px solid #DADADA;
    border-left: 0;
    background-color: #fff;
    overflow: hidden;
    flex-grow: 0;
    transition: flex-grow 0.2s ease-in;
}
.benefits .accordion .item:first-of-type {
    border-left: 1px solid #DADADA;
}
.benefits .accordion .item.active {
    flex-grow: 1;
}
.benefits .accordion .title {
    flex: 0 0 var(--acc-width-cl);
    height: 100%;
    margin: 0;
    font-size: 1.75em;
    font-weight: 600;
    color: inherit;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    cursor: pointer;
    transform: rotate(180deg);
    background-color: transparent;
}
.benefits .accordion .title .num {
    padding-right: 12px;
}
.benefits .accordion .body {
    flex: 0 0 calc(100% - var(--acc-width-cl));
    padding: 60px 18px;
    overflow: hidden;
}
.benefits .accordion .body .row {
    --bs-gutter-x: 64px;
}
.benefits .accordion .body .row .text.col {
    flex: 0 0 75%;
}
.benefits .accordion .body .row .image.col {
    flex: 0 0 25%;
    max-width: 420px;
}
.benefits .accordion .body .row .image.col img,
.benefits .accordion .body .row .image.col video {
    display: inline-block;
    border-radius: 7px;
}
.benefits .accordion .body h2 {
    font-size: 1.5em;
    line-height: 1.1875em;
    font-weight: 600;
}
.benefits .accordion .body h3 {
    font-size: 1.1875em;
    line-height: 1.36em;
    font-weight: 500;
}
.benefits .accordion .body p,
.benefits .accordion .body ul {
    font-size: 1.125em
}
.benefits .accordion .body ul li, .cta-cols2-sctn ul li {
    margin: 10px 0;
}
.cta-cols2-sctn.container-fluid {
    max-width: 1326px;
    padding-bottom: 110px;
    padding-top: 92px;
}
.cta-cols2-sctn .row {
    --bs-gutter-x: 160px;
}
.cta-cols2-sctn .text.col {
    flex: 0 0 47%;
}
.cta-cols2-sctn .img.col {
    position: relative;
    flex: 0 0 50%;
    max-width: 768px;
}
.cta-cols2-sctn .img:before,
.cta-cols2-sctn .img:after {
    position: absolute;
    width: calc(100% - var(--bs-gutter-x));
    background-color: rgba(206, 214, 232, 0.2);
    border-radius: 20px;
    content: '';
}
.cta-cols2-sctn .img:before {
    top: 11%;
    bottom: 11%;
    left: 0;
    z-index: 1;
}
.cta-cols2-sctn .img:after {
    top: 6%;
    bottom: 6%;
    left: 40px;
    z-index: 2;
}
.cta-cols2-sctn.inverse .img:before {
    left: auto;
    right: 0;
}
.cta-cols2-sctn.inverse .img:after {
    left: auto;
    right: 40px;
}
.cta-cols2-sctn .img img {
    position: relative;
    display: block;
    z-index: 3;
}
.cta-cols2-sctn .outer-wrapper {
    padding-left: 9%;
}
.cta-cols2-sctn.inverse .outer-wrapper {
    padding-left: 7%;
}
.cta-cols2-sctn h1.section-title.lrg {
    margin-bottom: 1.5rem;
    font-size: 3.1875em;
    line-height: 1.17;
    color: #151515;
}
.cta-cols2-sctn p {
    max-width: 396px;
    font-size: 1.125em;
    color: #151515;
    font-weight: 500;
}
.cta-cols2-sctn a.btn {
    margin-top: 1.5rem;
}
#before_case_study.cta-cols2-sctn .text.col {
    flex: 0 0 50%;
}
.banner-sctn-2 .container-fluid {
    max-width: 1314px;
    margin-bottom: 74px;
}
.banner-sctn-2 .box {
    padding: 90px 90px 112px;
    background-color: #151F33;
    border-radius: 14px;
    color: #fff;
}
.banner-sctn-2 .box h2 {
    margin-bottom: 78px;
    text-align: center;
    font-size: 2.3125em;
    font-weight: 700;
}
.banner-sctn-2 .box h2 .text-gold {
    font-weight: 600;
}
.banner-sctn-2 .box .row {
    --bs-gutter-x: 102px;
}
.banner-sctn-2 .box .img.col {
    flex: 0 0 63.4%;
}
.banner-sctn-2 .box .text.col {
    flex: 0 0 36.6%;
}
.banner-sctn-2 .text-wrapper {
    max-width: 320px;
}
.banner-sctn-2 .box .text.col p {
    margin-bottom: 1.75rem;
    font-size: 1.125em;
    line-height: 1.5;
}
.banner-sctn-2 .video-wrapper {
    position: relative;
    padding-left: 68px;
}
.banner-sctn-2 .video-wrapper:before,
.banner-sctn-2 .video-wrapper:after {
    position: absolute;
    background-color: rgba(206, 214, 232, 0.03);
    border-radius: 20px;
    content: '';
}
.banner-sctn-2 .video-wrapper:before {
    top: 14%;
    bottom: 14%;
    right: 15%;
    left: 0;
    z-index: 1;
}
.banner-sctn-2 .video-wrapper:after {
    top: 9%;
    bottom: 9%;
    right: 20%;
    left: 5%;
    z-index: 2;
}
.banner-sctn-2 .video-wrapper iframe {
    display: block;
    width: 100%;
}
/*  
     ⤴︎ =============  end INDUSTRIES page
*/
/*  
     ⤵︎ =============  VIDEO POST page
*/
.video-post.container-fluid {
    max-width: 1326px;
    padding-top: 234px;
    padding-bottom: 72px;
    font-size: 1.1875em;
    line-height: 1.36;
    font-weight: 500;
}
.video-post .col:nth-child(1) {
    flex: 0 0 47.8%;
}
.video-post .col:nth-child(2) {
    flex: 0 0 52.2%;
    padding-top: 2em;
}
.video-post p,
.video-post ul {
    margin-bottom: 2rem;
}
.video-post .col p,
.video-post .col ul {
    max-width: 516px;
}
.video-post ul li {
    padding: 2px 0;
    line-height: 1.57;
}
.video-post h1 {
    margin-bottom: 2.25rem;
    font-size: 2.526em;
    line-height: 1.2;
    font-weight: 700;
    color: #1E2436;
}
.download-sctn .video-post h1 {
    font-size: 2.9em;
    padding-top: 0;
}
.video-post h2.label {
    font-size: 0.947em;
    font-weight: 600;
    color: #C7A147;
    background-color: #f3ec78;
    background-image: linear-gradient(0deg, #C7A147, #E3BC60);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
}

.download-sctn .video-post h2.label {
    font-size: 1.147em;
    padding:0;
}

.video-post a.download-btn {
    margin-top: 12px;
    font-size: 0.947em;
    font-weight: 600;
    color: #000;
}
.video-post a.download-btn:hover {
    text-decoration: underline;
}
.video-post .col:last-child iframe {
    display: block;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1.85/1;
}
section#company-members {
    padding-top: 0;
}
section#company-members h1.section-title {
    margin-bottom: 1.5rem;
}
section#company-members .row {
    --bs-gutter-x: 1.5rem;
}
section#company-members a.card {
    padding: 21px 26px 12px;
}
section#company-members a.card .card-title {
    margin-bottom: 12px;
    font-size: 1.375em;
}
section#company-members a.card .card-body {
    padding: 12px 0 0.75rem;
}
section#company-members a.card .card-subtitle {
    font-size: 14px;
}
section#company-members a.card h5.card-subtitle {
    margin-top: 3px;
}
section#company-members a.card .icon {
    top: 1rem;
    width: 19px;
}
/*  
     ⤴︎ =============  end VIDEO POST page
*/
/*  
     ⤵︎ =============  SINGLE ARTICLE page
*/
.single-article.container-fluid {
    max-width: 1196px;
    padding-top: 184px;
    padding-bottom: 120px;
}
.single-article h1 {
    max-width: 988px;
    margin-bottom: 1.875rem;
    font-size: 3.4375em;
    line-height: 1.2;
    font-weight: 700;
    color: #1E2436;
}
.single-article .feat-img {
    border-radius: 20px;
    margin-bottom: 24px;
}
.single-article .row:before {
    position: absolute;
    left: calc(.5 * var(--bs-gutter-x));
    right: calc(.5 * var(--bs-gutter-x));
    bottom: 0;
    height: 1px;
    background-color: #D9D9D9;
    content: '';
}
.single-article .row {
    position: relative;
    padding-bottom: 12px;
}
.single-article .col {
    flex: 0 0 auto;
    width: auto;
    padding-bottom: 12px;
}
.single-article .meta .author {
    text-transform: uppercase;
}
.single-article .meta .date {
    color: #8E9399;
}
.single-article .meta .social ul {
    column-gap: 8px;
}
.single-article .meta .social li a {
    position: relative;
    display: block;
    width: 28px;
    height: 28px;
    border: 1px solid #788493;
    border-radius: 6px;
    opacity: 0.6;
}
.single-article .meta .social li a:hover,
.single-article .meta .social li a:active {
    opacity: 1;
}
.single-article .content {
    max-width: 930px;
    padding-top: 60px;
}
.single-article .content h2 {
    margin-bottom: 1.5rem;
    font-size: 2em;
    font-weight: 700;
}
.single-article .content p {
    margin-bottom: 1.875rem;
    font-size: 1.25em;
    font-weight: 500;
}
.single-article .content a {
    color: inherit;
    text-decoration: underline;
}
.single-article .content a:hover,
.single-article .content a:active {
    color: #000
}
.latest-entries.container-fluid {
    max-width: 1330px;
    padding-bottom: 78px;
}
.latest-entries h1.section-title {
    margin-top: 6px;
    margin-bottom: 30px;
}
.latest-entries article a,
.latest-entries article a span {
    display: block;
}
.latest-entries article a .bg-img {
    margin-bottom: 1.125rem;
    padding-top: 53.5%;
    border-radius: 20px;
}
.latest-entries article .date {
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 1.125em;
}
.latest-entries article h1 {
    font-weight: 700;
    font-size: 1.8125em;
    line-height: 1.38;
}
.latest-entries article a {
    color: #151515;
}
/*  
     ⤴︎ =============  end SINGLE ARTICLE page
*/
/*  
     ⤵︎ =============  CASE STUDY page
*/
.case-study-post .container-fluid {
    --bs-gutter-x: 3rem;
    max-width: 1332px;
}
.case-study-post .intro {
    padding-top: 186px;
    padding-bottom: 78px;
    background-color: #263047;
    color: #fff;
}
.case-study-post .intro .cs-logo {
    padding-bottom: 30px;
}
.case-study-post .intro .header.row {
    --bs-gutter-x: 60px;
}
.case-study-post .intro .header .col:first-child {
    flex: 0 0 calc(100% - 561px);
}
.case-study-post .intro .header .col:last-child {
    flex: 0 0 561px;
}
.case-study-post .intro .header .bg-img {
    display: block;
    width: 100%;
    padding-top: 64%;
    border-radius: 7px;
}
.case-study-post .intro .header iframe {
    display: block;
    width: 100%;
}
.case-study-post .intro h1 {
    max-width: 668px;
    margin-bottom: 1.5em;
    font-size: 3.5em;
    line-height: 1.2;
    font-weight: 600;
}
.case-study-post .intro .video-wrapper video {
    display: block;
    width: 100%;
    border-radius: 8px;
}
.case-study-post .intro .video-wrapper .play-btn {
    display: block;
    width: 155px;
    height: 155px;
    border-radius: 50%;
    background-color: rgba(38, 48, 71, 0.7);
}
.case-study-post .intro .video-wrapper .play-btn:hover {
    background-color: rgba(38, 48, 71, 0.85);
}
.case-study-post .intro .counters {
    margin-top: 72px;
    padding-top: 44px;
    border-top: 1px solid #D9D9D9;
}
.case-study-post .intro .counters h2 {
    padding-bottom: 30px;
    font-size: 1.4375em;
    line-height: 1.39;
    font-weight: 600;
}
.case-study-post .intro .percentage {
    font-size: 6em;
    line-height: 1em;
}
.case-study-post .intro .percentage small {
    font-size: 0.4em;
    line-height: 1.35;
    font-weight: 800;
}
.case-study-post .intro .counters p {
    max-width: 196px;
    padding-top: 16px;
    font-size: 1.1875em;
    line-height: 1.31;
}
.case-study-post .info .content {
    --bs-gutter-x: 3rem;
    padding: 88px 0 66px;
    justify-content: space-between;
}
.case-study-post .info .main.col {
    flex: 0 0 calc(100% - 552px);
    max-width: 652px;
    font-size: 1.125em;
    line-height: 1.5;
    font-weight: 500;
}
.case-study-post .info .sidebar.col {
    flex: 0 0 552px;
}
.case-study-post .info .main.col h3 {
    margin-bottom: 1em;
    font-size: 2.055em;
    line-height: 1.29;
    font-weight: 500;
}
.case-study-post .info .main.col p {
    margin-bottom: 1.66em;
}
.case-study-post .info .sidebar {
    color: #263047;
}
.case-study-post .info .company-info {
    padding: 34px 0;
    border-top: 1px solid #D9D9D9;
}
.case-study-post .info .company-info h3 {
    margin-bottom: 1.82em;
    font-size: 1.4375em;
    line-height: 1.39;
    font-weight: 600;
}
.case-study-post .info .company-info .col {
    flex: 0 0 50%;
    margin-bottom: 30px;
}
.case-study-post .info .company-info .col:last-child {
    flex: 0 0 100%;
}
.case-study-post .info .company-info h4 {
    margin-bottom: 12px;
    font-size: 0.875em;
    font-weight: 500;
}
.case-study-post .info .company-info p {
    font-size: 2em;
}
.case-study-post .info .company-info p,
.case-study-post .info .company-info img,
.case-study-post .info .company-info ul {
    margin-bottom: 12px;
}
.case-study-post .info .company-info img,
.case-study-post .info .company-info ul {
    margin-top: 3px;
}
.case-study-post .info .company-info ul {
    padding-top: 9px;
    font-size: 1.1875em;
}
.case-study-post .info .company-info ul li {
    padding-bottom: 3px;
}
.case-study-post .info .sidebar blockquote {
    position: relative;
    padding: 56px 0 56px 90px;
    border-top: 1px solid #D9D9D9;
    background: url(../images/icon-quotes-dark.svg) no-repeat left 56px / 42px auto;
    font-size: 1.25em;
    font-weight: 500;
}
.case-study-post .info .sidebar blockquote footer {
    padding-top: 1em;
}
.case-study-post .info .sidebar blockquote footer small {
    display: block;
    padding-top: 6px;
    font-size: 0.8em;
}
.text-banner-sctn-2 .box {
    padding: 36px;
    margin-bottom: 132px;
    background-color: #E5EBF0;
    border-radius: 14px;
}
.text-banner-sctn-2 .box .col:first-child {
    flex: 0 0 calc(100% - 274px);
}
.text-banner-sctn-2 .box .col:last-child {
    flex: 0 0 274px;
}
.text-banner-sctn-2 h1 {
    max-width: 760px;
    margin-bottom: 0;
    font-size: 1.4375em;
    line-height: 1.4em;
    font-weight: 500;
    color: #263047;
}
/*  
     ⤴︎ =============  end CASE STUDY page
*/
/*  
     ⤵︎ =============  FOOTER
*/
#footer {
    background-color: #28334c;
    padding: 60px 0 44px;
    color: #fff;
    font-size: 0.875em;
}
#footer a {
    color: #fff;
}
#footer a:hover {
    color: #E3BC60;
}
#footer .container-fluid {
    max-width: 1327px;
}
#footer nav .col {
    flex: 0 0 0%;
    min-width: 12.5%;
}
h3.f-title {
    margin-bottom: 1.875rem;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
}
#footer nav ul li {
    padding: 3px 0;
}
#footer nav ul li a {
    display: inline-block;
    padding: 3px 0;
}
.f-newsletter {
    max-width: 460px;
}
.f-newsletter h3 {
    margin-bottom: 1.875rem;
    font-size: 2em;
    font-weight: 500;
}
.f-newsletter .wrapper {
    max-width: 305px;
}
.f-newsletter .form-control {
    padding: 18px 48px 18px 30px;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.11);
    border: 0;
    border-radius: 58px;
    transition: background-color .15s ease-in-out;
}
.f-newsletter .form-control:focus {
    color: inherit;
    background-color: rgba(255, 255, 255, 0.08);
    box-shadow: none
}
.f-newsletter .form-control::-moz-placeholder {
    color: inherit;
}
.f-newsletter .form-control::placeholder {
    color: inherit;
}
.f-newsletter .btn {
    --bs-btn-padding-x: 6px;
    --bs-btn-padding-y: 6px;
    right: 16px;
    transition: opacity .1s ease-in-out;
}
.f-newsletter .btn:hover {
    opacity: 0.8;
}
#footer .bottom.row {
    justify-content: space-between;
    padding-top: 26px;
    margin-top: 56px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.54);
}
#footer .bottom.row .col {
    flex: 0 0 auto;
    width: auto;
}
#footer .bottom.row .copyright ul,
#footer .bottom.row .copyright ul li {
    display: inline;
    margin-bottom: 0;
}
#footer .bottom.row .copyright ul li:before {
    padding: 0 6px 0 4px;
    content: '|'
}
#footer .bottom.row .copyright ul a {
    display: inline-block;
}
/*  
     ⤴︎ =============  end FOOTER
*/

.aligncenter { text-align: center; }