html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

header, main, nav, section {
    display: block
}

a {
    background-color: transparent
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

a {
    color: #337ab7;
    text-decoration: none
}

img {
    vertical-align: middle
}

h1, h4 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 {
    margin-top: 20px;
    margin-bottom: 10px
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px
}

h1 {
    font-size: 36px
}

h4 {
    font-size: 18px
}

p {
    margin: 0 0 10px
}

.text-nowrap {
    white-space: nowrap
}

ul {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul {
    margin-bottom: 0
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.dropdown {
    position: relative
}

.container:after, .container:before, .row:after, .row:before {
    display: table;
    content: " "
}

.container:after, .row:after {
    clear: both
}


.visible-xs {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

@keyframes rotate {
    to {
        transform: rotate(360deg)
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }
    to {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

h1, h4 {
    font-weight: 700
}

h1, h4 {
    font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin: 0 0 .5em;
    color: inherit
}

h1 {
    font-size: 30px
}

@media (min-width: 1200px) {
    h1 {
        font-size: 92px;
        line-height: 88px
    }
}

h4 {
    font-size: 21px
}

p {
    margin: 0 0 1em
}

a {
    color: #04c5ff;
    display: inline-block;
    vertical-align: top;
    text-decoration: none
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top
}


[class*=" ico-"], body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class*=" ico-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1
}

.ico-chevron-right:before {
    content: "\e908"
}

html {
    box-sizing: border-box;
    height: 100%
}

*, :after, :before {
    box-sizing: inherit
}

* {
    max-height: 1000000px
}

body {
    color: #000;
    background: #fff;
    font: 16px/1.2 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 300;
    min-width: 320px;
    -ms-overflow-style: scrollbar
}

#wrapper {
    overflow: hidden
}

#wrapper {
    position: relative
}

.container {
    max-width: 1390px;
    margin: 0 auto;
    width: 100%
}

.row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap
}

.row:after, .row:before {
    display: none
}

.button {
    font-size: 16px;
    line-height: 20px;
    font-weight: 900;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
    border: 1px solid transparent;
    border-radius: 5px;
    box-shadow: none;
    font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    display: inline-block;
    padding: 22px 16px;
    text-align: center;
    vertical-align: top;
    outline: 0;
    overflow: hidden;
    position: relative;
    z-index: 2
}

@media (min-width: 360px) {
    .button {
        font-size: 19px;
        line-height: 23px;
        padding: 27px
    }
}

@media (min-width: 1440px) {
    .button {
        padding: 27px 38px
    }
}

.button:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../images/glow.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    display: block
}

.button__default {
    box-shadow: none;
    background-color: #fff;
    color: #04c5ff
}

#preloader {
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 9999999
}

#preloader .showbox {
    position: absolute;
    top: 45%;
    bottom: 0;
    left: 0;
    right: 0
}

#preloader .loader {
    position: relative;
    margin: 0 auto;
    width: 60px
}

#preloader .loader::before {
    content: '';
    display: block;
    padding-top: 100%
}

.preloader__caption {
    background-size: contain;
    background-repeat: no-repeat;
    width: 22px;
    position: absolute;
    left: 50%;
    height: 22px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#preloader .circular {
    animation: rotate 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

#preloader .path {
    stroke: #04c5ff !important;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite;
    stroke-linecap: round
}

.banner-block {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap
}

.banner-block {
    border-top: 2px solid #04c5ff;
    min-height: 633px;
    position: relative;
    padding: 107px 0 60px;
    overflow: hidden
}

@media (min-width: 768px) {
    .banner-block {
        padding-bottom: 107px
    }
}

@media (min-width: 1200px) {
    .banner-block {
        padding: 113px 0 0
    }
}

.banner-block .row {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 100%;
    height: 100%
}

.banner-block__image, .header.header__inner .logo .logo__image {
    display: none
}

@media (min-width: 1200px) {
    .banner-block__image {
        margin: 0 auto -10px;
        display: block
    }
}

#nav {
    text-align: center
}

