@font-face{font-family:InterRegular;src:url(/build/Inter-Regular-BFVsO4GW.woff2);font-weight:400;font-display:swap}@font-face{font-family:InterMedium;src:url(/build/Inter-Medium-BGtmPwiz.woff2);font-weight:500;font-display:swap}@font-face{font-family:InterBold;src:url(/build/Inter-Bold-BkzllGqL.woff2);font-weight:700;font-display:swap}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}:root{--container-padding: 20px;--container-width: calc(100vw - var(--container-padding) * 2)}@media only screen and (min-width: 1200px){:root{--container-width: 1160px}}:root{--tonic: #0630AA;--text-dark: #000;--text-light: #FFF;--text-grey: #ADADAD;--error: red}:root{--background: linear-gradient(330deg, #000000 80%, #444343 100%);--background-light: #FFF;--background-grey: #F8F8F8;--background-grey-dark: #ADADAD;--background-banner: #ffffff34;--background-dark: #2E2E2E;--background-header-open: #2E2E2EE0;--background-modal: rgba(0, 0, 0, .3);--border-light: #FFF;--button-border-radius: 4px;--border-radius: 16px;--modal-border-radius: 16px}:root{--space: 8px}:root{--large-size: 1200px;--medium-size: 900px;--small-size: 600px}:root{--modal-animation: .2s}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{min-height:100vh;line-height:1.4;font-family:InterRegular,Arial,sans-serif;background:var(--background);-webkit-user-select:none;user-select:none;font-size:20px;word-wrap:break-word}::-webkit-scrollbar{width:7px;height:7px}::-webkit-scrollbar-track{background:var(--background-grey-light);padding:1px;border-radius:4px}::-webkit-scrollbar-thumb{background:var(--tonic);border-radius:4px}.container{width:100%;padding-left:calc(50% - var(--container-width) / 2);padding-right:calc(50% - var(--container-width) / 2)}.header{width:100%}.header.header__is-open .header__content{justify-content:center;background-color:var(--background-header-open);height:100vh}.header.header__is-open .header__content .header__side,.header.header__is-open .header__content .header__logo{position:absolute}.header.header__is-open .header__content .header__logo{left:calc(50% - var(--container-width) / 2)}.header.header__is-open .header__content .header__side{right:calc(50% - var(--container-width) / 2)}.header .header__content{display:flex;justify-content:space-between;gap:calc(2 * var(--space));padding-top:calc(2 * var(--space));padding-bottom:calc(2 * var(--space));position:relative;z-index:10}.header .header__content .header__logo{width:175px;height:65px}.header .header__content .header__navigation{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:calc(4 * var(--space));width:100%}.header .header__content .header__navigation .header__links{display:flex;flex-direction:column;align-items:center;gap:calc(4 * var(--space))}.header .header__content .header__navigation .header__links .header__link{color:var(--text-light);font-family:InterBold,Arial,sans-serif;font-size:16px;text-decoration:none;position:relative;cursor:pointer;width:fit-content;text-align:center}.header .header__content .header__navigation .header__links .header__link:before{content:"";position:absolute;width:100%;height:3px;border-radius:4px;background-color:var(--background-light);bottom:-5px;left:0;transform-origin:right;transform:scaleX(0);transition:transform .3s ease-in-out}.header .header__content .header__navigation .header__links .header__link:hover:before{transform-origin:left;transform:scaleX(1)}@media only screen and (min-width: 1200px){.header .header__content{gap:calc(4 * var(--space));justify-content:flex-start}.header .header__content .header__navigation{justify-content:space-between;flex-direction:row}.header .header__content .header__navigation .header__links{flex-direction:row}}.hamburger{cursor:pointer;width:25px;height:65px;display:flex;align-items:center}.hamburger .hamburger__item,.hamburger .hamburger__item:before,.hamburger .hamburger__item:after{background-color:var(--background-light);height:4px;min-width:25px;position:relative;border-radius:2px;transition:all .2s ease-in}.hamburger .hamburger__item:before{content:"";position:absolute;margin-top:-9px}.hamburger .hamburger__item:after{content:"";position:absolute;margin-top:9px}.hamburger.active .hamburger__item{background:transparent}.hamburger.active .hamburger__item:before{transform-origin:10% 65%;transform:rotate(45deg) scaleX(1.3)}.hamburger.active .hamburger__item:after{transform-origin:16% 35%;transform:rotate(-45deg) scaleX(1.3)}.button{font-family:InterBold,Arial,sans-serif;border-radius:var(--button-border-radius);cursor:pointer;padding:calc(2 * var(--space)) calc(3 * var(--space));outline:none;width:fit-content;transition:filter .3s,background .3s,color .3s}.button.button__primary{background-color:var(--background-dark);color:var(--text-light);border:1px solid var(--border-light)}.button.button__primary:hover{border:1px solid var(--background-dark);background-color:var(--background-light);color:var(--text-dark)}.button.button__secondary{background-color:var(--tonic);color:var(--text-light);border:1px solid var(--tonic);box-shadow:none}.button.button__secondary:hover{border:1px solid var(--tonic);background-color:var(--background-light);color:var(--tonic)}.icon{display:flex}.accordion .accordion__label{padding:calc(4 * var(--space));display:flex;align-items:center;justify-content:space-between;gap:calc(2 * var(--space));font-family:InterBold,Arial,sans-serif;cursor:pointer;border-radius:var(--border-radius)}.accordion .accordion__label .icon{transition:transform .3s ease-out}.accordion .accordion__label.active,.accordion .accordion__label:hover{background-color:var(--background-grey)}.accordion .accordion__label.active .icon{transform:rotate(-180deg)}.accordion .accordion__panel{padding-left:calc(4 * var(--space));padding-right:calc(4 * var(--space));overflow:hidden;max-height:0;transition:all .3s ease-out;display:flex;flex-direction:column;gap:calc(2 * var(--space))}.accordion .accordion__panel ul{list-style:inherit;margin-left:calc(3 * var(--space));display:flex;flex-direction:column;gap:calc(2 * var(--space))}.footer{font-size:14px;padding-top:calc(15 * var(--space));padding-bottom:calc(3 * var(--space));color:var(--text-grey);background:linear-gradient(176deg,var(--background-light) 5%,var(--background-dark) calc(5% + 2px))}.footer .footer__block{display:flex;flex-direction:column;gap:calc(6 * var(--space));padding-bottom:calc(6 * var(--space));border-bottom:1px solid var(--background-grey-dark)}.footer .footer__block .footer__informations{display:flex;flex-direction:column;gap:calc(4 * var(--space))}.footer .footer__block .footer__informations .footer__informations-logo{width:200px}.footer .footer__block .footer__informations .footer__informations-social-network{display:flex;gap:calc(4 * var(--space))}.footer .footer__block .footer__informations .footer__informations-social-network a{cursor:pointer}.footer .footer__block .footer__informations .footer__informations-social-network a img{width:50px}.footer .footer__block .footer__items{display:flex;flex-direction:column;gap:calc(6 * var(--space))}.footer .footer__block .footer__items .footer__item{display:flex;flex-direction:column;gap:calc(2 * var(--space))}.footer .footer__block .footer__items .footer__item .footer__item-title{font-family:InterBold,Arial,sans-serif;color:var(--text-light);text-transform:uppercase}.footer .footer__block .footer__items .footer__item .contact-link{color:var(--text-grey);text-decoration:none;cursor:pointer}.footer .footer__mentions{padding-top:calc(3 * var(--space));display:flex;flex-direction:column;align-items:center;gap:calc(2 * var(--space))}.footer .footer__mentions p{cursor:pointer}.footer .footer__mentions .separator{width:30px;height:1px;background-color:var(--background-grey-dark)}@media only screen and (min-width: 900px){.footer{background:linear-gradient(178deg,var(--background-light) 15%,var(--background-dark) calc(15% + 2px))}.footer .footer__block{flex-direction:row}.footer .footer__block .footer__informations{flex:1}.footer .footer__block .footer__items{flex:1;flex-direction:row;justify-content:space-between}.footer .footer__mentions{flex-direction:row;justify-content:flex-end}.footer .footer__mentions .separator{width:1px;height:auto;align-self:stretch}}.loader{width:50px;height:50px}.loader .circular{animation:rotate 2s linear infinite}.loader .circular .path{stroke-dasharray:200;stroke-linecap:round;stroke:var(--tonic)}.loader.is-valid .circular{animation:none}.loader.is-valid .circular .path{stroke-dasharray:300}.loader.is-valid .circular .check{stroke-dasharray:300;stroke-dashoffset:1000;stroke:var(--tonic);animation:draw 2s ease-out forwards}@keyframes draw{to{stroke-dasharray:450}}@keyframes rotate{to{transform:rotate(360deg)}}.modal{position:fixed;top:0;right:0;bottom:0;left:0;background-color:var(--background-modal);display:flex;justify-content:center;align-items:center;animation:fadein var(--modal-animation);z-index:20}.modal .modal-block{overflow-y:auto;width:100%;max-width:900px;margin:0 calc(4 * var(--space));max-height:95vh;position:relative;background-color:var(--background-light);border-radius:var(--modal-border-radius);padding:calc(4 * var(--space));animation:fadein-block var(--modal-animation) ease-in-out}.modal .modal-block .modal-block__close{position:absolute;top:calc(4 * var(--space));right:calc(4 * var(--space));cursor:pointer}.modal .modal-block .modal-block__content{width:100%;margin-top:calc(8 * var(--space))}.modal.modal__fullscreen .modal-block{width:100%;height:100%;max-height:100%;border-radius:0;padding:0}.modal.fadeout{animation:fadeout var(--modal-animation) ease-in-out}.modal.fadeout .modal-block{animation:fadeout-block var(--modal-animation) ease-in-out}@keyframes fadein{0%{opacity:0}to{opacity:1}}@keyframes fadeout{0%{opacity:1}to{opacity:0}}@keyframes fadein-block{0%{opacity:0;transform:scale(.9);filter:blur(5px)}to{opacity:1;transform:scale(1);filter:blur(0)}}@keyframes fadeout-block{0%{opacity:1;transform:scale(1);filter:blur(0)}to{opacity:0;transform:scale(.9);filter:blur(5px)}}@media screen and (max-width: 650px){.modal .modal-block{margin:0;padding-top:calc(2 * var(--space));padding-bottom:calc(10 * var(--space));max-height:none;height:100vh;border-radius:0}.modal .modal-block .modal-block__close{top:calc(2 * var(--space))}}.modal-legal-notice{display:flex;flex-direction:column;gap:calc(4 * var(--space))}.modal-legal-notice a{color:var(--tonic)}.modal-legal-notice .modal-legal-notice__title{align-self:center;font-family:InterBold,Arial,sans-serif}.modal-legal-notice .modal-legal-notices__content{display:flex;flex-direction:column;gap:calc(1 * var(--space))}.modal-legal-notice .modal-legal-notices__content .modal-legal-notices__title{font-family:InterBold,Arial,sans-serif;color:var(--tonic)}.modal-legal-notice .modal-legal-notices__content .modal-legal-notices__subtitle{font-family:InterBold,Arial,sans-serif}.modal-cgu{display:flex;flex-direction:column;gap:calc(4 * var(--space))}.modal-cgu a{color:var(--tonic)}.modal-cgu .modal-cgu__principal-title{align-self:center;font-family:InterBold,Arial,sans-serif}.modal-cgu .modal-cgu__content{display:flex;flex-direction:column;gap:calc(1 * var(--space))}.modal-cgu .modal-cgu__content .modal-cgu__title{font-family:InterBold,Arial,sans-serif;color:var(--tonic)}.text-field{width:100%}.text-field input{width:100%;font-size:18px;font-family:InterRegular,Arial,sans-serif;padding:calc(2 * var(--space)) 0;overflow:hidden;text-overflow:ellipsis;outline:none;border:none;border-bottom:2px solid var(--background-grey)}.text-field.field-error input{border-bottom:1px solid var(--error)}.textarea-field{width:100%}.textarea-field .textarea-field__textarea{display:flex}.textarea-field textarea{width:100%;max-width:100%;font-family:InterRegular,Arial,sans-serif;font-size:18px;padding:calc(2 * var(--space)) 0;overflow:hidden;text-overflow:ellipsis;outline:none;border:none;border-bottom:2px solid var(--background-grey);overflow-y:scroll}.textarea-field.field-error textarea{border-bottom:1px solid var(--error)}.error{color:var(--error);margin-top:calc(1 * var(--space));font-size:14px;font-family:InterBold,Arial,sans-serif}.flags{display:flex;gap:calc(2 * var(--space))}.flags .icon{cursor:pointer}.home{padding-top:calc(6 * var(--space))}.home-introduction{display:flex;flex-direction:column;gap:calc(6 * var(--space));position:relative;padding-bottom:calc(20 * var(--space))}.home-introduction .home-introduction__madin{display:block;position:absolute;z-index:-1;width:100px;right:280px;bottom:-40px}.home-introduction .home-introduction__background{position:absolute;z-index:-1;width:300px;right:0;bottom:-100px}.home-introduction .home-introduction__header{display:flex;flex-direction:column;gap:calc(4 * var(--space));width:100%}.home-introduction .home-introduction__header .home-introduction__title{font-family:InterBold,Arial,sans-serif;font-size:45px;color:var(--text-light)}.home-introduction .home-introduction__header .home-introduction__content{color:var(--text-light)}.home-introduction .home-introduction__header .home-introduction__content span{font-family:InterBold,Arial,sans-serif}.home-introduction .custom__banner{width:100%;position:absolute;bottom:36px;overflow:hidden;padding:calc(3 * var(--space)) 0}.home-introduction .custom__banner .home-introduction__banner{background:var(--background-banner);font-family:InterBold,Arial,sans-serif;color:var(--text-light);display:flex;flex-direction:column;gap:calc(1 * var(--space));padding-top:calc(1 * var(--space));padding-bottom:calc(1 * var(--space));text-align:left;width:110%;line-height:1.6;font-size:14px;transform:rotate(-2deg)}.home-introduction .custom__banner .home-introduction__banner .home-introduction__banner-first,.home-introduction .custom__banner .home-introduction__banner .home-introduction__banner-second{display:flex;justify-content:center;align-items:center;gap:calc(2 * var(--space))}.home-introduction .custom__banner .home-introduction__banner .home-introduction__banner-first span.separator,.home-introduction .custom__banner .home-introduction__banner .home-introduction__banner-second span.separator{width:5px;height:5px;border-radius:50%;background-color:var(--tonic)}@media only screen and (min-width: 900px){.home-introduction .home-introduction__madin{position:absolute;z-index:-1;width:200px;height:auto;right:20%;top:0;display:block}.home-introduction .home-introduction__background{position:absolute;z-index:-1;width:50vw;height:auto;right:0;bottom:-10%;top:auto}.home-introduction .home-introduction__header{max-width:500px}.home-introduction .custom__banner{padding:calc(6 * var(--space)) 0}.home-introduction .custom__banner .home-introduction__banner{flex-direction:row;gap:calc(2 * var(--space));justify-content:center}.home-introduction .custom__banner .home-introduction__banner span.separator-desktop{width:5px;height:5px;border-radius:50%;background-color:var(--tonic)}}.home-communication{padding-top:calc(15 * var(--space));padding-bottom:calc(6 * var(--space));position:relative;background:linear-gradient(178deg,transparent 5%,var(--background-grey) calc(5% + 2px))}.home-communication .home-communication_hand-image{position:absolute;top:150px;right:0;width:100px}.home-communication .home-communication-block{display:flex;flex-direction:column;gap:calc(6 * var(--space))}.home-communication .home-communication-block .home-communication__content{display:flex;flex-direction:column;gap:calc(4 * var(--space));z-index:10}.home-communication .home-communication-block .home-communication__content img{align-self:center;width:150px}.home-communication .home-communication-block .home-communication__content .home-communication__content-title{font-size:24px;font-family:InterBold,Arial,sans-serif;line-height:1.2}.home-communication .home-communication-block .home-communication__content p span{font-family:InterBold,Arial,sans-serif}.home-communication .home-communication-block .home-communication__content ul{display:flex;flex-direction:column;gap:calc(4 * var(--space));list-style:inherit;margin-left:calc(3 * var(--space))}.home-communication .home-communication-block .home-communication__content ul li::marker{color:var(--tonic)}.home-communication .home-communication-block .home-communication__content ul li .li-title{font-family:InterBold,Arial,sans-serif;color:var(--tonic);margin-bottom:calc(2 * var(--space))}.home-communication .home-communication-block .home-communication__image{position:relative;display:flex;justify-content:center;align-items:center}.home-communication .home-communication-block .home-communication__image .home-communication__image-background{position:absolute;align-self:flex-start;width:100%;height:88%;z-index:1}.home-communication .home-communication-block .home-communication__image .home-communication__image-content{padding:calc(4 * var(--space));display:flex;flex-direction:column;gap:calc(2 * var(--space));background-color:var(--background-light);border-radius:var(--border-radius);width:100%;font-family:InterBold,Arial,sans-serif;z-index:10}.home-communication .home-communication-block .home-communication__image .home-communication__image-content .done-icon{padding:calc(1 * var(--space));background-color:var(--background-dark);width:fit-content;border-radius:50%}@media only screen and (min-width: 900px){.home-communication .home-communication_hand-image{position:absolute;top:100px;right:0;width:400px}.home-communication .home-communication-block{flex-direction:row}.home-communication .home-communication-block .home-communication__content{flex:1}.home-communication .home-communication-block .home-communication__content img{align-self:flex-start}.home-communication .home-communication-block .home-communication__content .home-communication__content-title{font-size:40px}.home-communication .home-communication-block .home-communication__image{flex:1;align-self:center;height:700px}.home-communication .home-communication-block .home-communication__image .home-communication__image-background{position:absolute;align-self:center;width:85%;height:70%;left:0;z-index:1}.home-communication .home-communication-block .home-communication__image .home-communication__image-content{position:absolute;bottom:0;right:0;width:40%;padding:calc(3 * var(--space));font-size:16px}.home-communication .home-communication-block .home-communication__image .home-communication__image-content p span{white-space:nowrap}.home-communication .home-communication-block .home-communication__image .home-communication__image-content.de{padding:calc(2 * var(--space))}}@media only screen and (min-width: 1200px){.home-communication .home-communication-block .home-communication__image{height:750px}.home-communication .home-communication-block .home-communication__image .home-communication__image-background{width:100%;height:90%;align-self:flex-start}.home-communication .home-communication-block .home-communication__image .home-communication__image-content{width:30%}}.home-avantages{padding-top:calc(6 * var(--space));padding-bottom:calc(6 * var(--space));background-color:var(--background-light);display:flex;flex-direction:column;gap:calc(6 * var(--space))}.home-avantages .home-avantages__content{align-self:center;display:flex;flex-direction:column;gap:calc(4 * var(--space))}.home-avantages .home-avantages__content img{align-self:center;width:150px}.home-avantages .home-avantages__content .home-avantages__title{font-size:48px;font-family:InterBold,Arial,sans-serif;line-height:1.2}.home-avantages .home-avantages__content .home-avantages__action{display:flex;cursor:pointer;align-items:center;gap:calc(2 * var(--space))}.home-avantages .home-avantages__content .home-avantages__action:hover{text-decoration:underline}.home-avantages .home-avantages__items,.home-avantages .home-avantages__items .home-avantages__items-block{display:flex;flex-direction:column;gap:calc(4 * var(--space))}.home-avantages .home-avantages__items .home-avantages__items-block .home-avantages__item{display:flex;align-items:flex-start;gap:calc(2 * var(--space));flex:1}.home-avantages .home-avantages__items .home-avantages__items-block .home-avantages__item img{width:50px;height:auto}.home-avantages .home-avantages__items .home-avantages__items-block .home-avantages__item .home-avantages__item-content{display:flex;flex-direction:column;gap:calc(4 * var(--space))}.home-avantages .home-avantages__items .home-avantages__items-block .home-avantages__item .home-avantages__item-content .home-avantages__item-title{font-family:InterBold,Arial,sans-serif;font-size:24px}.home-avantages .home-avantages__items .home-avantages__items-block .home-avantages__item .home-avantages__item-content .home-avantages__item-text{color:var(--text-grey)}@media only screen and (min-width: 900px){.home-avantages{flex-direction:row}.home-avantages .home-avantages__content{flex:2}.home-avantages .home-avantages__content img{align-self:flex-start}.home-avantages .home-avantages__items{flex:3}.home-avantages .home-avantages__items .home-avantages__items-block{flex-direction:row}}.home-card{padding-top:calc(6 * var(--space));padding-bottom:calc(6 * var(--space));background-color:var(--background-light);display:flex;flex-direction:column-reverse;gap:calc(10 * var(--space))}.home-card .home-card__images{position:relative;display:flex;flex-direction:column;gap:calc(2 * var(--space))}.home-card .home-card__images img{width:100%}.home-card .home-card__images .home-card__images-phone{width:45%;height:60%;position:absolute;bottom:0;right:0}.home-card .home-card__images .home-card__images-content{padding:calc(4 * var(--space));display:flex;align-items:center;gap:calc(2 * var(--space));background-color:var(--background-light);border-radius:var(--border-radius);width:100%;font-family:InterBold,Arial,sans-serif;font-size:14px;box-shadow:#64646f33 0 7px 29px}.home-card .home-card__images .home-card__images-content .done-icon{padding:calc(1 * var(--space));background-color:var(--background-dark);width:fit-content;border-radius:50%}.home-card .home-card__content{display:flex;flex-direction:column;gap:calc(6 * var(--space))}.home-card .home-card__content img{align-self:center;width:150px}.home-card .home-card__content .home-card__title{font-size:48px;font-family:InterBold,Arial,sans-serif;line-height:1.2}.home-card .home-card__content .home-card__items{display:flex;flex-direction:column;gap:calc(4 * var(--space));list-style:inherit;margin-left:calc(3 * var(--space))}@media only screen and (min-width: 900px){.home-card{flex-direction:row}.home-card .home-card__images{flex:1}.home-card .home-card__images .home-card__images-content{width:50%}.home-card .home-card__content{flex:1}.home-card .home-card__content img{align-self:flex-start}}.home-google{padding-top:calc(6 * var(--space));padding-bottom:calc(6 * var(--space));background-color:var(--background-light)}.home-google .home-google__block{position:relative;width:100%;border-radius:var(--border-radius);background-color:var(--background-dark)}.home-google .home-google__block .home-google__background{position:absolute;width:100%;height:100%;z-index:1}.home-google .home-google__block .home-google__content{display:flex;flex-direction:column;gap:calc(4 * var(--space));color:var(--text-light);padding:calc(8 * var(--space)) calc(4 * var(--space));position:relative;z-index:10}.home-google .home-google__block .home-google__content img{width:150px}.home-google .home-google__block .home-google__content .home-google__title{font-size:48px;font-family:InterBold,Arial,sans-serif;line-height:1.2}.home-google .home-google__block .home-google__content .home-google__items{list-style:inherit;margin-left:calc(3 * var(--space));display:flex;flex-direction:column;gap:calc(2 * var(--space))}.home-google .home-google__block .home-google__content .home-google__items li::marker{color:var(--tonic)}.home-google .home-google__block .home-google__content .home-google__action{display:flex;cursor:pointer;align-items:center;gap:calc(2 * var(--space))}.home-google .home-google__block .home-google__content .home-google__action:hover{text-decoration:underline}.home-google .home-google__block .home-google__content .home-google__action .icon svg path{fill:var(--text-light)}@media only screen and (min-width: 900px){.home-google .home-google__block{background:none}.home-google .home-google__block .home-google__content{padding:calc(15 * var(--space)) calc(8 * var(--space))}}.home-social-network{padding-top:calc(6 * var(--space));padding-bottom:calc(6 * var(--space));background-color:var(--background-light);display:flex;gap:calc(10 * var(--space))}.home-social-network .home-social-network__images{flex:1}.home-social-network .home-social-network__images img{width:100%}.home-social-network .home-social-network__content{flex:1;display:flex;flex-direction:column;gap:calc(6 * var(--space))}.home-social-network .home-social-network__content img{align-self:center;width:150px}.home-social-network .home-social-network__content .home-social-network__title{font-size:48px;font-family:InterBold,Arial,sans-serif;line-height:1.2}.home-social-network .home-social-network__content .home-social-network__items{display:flex;flex-direction:column;gap:calc(4 * var(--space));list-style:inherit;margin-left:calc(3 * var(--space))}@media only screen and (min-width: 900px){.home-social-network .home-social-network__content img{align-self:flex-start}}.home-pricing{padding-top:calc(6 * var(--space));padding-bottom:calc(6 * var(--space));background-color:var(--background-light);display:flex;align-items:center;flex-direction:column;gap:calc(10 * var(--space))}.home-pricing .home-pricing__title{display:flex;flex-direction:column;align-items:center;gap:calc(4 * var(--space));text-align:center}.home-pricing .home-pricing__title img{width:150px}.home-pricing .home-pricing__title .home-pricing__title-text{font-size:48px;font-family:InterBold,Arial,sans-serif;line-height:1.2}.home-pricing .home-pricing__items{display:flex;flex-direction:column;gap:calc(4 * var(--space))}.home-pricing .home-pricing__items .home-pricing__item{padding:calc(8 * var(--space)) calc(4 * var(--space));border-radius:var(--border-radius);font-size:14px;background:var(--background-grey)}.home-pricing .home-pricing__items .home-pricing__item.google{background:var(--background-light)}.home-pricing .home-pricing__items .home-pricing__item .home-pricing__item-header{height:auto;position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between}.home-pricing .home-pricing__items .home-pricing__item .home-pricing__item-header:before{content:"";bottom:0;position:absolute;width:100%;height:1px;background:var(--background-grey-dark)}.home-pricing .home-pricing__items .home-pricing__item .home-pricing__item-header .home-pricing__item-header__title{font-size:36px;font-family:InterBold,Arial,sans-serif;line-height:1.2;margin-bottom:calc(2 * var(--space))}.home-pricing .home-pricing__items .home-pricing__item .home-pricing__item-header .home-pricing__item-header__text{margin-bottom:calc(2 * var(--space))}.home-pricing .home-pricing__items .home-pricing__item .home-pricing__item-header .home-pricing__item-header__text span{font-family:InterBold,Arial,sans-serif}.home-pricing .home-pricing__items .home-pricing__item .home-pricing__item-header .home-pricing__item-header__price{margin-bottom:calc(2 * var(--space));color:var(--text-grey);align-self:flex-start}.home-pricing .home-pricing__items .home-pricing__item .home-pricing__item-header .home-pricing__item-header__price .price{color:var(--text-dark);font-size:24px}.home-pricing .home-pricing__items .home-pricing__item .home-pricing__item-header .home-pricing__item-header__price .price .price-value{font-size:30px;font-family:InterBold,Arial,sans-serif}.home-pricing .home-pricing__items .home-pricing__item .home-pricing__item-header .button{align-self:flex-start;margin-bottom:calc(4 * var(--space))}.home-pricing .home-pricing__items .home-pricing__item .home-pricing__item-options{display:flex;flex-direction:column;gap:calc(2 * var(--space));margin-top:calc(4 * var(--space))}.home-pricing .home-pricing__items .home-pricing__item .home-pricing__item-options .home-pricing__item-option{display:flex;gap:calc(2 * var(--space))}.home-pricing .home-pricing__items .home-pricing__item .home-pricing__item-options .home-pricing__item-option .icon svg path{fill:var(--tonic)}.home-pricing .home-pricing__informations{font-size:14px;text-align:center;font-family:InterBold,Arial,sans-serif;display:flex;flex-direction:column;align-items:center;gap:calc(2 * var(--space))}.home-pricing .home-pricing__informations img{width:50px}@media only screen and (min-width: 900px){.home-pricing .home-pricing__items{flex-direction:row}.home-pricing .home-pricing__items .home-pricing__item{flex:1}.home-pricing .home-pricing__items .home-pricing__item .home-pricing__item-header{height:450px}.home-pricing .home-pricing__informations{flex-direction:row;align-items:flex-end}}.home-faq{padding-top:calc(6 * var(--space));padding-bottom:calc(6 * var(--space));background-color:var(--background-light);display:flex;flex-direction:column;gap:calc(4 * var(--space))}.home-faq img{width:150px}.home-faq .home-faq__content{align-self:center;display:flex;align-items:center;text-align:center;flex-direction:column;gap:calc(4 * var(--space))}.home-faq .home-faq__content .home-faq__content-title{font-size:48px;font-family:InterBold,Arial,sans-serif;line-height:1.2}.home-faq .home-faq__content .home-faq__content-text{color:var(--text-grey)}.home-faq .home-faq__content .home-faq__action{display:flex;cursor:pointer;align-items:center;gap:calc(2 * var(--space))}.home-faq .home-faq__content .home-faq__action:hover{text-decoration:underline}.home-faq .home-faq__items{display:flex;flex-direction:column;gap:calc(4 * var(--space))}@media only screen and (min-width: 900px){.home-faq{flex-direction:row}.home-faq .home-faq__content{flex:1;align-items:flex-start;text-align:left}.home-faq .home-faq__items{flex:1}}.home-contact{padding-top:calc(6 * var(--space));padding-bottom:calc(6 * var(--space));background-color:var(--background-light);display:flex;align-items:center;flex-direction:column;gap:calc(10 * var(--space))}.home-contact .home-contact__block{display:flex;flex-direction:column;gap:calc(6 * var(--space))}.home-contact .home-contact__block .home-contact__title{display:flex;flex-direction:column;align-items:center;gap:calc(4 * var(--space));text-align:center}.home-contact .home-contact__block .home-contact__title img{width:150px}.home-contact .home-contact__block .home-contact__title .home-contact__title-text{font-size:48px;font-family:InterBold,Arial,sans-serif;line-height:1.2}.home-contact .home-contact__block .home-contact__title .home-contact__title-subinfo{color:var(--text-grey)}@media only screen and (min-width: 900px){.home-contact .home-contact__block{padding:0 calc(16 * var(--space))}}.contact-form,.contact-form .contact-form__name{display:flex;flex-direction:column;gap:calc(4 * var(--space))}.contact-form .loader,.contact-form .button{align-self:center}.contact-form .button{padding-left:calc(6 * var(--space));padding-right:calc(6 * var(--space));text-transform:uppercase}.contact-form .error-request{font-family:InterBold,Arial,sans-serif;color:var(--error);margin-bottom:calc(2 * var(--space))}@media only screen and (min-width: 900px){.contact-form .contact-form__name{flex-direction:row}}
