/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */*,:after,:before{box-sizing:border-box}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}img{max-width:100%}main{display:block}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:rgba(0,0,0,0)}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;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}[hidden],template{display:none}body{font-family:var(--main-font);max-width:1440px;margin-left:auto;margin-right:auto}@media screen and (min-width:768px){body{text-align:center}}:root{--main-font:"Rubik",sans-serif;--white:#fff;--white-soft:hsla(0,0%,100%,0.27);--dirty-white:#f5f5f5;--soft-blue:#5368df;--soft-red:#fa5757;--grayish-blue:#9194a1;--very-dark-blue:rgba(37,43,70,0.98);--color-hover:#fff;--svg-top:0;--svg-width:280px;--svg-height:200px}.header{display:grid;grid-template-columns:90% 10%;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:100%;padding:1rem}@media screen and (min-width:768px){.header{grid-template-columns:20% 80%;position:-webkit-sticky;position:sticky;top:0;z-index:100;background-color:var(--white);padding:1rem 0}}.main-nav{position:fixed;width:100vw;height:100vh;top:0;left:0;background-color:var(--very-dark-blue);padding:6rem 2rem 0;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);z-index:10}.main-nav--show{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}@media screen and (min-width:768px){.main-nav{position:static;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);z-index:100;background-color:rgba(0,0,0,0);width:550px;height:100px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;padding:0;justify-self:right;margin-right:72px}}.footer-menu,.main-menu{position:relative;list-style:none;padding-left:0;margin-top:0;margin-bottom:0;width:100%;text-align:center}.footer-menu__item,.main-menu__item{padding:1rem;margin:.5rem 0;border:none;border-top:1px solid var(--grayish-blue);width:100%}.footer-menu__item:last-child,.main-menu__item:last-child{border-bottom:1px solid var(--grayish-blue);margin-bottom:2rem}.footer-menu__item--border-none,.main-menu__item--border-none{border:none}.footer-menu__item--border-none:last-child,.main-menu__item--border-none:last-child{border-bottom:none}@media screen and (min-width:768px){.footer-menu__item,.main-menu__item{border:none}.footer-menu__item:last-child,.main-menu__item:last-child{border-bottom:none;margin:0 3rem 0 0}}.footer-menu__link,.main-menu__link{color:#fff;text-decoration:none;text-transform:uppercase;letter-spacing:3px;font-weight:300;font-size:1.3rem}@media screen and (min-width:768px){.footer-menu__link,.main-menu__link{font-size:1rem;font-weight:400;color:var(--very-dark-blue)}.footer-menu__link:hover,.main-menu__link:hover{color:var(--soft-red)}}@media screen and (min-width:768px){.footer-menu,.main-menu{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}}.footer-menu__link{color:#fff}.top-bar{display:grid;grid-template-columns:90% 10%;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:fixed;top:0;left:0;width:100%;z-index:100;padding:2rem;background-color:var(--white)}@media screen and (max-width:768px){.top-bar--show{background-color:rgba(0,0,0,0)}.top-bar--show,.top-bar--show .top-bar__icon{-webkit-filter:invert(1) brightness(100);filter:invert(1) brightness(100)}}@media screen and (min-width:768px){.top-bar{position:static;padding:2rem 0}.top-bar__icon{display:none}}.login-button{width:100%;background:none;padding:1rem 0;color:var(--white);border:2px solid;border-radius:5px;text-transform:uppercase;letter-spacing:3px;font-size:1.3rem;outline:none}@media screen and (min-width:768px){.login-button{background-color:var(--soft-red);cursor:pointer;font-size:1rem;box-shadow:0 6px 10px 3px rgba(83,104,223,.14);color:var(--white);border:none}.login-button:hover{color:var(--soft-red);border:2px solid;background-color:rgba(0,0,0,0)}}.social-icons-footer,.social-icons-header{width:90px;bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-top:auto;margin-bottom:3rem}@media screen and (min-width:768px){.social-icons-header{display:none}}@media screen and (min-width:768px){.social-icons-footer{margin-top:0;margin-bottom:0}}.main{margin:0}.section{margin-top:6rem}.section__item{position:relative}@media screen and (min-width:768px){.section__item--text{width:450px;margin-left:2.5rem}}.section__text,.section__title{text-align:center;font-weight:400}.section__title{font-size:2rem}@media screen and (min-width:768px){.section__title--first{text-align:left}}.section__text{padding:0 1.5rem;font-weight:400;line-height:1.7;color:var(--grayish-blue);margin-bottom:2.5rem}@media screen and (min-width:768px){.section__text{padding:0}.section__text--cards{width:500px;margin-left:auto;margin-right:auto;margin-bottom:8rem}.section__text--center{width:50%;margin-left:auto;margin-right:auto}}@media screen and (min-width:768px){.section__text--second{margin-left:auto;margin-right:auto;width:500px}}@media screen and (min-width:768px){.section__img--first{position:relative;right:2rem}}.section--first{position:relative}.section--first:before{content:"";position:absolute;top:65px;right:0;display:block;width:280px;height:200px;background-color:var(--soft-blue);border-bottom-left-radius:100px;z-index:-1}@media screen and (min-width:768px){.section--first:before{height:350px;top:150px;width:500px;border-bottom-left-radius:175px}}@media screen and (min-width:768px){.section--first{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}}@media screen and (min-width:768px){.section--second{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.section--third{margin:0 2rem}@media screen and (min-width:768px){.section--third{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.buttons{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:0 .5rem;margin-bottom:7rem}@media screen and (min-width:768px){.buttons--left{-webkit-box-pack:start;-webkit-justify-content:start;-ms-flex-pack:start;justify-content:start;padding:0}.buttons--left .button--purple{margin-right:1rem}}.button-container{width:100%}@media screen and (max-width:768px){.button-container{text-align:center}}.button-container--center{text-align:center}.button-container--left{text-align:left}.button{background:none;padding:1rem 1.5rem;border-radius:5px;border:2px solid rgba(0,0,0,0);cursor:pointer;-webkit-transition:color .3s,background-color .3s,border .3s;transition:color .3s,background-color .3s,border .3s}@media screen and (min-width:768px){.button:hover{border:2px solid;background-color:rgba(0,0,0,0);color:var(--color-hover)}}.button--white{background-color:var(--dirty-white);color:var(--very-dark-blue);font-weight:400;box-shadow:9px 10px 11px -4px #dadada;--color-hover:var(--very-dark-blue)}.button--purple{background-color:var(--soft-blue);color:var(--white);font-weight:400;box-shadow:0 6px 10px 3px rgba(37,43,70,.24);--color-hover:var(--soft-blue)}.button--red{background-color:var(--soft-red);color:var(--white);font-weight:400;width:100%;box-shadow:0 0 0 4px var(--soft-red);padding:.9rem 0}@media screen and (min-width:768px){.button--red{width:25%}}.button--padding-x-1rem{padding-left:1rem;padding-right:1rem}@media screen and (min-width:768px){.cards{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:0 4rem}}.card{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-radius:15px;box-shadow:0 6px 10px 3px rgba(83,104,223,.14);margin-bottom:3rem;padding:3rem 1.5rem 1.5rem}.card .button{margin-top:1.5rem}.card__title{margin:2rem 0 0}.card__description{color:var(--grayish-blue);margin-bottom:2.2rem;font-weight:400}@media screen and (min-width:768px){.card{position:relative}.card:first-child{top:-60px}.card:last-child{bottom:-60px}}.tabs{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;list-style:none;margin-bottom:0;margin-top:0;padding-left:0;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.tabs__item{width:85%;text-align:center;border:none;border-top:1px solid var(--grayish-blue);padding:1.5rem 0;font-size:1.1rem;font-weight:400;letter-spacing:2px;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width:768px){.tabs__item{border:none;border-bottom:1px solid var(--grayish-blue)}}@media screen and (min-width:768px){.tabs__item:hover{color:var(--soft-red)}}.tabs__item--active:after{content:"";position:absolute;bottom:0;display:block;width:200px;height:5px;background-color:red;border-radius:3px}@media screen and (min-width:768px){.tabs__item--active:after{width:100%}}.tabs__item:last-of-type{border-bottom:1px solid var(--grayish-blue)}.tabs__container{position:relative;overflow:hidden;padding:5rem 2rem}.tabs__content{position:absolute;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:-webkit-transform .4s;transition:-webkit-transform .4s;transition:transform .4s;transition:transform .4s, -webkit-transform .4s}@media screen and (min-width:768px){.tabs__content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:1250px}}.tabs__content:before{content:"";position:absolute;top:var(--svg-top);left:-2rem;display:block;width:var(--svg-width);height:var(--svg-height);background-color:var(--soft-blue);border-top-right-radius:100px;border-bottom-right-radius:100px;z-index:-1}.tabs__content--active{position:relative;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.tabs__content--first{--svg-top:32px;--svg-width:280px;--svg-height:200px}.tabs__content--second{--svg-top:50px;--svg-width:265px;--svg-height:220px}.tabs__content--third{--svg-top:60px;--svg-width:300px;--svg-height:220px}.tabs__content--third .tabs__title{margin-top:4rem}.tabs__img{margin-bottom:4rem}.tabs__text-container{text-align:left;width:310px}@media screen and (min-width:768px){.tabs__text-container{width:375px}}.tabs__title{font-size:1.8rem;font-weight:400}@media screen and (min-width:768px){.tabs__title{font-weight:400;letter-spacing:2px}}.tabs__text{font-weight:400;color:var(--grayish-blue);line-height:1.7}@media screen and (min-width:768px){.tabs__text{line-height:1.5;font-weight:300;margin-bottom:2rem}}@media screen and (min-width:768px){.tabs{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;width:800px;margin-left:auto;margin-right:auto}}.accordion{padding:0 1.5rem;margin-bottom:2rem}.accordion__title{font-weight:300;font-size:1.1rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.accordion__title:after{content:url(../assets/icons/icon-arrow.svg);-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-filter:hue-rotate(0);filter:hue-rotate(0);-webkit-transition:-webkit-transform .2s,-webkit-filter .2s;transition:-webkit-transform .2s,-webkit-filter .2s;transition:transform .2s,filter .2s;transition:transform .2s,filter .2s,-webkit-transform .2s,-webkit-filter .2s}.accordion__title--active:after{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);-webkit-filter:hue-rotate(120deg);filter:hue-rotate(120deg)}.accordion__text{margin:0;max-height:0;overflow:hidden;-webkit-transition:max-height .3s;transition:max-height .3s;border-bottom:1px solid var(--grayish-blue)}.accordion__text p{color:var(--grayish-blue);padding:2rem 0;line-height:1.7;text-align:left}.accordion__text--active{max-height:500px;overflow:auto}@media screen and (min-width:768px){.accordion{width:55%;margin-left:auto;margin-right:auto}}.form{position:relative}.form__field .button{margin-top:3rem}@media screen and (min-width:768px){.form__field{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.form__field .button{margin-top:0}}.form__input{line-height:3rem;width:100%;padding-left:1rem;position:relative;border:none;outline:none;border-radius:5px}.form__input:invalid{box-shadow:0 0 0 4px var(--soft-red);background-image:url(../assets/icons/icon-error.svg);background-repeat:no-repeat;background-position:93%}.form__input:invalid+.form__input-error{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.form__input-error{position:absolute;display:none;padding-left:10px;padding-top:10px;border-radius:5px;background-color:var(--soft-red);width:304px;top:40px;left:-4px;line-height:2.5;font-style:italic;font-size:.8rem}@media screen and (min-width:768px){.form__input-error{width:calc(70% + 8px)}}@media screen and (min-width:768px){.form__input{width:70%}}.footer{background-color:var(--soft-blue);margin-top:2rem;color:#fff;text-align:center}.footer__container{padding:3rem 2rem;margin-left:auto;margin-right:auto}@media screen and (min-width:768px){.footer__container{width:50%}}.footer__title{font-weight:300;text-transform:uppercase}.footer__subtitle{font-size:1.4rem}.footer__menu{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:2rem;background-color:var(--very-dark-blue)}.footer__menu .logo{-webkit-filter:invert(1) brightness(100);filter:invert(1) brightness(100);background-color:rgba(0,0,0,0)}@media screen and (min-width:768px){.footer__menu{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}}