.banner-block h1 {
    font-size: 52px;
    line-height: 52px;
    color: #fff;
    font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin: 0 0 30px
}

@media (min-width: 360px) {
    .banner-block h1 {
        font-size: 56px;
        line-height: 56px
    }
}

@media (min-width: 576px) {
    .banner-block h1 {
        font-size: 62px;
        line-height: 66px;
        height: 95px
    }
}

@media (min-width: 768px) {
    .banner-block h1 {
        font-size: 72px;
        line-height: 76px;
        letter-spacing: 1.3px;
        margin: 0 0 30px -5px
    }
}

@media (min-width: 1440px) {
    .banner-block h1 {
        font-size: 92px;
        line-height: 88px;
        margin: 0 0 40px -5px
    }
}

.header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 15
}

.header.header__inner {
    background-color: #fff;
    box-shadow: 0 0 10px -3px rgba(0, 0, 0, .5);
    position: relative
}

.header.header__inner .container {
    padding-top: 22px;
    padding-bottom: 22px
}

.header.header__inner .logo .logo__image.inner-logo__image {
    display: block
}

.header.header__inner .menu__link {
    color: #6d6868
}

.header.header__inner .button-apply {
    background-color: #04c5ff;
    color: #fff
}

@media (min-width: 1440px) {
    .header.header__inner .button-apply {
        right: 16px
    }
}

.header.header__inner .hamburger span, .header.header__inner .hamburger:after, .header.header__inner .hamburger:before {
    background-color: #04c5ff
}

.header .container {
    padding-top: 32px;
    padding-bottom: 32px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    align-items: center;
    position: relative
}

.header .logo, .nav-holder {
    width: 170px
}

@media (min-width: 480px) {
    .header .logo {
        width: 236px
    }
}

@media (min-width: 1600px) {
    .header .logo {
        margin-left: -67px
    }
}

.header .logo .micro-logo, .header .logo img {
    object-fit: contain;
    height: 50px
}

.header .logo .logo__image.inner-logo__image, .header .logo .logo__image.micro-logo {
    display: none
}

.header .button-apply {
    font-size: 15px;
    line-height: 19px;
    font-weight: 700;
    font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    padding: 13px 16px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    min-width: 84px;
    display: none
}

@media (min-width: 480px) {
    .header .button-apply {
        display: block
    }
}

@media (min-width: 1024px) {
    .header .button-apply {
        z-index: 10
    }
}

@media (min-width: 1200px) {
    .header .button-apply {
        min-width: 100px
    }
}

@media (min-width: 1440px) {
    .header .button-apply {
        min-width: 124px
    }
}

.header .header_column-left {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    position: relative;
    width: 74%
}

@media (min-width: 768px) {
    .header .header_column-left {
        width: 68%
    }
}

@media (min-width: 992px) {
    .header .header_column-left {
        width: 75%
    }
}

@media (min-width: 1024px) {
    .header .header_column-left {
        width: 80%
    }
}

@media (min-width: 1200px) {
    .header .header_column-left {
        width: 77%
    }
}

.header .header_column-right {
    display: none;
    width: 26%
}

@media (min-width: 768px) {
    .header .header_column-right {
        width: 32%
    }
}

@media (min-width: 992px) {
    .header .header_column-right {
        width: 25%
    }
}

@media (min-width: 1024px) {
    .header .header_column-right {
        width: 20%
    }
}

@media (min-width: 1200px) {
    .header .header_column-right {
        width: 23%
    }
}

.nav-holder {
    background-color: #fff;
    border-top: 2px solid #04c5ff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    padding: 25px 0;
    width: 0;
    z-index: 9
}

@media (min-width: 1024px) {
    .nav-holder {
        background-color: transparent;
        border: 0;
        position: static;
        max-height: inherit;
        overflow: visible;
        padding: 0;
        width: calc(100% - 225px)
    }
}

@media (min-width: 1024px) {
    #nav {
        padding-right: 110px;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        -webkit-align-items: center;
        align-items: center;
        position: relative;
        z-index: 1
    }
}

@media (min-width: 1200px) {
    #nav {
        padding-right: 120px
    }
}

