.custom-html--sitecore .Pagetitle-tag {
    opacity: 0;
    z-index: -99;
    position: absolute;
    width: 0%;
}

.custom-html--sitecore .mobile-view-options {
    position: absolute;
    top: 60px;
    z-index: 99;
    width: 100%;
}

.custom-html--sitecore .button.active {
    border: 2px solid #004DFF;
    font-weight: normal !important;
}

.custom-html--sitecore .button span {
    color: #004DFF;
}

.custom-html--sitecore .mobile-view-options .button {
    border-radius: 40px;
    background: transparent;
    transition: none;
    font-family: "Graphik Regular", "Arial", Sans-Serif !important;
    float: right;
    text-align: center;
    width: 5em;
    margin: 5px;
    line-height: 30px;
    cursor: pointer;
}

.custom-html--sitecore .mobile-view-options.isactive .button.active span {
    color: #004DFF;
}

.custom-html--sitecore .mobile-view-options.isactive .read-it-btn.button.active {
    border: 2px solid #004DFF;
}

.custom-html--sitecore .mobile-view-options.isactive .button span {
    color: #004DFF;
}

.custom-html--sitecore .read-it-container.section-container-1 {
    margin-top: 100px;
    height: auto !important;
}

.custom-html--sitecore .leader-image>img {
    width: 100%;
    height: auto;
}

.custom-html--sitecore .read-it-container.section-container-1,
.custom-html--sitecore .read-it-container.section-container-2,
.custom-html--sitecore .read-it-container.section-container-3,
.custom-html--sitecore .read-it-container.section-container-4,
.custom-html--sitecore .read-it-container.section-container-5,
.custom-html--sitecore .read-it-container.section-container-6,
.custom-html--sitecore .read-it-container.section-container-7 {
    height: auto !important;
}

@media screen and (max-width: 820px) {

    .custom-html--sitecore .read-it-container,
    .custom-html--sitecore .read-it-container.inactive {
        display: none;
    }

    .custom-html--sitecore .section-container {
        opacity: 1;
        transition: opacity 1s ease 1s;
    }

    .custom-html--sitecore .section-container.inactive {
        opacity: 0;
        display: none !important;
    }

    .custom-html--sitecore .scrollmagic-pin-spacer.inactive {
        display: none !important;
    }

    .custom-html--sitecore .read-it-container.isactive {
        display: block;
    }
}

.custom-html--sitecore video.icon-vid {
    height: 80px;
}

.custom-html--sitecore .marquee-header {
    color: #000;
    width: 80%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.custom-html--sitecore .marquee-header h2 {
    color: #000;
    font-size: 5vw;
    line-height: 4.9vw;
    position: relative;
    top: 100px;
    opacity: 0;
    transition: top 0.5s ease, opacity 0.6s ease;
}

.custom-html--sitecore .marquee-header.isactive h2 {
    top: 0px;
    opacity: 1;
}

.custom-html--sitecore .marquee-vid {
    width: 120%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: cover;
}

@media screen and (max-width: 1280px) and (max-height: 900px) {
    .custom-html--sitecore .marquee-vid {
        width: auto;
    }
}

@media screen and (max-width: 1024px) {
    .custom-html--sitecore .marquee-vid {
        width: auto;
        height: 100%;
    }

    .custom-html--sitecore #block-section-4 .section-container-3 .panel-1 {
        padding-top: 6%;
    }
}

.custom-html--sitecore .section-container-1 {
    height: 55vh;
    min-height: 360px;
    background: #fff;
}

.custom-html--sitecore .section-container-1 .panel-2 {
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
}

.custom-html--sitecore .panel {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    background: transparent;
    border: 0px !important;
}

.custom-html--sitecore #nav-content-menu .primary-link-container .panel {
    height: auto;
}

@media screen and (max-width: 1024px) {
    .custom-html--sitecore .panel {
        position: relative;
    }
}

.custom-html--sitecore .panel-1 {
    z-index: 4;
}

.custom-html--sitecore .panel-1.isactive {
    z-index: 5;
}

.custom-html--sitecore .panel-2.isactive {
    z-index: 5;
}

.custom-html--sitecore .section-container-1 img.img-1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.custom-html--sitecore .section-container-1 .panel-1 .animate_title {
    color: #fff;
}

.custom-html--sitecore .arrow-down {
    position: absolute;
    text-align: center;
    bottom: 5%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.custom-html--sitecore .section-container-1 .panel-1 .cta-more {
    color: #004DFF;
    position: absolute;
    width: auto;
    padding: 10px;
    bottom: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.custom-html--sitecore .section-container-1 .panel-1 .cta-more.isactive {
    opacity: 1;
    bottom: 37%;
}

.custom-html--sitecore .section-container-1 .panel-1 .cta-more .cta-more-box {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    transition: all 0.4s ease;
}

.custom-html--sitecore .section-container-1 .panel-1 .cta-more.isactive .cta-more-box {
    left: 0;
    top: 7px;
    width: 36px;
    height: 36px;
    border: 1px solid #004DFF;
    border-radius: 50px;
    transition-delay: 0.2s;
}

.custom-html--sitecore .section-container-1 .panel-1 .cta-more .cta-more-arrow {
    position: absolute;
    left: 0px;
    top: 3px;
    opacity: 0;
    transition: all 0.4s ease;
}

.custom-html--sitecore .section-container-1 .panel-1 .cta-more.isactive .cta-more-arrow {
    position: absolute;
    left: 20px;
    top: 3px;
    opacity: 1;
    transition-delay: 0.6s;
}

.custom-html--sitecore .section-container-1 .panel-1 .cta-more.isactive .cta-more:hover .cta-more-arrow {
    left: 10px;
}

.custom-html--sitecore .section-container-1 .panel-1 .cta-more img.img-arrow-right {
    width: 24px;
}

.custom-html--sitecore .section-container-1 .panel-1 .cta-more .cta-more-label {
    margin-left: 45px;
    opacity: 0;
    transition: opacity 0.7s ease 0.8s;
}

.custom-html--sitecore .section-container-1 .panel-1 .cta-more.isactive .cta-more-label {
    opacity: 1;
}

.custom-html--sitecore #block-section-1 .content-module:last-of-type {
    margin-bottom: 0 !important;
}

.custom-html--sitecore img.img-arrow-down {
    height: 25px;
    width: auto;
}

.custom-html--sitecore .section-container-1 .cta-scroll {
    color: #D5D5D5;
    position: absolute;
    cursor: pointer;
    width: auto;
    padding: 10px;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.custom-html--sitecore .section-container-1 .position .cta-scroll {
    opacity: 1;
}

.custom-html--sitecore .section-container-1 .position .cta-scroll .cta-scroll-box {
    border: 2px solid #D5D5D5;
}

.custom-html--sitecore .cta-scroll.position-1 {
    bottom: 16%;
    left: 50%;
    transform: translateX(-50%);
}

.custom-html--sitecore .cta-scroll.position-2 {
    bottom: 10%;
    right: 10%;
}

.custom-html--sitecore .cta-scroll.isactive {
    opacity: 1;
}

.custom-html--sitecore .cta-scroll .cta-scroll-box {
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 20px;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    transition: all 0.4s ease 300ms;
}

.custom-html--sitecore .position .cta-scroll .cta-scroll-box {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 7px;
    width: 36px;
    height: 36px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    transition-delay: 0.2s;
}

.custom-html--sitecore .cta-scroll .cta-scroll-arrow {
    position: absolute;
    left: 8px;
    top: -10px;
    opacity: 0;
    transition: all 0.4s ease;
}

.custom-html--sitecore .position .cta-scroll .cta-scroll-arrow {
    position: absolute;
    left: 8px;
    top: 2px;
    opacity: 1;
    transition-delay: 0.6s;
}

.custom-html--sitecore .cta-scroll.isactive .cta-scroll:hover .cta-scroll-arrow {
    left: 10px;
}

.custom-html--sitecore .cta-scroll img.img-arrow-right {
    width: 16px;
}

.custom-html--sitecore .cta-scroll .cta-scroll-label {
    width: -webkit-max-content;
    width: max-content;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 250%;
    opacity: 0;
    transition: opacity 0.7s ease 0.8s;
}

.custom-html--sitecore .position .cta-scroll .cta-scroll-label {
    opacity: 1;
}

.custom-html--sitecore .position .cta-scroll .cta-scroll-arrow.goDown {
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: goDown;
    animation-name: goDown;
    opacity: 1;
}

@-webkit-keyframes goDown {

    0%,
    100% {
        top: 16px;
    }

    25% {
        top: 27px;
    }

    50% {
        top: 16px;
    }

    75% {
        top: 27px;
    }
}

@keyframes goDown {

    0%,
    100% {
        top: 16px;
    }

    25% {
        top: 27px;
    }

    50% {
        top: 16px;
    }

    75% {
        top: 27px;
    }
}

@media screen and (max-width: 820px) {

    .custom-html--sitecore .section-container-1 img.img-1,
    .custom-html--sitecore .section-container-1 img.img-2,
    .custom-html--sitecore .section-container-1 img.img-4,
    .custom-html--sitecore .section-container-1 img.img-5,
    .custom-html--sitecore .section-container-1 img.img-6 {
        width: auto;
    }

    .custom-html--sitecore .arrow-down {
        bottom: 2%;
    }

    .custom-html--sitecore .read-it-container {
        display: none;
    }

    .custom-html--sitecore .cta-scroll.position-2 {
        right: 50%;
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
    }
}

.custom-html--sitecore .mask {
    fill: none;
    stroke: #fff;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}

@-webkit-keyframes strokeOffset {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes strokeOffset {
    to {
        stroke-dashoffset: 0;
    }
}

.custom-html--sitecore .position #mask-v {
    -webkit-animation: strokeOffset 400ms linear forwards 400ms;
    animation: strokeOffset 400ms linear forwards 400ms;
}

.custom-html--sitecore .position #mask-o {
    -webkit-animation: strokeOffset 400ms linear forwards 1026ms;
    animation: strokeOffset 400ms linear forwards 1026ms;
}

.custom-html--sitecore .position #mask-i-1 {
    -webkit-animation: strokeOffset 400ms linear forwards 1510ms;
    animation: strokeOffset 400ms linear forwards 1510ms;
}

.custom-html--sitecore .position #mask-i-dot {
    -webkit-animation: strokeOffset 300ms linear forwards 1914ms;
    animation: strokeOffset 300ms linear forwards 1914ms;
}

