@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/poppins-v21-latin-regular.eot');
    src: url('../fonts/poppins-v21-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/poppins-v21-latin-regular.woff2') format('woff2'), url('../fonts/poppins-v21-latin-regular.woff') format('woff'), url('../fonts/poppins-v21-latin-regular.ttf') format('truetype'), url('../fonts/poppins-v21-latin-regular.svg#Poppins') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/poppins-v21-latin-700.eot');
    src: url('../fonts/poppins-v21-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/poppins-v21-latin-700.woff2') format('woff2'), url('../fonts/poppins-v21-latin-700.woff') format('woff'), url('../fonts/poppins-v21-latin-700.ttf') format('truetype'), url('../fonts/poppins-v21-latin-700.svg#Poppins') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/poppins-v21-latin-900.eot');
    src: url('../fonts/poppins-v21-latin-900.eot?#iefix') format('embedded-opentype'), url('../fonts/poppins-v21-latin-900.woff2') format('woff2'), url('../fonts/poppins-v21-latin-900.woff') format('woff'), url('../fonts/poppins-v21-latin-900.ttf') format('truetype'), url('../fonts/poppins-v21-latin-900.svg#Poppins') format('svg');
}

:root {
    font-size: 1rem;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #18282f;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.3;
    background: #FCFCFC;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 56.25rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #FCFCFC;
}

h1 {
    font-size: 1.4rem;
    line-height: 1.3;
    margin: 1rem 0 2.5rem;
    text-align: center;
    font-weight: 800;
    color: #323e48;
}

h2 {
    font-size: 1.25rem;
    text-align: center;
    margin: 0 0 4rem;
    font-weight: 700;
    color: #323e48;
}

h3 {
    font-size: 1rem;
    margin: 0 0 1rem;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 1rem;
}

.nowrap {
    white-space: nowrap;
}

ul {
    list-style: none;
    margin: 0 0 4rem;
    padding: 0;
}

ul li {
    padding-left: 1.5rem;
    margin: 0 0 0.5rem;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1rem;
    font-size: 1rem;
    line-height: 1.2;
    color: #a4a6a8;
}

header {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0 1rem 2rem;
}

.icons {
    display: flex;
    align-items: center;
    column-gap: 1.7rem;
}

.icons i {
    font-size: 28px;
    color: #a4a6a8;
    transition: opacity .3s;
}

.icons i:hover {
    opacity: .7;
}

.padding {
    padding: 0 3rem;
}

.details {
    display: flex;
    column-gap: 2rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0 3rem;
}

.details i {
    margin-right: 0.315rem;
    font-size: 19px;
}

.padding_bottom {
    position: relative;
    bottom: 5px;
}

.margin {
    margin: 1rem 0 4rem;
}

footer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5rem 0 2rem;
}

.container {
    box-shadow: 0 0 4rem rgba(0, 0, 0, .15);
    border-radius: 3rem;
    padding: 2.25rem 1.5625rem;
}

a.apply {
    background-color: #e30017;
    color: #fff;
    transition: background-color .25s ease-in-out;
    font-size: 1rem;
    padding: 1rem 1.875rem;
    border-radius: 3rem;
}

a.apply:hover {
    background-color: #b60012;
}

.iframe-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 50%;
    padding-top: 1.875rem;
    height: 0;
    overflow: hidden;
    margin: 0 0 1.5rem;
}

.iframe-wrapper iframe,
.iframe-wrapper object,
.iframe-wrapper embed {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 56.1875rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
    }

    .center br {
        display: none;
    }

    h1 {
        margin: 1.5rem 0 2rem;
    }

    h2 {
        margin: 0 0 2rem;
        font-size: 18px;
    }

    h3 {
        margin: 1.5rem 0 0.625rem;
    }

    header {
        padding: 1rem 0 1rem 1rem;
    }

    .padding {
        padding: 0 1rem;
    }

    .details {
        padding: 0;
    }

    .details img {
        position: relative;
        top: 1px
    }

    .details p {
        text-align: center;
    }

    .margin {
        margin: 1rem 0 1.5rem;
    }

    footer {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 2.5rem 0 1.25rem;
    }

}

@media only screen and (max-width: 30rem) {

    ul li {
        padding-left: 1rem;
    }

    header {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1.5rem
    }

    .details {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.3rem
    }

    .padding_bottom {
        position: relative;
        bottom: 3px;
    }

    .padding {
        padding: 0;
    }
}

@media only screen and (max-width: 23.5rem) {

    .container,
    a.apply {
        width: 100%;
        display: block;
        text-align: center;
    }

    .container {
        padding: 1.25rem;
    }
}