/*!
* Bootstrap v4.0.0 (https://getbootstrap.com)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*, :after, :before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@-ms-viewport {
    width: device-width
}

footer, header, section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left
}

h1, h2, h3, h4 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0
}

p {
    margin-bottom: 1rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ul ul {
    margin-bottom: 0
}

b, strong {
    font-weight: bolder
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button {
    overflow: visible
}

button {
    text-transform: none
}

button, html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

.h1, .h2, .h3, .h4, h1, h2, h3, h4 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.h1, h1 {
    font-size: 2.5rem
}

.h2, h2 {
    font-size: 2rem
}

.h3, h3 {
    font-size: 1.75rem
}

.h4, h4 {
    font-size: 1.5rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.container {
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col, .col-md-4, .col-md-8, .col-md-12, .col-sm-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media (min-width: 576px) {
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width: 768px) {
    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid rgba(0, 0, 0, 0);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn:focus, .btn:hover {
    text-decoration: none
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn:not(:disabled):not(.disabled):active {
    background-image: none
}

.media {
    display: flex;
    align-items: flex-start
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.d-none {
    display: none !important
}

.d-block {
    display: block !important
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .d-xl-block {
        display: block !important
    }
}

.mt-5 {
    margin-top: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.p-5 {
    padding: 3rem !important
}

.text-left {
    text-align: left !important
}

.text-center {
    text-align: center !important
}

.font-weight-bold {
    font-weight: 700 !important
}

@media print {
    *, :after, :before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    img {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container, body {
        min-width: 992px !important
    }
}

.bottom-links {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    clear: both
}

.bottom-links__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.bottom-links__item {
    margin: 0
}

.bottom-links__item:before {
    display: none
}

.bottom-links__item:not(:last-child):after {
    content: "|";
    display: inline-block;
    margin-right: 8px;
    margin-left: 8px;
    color: #6d6d6d
}

.bottom-links__item a {
    color: #6d6d6d;
    font-size: 12px
}

.bottom-links__item a:hover {
    text-decoration: none
}

a, body, div, h1, h2, h3, h4, html, img, li, p, span, strong, ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    line-height: 1;
    vertical-align: baseline;
    -webkit-text-size-adjust: none
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

strong {
    font-weight: 900
}

img {
    max-width: 100%
}

div.row:after {
    clear: both;
    display: block;
    content: ""
}

body {
    background: #e7e7e7;
    font-family: Arial
}

ul li {
    line-height: 20px;
    font-size: 15px;
    color: #3d3d3d;
    position: relative
}

ul li:before {
    position: absolute;
    content: "•";
    top: 0;
    left: -17px;
    color: #00b02a;
    font-size: 22px
}

p {
    font-size: 15px;
    line-height: 20px;
    color: #3d3d3d;
    font-weight: 400
}

.disclaimer {
    padding: 0 20px 20px
}

@media (max-width: 555px) {
    p {
        font-size: 14px;
        line-height: 22px !important
    }
}

body {
    overflow-x: hidden !important
}

body {
    font-family: Source Sans Pro, sans-serif;
    background-color: #fff
}

p {
    font-size: 17px;
    line-height: 1.3;
    color: #000;
    font-family: Source Sans Pro, sans-serif !important
}

.container {
    position: relative;
    display: block;
    max-width: 960px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

section.block-1 {
    background: url(../jpg/form2-better160be0cd82b3e0674cb3847e060f3842.jpg);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: cover;
    width: 100%;
    height: 100%;
    height: 469px
}

@media screen and (max-width: 729px) {
    section.block-1 {
        max-height: 635px
    }
}

section.block-1 h1 {
    font-family: Source Sans Pro, sans-serif;
    font-size: 54px;
    font-weight: 600;
    line-height: 1.2;
    padding-top: 70px;
    text-align: center;
    text-shadow: 0 0 20px rgba(0, 0, 0, .91);
    color: #fff
}

section.block-1 .container .row .col {
    font-family: Source Sans Pro, sans-serif;
    font-size: 21px;
    line-height: 1.6;
    text-align: right;
    width: 32%;
    float: left;
    color: #fff;
    padding-top: 75px
}

section.block-1 .container .row .col:last-of-type {
    text-align: left;
    float: right
}

section.block-2 {
    width: 100%;
    height: 185px
}

section.block-1 .container, section.block-2 .container {
    padding: 0 65px
}

section.block-2 .col {
    font-family: Source Sans Pro, sans-serif;
    font-size: 20px;
    line-height: 1.6;
    text-align: right;
    width: 32%;
    float: left;
    padding-top: 45px
}

section.block-2 .col + .col {
    text-align: left;
    float: right
}

section.block-2 img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

section.block-3 {
    background-color: #e8e8e8;
    padding: 50px 0
}

section.block-3 .container {
    padding: 0 175px
}

section.block-3 img {
    display: block;
    float: left;
    padding-right: 50px
}

section.block-3 h2 {
    font-family: Source Sans Pro, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    padding-bottom: 20px;
    text-align: left;
    color: #000
}

section.block-3 p {
    font-weight: 400
}

section.block-3 p.sign {
    text-align: right;
    padding-top: 25px
}

section.block-4 h2 {
    text-align: center;
    color: #000;
    font-size: 40px;
    font-family: Din Next BOLD;
    line-height: 1.2;
    padding: 25px 0
}

section.block-4 img {
    float: right;
    display: block;
    clear: both;
    padding-left: 25px;
    padding-bottom: 5px;
    max-width: 204px
}

section.block-4 img + img {
    padding-left: 35px;
    padding-bottom: 15px
}

section.block-4 p {
    padding-bottom: 20px
}

section.block-5 {
    background-image: url(../jpg/form57cfc03b16de208502c6e1aa95eab26fa.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding-bottom: 25px
}

.block-5 .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

section.block-5 h2 {
    font-family: Din Next BOLD, sans-serif;
    font-size: 40px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px
}

section.block-5 [class^=col] {
    display: flex;
    margin-bottom: 15px
}

.block-5__content {
    background-color: rgba(133, 133, 133, .54);
    padding: 15px
}

section.block-5 h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 15px;
    padding-left: 30px
}

.block-5__content h4:before {
    font-size: 37px;
    font-weight: 700;
    position: absolute;
    top: 5px;
    left: 25px;
    font-family: Arial, sans-serif
}

.block-5__content--first h4:before {
    content: "1"
}

.block-5__content--second h4:before {
    content: "2"
}

.block-5__content--third h4:before {
    content: "3"
}

.block-5__content--fourth h4:before {
    content: "4"
}

section.block-5 p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    padding-left: 30px
}

@media (min-width: 730px) {
    section.block-5 .row {
        margin-bottom: 30px
    }

    section.block-5 [class^=col] {
        margin-bottom: 0
    }
}

section.block-6 {
    background-color: #fffdfe
}

section.block-6 .container {
    background-image: url(../jpg/d11v28381934585c19b7e585e0e3b98223788.jpg);
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: contain;
    padding: 0
}

section.block-6 h2 {
    text-align: left;
    font-family: Din Next BOLD, sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
    padding: 25px 0;
    color: #000
}

section.block-6 ul {
    list-style: none;
    padding-bottom: 200px
}

section.block-6 ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 3.2;
    padding-left: 50px
}

section.block-6 ul li:before {
    content: url(../png/check32d6d487e1b7c4154c34483228c72399e.png);
    position: absolute;
    left: 0;
    top: 10px
}

section.block-7 {
    background-image: url(../jpg/form2-better160be0cd82b3e0674cb3847e060f3842.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    padding-bottom: 20px
}

section.block-7 h3 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 300;
    padding: 25px 0
}

section.block-7 h3, section.block-7 span {
    font-family: Source Sans Pro, sans-serif;
    text-align: center;
    color: #fff
}

section.block-7 span {
    display: block;
    font-size: 19px;
    font-weight: 400
}

section.block-8 {
    padding: 25px 0
}

.block-8 .row {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap
}

section.block-8 .container .row .col {
    text-align: center;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    flex-direction: column
}

@media (min-width: 730px) {
    .block-8 .row {
        margin: 24px -15px 32px
    }

    section.block-8 .container .row .col {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
}

section.block-8 .container .row .col p {
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
    line-height: 1.6;
    font-family: Source Sans Pro, sans-serif
}

section.block-8 .container .row .col img {
    padding-bottom: 15px;
    align-self: center
}

section.block-8 .container .row .col img + img {
    padding-bottom: 5px
}

section.block-8 .container .row .col span {
    color: #707070;
    line-height: 1.6;
    font-size: 14px;
    font-family: Source Sans Pro, sans-serif;
    margin-top: auto
}

section.block-8 .container .row .col span strong {
    color: #1b2341;
    line-height: 1.6
}

section.block-8 .container .disclaimer {
    font-size: 15px;
    line-height: 1.3;
    padding: 0;
    margin: 0
}

section.block-9 {
    background-image: url(../jpg/form45bc5f55ddabc8a6f3ce0a9fc0376f897.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover
}

section.block-9 .container h2 {
    font-family: Din Next BOLD;
    font-size: 32px;
    padding: 25px 0;
    color: #fff;
    text-align: center
}

section.block-9 .container p {
    color: #fff;
    padding-bottom: 25px
}

section.block-10 .container h2 {
    font-size: 32px;
    text-align: center;
    padding: 35px 0;
    color: #000
}

section.block-10 .container ul {
    padding: 0 0 15px 60px;
    list-style: none
}

section.block-10 .container ul li:before {
    content: url(../png/check44dc4d2108fa98ac215cbb81cdc66b52e.png);
    margin-left: -35px;
    margin-top: -3px
}

section.block-10 .container ul li h3 {
    color: #09c;
    font-family: Source Sans Pro, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2
}

section.block-10 .container ul li p {
    padding: 20px 0
}

section.block-11 {
    background-color: #e8e8e8
}

section.block-11 .container h2 {
    font-size: 32px;
    padding: 30px 0;
    text-align: center;
    color: #000
}

section.block-11 .container p {
    padding-bottom: 20px;
    line-height: 1.3
}

section.block-11 .container p + p {
    padding-bottom: 30px
}

section.block-11 .container p strong {
    line-height: 1.3
}

section.block-12 {
    padding-top: 40px;
    padding-bottom: 20px;
    min-height: 370px
}

section.block-12 .container .col {
    width: 33%;
    float: left;
    padding-right: 50px
}

section.block-12 .container .col h4 {
    font-size: 20px;
    font-weight: 600;
    font-family: Arial;
    padding-bottom: 25px;
    text-align: center
}

section.block-12 .container .col p {
    text-align: left;
    font-size: 17px;
    line-height: 1.3
}

section.block-12:after {
    content: "";
    display: block;
    clear: both
}

section.block-13 .container p {
    padding-bottom: 20px
}

section.block-13 .container h2 {
    padding-top: 25px;
    text-align: center;
    color: #1b2341;
    font-size: 26px;
    font-family: din next bold
}

section.block-13 .container p.price {
    text-align: center;
    font-family: georgia, sans-serif;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 700
}

section.block-13 .container p.price span {
    font-weight: 400;
    text-decoration: line-through
}

section.block-13 .container p.lead {
    text-align: center;
    font-size: 16px;
    font-family: Source Sans Pro, sans-serif
}

@media only screen and (max-width: 959px) {
    .container {
        max-width: 730px
    }

    section.block-1 h1 {
        font-size: 44px
    }

    section.block-2 img {
        bottom: -35px
    }

    section.block-1 .col {
        padding-top: 110px
    }

    section.block-3 .container {
        padding: 0
    }

    section.block-6 .container {
        background-size: 100% 100%
    }

    section.block-8 .container .row .col {
        width: 29%
    }

    section.block-12 {
        min-height: 500px
    }
}

@media only screen and (min-width: 730px) {
    section.block-1 img {
        display: none
    }
}

@media only screen and (max-width: 729px) {
    .container {
        max-width: 310px
    }

    .container.text-left {
        max-width: 380px
    }

    section.block-2 {
        display: none
    }

    section.block-1 {
        min-height: 610px;
        background-position: 50%
    }

    section.block-1 h1 {
        font-size: 33px;
        padding-top: 30px
    }

    section.block-1 .container {
        padding: 0
    }

    section.block-1 .container .row .col {
        padding-top: 20px;
        width: 100%;
        text-align: center;
        font-size: 17px;
        font-weight: 300
    }

    section.block-1 .container .row .col:last-of-type {
        text-align: center
    }

    section.block-3 h2 {
        text-align: center;
        font-size: 32px;
        padding-bottom: 240px
    }

    section.block-3 img {
        position: absolute;
        padding: 0;
        left: 50%;
        transform: translateX(-50%);
        top: 60px
    }

    section.block-4 img {
        padding-left: 0;
        float: none;
        margin: auto
    }

    section.block-5 {
        background-image: none;
        background-color: #27536c
    }

    section.block-5 h2 {
        font-size: 35px
    }

    section.block-5 .row {
        padding: 0
    }

    section.block-6 .container {
        background-size: contain;
        background-position: bottom
    }

    section.block-6 h2 {
        text-align: center
    }

    section.block-6 ul li {
        font-size: 25px;
        line-height: 1.2;
        padding-bottom: 20px
    }

    section.block-7 {
        background-position: 0
    }

    section.block-7 h3 {
        font-size: 27px
    }

    section.block-8 .container .row .col {
        width: 100%;
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 24px
    }

    section.block-8 .container .row .col p {
        color: #707070
    }

    section.block-8 .container .disclaimer {
        font-size: 14px;
        line-height: 1.3 !important
    }

    section.block-9 .container p {
        font-size: 20px;
        line-height: 1.3 !important
    }

    section.block-12 {
        min-height: 866px
    }

    section.block-12 .container .col {
        width: 100%;
        padding-bottom: 40px;
        padding-right: 0
    }

    section.block-11 .container h2 {
        text-align: center;
        font-size: 40px
    }

    section.block-13 .container p.lead {
        padding: 0
    }
}

@media (max-width: 555px) {
    p {
        line-height: 1.2 !important
    }

    .container.text-left {
        max-width: 330px
    }
}

.col-sm-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 730px) {
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
}

section.block-2 img {
    bottom: -40px;
    height: 365px;
    width: auto
}

@media only screen and (max-width: 729px) {
    section.block-1 img {
        display: block;
        margin: auto;
        max-width: 100px
    }

    section.block-1 .container .row .col {
        margin-bottom: 13px
    }
}

section.block-13 .container img {
    display: block;
    margin: auto;
    height: 400px
}

/*! CSS Used from: Embedded */
section.block-1 div.container div.row, section.block-2 div.container div.row {
    display: block
}