.custom-html--sitecore .position #mask-c {
    -webkit-animation: strokeOffset 400ms linear forwards 2402ms;
    animation: strokeOffset 400ms linear forwards 2402ms;
}

.custom-html--sitecore .position #mask-e {
    -webkit-animation: strokeOffset 400ms linear forwards 2860ms;
    animation: strokeOffset 400ms linear forwards 2860ms;
}

.custom-html--sitecore .position #mask-s {
    -webkit-animation: strokeOffset 400ms linear forwards 3402ms;
    animation: strokeOffset 400ms linear forwards 3402ms;
}

.custom-html--sitecore .position #mask-o2 {
    -webkit-animation: strokeOffset 400ms linear forwards 4011ms;
    animation: strokeOffset 400ms linear forwards 4011ms;
}

.custom-html--sitecore .position #mask-f {
    -webkit-animation: strokeOffset 600ms linear forwards 4640ms;
    animation: strokeOffset 600ms linear forwards 4640ms;
}

.custom-html--sitecore .position #mask-change-line {
    -webkit-animation: strokeOffset 1.5s linear forwards 5400ms;
    animation: strokeOffset 1.5s linear forwards 5400ms;
}

.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee {
    position: fixed;
    top: 50%;
    left: 1%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 11;
}

.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee.isActive {
    z-index: 3;
}

.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon {
    padding-bottom: 10px;
}

.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger {
    display: block;
    text-align: center;
    padding: 10px;
    color: #C3C3C3;
    border: 1px solid #C3C3C3;
    border-radius: 50%;
    font-size: 20px;
    height: 42px;
    width: 42px;
    position: relative;
    opacity: 0;
    cursor: pointer;
}

.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger.twitter {
    transition: all 0.3s ease-out;
    top: 2500px;
}

.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger.linkedin {
    transition: all 0.6s ease-out;
    top: 2500px;
}

.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger.facebook {
    transition: all 0.9s ease-out;
    top: 2500px;
}

.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger.mail {
    transition: all 1.2s ease-out;
    top: 2500px;
}

.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon.isActive .social-icon-trigger {
    top: 0;
    opacity: 1;
    background: rgba(255, 255, 255, 0.2);
}

.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger svg {
    height: 100%;
    width: 100%;
}

.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger svg path {
    fill: #C3C3C3;
}

.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon:hover .social-icon-trigger:hover {
    background-color: #C3C3C3;
    color: #fff;
}

.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon:hover .social-icon-trigger:hover svg path {
    fill: #fff;
}

.custom-html--sitecore .share-icons-container-section .icon-bar-section {
    position: fixed;
    top: 50%;
    left: 1%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
}

.custom-html--sitecore .share-icons-container-section .icon-bar-section.isActive {
    z-index: 3;
}

.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon {
    padding-bottom: 10px;
}

.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger {
    display: block;
    text-align: center;
    padding: 10px;
    color: #C3C3C3;
    border: 1px solid #C3C3C3;
    border-radius: 50%;
    font-size: 20px;
    height: 42px;
    width: 42px;
    position: relative;
    opacity: 0;
    cursor: pointer;
}

.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger.twitter {
    transition: all 0.3s ease-out;
    top: 2500px;
}

.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger.linkedin {
    transition: all 0.9s ease-out;
    top: 2500px;
}

.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger.facebook {
    transition: all 0.9s ease-out;
    top: 2500px;
}

.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger.mail {
    transition: all 1.2s ease-out;
    top: 2500px;
}

.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon.isActive .social-icon-trigger {
    top: 0;
    opacity: 1;
}

.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon:hover .social-icon-trigger:hover {
    background-color: #C3C3C3;
    color: #fff;
}

.custom-html--sitecore .section-container-2 {
    height: 90vh;
    min-height: 550px;
    background: #000;
    overflow: hidden;
    padding-top: 3em;
    padding-bottom: 3em;
}

.custom-html--sitecore .section-container-2.dark {
    color: #111;
}

.custom-html--sitecore .section-container-2.light {
    color: #fff;
}

.custom-html--sitecore .section-container-2>.row {
    height: 100%;
}

.custom-html--sitecore .section-container-2>.row>.col-sm-12 {
    height: 100%;
}

.custom-html--sitecore .section-container-2>.row>.col-sm-12>.section-content {
    height: 105%;
}

.custom-html--sitecore .section-container-2 .animate_title {
    opacity: 0;
    padding-top: 5px;
    transition: all 0.6s ease;
    color: black;
}

.custom-html--sitecore .section-container-2 .animate_title.isactive {
    opacity: 1;
    padding-top: 0;
    /*text-shadow: 1px 1px 3px #4a4a4a;*/
}

.custom-html--sitecore .section-container-2 .title-1 {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.24;
    letter-spacing: -0.02em;
    margin-bottom: 1em;
}

.custom-html--sitecore .section-container-2 .title-2 {
    font-size: 80px;
    line-height: 1;
    letter-spacing: -0.03em;
    margin-bottom: 0.3em;
}

.custom-html--sitecore .section-container-2 .sectionDescription {
    font-size: 22px;
    text-align: left;
    line-height: 1.26;
    letter-spacing: -0.02em;
    margin-bottom: 1em;
}

.custom-html--sitecore .section-container-2 .section-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.custom-html--sitecore .section-container-2 .content-list {
    display: none;
    margin-top: auto;
}

.custom-html--sitecore .section-container-2 .content-list .content-list__item {
    /* min-height: 60px; */
    padding-left: 14px;
    padding-right: 24px;
    -webkit-flex-basis: 15%;
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
    opacity: 0;
    transition: all 600ms ease-in-out;
    overflow: hidden;
}

.custom-html--sitecore .section-container-2.dark .content-list .content-list__item {
    border-left: 1px solid #111;
}

.custom-html--sitecore .section-container-2.light .content-list .content-list__item {
    border-left: 1px solid #fff;
}

.custom-html--sitecore .section-container-2 .content-list .content-list__item.isactive {
    opacity: 1;
}

.custom-html--sitecore .section-container-2 .content-list .content-list__item:last-of-type {
    padding-right: 0;
}

.custom-html--sitecore .section-container-2 .content-list .content-list__title {
    font-size: 14px;
    line-height: 1.24;
    letter-spacing: -0.02em;
    margin: 0.6em 0 0.4em;
    font-weight: 600;
    position: relative;
    left: -50%;
    transition: left 0.7s ease-out;
    cursor: pointer;
}

.custom-html--sitecore .section-container-2 .content-list .content-list__title:hover {
    color: #004DFF;
}

.custom-html--sitecore .section-container-2 .content-list .content-list__item.isactive .content-list__title {
    left: 0;
    transition-delay: 0.2s;
}

.custom-html--sitecore .section-container-2 .content-list .content-list__content {
    font-size: 18px;
    line-height: 1.09;
    font-family: "Graphik Light", Arial, sans-serif;
    position: relative;
    left: -110%;
    transition: left 0.7s ease-out;
}

.custom-html--sitecore .section-container-2 .content-list .content-list__item.isactive .content-list__content {
    left: 0;
    transition-delay: 0.6s;
}

.custom-html--sitecore .cta-more {
    cursor: pointer;
}

.custom-html--sitecore .section-container-2 .cta-more {
    display: inline-block;
}

.custom-html--sitecore .section-container-2 .cta-more .cta-more-box {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    transition: all 0.4s ease;
}

.custom-html--sitecore .section-container-2 .cta-more .cta-more-arrow {
    position: absolute;
    left: 0px;
    top: 7px;
    opacity: 0;
    transition: all 0.4s ease;
}

.custom-html--sitecore .section-container-2 .cta-more .cta-more-label {
    margin-left: 45px;
    opacity: 0;
    transition: opacity 0.7s ease 0.8s;
    color: #FFF;
    text-shadow: 1px 1px 3px #4a4a4a;
}

.custom-html--sitecore .section-container-2 .cta-more .cta-more-label>a,
.custom-html--sitecore .section-container-3 .cta-more .cta-more-label>a {
    color: inherit;
    padding: 0 !important;
    font-family: "Graphik Medium", "Arial", Sans-Serif;
    font-size: 19px !important;
    line-height: 1.25;
    color: #004DFF;
}

.custom-html--sitecore .section-container-2 .cta-more img.img-arrow-right {
    width: 24px;
}

.custom-html--sitecore .section-container-2 .cta-more.isactive {
    opacity: 1;
}

.custom-html--sitecore .section-container-2 .cta-more.isactive .cta-more-box {
    left: 0;
    top: 7px;
    width: 36px;
    height: 36px;
    border: 1.5px solid #FFF;
    border-radius: 50px;
    transition-delay: 0.2s;
}