@media (min-width: 1440px) {
    #nav {
        padding-right: 170px
    }
}

@media (min-width: 1600px) {
    #nav {
        padding-right: 137px
    }
}

#nav .button, .menu {
    font-size: 15px;
    line-height: 19px;
    font-weight: 700
}

#nav .button {
    font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    padding: 13px 26px;
    margin: 0 auto
}

.menu {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    text-align: left
}

@media (min-width: 1024px) {
    .menu {
        font-size: 12px;
        line-height: 16px;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        margin: 0 -14px
    }
}

@media (min-width: 1200px) {
    .menu {
        font-size: 15px;
        line-height: 19px
    }
}

.menu__list {
    border-bottom: 1px solid #ccc;
    padding: 14px;
    position: relative
}

@media (min-width: 1024px) {
    .menu__list {
        border: 0;
        padding: 10px 6px
    }
}

@media (min-width: 1200px) {
    .menu__list {
        padding: 10px
    }
}

@media (min-width: 1440px) {
    .menu__list {
        padding: 10px 14px
    }
}

.menu__list.dropdown-list:after {
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #6d6868;
    content: '';
    position: absolute;
    top: 23px;
    right: 15px;
    display: block
}

@media (min-width: 1024px) {
    .menu__list.dropdown-list:after {
        display: none
    }
}

.menu__link {
    color: #6d6868;
    display: block;
    text-transform: uppercase
}

@media (min-width: 1024px) {
    .menu__link {
        color: #fff
    }
}

@media (min-width: 1024px) {
    .menu .dropdown {
        display: none;
        position: absolute;
        top: 100%;
        left: 7px
    }
}

@media (min-width: 1200px) {
    .menu .dropdown {
        left: 15px
    }
}

.dropdown {
    list-style: none;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    background-color: transparent;
    border: solid rgba(255, 255, 255, .05);
    border-width: 1px 0;
    padding: 14px 10px 0 !important;
    display: none
}

@media (min-width: 1024px) {
    .dropdown {
        background-color: #fff;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        border: 1px solid rgba(0, 0, 0, .15);
        min-width: 220px;
        padding: 0 15px !important;
        margin: 0 !important
    }
}

.dropdown__list {
    border-bottom: 1px solid #e7e7e7
}

.dropdown__list:last-child {
    border-bottom: none
}

.dropdown__link {
    color: #6d6868;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    padding: 10px 0
}

@media (min-width: 1024px) {
    .dropdown__link {
        color: #6d6868;
        display: block
    }
}

.profile {
    border-left: 2px solid #e5e5e5;
    color: #575757;
    display: -webkit-flex;
    display: flex;
    padding-left: 15px
}

@media (min-width: 768px) {
    .profile {
        padding-left: 10px
    }
}

@media (min-width: 1200px) {
    .profile {
        padding-left: 15px
    }
}

.profile__image {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #6d6868;
    overflow: hidden;
    align-self: center
}

@media (min-width: 1024px) {
    .profile__image {
        width: 42px;
        height: 42px
    }
}

@media (min-width: 1200px) {
    .profile__image {
        width: 62px;
        height: 62px
    }
}

@media (min-width: 768px) {
    .profile .profile__content {
        padding-left: 10px;
        width: calc(100% - 52px)
    }
}

@media (min-width: 1024px) {
    .profile .profile__content {
        width: calc(100% - 42px)
    }
}

@media (min-width: 1200px) {
    .profile .profile__content {
        padding-left: 15px;
        width: calc(100% - 62px)
    }
}

.profile .name {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #6d6868;
    display: block;
    letter-spacing: -.44px;
    margin-bottom: 0
}

.profile .profession {
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
    font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    display: block;
    color: #6d6868;
    margin: 2px 0 4px
}

