@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

:root {
    font-size: 1rem;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #333;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    background-color: #F4F6F8;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 72.5rem;
    margin: 1rem auto;
    padding: 1rem;
    overflow: hidden;
}

:is(a:link, a:visited, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a:hover {
    text-decoration: underline;
}

p {
    margin: 0 0 1.25rem;
}

.nowrap {
    white-space: nowrap;
}

p,
ul {
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.nomargin {
    margin: 0
}

ul {
    margin: 0 0 2.125rem;
    padding: 0;
    list-style: none;
}

ul li {
    margin: 0 0 0.625rem;
    padding: 0 0 0 2.1875rem;
}

ul li::before {
    content: "";
    background-color: rgb(51, 51, 51);
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 50%;
    position: relative;
    display: block;
    float: left;
    top: 0.5rem;
    margin: 0 0 0 -1rem;
}

ul.right_list {
    margin: 0
}

ul.right_list li {
    padding: 0 0 0 1.25rem;
}

ul.right_list li::before {
    margin: 0 0 0 -1.25rem;
}

h1 {
    font-size: 1.5rem;
    text-align: center;
    margin: 0 0 2.5rem;
}

h2 {
    font-size: 1.125rem;
    margin: 0 0 0.625rem
}

h3 {
    font-size: 1.125rem;
    margin: 0 0 1rem;
}

header {
    border-radius: 0.9375rem;
    overflow: hidden;
    background-color: transparent;
    margin: 0 0 1.25rem;
}

article {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 1.5rem
}

.left {
    background-color: #fff;
    border-radius: 0.9375rem;
    width: calc(100% - 26rem);
    padding: 2rem;
}

.right {
    width: 26rem;
}

.container {
    background-color: #fff;
    border-radius: 0.9375rem;
    margin: 0 0 1.875rem;
    padding: 2rem;
}

.container h3 {
    margin: 1rem 0
}

.container p {
    font-size: 0.9375rem;
}

.logo_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 3.125rem;
}

.logo {
    width: 6.25rem;
}

.text_logo {
    width: calc(100% - 7.5rem);
}

.text_logo p {
    color: #8D95A5
}

.text_logo p span {
    font-size: 1.375rem;
    font-weight: 700;
    display: block;
    color: rgb(51, 51, 51);
}

.infos {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.infos p {
    font-size: 0.875rem;
}

.info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 50%;
    margin: 0 0 0.625rem;
    position: relative;
    cursor: default;
}

.info > .pop {
    width: auto;
    height: auto;
    background-color: #191919;
    position: absolute;
    top: -2.1875rem;
    left: 0;
    padding: 0.3125rem;
    border-radius: 0.3125rem;
    display: none;
}

.info > .pop::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.5rem 0.4688rem 0 0.4688rem;
    border-color: #191919 transparent transparent transparent;
    transform: rotate(0deg) translateX(-50%);
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
}

.info:hover > .pop {
    display: flex;
    justify-content: center;
    align-items: center;
}

.info > .pop p {
    color: #fff;
    margin: 0;
    width: auto;
}

.width_smaller {
    width: 50%;
}

.info p {
    margin: 0;
    width: calc(100% - 1.875rem);
}

.icon {
    width: 1.25rem;
    display: flex;
    justify-content: center;
}

.icon i,
.contact i {
    color: #333;
}

hr {
    width: 100%;
    height: 0.0625rem;
    border: 0;
    background-color: rgb(231, 231, 231);
    margin: 2.5rem 0;
}

.contact p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 0.625rem;
    gap: 1rem;
    color: #445566;
}

.line {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.line > p {
    margin: 0 0 0.3125rem;
}

.line > p:first-of-type {
    width: 8.4375rem;
}

.line > p:last-of-type {
    width: calc(100% - 9.125rem);
}

.benefits {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.25rem;
}

.benefit {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 47%;
}

.benefit > p {
    text-align: center;
    font-size: 0.875rem;
    margin: 0
}

.iframe-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 1.875rem;
    height: 0;
    overflow: hidden;
}

.iframe-wrapper iframe {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.btn_container,
footer {
    display: flex;
    justify-content: center;
}

.btn_container > a,
a.btn_footer {
    color: #f1f1f1;
    background-color: #456;
    font-size: 1.125rem;
    font-weight: 700;
    width: 31.25rem;
    height: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.3125rem;
    box-shadow: rgba(0, 14, 35, .1) 0 0.125rem 0.125rem, rgba(0, 14, 35, .1) 0 0.25rem 0.25rem, rgba(0, 14, 35, .1) 0 0.5rem 0.5rem, rgba(0, 14, 35, .1) 0 1rem 1rem, rgba(0, 14, 35, .3) 0 0 1.25rem;
    transition: all .2s ease-in-out;
    margin: 1.5rem auto 1rem
}

.btn_container > a:hover,
a.btn_footer:hover {
    background-color: #789;
    text-decoration: none;
    box-shadow: rgba(0, 14, 35, .2) 0 0.125rem 0.125rem, rgba(0, 14, 35, .2) 0 0.25rem 0.25rem, rgba(0, 14, 35, .2) 0 0.5rem 0.5rem, rgba(0, 14, 35, .2) 0 1rem 1rem, rgba(0, 14, 35, .3) 0 0 1.25rem;
}

footer {
    padding: 2.1875rem;
    display: none;
}

@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;
}

@media only screen and (max-width: 72.4375rem) {
    ul li {
        margin: 0;
        padding: 0 0 0 0.9375rem;
    }

    ul li:before {
        margin: 0 0 0 -0.9375rem;
    }

    h1 {
        margin: 0 0 1.25rem;
    }

    h3 {
        margin: 0 0 0.3125rem;
    }

    .left,
    .container {
        padding: 1rem;
    }
}

@media only screen and (max-width: 56.25rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    header {
        border-radius: 0.9375rem;
    }

    article {
        flex-direction: column;
    }

    .left {
        width: auto;
        padding: 1rem;
        margin: 0 0 1.25rem;
    }

    .right {
        width: auto;
    }

    hr {
        margin: 1.25rem 0;
    }

    .btn_container {
        display: none;
    }

    a.btn_footer {
        width: 100%;
    }

    .benefits {
        gap: 1rem
    }

    .benefit {
        width: 30%
    }

    footer {
        padding: 1rem;
        display: flex;
        justify-content: center;
    }

    .benefit br {
        display: none
    }
}

@media only screen and (max-width: 26.25rem) {
    .infos {
        flex-direction: column;
    }

    .get_out_responsive {
        display: none;
    }

    .info,
    .width_smaller {
        width: 100%;
    }

    .line {
        flex-direction: column;
        margin: 0 0 1rem;
    }

    .line > p {
        margin: 0;
    }

    .line > p:first-of-type,
    .line > p:last-of-type {
        width: auto;
    }

    .benefit {
        width: 47%
    }

    .nowrap {
        white-space: pre-wrap
    }
}

@media only screen and (max-width: 23.4375rem) {
    .logo_container {
        flex-direction: column;
        margin: 0 0 1.875rem;
    }

    .logo {
        width: 6.25rem;
    }

    .text_logo {
        width: auto;
    }

    .text_logo p {
        text-align: center;
    }

    .infos {
        align-items: center;
    }

    .info {
        width: 100%;
        gap: 1rem;
        justify-content: center;
        margin: 0 0 1rem
    }

    .info p {
        text-align: center;
        margin: 0;
        width: auto;
    }

    .info > .pop {
        left: 50%;
        transform: translate(-50%)
    }

    .contact {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}