.header__logo,
.footer__logo {
    color: #004898;
    font-weight: bold;
    font-size: 2rem;
    text-transform: uppercase;
    font-family: "futura-pt", sans-serif;
    font-style: italic;
}

.header__logo:hover,
.footer__logo:hover {
    text-decoration: none;
}

.footer__logo {
    color: #fff;
}

@media only screen and (min-width: 767px) {

    .header__logo,
    .footer__logo {
        font-size: 2.8rem;
    }
}


.btn-inquiry:hover {
    text-decoration: none;
}

.the_content p:not(:last-of-type) {
    margin-bottom: 1.9rem;
}

body .the_content p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5625;
    letter-spacing: 0.03em;
    color: #333333;
}

body .the_content strong {
    font-weight: 500;
}



@media only screen and (min-width:992px) {
    .hero-contact__iframe {
        margin-top: -13rem;
    }
}

@media only screen and (min-width:1200px) {
    .hero-contact__iframe {
        margin-top: -16rem;
    }
}

@media only screen and (min-width:1400px) {
    .hero-contact__iframe {
        margin-top: -32rem;
    }
}

.rent__tag {
    font-size: 1rem !important;
}

.hero__heading .footer__logo {
    font-size: 2.5rem !important;
}

@media only screen and (min-width:992px) {
    .hero__heading .footer__logo {
        font-size: 4.4rem !important;
    }
}

.access__row.-no-img .access__col {
    width: auto;
    margin-inline: auto;
    padding-right: 0;
}

@media only screen and (min-width: 768px) {
    .cta__wrapper .hero-contact {
        padding: 32px 10px !important;
    }
}

.cta__wrapper .rent__iframe {
    margin-top: 40px !important;
    margin-bottom: -190px;
}

@media only screen and (min-width: 1200px) {
    .cta__wrapper .rent__iframe {
        margin-left: 22px;
    }
}

.hero__heading .footer__logo img {
    width: 100%;
    max-width: 547px;
}

span.footer__logo:hover {
    opacity: 1;
}

.floating-icons {
    transition: bottom 0.3s ease-in-out;
}

.btn-inquiry {
    display: inline-block;
    background-color: #004898;
    color: #fff;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.25s ease;
}

.btn-inquiry:hover {
    opacity: 0.8;
}

@media only screen and (min-width: 1230px) {
    .scenes-location__box {
        padding: 60px 60px 60px 60px;
    }
}

@media (min-width: 768px) {
    .header__logo img {
        max-width: 230px;
    }
}

@media (min-width:1400px) and (max-width: 1500px) {
    .hero__heading {
        top: 40%;
    }
}

@media only screen and (max-width: 991px) {
    .hero .footer__logo {
        max-width: 300px;
    }
}

@media only screen and (max-width: 767px) {
    .hero .footer__logo {
        max-width: 260px;
    }
}

.rent__iframe.--no-iframe,
.hero-contact__wrapper.--no-iframe {
    display: none;
}

@media (min-width: 1400px) and (max-width: 1500px) {
    .hero.--no-iframe .hero__heading {
        top: 57%;
    }
}

.info__pdf-wrp {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

.apibtn-box {
    text-align: center;
    margin-top: 30px;
}

.rent .apibtn-box {
    margin-block: 0 60px;
}

.apibtn-box__link {
    background-color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    color: #191919;
    letter-spacing: .05em;
    text-align: center;
    padding: 13px;
    display: inline-block;
    border-radius: 25px;
    position: relative;
    border: 1px solid #191919;
    box-shadow: none;
    cursor: pointer;
    transition: all .25s ease;
    padding-inline: 30px 60px;
}

.apibtn-box__link:hover {
    opacity: .7;
}

.apibtn-box__link:after {
    position: absolute;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.522' height='17.522' viewBox='0 0 17.522 17.522'%3E%3Cpath d='M168.739-790.478l-6.281-6.282a6.108 6.108 0 0 1-1.732.9 6.266 6.266 0 0 1-1.992.314 6.015 6.015 0 0 1-4.415-1.816 6 6 0 0 1-1.818-4.411 6.009 6.009 0 0 1 1.816-4.412A6 6 0 0 1 158.727-808a6.007 6.007 0 0 1 4.412 1.818 6.012 6.012 0 0 1 1.818 4.415 6.206 6.206 0 0 1-.321 2 6.417 6.417 0 0 1-.9 1.739l6.282 6.269Zm-10.011-6.857a4.283 4.283 0 0 0 3.148-1.29 4.282 4.282 0 0 0 1.29-3.148 4.282 4.282 0 0 0-1.29-3.148 4.283 4.283 0 0 0-3.148-1.29 4.283 4.283 0 0 0-3.148 1.29 4.283 4.283 0 0 0-1.29 3.148 4.283 4.283 0 0 0 1.29 3.148 4.283 4.283 0 0 0 3.148 1.29Z' transform='translate(-152.5 808)' fill='%23000'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    width: 18px;
    height: 18px;
    top: 50%;
    transform: translateY(-50%);
    right: 28px;
    transition: all .25s ease;
}

@media only screen and (max-width: 767px) {
    .apibtn-box {
        margin-top: 0;
    }

    .rent .apibtn-box {
        margin-block: 0 40px;
    }

    .cta .apibtn-box {
        margin-top: 20px;
    }

    .apibtn-box__link {
        font-size: 1.4rem;
        padding-inline: 24px 48px;
    }

    .apibtn-box__link:hover {
        opacity: 1;
    }

    .apibtn-box__link:after {
        right: 20px;
    }
}

.hero.--no-iframe .hero__heading {
    top: 50%;
}

@media only screen and (min-width: 992px) {
    .hero.--no-iframe .hero__heading {
        top: calc(50% + (90px / 2));
    }
}