.profile .contact {
    font-size: 13px;
    line-height: 16px;
    color: #04c5ff;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

@media (min-width: 1024px) {
    .profile .contact {
        font-size: 10px;
        line-height: 14px
    }
}

@media (min-width: 1200px) {
    .profile .contact {
        font-size: 13px;
        line-height: 16px
    }
}

.profile .contact .icon {
    font-size: 14px;
    line-height: 12px;
    margin: 0 4px;
    color: #04c5ff
}

@media (min-width: 1200px) {
    .profile .contact .icon {
        font-size: 18px;
        line-height: 16px
    }
}

.profile .contact a {
    color: #6d6868;
    font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 400;
    letter-spacing: -.46px
}

.hamburger {
    width: 45px;
    height: 41px;
    font-size: 31px;
    line-height: 40px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: 0 0;
    text-indent: -9999px;
    overflow: hidden
}

@media (min-width: 480px) {
    .hamburger {
        right: 105px
    }
}

@media (min-width: 1024px) {
    .hamburger {
        display: none
    }
}

.hamburger span, .hamburger:after, .hamburger:before {
    position: absolute;
    left: 5px;
    right: 5px;
    background: #fff;
    height: 6px;
    border-radius: 4px
}

.hamburger span {
    top: 18px
}

.hamburger:after, .hamburger:before {
    content: ''
}

.hamburger:before {
    top: 7px
}

.hamburger:after {
    bottom: 6px
}

#lp_ppc .banner-block {
    border: none;
    padding-top: 30px
}

@media (min-width: 768px) {
    #lp_ppc .banner-block {
        padding-top: 50px
    }
}

@media (min-width: 992px) {
    #lp_ppc .banner-block {
        padding-top: 80px;
        min-height: 950px
    }
}

@media (min-width: 1200px) {
    #lp_ppc .banner-block {
        min-height: 980px
    }
}

@media (min-width: 1400px) {
    #lp_ppc .banner-block {
        min-height: 1030px
    }
}

#lp_ppc .banner-block::before {
    bottom: 50px
}

@media (min-width: 1400px) {
    #lp_ppc .banner-block::before {
        bottom: 30px
    }
}

@media (min-width: 1800px) {
    #lp_ppc .banner-block::before {
        bottom: 20px
    }
}

#lp_ppc .banner-block h1 {
    height: auto;
    letter-spacing: normal
}

.header .container {
    width: 100%;
    font-family: Open Sans
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

header, main, nav, section {
    display: block
}

a {
    background-color: transparent
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

a {
    color: #337ab7;
    text-decoration: none
}

img {
    vertical-align: middle
}

h1, h4 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 {
    margin-top: 20px;
    margin-bottom: 10px
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px
}

h1 {
    font-size: 36px
}

h4 {
    font-size: 18px
}

p {
    margin: 0 0 10px
}

.text-nowrap {
    white-space: nowrap
}

ul {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul {
    margin-bottom: 0
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.dropdown {
    position: relative
}

.container:after, .container:before, .row:after, .row:before {
    display: table;
    content: " "
}

.container:after, .row:after {
    clear: both
}

.visible-xs {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

#lp_ppc h1 {
    font-family: "IBM Plex Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 700;
    margin: 0 0 0.5em;
    color: #1f2129
}

#lp_ppc h1 {
    font-size: 30px
}

#lp_ppc p {
    color: #4f5668;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: inherit;
    font-weight: inherit;
    margin: 0 0 1em;
    line-height: 1.7
}

@media (min-width: 480px) {
    #lp_ppc p {
        line-height: 1.5
    }
}

#lp_ppc a {
    font-family: 'IBM Plex Sans', sans-serif;
    color: #059611;
    text-decoration: none
}

#lp_ppc img {
    max-width: 100%;
    height: auto;
    vertical-align: top
}

html {
    box-sizing: border-box
}

*, *:before, *:after {
    box-sizing: border-box
}

* {
    max-height: 1000000px
}

body div#lp_ppc_template {
    color: #4f5668;
    background: #fff;
    font: 14px/1.7 "IBM Plex Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-overflow-style: scrollbar
}

@media (min-width: 480px) {
    body div#lp_ppc_template {
        font-size: 16px;
        line-height: 1.5
    }
}

#lp_ppc #wrapper {
    position: relative;
    overflow: hidden
}

#lp_ppc .container-small {
    max-width: 955px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
    width: 100%
}

