html {
    width: 100%;
    overflow-x: hidden; }

body {
    width: 100%;
    overflow-x: hidden; }

.btn-alert {
    background: #ff5f60;
    color: #fff;
    border-radius: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 30px;
    border: 1px solid transparent;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    -webkit-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s; }
.btn-alert:hover {
    cursor: pointer;
    background: #fff;
    color: #ff5f60;
    border: 1px solid #ff5f60; }
@media screen and (max-width: 768px) {
    .btn-alert {
        width: 100%; } }

.container {
    max-width: 1175px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
@media screen and (max-width: 1175px) {
    .container {
        max-width: 992px; } }
@media screen and (max-width: 992px) {
    .container {
        max-width: 768px; } }
@media screen and (max-width: 768px) {
    .container {
        max-width: 480px; } }
@media screen and (max-width: 480px) {
    .container {
        max-width: 100%;
        padding: 10px; } }

h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 72px;
    font-weight: bold; }
@media screen and (max-width: 768px) {
    h1 {
        font-size: 48px; } }

h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    font-weight: bold; }
@media screen and (max-width: 768px) {
    h2 {
        font-size: 32px; } }

h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 24px; }

p, a, .btn-alert {
    font-size: 18px; }

.block {
    position: relative;
    z-index: 999;
    width: 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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
.block > h1 {
    margin-bottom: 25px; }
.block > p {
    max-width: 500px;
    line-height: 25px;
    font-family: 'Open Sans', sans-serif; }
.block > * {
    margin-bottom: 40px; }
@media screen and (max-width: 768px) {
    .block {
        width: auto; } }

.firstScreenWrapper {
    position: relative;
    background: #6500ff;
    padding: 50px 0 130px 0;
    overflow: hidden;
    height: 800px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
@media screen and (max-width: 768px) {
    .firstScreenWrapper {
        padding: 30px 0 50px 0;
        height: 650px; } }
@media screen and (max-width: 480px) {
    .firstScreenWrapper {
        padding: 30px 0 50px 0;
        height: 700px; } }

.header {
    position: relative;
    z-index: 999;
    color: white;
    max-width: 1175px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.header .logo {
    position: relative;
    bottom: 10px; }
.header .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: 'Raleway', sans-serif; }
.header .menu > a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 45px;
    padding: 15px 30px; }
.header .menu > a:hover {
    text-decoration: underline; }
@media screen and (max-width: 992px) {
    .header .menu > a {
        padding: 15px 15px; } }
.header .menu__special {
    margin-left: 80px; }
@media screen and (max-width: 992px) {
    .header .menu__special {
        margin-left: 40px;
        padding: 15px 30px !important; } }
@media screen and (max-width: 768px) {
    .header .menu__special {
        margin-left: 25px; } }
@media screen and (max-width: 480px) {
    .header .menu__special {
        margin-left: 0;
        max-width: 100%; } }
@media screen and (max-width: 480px) {
    .header .menu {
        max-width: 100%;
        -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; } }
@media screen and (max-width: 1175px) {
    .header {
        max-width: 992px; } }
@media screen and (max-width: 992px) {
    .header {
        max-width: 768px; } }
@media screen and (max-width: 768px) {
    .header {
        max-width: 100%;
        -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; } }

.title {
    position: relative;
    color: white;
    height: 500px;
    margin-top: 150px;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.title__stats {
    position: relative;
    font-family: 'Poppins', sans-serif; }
.title__stats > img {
    position: absolute; }
.title__stats .stats__cont > div {
    width: 150px;
    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; }
.title__stats .stats__cont > div > p {
    font-size: 16px; }
.title__stats .stats__cont > div > img {
    margin-bottom: 10px; }
.title__stats .stats__cont > div:nth-child(1) {
    position: absolute;
    left: 296px;
    top: 66px;
    -webkit-transform: rotate(-9deg);
    -ms-transform: rotate(-9deg);
    transform: rotate(-9deg);
    color: black; }
.title__stats .stats__cont > div:nth-child(1) > img {
    -webkit-transform: rotate(9deg);
    -ms-transform: rotate(9deg);
    transform: rotate(9deg); }
.title__stats .stats__cont > div:nth-child(2) {
    position: absolute;
    left: 270px;
    top: 225px; }
.title__stats .stats__cont > div:nth-child(3) {
    position: absolute;
    left: 466px;
    top: 206px;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg); }
.title__stats .stats__cont > div:nth-child(3) > img {
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg); }
.title__stats .stats__cont > div:nth-child(4) {
    position: absolute;
    left: 151px;
    top: 380px; }
