@charset "utf-8";

@font-face {
    font-family: 'Gazzetta-Bold';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Gazzetta-Bold.otf') format("opentype");
}

@font-face {
    font-family: 'ITCAvantGardePro-Bk';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/ITCAvantGardePro-Bk.otf') format("opentype");
}

@font-face {
    font-family: 'ITCAvantGardePro-Mdt';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/ITCAvantGardePro-Md.otf') format("opentype");
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background-color: #fff;
    color: #000;
    font: 400 1rem/1.5em 'ITCAvantGardePro-Bk', Arial, sans-serif;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #00d2fc;
}

header {
    position: relative;
    padding: 2rem 3rem;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
}

header .position {
    display: flex;
    flex-direction: column;
    margin: 0;
}

header .position h1 {
    font-family: 'Gazzetta-Bold', Arial, sans-serif;
    color: #f8fe57;
    font-size: 1.6rem;
    line-height: 120%;
    margin: 0 0 1rem;
}

.scheme_detail_data {
    width: 100%;
    display: table;
}

.scheme-additional-data {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.scheme-additional-data {
    margin-bottom: 0;
    min-width: 100%;
}

ul.scheme-additional-data li {
    list-style: none;
    margin: 0 0 5px 0;
    line-height: 170%;
}

ul.scheme-additional-data :is(.fas,.far) {
    margin-right: 15px;
    color: #f8fe57;
}

article section {
    padding: 2rem 3rem;
}

article section.color {
    background: #fff;
}
article section.color2 {
    background: #f8fe57;
}

article h2 {
    font-family: 'Gazzetta-Bold', Arial, sans-serif;
    font-weight: 400;
    color: #00d2fc;
    font-size: 4rem;
    line-height: 100%;
    margin: -3rem 0 0;
}

article p {
    margin: 1rem 0 0;
}

article ul {
    margin: 1rem 0 1rem 1.2rem;
    list-style: none;
}

article ul li:before {
    content: "\2022";
    color: #00d2fc;
    font-size: 1.3rem;
    float: left;        
    margin: 1px 0 0 -22px;
}

article ul span {
    color: #00d2fc; 
    font-weight: 700;
}
article ul strong {
    color: #00d2fc; 
    font-weight: 700;
}
article .apply {
    display: flex;
    justify-content: center;
    margin: 2rem 0 1rem;
}

article .apply a.btn {
    background: #00d2fc;
    color: #f8fe57;
    padding: .5rem 2.5rem;
    border-radius: 1.5rem;
    text-align: center;
	font-weight: bold;
}

:is(a:link,a:visited,a:hover,a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;    
}

article h3 {
    font-size: 2.5rem;
    font-family: 'Gazzetta-Bold', Arial, sans-serif;
    color: #f8fe57;
    line-height: 120%;
}

article .col-2 {
    display: block;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 2rem;
    margin: 2rem 0 0;
}

article .col-2 p {
    color: #fff;
    /*width: 50%;*/
}

article strong {
    font-weight: 700;
    font-family: 'ITCAvantGardePro-Mdt', Arial, sans-serif;
}

article .col-2 p  span {
    font-weight: 700;
    color: #f8fe57;
    font-family: 'ITCAvantGardePro-Mdt', Arial, sans-serif;
    width: 20px;
    float: left;
}

.iframe-wrapper {    
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

footer {
    padding: 3rem;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 1rem;
}

footer .flex .social {
    display: flex;
    justify-content: flex-start;
    gap: 1rem;
    margin: 0 0 1rem;
}

footer .flex .social .item {
    background: #f8fe57;
    border-radius: 50%;
    padding: 10px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .flex .social .item .fa-brands {
    color: #00d2fc;
    font-size: 1.1rem;
}

footer p {
    color: #fff;
}

footer p span {
    color: #f8fe57;
    font-weight: 700;
    font-family: 'ITCAvantGardePro-Mdt', Arial, sans-serif;
}

@media only screen and (max-width: 49.938rem) {

    #wrapper {
        border: none;
        margin: 0 auto;
    }

    article :is(p,ul) {
        hyphens: auto;
    }
}

@media only screen and (max-width: 48rem) {

    header {
        padding: 2rem 1rem;
    }

    article section, footer {
        padding: 2rem;
    }
}

@media only screen and (max-width: 40rem) {

    header {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    header .position :is(h1,ul.scheme-additional-data) {
        text-align: center;
    }
}

@media only screen and (max-width: 40.938rem) {

    article .col-2 {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        margin: 1rem 0 0;
    }

    article .col-2 p {
        width: 100%;
    }
}

@media only screen and (max-width: 39.375rem) {

    article :is(h3,.col-2 p) {
        text-align: center;
    }

    article .col-2 p > span {
        float: none;
    }

    footer {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    footer .flex .social {
        justify-content: center;
    }

    footer p {
        text-align: center;
    }
}

@media only screen and (max-width: 30rem) {

    header {
        padding: 1rem;
    }

    article section {
        padding: 1rem;
    }

    article h2 {
        text-align: center;
        margin: -1rem 0 0;
    }

    article .apply a.btn {
        width: 100%;
    }

    footer {
        padding: 2rem 1rem;
    }
}