a {
    text-decoration: none;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
}

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    transition: transform 0.3s ease;
}
.section-img-1,
.section-img-2,
.section-img-3,
.section-img-4,
.section-img-5,
.section-img-6,
.section-img-7,
.section-img-8,
.section-img-9,
.section-img-10,
.section-img-11,
.section-img-12 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: translateY(60rem);
    transition: all 0.5s ease-out;
}

.section-img-1.animate,
.section-img-2.animate,
.section-img-3.animate,
.section-img-4.animate,
.section-img-5.animate,
.section-img-6.animate,
.section-img-7.animate,
.section-img-8.animate,
.section-img-9.animate,
.section-img-10.animate,
.section-img-11.animate,
.section-img-12.animate {
    opacity: 1;
    transform: translateY(0);
}

/* footer */
.footer-container {
    width: 100%;
    height: 400rem;
    background-color: #F0F0F0;
    overflow: visible;
}

.section.fp-auto-height {
    height: auto !important;
    overflow: visible !important;
}

.fp-overflow {
    overflow: auto !important;
    height: 100%;
}

.footer-content {
    width: 1240rem;
    height: 100%;
    margin: 0 auto;
    display: flex;
    gap: 155rem;
}

.footer-left {
    padding-top: 35rem;
}

.footer-logo {
    width: 229rem;
    height: 80rem;
    margin-bottom: 20rem;
}

.footer-contact a img {
    width: 28rem;
    height: 28rem;
    margin-left: 32rem;
}

.footer-contact a {
    display: block;
    width: 300rem;
    height: 64rem;
    line-height: 64rem;
    border: 1rem solid #004977;
    font-size: 20rem;
    font-family: 'DINPro', sans-serif;
    font-weight: 400;
    color: #004977;
}

.footer-contact a:first-of-type {
    margin-bottom: 28rem;
}

.footer-contact a.active {
    background-color: #004977;
    color: #ffffff !important;
}

.share-link {
    display: flex;
    gap: 8rem;
    margin-top: 20rem;
}

.share-link img {
    width: 28rem;
    height: 28rem;
}

.footer-right {
    flex: 1;
    display: flex;
    gap: 90rem;
    padding-top: 48rem;
}

.footer-nav-item h4 {
    font-size: 16rem;
    font-family: 'DINPro', sans-serif;
    font-weight: 500;
    color: #333333;
    margin-bottom: 20rem;
}

.footer-nav-item ul li {
    min-width: 208rem;
    height: 32rem;
    line-height: 32rem;
    list-style: none;
}

.footer-nav-item ul li a {
    font-size: 14rem;
    font-family: 'DINPro', sans-serif;
    font-weight: 400;
    color: #333333;
}

.footer-nav-item ul li a:hover {
    text-decoration: underline;
    text-underline-offset: 4rem;
    text-decoration-color: #061753;
    color: #061753;
}

.fp-watermark {
    display: none !important;
}

.section-banner ,
.section-banner-10{
    position: relative;
}

.section-banner h1 {
    font-size: 136rem;
    font-family: 'Goldman', sans-serif;
    font-weight: 700;
    color: #ffffff;
    position: absolute;
    top: 130rem;
    left: 80rem;
}
.section-banner-10 h2{
    font-size: 160rem;
    font-family: 'Goldman', sans-serif;
    font-weight: 400;
    color: #ffffff;
    position: absolute;
    bottom: 136rem;
    right: 156rem;
}
.brand-logo-container {
    width: 200rem;
    height: 156rem;
    position: absolute;
    top: 160rem;
    left: 100rem;
}
.brand-logo-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}