.title__stats .stats__cont > div:nth-child(5) {
    position: absolute;
    left: 309px;
    top: 380px; }
.title__stats .stats__cont > div:nth-child(6) {
    position: absolute;
    left: 465px;
    top: 380px; }
@media screen and (max-width: 1175px) {
    .title__stats {
        position: relative;
        right: 100px; } }
@media screen and (max-width: 992px) {
    .title__stats {
        position: relative;
        right: 250px; } }
@media screen and (max-width: 768px) {
    .title__stats {
        display: none; } }
@media screen and (max-width: 768px) {
    .title {
        -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;
        height: auto; } }
@media screen and (max-width: 480px) {
    .title {
        margin-top: 30px; } }

.container__emailQuote {
    z-index: 999;
    position: relative;
    height: 350px;
    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: 768px) {
    .container__emailQuote {
        -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;
        height: auto; } }

.email {
    max-width: 400px;
    height: 300px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: -100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 50px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    color: white;
    background: #ff5f60;
    -webkit-box-shadow: 0px -10px 0px 0px #183251;
    box-shadow: 0px -10px 0px 0px #183251;
    border-radius: 15px; }
.email__title {
    font-weight: bolder;
    font-size: 28px;
    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; }
.email__title:after {
    content: '';
    margin: 20px;
    width: 75px;
    height: 1px;
    background: #fff; }
.email__text {
    font-size: 21px;
    margin-bottom: 20px; }
.email > form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.email > form > input[type="text"] {
    background: #fff;
    color: #a9a5a5;
    border: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-radius: 25px 0 0 25px;
    padding: 15px; }
.email > form > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background: #000;
    border: 0;
    border-radius: 0 25px 25px 0;
    width: 75px;
    height: 45px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
.email > form > span:after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 20px;
    width: 25px;
    height: 25px;
    background: url("../images/tg.png") no-repeat;
    background-size: 25px 25px; }
.email > form > span > input[type="submit"] {
    position: absolute;
    border-radius: 0 25px 25px 0;
    width: 75px;
    height: 45px;
    cursor: pointer;
    z-index: 1;
    opacity: 0; }
@media screen and (max-width: 768px) {
    .email {
        top: -30px; } }
@media screen and (max-width: 480px) {
    .email {
        width: 100%; } }

.quote {
    margin-top: 50px;
    max-width: 500px; }
