@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/outfit-v11-latin-regular.eot');
    src: url('../fonts/outfit-v11-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/outfit-v11-latin-regular.woff2') format('woff2'), url('../fonts/outfit-v11-latin-regular.woff') format('woff'), url('../fonts/outfit-v11-latin-regular.ttf') format('truetype'), url('../fonts/outfit-v11-latin-regular.svg#Outfit') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/outfit-v11-latin-500.eot');
    src: url('../fonts/outfit-v11-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/outfit-v11-latin-500.woff2') format('woff2'), url('../fonts/outfit-v11-latin-500.woff') format('woff'), url('../fonts/outfit-v11-latin-500.ttf') format('truetype'), url('../fonts/outfit-v11-latin-500.svg#Outfit') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/outfit-v11-latin-700.eot');
    src: url('../fonts/outfit-v11-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/outfit-v11-latin-700.woff2') format('woff2'), url('../fonts/outfit-v11-latin-700.woff') format('woff'), url('../fonts/outfit-v11-latin-700.ttf') format('truetype'), url('../fonts/outfit-v11-latin-700.svg#Outfit') format('svg');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    font-size: 16px;
}

body {
    color: #000;
    font-family: 'Outfit', Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
}

#wrapper {
    position: relative;
    max-width: 1000px;
    margin: 0 auto 1rem;
    overflow: hidden;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}

a.color {
    color: rgb(9, 111, 191);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

h1 {
    font-size: clamp(22px, 18px + 1.2800vw, 30px);
    color: #fff;
    font-weight: 400;
    background-color: rgb(0, 0, 0, 0.5);
    position: absolute;
    top: 22rem;
    padding: 1rem 2rem;
    width: 100%;
}

h2 {
    font-size: 1.5rem;
    color: #db0001;
    font-weight: 400;
    margin: 1rem 0;
}

h3 {
    font-size: 1.5rem;
    font-weight: 400;
    margin: 2rem 0 1rem;
    color: #6da521;
}

h4 {
    font-size: 1rem;
    margin: 1rem 0;
    font-weight: 700;
}

h5 {
    color: #6da521;
    font-size: 1.5rem;
    font-weight: 400;
    margin: 1.5rem 0 0.3rem;
}

ul {
    list-style: none;
    margin: 0 0 2rem;
    padding: 0;
}

ul li {
    padding: 0 0 .375rem 1.25rem
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.25rem;
    font-size: 2rem;
    line-height: 0.75;
    color: #DB0001;
    font-family: "Arial", sans-serif;
}

header {
    background-color: #f4f4f4;
    padding: 1rem 2rem;
    border-bottom: .062rem solid #b5b4b4;
    display: flex;
}

.info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
    margin: 2rem 0;
}

.section_box {
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    column-gap: .625rem;
}

a.arrow {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: .312rem;
}

.section {
    width: 31%;
}

.flex {
    display: flex;
    justify-content: space-between;
    gap: 0 2rem;
    margin: 2rem 0;
}

.flex section {
    width: 50%;
}

.flex section p {
    margin-bottom: 1rem;
}

.introduction {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    margin: 2rem 0;
}

video {
    width: 59%;
}

.slider {
    width: 41%;
}

a.link {
    color: #096fbf;
}

a.red {
    color: #DB0001;
}

.button {
    display: flex;
    justify-content: center;
    margin: 2rem 0 4rem;
}

a.apply {
    background: #93C363;
    color: #fff;
    padding: 1rem 2rem;
    border-radius: .625rem;
    font-size: 1.25rem;
    text-align: center;
    transition: color .15s ease-in-out;
}

a.apply:hover {
    background: #709B46;
}

.grey {
    background-color: #f4f4f4;
    padding: 2rem;
}

.logos {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: solid .062rem #666666;
    border-bottom: solid .062rem #666666;
    column-gap: 8rem;
    padding: 2rem 1rem;
    margin: 2rem 0;
}

.socials {
    padding: 2rem 1rem;
    display: flex;
    justify-content: center;
    column-gap: 3rem
}

.socials i {
    color: #666666;
    font-size: 4rem;
}

.socials i:hover {
    color: #333333
}

footer {
    background: #666666;
    color: #EEEEEE;
    padding: 2rem 1rem;
}

footer p {
    line-height: 2;
}

.bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 1rem;
}

.bottom .box {
    width: 33%
}

footer .box:last-of-type a {
    display: block;
}

@keyframes slidy {
    0% {
        left: 0%;
    }

    11% {
        left: 0%;
    }

    14% {
        left: -100%;
    }

    26% {
        left: -100%;
    }

    29% {
        left: -200%;
    }

    40% {
        left: -200%;
    }

    43% {
        left: -300%;
    }

    54% {
        left: -300%;
    }

    57% {
        left: -400%;
    }

    68% {
        left: -400%;
    }

    71% {
        left: -500%;
    }

    83% {
        left: -500%;
    }

    86% {
        left: -600%;
    }

    97% {
        left: -600%;
    }

    100% {
        left: -700%;
    }
}

.slider {
    overflow: hidden;
    position: relative;
}

.slider figure {
    position: relative;
    width: 800%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 42s slidy infinite;
}

figure img {
    width: 12.5%;
    float: left;
}

.wiki {
    margin: 2rem 0 0;
    flex: 0 0 250px;
}

@media only screen and (max-width: 62.375rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    h1 {
        position: static;
    }
}

@media only screen and (max-width: 54.25rem) {
    .wiki {
        flex: auto;
    }

    .info {
        flex-direction: column;
        margin: 0 0 2rem;
        gap: 0;
        justify-content: center;
        align-items: center;
    }

    .section_box {
        width: 100%;
        justify-content: space-between;
        column-gap: 1.25rem;
    }

    .section_box .section {
        width: 31%
    }

    .bottom {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .bottom .box {
        width: 100%;
    }

    footer :is(p, a) {
        text-align: center;
    }

    footer img {
        margin: 0 auto 1rem;
    }
}

@media only screen and (max-width: 38.75rem) {
    .section_box .section {
        width: 45%
    }

    .section_box .section p br {
        display: none;
    }
}

@media only screen and (max-width: 37rem) {
    header {
        justify-content: center;
    }

    h1 {
        padding: 1rem;
    }

    .info {
        flex-direction: column;
        gap: 0;
    }

    .info br {
        display: none;
    }

    h5 {
        margin: 1rem 0 0;
        font-size: 1rem;
    }

    .flex {
        flex-direction: column;
        gap: 0;
        margin: 0;
    }

    .flex section {
        width: 100%;
    }

    h3 {
        margin: 0;
    }

    .introduction {
        flex-direction: column;
    }

    video {
        width: 100%;
    }

    .slider {
        width: 60%;
        margin: 0 auto;
    }

    .logos {
        flex-wrap: wrap;
        gap: 1rem;
    }
}

@media only screen and (max-width: 480px) {
    .section_box .section {
        width: 100%
    }

    .slider {
        width: 100%;
        margin: 0 auto;
    }
}