@media (max-width: 730px) {
    .col-sm-6 {
        max-width: 100%;
        flex: 0 0 100%
    }
}

.col {
    flex-basis: auto
}

.container {
    padding-left: 0;
    padding-right: 0
}

.order__paragraph {
    font-family: Open Sans, sans-serif;
    font-size: .65rem;
    font-weight: 300;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 0;
    padding-top: 1rem
}

.ebook-box-mobile {
    margin: 0 auto;
    border: 1px solid #c8c8c8;
    background: rgba(253, 247, 235, .30196);
    border-radius: 12px;
    width: 90%;
    text-align: center;
    padding: 10px 10px 30px
}

.ebook-box-mobile .img__check {
    display: block;
    margin: 0 auto .5em
}

.ebook-box-mobile p.selected {
    font-weight: bold;
    color: #e68f01
}

.ebook-box-mobile .ebook-render {
    margin: 0 auto;
    width: 67%
}

@media (min-width: 1200px) {
    .last-buyer-wrapper {
        width: 200px
    }

    .last-buyer {
        width: 100%;
        box-shadow: 0 2px 10px #000;
        background: #fde37b;
        border-radius: 10px;
        padding: 10px;
        margin-top: 16px;
        line-height: 1.3;
        font-family: "Roboto";
        position: fixed;
        right: 10px;
        bottom: 20px;
        max-width: 200px;
        opacity: 0;
        z-index: 9999;
        display: flex;
        align-items: flex-start
    }

    .last-buyer-txt {
        font-size: 14px;
        margin: 0 0 5px 0
    }

    .last-buyer.fade-in {
        opacity: 1;
        transition: opacity 1s ease-in
    }

    .last-buyer.transition-effect {
        transition: opacity 1s ease-out
    }
}

