.herobanner-home .hero-image--layout-b .dxp-hero-details p.subheading{
    font-size: 15px !important;
    font-family: 'titillium-web' !important;
    font-weight: bold !important;
}

.dxp-hero-image p {
margin-bottom:1rem !important;
  font-family: 'titillium-web';
}




.dxp-hero-image h1{
	
    font-size: 70px !important;
	font-weight:bold !important;
 
}

.dxp-hero-image h2{

   font-size: 54px !important; 
   font-weight:800 !important;
}


@media screen and (max-width: 39.9375em) {

  .dxp-hero-image h1{
  font-size: 58px !important;
 }

 .dxp-hero-image h2{
  font-size: 36px !important; 
 }
}



/* Hero Banner Background Image Positioning */
.hero-background-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

/* Hero Banner Overlay for readability */
.hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(24, 36, 48, 0.45);
    z-index: 1;
}

/* Hero Content Container - Responsive Layout */
.hero-content-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    
    /* Mobile first - xs breakpoint */
    padding: 24px 16px; /* py: 3, px: 2 (3 * 8px = 24px, 2 * 8px = 16px) */
    flex-direction: column;
    align-items: flex-start;
    gap: 24px; /* xs: 3 (3 * 8px = 24px) */
}

/* Small screens (sm: 600px and up) */
@media (min-width: 600px) {
    .hero-content-container {
        padding: 40px 32px; /* py: 5, px: 4 (5 * 8px = 40px, 4 * 8px = 32px) */
    }
}

/* Medium screens (md: 900px and up) */
@media (min-width: 900px) {
    .hero-content-container {
        padding: 64px 48px; /* py: 8, px: 6 (8 * 8px = 64px, 6 * 8px = 48px) */
        flex-direction: row;
        align-items: center;
        gap: 32px; /* md: 4 (4 * 8px = 32px) */
    }
}

/* Large screens (lg: 1200px and up) */
@media (min-width: 1200px) {
    .hero-content-container {
        /*padding: 64px 80px;  py: 8, px: 10 (8 * 8px = 64px, 10 * 8px = 80px) */
		padding: 64px 0px;
    }
}

/* Hero Text Content Area - Responsive Flex Layout */
.hero-text-content {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%; /* xs: 100% */
}

/* Medium screens (md: 900px and up) */
@media (min-width: 900px) {
    .hero-text-content {
        max-width: 65%; /* md: 65% */
    }
}

/* Hero Category Name Typography - Responsive */
.hero-category-name {
    color: #fff;
    margin-bottom: 8px; /* mb: 1 (1 * 8px = 8px) */
    display: block;
    opacity: 0.9;
    font-family: 'titillium-web' !important;
    font-size: 15px !important;
    font-weight: bold  !important; /* md: 14 */
    letter-spacing: 2px; /* md: 2 */
}

/* Hero Decorative Line */
.hero-text-content .full-width-line {
    height: 2px;
    background-color: #fff;
    width: 30%;
    margin-bottom: 24px; /* mb: 3 (3 * 8px = 24px) */
    position: relative;
    opacity: 0.8;
}

/* Hero Main Header Typography - Responsive */
.hero-main-header {
    font-weight: 700;
    margin-bottom: 16px; /* mb: 2 (2 * 8px = 16px) */
    color: #fff;
    word-break: break-word;
    hyphens: auto;
    text-align: left;
    
    /* Mobile first - xs breakpoint */
    font-size: 28px; /* xs: 28 */
    line-height: 1.2; /* xs: 1.2 */
	margin-top: 2rem !important;
    margin-bottom: 1rem !important;
}

/* Small screens (sm: 600px and up) */
@media (min-width: 600px) {
    .hero-main-header {
        font-size: 40px; /* sm: 40 */
    }
}

/* Medium screens (md: 900px and up) */
@media (min-width: 900px) {
    .hero-main-header {
        font-size: 50px; /* md: 50 */
        line-height: 1.1; /* md: 1.1 */
    }
}

