*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; outline: none; } a, a::before, a::after, button, :hover, :hover:before, :hover:after { -webkit-transition: 0.4s ease all; -moz-transition: 0.4s ease all; -ms-transition: 0.4s ease all; -o-transition: 0.4s ease all; transition: 0.4s ease all; } :focus { outline: none !important; box-shadow: none !important; } body { padding: 0; margin: 0; font-size: 15px; line-height: 24px; color: var(--white); font-weight: 300; font-family: "ff-real-headline-pro", sans-serif; -webkit-transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; transition: all 0.5s ease-in-out 0s; } html { overflow-x: hidden; } .container { max-width: 1520px; margin: 0 auto; } ol, ul { margin: 0; padding: 0; list-style: none; } h1, h2, h3, h4, h5, h6 { font-weight: 500; color: var(--dark); font-family: 'Inter'; margin: 0; } h1 { font-size: 56px; line-height: 60px; font-weight: bold; text-transform: uppercase; } h2 { font-size: 42px; line-height: 50px; font-weight: bold; text-transform: uppercase; } h3 { font-size: 35px; line-height: 40px; } h4 { font-size: 24px; line-height: 28px; } h5 { font-size: 18px; line-height: 30px; } h6 { font-size: 18px; line-height: 22px; } @media screen and (max-width: 1199px) { h1 { font-size: 42px; line-height: 52px; } h2 { font-size: 30px; line-height: 42px; } h3 { font-size: 30px; line-height: 40px; } h4 { font-size: 20px; line-height: 28px; } h5 { font-size: 18px; line-height: 20px; } h6 { font-size: 18px; line-height: 22px; } } @media screen and (max-width: 767px) { h1 { font-size: 36px; line-height: 42px; } h2 { font-size: 18px; line-height: 24px; } h3 { font-size: 24px; line-height: 30px; } h4 { font-size: 18px; line-height: 24px; } h5 { font-size: 16px; line-height: 22px; } h6 { font-size: 16px; line-height: 22px; } } :root { --white: #FFFFFF; --red: #D54C59; } /* Main Section */ body, html { margin: 0; padding: 0; width: 100%; height: 100%; overflow: hidden; /* Ensure no scrollbars */ } .main-section { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; height: 100svh; overflow: hidden; text-align: center; } .main-section .video-block { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: -1; } .main-section .video-block video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; object-fit: cover; } .main-section .content-block { height: 100vh; height: 100svh; position: relative; padding-top: 12vh; padding-top: 12svh; } .main-section .content-block .bottom-block { position: absolute; bottom: 12vh; bottom: 12svh; left: 0; right: 0; } .main-section .content-block .links { display: flex; justify-content: space-between; align-items: center; } .main-section .content-block .links.mobile { display: none; } .main-section .content-block .links a.link { width: 20%; display: flex; align-items: center; justify-content: center; gap: 10px; font-size: 16px; text-decoration: none; color: var(--white); min-height: 70px; border-top: 1px solid var(--white); border-bottom: 1px solid var(--white); } .main-section .content-block .links a.link:not(:last-child) { border-right: 1px solid var(--white); } .main-section .content-block .links a.link:hover { background-color: var(--red); } .main-section .content-block .top-block p { margin: 0; font-size: 21px; margin-bottom: 30px; } .main-section .content-block .logo-block { position: absolute; top: 45%; left: 0; right: 0; transform: translateY(-50%); } .marquee { width: 100%; overflow: hidden; position: relative; } .marquee ul { display: flex; list-style: none; padding: 0; margin: 0; animation: marquee 15s linear infinite; } .marquee .slick-slide  { display: inline-block; font-size: 38px; line-height: 42px; white-space: nowrap; padding-right: 35px; position: relative; width: min-content !important; } .marquee .slick-slide::after { content: ""; position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 25px; height: 25px; background-image: url(../assets/arrow.svg); background-repeat: no-repeat; background-position: center; } .slick-slider { margin: 0 -8px; } .slick-slide { margin-right: 8px; margin-left: 8px; } @keyframes marquee { from { transform: translateX(-50%); } to { transform: translateX(0); } } .marquee { direction: rtl; pointer-events: none; } .marquee .slick-track { display: flex; flex-direction: row-reverse; } @media screen and (max-width: 1199px) { .container { max-width: 90%; } .main-section .content-block .links.desktop { display: none; } .main-section .content-block .links.mobile { display: flex; flex-wrap: wrap; } .main-section .content-block .links a.link:nth-child(2) { border-right: 0; } .main-section .content-block .links a.link { width: 50%; } .main-section .content-block .links a.link.w-full { width: 100%; border: 0; } .main-section .content-block .top-block p { max-width: 70%; margin: 0 auto 50px; } .marquee li { font-size: 32px; } } @media screen and (max-width: 767px) { .container { max-width: 85%; } .marquee .slick-slide { font-size: 20px; padding-right: 30px; } .marquee .slick-slide::after { width: 17px; height: 17px; background-size: contain; } .main-section .content-block { padding-top: 7vh; padding-top: 7svh; } .main-section .content-block .logo-block { top: 40%; } .main-section .content-block .top-block p { font-size: 12px; line-height: 1.5; max-width: 70%; margin-bottom: 30px; } .main-section .content-block .logo-block img { max-width: 50%; } .main-section .content-block .links a.link { font-size: 10px; min-height: 50px; gap: 5px; border-color: rgba(255, 255, 255, 0.6) !important; border-width: 0.5px !important; } .main-section .content-block .links a.link img { max-width: 15px; width: unset; height: 13px; } .main-section .content-block .bottom-block { bottom: 15vh; bottom: 15svh; } }

/* Hiring CTA Button */
.hiring-cta-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}

.hiring-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: rgb(213, 76, 89);
    color: #FFFFFF;
    text-decoration: none;
    font-family: "ff-real-headline-pro", sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.4px;
    padding: 12px 26px;
    border-radius: 0;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
}

.hiring-cta-btn:hover {
    background-color: #bd3c48;
    color: #FFFFFF;
}

.hiring-cta-btn:active {
    background-color: #a83540;
}

.hiring-cta-arrow {
    display: inline-block;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.hiring-cta-btn:hover .hiring-cta-arrow {
    transform: translateX(4px);
}

@media screen and (max-width: 1199px) {
    .hiring-cta-wrap {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .hiring-cta-wrap {
        width: 100%;
        margin-bottom: 16px;
    }
    .hiring-cta-btn {
        width: 100%;
        min-height: 50px;
        font-size: 10px;
        padding: 0 15px;
        gap: 5px;
    }
    .hiring-cta-arrow {
        width: 12px;
        height: 12px;
    }
    .main-section .content-block .bottom-block {
        bottom: 8vh;
        bottom: 8svh;
    }
}

@media screen and (max-height: 700px) and (max-width: 767px) {
    .main-section .content-block .bottom-block {
        bottom: 4vh;
        bottom: 4svh;
    }
    .main-section .content-block .logo-block {
        top: 36%;
    }
}