@media (min-width: 1600px) {
    .last-buyer {
        max-width: 258px
    }

    .last-buyer-txt {
        font-size: 16px
    }
}

@media (min-width: 1200px) {
    .slider-wrapper {
        opacity: 1;
        position: fixed;
        bottom: 180px;
        right: 10px;
        z-index: 9999
    }

    .slider-wrapper.visible {
        opacity: 1
    }

    .slider-wrapper .splide__list {
        align-items: flex-end
    }

    .slider-box {
        max-width: 200px;
        border-radius: 5px
    }

    .slider-box-items {
        position: relative
    }

    .slider-box-btns {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 100px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0 1px;
        z-index: 99999
    }

    .slider-box-btn {
        border: none;
        padding: 0
    }

    .slider-box-btn .btn-img {
        cursor: pointer;
        width: 15px
    }

    .slider-box-item {
        max-width: 200px;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border: 1px solid #44a5ff
    }

    .slider-box-item-top {
        min-height: 100px;
        max-width: 200px;
        padding: 10px 30px;
        background-color: #e9f0fa;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        height: 100%
    }

    .slider-box-item-bottom {
        font-size: 14px;
        padding: 10px 30px;
        background-color: #fff
    }

    .slider-box-item-txt {
        font-size: 12px;
        line-height: 18px;
        color: #4869b1
    }

    .slider-box-item-name, .slider-box-item-city {
        font-size: 14px;
        color: #4869b1;
        margin-bottom: 5px
    }

    .slider-box-item-city {
        color: #6a6a6a
    }
}

