* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
::-webkit-scrollbar {
    width: 0;
    height: 0;
}
html,
body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    width: 100%;
    overscroll-behavior: none;
    /* touch-action: none; */
    /* user-select: none; */
    /* -ms-touch-action: none; */
}
button {
    cursor: pointer;
}
button:hover {
    filter: brightness(1.15);
}
body > nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
    position: sticky;
    top: 0;
    z-index: 2;
    background: #0000005d;
    backdrop-filter: blur(1vmin);
    -webkit-backdrop-filter: blur(1vmin);
    width: 100%;
}
body > nav > .logo {
    width: 9em;
    max-width: 30vw;
}
body > nav > .logo > img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
body > nav > .toggle-menu,
body > nav > .toggle-phone {
    width: 1.3em;
    aspect-ratio: 1/1;
    object-fit: contain;
}
body > nav > .toggle-menu > img,
body > nav > .toggle-phone > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
body > nav > .menu {
    display: none;
}
.body-bg {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    pointer-events: none;
}
.body-bg > img {
    background-size: cover contain;
    object-fit: cover;
    -webkit-filter: blur(1.5vmin);
    filter: brightness(0.8) blur(1.5vmin);
    transform: scale(1.1);
    width: 100%;
    height: 100%;
}
nav .menu.mobile {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: #10101042;
}
nav .menu.mobile > div {
    display: flex;
    flex-direction: column;
    text-align: center;
    background: #ffff;
    font-size: calc((1vw + 1vh) / .7);
    width: 70%;
    height: 100%;
    position: relative;
}
nav .menu.mobile > div > .logo {
    display: flex;
    justify-content: space-between;
    padding: 0.4em 2em;
    padding-right: 0.5em;
    border-bottom: 0.1em solid #a3a3a3;
    margin-bottom: 1em;
}
nav .menu.mobile > div > .logo > button {
    position: relative;
    width: 2em;
    display: flex;
    border-style: none;
    background: transparent;
}
nav .menu.mobile > div > .logo > button > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    aspect-ratio: 1/1;
}
nav .menu.mobile > div > .logo > img {
    width: 8em;
}
nav .menu.mobile a {
    font-family: "Poppins-Regular";
    text-decoration: none;
    color: #000000;
    padding: 0.5em 2em;
    text-align: left;
}
nav .menu.mobile a.active {
    color: #47bedf;
}
nav .menu.mobile .media {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 0.7em 1em;
}
nav .menu.mobile .media > div {
    display: flex;
    justify-content: left;
    gap: 0.5em;
}
nav .menu.mobile .media > div > div {
    width: 2em;
    height: auto;
}
nav .menu.mobile .media > div > div > img {
    height: 100%;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
}
/* END OF NAV */
.content .introduction {
    color: #fff;
    text-align: left;
    position: relative;
    padding-bottom: 37vw;
}
.content .introduction > div.text {
    display: flex;
    flex-direction: column;
    row-gap: 0.5em;
    padding: 2vmin 5vmin;
}
.content .introduction h1 {
    font-family: "Bebas-Regular";
    margin: 0;
    line-height: 1;
    font-size: calc((1vw + 1vh) / 0.4);
}
.content .introduction h6 {
    font-family: "Poppins-Regular";
    margin: 0;
    font-size: calc((1vw + 1vh) / .9);
    padding-right: 37vw;
    line-height: 1.4em;
}
.content .introduction button {
    font-family: "Poppins-Bold";
    border: none;
    background: linear-gradient(#75daff,#009ed8);
    color: #ffff;
    padding: 0.6em 2em;
    width: fit-content;
    border-radius: 2em;
}
.content .introduction > div.model {
    width: 55vw;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 0;
}
.content .introduction > div.model > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: flex;
}
.content > .about-us {
    position: relative;
    z-index: 0;
    background: #ffff;
    padding: calc((1vw + 1vh) / 0.15);
    padding-left: 8%;
    padding-right: 8%;
    display: flex;
    flex-direction: column;
    gap: 1em;
}
.content > .about-us::before {
    content: "";
    background-color: #ffff;
    background: url('../img/1067310.webp');
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    opacity: .12;
}
.content > .nav-item {
    overflow: hidden;
}
.content > .nav-item::before {
    transform: scale(1.5);
}
.content > .nav-item.section-animation::before {
    animation: -scale-background 1s forwards;
    -webkit-animation: -scale-background 1s forwards;
    -moz-animation: -scale-background 1s forwards;
    -o-animation: -scale-background 1s forwards;
    -ms-animation: -scale-background 1s forwards;
}
.content > .about-us.games::before {
    background: url('../img/3093.webp');
}
.content > .about-us.apps::before {
    background: url('../img/white_bg.webp');
    background-size: 150% 100%;
    opacity: 1;
}
.content > .about-us.pagcor::before,
.content > .about-us.culture::before,
.content > .about-us.how-to-play::before {
    background: unset;
}
.content > .about-us > .logo {
    width: 100%;
    display: flex;
    justify-content: center;
}
.content > .about-us > .logo > img {
    width: 70%;
}
.content > .about-us.games > .logo > img {
    width: 80%;
}
.content > .about-us.pagcor > .logo > img {
    width: 40%;
}
.content > .about-us > .text .section-title {
    font-family: "Bebas-Regular";
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: calc((1vw + 1vh) / .4);
}
.content > .about-us > .text .section-title > div.linear {
    height: 0.4em;
    width: 1.5em;
    background: #47bedf;
    margin-bottom: 0.2em;
}
.content > .about-us > .text .description {
    font-family: "Poppins-Regular";
    text-align: center;
    font-size: calc((1vw + 1vh) / 0.9);
    margin: 0.5em 0;
    margin-top: 1em;
    line-height: 1.8;
}
.content > .about-us.culture {
    background: #f2f2f2;
}
.content > .about-us.culture > .logo > img {
    width: 95%;
}
.content > .about-us.apps > .text .description > button {
    font-size: calc((1vw + 1vh) / 0.7);
    font-family: "Poppins-Bold";
    border: none;
    background: linear-gradient(#75daff, #009ed8);
    color: #ffff;
    padding: 0.6em 2em;
    width: fit-content;
    border-radius: 2em;
    margin-top: 1em;

}
.content > .history {
    text-align: center;
    font-size: calc((1vw + 1vh) / 0.9);
    line-height: 1.8;
    background: #ffffff;
    display: flex;
    flex-direction: column;
}
.content > .history > p {
    padding: calc((1vw + 1vh) / 0.35);
    padding-left: 8%;
    padding-right: 8%;
    font-family: "Poppins-Regular";
    margin: 0;
}
.content > .history > .goals {
    padding: calc((1vw + 1vh) / 0.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.3em;
}
.content > .history > .goals > .card {
    border: 0.35em solid #47bedf;
    width: 25em;
    max-width: 80vw;
    border-radius: 2em;
    padding: 2em;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 0.5em;
}
.content > .history > .goals > .card > .card-image {
    width: 100%;
}
.content > .history > .goals > .card > .card-image > img {
    width: 6.5em;
    height: auto;
    object-fit: contain;
}
.content > .history > .goals > .card > .card-title {
    font-family: "Bebas-Regular";
    font-size: 1.9em;
}
.content > .history > .goals > .card > .card-description {
    font-family: "Poppins-Regular";
}
.content > .about-us .htp-step {
    padding: 2.5em;
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}
.content > .about-us .htp-step > .step {
    display: flex;
    align-items: center;
    gap: 1em;
    text-align: left;
}
.content > .about-us .htp-step > .step > .img {
    width: 7em;
    height: 7em;
    aspect-ratio: 1/1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content > .about-us .htp-step > .step > .img::before {
    content: '';
    height: 100%;
    width: 0.2em;
    top: 3em;
    background: #61dafb;
    position: absolute;
    z-index: -1;
}
.content > .about-us .htp-step > .step:last-child > .img::before {
    display: none;
}
.content > .about-us .htp-step > .step > .img > img {
    height: 100%;
    width: 100%;
}
.content > .download {
    text-align: center;
    color: #fff;
    font-size: calc((1vw + 1vh) / 0.3);
    padding: 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-area: 0.5em;
    position: relative;
    z-index: 0;
}
.content > .download::before {
    content: "";
    background-color: #ffff;
    background: url('../img/77847.webp');
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    opacity: 1;
    filter: brightness(0.4);
}
.content > .download h1 {
    font-size: calc((1vw + 1vh) / 0.3);
    font-family: "Bebas-Regular";
    margin: 0;
    line-height: 1;
}
.content > .download h6 {
    font-size: calc((1vw + 1vh) / 0.9);
    font-family: "Poppins-Regular";
    margin: 0;
}
.content > .download button.button {
    font-family: "Poppins-Bold";
    font-size: 0.5em;
    width: fit-content;
    padding: 0.3em 1em;
    border-radius: .5em;
    border: 0.1em solid #9e4902;
    color: #9e4902;
    background: linear-gradient(#ffdb5a 15%,#ffbc3f 15%,#ff9c24 85%,#f38100 85%);
    text-shadow: 0.1em 0.1em #ffcd60;
}
footer {
    font-size: calc((1vw + 1vh) / 1.1);
    position: relative;
    z-index: 0;
}
footer::before {
    content: "";
    background-color: #ffff;
    background: url('../img/white_bg.webp');
    background-size: 130% 100%;
    background-repeat: no-repeat;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    opacity: 1;
}
footer .footer-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2em;
    padding: 2.5em;
}
footer .footer-content > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
footer .footer-content > .logo {
    width: 20em;
    max-width: 70vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .footer-content > .logo > img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
footer .footer-content h5 {
    font-family: "Bebas-Regular";
    font-size: 2.5em;
    margin: 0;
    text-align: center;
}
footer .footer-content h6 {
    margin: 0;
    font-size: 1.2em;
    font-family: "Poppins-Regular";
    text-align: center;
    margin-bottom: 0.5em;
}
footer .footer-content h6 > span {
    font-family: "Poppins-Bold";
}
footer .footer-content .media {
    display: flex;
    justify-content: center;
    gap: 0.5em;
}
footer .footer-content .media > a {
    text-decoration: none;
    height: fit-content;
    width: fit-content;
}
footer .footer-content .media > a > img {
    width: 3em;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
}
footer .footer-content iframe {
    width: 28em;
    height: 10em;
}

footer .footer-content > .copyright {
    border-top: 0.1em solid #949494;
    width: 100%;
    padding-top: 1em;
}
footer .footer-content > .copyright > h6 {
    font-size: 1em;
}
/* Swiper */
section.career {
    font-family: "Bebas-Regular";
    font-size: calc((1vw + 1vh) / .4);
    color: #ffff;
    padding: 2.1em 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1em;
    position: relative;
    z-index: 0;
}
section.career::after {
    content: "";
    background: linear-gradient(#0000007c,#03eeffdd);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
section.career::before {
    content: "";
    background: url('../img/employee.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}
section.career .description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 1em;
}
section.career .description > .img {
    width: 2.5em;
}
section.career .description > .img > img  {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
}
section.career .description > .text {
    font-size: calc((1vw + 1vh) / 0.9);
    line-height: 1.8;
    font-family: "Poppins-Regular";
    margin-top: 0.5em;
}
section.career .slider-wrapper {
    width: 180%;
    font-size: 0.6em;
    display: flex;
    justify-content: center;
}
section.career .slider-wrapper > .view-all-career {
    width: fit-content;
    z-index: 3;
    position: absolute;
    bottom: 1em;
}
section.career .slider-wrapper > .view-all-career > button {
    font-family: "Poppins-Bold";
    font-size: 0.9em;
    border-radius: 1em;
    border-style: none;
    background: #00000034;
    padding: 0.3em 1em;
    color: #ffffff;
}
.career-img-popup {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    display: none;
    background: rgba(0, 0, 0, 0.832);
    backdrop-filter: blur(1vmin);
    -webkit-backdrop-filter: blur(1vmin);
}
.career-img-popup > .img {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}
.career-img-popup > .img > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.career-img-popup > .close {
    width: 2.5em;
    height: 2.5em;
    padding: .8em;
    height: auto;
    aspect-ratio: 1/1;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.career-img-popup > .close > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    aspect-ratio: 1/1;
}
swiper-container {
    width: 100%;
}

swiper-slide {
    padding: 1.5em 0.6em;
    animation: -swiper-scale-default 0.5s;
    -webkit-animation: -swiper-scale-default 0.5s;
    -moz-animation: -swiper-scale-default 0.5s;
    -o-animation: -swiper-scale-default 0.5s;
    -ms-animation: -swiper-scale-default 0.5s;
}
swiper-slide:active {
    cursor: grabbing;
}
swiper-slide > div {
    color: #000000;
    background: #ffffffb5;
    backdrop-filter: blur(1vmin);
    -webkit-backdrop-filter: blur(1vmin);
    padding: 1em;
    border-radius: 0.8em;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2em;
    height: 100%;
    text-align: center;
}
swiper-slide .img {
    width: 100%;
    max-width: 14em;
    border: 0.2em solid #ffff;
    border-radius: 0.5em;
    overflow: hidden;
}
swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
swiper-slide.swiper-slide-next {
    animation: -swiper-scale 0.5s forwards;
    -webkit-animation: -swiper-scale 0.5s forwards;
    -moz-animation: -swiper-scale 0.5s forwards;
    -o-animation: -swiper-scale 0.5s forwards;
    -ms-animation: -swiper-scale 0.5s forwards;
}
swiper-slide .title {
    font-family: "Bebas-Regular";
    font-size: 1em;
}
swiper-slide .text {
    font-size: 0.5em;
    font-family: "Poppins-Regular";
    /* text-align: justify; */
    height: 5.5em;
    overflow-y: scroll;
    padding-right: 0.4em;
    line-height: 1.2em;
}
swiper-slide .text::-webkit-scrollbar {
    width: 0.5em;
}
swiper-slide .text::-webkit-scrollbar-thumb {
    background: #9b9b9b; 
    border-radius: 2em;
}
.career-list {
    position: fixed;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    overflow-y: auto;
    animation: -fade-in 1s forwards;
    -webkit-animation: -fade-in 1s forwards;
    -moz-animation: -fade-in 1s forwards;
    -o-animation: -fade-in 1s forwards;
    -ms-animation: -fade-in 1s forwards;
    display: none;
}
.career-list > .career-background {
    content: "";
    background: url(/img/employee.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}
.career-list > .career-background::before {
    content: "";
    background: linear-gradient(#0000007c, #03eeffdd);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.career-list > .career-content {
    z-index: 0;
    color: #ffffff;
    font-family: "Bebas-Regular";
    font-size: calc((1vw + 1vh) / .4);
    animation: -intro-animation 1s forwards;
    -webkit-animation: -intro-animation 1s forwards;
    -moz-animation: -intro-animation 1s forwards;
    -o-animation: -intro-animation 1s forwards;
    -ms-animation: -intro-animation 1s forwards;
}
.career-page-description {
    position: relative;
    padding: 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.career-page-description > .img {
    width: 2.5em;
}
.career-page-description > .img > img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}
.career-page-description > .text {
    font-size: 0.45em;
    line-height: 1.8;
    font-family: "Poppins-Regular";
    margin-top: 0.5em;
    text-align: center;
}
.career-list-item {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    width: 100%;
    padding: 0.5em;
}
.career-list-item > .career-card {
    padding: 1em;
    border-radius: 0.5em;
    background: #ffffffb5;
    color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.8em;
    cursor: pointer;
}
.career-list-item > .career-card > .img {
    width: 100%;
    border-radius: 0.5em;
    overflow: hidden;
}
.career-list-item > .career-card > .img > img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.career-list-item > .career-card > .title {
    text-align: center;
    margin-bottom: 0.2em;
}
.career-list-item > .career-card > .text {
    font-family: "Poppins-Regular";
    font-size: 0.55em;
    text-align: justify;
    line-height: 1.2em;
}
@media (orientation: landscape) {
    body > nav {
        padding: calc((1vw + 1vh) / 2.7);
        padding-left: 5%;
        padding-right: 5%;
        background: #13131331;
    }
    body > nav > .menu {
        height: fit-content;
        display: block;
        position: relative;
    }
    body > nav > .toggle-menu,
    body > nav > .toggle-phone {
        display: none;
    }
    body > nav > .menu a {
        border: none;
        color: #fff;
        font-weight: bold;
        padding: 0.5em 1em;
        border-radius: 2em;
        min-width: 6em;
        background: transparent;
        font-size: calc((1vw + 1vh) / 1.5);
        font-family: "Poppins-Regular";
        text-decoration: none;
    }
    body > nav > .menu a.active {
        background: #75daff;
    }
    nav .menu.mobile {
        display: none !important;
    }
    /* END OF NAV */
    .content .introduction {
        display: grid;
        grid-template-columns: 1.5fr 1fr;
        padding-left: 10vw;
        padding-right: 10vw;
        padding-bottom: 0;
    }
    .content .introduction > div.text {
        padding: 1vmin;
        gap: calc((1vw + 1vh) / 1.5);
        justify-content: center;
    }
    .content .introduction h1 {
        font-size: calc((1vw + 1vh) / 0.35);
    }
    .content .introduction h6 {
        font-size: calc((1vw + 1vh) / 1.3);
        padding: 0;
    }
    .content .introduction button {
        font-size: calc((1vw + 1vh) / 0.9);
    }
    .content .introduction > div.model {
        display: block;
        width: 100%;
        align-self: self-end;
        padding-top: calc((1vw + 1vh) / .4);
        position: relative;
    }
    .content .introduction > div.model > img {
        width: 90%;
        height: auto;
        object-fit: contain;
        display: flex;
        justify-self: right;
    }
    .content > .about-us {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        padding: calc((1vw + 1vh) / 0.2);
    }
    .content > .about-us.apps {
        grid-template-columns: .5fr 1fr;
    }
    .content > .about-us.apps > .text .description > button {
        font-size: calc((1vw + 1vh) / 0.9);
    }
    .content > .about-us > .text .section-title {
        text-align: left;
        align-items: start;
        font-size: calc((1vw + 1vh) / .45);
        margin-bottom: 0.1em;
    }
    .content > .about-us > .text .section-title > div.linear {
        height: 0.3em;
        width: 1.3em;
        margin-bottom: 0.2em;
    }
    .content > .about-us > .text .description {
        text-align: left;
        font-size: calc((1vw + 1vh) / 1.2);
    }
    .content > .about-us.pagcor,
    .content > .about-us.how-to-play {
        display: flex;
    }
    .content > .about-us.pagcor > .logo > img {
        width: 15em;
    }
    .content > .about-us.pagcor > .text .section-title,
    .content > .about-us.how-to-play > .text .section-title {
        text-align: center;
        align-items: center;
    }
    .content > .about-us.pagcor > .text .description,
    .content > .about-us.how-to-play > .text .description {
        text-align: center;
    }
    .content > .about-us.culture > .logo > img {
        width: 70%;
    }
    section.career .description > .text {
        font-size: calc((1vw + 1vh) / 1.3);
    }
    .content > .history {
        font-size: calc((1vw + 1vh) / 1.2);
        align-items: center;
        line-height: 1.5;
    }
    .content > .history > .goals {
        flex-direction: row;
        width: 60em;
        max-width: 90vw;
        align-items: stretch;
    }
    .content > .about-us.games > .logo,
    .content > .about-us.culture > .logo {
        grid-area: 1/2/1/3;
    }
    .content > .about-us .htp-step {
        flex-direction: row;
        padding: 2em;
    }
    .content > .about-us .htp-step > .step {
        flex-direction: column;
        text-align: center;
    }
    .content > .about-us .htp-step > .step > .img {
        align-items: center;
    }
    .content > .about-us .htp-step > .step > .img::before {
        height: 0.2em;
        width: 200%;
        top: unset;
        left: 100%;
    }
    .content > .download {
        display: grid;
        grid-template-columns: 1.2fr 1fr;
        justify-content: space-between;
        text-align: left;
        padding: 1em 1.5em;
    }
    .content > .download h6 {
        font-size: calc((1vw + 1vh) / 1.3);
    }
    .content > .download h1 {
        font-size: calc((1vw + 1vh) / 0.3);
    }
    .content > .download > div:first-child {
        justify-content: left;
    }
    .content > .download > div:last-child {
        display: flex;
        justify-content: center;
    }
    .content > .download button.button {
        font-size: 0.6em;
        border-radius: 0.4em;
    }
    footer {
        font-size: calc((1vw + 1vh) / 1.5);
    }
    footer .footer-content {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        justify-content: left;
        align-items: start;
        padding: 2.5em 3%;
    }
    footer .footer-content > div {
        align-items: start;
        text-align: left;
    }
    footer .footer-content > .logo {
        width: 100%;
    }
    footer .footer-content > .logo > img {
        width: 75%;
        max-width: 18.5em;
    }
    footer .footer-content h6 {
        text-align: left;
    }
    footer .footer-content iframe {
        width: 85%;
        max-width: 21em;
        height: auto;
        aspect-ratio: 1/0.3;
    }
    
    section.career {
        padding: 1.5em 3em;
        font-size: calc((1vw + 1vh) / .45);
    }
    section.career .slider-wrapper {
        width: 100%;
    }
    swiper-slide {
        padding: 1em 0.4em;
        animation: none;
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        -ms-animation: none;
    }
    swiper-slide > div:hover {
        transform: scale(1.05);
        cursor: pointer;
    }
    swiper-slide .text {
        height: 8em;
    }
    swiper-slide.swiper-slide-next {
        animation: none;
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        -ms-animation: none;
    }
    footer .footer-content > .copyright {
        justify-content: center;
        align-items: center;
        grid-column: span 3;
        border-top: 0.1em solid #949494;
    }
    .career-list > .career-content {
        font-size: calc((1vw + 1vh) * 1.6);
        padding: 0 3em;
    }
    .career-list-item {
        display: grid;
        align-items: start;
        align-items: stretch;
        grid-template-columns: repeat(4, 1fr);
    }
    .career-list-item > .career-card {
        justify-content: flex-start;
    }
    .career-list-item > .career-card > .title {
        font-size: 0.8em;
    }
    .career-list-item > .career-card > .text {
        font-size: 0.5em;
        text-align: center;
    }
    section.career .slider-wrapper > .view-all-career > button {
        font-family: "Poppins-Bold";
        font-size: 0.7em;
        border-radius: 1em;
        border-style: none;
        background: #00000034;
        padding: 0.2em 1em;
        color: #ffffff;
    }
}