/*Home Hero Redesign Immersive with Image style*/

.newHero_parent_immersive, .newHero_parent_immersive_video, .newHero_parent_regular {
    max-width: 1920px;
    margin: auto;
}

.newHero_parent_immersive .newHero-section {
    position: relative;
    height: 50vw;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.newHero_parent_immersive .newHero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

.newHero_parent_immersive .newHeroText-content .newHero-contentTypeMbl, 
.newHero_parent_immersive_video .newHeroText-content_video .newHero-contentTypeMbl, 
.newHero_parent_regular .newHeroText-content_regular .newHero-contentTypeMbl {
    display: none;
    text-transform: uppercase;
    overflow-wrap: break-word;
    color: #ffffff;
    font-family: Effra-Bold;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.newHero_parent_immersive .newHeroText-content .newHero-contentType, 
.newHero_parent_immersive_video .newHeroText-content_video .newHero-contentType,
.newHero_parent_regular .newHeroText-content_regular .newHero-contentType {
    display: block;
    font-size: 0.878rem;
    font-family: Effra-Bold;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    overflow-wrap: break-word;
    color: #ffffff;
}

.newHero_parent_immersive .newHero-content, .newHero_parent_immersive_video .newHero-content_video {
    position: absolute;
    z-index: 2;
    width: 90%;
    margin: 0 0 5.063rem 4.5rem;
    padding: 0;
    bottom: 0;
    border: 1px solid transparent;
}

.newHero_parent_immersive .newHeroText-content, .newHero_parent_immersive_video .newHeroText-content_video {
    max-width: 31.25rem;
    color: #ffffff;
    position: relative;
}

.newHero_parent_immersive .newHeroText-content h1, .newHero_parent_immersive_video .newHeroText-content_video h1 {
    font-family: Effra-Bold;
    font-weight: normal;
    font-style: normal;
    font-size: 2.25rem;
    line-height: 120%;
    letter-spacing: 0;
    margin-bottom: 1.563rem;
    color: #ffffff;
    overflow-wrap: break-word;
}

.newHero_parent_immersive .newHeroText-content p, .newHero_parent_immersive_video .newHeroText-content_video p {
    font-family: Effra-Regular;
    font-weight: normal;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.313rem;
    letter-spacing: 0;
    margin-bottom: 1.75rem;
    color: #ffffff;
    width: 70%;
    overflow-wrap: break-word;
}

.newHero_parent_immersive .newHeroCta-button, .newHero_parent_immersive_video .newHeroCta-button_video, 
.newHero_parent_regular .newHeroCta-button_regular {
    font-family: Effra-Regular;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0;
    font-style: normal;
    font-weight: normal;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 24px;
    padding: 0.75rem 2rem;
    background-color: #006DE3;
    border: none;
    cursor: pointer;
    text-align: center;
}

.newHero_parent_immersive .newHeroCta-button:hover, .newHero_parent_immersive_video .newHeroCta-button_video:hover, 
.newHero_parent_regular .newHeroCta-button_regular:hover {
    box-shadow: 0 4px 160px 0 rgba(0, 0, 0, 0.10) inset;
}

.newHero_parent_immersive .newHeroCta-button:active, .newHero_parent_immersive_video .newHeroCta-button_video {
    transform: translateY(0);
}

/*Home Hero Redesign Immersive with Video style*/

.newHero_parent_immersive_video .newHero-section_video {
    position: relative;
    height: 50vw;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.newHero_parent_immersive_video .newHero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

/*Home Hero Redesign Regular with Text and  Image style*/
.newHero_parent_regular .newHero-section_regular {
    position: relative;
    height: 50vw;
    /* Min height is in px only */
    min-height: 500px;
    display: flex;
    align-items: center;
}

/* Left side - Text content */
.newHero_parent_regular .newHero-content_regular {
    position: relative;
    z-index: 2;
    width: 50%;
    height: 100%;
    background-color: #1a2142;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

/* Right side - Image */
.newHero_parent_regular .newHero-image_regular {
    width: 50%;
    height: 100%;
}

.newHero_parent_regular .newHero-image_regular img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newHero_parent_regular .newHeroText-content_regular {
    max-width: 100%;
    color: #ffffff;
    text-align: left;
    margin: 0 0 5.063rem 4.475rem;
    position: absolute;
    bottom: 0;
}

.newHero_parent_regular .newHeroText-content_regular h1 {
    font-family: Effra-Bold;
    font-weight: normal;
    font-style: normal;
    font-size: 2.25rem;
    line-height: 120%;
    letter-spacing: 0;
    margin-bottom: 1.5rem;
    color: #ffffff;
    width: 80%;
    overflow-wrap: break-word;
}

.newHero_parent_regular .newHeroText-content_regular p {
    font-family: Effra-Regular;
    font-weight: normal;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.313rem;
    letter-spacing: 0;
    margin-bottom: 1.75rem;
    color: #ffffff;
    width: 65%;
    overflow-wrap: break-word;
}

.newHero_parent_regular .newHeroCta-button_regular:active {
    transform: translateY(0);
}

/* CSS for large screen mobile devices All values is in px only as rem is not working as expected */
@media (max-width: 768px) {
    .newHero_parent_immersive .newHero-section, .newHero_parent_immersive_video .newHero-section_video {
        height: auto;
        align-items: center;
        padding-bottom: 2rem;
        flex-direction: column;
    }

    .newHero_parent_immersive .newHero-image, .newHero_parent_immersive_video .newHero-video {
        object-position: center;
        position: relative;
        height: 298px;
    }

    .newHero_parent_immersive .newHeroText-content .newHero-contentTypeMbl, 
    .newHero_parent_immersive_video .newHeroText-content_video .newHero-contentTypeMbl,
    .newHero_parent_regular .newHeroText-content_regular .newHero-contentTypeMbl {
        display: block;
        font-size: 14px;
        letter-spacing: 1.12px;
    }

    .newHero_parent_immersive .newHeroText-content .newHero-contentTypeMbl, 
    .newHero_parent_immersive_video .newHeroText-content_video .newHero-contentTypeMbl {
        margin-bottom: 11.46px;
    }

    .newHero_parent_regular .newHeroText-content_regular .newHero-contentTypeMbl {
        margin-bottom: 12.01px;
    } 

    .newHero_parent_immersive .newHeroText-content .newHero-contentType, 
    .newHero_parent_immersive_video .newHeroText-content_video .newHero-contentType, 
    .newHero_parent_regular .newHeroText-content_regular .newHero-contentType {
        display: none;
    }

    .newHero_parent_immersive .newHero-content, .newHero_parent_immersive_video .newHero-content_video {
        width: 100%;
        margin: 0 0 56px 0px;
        position: relative;
        background: #1A2142;
    }

    .newHero_parent_immersive .newHeroText-content, .newHero_parent_immersive_video .newHeroText-content_video {
        max-width: 100%;
        padding: 28.5px 27.88px 28px 19px;
    }

    .newHero_parent_immersive .newHeroText-content h1, .newHero_parent_immersive_video .newHeroText-content_video h1 {
        font-size: 36px;
        line-height: 43.2px;
        margin-bottom: 23.87px;
    }

    .newHero_parent_immersive .newHeroText-content p, .newHero_parent_immersive_video .newHeroText-content_video p {
        font-size: 16px;
        line-height: normal;
        margin-bottom: 21.3px;
        width: 80%;
    }

    .newHero_parent_immersive .newHeroCta-button, .newHero_parent_immersive_video .newHeroCta-button_video {
        padding: 4px 16px 5.71px 16px;
        font-size: 16px;
        line-height: 24px;
    }

    .newHero_parent_regular .newHero-section_regular {
        height: auto;
        flex-direction: column;
    }

    /* Text section on bottom for mobile */
    .newHero_parent_regular .newHero-content_regular {
        width: 100%;
        height: auto;
        min-height: auto;
        padding: 30px 21px 56.25px 20px;
        order: 1;
    }

    /* Image section on top for mobile */
    .newHero_parent_regular .newHero-image_regular {
        width: 100%;
        order: 0;
    }

    .newHero_parent_regular .newHeroText-content_regular {
        margin: 0 0 0 0px;
        position: relative;
    }

    .newHero_parent_regular .newHeroText-content_regular h1 {
        font-size: 36px;
        margin-bottom: 24.83px;
        width: 81%;
    }

    .newHero_parent_regular .newHeroText-content_regular p {
        font-size: 16px;
        margin-bottom: 24px;
        width: 85%;
        line-height: 100%;
    }

    .newHero_parent_regular .newHeroCta-button_regular {
        padding: 4px 16px 4.16px 16px;
        font-size: 16px;
        line-height: 24px;
    }

    .newHero_parent_regular .newHero-image_regular img {
        min-height: 256px;
    }

}

/* Tablet styles portrait All values is in px only as rem is not working as expected */
/* Tablet styles portrait expected changes not reflecting on chrome emulator need to verify on BS or Actual devices */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {

    /* Regular style - keep side by side */
    .newHero_parent_regular .newHero-content_regular {
        height: -webkit-fill-available;
        align-items: flex-start;
        width: 100%;
    }

    .newHero_parent_regular .newHero-image_regular {
        width: 100%;
        height: -webkit-fill-available;
        order: 0;
        display: grid;
    }

    .newHero_parent_regular .newHero-image_regular img {
        min-height: auto;
        object-fit: cover;
    }

    .newHero_parent_regular .newHeroText-content_regular h1 {
        font-size: 36px;
        margin-bottom: 13px;
        width: 92%;
    }

    .newHero_parent_regular .newHeroText-content_regular p {
        font-size: 16px;
        line-height: 100%;
		width: 90%;
    }

    .newHero_parent_regular .newHero-section_regular {
        height: 30vh;
        min-height: 585px;
        flex-direction: row;
    }

    .col-sm-10.col-md-10.container .newHero_parent_regular .newHeroText-content_regular h1 {
        font-size: 28px;
    }

    /* Immersive style - Text/Video */
    .newHero_parent_immersive .newHeroText-content h1, .newHero_parent_immersive_video .newHeroText-content_video h1 {
        font-size: 36px;
        line-height: 43.2px;
        margin-bottom: 13px;
        width: 10em;
    }

    .newHero_parent_immersive .newHeroText-content p, .newHero_parent_immersive_video .newHeroText-content_video p {
        font-size: 16px;
        line-height: 100%;
        margin-bottom: 33.5px;
        width: 19.5em;
    }

    .newHero_parent_immersive .newHeroCta-button, .newHero_parent_immersive_video .newHeroCta-button_video, 
    .newHero_parent_regular .newHeroCta-button_regular {
        padding: 4px 16px 4px 16px;
        font-size: 16px;
        line-height: 24px;
    }

    .newHero_parent_immersive .newHeroText-content, .newHero_parent_immersive_video .newHeroText-content_video {
        max-width: 65%;
    }

    /* CSS for Regular parsys */
    .col-sm-10.col-md-10.container .newHero_parent_immersive .newHeroText-content, 
    .col-sm-10.col-md-10.container .newHero_parent_immersive_video .newHeroText-content_video {
        max-width: 75%;
    }

    .newHero_parent_immersive .newHero-image, .newHero_parent_immersive_video .newHero-video {
        position: relative;
        height: auto;
    }

    .newHero_parent_immersive .newHeroText-content, .newHero_parent_immersive_video .newHeroText-content_video {
        max-width: 100%;
        padding: 52px 53px 52.5px 53px;
    }

    .newHero_parent_immersive .newHeroText-content .newHero-contentTypeMbl, 
    .newHero_parent_regular .newHeroText-content_regular .newHero-contentTypeMbl {
        display: none;
    }

    .newHero_parent_immersive .newHeroText-content .newHero-contentType, 
    .newHero_parent_immersive_video .newHeroText-content .newHero-contentType, 
    .newHero_parent_regular .newHeroText-content_regular .newHero-contentType {
        display: block;
        margin-bottom: 16px;
        font-size: 14px;
        line-height: normal;
        letter-spacing: 1.12px;
    }

    .newHero_parent_immersive .newHeroText-content .newHero-contentTypeMbl, 
    .newHero_parent_immersive_video .newHeroText-content_video .newHero-contentTypeMbl, 
    .newHero_parent_regular .newHeroText-content_regular .newHero-contentTypeMbl {
        display: none;
    }

    .newHero_parent_immersive .newHeroText-content .newHero-contentType, 
    .newHero_parent_immersive_video .newHeroText-content_video .newHero-contentType {
        width: 20.93em;
    }
	
	.newHero_parent_regular .newHero-content_regular .newHeroText-content_regular {
        top: 15%;
    }

    .newHero_parent_regular .newHeroText-content_regular {
        max-width: 100%;
        margin: 0 0 47.75px 25px;
    }

}

/* Landscape Tablet CSS All values is in px only as rem is not working as expected */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    /* Regular style - keep side by side */
    .newHero_parent_regular .newHero-section_regular {
        flex-direction: row;
        height: 100vh;
    }

    .newHero_parent_regular .newHero-content_regular {
        width: 50%;
        height: 100%;
        padding: 1rem 2rem;
        order: 1;
    }

    .newHero_parent_regular .newHero-image_regular {
        width: 50%;
        height: -webkit-fill-available;
        order: 2;
        display: grid;
    }

    .newHero_parent_regular .newHeroText-content_regular {
        text-align: left;
    }

    .newHero_parent_regular .newHeroText-content_regular h1 {
        font-size: 24px;
    }

    .newHero_parent_regular .newHeroText-content_regular p {
        font-size: 14px;
    }
}

@media only screen and (min-width: 410px) and (max-width: 935px) and (orientation: landscape) {
    .newHero_parent_immersive .newHero-section, .newHero_parent_immersive_video .newHero-section_video {
        height: auto;
        align-items: center;
        padding-bottom: 2rem;
        flex-direction: column;
    }

    .newHero_parent_immersive .newHero-image, .newHero_parent_immersive_video .newHero-video {
        object-position: center;
        position: relative;
    }

    .newHero_parent_immersive .newHeroText-content .newHero-contentTypeMbl, 
    .newHero_parent_immersive_video .newHeroText-content_video .newHero-contentTypeMbl {
        margin-bottom: 11.46px;
    }

    .newHero_parent_regular .newHeroText-content_regular .newHero-contentTypeMbl {
        margin-bottom: 12.01px;
    }

    .newHero_parent_immersive .newHero-content, .newHero_parent_immersive_video .newHero-content_video {
        width: 100%;
        margin: 0 0 56px 0px;
        position: relative;
        background: #1A2142;
    }

    .newHero_parent_immersive .newHeroText-content, .newHero_parent_immersive_video .newHeroText-content_video {
        max-width: 100%;
        padding: 28.5px 27.88px 28px 19px;
    }

    .newHero_parent_immersive .newHeroText-content h1, .newHero_parent_immersive_video .newHeroText-content_video h1 {
        font-size: 36px;
        line-height: 43.2px;
        margin-bottom: 23.87px;
    }

    .newHero_parent_immersive .newHeroText-content p, .newHero_parent_immersive_video .newHeroText-content_video p {
        font-size: 16px;
        line-height: normal;
        margin-bottom: 21.3px;
        width: 80%;
    }

    .newHero_parent_immersive .newHeroCta-button, .newHero_parent_immersive_video .newHeroCta-button_video {
        padding: 4px 16px 5.71px 16px;
        font-size: 16px;
        line-height: 24px;
    }
	
	.newHero_parent_regular .newHero-content_regular .newHeroText-content_regular {
        top: 15%;
    }

}

@media only screen and (min-width: 819px) and (max-width: 1023px) and (orientation: portrait) {
    .newHero_parent_immersive .newHero-section, .newHero_parent_immersive_video .newHero-section_video {
        height: auto;
        align-items: center;
        padding-bottom: 2rem;
        flex-direction: column;
    }

    .newHero_parent_immersive .newHero-image, .newHero_parent_immersive_video .newHero-video {
        object-position: center;
        position: relative;
        height: auto;
    }

    .newHero_parent_immersive .newHero-content, .newHero_parent_immersive_video .newHero-content_video {
        width: 100%;
        margin: 0 0 56px 0px;
        position: relative;
        background: #1A2142;
    }

    .newHero_parent_immersive .newHeroText-content, .newHero_parent_immersive_video .newHeroText-content_video {
        max-width: 100%;
        padding: 52px 53px 52.5px 53px;
    }

    .newHero_parent_immersive .newHeroText-content .newHero-contentType, 
    .newHero_parent_immersive_video .newHeroText-content_video .newHero-contentType {
        display: block;
        font-size: 14px;
        letter-spacing: 1.12px;
        margin-bottom: 16px;
    }

    .newHero_parent_immersive .newHeroText-content h1, .newHero_parent_immersive_video .newHeroText-content_video h1 {
        font-size: 36px;
        line-height: 120%;
        margin-bottom: 13px;
    }

    .newHero_parent_immersive .newHeroText-content p, .newHero_parent_immersive_video .newHeroText-content_video p {
        font-size: 16px;
        line-height: 100%;
        margin-bottom: 33.5px;
    }

    .newHero_parent_immersive .newHeroText-content .newHero-contentTypeMbl, 
    .newHero_parent_immersive_video .newHeroText-content_video .newHero-contentTypeMbl, 
    .newHero_parent_regular .newHeroText-content_regular .newHero-contentTypeMbl {
        display: none;
    }
}

@media only screen and (min-width: 1024px) {
    .newHero_parent_immersive .newHero-content, .newHero_parent_immersive_video .newHero-content_video {
        display: flex;
        top: 50%;
        left: 46%;
        transform: translate(-50%, -50%);
        align-items: center;
    }

    .newHero_parent_regular .newHeroText-content_regular {
        top: 50%;
        left: 42%;
        transform: translate(-50%, -50%);
        width: 79%;
        bottom: auto;
    }

    .newHero_parent_regular .newHeroText-content_regular h1 {
        width: 100%;
    }

    .newHero_parent_regular .newHeroText-content_regular p {
        width: 80%;
    }
    .newHero_parent_immersive .newHero-section.transparency-overlay::before,
    .newHero_parent_immersive_video .newHero-section_video.transparency-overlay::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(88.53deg, rgba(26, 33, 66, 0.8) 23.53%, rgba(26, 33, 66, 0) 98.87%);
        z-index: 1;
    }
}

@media (min-width: 1500px) {
    .newHero_parent_immersive .newHeroCta-button, .newHero_parent_immersive_video .newHeroCta-button_video, 
    .newHero_parent_regular .newHeroCta-button_regular {
        border-radius: 50px;
    }
}

@media (min-width: 1920px) {
    .newHero_parent_immersive .newHeroText-content h1, .newHero_parent_immersive_video .newHeroText-content_video h1 {
        font-size: 3.15rem;
        line-height: 120%;
        margin-bottom: 2.35rem;
    }

    .newHero_parent_immersive .newHeroText-content p, .newHero_parent_immersive_video .newHeroText-content_video p {
        font-size: 1.35rem;
        line-height: 1.89rem;
        margin-bottom: 2.7rem;
    }

    .newHero_parent_immersive .newHeroCta-button, .newHero_parent_immersive_video .newHeroCta-button_video, 
    .newHero_parent_regular .newHeroCta-button_regular {
        font-size: 1.13rem;
        padding: 1.28rem 3.57rem;
        line-height: 1.45rem;
    }

    .newHero_parent_immersive .newHero-content, .newHero_parent_immersive_video .newHero-content_video {
        margin: 0 0 8.68rem 4rem;
    }

    .newHero_parent_immersive .newHeroText-content, .newHero_parent_immersive_video .newHeroText-content_video {
        max-width: 36%;
    }

    .newHero_parent_regular .newHeroText-content_regular h1 {
        font-size: 3.14rem;
        margin-bottom: 2.3699rem;
    }

    .newHero_parent_regular .newHeroText-content_regular p {
        font-size: 1.35rem;
        margin-bottom: 2.7rem;
        line-height: 1.89rem;
    }

    .newHero_parent_regular .newHeroText-content_regular {
        margin: 0 0 8.58rem 4rem;
    }


    .newHero_parent_immersive_video .newHero-section_video, .newHero_parent_immersive .newHero-section,
    .newHero_parent_regular .newHero-section_regular {
        height: 55.37em;
    }

    .newHero_parent_immersive .newHeroText-content .newHero-contentType, .newHero_parent_immersive_video .newHeroText-content_video .newHero-contentType, 
    .newHero_parent_regular .newHeroText-content_regular .newHero-contentType {
        font-size: 1.35rem;
        line-height: 0.9rem;
        letter-spacing: 1px;
        width: auto;
    }
}

@media (min-width: 3840px) {
    .newHero_parent_immersive .newHeroCta-button, .newHero_parent_immersive_video .newHeroCta-button_video, 
    .newHero_parent_regular .newHeroCta-button_regular {
        font-size: 1rem;
        padding: 1.156rem 3.2rem;
        line-height: 1.3rem;
    }

    .newHero_parent_regular .newHeroText-content_regular p, .newHero_parent_immersive .newHeroText-content p, 
    .newHero_parent_immersive_video .newHeroText-content_video p {
        font-size: 2.25rem;
    }

    .newHero_parent_immersive .newHeroText-content h1, .newHero_parent_immersive_video .newHeroText-content_video h1, 
    .newHero_parent_regular .newHeroText-content_regular h1 {
        font-size: 3.9375rem;
    }

    .newHero_parent_immersive .newHeroText-content h1, .newHero_parent_immersive_video .newHeroText-content_video h1 {
        margin-bottom: 1.6rem;
    }

    .newHero_parent_regular .newHero-section_regular {
        height: 77.37vh;
    }

    .newHero_parent_immersive .newHeroText-content, .newHero_parent_immersive_video .newHeroText-content_video {
        max-width: 60%;
    }

    .newHero_parent_regular .newHeroText-content_regular h1, .newHero_parent_regular .newHeroText-content_regular p {
        width: 90%;
    }

    .newHero_parent_immersive .newHeroText-content p, .newHero_parent_immersive_video .newHeroText-content_video p, 
    .newHero_parent_regular .newHeroText-content_regular p {
        line-height: 1.7rem;
    }

    .newHero_parent_immersive .newHeroText-content .newHero-contentType, .newHero_parent_immersive_video .newHeroText-content_video .newHero-contentType, 
    .newHero_parent_regular .newHeroText-content_regular .newHero-contentType {
        font-size: 1.2rem;
        line-height: 0.8rem;
        letter-spacing: 1px;
    }

    .newHero_parent_immersive .newHeroText-content .newHero-contentType, .newHero_parent_immersive_video .newHeroText-content_video .newHero-contentType {
        width: 55%;
    }
    
}
