*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body, html {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
}

body {
    font-family: 'IBM Plex Mono', monospace, sans-serif;
    line-height: 1.6;
    font-size: 16px;
    background-color: #F5F5F6;
}

.logo {
    height: 100px;
}

h1 {
    font-weight: 700;
    font-size: 64px;
}

h2 {
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    margin: 0 20px;
}

h3 {
    text-align: center;
    font-weight: 600;
    font-size: 25px;
    margin: 0 20px;
}

@media (max-width: 767px) {
    h1 {
        font-size: 48px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 22px;
    }
}

.content {
    padding: 0 10px;
    max-width: 1000px;
    margin: 15px auto 40px;
}

.landscape-container {
    margin: 0 auto;
    max-width: 1000px;
}

@media (max-width: 1000px) {
    .content, .landscape-container {
        width: 100%;
    }
}

.landscape {
    max-width: 880px;
    margin-bottom: 20px;
}

@media (max-width: 640px) {
    .landscape {
        max-width: 100%;
    }
}

input {
    color: #333;
    border: 1px solid #cecece;
    font-size: 14px;
    padding: 0 20px;
    margin: 8px 0 0 0;
    border-radius: 4px;
    line-height: 36px;
}

.action-button {
    color: #333;
    border: 1px solid #cecece;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 0 20px;
    margin: 8px 0 0 0;
    border-radius: 4px;
    line-height: 36px;
    text-align: center;
    transition: background .2s linear;
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-underline: none;
}

.social-page-link {
    width: 10px;
    height: 18px;
    display: inline-block;
}

.social-signin-button {
    color: #fff;
    border: 1px solid #cecece;
    background-color: #000;
    font-size: 15px;
    font-weight: 600;
    padding: 0 25px;
    margin: 8px 0 0 0;
    border-radius: 5px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    transition: background .2s linear;
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.social-signin-button:before, .social-signin-button:focus {
    text-decoration: none;
}

.social-signin-button:before {
    content: '';
    position: absolute;
    top: 9px;
    left: 12px;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.social-signin-button-facebook, .social-signin-button-google {
    width: 250px;
}

.social-signin-button-facebook:before {
    background-image: url(/img/facebook-logo.svg);
}

.social-signin-button-google:before {
    background-image: url(/img/google-logo.svg);
}

.response {
    display: none;
    margin-top: 8px;
    font-size: 14px;
    color: #8b0000;
}

.footer {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #3d464d;
    padding-top: 30px;
    padding-bottom: 20px;
    font-weight: 500;
}

.footer a {
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    margin: 0 30px;
}

@media (max-width: 767px) {
    .footer a {
        display: block;
        margin-bottom: 15px;
    }
}

.features-grid {
    margin: 60px 0;
}

.features-grid:after {
    content: " ";
    display: table;
    clear: both;
}

.features-grid .features-grid-item {
    float:left;
    vertical-align: top;
    margin-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    width: 33.33%;
    text-align: center;
}

@media (max-width: 767px) {
    .features-grid .features-grid-item {
        width: 100%;
        float: none;
    }
}

.features-grid img {
    margin: 10px;
}

.features-grid .item-description {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 10px;
}

.section-1 {
    margin-bottom: 100px;
    position: relative;
}

.section-1 h1 {
    margin-top: 90px;
}

.section-1 .enhanced-title {
    background-color: #ffec00;
    padding: 0px 20px;
    display: inline-block;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .section-1 h1 {
        margin-top: 50px;
        line-height: 1.4;
    }
}

.section-2 {
    margin-top: 100px;
    margin-bottom: 80px;
    position: relative;
}

.section-1:after, .section-2:after {
    content: " ";
    display: table;
    clear: both;
}

.section-2 .section-2-left-col {
    padding: 50px 65px;
    background-color: #ffec00;
}

.section-2 .section-2-left-col .section-2-left-col-content {
    font-size: 42px;
    border-left: 2px solid #000000;
    padding-left: 25px
}

.section-2 .section-2-left-col .section-2-left-col-content .counter{
    display: block;
    font-size: 120px;
    line-height: 1;
}

.section-2 .section-2-right-col {
    padding-left: 100px;
    padding-top: 100px
}

.section-2 .section-2-right-col p {
    font-weight: 600;
    font-size: 25px;
    text-align: left;
}

@media (max-width: 767px) {
    .section-2 .section-2-left-col {
        padding: 55px 40px;
    }

    .section-2 .section-2-left-col .section-2-left-col-content {
        font-size: 32px;
        border-left: 2px solid #000000;
        padding-left: 20px
    }

    .section-2 .section-2-left-col .section-2-left-col-content .counter{
        font-size: 70px;
    }

    .section-2 .section-2-right-col {
        padding-left: 0px;
        text-align: center;
    }

    .section-2 .section-2-right-col p {
        text-align: center;
    }
}

.col {
    float:left;
    position: relative;
}

.col.col-30 {
    width: 30%;
}

.col.col-70 {
    width: 70%;
}

@media (max-width: 767px) {
    .col {
        float: none;
        width: 100%;
    }

    .col.col-70 {
        width: 90%;
    }
}

.col.col-45 {
    width: 45%;
}

.col.col-55 {
    width: 55%;
}

@media (max-width: 767px) {
    .col.col-45, .col.col-55 {
        width: 100%;
    }
}

.jump {
    text-align: right;
    max-width: 100%;
}

@media (max-width: 767px) {
    .jump {
        display: none;
    }
}

.social-links {
    text-align: center;
    position: absolute;
    top: 190px;
    right: -50px;
}

@media (max-width: 767px) {
    .social-links {
        top: 100px;
        right: 0;
    }
}

.social-links a {
    display: block;
    margin-bottom: 30px;
}

.social-links .social-links-facebook-logo {
    height: 24px;
}

.social-links .social-links-twitter-logo {
    width: 24px;
}

/* header */
.header {
    padding: 20px 0;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}

.header-logo-wrapper {
    margin-bottom: 30px;
}

.header-logo {
    height: auto;
    width: 170px;
}

.header-links {
    display: block;
}

.header-links li {
    display: inline-block;
}

.header-links a {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding-right: 15px;
    display: inline-block;
}
.header-links a:hover {
     color: #E30413;
     text-decoration: none;
}

img {
    max-width: 100%;
}

p {
    text-align: justify;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 18px;
}