* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    font-family: "Red Hat Display", sans-serif;
    font-weight: 300;
    font-style: normal;
    background: #fff;
}
.s1 {
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: url(/i/BG.png) no-repeat center/cover;
}
.s1 .content {
    max-width: 952px;
    text-align: right;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin: 0 9.4rem;
}
.s1 .content .logo {
    display: block;
    width: 100%;
    max-width: 465px;
    margin-left: auto;
    margin-bottom: 6.25rem;
}
.s1 .content h3 {
    font-size: 3.25rem;
    line-height: 4rem;
    font-weight: 300;
    color: #21604F;
    margin-bottom: 9.4rem;
}
.s1 .content .contact {
    display: inline-block;
    text-align: left;
}
.s1 .content .contact span {
    display: block;
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 400;
    color: #506169;
}
.s1 .content .contact a {
    text-decoration: none;
    font-size: 2.25rem;
    line-height: 1;
    font-weight: 500;
    color: #21604F;
    transition: opacity .3s ease;
}
.s1 .content .contact a:hover {opacity: 0.7;}
.s1 .footer {
    width: 100%;
    padding: 0 5rem 1.25rem;
    background: #21604F;
    position: absolute;
    bottom: 0;
    left: 0;
}
.s1 .footer::before {
    content: "";
    display: block;
    width: 100%;
    max-width: 600px;
    height: 20px;
    background: url(/i/Footer.png) no-repeat right/cover;
    position: absolute;
    top: -1.25rem;
    left: 0;
}
.s1 .footer p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    z-index: 1;
}
.s1 .footer p br {display: none;}

@media screen and (max-width: 1100px) {
    .s1 .content {margin: 0 5rem;}
}

@media screen and (max-width: 1023px) {
    .s1 .content .logo {margin-bottom: 3rem;}
    .s1 .content h3 {
        font-size: 2.3rem;
        line-height: 3.2rem;
        margin-bottom: 6rem;
    }
}

@media screen and (max-height: 899px) {
    .s1 .content h3 {
        font-size: 2.4rem;
        line-height: 3rem;
        margin-bottom: 5rem;
    }
    .s1 .content .contact a {font-size: 1.6rem;}
}


@media screen and (max-width: 767px) {
    .s1 .content {
        margin: 0 1.875rem;
        top: 43%;
    }
    .s1 .content h3 {
        font-size: 1.5rem;
        line-height: 2.1rem;
        margin-bottom: 5rem;
    }
    .s1 .content .contact a {font-size: 1.3rem;}
    .s1 .footer {padding: 0 1.875rem 1.25rem;}
    .s1 .footer p {font-size: 13px;}
    .s1 .footer p br {display: block;}
}

@media screen and (max-height: 600px) {
    .s1 {
        height: auto;
        padding: 5rem 0;
        overflow: scroll;
    }
    .s1 .content {
        position: relative;
        top: auto;
        transform: none;
    }
    .s1 .content .contact {margin-bottom: 5rem;}
}

@media screen and (max-width: 767px) and (max-height: 600px) {
    .s1 {
        height: auto;
        padding: 5rem 0;
        overflow: scroll;
    }
    .s1 .content {
        position: relative;
        top: auto;
        transform: none;
        margin: 0 1.875rem; 
    }
    .s1 .content .contact {margin-bottom: 5rem;}
}