.quote__text {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px; }
.quote__author {
    font-family: 'Poppins', sans-serif;
    color: #ff5f60; }
@media screen and (max-width: 768px) {
    .quote {
        margin-top: 15px;
        margin-bottom: 50px; } }

.container__block {
    position: relative;
    z-index: 999;
    margin-bottom: 200px; }
@media screen and (max-width: 768px) {
    .container__block {
        margin-bottom: 50px; } }

.twoGuys {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.twoGuys__img {
    position: relative;
    display: block;
    z-index: 999;
    width: 50%;
    margin-right: 50px;
    background: url("../images/two_people.png") no-repeat;
    background-size: contain; }
@media screen and (max-width: 768px) {
    .twoGuys__img {
        margin: auto;
        min-width: 250px;
        min-height: 250px; } }
@media screen and (max-width: 768px) {
    .twoGuys {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }

.guyWithBook__img {
    position: relative;
    z-index: 999;
    width: 50%;
    margin-left: 50px;
    background: url("../images/guy_with_book.png") no-repeat;
    background-size: contain; }
@media screen and (max-width: 768px) {
    .guyWithBook__img {
        margin: auto;
        min-width: 250px;
        min-height: 250px; } }
@media screen and (max-width: 768px) {
    .guyWithBook {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }

.columns {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.columns__img {
    width: 150px;
    height: 150px;
    border-radius: 90px;
    margin-bottom: 40px; }
.columns__block {
    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; }
.columns__block > h3 {
    margin-bottom: 25px; }
.columns__block > p {
    font-family: 'Poppins', sans-serif;
    color: #a9a5a5; }
.columns__block:nth-child(1) .columns__img {
    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: relative;
    background: #4bd2ff;
    -webkit-box-shadow: 0px -2px 30px 0px #4bd2ff;
    box-shadow: 0px -2px 30px 0px #4bd2ff; }
.columns__block:nth-child(1) .columns__img > span {
    width: 75px;
    height: 75px;
    background: url("../images/guy_on_planet.png");
    background-repeat: no-repeat; }
.columns__block:nth-child(2) .columns__img {
    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: relative;
    background: #694bff;
    -webkit-box-shadow: 0px -2px 30px 0px #694bff;
    box-shadow: 0px -2px 30px 0px #694bff; }
.columns__block:nth-child(2) .columns__img > span {
    width: 75px;
    height: 75px;
    background: url("../images/idea.png");
    background-repeat: no-repeat; }
.columns__block:nth-child(3) .columns__img {
    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: relative;
    background: #ffb14b;
    -webkit-box-shadow: 0px -2px 30px 0px #ffb14b;
    box-shadow: 0px -2px 30px 0px #ffb14b; }
.columns__block:nth-child(3) .columns__img > span {
    width: 60px;
    height: 50px;
    background: url("../images/educated.png");
    background-repeat: no-repeat; }
@media screen and (max-width: 768px) {
    .columns__block {
        margin-bottom: 75px; } }
@media screen and (max-width: 768px) {
    .columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }

.footer {
    font-family: 'Poppins', sans-serif;
    padding: 50px 0;
    color: #a9a5a5;
    border-top: 1px solid #a9a5a5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.footer > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.footer > * > * {
    padding: 0 10px; }
@media screen and (max-width: 768px) {
    .footer > * > * {
        margin-bottom: 10px; } }
@media screen and (max-width: 992px) {
    .footer > * {
        margin-bottom: 30px; } }
@media screen and (max-width: 768px) {
    .footer > * {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 10px; } }
@media screen and (max-width: 992px) {
    .footer {
        padding: 30px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
@media screen and (max-width: 768px) {
    .footer {
        padding: 10px 0; } }

.wrapper {
    display: block;
    position: relative;
    width: 100%; }

.bg {
    max-width: 100%;
    width: 500px;
    height: 500px;
    position: absolute;
    z-index: 1; }
.bg__polygon1 {
    width: 150px;
    background: url("../images/Polygon 1.png") no-repeat;
    top: 500px;
    right: 0; }
.bg__polygon2 {
    background: url("../images/Polygon 2.png") no-repeat;
    top: 400px;
    left: 50%; }
.bg__rect1 {
    width: 320px;
    background: url("../images/Rounded Rectangle 1.png") no-repeat;
    top: 0;
    right: 100px; }
.bg__rect2 {
    background: url("../images/Rounded Rectangle 1 copy.png") no-repeat;
    top: 0;
    left: 35%; }
.bg__rect3 {
    background: url("../images/Rounded Rectangle 1 copy 2.png") no-repeat;
    top: 200px;
    left: 200px; }
.bg__shape1 {
    width: 1000px;
    height: 1000px;
    background: url("../images/Shape 1.png") no-repeat;
    top: -300px;
    left: 0; }
.bg__shape2 {
    width: 845px;
    height: 1000px;
    background: url("../images/Shape 2.png") no-repeat;
    top: -500px;
    right: 0; }

.js_quote_block {
    display: none; }

.js_quote_block_active {
    text-align: center;
    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; }

.js_quote-nav {
    margin: 10px auto;
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.js_quote_nav_dot {
    position: relative;
    z-index: 9999;
    width: 10px;
    height: 10px;
    border: 1px solid #000;
    border-radius: 90px;
    cursor: pointer; }

.js_dot_active {
    border: 0;
    background: #ff5f60; }