@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/noto-sans-v36-latin-regular.eot');
    src: url('../fonts/noto-sans-v36-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/noto-sans-v36-latin-regular.woff2') format('woff2'),
        url('../fonts/noto-sans-v36-latin-regular.woff') format('woff'),
        url('../fonts/noto-sans-v36-latin-regular.ttf') format('truetype'),
        url('../fonts/noto-sans-v36-latin-regular.svg#NotoSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/noto-sans-v36-latin-700.eot');
    src: url('../fonts/noto-sans-v36-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/noto-sans-v36-latin-700.woff2') format('woff2'),
        url('../fonts/noto-sans-v36-latin-700.woff') format('woff'),
        url('../fonts/noto-sans-v36-latin-700.ttf') format('truetype'),
        url('../fonts/noto-sans-v36-latin-700.svg#NotoSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/noto-sans-v36-latin-800.eot');
    src: url('../fonts/noto-sans-v36-latin-800.eot?#iefix') format('embedded-opentype'),
        url('../fonts/noto-sans-v36-latin-800.woff2') format('woff2'),
        url('../fonts/noto-sans-v36-latin-800.woff') format('woff'),
        url('../fonts/noto-sans-v36-latin-800.ttf') format('truetype'),
        url('../fonts/noto-sans-v36-latin-800.svg#NotoSans') format('svg');
}

:root {
    font-size: 16px;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #fff;
    background-color: #242424;
    font-family: "Noto Sans", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 71.25rem;
    margin: 1rem auto;
    overflow: hidden;
}

:is(a:link, a:visited, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 .625rem;
}

h1 {
    font-size: 1.2rem;
    margin: 1.25rem 0;
}

h2 {
    font-size: 0.8rem;
    margin: .625rem 0 1.25rem;
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}

ul li {
    padding: 0 0 .187rem 2.625rem;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.375rem;
    font-size: 1.375em;
    line-height: 1;
    font-family: "Arial", sans-serif;
}

header {
    margin: 0 0 1.25rem;
}


.slider {
    position: relative;
}

.slider > img {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    animation: imageAnimation 18s linear infinite 0s;
}

.slider > img:nth-of-type(1) {
    position: static;
    opacity: 1;
}

.slider > img:nth-of-type(2) {
    animation-delay: 6s;
}

.slider > img:nth-of-type(3) {
    animation-delay: 12s;
}


@keyframes imageAnimation {
    4% {
        opacity: 1;
    }

    33% {
        opacity: 1;
    }

    38% {
        opacity: 0;
    }
}

hr {
    margin: 1.875rem 0;
}

a.button {
    background-color: #fad85b;
    color: #000;
    padding: 1.25rem 1.875rem;
    border-radius: 3.125rem;
    font-size: 1.875rem;
    font-weight: 800;
    margin-top: .937rem;
}

.center {
    justify-content: center;
    display: flex;
}

footer {
    background-color: #FAD85B;
    padding: 3.75rem 0;
    margin: .937rem 0 0;
}

footer img {
    margin: 0 auto;
    display: block;
}

.fa-tiktok {
    color: #FFFFFF;
    background-color: #000000;
    border-radius: 50%;
    font-size: 1.375rem;
    padding: .937rem;
    transition: all .3s;
}

.fa-instagram {
    color: #FFFFFF;
    background-color: #AB2E64;
    border-radius: 50%;
    font-size: 1.375rem;
    padding: .937rem;
    transition: all .3s;
}

.fa-facebook {
    color: #FFFFFF;
    background-color: #3b5998;
    border-radius: 50%;
    font-size: 1.375rem;
    padding: .937rem;
    transition: all .3s;
}

.fa-linkedin {
    color: #FFFFFF;
    background-color: #0077b5;
    border-radius: 50%;
    font-size: 1.375rem;
    padding: .937rem;
    transition: all .3s;
}

i:hover {
    opacity: .9;
    color: #fff;
}

section {
    justify-content: center;
    display: flex;
    column-gap: .937rem;
    margin: 1.875rem 0 0;
}

@media only screen and (max-width: 71.187rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    span {
        white-space: nowrap;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
    }
}

@media only screen and (max-width: 48rem) {
    ul li {
        padding-left: 1.562rem;
    }
}

@media only screen and (max-width: 30rem) {
    h1 {
        text-align: center;
    }

    a.button {
        font-size: 1.25rem;
    }
}

@media only screen and (max-width: 23.438rem) {
    footer {
        padding: 1rem;
    }
}
