@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700;800&display=swap');
.main {
    max-width: 1440px;
    width: 100%;
    height: auto;
    font-family: 'Quicksand', Arial, sans-serif;
    margin: 0 auto;
    background: #FFFFFF;
}

.wrapperfull {
    position: relative;
    width: 100%;
    height: auto;
}

.wrappercontent {
    position: relative;
    width: 100%;
    max-width: 1105px;
    height: auto;
    margin: 0 auto;
}

.desk {
    display: block;
}

.tab {
    display: none;
}

.mobile {
    display: none;
}

.layer {
    display: none;
}

.vhcenter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.flexy {
    display: flex;
    justify-content: space-between;
}

form {
    width: 400px;
    height: 64px;
    margin: 0 auto;
}
form input {
    width: 400px;
    height: 64px;
    background: url(../img/cta.png)no-repeat center / 100% auto;
    border: 0;
    margin: 0 auto;
    outline: none;
    cursor: pointer;
}

form input.second {
    display: block;
    margin: 80px auto 80px auto;
}

li,
p {
    font-size: 20px;
    line-height: 30px;
}

@media (max-width: 1155px) {
    .wrappercontent {
        padding: 0 24px;
    }
}

@media (max-width: 1023px) {
    .desk {
        display: none;
    }
    .tab {
        display: block;
    }
    .mobile {
        display: none;
    }
}

