/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*{line-height:100%;text-decoration:none;margin:0;padding:0;-webkit-box-sizing:border-box!important;box-sizing:border-box!important;list-style-type:none}form input{line-height:initial}form input,form select,form textarea{outline:0!important}form input:active,form input:focus,form select:active,form select:focus,form textarea:active,form textarea:focus{outline:0!important}a,a:active,a:focus,a:hover,a:link,a:visited{text-decoration:none!important;outline:0!important}button{background-color:transparent;border:none;padding:0;cursor:pointer}button,button:active,button:focus{outline:0!important}h1,h2,h3,h4,h5,h6{line-height:100%;margin:0}ol,ul{margin:0;list-style-type:none}label{font-weight:400}@font-face{font-family:Stolzl;src:local("Stolzl Bold"),local("Stolzl-Bold"),url(../assets/fonts/Stolzl-Bold.woff2) format("woff2"),url(../assets/fonts/Stolzl-Bold.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:Stolzl;src:local("Stolzl Regular"),local("Stolzl-Regular"),url(../assets/fonts/Stolzl-Regular.woff2) format("woff2"),url(../assets/fonts/Stolzl-Regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:'Stolzl Book';src:local("Stolzl Book"),local("Stolzl-Book"),url(../assets/fonts/Stolzl-Book.woff2) format("woff2"),url(../assets/fonts/Stolzl-Book.woff) format("woff");font-weight:300;font-style:normal}body{font-family:Stolzl;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body::before{content:'';background-color:#000;position:fixed;top:0;right:0;bottom:0;left:0;z-index:105;opacity:0;pointer-events:none;-webkit-transition:opacity .6s;transition:opacity .6s}body.shadow{width:100%;overflow:hidden}body.shadow::before{opacity:.75;pointer-events:initial}.wrap_mW._show_1e._orinationRight_25._showLogo_3q.__jivoMobileButton{bottom:60px!important}.container{width:calc(100% - 200px);max-width:1200px;margin:0 auto}@media (max-width:1023px){.container{width:100%;padding:0 15px}}.field-group .placeholder{pointer-events:none}.screen-progress{background-color:#3cefa2;text-align:center;border-radius:4px;min-width:300px;position:fixed;top:50%;left:50%;z-index:150;margin-top:15px;padding:30px;opacity:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:background-color .5s cubic-bezier(0,0,.3,1),margin-top .7s cubic-bezier(.5,0,0,1),opacity .7s cubic-bezier(0,0,.3,1);transition:background-color .5s cubic-bezier(0,0,.3,1),margin-top .7s cubic-bezier(.5,0,0,1),opacity .7s cubic-bezier(0,0,.3,1);-webkit-box-shadow:0 5px 10px rgba(0,0,0,.1);box-shadow:0 5px 10px rgba(0,0,0,.1)}.screen-progress.open{margin-top:0;opacity:1}.screen-progress .screen-message{color:#282059;font-size:16px;font-weight:600;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;-webkit-transition:color .5s cubic-bezier(0,0,.3,1);transition:color .5s cubic-bezier(0,0,.3,1)}.screen-progress .spinner{display:inline-block;position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.screen-progress .spinner span{background-color:#282059;border-radius:50%;display:block;width:400px;height:400px;position:absolute;top:50%;left:50%;margin:-200px 0 0 -200px;opacity:0;-webkit-transform:scale(0);transform:scale(0);-webkit-animation:spinner_progress 1.5s infinite;animation:spinner_progress 1.5s infinite}@-webkit-keyframes spinner_progress{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}50%{opacity:.1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes spinner_progress{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}50%{opacity:.1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.screen-progress .spinner span:nth-child(2){-webkit-animation-delay:.5s;animation-delay:.5s}.screen-progress.status-error .screen-message{color:#282059}.screen-progress.status-error .spinner span{background-color:#282059}.modal{background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;opacity:0;visibility:hidden;-webkit-transition:opacity .7s cubic-bezier(.5,0,0,1),visibility .7s cubic-bezier(.5,0,0,1);transition:opacity .7s cubic-bezier(.5,0,0,1),visibility .7s cubic-bezier(.5,0,0,1)}.modal.open{opacity:1;visibility:visible}.modal .close{color:#282059;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin:0;padding:0;display:inline-block;position:absolute;top:15px;right:15px}.modal .wrapper{position:relative;width:100%;max-width:350px}.modal .wrapper-title{color:#282059;font-size:22px;font-weight:700;position:relative;text-align:center;line-height:1.2;width:100%;margin:0;padding:0}.modal .wrapper-form{background-color:#fff;position:relative;width:100%;margin:0;padding:0}.modal .wrapper-form .form{position:relative;width:100%;margin:0;padding:40px 30px 30px}.modal .wrapper-form .form .field-group{position:relative;width:100%;margin:0;padding:0;border-bottom:1px solid #3cefa2;-webkit-transition:border-color .5s cubic-bezier(0,0,.3,1);transition:border-color .5s cubic-bezier(0,0,.3,1)}.modal .wrapper-form .form .field-group:not(:last-child){margin-bottom:30px}.modal .wrapper-form .form .field-group .field{color:#414042;font-size:14px;font-weight:400;position:relative;background-color:transparent;border:none;width:100%;margin:0;padding:0 0 5px;z-index:1}.modal .wrapper-form .form .field-group .placeholder{color:#414042;font-size:14px;font-weight:400;position:absolute;top:2px;left:0;z-index:2;-webkit-transition:opacity .5s cubic-bezier(0,0,.3,1);transition:opacity .5s cubic-bezier(0,0,.3,1)}.modal .wrapper-form .form .field-group.invalid{border-color:red}.modal .wrapper-form .form .field-group.focus,.modal .wrapper-form .form .field-group.not-empty{border-color:#282059}.modal .wrapper-form .form .field-group.focus .placeholder,.modal .wrapper-form .form .field-group.not-empty .placeholder{opacity:0}.modal .wrapper-form .form-submit{position:relative;width:100%;margin:0;padding:0}.modal .wrapper-form .form-submit button{background-color:#5774ff;color:#fff;font-size:14px;font-weight:700;text-transform:uppercase;position:relative;width:100%;margin:0;padding:17px 0;-webkit-transition:background-color .5s cubic-bezier(0,0,.3,1);transition:background-color .5s cubic-bezier(0,0,.3,1)}.modal .wrapper-form .form-submit button:hover{background-color:#282059}#page-home{position:relative;width:100%;margin:0;padding:0}#page-home .navigation-mobile{position:fixed;right:0;bottom:0;left:0;z-index:40}@media (min-width:1024px){#page-home .navigation-mobile{display:none}}#page-home .navigation-mobile button{background-color:#3cefa2;color:#282059;font-size:16px;font-weight:700;position:relative;width:100%;height:60px;margin:0;padding:0}#page-home .section-hero{position:relative;width:100%;height:100vh;max-height:768px;overflow:hidden}@media (max-width:1023px){#page-home .section-hero{height:600px}}#page-home .section-hero .logo{position:absolute;top:55px;left:100px;z-index:3}@media (max-width:1023px){#page-home .section-hero .logo{top:20px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}#page-home .section-hero .background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none}#page-home .section-hero .background-image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}#page-home .section-hero .background-image img{position:relative;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#page-home .section-hero .background-overlay{position:absolute;top:0;right:0;bottom:0;z-index:2}@media (max-width:1023px){#page-home .section-hero .background-overlay{opacity:.6}}@media (max-width:1023px){#page-home .section-hero .background-overlay{top:unset;bottom:-3px;left:0}}#page-home .section-hero .background-overlay img{position:relative;width:auto;height:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media (max-width:1023px){#page-home .section-hero .background-overlay img{width:100%;height:auto}}#page-home .section-hero .container{position:relative;z-index:2}#page-home .section-hero .flex-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;width:100%;height:100vh;max-height:768px;margin:0;padding:0}@media (max-width:1023px){#page-home .section-hero .flex-wrapper{height:600px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:70px 0 0}}#page-home .section-hero .flex-wrapper .content{position:relative;margin:0;padding:0}@media (max-width:1023px){#page-home .section-hero .flex-wrapper .content{text-align:center;width:100%}}#page-home .section-hero .flex-wrapper .content .title{color:#fff;font-size:54px;font-weight:700;line-height:1.2;margin:0;padding:0}@media (max-width:1023px){#page-home .section-hero .flex-wrapper .content .title{font-size:24px}}#page-home .section-hero .flex-wrapper .cta{position:relative;width:300px;margin:0;padding:0;-webkit-box-shadow:0 30px 60px 0 rgba(8,0,56,.6);box-shadow:0 30px 60px 0 rgba(8,0,56,.6);border-radius:5px;overflow:hidden}@media (max-width:1023px){#page-home .section-hero .flex-wrapper .cta{display:none}}#page-home .section-hero .flex-wrapper .cta-title{background-color:#fff;color:#282059;font-size:22px;font-weight:700;position:relative;text-align:center;line-height:1.2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:80px;margin:0;padding:0}#page-home .section-hero .flex-wrapper .cta-description{background-color:#3cefa2;text-align:center;position:relative;width:100%;margin:0;padding:30px 0 0}#page-home .section-hero .flex-wrapper .cta-description p{color:#414042;font-size:16px;font-weight:400;line-height:1.5;margin:0;padding:0}#page-home .section-hero .flex-wrapper .cta-form{background-color:#3cefa2;position:relative;width:100%;margin:0;padding:0}#page-home .section-hero .flex-wrapper .cta-form .form{position:relative;width:100%;margin:0;padding:40px 30px 30px}#page-home .section-hero .flex-wrapper .cta-form .form .field-group{position:relative;width:100%;margin:0;padding:0;border-bottom:1px solid #fff;-webkit-transition:border-color .5s cubic-bezier(0,0,.3,1);transition:border-color .5s cubic-bezier(0,0,.3,1)}#page-home .section-hero .flex-wrapper .cta-form .form .field-group:not(:last-child){margin-bottom:30px}#page-home .section-hero .flex-wrapper .cta-form .form .field-group .field{color:#414042;font-size:14px;font-weight:400;position:relative;background-color:transparent;border:none;width:100%;margin:0;padding:0 0 5px;z-index:1}#page-home .section-hero .flex-wrapper .cta-form .form .field-group .placeholder{color:#414042;font-size:14px;font-weight:400;position:absolute;top:2px;left:0;z-index:2;-webkit-transition:opacity .5s cubic-bezier(0,0,.3,1);transition:opacity .5s cubic-bezier(0,0,.3,1)}#page-home .section-hero .flex-wrapper .cta-form .form .field-group.invalid{border-color:red}#page-home .section-hero .flex-wrapper .cta-form .form .field-group.focus,#page-home .section-hero .flex-wrapper .cta-form .form .field-group.not-empty{border-color:#282059}#page-home .section-hero .flex-wrapper .cta-form .form .field-group.focus .placeholder,#page-home .section-hero .flex-wrapper .cta-form .form .field-group.not-empty .placeholder{opacity:0}#page-home .section-hero .flex-wrapper .cta-form .form-submit{position:relative;width:100%;margin:0;padding:0}#page-home .section-hero .flex-wrapper .cta-form .form-submit button{background-color:#5774ff;color:#fff;font-size:14px;font-weight:700;text-transform:uppercase;position:relative;width:100%;margin:0;padding:17px 0;-webkit-transition:background-color .5s cubic-bezier(0,0,.3,1);transition:background-color .5s cubic-bezier(0,0,.3,1)}#page-home .section-hero .flex-wrapper .cta-form .form-submit button:hover{background-color:#282059}#page-home .section-hero .flex-wrapper .modal-toggler{background-color:#5774ff;color:#fff;font-size:14px;font-weight:700;text-transform:uppercase;position:relative;width:100%;margin:30px 0 0;padding:17px 0;-webkit-transition:background-color .5s cubic-bezier(0,0,.3,1);transition:background-color .5s cubic-bezier(0,0,.3,1)}@media (min-width:1024px){#page-home .section-hero .flex-wrapper .modal-toggler{display:none}}#page-home .section-hero .flex-wrapper .modal-toggler:hover{background-color:#282059}#page-home .section-financial-education-about{position:relative;width:100%;margin:0;padding:160px 0 190px}@media (max-width:1023px){#page-home .section-financial-education-about{padding:70px 0 100px}}#page-home .section-financial-education-about .flex-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:1023px){#page-home .section-financial-education-about .flex-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}}#page-home .section-financial-education-about .flex-wrapper .content{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin:0;padding:0}#page-home .section-financial-education-about .flex-wrapper .content .title{color:#282059;font-size:44px;font-weight:700;position:relative;display:inline-block;margin:0 0 75px;padding:0}@media (max-width:1023px){#page-home .section-financial-education-about .flex-wrapper .content .title{font-size:24px;margin:0 0 35px}}#page-home .section-financial-education-about .flex-wrapper .content .title span{color:#3cefa2;font-size:155px;position:absolute;top:calc(50% - 18px);right:-100px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media (max-width:1023px){#page-home .section-financial-education-about .flex-wrapper .content .title span{font-size:90px;top:calc(50% - 10px);right:-50px}}#page-home .section-financial-education-about .flex-wrapper .content .description{position:relative;width:100%;margin:0;padding:0}#page-home .section-financial-education-about .flex-wrapper .content .description p{color:#414042;font-size:16px;font-weight:400;line-height:1.5;margin:0;padding:0}#page-home .section-financial-education-about .flex-wrapper .content .description p:not(:last-child){margin-bottom:20px}#page-home .section-financial-education-about .flex-wrapper .image{position:relative;width:530px;height:410px;-ms-flex-negative:0;flex-shrink:0;margin:0 0 0 65px;padding:0;-webkit-box-shadow:0 15px 30px 0 rgba(87,116,255,.14);box-shadow:0 15px 30px 0 rgba(87,116,255,.14)}@media (max-width:1023px){#page-home .section-financial-education-about .flex-wrapper .image{width:100%;height:auto;margin:60px 0 0;-webkit-box-shadow:unset;box-shadow:unset}}#page-home .section-financial-education-about .flex-wrapper .image img{position:relative;width:100%;height:100%;margin:0;-o-object-fit:cover;object-fit:cover}@media (max-width:1023px){#page-home .section-financial-education-about .flex-wrapper .image img{-webkit-box-shadow:0 15px 30px 0 rgba(87,116,255,.14);box-shadow:0 15px 30px 0 rgba(87,116,255,.14);height:auto}}#page-home .section-financial-education-in-the-world{background-color:#f8f7ff;position:relative;width:100%;margin:0;padding:150px 0}@media (max-width:1023px){#page-home .section-financial-education-in-the-world{padding:100px 0}}#page-home .section-financial-education-in-the-world .background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}#page-home .section-financial-education-in-the-world .background img{position:relative;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}#page-home .section-financial-education-in-the-world .container{position:relative;z-index:2}#page-home .section-financial-education-in-the-world .wrapper{position:relative;text-align:center;width:615px;margin:0 auto;padding:0}@media (max-width:1023px){#page-home .section-financial-education-in-the-world .wrapper{width:100%}}#page-home .section-financial-education-in-the-world .wrapper .title{color:#3cefa2;font-size:44px;font-weight:700;line-height:1.2;margin:0 0 50px;padding:0}@media (max-width:1023px){#page-home .section-financial-education-in-the-world .wrapper .title{font-size:24px;margin:0 0 35px}}#page-home .section-financial-education-in-the-world .wrapper .description{position:relative;width:100%;margin:0;padding:0}#page-home .section-financial-education-in-the-world .wrapper .description p{color:#fff;font-size:24px;font-weight:400;line-height:1.5;margin:0;padding:0}#page-home .section-financial-education-in-the-world .wrapper .description p:not(:last-child){margin-bottom:20px}@media (max-width:1023px){#page-home .section-financial-education-in-the-world .wrapper .description p{font-size:16px}}#page-home .section-financial-education-in-the-world .wrapper .description span{color:#fff;font-size:12px;font-weight:400;display:block;margin:30px 0 0;padding:0}@media (max-width:1023px){#page-home .section-financial-education-in-the-world .wrapper .description span{line-height:1.2;padding:0 30px}}#page-home .section-context{background-color:#f8f7ff;position:relative;width:100%;margin:0;padding:150px 0 115px}@media (max-width:1023px){#page-home .section-context{padding:100px 0 70px}}#page-home .section-context .wrapper{position:relative;text-align:center;width:640px;margin:0 auto 75px;padding:0}@media (max-width:1023px){#page-home .section-context .wrapper{width:100%;margin:0 0 50px}}#page-home .section-context .wrapper .title{color:#282059;font-size:44px;font-weight:700;margin:0;padding:0}@media (max-width:1023px){#page-home .section-context .wrapper .title{font-size:24px}}#page-home .section-context .wrapper .description{position:relative;width:100%;margin:0;padding:30px 0 0}#page-home .section-context .wrapper .description p{color:#414042;font-size:16px;font-weight:400;line-height:1.5;margin:0;padding:0}#page-home .section-context .flex-wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;margin:0;padding:0}#page-home .section-context .flex-wrapper .item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;width:calc(50% - 15px);height:125px;margin:0 0 30px;padding:0;-webkit-box-shadow:0 15px 30px 0 rgba(87,116,255,.14);box-shadow:0 15px 30px 0 rgba(87,116,255,.14)}@media (max-width:1023px){#page-home .section-context .flex-wrapper .item{width:100%;height:auto;padding:25px 0}}#page-home .section-context .flex-wrapper .item p{color:#5774ff;font-size:16px;font-weight:400;line-height:1.5;margin:0;padding:0}#page-home .section-cta{position:relative;width:100%;margin:0;padding:0 0 115px}@media (max-width:1023px){#page-home .section-cta{padding:0 0 70px}}#page-home .section-cta .wrapper{position:relative;width:100%;height:490px;margin:0;padding:0;-webkit-box-shadow:0 40px 60px 0 rgba(88,116,255,.21);box-shadow:0 40px 60px 0 rgba(88,116,255,.21)}@media (max-width:1023px){#page-home .section-cta .wrapper{height:500px}}#page-home .section-cta .wrapper .background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}#page-home .section-cta .wrapper .background img{position:relative;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#page-home .section-cta .wrapper .content{position:relative;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;height:100%;z-index:2}@media (max-width:1023px){#page-home .section-cta .wrapper .content{padding:0 15px}}#page-home .section-cta .wrapper .content-logo{position:relative;margin:0 0 35px}@media (max-width:1023px){#page-home .section-cta .wrapper .content-logo img{width:200px}}#page-home .section-cta .wrapper .content-description{position:relative;margin:0 0 40px;padding:0}#page-home .section-cta .wrapper .content-description p{color:#fff;font-size:24px;font-weight:700;line-height:1.5;margin:0;padding:0}@media (max-width:1023px){#page-home .section-cta .wrapper .content-description p{font-size:16px}}#page-home .section-cta .wrapper .content-button{position:relative;margin:0;padding:0}#page-home .section-cta .wrapper .content-button button{background-color:#fff;color:#5774ff;font-size:16px;font-weight:700;text-transform:uppercase;margin:0;padding:18px 45px;-webkit-transition:background-color .5s cubic-bezier(0,0,.3,1),color .5s cubic-bezier(0,0,.3,1);transition:background-color .5s cubic-bezier(0,0,.3,1),color .5s cubic-bezier(0,0,.3,1)}@media (max-width:1023px){#page-home .section-cta .wrapper .content-button button{font-size:14px}}#page-home .section-cta .wrapper .content-button button:hover{background-color:#5774ff;color:#fff}#page-home .section-financial-education-school{position:relative;width:100%;margin:0;padding:0 0 130px}#page-home .section-financial-education-school .flex-wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;padding:0}@media (max-width:1023px){#page-home .section-financial-education-school .flex-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}}#page-home .section-financial-education-school .flex-wrapper .content{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin:0;padding:0}#page-home .section-financial-education-school .flex-wrapper .content .title{color:#282059;font-size:44px;font-weight:700;display:inline-block;position:relative;line-height:1.2;margin:0;padding:0}@media (max-width:1023px){#page-home .section-financial-education-school .flex-wrapper .content .title{font-size:24px;margin:0 0 35px}}#page-home .section-financial-education-school .flex-wrapper .content .title span{color:#3cefa2;font-size:155px;position:absolute;bottom:-20px;right:-100px}@media (max-width:1023px){#page-home .section-financial-education-school .flex-wrapper .content .title span{font-size:90px;bottom:-10px;right:-50px}}#page-home .section-financial-education-school .flex-wrapper .content .description{position:relative;width:100%;margin:50px 0 0;padding:0}@media (max-width:1023px){#page-home .section-financial-education-school .flex-wrapper .content .description{margin:0}}#page-home .section-financial-education-school .flex-wrapper .content .description p{color:#414042;font-size:16px;font-weight:400;line-height:1.5;margin:0;padding:0}#page-home .section-financial-education-school .flex-wrapper .content .description p:not(:last-child){margin-bottom:20px}#page-home .section-financial-education-school .flex-wrapper .list{background-color:#fff;position:relative;width:470px;-ms-flex-negative:0;flex-shrink:0;margin:0 0 0 130px;padding:70px 0 50px 50px;-webkit-box-shadow:0 40px 60px 0 rgba(88,116,255,.21);box-shadow:0 40px 60px 0 rgba(88,116,255,.21)}@media (max-width:1023px){#page-home .section-financial-education-school .flex-wrapper .list{margin:60px 0 0;width:100%;padding:30px 15px}}#page-home .section-financial-education-school .flex-wrapper .list ul{position:relative;width:100%;margin:0;padding:0}#page-home .section-financial-education-school .flex-wrapper .list ul li{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;padding:0}#page-home .section-financial-education-school .flex-wrapper .list ul li:not(:last-child){margin-bottom:30px}#page-home .section-financial-education-school .flex-wrapper .list ul li span{color:#282059;font-size:18px;font-weight:700;line-height:1.2;margin:0 0 0 20px;padding:0}@media (max-width:1023px){#page-home .section-financial-education-school .flex-wrapper .list ul li span{font-size:16px}}#page-home .section-pioneering-and-innovation{background-color:#f8f7ff;position:relative;width:100%;margin:0;padding:130px 0 120px}@media (max-width:1023px){#page-home .section-pioneering-and-innovation{padding:70px 0 0}}#page-home .section-pioneering-and-innovation .wrapper{position:relative;text-align:center;width:600px;margin:0 auto;padding:0}@media (max-width:1023px){#page-home .section-pioneering-and-innovation .wrapper{width:100%}}#page-home .section-pioneering-and-innovation .wrapper .headline{color:#5774ff;font-size:24px;font-weight:700;margin:0;padding:0}#page-home .section-pioneering-and-innovation .wrapper .title{color:#282059;font-size:44px;font-weight:700;margin:10px 0 20px;padding:0}@media (max-width:1023px){#page-home .section-pioneering-and-innovation .wrapper .title{font-size:24px}}#page-home .section-pioneering-and-innovation .wrapper .description{position:relative;width:100%;margin:0;padding:0}#page-home .section-pioneering-and-innovation .wrapper .description p{color:#414042;font-size:16px;font-weight:400;line-height:1.5;margin:0;padding:0}#page-home .section-pioneering-and-innovation .flex-wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:90px 0 0;padding:0}@media (max-width:1023px){#page-home .section-pioneering-and-innovation .flex-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}}#page-home .section-pioneering-and-innovation .flex-wrapper .item{position:relative;text-align:center;width:calc(33% - 15px);margin:0;padding:0}@media (max-width:1023px){#page-home .section-pioneering-and-innovation .flex-wrapper .item{width:100%;margin:0 0 70px}}#page-home .section-pioneering-and-innovation .flex-wrapper .item-icon{position:relative;text-align:center;width:100%;margin:0 0 50px;padding:0}#page-home .section-pioneering-and-innovation .flex-wrapper .item-description{position:relative;width:100%;margin:0;padding:0}#page-home .section-pioneering-and-innovation .flex-wrapper .item-description p{color:#414042;font-size:16px;font-weight:400;line-height:1.5;margin:0;padding:0}#page-home .section-pioneering-and-innovation .flex-wrapper .item-description p strong{color:#282059}#page-home .section-team{position:relative;width:100%;margin:0;padding:110px 0 75px}@media (max-width:1023px){#page-home .section-team{padding:70px 0 50px}}#page-home .section-team::before{content:'';background-color:#282059;position:absolute;top:0;right:0;height:580px;left:0;z-index:1}#page-home .section-team::after{content:'';background-color:#f8f7ff;position:absolute;right:0;bottom:0;left:0;height:410px;z-index:1}#page-home .section-team .container{position:relative;z-index:2}#page-home .section-team .wrapper{position:relative;width:100%;margin:0;padding:0 100px}@media (max-width:1023px){#page-home .section-team .wrapper{padding:0}}#page-home .section-team .wrapper .title{color:#3cefa2;font-size:48px;font-weight:700;margin:0 0 50px;padding:0}@media (max-width:1023px){#page-home .section-team .wrapper .title{font-size:21px;margin:0 0 35px}}#page-home .section-team .wrapper .description{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:1023px){#page-home .section-team .wrapper .description{-ms-flex-wrap:wrap;flex-wrap:wrap}}#page-home .section-team .wrapper .description .left,#page-home .section-team .wrapper .description .right{width:calc(50% - 15px)}@media (max-width:1023px){#page-home .section-team .wrapper .description .left,#page-home .section-team .wrapper .description .right{width:100%;margin:0 0 20px}}#page-home .section-team .wrapper .description .left p,#page-home .section-team .wrapper .description .right p{color:#fff;font-size:16px;font-weight:400;line-height:1.5;margin:0;padding:0}#page-home .section-team .wrapper .description .left p:not(:last-child),#page-home .section-team .wrapper .description .right p:not(:last-child){margin-bottom:20px}#page-home .section-team .flex-wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;margin:115px 0 0;padding:0}@media (max-width:1023px){#page-home .section-team .flex-wrapper{margin:70px 0 0}}#page-home .section-team .flex-wrapper .item{background-color:#fff;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:calc(50% - 15px);margin:0 0 30px;padding:35px;border-radius:5px;-webkit-box-shadow:0 15px 30px 0 rgba(87,116,255,.14);box-shadow:0 15px 30px 0 rgba(87,116,255,.14)}@media (max-width:1023px){#page-home .section-team .flex-wrapper .item{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}}#page-home .section-team .flex-wrapper .item:nth-child(2n+0){margin-left:30px}@media (max-width:1023px){#page-home .section-team .flex-wrapper .item:nth-child(2n+0){margin-left:0}}#page-home .section-team .flex-wrapper .item-image{background-color:#5774ff;position:relative;width:100px;height:100px;border-radius:50%;-ms-flex-negative:0;flex-shrink:0;margin-right:30px;overflow:hidden}@media (max-width:1023px){#page-home .section-team .flex-wrapper .item-image{margin-right:0}}#page-home .section-team .flex-wrapper .item-image img{position:relative;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}#page-home .section-team .flex-wrapper .item-content{position:relative;margin:0;padding:0}@media (max-width:1023px){#page-home .section-team .flex-wrapper .item-content{text-align:center;width:100%;margin:30px 0 0}}#page-home .section-team .flex-wrapper .item-content--title{color:#282059;font-size:24px;font-weight:700;margin:0 0 5px;padding:0}#page-home .section-team .flex-wrapper .item-content--description{position:relative;margin:0;padding:0}#page-home .section-team .flex-wrapper .item-content--description p{color:#414042;font-size:16px;font-weight:400;line-height:1.5;margin:0;padding:0}#page-home .section-team .certifications{position:relative;text-align:center;width:100%;margin:90px 0 0;padding:0}@media (max-width:1023px){#page-home .section-team .certifications{margin:70px 0 0}}#page-home .section-team .certifications-title{color:#282059;font-size:16px;font-weight:400;position:relative;width:100%;margin:0 0 40px;padding:0}@media (max-width:1023px){#page-home .section-team .certifications-title{margin:35px 0 0}}#page-home .section-team .certifications-flex{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0;padding:0}@media (max-width:1023px){#page-home .section-team .certifications-flex{margin:35px 0 0;-ms-flex-wrap:wrap;flex-wrap:wrap}}#page-home .section-team .certifications-flex .item{position:relative;margin:0;padding:0;opacity:.6}#page-home .section-team .certifications-flex .item:not(:last-child){opacity:.4;margin-right:40px}@media (max-width:1023px){#page-home .section-team .certifications-flex .item:not(:last-child){margin:0 0 40px}}#page-home .section-cmt{background-color:#282059;position:relative;width:100%;margin:0;padding:115px 0 150px}@media (max-width:1023px){#page-home .section-cmt{padding:70px 0 0}}#page-home .section-cmt .wrapper{position:relative;text-align:center;width:700px;margin:0 auto;padding:0}@media (max-width:1023px){#page-home .section-cmt .wrapper{width:100%}}#page-home .section-cmt .wrapper .title{color:#3cefa2;font-size:48px;font-weight:700;margin:0 0 30px;padding:0}@media (max-width:1023px){#page-home .section-cmt .wrapper .title{font-size:24px}}#page-home .section-cmt .wrapper .description{position:relative;width:100%;margin:0;padding:0}#page-home .section-cmt .wrapper .description p{color:#fff;font-size:16px;font-weight:400;line-height:1.4;margin:0;padding:0}#page-home .section-cmt .flex-wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:125px 0 0;padding:0}@media (max-width:1023px){#page-home .section-cmt .flex-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}}#page-home .section-cmt .flex-wrapper .item{position:relative;text-align:center;width:calc(33% - 20px);margin:0;padding:85px 40px 60px;border:1px solid #5774ff;border-radius:5px}@media (max-width:1023px){#page-home .section-cmt .flex-wrapper .item{width:100%;margin:0 0 120px}}#page-home .section-cmt .flex-wrapper .item-letter{background-color:#282059;position:absolute;top:0;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);margin:0;padding:0 20px}#page-home .section-cmt .flex-wrapper .item-title{color:#3cefa2;font-size:24px;font-weight:700;line-height:1.2;margin:0 0 20px;padding:0}#page-home .section-cmt .flex-wrapper .item-description{position:relative;width:100%;margin:0;padding:0}#page-home .section-cmt .flex-wrapper .item-description p{color:#fff;font-size:16px;font-weight:400;line-height:1.5;margin:0;padding:0}#page-home .section-cmt .flex-wrapper .item-description p:not(:last-child){margin-bottom:20px}#page-home .section-content-course{position:relative;width:100%;margin:0;padding:115px 0 150px}@media (max-width:1023px){#page-home .section-content-course{padding:70px 0 30px}}#page-home .section-content-course .wrapper{position:relative;text-align:center;width:700px;margin:0 auto;padding:0}@media (max-width:1023px){#page-home .section-content-course .wrapper{width:100%}}#page-home .section-content-course .wrapper .title{color:#282059;font-size:48px;font-weight:700;margin:0 0 30px;padding:0}@media (max-width:1023px){#page-home .section-content-course .wrapper .title{font-size:24px}}#page-home .section-content-course .wrapper .description{position:relative;width:100%;margin:0;padding:0}#page-home .section-content-course .wrapper .description p{color:#414042;font-size:16px;font-weight:400;line-height:1.4;margin:0;padding:0}#page-home .section-content-course .flex-wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:125px 0 0;padding:0}@media (max-width:1023px){#page-home .section-content-course .flex-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}}#page-home .section-content-course .flex-wrapper .item{position:relative;text-align:center;width:calc(33% - 20px);margin:0;padding:85px 40px 60px;border-radius:5px}@media (max-width:1023px){#page-home .section-content-course .flex-wrapper .item{width:100%;margin:0 0 90px}}#page-home .section-content-course .flex-wrapper .item:nth-child(1){border:1px solid #5774ff}#page-home .section-content-course .flex-wrapper .item:nth-child(1) .item-list{border-top:1px solid #5774ff}#page-home .section-content-course .flex-wrapper .item:nth-child(2){border:1px solid #3cefa2}#page-home .section-content-course .flex-wrapper .item:nth-child(2) .item-list{border-top:1px solid #3cefa2}#page-home .section-content-course .flex-wrapper .item:nth-child(3){border:1px solid #906dff}#page-home .section-content-course .flex-wrapper .item:nth-child(3) .item-list{border-top:1px solid #906dff}#page-home .section-content-course .flex-wrapper .item-letter{position:absolute;top:0;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);margin:0;padding:0 20px}#page-home .section-content-course .flex-wrapper .item-title{color:#282059;font-size:24px;font-weight:700;line-height:1.2;margin:0 0 20px;padding:0}#page-home .section-content-course .flex-wrapper .item-description{position:relative;width:100%;margin:0;padding:0}#page-home .section-content-course .flex-wrapper .item-description p{color:#414042;font-size:16px;font-weight:400;line-height:1.5;margin:0;padding:0}#page-home .section-content-course .flex-wrapper .item-description p:not(:last-child){margin-bottom:20px}#page-home .section-content-course .flex-wrapper .item-list{position:relative;text-align:left;width:100%;margin:40px 0 0;padding:40px 0 0}#page-home .section-content-course .flex-wrapper .item-list span{color:#9a9a9a;font-size:16px;font-weight:700;width:100%;display:block;margin:0 0 5px;padding:0}#page-home .section-content-course .flex-wrapper .item-list ul{position:relative;width:100%;margin:0;padding:0}#page-home .section-content-course .flex-wrapper .item-list ul li{color:#9a9a9a;font-size:16px;font-weight:400;position:relative;display:block;margin:0;padding:0 0 0 15px;line-height:1.5}#page-home .section-content-course .flex-wrapper .item-list ul li:not(:last-child){margin-bottom:10px}#page-home .section-content-course .flex-wrapper .item-list ul li::before{content:'';background-color:#9a9a9a;position:absolute;top:8px;left:0;width:6px;height:6px;border-radius:50%}#page-home .section-cta-footer{position:relative;width:100%;margin:0;padding:155px 0 160px}@media (max-width:1023px){#page-home .section-cta-footer{display:none}}#page-home .section-cta-footer .background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}#page-home .section-cta-footer .background img{position:relative;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#page-home .section-cta-footer .container{position:relative;z-index:2}#page-home .section-cta-footer .wrapper{position:relative;width:100%;margin:0;padding:0}#page-home .section-cta-footer .wrapper .title{color:#fff;font-size:48px;font-weight:700;line-height:1.2;margin:0 0 65px;padding:0}#page-home .section-cta-footer .wrapper .title strong{color:#3cefa2}#page-home .section-cta-footer .wrapper .title span{font-size:20px}#page-home .section-cta-footer .wrapper .form{position:relative;width:340px;margin:0;padding:0}#page-home .section-cta-footer .wrapper .form .field-group{position:relative;width:100%;margin:0;padding:0;border-bottom:1px solid #3cefa2;-webkit-transition:border-color .5s cubic-bezier(0,0,.3,1);transition:border-color .5s cubic-bezier(0,0,.3,1)}#page-home .section-cta-footer .wrapper .form .field-group:not(:last-child){margin-bottom:30px}#page-home .section-cta-footer .wrapper .form .field-group .field{color:#fff;font-size:14px;font-weight:400;position:relative;background-color:transparent;border:none;width:100%;margin:0;padding:0 0 5px;z-index:1}#page-home .section-cta-footer .wrapper .form .field-group .placeholder{color:#fff;font-size:14px;font-weight:400;position:absolute;top:2px;left:0;z-index:2;-webkit-transition:opacity .5s cubic-bezier(0,0,.3,1);transition:opacity .5s cubic-bezier(0,0,.3,1)}#page-home .section-cta-footer .wrapper .form .field-group.invalid{border-color:red}#page-home .section-cta-footer .wrapper .form .field-group.focus,#page-home .section-cta-footer .wrapper .form .field-group.not-empty{border-color:#282059}#page-home .section-cta-footer .wrapper .form .field-group.focus .placeholder,#page-home .section-cta-footer .wrapper .form .field-group.not-empty .placeholder{opacity:0}#page-home .section-cta-footer .wrapper .form-submit{position:relative;width:100%;margin:0;padding:0 85px 0 0}#page-home .section-cta-footer .wrapper .form-submit button{background-color:#fff;color:#5774ff;font-size:14px;font-weight:700;text-transform:uppercase;position:relative;width:100%;margin:0;padding:17px 0;-webkit-transition:background-color .5s cubic-bezier(0,0,.3,1),color .5s cubic-bezier(0,0,.3,1);transition:background-color .5s cubic-bezier(0,0,.3,1),color .5s cubic-bezier(0,0,.3,1)}#page-home .section-cta-footer .wrapper .form-submit button:hover{background-color:#3cefa2;color:#282059}#page-home .section-location{position:relative;width:100%;margin-top:-90px;z-index:4;background-color:#282059;background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),color-stop(17%,#282059),color-stop(41%,#282059),color-stop(41%,#5773ff),color-stop(83%,#5773ff),color-stop(83%,#282059),to(#282059));background:linear-gradient(180deg,rgba(255,255,255,0) 0,#282059 17%,#282059 41%,#5773ff 41%,#5773ff 83%,#282059 83%,#282059 100%)}#page-home .section-location .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#page-home .section-location .container .location-title{text-align:center;font-size:32px;color:#3cefa2;font-weight:700;line-height:1.2;margin-bottom:20px}#page-home .section-location .container .location-subtitle{font-size:18px;font-family:Stolzl;color:#5773ff;text-align:center;line-height:1.2;margin-bottom:30px}#page-home .section-location .container #map{height:395px;width:100%}#page-home .section-location-mobile{position:relative;width:100%;z-index:4;background-color:#282059;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#page-home .section-location-mobile .wrapper{height:200px;width:90%;background-color:#5774ff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;margin-top:-80px}#page-home .section-location-mobile .wrapper .title-mobile{text-align:center;font-size:32px;color:#3cefa2;font-weight:700;line-height:1.2;margin-bottom:20px}#page-home .section-location-mobile .wrapper .subtitle-mobile{font-size:14px;font-family:Stolzl;color:#282059;text-align:center;line-height:1.2;margin-bottom:30px}#page-home .section-location-mobile .wrapper .map-link{text-decoration:underline!important;color:#3cefa2;font-size:20px;font-weight:600}#page-home .section-footer{background-color:#282059;position:relative;width:100%;margin:0;padding:70px 0 50px;z-index:2}@media (max-width:1023px){#page-home .section-footer{padding:100px 0 85px}}#page-home .section-footer .scroll-to-top{background-color:#5774ff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:90px;right:95px;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:90px;height:90px;border-radius:50%}@media (max-width:1023px){#page-home .section-footer .scroll-to-top{display:none;right:50%;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%);top:0}}#page-home .section-footer .scroll-to-top span{color:#fff;font-size:12px;font-weight:700;display:block;text-align:center;margin:5px 0 0;padding:0}#page-home .section-footer .flex-wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0;padding:0}#page-home .section-footer .flex-wrapper .logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;padding:0}@media (max-width:1023px){#page-home .section-footer .flex-wrapper .logo{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}}#page-home .section-footer .flex-wrapper .logo img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#page-home .section-footer .flex-wrapper .logo span{color:#5774ff;font-size:18px;font-weight:700;line-height:1.2;display:block;margin:0 0 0 65px;padding:0}@media (max-width:1023px){#page-home .section-footer .flex-wrapper .logo span{text-align:center;width:100%;display:block;margin:35px 0 0}}#page-home .section-footer .flex-wrapper .logo span span{color:#3cefa2;margin:0}#page-home .section-footer .flex-wrapper .contact{position:relative;text-align:center;width:100%;margin:40px 0 0;padding:0}#page-home .section-footer .flex-wrapper .contact>a{color:#fff;font-size:18px;font-weight:400;display:inline-block;margin:0;padding:0;-webkit-transition:color .5s;transition:color .5s}@media (max-width:1023px){#page-home .section-footer .flex-wrapper .contact>a{font-size:14px}}#page-home .section-footer .flex-wrapper .contact>a:hover{color:#5774ff}#page-home .section-footer .flex-wrapper .contact-social{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:40px 0 0}#page-home .section-footer .flex-wrapper .contact-social span{color:#5774ff;font-size:21px;font-weight:700;width:100%;display:block;margin:0 0 15px;padding:0}#page-home .section-footer .flex-wrapper .contact-social a{position:relative;margin:0;padding:10px}#page-home .section-footer .flex-wrapper .contact-social a:not(:last-child){margin-right:10px}#page-home .section-footer .flex-wrapper .contact-social a svg path{fill:#fff;-webkit-transition:fill .5s;transition:fill .5s}#page-home .section-footer .flex-wrapper .contact-social a:hover svg path{fill:#5774ff}#page-home .section-footer .flex-wrapper .contact-social a.linkedin{width:38px;height:41px;overflow:hidden}#page-home .section-footer .flex-wrapper .contact-social a.linkedin svg{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:scale(.045);transform:scale(.045)}#page-home .section-footer .flex-wrapper .contact .whatsapp{margin-bottom:30px}#page-home .section-footer .flex-wrapper .contact .whatsapp img{width:18px;margin-right:10px;vertical-align:bottom}#page-home .section-footer .flex-wrapper .contact .whatsapp a{color:#3cefa2;-webkit-transition:.5s;transition:.5s}#page-home .section-footer .flex-wrapper .contact .whatsapp a:hover{color:#fff}#page-home .section-footer .flex-wrapper .contact .address{margin-top:30px;color:#fff;font-size:14px}#page-home .section-footer .flex-wrapper .copyright{color:#5c558c;font-size:12px;font-weight:400;display:inline-block;margin:60px 0 0;padding:0}@media (max-width:1023px){#page-home .section-footer .flex-wrapper .copyright{margin:40px 0 0;text-align:center;line-height:1.2}}#page-home .section-footer .flex-wrapper .assinatura{position:relative;margin:30px 0 0;padding:0}#page-home .section-footer .flex-wrapper .assinatura a{color:#fff;font-size:14px;font-weight:400;position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;padding:0}#page-home .section-footer .flex-wrapper .assinatura a svg{position:relative;top:-1px;margin-left:10px}#page-home .section-footer .flex-wrapper .assinatura a svg path{fill:#fff;-webkit-transition:fill .5s cubic-bezier(.5,0,0,1);transition:fill .5s cubic-bezier(.5,0,0,1)}#page-home .section-footer .flex-wrapper .assinatura a:hover svg path{fill:#3cefa2}
/*# sourceMappingURL=main.min.css.map */