/* Large screens (lg: 1200px and up) */
@media (min-width: 1200px) {
    .hero-main-header {
        font-size: 62px; /* lg: 62 */
    }
}

/* Extra large screens (xl: 1536px and up) */
@media (min-width: 1536px) {
    .hero-main-header {
        font-size: 72px; /* xl: 72 */
    }
}

/* Hero Description Text - Responsive */
.hero-description-text {
    margin-bottom: 0; /* mb: 0 */
    color: #fff;
    line-height: 1.5;
    opacity: 0.95;
    
    /* Mobile first - xs breakpoint */
    font-size: 14px; /* xs: 14 */
    max-width: 100%; /* xs: 100% */
}

/* Small screens (sm: 600px and up) */
@media (min-width: 600px) {
    .hero-description-text {
        font-size: 16px; /* sm: 16 */
    }
}

/* Medium screens (md: 900px and up) */
@media (min-width: 900px) {
    .hero-description-text {
        font-size: 18px; /* md: 18 */
        max-width: 90%; /* md: 90% */
    }
}

/* Hero Search Box Container - Responsive */
.hero-search-container {
    flex-shrink: 0;
    
    /* Mobile first - xs breakpoint */
    width: 100%; /* xs: 100% */
}

/* Medium screens (md: 900px and up) */
@media (min-width: 900px) {
    .hero-search-container {
        width: 300px; /* md: 300px */
    }
}

/* Hero Search Form Styling */
.hero-search-form {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 50px;
    padding: 4px 16px; /* py: 0.5, px: 2 (0.5 * 8px = 4px, 2 * 8px = 16px) */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    width: 100%;
    transition: box-shadow 0.3s ease;
}

.hero-search-form:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

@media (min-width: 769px) {
.hero-search-form{
	margin-top:5rem;
}
}
/* Hero Search Input Field - Responsive */
.hero-search-input {
    flex: 1;
    
    color: #333;
    padding-left: 8px; /* pl: 1 (1 * 8px = 8px) */
    font-family: 'titillium-web' !important;
    font-weight: bold !important;
    /* Mobile first - xs breakpoint */
    font-size: 20px; /* xs: 14 */
}

/* Medium screens (md: 900px and up) */
@media (min-width: 900px) {
    .hero-search-input {
        font-size: 16px; /* md: 16 */
    }
}

/* Placeholder styling */
.hero-search-input::placeholder {
    color: #666;
    opacity: 0.7;
}

/* Hero Search Button */
.hero-search-button {
    padding: 8px;
    color: #003366;
    background-color: transparent;
    transition: all 0.2s ease;
}

.hero-search-button:hover {
    background-color: rgba(0, 51, 102, 0.1);
    transform: scale(1.05);
}

/* Classic Hero Button UI Container */
.classic-hero-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
}

/* Horizontal layout modifier */
.classic-hero-container.hero-image--layout-h {
    flex-direction: row;
}

/* Classic Hero Details Container */
.classic-hero-details {
    z-index: 1;
    text-align: center;
}

/* Classic Hero H1 Header */
.classic-hero-h1 {
    font-size: 36px;
    margin-bottom: 16px; /* mb: 2 (2 * 8px = 16px) */
}

/* Classic Hero H2 Header */
.classic-hero-h2 {
    font-size: 28px;
    margin-bottom: 16px; /* mb: 2 (2 * 8px = 16px) */
}

/* Classic Hero Text */
.classic-hero-text {
    margin-bottom: 24px; /* mb: 3 (3 * 8px = 24px) */
}

/* Hero Banner Root Container */
.hero-banner-root {
    width: 100%;
}

.dxp-hero-image .dxp-hero-details h2, .dxp-hero-image .dxp-hero-details h1 {
    font-size: 2.5rem;
    margin-top: 0;
    font-weight: bold;
    text-transform: inherit;
}

@media screen and (max-width: 48rem) {
    .dxp-hero-image .dxp-hero-details h1, .dxp-hero-image .dxp-hero-details h2 {
        font-size: 2rem;
        font-weight: bold;
        padding: .5rem;
        margin-bottom: 0;
    }

    .dxp-hero-details .atlas-hero-buttons a {
        font-size: 1rem;
        font-weight: bold;
        padding: .5rem;
        margin-bottom: 0;
    }
}