.custom-html--sitecore .section-container-2 .cta-more.isactive .cta-more-arrow {
    position: absolute;
    left: 20px;
    top: 7px;
    opacity: 1;
    transition-delay: 0.6s;
}

.custom-html--sitecore .section-container-2 .cta-more.isactive .cta-more-arrow:hover .cta-more-arrow {
    left: 10px;
}

.custom-html--sitecore .section-container-2 .cta-more.isactive .cta-more-label {
    opacity: 1;
}

@media screen and (min-width: 768px) {
    .custom-html--sitecore .section-container-2 .content-list--desktop {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.custom-html--sitecore .section-container-2a {
    padding-top: 40px;
    padding-bottom: 40px;
}

.custom-html--sitecore .section-container-2a.section-container {
    display: block;
}

@media screen and (min-width: 768px) {
    .custom-html--sitecore .section-container-2a {
        display: none;
    }
}

.custom-html--sitecore .section-container-2a .content-list .content-list__item {
    border-left: 1px solid #000;
    padding-left: 14px;
    padding-right: 24px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-bottom: 50px;
}

@media screen and (max-width: 464px) {
    .custom-html--sitecore .section-container-2a .content-list .content-list__item {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.custom-html--sitecore .section-container-2a .content-list .content-list__item:nth-of-type(even) {
    margin-right: 0;
}

.custom-html--sitecore .section-container-2a .content-list .content-list__title {
    font-size: 14px;
    line-height: 1.24;
    letter-spacing: -0.02em;
    margin-bottom: 1em;
    font-weight: 600;
}

.custom-html--sitecore .section-container-2a .content-list .content-list__content {
    font-size: 18px;
    line-height: 1.09;
    font-family: "Graphik Light", Arial, sans-serif;
}

@media screen and (max-width: 819.9px) {
    .custom-html--sitecore .section-container-2a .content-list {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .custom-html--sitecore .section-container-2a .content-list .content-list__content {
        font-size: 2.56rem;
    }
}

.custom-html--sitecore .section-container-3 .mobile-placeholder .follow-cta-btn-mobile {
    opacity: 0;
    transition: opacity ease 0.4s;
}

.custom-html--sitecore .section-container-3 .img-container.imgc-1.trigger {
    transition-delay: 0.1s;
}

.custom-html--sitecore .section-container-3 .img-container.imgc-2.trigger {
    transition-delay: 0.2s;
}

.custom-html--sitecore .section-container-3 .img-container.imgc-3.trigger {
    transition-delay: 0.3s;
}

.custom-html--sitecore .section-container-3 .img-container:hover img {
    -webkit-transform: scale(1.1) translateY(-50%);
    -ms-transform: scale(1.1) translateY(-50%);
    transform: scale(1.1) translateY(-50%);
    opacity: 1;
}

.custom-html--sitecore #block-section-3 .section-container-half {
    height: 50vh;
}

.custom-html--sitecore #block-section-3 .section-container-half .text-content {
    position: absolute;
    top: 60%;
    left: 50%;
    padding: 50px 100px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0;
    transition: all 0.6s ease;
}

.custom-html--sitecore .section-container-half .sectionTitle {
    font-size: 3.67rem !important;
}

.custom-html--sitecore #block-section-3 .section-container-half .text-content.isactive {
    opacity: 1;
    top: 50%;
    padding: 50px 100px;
    min-width: 55%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
}

.custom-html--sitecore #block-section-3 .section-container-half .text-content .cta-more {
    /* left: 50%; */
    /* transform: translateX(-50%); */
}

.custom-html--sitecore #block-section-4 .text-content {
    padding-right: 15%;
    padding-left: 15%;
    padding-top: 5%;
    padding-bottom: 5%;
}

@media screen and (max-width: 1199px) {
    .custom-html--sitecore .section-container-3 .mobile-placeholder .trigger+.follow-cta-btn-mobile {
        bottom: -20px;
        right: 5%;
        width: 80px;
        height: 80px;
        border-radius: 50px;
        background: #5200FF;
        position: absolute;
        padding: 5px;
        z-index: 10;
        line-height: 2.56rem;
        opacity: 1;
        transition-delay: 0.8s;
    }

    .custom-html--sitecore .section-container-3 .trigger+.follow-cta-btn-mobile span {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #fff;
        line-height: 1 !important;
        font-size: 13px !important;
        font-weight: 600;
        font-family: "Graphik semibold", Arial, sans-serif;
        text-align: center;
    }

    .custom-html--sitecore .mobile-placeholder {
        position: relative;
    }
}

.custom-html--sitecore .ia {
    padding-left: 5%;
    padding-right: 5%;
    background-color: #ffffff;
    min-height: 300px;
    overflow-x: hidden;
}

@media (min-width: 1200px) {
    .custom-html--sitecore .ia:first-of-type .ia-half__text {
        padding-left: 54px;
    }
}

@media (min-width: 768px) {
    .custom-html--sitecore .ia {
        padding-left: 0;
        padding-right: 0;
    }
}

