@-webkit-keyframes moveInLeft{0%{opacity:0;-webkit-transform:translateX(-10rem);transform:translateX(-10rem)}80%{-webkit-transform:translateX(1rem);transform:translateX(1rem)}100%{opacity:1;-webkit-transform:translate(0);transform:translate(0)}}@keyframes moveInLeft{0%{opacity:0;-webkit-transform:translateX(-10rem);transform:translateX(-10rem)}80%{-webkit-transform:translateX(1rem);transform:translateX(1rem)}100%{opacity:1;-webkit-transform:translate(0);transform:translate(0)}}@-webkit-keyframes moveInRight{0%{opacity:0;-webkit-transform:translateX(10rem);transform:translateX(10rem)}80%{-webkit-transform:translateX(-1rem);transform:translateX(-1rem)}100%{opacity:1;-webkit-transform:translate(0);transform:translate(0)}}@keyframes moveInRight{0%{opacity:0;-webkit-transform:translateX(10rem);transform:translateX(10rem)}80%{-webkit-transform:translateX(-1rem);transform:translateX(-1rem)}100%{opacity:1;-webkit-transform:translate(0);transform:translate(0)}}@-webkit-keyframes moveInBottom{0%{opacity:0;-webkit-transform:translateY(3rem);transform:translateY(3rem)}100%{opacity:1;-webkit-transform:translate(0);transform:translate(0)}}@keyframes moveInBottom{0%{opacity:0;-webkit-transform:translateY(3rem);transform:translateY(3rem)}100%{opacity:1;-webkit-transform:translate(0);transform:translate(0)}}*,*::before,*::after{margin:0;padding:0;-webkit-box-sizing:inherit;box-sizing:inherit}html{font-size:62.5%}@media screen and (max-width: 75em){html{font-size:55%}}@media screen and (max-width: 68.75em){html{font-size:50%}}@media screen and (max-width: 56.25em){html{font-size:45%}}body{-webkit-box-sizing:border-box;box-sizing:border-box}body{font-family:'Source Sans Pro', sans-serif;font-weight:400;font-size:2.1rem;color:#000}.heading-primary{font-size:7rem;font-weight:900;line-height:1;margin-bottom:2rem}@media screen and (max-width: 40.62em){.heading-primary{font-size:5rem}}.heading-secondary{font-size:6rem;font-weight:900;line-height:1;margin-bottom:3rem;text-align:center}@media screen and (max-width: 40.62em){.heading-secondary{font-size:4rem}}.heading-tertiary{font-size:4.6rem;font-weight:700;line-height:1;margin-bottom:2rem}.heading-tertiary--white{color:#fff}@media screen and (max-width: 40.62em){.heading-tertiary{font-size:3.5rem}}.paragraph-primary{font-size:2.1rem;font-weight:300;line-height:1.32;margin-bottom:3rem}.paragraph-primary--center{text-align:center;width:50%}@media screen and (max-width: 68.75em){.paragraph-primary--center{width:70%}}@media screen and (max-width: 56.25em){.paragraph-primary--center{width:80%}}.paragraph-tertiary{font-size:1.8rem;font-weight:400;color:rgba(0,0,0,0.8);line-height:1.5;margin-bottom:4rem}.paragraph-tertiary--white{color:rgba(255,255,255,0.8)}.btn{color:#e6e6e6;background-color:#540cfa;text-decoration:none;border-radius:4px;-webkit-transition:all .2s;transition:all .2s}.btn--primary{font-size:inherit;padding:1rem 2rem;-webkit-box-shadow:0 2px 4px rgba(60,9,179,0.3);box-shadow:0 2px 4px rgba(60,9,179,0.3)}.btn--secondary{font-size:1.6rem;padding:1.6rem 2.1rem;cursor:pointer}.btn--inline{text-decoration:none;font-size:1.6rem;font-weight:900;color:#540cfa;-webkit-transition:all .2s;transition:all .2s}.btn--inline:hover{color:#4204cf}.btn--inline:hover img{-webkit-transition:all .2s;transition:all .2s;margin-left:1rem}.btn:hover{background-color:#4204cf;color:#fff}.cta{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:3rem;-ms-flex-item-align:stretch;align-self:stretch}.cta__input{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;padding-left:3rem}.feature-card{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;text-align:center;-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}@media screen and (max-width: 31.25em){.feature-card{padding:5rem;border:1px solid rgba(0,0,0,0.2);margin-bottom:2rem;border-radius:5px;-webkit-box-shadow:0 2px 4px rgba(60,9,179,0.3);box-shadow:0 2px 4px rgba(60,9,179,0.3)}}.feature-card__icon{margin-bottom:1.5rem}.feature-card__title{font-size:1.8rem;font-weight:700;margin-bottom:0.8rem}.feature-card__description{font-size:1.6rem;color:rgba(0,0,0,0.7);line-height:1.5;margin-bottom:1rem}.platform-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid rgba(0,0,0,0.1);margin-bottom:1.9rem;border-radius:5px;-webkit-box-shadow:0 4px 8px rgba(0,0,0,0.1);box-shadow:0 4px 8px rgba(0,0,0,0.1);max-width:70%;cursor:pointer;-webkit-transition:all .2s;transition:all .2s}.platform-card:hover{background-color:#540cfa}.platform-card:hover .platform-card__description{color:white}.platform-card__img{margin:1.7rem}.platform-card__description{margin-right:1.7rem}.footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer-box{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;margin:10rem 10rem;text-align:center}.footer-box__paragraph{font-size:1.8rem;font-weight:300;color:rgba(0,0,0,0.8)}.footer-box__cta{-ms-flex-item-align:stretch;align-self:stretch;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.footer-box__cta>input{-webkit-box-flex:0;-ms-flex:0 0 30%;flex:0 0 30%}@media screen and (max-width: 40.62em){.footer-box{margin:8rem 6rem}}.footer-social{text-align:center;padding:2rem}.footer-social__list{display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:1rem}.footer-social__item{margin:0 1rem}.footer-social__copy{font-size:1.2rem;font-weight:500;color:rgba(0,0,0,0.5)}.header__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:8.5rem 13rem}@media screen and (max-width: 56.25em){.header__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width: 40.62em){.header__container{margin:8rem 10rem}}.header__content-box{padding-top:6rem;-webkit-box-flex:0;-ms-flex:0 0 60%;flex:0 0 60%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (max-width: 56.25em){.header__content-box{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.header__content{margin-bottom:auto;-webkit-animation-name:moveInLeft;animation-name:moveInLeft;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@media screen and (max-width: 56.25em){.header__content{margin-bottom:4rem}}.header__content__paragraph{width:65%;margin-bottom:auto}@media screen and (max-width: 75em){.header__content__paragraph{width:85%}}.header__clients{margin-bottom:3rem;-webkit-animation-name:moveInBottom;animation-name:moveInBottom;-webkit-animation-duration:1s;animation-duration:1s}.header__client-text{font-size:1.2rem;font-weight:300;letter-spacing:0.2rem;margin-bottom:1.6rem;color:rgba(0,0,0,0.3)}.header__images img{margin-right:3.7rem}@media screen and (max-width: 40.62em){.header__images img{margin-right:2rem}}.header__img{-webkit-animation-name:moveInRight;animation-name:moveInRight;-webkit-animation-duration:1s;animation-duration:1s}.header__img img{width:100%}@media screen and (max-width: 56.25em){.header__img img{display:none}}@media screen and (max-width: 31.25em){.header__img img{display:block}}.nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1.6rem 0;border-bottom:1px solid rgba(0,0,0,0.1);font-size:1.4rem}.nav__main{display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;-ms-flex-pack:distribute;justify-content:space-around}@media screen and (max-width: 40.62em){.nav__main{display:none}}.nav__login{display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none}.nav__item{margin:0 3rem}.nav__item a{text-decoration:none;color:inherit;padding-bottom:1.5rem;padding-top:1.3rem;-webkit-transition:all .2s;transition:all .2s}.nav__item a:hover{color:#540cfa;border-bottom:3px solid #540cfa;border-top:3px solid #540cfa}.nav__bold{font-weight:700}.section-features{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;margin:14rem 10rem}@media screen and (max-width: 56.25em){.section-features{margin:10rem 5rem}}.section-features__paragraph{font-size:1.8rem;font-weight:300;color:rgba(0,0,0,0.8)}.section-features__box{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:8rem;-ms-flex-pack:distribute;justify-content:space-around}@media screen and (max-width: 31.25em){.section-features__box{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.section-shows{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.section-shows figure:not(:last-child){margin-right:1rem}.section-shows__img{width:100%;display:block}.section-platform{margin:14rem 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width: 56.25em){.section-platform{margin:10rem 0}}@media screen and (max-width: 40.62em){.section-platform{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.section-platform__content{-ms-flex-item-align:center;align-self:center;margin-left:10rem}.section-platform__img{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.section-platform__img img{width:100%}@media screen and (max-width: 40.62em){.section-platform__img{margin:4rem;margin-bottom:-5rem}}.section-reviews{background-color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 40.62em){.section-reviews{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.section-reviews__content{-ms-flex-item-align:center;align-self:center;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;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:start;-ms-flex-align:start;align-items:flex-start;padding:10rem}.section-reviews__images{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.section-reviews__images img{display:block;width:100%;padding-right:2rem}.section-reviews__paragraph{margin-bottom:1rem;font-size:1.8rem;font-weight:300;color:rgba(255,255,255,0.8)}