@media (min-width: 1600px) {
    .slider-box {
        max-width: 258px
    }

    .slider-box-item {
        max-width: 258px
    }

    .slider-box-item-top {
        max-width: 258px
    }

    .slider-box-item-bottom {
        font-size: 16px
    }

    .slider-box-item-txt {
        font-size: 14px
    }

    .slider-box-item-name, .slider-box-item-city {
        font-size: 16px;
        color: #4869b1
    }

    .slider-box-item-city {
        color: #6a6a6a
    }
}

.renders.row {
    margin: 0 auto 2.2em
}

@media (min-width: 768px) {
    .col__product {
        text-align: center
    }

    .col__ebook {
        margin-top: 6em;
        text-align: center;
        font-weight: bold
    }
}

section.block-13 .container img {
    height: auto
}

@media (max-width: 624px) {
    .lead {
        text-align: center;
        font-size: 16px;
        font-family: "Source Sans Pro", sans-serif;
        padding: 0
    }
}

.video-copy {
    margin-bottom: 20px;
    text-align: left
}

.video-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px
}

.video-container video {
    max-width: 100%
}

@media (min-width: 1200px) {
    .video-container video {
        max-width: 40%
    }
}

.splide__container {
    box-sizing: border-box;
    position: relative
}

.splide__list {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    transform-style: preserve-3d
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block
}