.custom-html--sitecore .ia .row {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.custom-html--sitecore .ia .block-content {
    padding-top: 0 !important;
}

.custom-html--sitecore .ia .ia-half {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #000;
    overflow: hidden;
}

@media (min-width: 768px) {
    .custom-html--sitecore .ia .ia-half {
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media (min-width: 1000px) {
    .custom-html--sitecore .ia .ia-half {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.custom-html--sitecore .ia .ia-half a,
.custom-html--sitecore .ia .ia-half a:hover,
.custom-html--sitecore .ia .ia-half a:visited,
.custom-html--sitecore .ia .ia-half a:active {
    color: inherit;
}

.custom-html--sitecore .ia .ia-half__cols {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0 !important;
}

@media (max-width: 767px) {
    .custom-html--sitecore .ia .ia-half__cols {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .custom-html--sitecore .ia .ia-half__cols>.ia-half__image {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .custom-html--sitecore .ia .ia-half__cols>* {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (max-width: 999px) {
    .custom-html--sitecore .ia .ia-half__cols .ia-half__aspect:after {
        content: "";
        background-color: #000;
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        z-index: 1;
        transition: opacity 0.1s ease;
    }

    .custom-html--sitecore .ia .ia-half__cols:focus .ia-half__aspect:after,
    .custom-html--sitecore .ia .ia-half__cols:active .ia-half__aspect:after {
        opacity: 0.3;
    }
}

.custom-html--sitecore .ia .ia-half__image {
    position: relative;
}

@media (max-width: 767px) {
    .custom-html--sitecore .ia .ia-half__image {
        margin-bottom: 20px;
        width: 100%;
        overflow: hidden;
    }

    .custom-html--sitecore .ia .ia-half__image>*,
    .custom-html--sitecore .ia .ia-half__image>*[style] {
        width: 100% !important;
    }

    .custom-html--sitecore .ia .ia-half__image .module picture,
    .custom-html--sitecore .ia .ia-half__image .module img,
    .custom-html--sitecore .ia .ia-half__image .module iframe,
    .custom-html--sitecore .ia .ia-half__image .module video {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: -webkit-transform 0.6s ease;
        transition: transform 0.6s ease;
    }
}

.custom-html--sitecore .ia .ia-half__image .module {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.custom-html--sitecore .ia .ia-half__image:hover img {
    -webkit-transform: scale(1.2) translateY(-50%);
    -ms-transform: scale(1.2) translateY(-50%);
    transform: scale(1.2) translateY(-50%);
    opacity: 1;
}

.custom-html--sitecore .ia .ia-half__text {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

@media (max-width: 767px) {
    .custom-html--sitecore .ia .ia-half__text {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
}

.custom-html--sitecore .ia .ia-half__text--bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.custom-html--sitecore .ia .ia-half__text .categoryTitle {
    padding-top: 5px;
    opacity: 0;
    transition: all 0.6s ease-out;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.24;
}

.custom-html--sitecore .ia .ia-half__text .isactive .categoryTitle {
    padding-top: 0;
    opacity: 1;
}

.custom-html--sitecore .ia .ia-half__text h5:first-child {
    margin-top: 0;
}

.custom-html--sitecore .ia .ia-half__text .SubsectionTitle {
    padding-top: 5px;
    opacity: 0;
    transition: all 0.6s ease-out;
    font-weight: 300;
    font-size: 29px;
    line-height: 1.09;
}

.custom-html--sitecore .ia .ia-half__text .isactive .SubsectionTitle {
    padding-top: 0;
    opacity: 1;
}

.custom-html--sitecore .ia .ia-half__text p:last-child {
    margin-bottom: 0;
}

.custom-html--sitecore .ia .ia-half__text .cta-more-label {
    font-size: 19px;
}

.custom-html--sitecore .ia .ia-half iframe {
    z-index: 3;
}

@media (min-width: 1200px) {
    .custom-html--sitecore .ia .ia-half__indent {
        padding-right: 40px;
    }
}

.custom-html--sitecore .ia .ia-half__aspect {
    overflow: hidden;
    height: 0;
    transition: height 0.7s ease;
    cursor: none;
}

.custom-html--sitecore .ia .ia-half__aspect.trigger {
    height: 435px;
}

@media (min-width: 768px) {
    .custom-html--sitecore .ia .ia-half__aspect {
        position: relative;
    }

    .custom-html--sitecore .ia .ia-half__aspect:before {
        content: "";
        display: block;
        padding-top: 56.25%;
    }

    .custom-html--sitecore .ia .ia-half__aspect picture,
    .custom-html--sitecore .ia .ia-half__aspect img,
    .custom-html--sitecore .ia .ia-half__aspect iframe,
    .custom-html--sitecore .ia .ia-half__aspect video {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: -webkit-transform 0.6s ease;
        transition: transform 0.6s ease;
        opacity: 1;
    }
}

.custom-html--sitecore .ia .ia-half .semi-anchor picture,
.custom-html--sitecore .ia .ia-half .semi-anchor img,
.custom-html--sitecore .ia .ia-half .semi-anchor iframe,
.custom-html--sitecore .ia .ia-half .semi-anchor video {
    min-width: 100%;
    max-width: 100%;
}

.custom-html--sitecore .ia .ia-half .semi-anchor[data-anchor="left"]>* {
    float: right;
}

.custom-html--sitecore .ia .follow-cta-btn-mobile {
    display: none;
}

.custom-html--sitecore .ia .follow-cta-btn {
    width: 80px;
    height: 80px;
    opacity: 0;
    border-radius: 50%;
    background: #5200FF;
    position: absolute;
    padding: 5px;
    z-index: 10;
    line-height: 2.56rem;
}

.custom-html--sitecore .ia .follow-cta-btn.isactive {
    opacity: 0.9;
}

.custom-html--sitecore .ia .follow-cta-btn span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    line-height: 1 !important;
    font-size: 16px !important;
    font-family: "Graphik semibold", Arial, sans-serif;
}

@media screen and (max-width: 1199px) {
    .custom-html--sitecore .ia .follow-cta-btn-mobile {
        bottom: -20px;
        right: 5%;
        width: 80px;
        height: 80px;
        border-radius: 50px;
        background: #5200FF;
        position: absolute;
        padding: 5px;
        z-index: 10;
        line-height: 2.56rem;
        opacity: 1;
        transition-delay: 0.8s;
    }

    .custom-html--sitecore .ia .follow-cta-btn-mobile span {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #fff;
        line-height: 1 !important;
        font-size: 13px !important;
        font-weight: 600;
        font-family: "Graphik semibold", Arial, sans-serif;
        text-align: center;
    }

    .custom-html--sitecore .mobile-placeholder {
        position: relative;
    }
}

.custom-html--sitecore .leaders {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    transition: all 0.5s ease-in-out;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 640px;
    margin: 2em 0 2.2em;
    opacity: 0;
}

.custom-html--sitecore .leaders:focus-within {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
}

.custom-html--sitecore .leaders:hover {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
}

.custom-html--sitecore .leaders.isactive {
    opacity: 1;
    position: relative;
    z-index: 10;
}

.custom-html--sitecore .leader {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 100px;
    color: #000;
    margin: 0 2px;
    -webkit-flex: 0 1 61px;
    -ms-flex: 0 1 75px;
    flex: 0 1 107px;
    transition: all 300ms ease-in-out 50ms;
    position: relative;
    overflow: hidden;
}

.custom-html--sitecore .leader:hover,
.custom-html--sitecore .leader:focus-within {
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    background-color: #FFF;
}

.custom-html--sitecore .leader:hover .leader__content,
.custom-html--sitecore .leader:focus-within .leader__content {
    opacity: 1;
    transition-duration: 300ms;
    transition-delay: 150ms;
}

.custom-html--sitecore .leader__image {
    border-radius: 100px;
    overflow: hidden;
}

.custom-html--sitecore .leader__content {
    padding: 5px 10px 8px 8px;
    position: absolute;
    left: 75px;
    top: 0;
    bottom: 0;
    right: 0;
    width: 65%;
    opacity: 0;
    font-size: 9px;
    line-height: 1.26;
    letter-spacing: -0.02em;
    transition: all 400ms ease-in-out 0s;
}

.custom-html--sitecore .leader__content.nosignature {
    width: 85%;
}

.custom-html--sitecore .leader__name {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.custom-html--sitecore .leader__title {
    font-size: 1.28rem;
    text-align: center;
}

.custom-html--sitecore .leader__signature img {
    max-width: 100%;
}

.custom-html--sitecore .leader__signature {
    position: absolute;
    bottom: 23px;
    right: -50px;
}

.custom-html--sitecore .section-container-3 {
    height: auto;
    min-height: 900px;
    overflow: hidden;
}

@media screen and (max-width: 1000px) {
    .custom-html--sitecore .section-container-3 {
        height: auto;
    }
}

.custom-html--sitecore .section-container-3 .panel {
    height: auto;
    box-shadow: none !important;
    position: relative;
}

.custom-html--sitecore .section-container-3 .panel-1 .cta-more {
    color: #004DFF;
    position: relative;
    width: auto;
    /*padding: 10px;*/
    /*bottom: 30%;*/
    /*left: 15%;*/
    /*-webkit-transform: translateY(250%);
     -ms-transform: translateY(250%);
     transform: translateY(250%);*/
    z-index: 10;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.custom-html--sitecore .section-container-3 .cta-more.isactive {
    opacity: 1;
}

.custom-html--sitecore .section-container-3 .cta-more .cta-more-box {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    transition: all 0.4s ease;
}

.custom-html--sitecore .section-container-3 .cta-more.isactive .cta-more-box {
    left: 0;
    top: 7px;
    width: 36px;
    height: 36px;
    border: 1px solid #004DFF;
    border-radius: 50px;
    transition-delay: 0.2s;
}

@media screen and (min-width: 1025px) {
    .custom-html--sitecore .cta-more.isactive:hover .cta-more-box {
        width: 105%;
        height: 36px;
        border-radius: 25px 25px 25px 25px;
    }
}

.custom-html--sitecore .section-container-3 .cta-more .cta-more-arrow {
    position: absolute;
    left: 0px;
    top: 7px;
    opacity: 0;
    transition: all 0.4s ease;
}

.custom-html--sitecore .section-container-3 .cta-more.isactive .cta-more-arrow {
    position: absolute;
    left: 20px;
    top: 7px;
    opacity: 1;
    transition-delay: 0.6s;
}

.custom-html--sitecore .section-container-3 .cta-more.isactive .cta-more:hover .cta-more-arrow {
    left: 10px;
}

.custom-html--sitecore .section-container-3 .cta-more img.img-arrow-right {
    width: 24px;
}

.custom-html--sitecore .section-container-3 .cta-more .cta-more-label {
    margin-left: 45px;
    opacity: 0;
    transition: opacity 0.7s ease 0.8s;
}

.custom-html--sitecore .section-container-3 .cta-more.isactive .cta-more-label {
    opacity: 1;
}

.custom-html--sitecore .section-container-3 .img-container {
    width: 100%;
    padding-top: 100px;
    height: 200px;
    overflow: hidden;
    position: relative;
    transition: height 0.7s ease;
}

.custom-html--sitecore .section-container-3 .img-container,
.custom-html--sitecore .section-container-3 .img-container a {
    cursor: none !important;
}

.custom-html--sitecore .section-container-3 .img-container.trigger {
    padding-top: 0px;
    height: 410px;
}

.custom-html--sitecore .section-container-3 .img-container img {
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    opacity: 1;
}

@media screen and (max-width: 1199px) {
    .custom-html--sitecore .section-container-3 .img-container img {
        min-width: 100%;
        width: auto;
        height: 100%;
    }
}

.custom-html--sitecore .section-container-3 .img-container.imgc-1.trigger {
    transition-delay: 0.1s;
}

.custom-html--sitecore .section-container-3 .img-container.imgc-2.trigger {
    transition-delay: 0.2s;
}

.custom-html--sitecore .section-container-3 .img-container.imgc-3.trigger {
    transition-delay: 0.3s;
}

.custom-html--sitecore .section-container-3 .img-container:hover img {
    -webkit-transform: scale(1.1) translateY(-50%);
    -ms-transform: scale(1.1) translateY(-50%);
    transform: scale(1.1) translateY(-50%);
    opacity: 1;
    /*.section-container-3 .img-container.imgc-2 {
     margin-top: 70px
     }*/
    /*.section-container-3 .img-container.imgc-3 {
     margin-top: 140px
     }*/
}

.custom-html--sitecore .section-container-3 .panel-1 .row {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    max-width: 100% !important;
}

@media screen and (min-width: 1920px) {
    .custom-html--sitecore .section-container-3 .panel-1 .row {
        max-width: 200rem;
    }
}

.custom-html--sitecore .section-container-3 .img-container .cta-btn {
    position: relative;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    border-radius: 10%;
    background: #5200FF;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    border-radius: 50px;
    opacity: 0;
    line-height: 2.56rem;
}

@media screen and (min-width: 768px) {
    .custom-html--sitecore .section-container-3 .img-container.isactive .cta-btn {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 50% !important;
        left: 50% !important;
        width: 200% !important;
        height: 200% !important;
        opacity: 0.9;
        border-radius: 50% !important;
        transition: width 0.4s ease, height 0.4s ease, opacity 0.3s ease;
    }
}

.custom-html--sitecore .section-container-3 .img-container .cta-btn {
    opacity: 0;
}

.custom-html--sitecore .section-container-3 .img-container:hover .cta-btn {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.custom-html--sitecore .section-container-3 .img-container .cta-btn span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 1 !important;
    font-size: 16px !important;
    font-family: Graphik semibold;
    /*.section-container-2, .section-container-2 a{
     cursor: pointer;
     } */
}

.custom-html--sitecore .section-container-3 .follow-cta-btn,
.custom-html--sitecore .section-container-2 .follow-cta-btn {
    width: 80px;
    height: 80px;
    opacity: 0;
    border-radius: 50%;
    background: #5200FF;
    position: absolute;
    padding: 5px;
    z-index: 10;
    line-height: 2.56rem;
}

.custom-html--sitecore .section-container-3 .follow-cta-btn.isactive,
.custom-html--sitecore .section-container-2 .follow-cta-btn.isactive {
    opacity: 0.9;
}

@media screen and (max-width: 767px) {

    .custom-html--sitecore .section-container-3 .follow-cta-btn.isactive,
    .custom-html--sitecore .section-container-2 .follow-cta-btn.isactive {
        opacity: 0;
    }
}

.custom-html--sitecore .section-container-3 .follow-cta-btn span,
.custom-html--sitecore .section-container-2 .follow-cta-btn span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    line-height: 1 !important;
    font-size: 16px !important;
    font-family: "Graphik semibold", Arial, sans-serif;
}

.custom-html--sitecore .leaders-list {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 1.5em;
}

.custom-html--sitecore .leader-image {
    border-radius: 100px;
    overflow: hidden;
    margin-right: 2px;
    width: 34px;
    height: 34px;
}

.custom-html--sitecore .section-container-3 .text-content .categoryTitle,
.custom-html--sitecore .section-container-3 .text-content .cardTitle,
.custom-html--sitecore .section-container-3 .text-content .leaders-list {
    padding-top: 5px;
    opacity: 0;
    transition: all 0.6s ease-out 0.1s;
}

.custom-html--sitecore .section-container-3 .text-content p.cardDescription {
    padding-top: 5px;
    opacity: 0;
    transition: all 0.6s ease-out 0.1s;
}

.custom-html--sitecore .section-container-3 .text-content.isactive .categoryTitle,
.custom-html--sitecore .section-container-3 .text-content.isactive .cardTitle,
.custom-html--sitecore .section-container-3 .text-content.isactive p.cardDescription,
.custom-html--sitecore .section-container-3 .text-content.isactive .leaders-list {
    padding-top: 0;
    opacity: 1;
}

.custom-html--sitecore .section-container-3 .img-container {
    padding-top: 0px;
    height: 0px;
}

.custom-html--sitecore p.categoryTitle {
    font-family: "Graphik Semibold", "Arial", sans-serif !important;
    font-size: 1.92rem !important;
    line-height: 1 !important;
    margin-bottom: 2.56rem;
    margin-top: 5.12rem;
}

.custom-html--sitecore h3.cardTitle {
    font-family: "Graphik Light", "Arial Black", sans-serif;
    font-size: 4.61rem;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 2.56rem;
}

@media screen and (max-width: 767px) {
    .custom-html--sitecore .section-container-3 {
        height: 100%;
    }

    .custom-html--sitecore p.categoryTitle {
        margin-top: 2.56rem !important;
    }

    .custom-html--sitecore .cardTitle {
        font-size: 5.12rem !important;
        margin: 0.1em 0 0.4em !important;
    }

    .custom-html--sitecore .cardDescription {
        font-size: 2.56rem !important;
        line-height: 1.1 !important;
    }

    .custom-html--sitecore .section-container-2 {
        background: #fff;
    }
}

.custom-html--sitecore .section-container-7 .text-center .sectionTitle {
    padding-top: 5px;
    opacity: 0;
    transition: all 0.6s ease-out;
    /*.section-container-7 .sectionDescription {
     padding: 0 12vw;
     } */
}

.custom-html--sitecore .section-container-7 .text-center p:nth-child(1) {
    padding-top: 5px;
    opacity: 0;
    transition: all 0.6s ease-out 0.2s;
}

.custom-html--sitecore .section-container-7 .text-center p:nth-child(2) {
    padding-top: 5px;
    opacity: 0;
    transition: all 0.6s ease-out 0.3s;
}

.custom-html--sitecore .section-container-7 .text-center p:nth-child(3) {
    padding-top: 5px;
    opacity: 0;
    transition: all 0.6s ease-out 0.4s;
}

.custom-html--sitecore .section-container-7 .text-center p:nth-child(4) {
    padding-top: 5px;
    opacity: 0;
    transition: all 0.6s ease-out 0.5s;
}

.custom-html--sitecore .section-container-7 .text-center.isactive p {
    padding-top: 0px;
    opacity: 1;
}

.custom-html--sitecore .section-container-7 .text-center.isactive .sectionTitle {
    padding-top: 0px;
    opacity: 1;
}

.custom-html--sitecore #block-section-5 {
    overflow-x: hidden;
}

.custom-html--sitecore .section-container-8 .img-container .cta-btn {
    position: relative;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    background: #5200FF;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    border-radius: 50%;
    opacity: 0;
    line-height: 2.56rem;
}

@media screen and (min-width: 768px) {
    .custom-html--sitecore .section-container-8 .img-container.isactive .cta-btn {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 50% !important;
        left: 50% !important;
        width: 200% !important;
        height: 200% !important;
        opacity: 0.9;
        border-radius: 50% !important;
        transition: width 0.4s ease, height 0.4s ease, opacity 0.3s ease;
    }
}

.custom-html--sitecore .section-container-8 .cards .cards-cta-btn {
    position: absolute;
}

.custom-html--sitecore .section-container-8 .cards .img-container:hover .cards-cta-btn {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    z-index: 1;
    opacity: 0.9;
}

.custom-html--sitecore .section-container-8 .cards .img-container:hover .cards-cta-btn.onactive {
    opacity: 0.9;
}

@media screen and (max-width: 767px) {
    .custom-html--sitecore .section-container-8 .cards .img-container:hover .cards-cta-btn.onactive {
        opacity: 0;
    }
}

.custom-html--sitecore .section-container-8 .cards .img-container .cards-cta-btn span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 1 !important;
    font-size: 13px !important;
    font-family: Graphik semibold;
}

.custom-html--sitecore .section-container-8 .cards .img-container.isactive:hover .cards-cta-btn {
    width: 200%;
    height: 200%;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.custom-html--sitecore .section-container-8 .text-content .categoryTitle {
    position: relative;
    top: 5px;
    opacity: 0;
}

.custom-html--sitecore .section-container-8 .text-content .SubsectionTitle {
    position: relative;
    top: 5px;
    opacity: 0;
}

.custom-html--sitecore .section-container-8 .text-content p:nth-child(1) {
    position: relative;
    top: 5px;
    opacity: 0;
}

.custom-html--sitecore .section-container-8 .text-content p:nth-child(2) {
    position: relative;
    top: 5px;
    opacity: 0;
}

.custom-html--sitecore .section-container-8 .text-content p:nth-child(3) {
    position: relative;
    top: 5px;
    opacity: 0;
}

.custom-html--sitecore .section-container-8 .text-content p:nth-child(4) {
    position: relative;
    top: 5px;
    opacity: 0;
}

.custom-html--sitecore .section-container-8 .text-content.isactive p {
    transition: all 0.6s ease-out;
    top: 0px;
    opacity: 1;
    transition-delay: 0.3s;
}

.custom-html--sitecore .section-container-8 .text-content.isactive .categoryTitle {
    transition: all 0.6s ease-out;
    top: 0px;
    opacity: 1;
    transition-delay: 0.1s;
}

.custom-html--sitecore .section-container-8 .text-content.isactive .SubsectionTitle {
    transition: all 0.6s ease-out;
    top: 0px;
    opacity: 1;
    transition-delay: 0.2s;
}

.custom-html--sitecore h3.SubsectionTitle:hover {
    text-decoration: none;
    transition: ease 0.1s !important;
    color: #004dff;
}

.custom-html--sitecore .progress {
    width: 90%;
    height: 2px;
    margin-bottom: 5.12rem;
}

.custom-html--sitecore .card-nav {
    margin-top: 40px;
    width: 100%;
    height: auto;
    border-radius: 10px;
    font-family: Arial;
    font-size: 53px;
    color: white;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    transition: margin 0.5s;
    text-align: center;
}

.custom-html--sitecore .arrow {
    cursor: pointer;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: -webkit-transform 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}

.custom-html--sitecore .arrow:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.custom-html--sitecore .arrow:active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.custom-html--sitecore .arrow-left {
    float: left;
}

.custom-html--sitecore .arrow-right {
    float: right;
}

.custom-html--sitecore .container {
    width: 420px;
    height: 350px;
    position: relative;
    -webkit-perspective: 1390px;
    perspective: 1390px;
    margin: auto;
    margin-top: 100px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.custom-html--sitecore .cards {
    display: block;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: all 0.5s;
    -webkit-transform: translateZ(900px);
    transform: translateZ(900px);
}

.custom-html--sitecore .cards li {
    display: block;
    position: absolute;
    width: 310px;
    height: 300px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.1);
    font-family: "Open Sans", sans-serif;
    text-align: center;
    padding: 20px 10px 0 10px;
    background: white;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media screen and (max-width: 767px) {
    .custom-html--sitecore .cards li {
        width: 230px;
        height: 240px;
    }

    .custom-html--sitecore .container {
        width: 320px;
        height: 290px;
    }

    .custom-html--sitecore .carousel-img {
        height: 100%;
        width: auto;
    }
}

.custom-html--sitecore .cards .corner {
    font-size: 25px;
    position: absolute;
    left: 12px;
    top: 8px;
    font-family: Lora, serif;
}

.custom-html--sitecore .cards h2 {
    font-family: Lora, serif;
}

.custom-html--sitecore .cards h2::before {
    content: "";
    margin: auto;
    display: block;
    width: 350px;
    height: 1px;
    background: black;
}

.custom-html--sitecore .cards h2::after {
    content: "";
    margin: auto;
    display: block;
    width: 300px;
    height: 1px;
    background: black;
}

.custom-html--sitecore .section-container-8 .cta-more-box {
    position: relative;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    border: 1px solid #004DFF;
    border-radius: 50%;
    transition: all 0.4s ease;
    display: inline-block;
    margin-bottom: 1.28rem;
}

.custom-html--sitecore .section-container-8 .cta-more-arrow {
    position: absolute;
    top: 28px;
    transition: all 0.4s ease;
}

.custom-html--sitecore .section-container.section-container-8 {
    overflow: hidden;
}

.custom-html--sitecore .card-nav .img-arrow-right {
    width: 1.3em;
    padding: 0 20px;
    position: absolute;
}

.custom-html--sitecore .card-nav .img-arrow-left {
    width: 1.3em;
    padding: 0 20px;
    position: absolute;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.custom-html--sitecore .cta-more-box.arrow.arrow-right {
    float: right;
}

.custom-html--sitecore .cta-more-box.arrow.arrow-left {
    float: left;
}

.custom-html--sitecore .text-center,
.custom-html--sitecore .text-center-2 {
    text-align: center;
}

.custom-html--sitecore .section-container-8 .arrow:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.custom-html--sitecore .carousel-img {
    width: 100%;
}

.custom-html--sitecore .cards li {
    overflow: hidden;
    padding: 0;
}

.custom-html--sitecore .cards .img-container,
.custom-html--sitecore .cards .img-container a {
    cursor: none !important;
}

.custom-html--sitecore .cards .img-container img {
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
}

.custom-html--sitecore .cards .img-container:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.custom-html--sitecore .cta-progress-bar {
    width: 100%;
    color: #676767;
    position: relative;
    margin-top: 30px;
}

.custom-html--sitecore .progress-bar-label {
    right: 0% !important;
    font-family: "Graphik Light", Arial, sans-serif !important;
    position: relative;
    top: 10px;
    width: 100%;
    font-size: 14px;
    color: #999;
    display: block;
}

.custom-html--sitecore .cta-scroll .cta-scroll-label {
    font-family: Graphik medium;
    font-size: 19px;
}

.custom-html--sitecore .progress-bar {
    background-color: #004DFF !important;
}

.custom-html--sitecore .sectionTitle {
    font-family: "Graphik SemiBold", Arial, sans-serif !important;
    font-size: 5.27rem !important;
    line-height: 1;
}

.custom-html--sitecore .sectionDescription {
    font-family: "Graphik Light", Arial, sans-serif !important;
    font-size: 2rem !important;
    line-height: 1.2 !important;
}

.custom-html--sitecore .categoryTitle {
    font-family: "Graphik Semibold", Arial, sans-serif !important;
    font-size: 1.2rem !important;
    line-height: 1 !important;
}

.custom-html--sitecore p.categoryTitle {
    font-family: "Graphik Semibold", Arial, sans-serif !important;
    font-size: 1.2rem !important;
    line-height: 1 !important;
    margin-bottom: 2.56rem;
    margin-top: 5.12rem;
}

.custom-html--sitecore h3.cardTitle {
    font-family: "Graphik Light", "Arial Black", Sans-Serif;
    font-size: 2.88rem;
    line-height: 0.9;
    font-weight: normal;
    margin-bottom: 3.84rem;
    cursor: pointer;
    color: black;
    margin-top: 3.84rem;
}

.custom-html--sitecore h3.cardTitle:hover {
    color: #004DFF;
    transition: ease 0.1s !important;
    text-decoration: none;
}

.custom-html--sitecore .cardDescription {
    font-family: "Graphik Light", Arial, sans-serif !important;
    font-size: 1.62rem !important;
    line-height: 1.2 !important;
}

.custom-html--sitecore .carousel-text-content {
    min-height: 250px;
}

.custom-html--sitecore .carousel-text-content {
    padding-left: 15px;
}

@media screen and (max-width: 767px) {
    .custom-html--sitecore .card-nav {
        margin-bottom: 0;
    }

    .custom-html--sitecore .cta-progress-bar {
        width: 100% !important;
        margin-top: 18px !important;
    }

    .custom-html--sitecore .progress-bar-label {
        right: 0% !important;
    }

    .custom-html--sitecore .progress {
        width: 90%;
    }

    .custom-html--sitecore .cardTitle {
        font-size: 3.2rem !important;
        margin: 0.1em 0 0.4em !important;
    }

    .custom-html--sitecore .cardDescription {
        font-size: 2.56rem !important;
        line-height: 1.1 !important;
    }

    .custom-html--sitecore p.categoryTitle {
        margin-top: 1.28rem !important;
    }
}

@media screen and (min-width: 3000px) {
    .custom-html--sitecore .carousel {
        overflow: hidden;
    }

    .custom-html--sitecore h3.cardTitle {
        font-size: 1.6vh;
    }

    .custom-html--sitecore p.categoryTitle {
        font-size: 0.8vh !important;
    }

    .custom-html--sitecore .sectionTitle {
        font-size: 4.257vh !important;
    }

    .custom-html--sitecore .sectionDescription {
        font-size: 2.201vh !important;
    }

    .custom-html--sitecore .SubsectionTitle {
        font-size: 2.7vh !important;
    }

    .custom-html--sitecore .Subsectiondescription {
        font-size: 1.321vh !important;
    }

    .custom-html--sitecore .leading {
        position: relative;
        top: 3%;
    }
}

.custom-html--sitecore .cta-more.footer {
    color: #FFF;
    position: relative;
    width: auto;
    bottom: 0%;
    right: 0%;
    z-index: 10;
    opacity: 1;
    transition: opacity 0.6s ease;
    padding: 10px;
    display: inline-block;
}

.custom-html--sitecore .cta-more.footer .cta-more-box {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    transition: all 0.4s ease;
}

.custom-html--sitecore .cta-more.footer.isactive .cta-more-box {
    left: 0;
    top: 6px;
    width: 46px;
    height: 46px !important;
    border: 2px solid #fff;
    border-radius: 50px;
}

.custom-html--sitecore .cta-more.footer.isactive .cta-more-arrow {
    position: absolute;
    left: 25px;
    top: 9px;
}

.custom-html--sitecore .cta-more.footer img.img-arrow-right {
    width: 38px;
}

.custom-html--sitecore .cta-more.footer .cta-more-label {
    transition: opacity 0.7s ease 0s;
}

.custom-html--sitecore .cta-more.footer.isactive .cta-more-label {
    margin-left: 65px;
    font-family: "Graphik Medium", "Arial", Sans-Serif;
    font-size: 32px !important;
    line-height: 1.25;
    color: #fff;
}

@media screen and (min-width: 1025px) {
    .custom-html--sitecore .cta-more.footer.isactive:hover .cta-more-box {
        width: 105%;
        cursor: pointer;
        border-radius: 25px 25px 25px 25px;
    }
}

.custom-html--sitecore .row.footer-links-container:before {
    border: none !important;
}

.custom-html--sitecore #block-footer {
    background-color: black;
}

.custom-html--sitecore #block-footer .row .block-content:after {
    content: " ";
    display: table;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 0.06em solid #ccc;
    border-top: 0;
    margin: 0 0.7375em;
}

.custom-html--sitecore .row.footer-links-container:before {
    border: none !important;
}

.custom-html--sitecore .Subscribe-Eyebrow p {
    font-size: 22px;
    color: white;
}

@media screen and (min-width: 768px) {
    .custom-html--sitecore #block-footer .content-module {
        padding-left: 0;
    }

    .custom-html--sitecore #block-footer .row {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .custom-html--sitecore #block-footer .content-module {
        padding-left: 2.4rem;
    }
}

@media screen and (max-width: 1199px) and (min-width: 1000px) {
    .custom-html--sitecore #block-footer .block-content {
        padding-left: 2.4rem;
    }
}

.custom-html--sitecore .cta-more {
    color: #004DFF;
    width: auto;
    padding: 13px 10px 10px;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.6s ease;
    position: relative;
    display: inline-block;
}

.custom-html--sitecore .cta-more.isactive {
    opacity: 1;
}

.custom-html--sitecore .cta-more .cta-more-box {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    transition: all 0.4s ease;
}

.custom-html--sitecore .cta-more.isactive .cta-more-box {
    left: 0;
    top: 7px;
    width: 36px;
    height: 36px;
    border: 1.5px solid #004DFF;
    border-radius: 50px;
    transition-delay: 0.2s;
}

.custom-html--sitecore .cta-more .cta-more-arrow {
    position: absolute;
    left: 0px;
    top: 7px;
    opacity: 0;
    transition: all 0.4s ease;
}

.custom-html--sitecore .cta-more.isactive .cta-more-arrow {
    position: absolute;
    left: 20px;
    top: 7px;
    opacity: 1;
    transition-delay: 0.6s;
}

.custom-html--sitecore .cta-more.isactive .cta-more:hover .cta-more-arrow {
    left: 10px;
}

.custom-html--sitecore .cta-more .img-arrow-right {
    width: 24px;
}

.custom-html--sitecore .cta-more .cta-more-label {
    font-family: "Graphik Medium", "Arial", Sans-Serif;
    font-size: 19px !important;
    line-height: 1.25;
    margin-left: 45px;
    opacity: 0;
    transition: opacity 0.7s ease 0.8s;
    /*.cta-more .cta-more-label>a {
     padding-left: 10px
     }*/
}

.custom-html--sitecore .cta-more.isactive .cta-more-label {
    opacity: 1;
}

.custom-html--sitecore section#redesign-main {
    margin-top: 0px;
}

.custom-html--sitecore .content-module {
    margin-bottom: 0rem;
}

.custom-html--sitecore .section-container {
    width: 100%;
    position: relative;
}

.custom-html--sitecore .section-content {
    padding-left: 5%;
    padding-right: 5%;
}

.custom-html--sitecore .ia-crop {
    overflow: hidden;
}

.custom-html--sitecore .SubsectionTitle {
    font-family: "Graphik Light", "Arial", Sans-Serif !important;
    font-size: 2.8rem !important;
    line-height: 1.1 !important;
    font-weight: normal;
    margin-bottom: 0.55em;
    margin-top: 0.65em;
}

.custom-html--sitecore .Subsectiondescription {
    font-family: "Graphik Light", "Arial", Sans-Serif !important;
    font-size: 1.62rem !important;
    line-height: 1.3 !important;
}

.custom-html--sitecore .animate_title {
    font-family: "Graphik Light", "Arial", Sans-Serif;
    font-size: 8.43rem;
    line-height: 1;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .custom-html--sitecore .mobile-padding {
        padding: 0 8%;
    }

    .custom-html--sitecore .animate_title {
        font-size: 2em;
        line-height: 5.12rem;
    }

    .custom-html--sitecore .animate_title {
        font-size: 4.0rem !important;
        line-height: 3.6 !important;
        width: 100%;
        bottom: 20% !important;
    }

    .custom-html--sitecore .animate_subtitle {
        font-size: 3.33rem !important;
    }

    .custom-html--sitecore .animate_title.title-1.careers.isactive {
        font-size: 3.33rem !important;
    }

    .custom-html--sitecore span.careers-large {
        font-size: 3vh !important;
        margin-top: 1em;
    }

    .custom-html--sitecore .sectionTitle {
        font-size: 4.0rem !important;
    }

    .custom-html--sitecore .join-us .animate_title {
        margin-bottom: 4.48rem !important;
    }

    .custom-html--sitecore .marquee-header h2 {
        font-size: 10.72rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .custom-html--sitecore .progress-nav-bar {
        top: 50px;
    }

    .custom-html--sitecore .mobile-placeholder {
        position: relative;
    }
}

@media screen and (min-width: 1025px) {
    .custom-html--sitecore .mobile-ipad {
        display: none;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .custom-html--sitecore .mobile-padding {
        padding: 0 5%;
    }
}

@media screen and (max-width: 1024px) {

    /*Ipad*/
    .custom-html--sitecore .no-mobile-ipad {
        display: none;
    }

    .custom-html--sitecore .leading {
        position: relative;
        top: 10%;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {

    /*Mobile Adjustments*/
    .custom-html--sitecore .section-container-2 .title-1 {
        font-size: 14px !important;
    }

    .custom-html--sitecore .sectionDescription {
        font-size: 2.0rem !important;
        line-height: 1.2 !important;
    }

    .custom-html--sitecore #block-section-3 .section-container-half .text-content {
        position: relative;
    }

    .custom-html--sitecore #block-section-3 .section-container-half {
        height: 30vh;
    }

    .custom-html--sitecore .section-container-3 .img-container.imgc-2,
    .custom-html--sitecore .section-container-3 .img-container.imgc-3 {
        margin-top: 0;
    }

    .custom-html--sitecore #block-section-4 .text-content {
        padding-left: 0;
    }

    .custom-html--sitecore .cards li {
        width: 220px;
        height: 200px;
    }

    .custom-html--sitecore .container {
        width: 300px;
        height: 250px;
    }
}

@media screen and (max-width: 767px) {
    .custom-html--sitecore video.icon-vid {
        height: 80px;
        width: 100%;
    }

    .custom-html--sitecore .section-container-2 .animate_title.title-2 {
        font-size: 4.0rem;
    }

    .custom-html--sitecore .sectionDescription {
        font-size: 1.6rem !important;
    }

    .custom-html--sitecore .sectionDescription span {
        font-size: 7.68rem !important;
        line-height: 1;
    }

    .custom-html--sitecore .section-container-2 .sectionDescription {
        width: 85%;
    }

    .custom-html--sitecore .sectionTitle {
        font-size: 3.68rem !important;
    }

    .custom-html--sitecore .section-container-3 .img-container.imgc-2,
    .custom-html--sitecore .section-container-3 .img-container.imgc-3 {
        margin-top: 0;
    }

    .custom-html--sitecore .section-container-3 .img-container.trigger {
        height: 300px;
    }

    .custom-html--sitecore #block-section-3 .section-container-half .text-content {
        position: relative;
        left: 0;
        transform: none;
    }

    .custom-html--sitecore #block-section-3 .section-container-half {
        height: auto;
    }

    .custom-html--sitecore #block-section-3 .section-container-half .text-content.isactive,
    .custom-html--sitecore #block-section-3 .section-container-half .text-content {
        padding: 40px 10px;
        top: 0px;
    }

    .custom-html--sitecore #block-section-3 .section-container-half .text-content {
        padding: 50px 10px;
        top: 15px;
    }

    .custom-html--sitecore .section-container-3 .panel-1 .cta-more {
        position: relative;
        bottom: 0;
        left: 0;
        transform: none;
    }

    .custom-html--sitecore #block-section-4 .text-content {
        padding-left: 0;
        padding-bottom: 15%;
    }

    .custom-html--sitecore .section-container-half .sectionTitle {
        font-size: 2.88rem !important;
    }

    .custom-html--sitecore .mobile-padding {
        padding: 0 6%;
    }

    .custom-html--sitecore .section-container-7 {
        margin-top: 10vh;
    }

    .custom-html--sitecore .section-container-7 .sectionDescription {
        padding: 0 5vw;
    }

    .custom-html--sitecore .container {
        margin-top: 0px;
    }

    .custom-html--sitecore .card-nav {
        margin-top: 0;
    }

    .custom-html--sitecore .section-container-8 {
        margin-bottom: 3em;
    }

    .custom-html--sitecore .Subscribe-Eyebrow p {
        font-size: 18px;
        color: white;
        margin-bottom: 0 !important;
    }

    .custom-html--sitecore .cta-more.footer.isactive .cta-more-label {
        font-size: 28px !important;
        margin-bottom: 0;
    }

    .custom-html--sitecore .cta-more.footer {
        padding: 13px;
    }

    .custom-html--sitecore .leader__name {
        font-size: 10px;
    }

    .custom-html--sitecore .leader__title {
        font-size: 9px;
    }

    .custom-html--sitecore .leader {
        flex: 0 1 70px;
        margin: 0 -8px;
    }
}

@media screen and (max-width: 320px) {

    /*Read it*/
    .custom-html--sitecore .section-container-2 {
        height: 100vh;
    }

    .custom-html--sitecore .leader__image img {
        width: 60px;
        height: 60px;
    }

    .custom-html--sitecore .leader__content {
        left: 60px;
    }

    .custom-html--sitecore .leader {
        flex: 0 1 60px;
    }

    .custom-html--sitecore .leader__name {
        font-size: 8px;
        font-weight: bold;
    }

    .custom-html--sitecore .leader__title {
        font-size: 7px;
    }
}

@media only screen and (max-width: 767px) {

    /**Social media**/
    .custom-html--sitecore .read-it-container .leader__title {
        font-size: 11px;
    }

    .custom-html--sitecore .readit-marquee h2 {
        font-family: Palatino, "Palatino LT STD", "Book Antiqua", Georgia, serif !important;
        font-size: 8.19rem !important;
        line-height: 0.9;
    }

    .custom-html--sitecore .read-it-subdesc {
        font-family: Palatino, "Palatino LT STD", "Book Antiqua", Georgia, serif !important;
        font-size: 3.58rem !important;
        margin-bottom: 3.58rem !important;
        line-height: 1.3;
    }

    .custom-html--sitecore .read-it-container .cta-more {
        opacity: 1;
        bottom: 0;
        color: #004DFF !important;
        left: 0;
        position: relative;
        transform: none;
        z-index: 10;
        padding: 10px;
    }

    .custom-html--sitecore .read-it-container .cta-more .cta-more-box {
        border: 2px solid #004DFF;
        top: 4px;
        left: 0;
        top: 5px !important;
        width: 36px;
        height: 36px;
        border: 1px solid #004DFF;
        border-radius: 50px;
        transition-delay: 0.2s;
        position: absolute;
        transition: all 0.4s ease;
    }

    .custom-html--sitecore .read-it-container .cta-more .cta-more-arrow {
        top: 8px !important;
        left: 20px !important;
        position: absolute !important;
        opacity: 1 !important;
        transition-delay: 0.6s !important;
    }

    .custom-html--sitecore .read-it-container .cta-more img.img-arrow-right {
        width: 25px;
    }

    .custom-html--sitecore .read-it-container .cta-more .cta-more-label {
        margin-left: 45px;
        opacity: 1;
        transition: opacity 0.7s ease 0.8s;
        font-weight: normal;
    }

    .custom-html--sitecore .read-it-container.section-container-3 {
        min-height: 0;
    }

    .custom-html--sitecore .read-it-text {
        font-family: "Graphik Light", "Arial", Sans-Serif !important;
        font-size: 2.56rem !important;
        line-height: 1.2 !important;
        font-weight: normal;
    }

    .custom-html--sitecore .read-it-container hr {
        margin: 2em 0 1em;
    }

    .custom-html--sitecore .read-it-container.section-container-1 {
        margin-top: 80px;
        height: auto !important;
    }

    .custom-html--sitecore .read-it-container.section-container-1,
    .custom-html--sitecore .read-it-container.section-container-2,
    .custom-html--sitecore .read-it-container.section-container-3,
    .custom-html--sitecore .read-it-container.section-container-4,
    .custom-html--sitecore .read-it-container.section-container-5,
    .custom-html--sitecore .read-it-container.section-container-6,
    .custom-html--sitecore .read-it-container.section-container-7 {
        height: auto !important;
    }

    .custom-html--sitecore h2.submarquee {
        font-family: Palatino, "Palatino LT STD", "Book Antiqua", Georgia, serif !important;
        font-size: 5.12rem !important;
    }

    .custom-html--sitecore .sub-container {
        margin: 2.5em 0;
    }

    .custom-html--sitecore .read-it-cardtitle {
        font-family: "Graphik Light", "Arial Black", Sans-Serif;
        font-size: 3.33rem;
        line-height: 1.1;
        font-weight: normal;
        margin-bottom: 2.56rem;
    }

    .custom-html--sitecore .cardDescription {
        font-family: "Graphik Light", "Arial", Sans-Serif !important;
        font-size: 1.62rem !important;
        line-height: 1.2 !important;
    }

    .custom-html--sitecore .read-it-sectionDesc {
        font-family: "Graphik Regular", "Arial", Sans-Serif !important;
        font-size: 3.07rem !important;
    }

    .custom-html--sitecore .read-it-container .awards-box {
        padding: 20px 20px;
    }

    .custom-html--sitecore .read-it-container .awards-box-1 {
        border: 1px solid #004DFF;
    }

    .custom-html--sitecore .read-it-container .awards-box-3 {
        border-bottom: 1px solid #004DFF;
        border-left: 1px solid #004DFF;
        border-right: 1px solid #004DFF;
    }

    .custom-html--sitecore .read-it-container .awards-box-2 {
        background: none !important;
        color: black !important;
        border-bottom: 1px solid #004DFF;
        border-top: 1px solid #004DFF;
        border-right: 1px solid #004DFF;
    }

    .custom-html--sitecore .readit-marquee img {
        width: 60px;
    }

    .custom-html--sitecore #block-section-4 {
        margin-top: 0 !important;
    }

    .custom-html--sitecore #block-section-4 .read-it-container .text-content {
        padding-bottom: 5%;
    }

    .custom-html--sitecore .cta-more-label,
    .custom-html--sitecore .cta-more-label a {
        font-size: 14px !important;
    }
}

.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee {
    position: fixed;
    top: 50%;
    left: 1%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 11;
}

.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee.isActive {
    z-index: 3;
}

.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon {
    padding-bottom: 10px;
}

.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger {
    display: block;
    text-align: center;
    padding: 10px;
    color: #C3C3C3;
    border: 1px solid #C3C3C3;
    border-radius: 50%;
    font-size: 20px;
    height: 42px;
    width: 42px;
    position: relative;
    opacity: 0;
    cursor: pointer;
}

.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger.twitter {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    top: 2500px;
}

.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger.linkedin {
    -webkit-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    top: 2500px;
}

.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger.facebook {
    -webkit-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
    top: 2500px;
}

.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger.mail {
    -webkit-transition: all 1.2s ease-out;
    -o-transition: all 1.2s ease-out;
    transition: all 1.2s ease-out;
    top: 2500px;
}

.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon.isActive .social-icon-trigger {
    top: 0;
    opacity: 1;
    background: rgba(255, 255, 255, 0.2);
}

.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger svg {
    height: 100%;
    width: 100%;
}

.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger svg path {
    fill: #C3C3C3;
}

.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon:hover .social-icon-trigger:hover {
    background-color: #C3C3C3;
    color: #fff;
}

.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon:hover .social-icon-trigger:hover svg path {
    fill: #fff;
}

.custom-html--sitecore .share-icons-container-section .icon-bar-section {
    position: fixed;
    top: 50%;
    left: 1%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
}

.custom-html--sitecore .share-icons-container-section .icon-bar-section.isActive {
    z-index: 3;
}

.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon {
    padding-bottom: 10px;
}

.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger {
    display: block;
    text-align: center;
    padding: 10px;
    color: #C3C3C3;
    border: 1px solid #C3C3C3;
    border-radius: 50%;
    font-size: 20px;
    height: 42px;
    width: 42px;
    position: relative;
    opacity: 0;
    cursor: pointer;
}

.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger.twitter {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    top: 2500px;
}

.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger.linkedin {
    -webkit-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
    top: 2500px;
}

.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger.facebook {
    -webkit-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
    top: 2500px;
}

.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger.mail {
    -webkit-transition: all 1.2s ease-out;
    -o-transition: all 1.2s ease-out;
    transition: all 1.2s ease-out;
    top: 2500px;
}

.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon.isActive .social-icon-trigger {
    top: 0;
    opacity: 1;
}

.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon:hover .social-icon-trigger:hover {
    background-color: #C3C3C3;
    color: #fff;
    /*2k screens up*/
}

@media only screen and (min-width: 2000px) {

    /*modified authors*/
    .custom-html--sitecore .leader-image,
    .custom-html--sitecore .leader-image img {
        width: 50px;
        height: 50px;
    }

    .custom-html--sitecore .container {
        height: 400px;
    }

    .custom-html--sitecore .row.new-row.bigscreen {
        max-width: 264rem;
        overflow: hidden;
    }
}

@media only screen and (max-width: 767px) {
    .custom-html--sitecore .desktop-leaders {
        display: none;
    }
}

@media only screen and (min-width: 768px) {

    /* image ratio fix - 1200 1400 */
    .custom-html--sitecore .mobile-leaders {
        display: none;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .custom-html--sitecore .section-container-3 .img-container img {
        height: auto !important;
        min-height: auto;
    }
}

.custom-html--sitecore video.marquee-vid.vid-4 {
    width: 100%;
    transform: translate(-45%, -39%);
    /*Video Fix for differernt resolutions*/
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .custom-html--sitecore video.marquee-vid.vid-4 {
        transform: translate(-45%, -50%);
    }
}

@media screen and (max-width: 1299px) and (min-width: 1025px) {
    .custom-html--sitecore video.marquee-vid.vid-4 {
        transform: translate(-45%, -50%);
    }
}

@media screen and (min-width: 1300px) {
    .custom-html--sitecore video.marquee-vid.vid-4 {
        transform: translate(-45%, -50%);
    }
}

@media screen and (min-width: 1920px) {
    .custom-html--sitecore #block-section-1>div>div>div>div>div>div.section-container.section-container-2.dark>div>div>div {
        margin-top: 16% !important;
    }
}

/* quick-fix-css.css ===================================================>*/

/* 06072019-image-fold */
.custom-html--sitecore .image-fold-module .content-container {
    overflow: hidden !important;
}

.custom-html--sitecore .img-block-text-container {
    height: 100%;
    /* insight-description*/
}

@media only screen and (min-width: 768px) and (max-width: 999px) {

    /*big space IE homepage*/
    .custom-html--sitecore .image-tag-summary-card .insight-card-item {
        height: 9.94rem;
    }

    .custom-html--sitecore .image-tag-summary-card .insight-card-item .insight-image {
        margin-right: 1.56rem;
    }

    .custom-html--sitecore .image-tag-summary-card .insight-card-item .insight-info {
        margin-left: 8.13rem;
        margin-bottom: 0.63rem;
    }

    .custom-html--sitecore .image-tag-summary-card .insight-card-item p.insight-description {
        height: 2.89rem;
        max-height: 6.25rem;
    }
}

.custom-html--sitecore .ie .dynamic-content-cards-image.image-title-summary .img-container {
    padding-top: 0;
    /*VideoCardBlock Tooltip cutoff*/
}

.custom-html--sitecore .video-cards-container {
    overflow: visible;
    padding-top: 0.63rem;
    /*About hero initiative variant icon*/
}

.custom-html--sitecore .about-hero-wrapper.initiative .in-page-video-container .in-page-video .pauseBttn,
.custom-html--sitecore .about-hero-wrapper.initiative .in-page-video-container .in-page-video .playBttn {
    top: 96% !important;
    left: 93% !important;
    border: 0 !important;
    background-color: transparent !important;
    /* Vidyard Lightbox Video Fix  - JPPL - 05/24/2022 */
}

.custom-html--sitecore #vidyard-overlay-wrapper {
    z-index: 2000;
}