#lp_ppc .row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap
}

#lp_ppc .row:after, #lp_ppc .row:before {
    display: none
}

#lp_ppc .btn {
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
    font-family: 'IBM Plex Sans', sans-serif;
    color: #fff;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 4px;
    display: inline-block;
    padding: 12px 20px;
    text-align: center;
    vertical-align: top;
    outline: none
}

#lp_ppc .btn-warning {
    background-color: #ff8401;
    border-color: #ff8401
}

#lp_ppc .btn__large {
    font-size: 10px;
    line-height: 14px;
    font-weight: 600;
    font-style: italic;
    padding: 15px 10px 23px;
    position: relative
}

@media (min-width: 360px) {
    #lp_ppc .btn__large {
        font-size: 12px;
        line-height: 16px
    }
}

@media (min-width: 480px) {
    #lp_ppc .btn__large {
        font-size: 14px;
        line-height: 18px;
        padding: 15px 15px 23px
    }
}

@media (min-width: 576px) {
    #lp_ppc .btn__large {
        font-size: 16px;
        line-height: 20px;
        padding: 15px 20px 23px
    }
}

@media (min-width: 768px) {
    #lp_ppc .btn__large {
        padding: 20px 35px 28px;
        font-size: 22px;
        line-height: 26px
    }
}

#lp_ppc .btn__large:before {
    content: '';
    position: absolute;
    right: 10px;
    bottom: 12px;
    background-size: 100% 100%;
    width: 45px;
    height: 8px
}

@media (min-width: 360px) {
    #lp_ppc .btn__large:before {
        right: 12px;
        width: 55px
    }
}

@media (min-width: 480px) {
    #lp_ppc .btn__large:before {
        right: 20px;
        width: 65px
    }
}

@media (min-width: 576px) {
    #lp_ppc .btn__large:before {
        width: 75px
    }
}

@media (min-width: 768px) {
    #lp_ppc .btn__large:before {
        right: 35px;
        bottom: 18px;
        width: 105px
    }
}

#lp_ppc .btn__large:after {
    content: '';
    position: absolute;
    top: -26px;
    right: -30px;
    background-size: 100% 100%;
    width: 30px;
    height: 32px
}

@media (min-width: 360px) {
    #lp_ppc .btn__large:after {
        right: -38px;
        width: 40px;
        height: 42px
    }
}

@media (min-width: 480px) {
    #lp_ppc .btn__large:after {
        right: -56px;
        width: 50px;
        height: 52px
    }
}

@media (min-width: 768px) {
    #lp_ppc .btn__large:after {
        right: -82px;
        width: 72px;
        height: 82px
    }
}

#lp_ppc .btn__large span {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    font-style: italic;
    display: block;
    margin-bottom: 3px
}

@media (min-width: 360px) {
    #lp_ppc .btn__large span {
        font-size: 16px;
        line-height: 20px
    }
}

@media (min-width: 480px) {
    #lp_ppc .btn__large span {
        font-size: 18px;
        line-height: 22px
    }
}

@media (min-width: 576px) {
    #lp_ppc .btn__large span {
        font-size: 20px;
        line-height: 24px
    }
}

@media (min-width: 768px) {
    #lp_ppc .btn__large span {
        font-size: 26px;
        line-height: 30px
    }
}

@media (min-width: 576px) {
    #lp_ppc .get-started a br {
        display: none
    }
}

#lp_ppc .banner-block {
    min-height: 550px;
    text-align: center;
    position: relative;
    padding-top: 20px;
    z-index: 1
}

@media (min-width: 576px) {
    #lp_ppc .banner-block {
        min-height: 600px
    }
}

@media (min-width: 768px) {
    #lp_ppc .banner-block {
        min-height: 840px;
        padding-top: 50px
    }
}

@media (min-width: 992px) {
    #lp_ppc .banner-block {
        min-height: 1070px;
        padding: 80px 0
    }
}

@media (min-width: 1400px) {
    #lp_ppc .banner-block {
        min-height: 1110px
    }
}