.hero-image--layout-a .dxp-hero-details, .m-slide--layout-a .m-slide__details {
    background: rgba(48,48,48,.2);
    transform: translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
    width: 100%;
    max-width: 100%;
    right: inherit;
}

.dxp-hero-image {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .dxp-hero-image h2 {
        text-transform: inherit;
    }

.dxp-hero-details {
    position: absolute;
    bottom: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}

    .dxp-hero-details h2, .dxp-hero-details h1, .dxp-hero-details p {
        color: #fff;
    }

    .dxp-hero-details p {
        font-size: 1rem;
        font-weight: 300;
    }

.dxp-hero-image .dxp-hero-details h2, .dxp-hero-image .dxp-hero-details h1, .dxp-hero-image .dxp-hero-details p {
    text-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
}

.dxp-hero-details .atlas-hero-buttons a {
    min-width: 10rem;
    margin: 3px 0;
}

    .dxp-hero-details .atlas-hero-buttons a.btn-white {
        background-color: rgba(255,255,255,.8);
        color: #000 !important;
    }

.atlas-hero-fix-bg {
    background-attachment: fixed;
    background-position: top;
}



@media screen and (max-width: 39.9375em) {
    .hero-image--layout-h {
        padding-top: 50%;
    }

    

    .dxp-hero-image.atlas-hero-fix-bg {
        height: 20rem;
        background-size: auto 20rem;
    }

    .dxp-hero-image.atlas-hero-fix-bg {
        height: 20rem;
    }

        .dxp-hero-image.atlas-hero-fix-bg .dxp-hero-details {
            margin: 0;
        }

    .dxp-hero-details {
        max-width: 90%;
        margin: auto;
    }

        .dxp-hero-details h2 {
            margin-bottom: .5rem !important;
        }
    }


    @media screen and (min-width: 40em) {
    /* .dxp-hero-image.img-3_1 {
        padding-top: 33%;
    } */

    .dxp-hero-details {
        width: 98%;
        max-width: 70%;
        margin: auto;
    }

    .dxp-hero-image.atlas-hero-fix-bg {
        height: 40vh;
        background-size: 100% auto;
    }

    .dxp-hero-details h2 {
        line-height: 4rem;
    }
}




@media screen and (min-width: 64em) {
    .dxp-hero-details h2 {
        font-size: 3rem;
    }

   

    .dxp-hero-details {
        max-width: 60%;
        margin: auto;
    }
}



.dxp-hero-details {
    padding: 8rem 2rem 8rem 2rem;
}

.dxp-hero-image .dxp-hero-details h2, .adxp-hero-image .dxp-hero-details h1 {
    border-bottom: 0;
    padding-bottom: 0;
}

@media screen and (max-width: 48rem) {
    .dxp-hero-details {
        margin-top: 0;
        padding: 1rem;
    }

    .dxp-hero-image .dxp-hero-details, .dxp-hero-image .dxp-hero-details .hero-image-inner {
        padding: .75rem !important;
    }
}

.dxp-hero-details {
    left: inherit;
    right: 50%;
    transform: translate(50%,-50%);
    -webkit-transform: translate(50%,-50%);
}

@media only screen and (max-width: 64em) {
    img {
        width: inherit;
    }
}


@media screen and (max-width: 64em) {
    img {
        width: auto;
    }
}

@media only screen and (max-width: 48em) {
    .dxp-hero-image .dxp-hero-details h1 {
        font-size: 2rem;
        line-height: 2.5rem;
    }
}

@media screen and (max-width: 64rem) {
    .dxp-hero-details {
        padding: 6rem 2rem 6rem 2rem;
    }
}


@media screen and (max-width: 48rem) {
     .dxp-hero-image .dxp-hero-details h1 {
        padding: 1rem 2rem 1rem 1rem;
    }

    .dxp-hero-details {
        padding: 8rem 2rem 8rem 2rem;
    }
}


@media screen and (max-width: 64rem) and (min-width:40rem) {
      .hero-image--layout-b .dxp-hero-details, .m-slide--layout-b .m-slide__details {
        max-width: 90%;
        width: 100%;
    }

        .hero-image--layout-b .dxp-hero-details h2, .m-slide--layout-b .m-slide__details h2 .hero-image--layout-b .dxp-hero-details h1, .m-slide--layout-b .m-slide__details h1 {
            font-size: 2rem;
        }
}

@media screen and (max-width: 39.937rem) {
     .hero-image--layout-b .dxp-hero-details, .m-slide--layout-b .m-slide__details {
        height: auto;
        padding: 1.5rem;
    }
}

.hero-image--layout-b .dxp-hero-details h2, .hero-image--layout-b .dxp-hero-details h1 {
    font-size: 2.5rem;
    margin-top: 0;
    text-transform: inherit;
}

.hero-image--layout-b .dxp-hero-details p {
    font-size: 1rem;
    font-weight: 300;
}

.hero-image--layout-c .dxp-hero-details h2, .hero-image--layout-c .dxp-hero-details h1 {
    font-size: 2.5rem;
    margin-top: 0;
    text-transform: inherit;
}

.dxp-hero-details p{
	font-size:20px;
	margin-bottom:3rem !important;
}

.dxp-hero-details h2{
	margin-bottom:2rem;
}

.hero-image-inner {
    z-index: 99;
}



.dxp-hero-details p, .dxp-hero-details h2, .dxp-hero-details h1 {
    line-height: 1.3;
}

.dxp-hero-details.black-overlay {
    background-color: rgba(43,43,43,.75);
}

.dxp-hero-details.white-overlay {
    background-color: rgba(230,230,230,.75);
}

.dxp-hero-details.hero-background-none {
    background: none;
}

.dxp-hero-details.white-overlay h2, .dxp-hero-details.white-overlay h1, .dxp-hero-details.white-overlay p, .white-overlay.m-slide__details h2, .white-overlay.m-slide__details h1, .white-overlay.m-slide__details p {
    color: #000;
    text-shadow: none;
}

.dxp-hero-details.primary-overlay {
    background-color: rgba(113,145,29,.9);
}

.dxp-hero-details.secondary-overlay{
    background-color: rgba(40,108,173,.9);
}

.dxp-hero-details.light-gray-overlay {
    background-color: rgba(247,247,247,.75);
}

    .dxp-hero-details.light-gray-overlay h2, .dxp-hero-details.light-gray-overlay h1, .dxp-hero-details.light-gray-overlay p, .light-gray-overlay.m-slide__details h2, .light-gray-overlay.m-slide__details h1, .light-gray-overlay.m-slide__details p {
        color: #000;
        text-shadow: none;
    }

.dxp-hero-details.medium-gray-overlay {
    background-color: rgba(160,160,160,.75);
}

    .dxp-hero-details.medium-gray-overlay h2, .dxp-hero-details.medium-gray-overlay h1, .dxp-hero-details.medium-gray-overlay p, .medium-gray-overlay.m-slide__details h2, .medium-gray-overlay.m-slide__details h1, .medium-gray-overlay.m-slide__details p {
        color: #000;
        text-shadow: none;
    }

.dxp-hero-details.dark-gray-overlay {
    background-color: rgba(74,74,74,.75);
}

.dxp-hero-details.primary-bg-multiply-effect {
    background: none;
}

    .dxp-hero-details.primary-bg-multiply-effect::before, .primary-bg-multiply-effect.m-slide__details::before {
        content: '';
        position: absolute;
        mix-blend-mode: multiply;
        background-color: rgba(113,145,29,.9);
        width: 100%;
        max-width: 100%;
        height: 100%;
        z-index: 1;
        opacity: .7;
    }

    .dxp-hero-details.primary-bg-multiply-effect h2, .dxp-hero-details.primary-bg-multiply-effect h1, .dxp-hero-details.primary-bg-multiply-effect p, .dxp-hero-details.primary-bg-multiply-effect button, .primary-bg-multiply-effect.m-slide__details h2, .primary-bg-multiply-effect.m-slide__details h1, .primary-bg-multiply-effect.m-slide__details p, .primary-bg-multiply-effect.m-slide__details button {
        z-index: 99;
    }

.dxp-hero-details.secondary-bg-multiply-effect, .secondary-bg-multiply-effect.m-slide__details {
    background: none;
}

    .dxp-hero-details.secondary-bg-multiply-effect::before, .secondary-bg-multiply-effect.m-slide__details::before {
        content: '';
        position: absolute;
        mix-blend-mode: multiply;
        background-color: rgba(40,108,173,.9);
        width: 100%;
        height: 100%;
        max-width: 100%;
        z-index: 1;
        opacity: .7;
    }

    .dxp-hero-details.secondary-bg-multiply-effect h2, .dxp-hero-details.secondary-bg-multiply-effect h1, .dxp-hero-details.secondary-bg-multiply-effect p, .dxp-hero-details.secondary-bg-multiply-effect button, .secondary-bg-multiply-effect.m-slide__details h2, .secondary-bg-multiply-effect.m-slide__details h1, .secondary-bg-multiply-effect.m-slide__details p, .secondary-bg-multiply-effect.m-slide__details button {
        z-index: 99;
    }

@media screen and (max-width: 39.9375em) {
    .dxp-hero-image.img_S_3_1 .dxp-hero-details, .dxp-hero-image.img_S_3_1 .m-slide__details {
        padding: .5rem;
    }

        .dxp-hero-image.img_S_3_1 .dxp-hero-details h2, .dxp-hero-image.img_S_3_1 .m-slide__details h2 .dxp-hero-image.img_S_3_1 .dxp-hero-details h1, .dxp-hero-image.img_S_3_1 .m-slide__details h1 {
            font-size: 1.5rem;
            line-height: 1.3;
        }

    .dxp-hero-details .atlas-hero-buttons a {
        min-width: 7rem;
    }

    .hero-image--layout-b.img_S_3_1 .dxp-hero-details, .hero-image--layout-d.img_S_3_1 .dxp-hero-details {
        padding: 2rem 1rem;
    }
}

@media screen and (max-width: 64em) {
    .img_L_6_1 .dxp-hero-details {
        padding: 5.2rem 2rem;
    }
}

.hero-image--layout-a .dxp-hero-details, .m-slide--layout-a .m-slide__details {
    max-width: 60%;
    margin: auto;
    transform: translate(50%,-50%);
    right: 50%;
    bottom: auto;
    padding: 3rem;
}

@media screen and (min-width: 64em) {
    .img_L_6_1.hero-image--layout-a .dxp-hero-details, .img_L_6_1.hero-image--layout-b .dxp-hero-details, .img_L_6_1.hero-image--layout-d .dxp-hero-details {
        padding: 2rem;
        height: 100%;
    }
}

@media screen and (max-width: 64rem) {
    .hero-image--layout-a .dxp-hero-details, .m-slide--layout-a .m-slide__details {
        max-width: 90%;
        margin: 0 auto;
        transform: translate(0%,-50%);
        left: 0;
        right: 0;
    }
}

.hero-image--layout-b .dxp-hero-details, .m-slide--layout-b .m-slide__details {
    max-width: 50%;
    text-align: left;
    left: 0;
    padding: 3rem;
    transform: translate(0%,0%);
    align-items: flex-start;
    bottom: 0;
    top: auto !important;
}

    .hero-image--layout-b .dxp-hero-details.primary-bg-multiply-effect::before, .m-slide--layout-b .primary-bg-multiply-effect.m-slide__details::before {
        content: "";
        left: 0;
    }

    .hero-image--layout-b .dxp-hero-details.secondary-bg-multiply-effect::before, .m-slide--layout-b .secondary-bg-multiply-effect.m-slide__details::before {
        content: "";
        left: 0;
    }

@media screen and (max-width: 64rem) and (min-width:40rem) {
    .hero-image--layout-b .dxp-hero-details, .m-slide--layout-b .m-slide__details {
        max-width: 90%;
        width: 100%;
    }

        .hero-image--layout-b .dxp-hero-details h2, .m-slide--layout-b .m-slide__details h2 .hero-image--layout-b .dxp-hero-details h1, .m-slide--layout-b .m-slide__details h1 {
            font-size: 2rem;
        }
}

@media screen and (max-width: 39.937rem) {
    .hero-image--layout-b .dxp-hero-details, .m-slide--layout-b .m-slide__details {
        height: auto;
        padding: 1.5rem;
    }
}

.hero-image--layout-c .dxp-hero-details, .m-slide--layout-c .m-slide__details {
    width: 100%;
    max-width: 100%;
    right: 0;
    top: 0;
    transform: translate(0%,0%);
    height: 100%;
    padding: 1rem;
}

.hero-image--layout-d .dxp-hero-details, .m-slide--layout-d .m-slide__details {
    max-width: 50%;
    text-align: left;
    left: auto;
    right: 0;
    bottom: 0;
    top: auto !important;
    padding: 3rem;
    transform: translate(0%,0%);
    align-items: flex-start;
}

    .hero-image--layout-d .dxp-hero-details.primary-bg-multiply-effect::before, .m-slide--layout-d .primary-bg-multiply-effect.m-slide__details::before {
        content: "";
        left: 0;
    }

    .hero-image--layout-d .dxp-hero-details.secondary-bg-multiply-effect::before, .m-slide--layout-d .secondary-bg-multiply-effect.m-slide__details::before {
        content: "";
        left: 0;
    }

@media screen and (max-width: 64rem) {
    .hero-image--layout-d .dxp-hero-details, .m-slide--layout-d .m-slide__details {
        max-width: 90%;
        width: 100%;
    }

        .hero-image--layout-d .dxp-hero-details h2, .hero-image--layout-d .dxp-hero-details h1, .m-slide--layout-d .m-slide__details h2, .m-slide--layout-d .m-slide__details h1 {
            font-size: 2rem;
        }
}

@media screen and (max-width: 48rem) {
    .hero-image--layout-d .dxp-hero-details, .m-slide--layout-d .m-slide__details {
        height: auto;
        padding: 1.5rem;
    }
}

.hero-image--layout-e .dxp-hero-details, .m-slide--layout-e .m-slide__details {
    width: 100%;
    max-width: 100%;
    transform: translate(50%,0%);
    bottom: auto;
    top: 0;
    padding: 2rem;
}

@media screen and (min-width: 64rem) {
    .img_L_6_1.hero-image--layout-e .dxp-hero-details, .img_L_6_1.hero-image--layout-f .dxp-hero-details {
        padding: 1.2rem;
    }
}

@media screen and (max-width: 48rem) {
    .hero-image--layout-e .dxp-hero-details, .m-slide--layout-e .m-slide__details {
        height: 75%;
    }
}

@media screen and (min-width: 48rem) and (max-width:64rem) {
    .img_L_4_1 .hero-image--layout-e .hero-image-inner {
        padding-top: 1.5rem;
    }

    .hero-image--layout-e .dxp-hero-details, .hero-image--layout-a .dxp-hero-details, hero-image--layout-f .dxp-hero-details {
        height: auto;
    }
}

.hero-image--layout-f .dxp-hero-details, .m-slide--layout-f .m-slide__details {
    width: 100%;
    max-width: 100%;
    transform: translate(50%,0%);
    bottom: 0;
    top: auto !important;
    padding: 2rem;
}

@media screen and (max-width: 64rem) {
    .hero-image--layout-f .dxp-hero-details h2, .m-slide--layout-f .m-slide__details h2, .hero-image--layout-f .dxp-hero-details h1, .m-slide--layout-f .m-slide__details h1 {
        font-size: 2rem;
    }
}

@media screen and (max-width: 48rem) {
    .hero-image--layout-f .dxp-hero-details, .m-slide--layout-f .m-slide__details {
        max-height: 70%;
    }
}

.hero-image--layout-g .dxp-hero-details, .m-slide--layout-g .m-slide__details {
    width: 100%;
    max-width: 100%;
    right: 0;
    top: 0;
    transform: translate(0%,0%);
    height: 100%;
}

.hero-image--layout-g .hero-image-inner, .m-slide--layout-g .m-slide__details {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 1rem 1rem 2rem;
}


@media screen and (max-width: 64rem) {
    .hero-image--layout-g .hero-image-inner {
        padding: .5rem 1rem 1rem;
    }
}

.hero-image--layout-h .dxp-hero-details {
    display: none;
}

.hero-image--layout-i .dxp-hero-details {
    width: 100%;
    max-width: 100%;
    padding: 2rem;
}

@media screen and (max-width: 640px) {
  .hero-image--layout-c .dxp-hero-details h2 {
    font-size: 50px !important;
    padding-bottom: 1.5rem;
}
.classic-hero-h2 br{
    display: none;
}
}


@media screen and (min-width: 48rem) {
    .hero-image--layout-i .dxp-hero-details h2, .hero-image--layout-i .dxp-hero-details h1 {
        font-size: 4rem;
        margin-top: 0;
        text-transform: inherit;
    }
}

@media screen and (max-width: 48rem) {
    .hero-image--layout-i .dxp-hero-details h2, .hero-image--layout-i .dxp-hero-details h1 {
        font-size: 2rem;
    }
}

.hero-image--layout-j .dxp-hero-details, .m-slide--layout-j .m-slide__details {
    align-items: flex-start;
    text-align: left;
    left: 0;
    right: auto;
    transform: translate(10%,-50%);
    padding: 3rem;
    bottom: auto;
}


@media screen and (max-width: 48rem) {
    .hero-image--layout-j .dxp-hero-details, .m-slide--layout-j .m-slide__details {
        max-width: 70%;
        height: auto;
    }
}

.hero-image--layout-k .dxp-hero-details, .m-slide--layout-k .m-slide__details {
    align-items: flex-start;
    text-align: left;
    left: auto;
    right: 0;
    transform: translate(-10%,-50%);
    padding: 3rem;
    bottom: auto;
}

@media screen and (max-width: 48rem) {
    .hero-image--layout-k .dxp-hero-details, .m-slide--layout-k .m-slide__details {
        max-width: 80%;
        height: auto;
    }

    .hero-image--layout-j .dxp-hero-details, .m-slide--layout-j .m-slide__details, .hero-image--layout-k .dxp-hero-details, .m-slide--layout-k .m-slide__details {
        padding: .8rem 1rem;
    }
}

@media screen and (min-width: 48rem) {
    .hero-image--layout-j.img_L_6_1 .dxp-hero-details, .m-slide--layout-j.img_L_6_1 .m-slide__details, .hero-image--layout-k.img_L_6_1 .dxp-hero-details, .m-slide--layout-k.img_L_6_1 .m-slide__details {
        padding: 2rem 3rem;
    }
}



/* @media screen and (max-width: 1100px) and (min-width: 1024px) {
    .dxp-hero-image {
        position: static;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: flex-start
    }
} */

.dxp-hero-image picture,
.dxp-hero-image picture img {
    width: 100%;
    object-fit: cover;
     object-position: center;
    display: block;
}

.hero-image-picturetag picture {
    display: flex;
}



.dxp-hero-image .full-width-line {
       display:none;
}



.modern-search-hero {
    position: relative;
    width: 100%;
    min-height: 534px;
    height: 534px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: transparent;
}

/* Medium screens (md: 960px+) */
@media (min-width: 960px) {
    .modern-search-hero {
        min-height: 560px;
        height: 560px;
    }
}

/* Large screens (lg: 1280px+) */
@media (min-width: 1280px) {
    .modern-search-hero {
        min-height: 600px;
        height: 600px;
    }
}


/* Error state with gradient background */
.modern-search-hero.image-error {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}


.img_S_1_1,.img_S_2_1,.img_S_3_1,.img_S_16_9{
    padding-top: 0 !important;
}

.img_S_1_1 .hero-image-picturetag picture {
    max-height: 640px;
	height: 640px;
}

.img_S_1_1 .hero-overlay{
	padding-top:640px;
}

.img_S_2_1 .hero-image-picturetag {
     max-height: 320px;
	 height: 320px;
}

.img_S_2_1 .hero-overlay{
	padding-top:320px;
}

.img_S_3_1 .hero-image-picturetag picture {
     max-height: 214px;
}

.img_S_3_1 .hero-overlay{
	padding-top:214px;
}

.img_S_16_9 .hero-image-picturetag picture {
     max-height: 360px;
	 height: 360px;
}


.img_S_16_9 .hero-overlay{
	padding-top:360px;
}

@media screen and (min-width: 40em) {
    .img_M_1_1,.img_M_2_1,.img_M_3_1,.img_M_16_9{
        padding-top: 0 !important;
    }

    .img_M_1_1 .hero-image-picturetag picture {
         max-height: 1024px;
		 height: 1024px;
    }
	
	.img_M_1_1 .hero-overlay{
		padding-top:1024px;
	}

    .img_M_2_1 .hero-image-picturetag picture {
         max-height: 512px;
		 height: 512px;
    }
	
	.img_M_2_1 .hero-overlay{
		padding-top:512px;
	}

    .img_M_3_1 .hero-image-picturetag picture {
         max-height: 342px;
		 height: 342px;
    }
	
	.img_M_3_1 .hero-overlay{
		padding-top:342px;
	}

    .img_M_16_9 .hero-image-picturetag picture {
         max-height: 576px;
		 height: 576px;
    }
	
	.img_M_16_9 .hero-overlay{
		padding-top:576px;
	}
}

@media screen and (min-width: 64em) {
    .img_L_1_1,.img_L_2_1,.img_L_3_1,.img_L_4_1,.img_L_5_1,.img_L_6_1,.img_L_16_9 {
        padding-top: 0 !important;
    }

    .img_L_1_1 .hero-image-picturetag picture {
        max-height: 1920px;
		height: 1920px;
    }
	
	.img_L_1_1 .hero-overlay{
		padding-top:1920px;
	}

    .img_L_2_1 .hero-image-picturetag picture {
        max-height: 960px;
    }
	
	.img_L_2_1 .hero-overlay{
		padding-top:960px;
	}

    .img_L_3_1 .hero-image-picturetag picture {
        max-height: 640px;
		height: 640px;
    }
	
	.img_L_3_1 .hero-overlay{
		padding-top:640px;
	}

    .img_L_4_1 .hero-image-picturetag picture {
       max-height: 480px;
	   height: 480px;
    }
	
	.img_L_4_1 .hero-overlay{
		padding-top:480px;
	}

    .img_L_5_1 .hero-image-picturetag picture {
        max-height: 384px;
		height: 384px;
    }
	
	.img_L_5_1 .hero-overlay{
		padding-top:384px;
	}

    .img_L_6_1 .hero-image-picturetag picture {
       max-height: 320px;
	   height: 320px;
    }
	
	.img_L_6_1 .hero-overlay{
		padding-top:320px;
	}

    .img_L_16_9 .hero-image-picturetag picture {
        max-height: 1080px;
		height: 1080px;
    }
	
	.img_L_16_9 .hero-overlay{
		padding-top:1080px;
	}
}


/* Hero Search Button - Updated to blue */
.hero-search-button {
    color: #012D63 !important;
}

.hero-search-button svg {
    color: #012D63 !important;
}

/* Blue Search Input Placeholder Styling */
.hero-search-input-blue input::placeholder {
    color: #012D63 !important;
    opacity: 1 !important;
}

.hero-search-input-blue input::-webkit-input-placeholder {
    color: #012D63 !important;
}

.hero-search-input-blue input::-moz-placeholder {
    color: #012D63 !important;
    opacity: 1 !important;
}

.hero-search-input-blue input:-ms-input-placeholder {
    color: #012D63 !important;
}