.custom-html--sitecore #vidyard-overlay-wrapper #vidyard-content-fixed {
    top: 0 !important;
}

.custom-html--sitecore #vidyard-overlay-wrapper .vidyard-close-container {
    right: 10px !important;
    top: 10px !important;
    /* Common Videos with Aspect Ratio - 16:9 - 1.778 Ratio Factor */
}

.custom-html--sitecore #vidyard-overlay-wrapper #vidyard-popbox {
    width: 80vw;
    height: calc(80vw / 1.778);
}

@media (min-width: 1500px) {
    .custom-html--sitecore #vidyard-overlay-wrapper #vidyard-popbox {
        width: 70vw;
        height: calc(70vw / 1.778);
    }
}

@media (max-height: 415px) {

    /* Cookie Banner Adjustment for Mobile LCP Performance */
    .custom-html--sitecore #vidyard-overlay-wrapper #vidyard-popbox {
        width: 60vw;
        height: calc(60vw / 1.778);
    }
}

@media screen and (max-width: 767px) {

    .custom-html--sitecore #onetrust-banner-sdk #onetrust-policy-text,
    .custom-html--sitecore #onetrust-banner-sdk .ot-dpd-desc,
    .custom-html--sitecore #onetrust-banner-sdk .ot-b-addl-desc {
        font-size: 7px !important;
        line-height: 10.5px !important;
        /* background color */
    }

    .custom-html--sitecore #onetrust-consent-sdk #onetrust-banner-sdk,
    .custom-html--sitecore #onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link {
        background-color: white !important;
    }
}