@media (min-width: 1200px) {
    #lp_ppc .banner-block:before, #lp_ppc .banner-block:after {
        content: '';
        position: absolute;
        height: 250px;
        width: 195px
    }
}

@media (min-width: 1400px) {
    #lp_ppc .banner-block:before, #lp_ppc .banner-block:after {
        height: 322px;
        width: 251px
    }
}

#lp_ppc .banner-block:before {
    background: url("https://ba83337cca8dd24cefc0-5e43ce298ccfc8fc9ba1efe2c2840af0.ssl.cf2.rackcdn.com/landing_pages/ppc/home-left.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    left: 0;
    bottom: 30px
}

@media (min-width: 1200px) {
    #lp_ppc .banner-block:before {
        bottom: 57px
    }
}

@media (min-width: 1400px) {
    #lp_ppc .banner-block:before {
        bottom: 30px
    }
}

#lp_ppc .banner-block:after {
    background: url("https://ba83337cca8dd24cefc0-5e43ce298ccfc8fc9ba1efe2c2840af0.ssl.cf2.rackcdn.com/landing_pages/ppc/home-right.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    right: 0;
    bottom: 20px
}

@media (min-width: 1200px) {
    #lp_ppc .banner-block:after {
        bottom: 60px
    }
}

@media (min-width: 1400px) {
    #lp_ppc .banner-block:after {
        bottom: 20px
    }
}

#lp_ppc .banner-block__bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1
}

#lp_ppc .banner-block__text {
    color: #1a2235;
    margin-bottom: 30px
}

@media (min-width: 360px) {
    #lp_ppc .banner-block__text {
        font-size: 18px;
        line-height: 22px
    }
}

@media (min-width: 576px) {
    #lp_ppc .banner-block__text {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 33px
    }
}

@media (min-width: 768px) {
    #lp_ppc .banner-block__text {
        font-size: 22px;
        line-height: 26px
    }
}

@media (min-width: 1200px) {
    #lp_ppc .banner-block__text {
        margin-bottom: 58px
    }
}

#lp_ppc .banner-block__caption {
    color: #4f5668;
    font-family: 'IBM Plex Sans', sans-serif;
    font-style: italic;
    display: block
}

@media (min-width: 768px) {
    #lp_ppc .banner-block__caption {
        font-size: 20px;
        line-height: 24px
    }
}

#lp_ppc .banner-block__image {
    margin: 20px 0 0
}

@media (min-width: 480px) {
    #lp_ppc .banner-block__image {
        margin: 30px 0 0
    }
}

@media (min-width: 1200px) {
    #lp_ppc .banner-block__image {
        max-width: 702px;
        margin: 84px auto -177px
    }
}

@media (min-width: 1400px) {
    #lp_ppc .banner-block__image {
        max-width: 792px;
        margin: 84px auto -177px
    }
}

#lp_ppc .banner-block h1 {
    font-size: 24px;
    line-height: 30px;
    color: #1a2235;
    margin-bottom: 20px
}

@media (min-width: 360px) {
    #lp_ppc .banner-block h1 {
        font-size: 30px;
        line-height: 36px
    }
}

@media (min-width: 576px) {
    #lp_ppc .banner-block h1 {
        font-size: 36px;
        line-height: 48px
    }
}

@media (min-width: 640px) {
    #lp_ppc .banner-block h1 {
        font-size: 40px;
        line-height: 52px
    }
}

@media (min-width: 768px) {
    #lp_ppc .banner-block h1 {
        font-size: 50px;
        line-height: 62px
    }
}

@media (min-width: 992px) {
    #lp_ppc .banner-block h1 {
        font-size: 60px;
        line-height: 72px
    }
}

#lp_ppc .banner-block .btn {
    margin-bottom: 20px
}

@media (min-width: 576px) {
    #lp_ppc .banner-block .btn {
        margin-bottom: 33px
    }
}

.text-nowrap {
    white-space: nowrap
}

@media (max-width: 576px) {
    #lp_ppc .get-started a br {
        display: block
    }
}

body #lp_ppc_template #lp_ppc #wrapper {
    background-color: #ffffff
}