@charset "utf-8";

:root {
    font-size: 1rem;
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v36-latin-regular.eot');
    src: url('../fonts/open-sans-v36-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v36-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v36-latin-regular.woff') format('woff'), url('../fonts/open-sans-v36-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v36-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v36-latin-700.eot');
    src: url('../fonts/open-sans-v36-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v36-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v36-latin-700.woff') format('woff'), url('../fonts/open-sans-v36-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v36-latin-700.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/maven-pro-v33-latin-700.eot');
    src: url('../fonts/maven-pro-v33-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/maven-pro-v33-latin-700.woff2') format('woff2'), url('../fonts/maven-pro-v33-latin-700.woff') format('woff'), url('../fonts/maven-pro-v33-latin-700.ttf') format('truetype'), url('../fonts/maven-pro-v33-latin-700.svg#MavenPro') format('svg');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #575757;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.content {
    max-width: 68.75rem;
    margin: 0 auto;
    display: block;
    padding: 0 1rem
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 0.625rem;
}

.nowrap {
    white-space: nowrap;
}

.margin_big {
    margin: 0 0 5rem;
}

:is(h1, h2, h3, h4, h6, h6) {
    font-family: "Maven Pro", "Arial", sans-serif;
    line-height: 1.1;
}

a.video_link {
    color: #6b3877;
    font-weight: 700;
}

a.video_link:hover {
    text-decoration: underline;
}

h1 {
    color: #575757;
    font-weight: 700;
    font-size: 2.187rem;
    margin: 5.625rem 0 0.312rem;
}

h2 {
    color: #6b3877;
    font-weight: 700;
    font-size: 1.25rem;
    margin: 0.312rem 0 1.625rem;
}

h3 {
    color: #6b3877;
    font-weight: 700;
    font-size: 1.25rem;
    margin: 1.625rem 0 0.812rem;
}

ul {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
}

ul li {
    padding-left: 1.375rem
}

ul li:before {
    content: "";
    background-color: #6b3877;
    width: 0.5rem;
    height: 0.5rem;
    position: relative;
    display: block;
    float: left;
    top: 0.5rem;
    margin: 0 0 0 -1.375rem;
}

header {
    background: #fff;
    box-shadow: 0 0.187rem 1.25rem 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0.187rem 1.25rem 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0.187rem 1.25rem 0 rgba(0, 0, 0, 0.2);
    border: 0.062rem solid rgba(0, 0, 0, 0.125);
}

.logo {
    width: 11.25rem;
    margin: 0.937rem 0
}

.info {
    display: flex;
    align-items: center;
    column-gap: 0.937rem;
    margin: 0 0 1.875rem;
    flex-wrap: wrap;
}

.info p {
    white-space: nowrap;
}

.info p i {
    color: #6b3877;
}

.box {
    background: #EFEFEF;
    padding: 0.937rem 0 1.875rem;
    margin: 5rem 0 5.062rem;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex p {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #6b3877;
    font-weight: 400;
    margin: 0.812rem 0;
}

.flex p span {
    margin-left: 0.312rem;
}

.flex p i {
    font-size: 125%;
    width: 2.125rem;
}

h4 {
    color: #575757;
    font-size: 2.187rem;
    margin: 0 0 0.812rem;
}

h5 {
    color: #6b3877;
    font-size: 1.25rem;
    margin: 0.812rem 0 4.25rem;
}

h6 {
    font-size: 1.062rem;
    margin: 0 0 2.062rem;
}

h6 span {
    font-size: 1.375rem;
    color: #6b3877;
    font-family: 'Maven Pro', Arial, sans-serif;
}

a.apply {
    margin: 3.437rem 0 3.437rem;
    color: #fff;
    background-color: #6b3877;
    transition: all ease-in-out .2s;
    cursor: pointer;
    background-image: none;
    padding: 0.375rem 0.75rem;
    font-size: 1.062rem;
    line-height: 1.55;
    border-radius: 0.25rem;
    display: block;
    width: fit-content;
}

a.apply:hover {
    background-color: #4c2854;
    border-color: #361c3c;
}

footer {
    background-color: #6b3877;
    padding: 0.937rem 0 1.875rem;
}

footer p {
    color: #fff;
    margin: 0;
}

@keyframes slidy {
    0% {
        left: 0%;
    }

    47% {
        left: 0%;
    }

    50% {
        left: -100%;
    }

    97% {
        left: -100%;
    }

    100% {
        left: -200%;
    }
}

.slider {
    overflow: hidden;
}

.slider figure {
    position: relative;
    width: 300%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 12s slidy infinite;
}

figure img {
    width: 33.333333333333336%;
    float: left;
}

.iframe-wrapper {
    width: 53%;
    position: relative;
    padding-bottom: 30%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin: 0 0 60px;
    }

    .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: 1099px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}

@media only screen and (max-width: 810px) {
    .margin_big {
        margin: 0 0 2.5rem;
    }

    .flex {
        flex-direction: column;
    }

    .flex p {
        width: 100%;
    }

    .box {
        padding: 1rem 0 0;
        margin: 2.5rem 0 1.25rem;
    }
    
    .iframe-wrapper {
        width: 80%;
        padding-bottom: 40%;
        margin: 40px 0;
    }
}

@media only screen and (max-width: 768px) {
    h1 {
        margin: 1rem 0;
    }

    h3 {
        margin: 0 0 0.812rem;
    }

    ul {
        margin-bottom: 1rem;
    }

    :is(h2, h5, h6, .info) {
        margin: 0 0 1rem;
    }

    a.apply {
        margin: 1rem 0;
    }

    footer {
        padding: 1rem 0;
    }
}

@media only screen and (max-width: 480px) {
    header .content {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .center {
        text-align: center;
    }

    h1 {
        text-align: center;
        font-size: 1.5rem;
    }

    .flex p {
        flex-direction: column;
        text-align: center;
        font-size: 0.9375rem
    }

    h2 {
        text-align: center;
    }

    h4 {
        font-size: 1.25rem;
        text-align: center;
    }

    h5,
    h6,
    h6 + p {
        text-align: center;
    }

    a.apply {
        margin: 1rem auto;
    }
    
    .iframe-wrapper {
        width: 100%;
        padding-bottom: 50%;
    }
}

@media only screen and (max-width: 376px) {
    .info {
        flex-direction: column;
    }

    footer p {
        text-align: center;
    }
}