.homepage_banner h1 {
    font-weight: 600; /* Semi bold */
}

.homepage_banner .main_content {
    margin-top: 100px;
    margin-bottom: 100px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.homepage_banner .animated_sections {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.homepage_banner .animated_sections .section_inner {
    position: relative;
    background-color: #f5f5f5;
    height: 100%;
    width: 110px;
    height: 590px;
    margin-right: 10px;
    border-radius: var(--global-border-radius);
    transition: ease all 0.7s !important;
    cursor: pointer;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.homepage_banner .animated_sections .section_inner.cursor_default,
.homepage_banner .animated_sections .section_inner.active.cursor_default {
    cursor: default !important;
}

.homepage_banner .animated_sections .section_inner:last-of-type {
    margin-right: 0 !important;
}

.homepage_banner .animated_sections .section_inner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 150%;
    width: 100%;
    transition: ease all 0.5s;
}

.homepage_banner .animated_sections .section_inner.active::after {
    height: 100%;
}


.homepage_banner .animated_sections .section_inner.active {
    width: calc(100% - 360px);
}

.homepage_banner .animated_sections .main_inner {
    position: absolute;
    bottom: 0;
    padding: 60px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    opacity: 0;
    transition: ease all 0.3s;
    visibility: hidden;

    min-width: 588px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;

}

.homepage_banner .animated_sections .main_inner h2,
.homepage_banner .animated_sections .main_inner p {
    color: var(--white);
}

.homepage_banner .animated_sections .main_inner h2 {
    margin-bottom: 20px;
}

.homepage_banner .animated_sections .section_inner .tab_heading h2 {
    rotate: 270deg;
    white-space: nowrap;
    margin: 0;
    color: var(--white);
    line-height: 1;
}

.homepage_banner .animated_sections .section_inner .tab_heading {
    z-index: 1;
    height: 0;
    width: 0;

    position: absolute;
    bottom: 75px;

    left: 50%;
    transform: translateX(-50%);

    transition: ease all 0.3s;
}


.homepage_banner .animated_sections .main_inner .section_buttons {
    margin-top: 15px;
}

.homepage_banner .animated_sections .main_inner .section_buttons a.button {
    margin-bottom: 7px;
}




/**** Gradient Colors ****/

.homepage_banner .animated_sections .section_inner.gold_gradient::after {
    background: rgb(225,180,38);
    background: -moz-linear-gradient(0deg, rgba(225,180,38,1) 0%, rgba(225,180,38,1) 45%, rgba(225,180,38,0) 75%);
    background: -webkit-linear-gradient(0deg, rgba(225,180,38,1) 0%, rgba(225,180,38,1) 45%, rgba(225,180,38,0) 75%);
    background: linear-gradient(0deg, rgba(225,180,38,1) 0%, rgba(225,180,38,1) 45%, rgba(225,180,38,0) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e1b426",endColorstr="#e1b426",GradientType=1);
}

.homepage_banner .animated_sections .section_inner.copper_gradient::after {
    background: rgb(183,104,44);
    background: -moz-linear-gradient(0deg, rgba(183,104,44,1) 0%, rgba(183,104,44,1) 45%, rgba(183,104,44,0) 75%);
    background: -webkit-linear-gradient(0deg, rgba(183,104,44,1) 0%, rgba(183,104,44,1) 45%, rgba(183,104,44,0) 75%);
    background: linear-gradient(0deg, rgba(183,104,44,1) 0%, rgba(183,104,44,1) 45%, rgba(183,104,44,0) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b7682c",endColorstr="#b7682c",GradientType=1);
}

.homepage_banner .animated_sections .section_inner.olive_gradient::after {
    background: rgb(118,137,40);
    background: -moz-linear-gradient(0deg, rgba(118,137,40,1) 0%, rgba(118,137,40,1) 45%, rgba(118,137,40,0) 75%);
    background: -webkit-linear-gradient(0deg, rgba(118,137,40,1) 0%, rgba(118,137,40,1) 45%, rgba(118,137,40,0) 75%);
    background: linear-gradient(0deg, rgba(118,137,40,1) 0%, rgba(118,137,40,1) 45%, rgba(118,137,40,0) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#768928",endColorstr="#768928",GradientType=1);
}

.homepage_banner .animated_sections .section_inner.black_gradient::after {
    background: rgb(41,54,26);
    background: -moz-linear-gradient(0deg, rgba(41,54,26,1) 0%, rgba(41,54,26,1) 45%, rgba(41,54,26,0) 75%);
    background: -webkit-linear-gradient(0deg, rgba(41,54,26,1) 0%, rgba(41,54,26,1) 45%, rgba(41,54,26,0) 75%);
    background: linear-gradient(0deg, rgba(41,54,26,1) 0%, rgba(41,54,26,1) 45%, rgba(41,54,26,0) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#29361a",endColorstr="#29361a",GradientType=1);
}

@media(max-width:767.98px) {
    .homepage_banner .animated_sections .section_inner.gold_gradient::after {
        background: rgb(225,180,38);
        background: -moz-linear-gradient(0deg, rgba(225,180,38,1) 0%, rgba(225,180,38,1) 45%, rgba(225,180,38,0) 95%);
        background: -webkit-linear-gradient(0deg, rgba(225,180,38,1) 0%, rgba(225,180,38,1) 45%, rgba(225,180,38,0) 95%);
        background: linear-gradient(0deg, rgba(225,180,38,1) 0%, rgba(225,180,38,1) 45%, rgba(225,180,38,0) 95%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e1b426",endColorstr="#e1b426",GradientType=1);
    }
}

/*** Entrance Animations ***/

/* Heading Entrance */
.homepage_banner .main_content h1,
.homepage_banner .main_content h4,
.homepage_banner .main_content a.button {
    opacity: 0;
    animation-name: fadeInHomeText;
    animation-duration: 0.9s;
    animation-fill-mode: forwards;
}
.homepage_banner .main_content h1 {
    animation-delay: 0.6s;
}
.homepage_banner .main_content h4 {
    animation-delay: 0.8s;
}
.homepage_banner .main_content a.button {
    animation-delay: 1s;
}
@keyframes fadeInHomeText {
    from {
        opacity: 0;
    } to {
          opacity: 1;
      }
}

/* Section Entrance */
.homepage_banner .animated_sections .section_inner {
    opacity: 0;
    animation-name: fadeInHomeSection;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
}
.homepage_banner .animated_sections .section_inner:nth-of-type(1) {
    animation-name: fadeInHomeActiveSection;
    animation-delay: 0.8s;
    animation-duration: 1.8s;
}
.homepage_banner .animated_sections .section_inner:nth-of-type(2) {
    animation-delay: 1s;
}
.homepage_banner .animated_sections .section_inner:nth-of-type(3) {
    animation-delay: 1.2s;
}
.homepage_banner .animated_sections .section_inner:nth-of-type(4) {
    animation-delay: 1.4s;
}
@keyframes fadeInHomeActiveSection {
    from {
        opacity: 0;
    } to {
        opacity: 1;
    }
}
@keyframes fadeInHomeSection {
    from {
        opacity: 0;
        transform: translateX(100px);
    } to {
      opacity: 1;
      transform: translateX(0);
    }
}



@media(max-width: 1799.98px) {
    .homepage_banner .animated_sections .section_inner {
        width: 90px;
    }
    .homepage_banner .animated_sections .section_inner.active {
        width: calc(100% - 270px);
    }

    .homepage_banner .animated_sections .main_inner {
        padding: 50px;
    }

    .homepage_banner h1 {
        font-size: 60px;
        line-height: 75px;
    }

}


@media(max-width: 1399.98px) {
    .homepage_banner h1 {
        font-size: 40px;
        line-height: 60px;
    }

    .homepage_banner .animated_sections .main_inner {
        padding: 40px;
    }
}

@media(max-width: 1199.98px) {
    .homepage_banner .animated_sections .main_inner {
        padding: 30px;
    }

    .homepage_banner .main_content {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 30px;
    }

    .homepage_banner .animated_sections .main_inner .section_buttons a.button {
        padding: 10px 14px;
        margin-right: 5px;
    }
}

@media(max-width: 991.98px) {
    .homepage_banner .animated_sections {
        padding-left: 0;
    }


    .homepage_banner .main_content {
        padding-top: 15px;
    }
}


@media(max-width: 767.98px) {
    .homepage_banner .animated_sections .section_inner {
        width: 65px;
        height: 465px;
    }
    .homepage_banner .animated_sections .section_inner.active {
        width: calc(100% - 195px);
    }

    .homepage_banner .animated_sections .section_inner .tab_heading h2 {
        font-size: 22px;
    }

    .homepage_banner .animated_sections .section_inner .tab_heading {
        bottom: 50px;
    }

    .homepage_banner .card-blocks {
        order: 1;
    }

    .homepage_banner .main_content {
        order: 2;
    }


}


@media(max-width: 575px) {
    .homepage_banner .animated_sections .section_inner {
        width: 35px;
        height: 300px;
        margin-right: 5px;
    }

    .homepage_banner .animated_sections .section_inner.active {
        width: calc(100% - 105px);
    }

    .homepage_banner .animated_sections .section_inner .tab_heading h2 {
        font-size: 15px;
    }

    .homepage_banner .animated_sections .section_inner .tab_heading {
        bottom: 20px;
    }

    .homepage_banner .animated_sections .main_inner {
        padding: 15px;
    }

    .homepage_banner .animated_sections .section_inner .main_inner p {
        font-size: 12px;
        line-height: 16px;
    }

    .homepage_banner .animated_sections .main_inner h2 {
        margin-bottom: 10px;
        line-height: 28px;
    }

    .homepage_banner .animated_sections .main_inner .section_buttons a.button {
        padding: 4px 8px;
        padding-bottom: 2px;
        margin-right: 3px;
        font-size: 12px;
    }

    .homepage_banner .animated_sections .main_inner .section_buttons a.button::after {
        height: 7px;
        margin-left: 4px;
    }
    .homepage_banner h1 {
        font-size: 30px;
        line-height: 40px;
    }

}

/*** Extra small screens ***/
@media(max-width: 360px) {
    .homepage_banner .animated_sections .main_inner h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .homepage_banner .animated_sections .section_inner .main_inner p {
        font-size: 10px;
        line-height: 14px;
    }
    .homepage_banner h1 {
        font-size: 24px;
        line-height: 32px;
    }
}





/*** Active Tabs ***/
.homepage_banner .animated_sections .section_inner.active .tab_heading {
    opacity: 0;
}

.homepage_banner .animated_sections .section_inner.active .main_inner {
    opacity: 1;
    visibility: visible;
}







/***** Container Padding Overrides *****/

@media(max-width: 1199.98px) {
    .homepage_banner .container-padding {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media(max-width: 767.98px) {
    .homepage_banner .container-padding {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media(max-width: 575px) {
    .homepage_banner .container-padding {
        padding-left: 15px;
        padding-right: 15px;
    }
}


/*** Breadcrumb Block Overrides ***/
#block_8a6aa1d224637f0fa7b6774ea2171d4c .breadcrumb-block {
    display: none;
}


.homepage_banner .breadcrumb-block .col-12.col-lg-10.offset-lg-1 {
    margin-left: 0 !important;
}

@media(min-width: 1200px) {
    .homepage_banner .breadcrumb-block .col-12.col-lg-10.offset-lg-1 {
        margin-left: 8.333% !important;
    }

}
@media(max-width: 1399.98px) {
    .homepage_banner .breadcrumb-block {
        margin-top: -35px;
        margin-bottom: -20px;
    }
}


@media(max-width: 575px) {
    .homepage_banner .usp_section a {
        display: none;
    }
}