/*----------------------------------Header----------------------------------*/
header {
    display: none;
}
.stickyheader {
    display: none !important;
}
.smartheader {
    width: 100%;
    display: block;
    position: absolute;
    z-index: 200;
}
.smartsticky {
    display: none;
    width: 100%;
    position: fixed;
    height: 98px;
    background-color: #fff;
    border-bottom: 1px solid #e53357;
    z-index: 202;
}
.hamburger {
    margin: 40px 0 0 0;
    width: 30px;
    aspect-ratio: 60/44;
    background-image: url("../images/HamburgerBlack.svg");
    background-size: cover;
    background-position: top center;
    cursor: pointer;
    float: right;
}
.hamburger.neg {
    background-image: url("../images/HamburgerWhite.svg");
}
.hamburger.open {
    background-position: bottom center;
}
#stickylogo2 {
    margin: 28px 0 0 0;
    aspect-ratio: 665/118;
    width: 70%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    float: left;
}
#stickylogo3 {
    margin: 28px 0 0 0;
    aspect-ratio: 665/118;
    width: 70%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    float: left;
}
.smartmenu {
    display: none;
    position: fixed;
    top: 99px;
    width: 100%;
    padding: 28px 0 25px 0;
    text-align: center;
    font-size: 25px;
    line-height: 46px;
    background-color: #fff;
    z-index: 204;
}

/*----------------------------------Content----------------------------------*/
h1, h2 {
    font-size: 30px;
    margin: 0 0 6% 0;
}
hr {
    margin: 0 0 7% 0;
}
.header_image {
    aspect-ratio: 1125/852;
}
.header-text {
    font-size: 20px;
    line-height: 1.4em;
}
.intro_space {
    height: 70px;
    max-height: auto;
}
.contact_space {
    height: 80px;
    max-height: auto;
}
.wrapper.values {
    padding: 0;
}
.tab_box {
    aspect-ratio: 1125/1000;
}
.tabs {
    top: 14%;
}
.tab_content {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    width: 79%;
    max-width: 815px;
    margin: 0 auto;
}

/*----------------------------------Footer----------------------------------*/
footer {
    aspect-ratio: 1125/700;
}
footer .logo {
    width: 50px;
    height: 55px;
    position: absolute;
    top: 4%;
    left: 50%;
    margin: 0 0 0 -25px;
}
.back01 {
    aspect-ratio: 1125/700;
}
.back02 {
    aspect-ratio: 1125/700;
}
.back03 {
    aspect-ratio: 1125/700;
}
.back01 img, .back02 img, .back03 img {
    margin: 0 0 0 -105px;
    width: 150%;
}
.copyright {
    bottom: 16%;
    font-size: 12px;
}
.legal_cta {
    bottom: 14%;
    font-size: 12px;
}
.legals {
    width: 80%;
    margin: 0 auto;
    padding: 5% 10% 8% 10%;
    font-size: 15px;
    line-height: 25px;
    background-image: url("../images/Legals_Back.png");
}
.cn .legal_cta {
    bottom: 12%;
    font-size: 14px;
    font-weight: 700;
}
.cn .copyright {
    bottom: 16%;
    font-size: 14px;
    font-weight: 700;
}