.splide__pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    pointer-events: none
}

.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto
}

.splide__progress__bar {
    width: 0
}

.splide {
    outline: none;
    position: relative;

}

.splide.is-initialized, .splide.is-rendered {
    visibility: visible
}

.splide__slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    outline: none;
    position: relative
}

.splide__slide img {
    vertical-align: bottom
}

.splide__slider {
    position: relative
}

.splide__spinner {
    -webkit-animation: splide-loading 1s linear infinite;
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0
}

@-webkit-keyframes splide-loading {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes splide-loading {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(1turn)
    }
}

.splide--draggable > .splide__slider > .splide__track, .splide--draggable > .splide__track {
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.splide--fade > .splide__slider > .splide__track > .splide__list, .splide--fade > .splide__track > .splide__list {
    display: block
}

.splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide, .splide--fade > .splide__track > .splide__list > .splide__slide {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 0
}

.splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide.is-active, .splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
    opacity: 1;
    position: relative;
    z-index: 1
}

.splide--rtl {
    direction: rtl
}

.splide--ttb.is-active > .splide__slider > .splide__track > .splide__list, .splide--ttb.is-active > .splide__track > .splide__list {
    display: block
}

.splide__arrow {
    align-items: center;
    background: #ccc;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 2em;
    justify-content: center;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    z-index: 1
}