@media (max-width: 640px) {
    a.cta {
        max-width: 250px;
        height: 40px;
        line-height: 40px;
        font-size: 10px;
        line-height: 10px;
    }
    a.cta span {
        width: 188px;
        height: 12px;
        padding-left: 20px;
        background: url(../img/Icons/save.svg)no-repeat left center / 12px auto;
        line-height: 12px;
    }
    li,
    p {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (max-width: 480px) {
    .desk {
        display: none;
    }
    .tab {
        display: none;
    }
    .mobile {
        display: block;
    }
}


/* HEADER */

.header .ensemble {
    position: absolute;
    top: 0;
    left: 0;
    width: 251px;
    height: auto;
}

.header .wrapper-blur {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 57%;
    background: #af8ab4a3;
    padding: 40px;
}

.header h2 {
    font-size: 50px;
    max-width: 900px;
    width: 100%;
    margin: 0 auto 40px auto;
    color: #FFFFFF;
    text-align: center;
    line-height: 50px;
    font-weight: 500;
}

.header h2 span {
    color: #C2D589;
    font-weight: 700;
}

@media (max-width: 1023px) {
    .header .ensemble {
        width: 140px;
    }
    .header h2 {
        font-size: 40px;
        max-width: 640px;
    }
}

@media (max-width: 767px) {
    .header .ensemble {
        width: 93px;
        line-height: 40px;
    }
}

@media (max-width: 640px) {
    .header h2 {
        font-size: 22px;
        line-height: 24px;
        max-width: 328px;
    }
}

@media (max-width: 480px) {
    .header .wrapper-blur {
        height: 52%;
        padding: 20px 10px;
    }
}

@media (max-width: 400px) {
    .header h2 {
        margin: 0 auto 16px auto;
    }
}


/* advantages */

.bgpurple {
    background-color: rgba(175, 138, 180, 0.10);
    background-image: url(../img/argus_bg_bottom_left.svg), url(../img/argus_bg_top_right.svg);
    padding-bottom: 64px;
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, right top;
    background-size: 17% auto, 17% auto;
}

.advantages {
    position: relative;
    top: -160px;
    margin-bottom: -95px;
    max-width: 700px;
}

.advantages .box {
    width: calc(50% - 18px);
    background: #FFFFFF;
    text-align: center;
    padding: 24px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.10);
}

.advantages .box h2 {
    position: relative;
    font-size: 24px;
    color: #AF8AB4;
    text-align: center;
    font-weight: 700;
    margin: 0;
}

.advantages .box h2::after {
    content: '';
    width: 40px;
    height: 8px;
    border-radius: 8px;
    background: #C2D589;
    margin: 16px auto;
    display: block;
}

.advantages .box p span {
    color: #AF8AB4;
    font-weight: 700;
}

@media (max-width: 1340px) {
    .advantages {
        top: -130px;
        margin-bottom: -65px;
    }
}

@media (max-width: 1240px) {
    .advantages {
        top: -100px;
        margin-bottom: -35px;
    }
}

@media (max-width: 1150px) {
    .advantages {
        top: -80px;
        margin-bottom: -25px;
    }
}

@media (max-width: 1023px) {
    .advantages {
        top: -130px;
        margin-bottom: -65px;
    }
    .bgpurple {
        padding-bottom: 54px;
    }
}

@media (max-width: 950px) {
    .advantages {
        top: -80px;
        margin-bottom: -25px;
    }
}

@media (max-width: 820px) {
    .advantages {
        top: -60px;
        margin-bottom: -15px;
        flex-direction: column;
    }
    .advantages .box {
        width: 100%;
        margin-bottom: 24px;
    }
}

@media (max-width: 767px) {
    .bgpurple {
        padding-bottom: 25px;
    }
    .advantages {
        top: 0;
        margin-bottom: -15px;
        width: 100%;
        background: #FFF;
        padding-bottom: 24px;
    }
    .advantages .box {
        margin-top: 16px;
        margin-bottom: 0;
    }
    .advantages .box h2 {
        font-size: 20px;
    }
}

.ambitions {
    max-width: 915px;
}

.ambitions .plus {
    font-size: 24px;
    color: #464B50;
    text-align: center;
    line-height: 30px;
    font-weight: 500;
    margin: 0 0 40px 0;
}

.ambitions .plus span {
    color: #AF8AB4;
    font-weight: 700;
}

.ambitions .wrap-ambitions {
    width: 100%;
}

.ambitions .wrap-ambitions .bloc {
    text-align: center;
}

.ambitions .wrap-ambitions .bloc img {
    width: 160px;
    margin: 0 auto 24px auto;
}

.ambitions .wrap-ambitions .bloc h2 {
    font-size: 18px;
    color: #464B50;
    line-height: 23px;
    font-weight: 600;
}

.ambitions .wrap-ambitions .bloc h2 span {
    font-size: 24px;
    color: #AF8AB4;
    text-align: center;
    line-height: 23px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}

@media (max-width: 767px) {
    .bgpurple {
        background: rgba(175, 138, 180, 0.10) url(../img/argus_bg_bottom_left.svg)no-repeat left bottom / 104px auto;
    }
    .ambitions .plus {
        font-size: 20px;
        line-height: 25px;
        margin: 40px 0 32px 0;
    }
    .ambitions .wrap-ambitions {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .ambitions .plus {
        margin: 50px 0 32px 0;
    }
}

.subscription {
    text-align: center;
    padding-top: 64px;
    padding-bottom: 86px;
}

.subscription h2 {
    font-size: 32px;
    color: #464B50;
    line-height: 40px;
    font-weight: 500;
}

.subscription h2 span {
    color: #AF8AB4;
    font-weight: 700;
    display: block;
}

.subscription .wrapper-solution {
    position: relative;
    min-height: 244px;
    padding: 24px 60px 24px 440px;
    text-align: left;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.10);
    margin-top: 107px;
    background: rgb(175, 138, 180);
    background: linear-gradient(36deg, rgba(175, 138, 180, 1) 0%, rgba(231, 219, 232, 1) 25%, rgba(255, 255, 255, 1) 42%);
}

.subscription .wrapper-solution img {
    position: absolute;
    top: -76px;
    left: 37px;
    width: 348px;
    height: auto;
}

.subscription .wrapper-solution p {
    margin: 0;
}

.subscription .wrapper-solution p span {
    text-transform: uppercase;
    color: rgb(175, 138, 180);
    font-weight: 600;
}

.subscription .wrapper-solution p b {
    font-weight: 600;
}

.subscription .wrapper-solution:nth-child(odd) {
    padding: 40px 440px 40px 60px;
    background: rgb(194, 213, 137);
    background: linear-gradient(332deg, rgba(194, 213, 137, 1) 0%, rgba(255, 255, 255, 1) 42%);
}

.subscription .wrapper-solution:nth-child(odd) p span {
    color: rgb(194, 213, 137);
}

.subscription .wrapper-solution:nth-child(4) {
    background: rgb(242, 148, 124);
    background: linear-gradient(36deg, rgba(242, 148, 124, 1) 0%, rgba(255, 255, 255, 1) 42%);
}

.subscription .wrapper-solution:nth-child(1) img {
    right: 37px;
    left: unset;
}

.subscription .wrapper-solution:nth-child(3) img {
    right: 37px;
    left: unset;
}

.subscription a.cta {
    margin-top: 80px;
}

@media (max-width: 767px) {
    .subscription .wrapper-solution:nth-child(odd),
    .subscription .wrapper-solution {
        padding: 160px 32px 32px 32px;
        background: linear-gradient(180deg, rgba(175, 138, 180, 1) 0%, rgba(255, 255, 255, 1) 42%);
        margin-top: 65px;
    }
    .subscription .wrapper-solution:nth-child(odd) {
        background: linear-gradient(180deg, rgba(194, 213, 137, 1) 0%, rgba(255, 255, 255, 1) 42%);
    }
    .subscription .wrapper-solution:nth-child(4) {
        background: linear-gradient(180deg, rgba(242, 148, 124, 1) 0%, rgba(255, 255, 255, 1) 42%);
    }
    .subscription .wrapper-solution:nth-child(3) img,
    .subscription .wrapper-solution img {
        position: absolute;
        top: -58px;
        left: 50%;
        right: unset;
        transform: translateX(-50%);
        width: 270px;
        height: auto;
    }
    .subscription {
        padding-top: 32px;
        padding-bottom: 41px;
    }
    .subscription h2 {
        font-size: 24px;
        line-height: 32px;
    }
}

.dispo {
    min-height: 470px;
}

.dispo img.desk {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 607px;
    height: auto;
}

.dispo .wrappercontent .wrap-dispo {
    width: 55%;
    padding-top: 27px;
    padding-bottom: 27px;
    border-bottom: 2px solid #C2D589;
    border-top: 2px solid #C2D589;
    float: right;
}

.dispo .wrappercontent .wrap-dispo h2 {
    font-size: 32px;
    color: #AF8AB4;
    font-weight: 700;
    margin: 0 0 26px 0;
}

ul {
    list-style: none;
    padding-left: 15px;
    /* Remove default bullets */
}

ul li::before {
    content: "\2022";
    color: #C2D589;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

ul li span {
    color: #6E2479;
    font-weight: 700;
}

@media (max-width: 1150px) {
    .dispo .wrappercontent .wrap-dispo {
        max-width: 800px;
        width: 100%;
        padding-top: 27px;
        padding-bottom: 27px;
        border-bottom: 2px solid #C2D589;
        border-top: 2px solid #C2D589;
        float: unset;
        margin: 0 auto;
    }
    .dispo img.desk {
        display: none;
    }
    .dispo img.mobile {
        width: 477px;
        margin: 24px auto 0 auto;
        display: block;
    }
}

@media (max-width: 1024px) {
    .dispo .wrappercontent {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 848px) {
    .dispo {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 767px) {
    .dispo img.mobile {
        width: 100%;
    }
    .dispo .wrappercontent .wrap-dispo h2 {
        font-size: 24px;
        line-height: 32px;
        margin: 0 0 18px 0;
    }
}

.bggreen {
    position: relative;
    height: 577px;
    background-color: #ADC172;
    background-image: url(../img/verbatim_bg_bottom_left.svg), url(../img/verbatim_bg_top_right.svg), url(../img/citation.svg);
    padding-bottom: 64px;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left bottom, right top, center 56px;
    background-size: 17% auto, 17% auto, 70px auto;
}

.slider {
    position: absolute ! important;
    width: 100%;
    height: 100%;
}

.slide {
    position: relative;
    width: 100%;
    height: 577px;
}

.slide p {
    position: relative;
    top: 127px;
    font-size: 32px;
    color: #FFFFFF;
    text-align: center;
    line-height: 42px;
    font-weight: 700;
    max-width: 915px;
    margin: 0 auto;
}

.slide .avatar {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100px;
}

.slide .avatar img {
    width: 88px;
    margin: 0 auto 4px auto;
    display: block;
}

.slide .avatar .title {
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
}

.slick-dots li button {
    width: 16px ! important;
    height: 16px ! important;
    background: rgba(255, 255, 255, 0.50) ! important;
}

.slick-dots li button::before {
    position: absolute;
    width: 16px ! important;
    height: 16px ! important;
    background: #FFFFFF ! important;
    border-radius: 18px;
}

.slick-dots li::before {
    content: none;
}

.slick-dots {
    bottom: 52px ! important;
}

.slick-dots li button {
    border-radius: 10px;
}

.slick-dots li button:before {
    color: unset ! important;
}

.slick-prev,
.slick-next {
    position: absolute ! important;
    top: 50% ! important;
    transform: translateY(-50%) ! important;
    width: 64px ! important;
    height: 64px ! important;
    z-index: 100;
}

.slick-prev {
    left: 80px ! important;
    background: url(../img/arrow_left.svg)no-repeat center / 100% auto! important;
}

.slick-next {
    right: 80px ! important;
    background: url(../img/arrow_right.svg)no-repeat center / 100% auto! important;
}

.slick-next:before,
.slick-prev:before {
    content: none ! important;
}

@media (max-width: 1260px) {
    .slide,
    .bggreen {
        height: 677px;
    }
    .slide p {
        max-width: 700px;
    }
}

@media (max-width: 1260px) {
    .slide,
    .bggreen {
        height: 677px;
    }
    .slick-prev {
        left: 20px ! important;
    }
    .slick-next {
        right: 20px ! important;
    }
}

@media (max-width:900px) {
    .slide,
    .bggreen {
        height: 600px;
    }
    .slide p {
        max-width: 535px;
        font-size: 24px;
        line-height: 30px;
    }
}

@media (max-width:767px) {
    .slide,
    .bggreen {
        height: 600px;
    }
    .slick-prev,
    .slick-next {
        width: 16px ! important;
        height: 16px ! important;
    }
    .slide p {
        max-width: calc(100% - 110px);
        font-size: 24px;
        line-height: 30px;
    }
}

@media (max-width:550px) {
    .bggreen {
        background: #ADC172 url(../img/citation.svg)no-repeat center 32px / 49px auto;
    }
    .slick-dots {
        bottom: 32px ! important;
    }
    .slide p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width:320px) {
    .slide p {
        top: 80px;
    }
}

.info {
    padding-top: 70px;
    padding-bottom: 65px;
    text-align: center;
}

.info .logo {
    width: 334px;
    margin-bottom: 45px;
}

.info p {
    font-family: Arial;
    font-size: 24px;
    color: #AF8AB4;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0 0 27px 0;
}

.info .tel {
    width: 378px;
}

@media (max-width:767px) {
    .info {
        padding-top: 49px;
        padding-bottom: 73px;
    }
    .info .logo {
        width: 192px;
        margin-bottom: 27px;
    }
    .info p {
        font-size: 13px;
        line-height: 13.8px;
        margin-bottom: 0 0 16px 0;
    }
    .info .tel {
        width: 210px;
    }
}

.footer {
    background: #AF8AB4;
    padding: 30px 0;
    color: #FFF;
}

.footer .logo {
    width: 200px;
}

.footer .wrap-social .icon {
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0 5px;
}

.footer .wrap-social .fb {
    background: url(../img/facebook.png)no-repeat center / 100% auto;
}

.footer .wrap-social .tw {
    background: url(../img/Icons/twitter.svg)no-repeat center / 100% auto;
}

.footer .wrap-social .blog {
    background: url(../img/Icons/blog.svg)no-repeat center / 100% auto;
}

.footer .wrap-social .yt {
    background: url(../img/Icons/youtube.svg)no-repeat center / 100% auto;
}

.footer .wrap-social .insta {
    background: url(../img/Icons/instagram.svg)no-repeat center / 100% auto;
}

.footer .link {
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    font-size: 16px;
}

.footer .link a {
    color: #FFFFFF;
    margin-left: 22px;
    text-decoration: none;
}

@media (max-width:1024px) {
    .footer .link a {
        display: block;
        text-align: right;
        margin-top: 5px;
    }
}

@media (max-width:767px) {
    .footer .wrappercontent {
        flex-direction: column;
    }
    .footer .wrappercontent a {
        margin: 0 auto;
    }
    .footer .wrap-social {
        position: relative;
        top: unset;
        right: unset;
        transform: unset;
        font-size: 16px;
        width: 300px;
        margin: 32px auto 24px auto;
        left: unset;
    }
    .footer .link a,
    .footer .link {
        position: relative;
        top: unset;
        right: unset;
        transform: unset;
        font-size: 14px;
        text-align: center;
        display: inline-block;
    }
}

.layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000069;
    z-index: 1000;
}

.layer .thanks {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 560px;
    width: calc(100% - 80px);
    height: auto;
    padding: 42px 50px;
    background: #FFF;
}

.layer .thanks p {
    text-align: center;
    font-size: 32px;
    color: #464B50;
    margin: 0;
    line-height: 40px;
}

.layer .thanks p span {
    color: #AF8AB4;
    font-weight: 700;
}

.layer .thanks .close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 16px;
    height: 16px;
    background: url(../img/Icons/close.svg)no-repeat center / 100% auto;
}