.splide__arrow svg {
    fill: #000;
    height: 1.2em;
    width: 1.2em
}

.splide__arrow:hover {
    opacity: .9
}

.splide__arrow:focus {
    outline: none
}

.splide__arrow--prev {
    left: 1em
}

.splide__arrow--prev svg {
    transform: scaleX(-1)
}

.splide__arrow--next {
    right: 1em
}

.splide__pagination {
    bottom: .5em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1
}

.splide__pagination__page {
    background: #ccc;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: 3px;
    opacity: .7;
    padding: 0;
    transition: transform .2s linear;
    width: 8px
}

.splide__pagination__page.is-active {
    background: #fff;
    transform: scale(1.4)
}

.splide__pagination__page:hover {
    cursor: pointer;
    opacity: .9
}

.splide__pagination__page:focus {
    outline: none
}

.splide__progress__bar {
    background: #ccc;
    height: 3px
}

.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide, .splide--nav > .splide__track > .splide__list > .splide__slide {
    border: 3px solid rgba(0, 0, 0, 0);
    cursor: pointer
}

.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide.is-active, .splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
    border: 3px solid #000
}

.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide:focus, .splide--nav > .splide__track > .splide__list > .splide__slide:focus {
    outline: none
}

.splide--rtl > .splide__arrows .splide__arrow--prev, .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
    left: auto;
    right: 1em
}

.splide--rtl > .splide__arrows .splide__arrow--prev svg, .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
    transform: scaleX(1)
}

.splide--rtl > .splide__arrows .splide__arrow--next, .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
    left: 1em;
    right: auto
}

.splide--rtl > .splide__arrows .splide__arrow--next svg, .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
    transform: scaleX(-1)
}

.splide--ttb > .splide__arrows .splide__arrow, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow, .splide--ttb > .splide__track > .splide__arrows .splide__arrow {
    left: 50%;
    transform: translate(-50%)
}

.splide--ttb > .splide__arrows .splide__arrow--prev, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
    top: 1em
}

.splide--ttb > .splide__arrows .splide__arrow--prev svg, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
    transform: rotate(-90deg)
}

.splide--ttb > .splide__arrows .splide__arrow--next, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
    bottom: 1em;
    top: auto
}

.splide--ttb > .splide__arrows .splide__arrow--next svg, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
    transform: rotate(90deg)
}

.splide--ttb > .splide__pagination, .splide--ttb > .splide__slider > .splide__pagination {
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: auto;
    padding: 1em 0;
    right: .5em;
    top: 0
}
