@charset "UTF-8";

/*!* Bootstrap v4.1.3 (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: #543795;
    --secondary: #333;
    --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", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    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: transparent
}

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

article,
aside,
footer,
header,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

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

p {
    margin-top: 0
}

address,
p {
    margin-bottom: 1rem
}

address {
    font-style: normal;
    line-height: inherit
}

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

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

a {
    color: #543795;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #35225d;
    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
}

code {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

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

button,
input,
select,
textarea {
    margin: 0;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none !important
}

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

.h1,
h1 {
    font-size: 16px;
    font-weight: 500;
}

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

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

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

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

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

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a>code {
    color: inherit
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@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
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col,
.col-6,
.col-12,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-12,
.col-md-3,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-xl-2,
.col-xl-7,
.col-xl-10 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-6,
.col-12 {
    -webkit-box-flex: 0
}

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

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

@media(min-width:768px) {
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.667%;
        flex: 0 0 41.667%;
        max-width: 41.667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333%;
        flex: 0 0 58.333%;
        max-width: 58.333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.667%;
        flex: 0 0 66.667%;
        max-width: 66.667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333%;
        flex: 0 0 83.333%;
        max-width: 83.333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.667%;
        flex: 0 0 91.667%;
        max-width: 91.667%
    }

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

@media(min-width:992px) {
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.667%;
        flex: 0 0 41.667%;
        max-width: 41.667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.667%;
        flex: 0 0 66.667%;
        max-width: 66.667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333%;
        flex: 0 0 83.333%;
        max-width: 83.333%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
}

@media(min-width:1200px) {
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.667%;
        flex: 0 0 16.667%;
        max-width: 16.667%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333%;
        flex: 0 0 58.333%;
        max-width: 58.333%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333%;
        flex: 0 0 83.333%;
        max-width: 83.333%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table .table {
    background-color: #fff
}

.form-group {
    margin-bottom: 1rem
}

.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 transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        -webkit-transition: none;
        transition: none
    }
}

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

.btn.focus,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(84, 55, 149, .25);
    box-shadow: 0 0 0 .2rem rgba(84, 55, 149, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

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

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #543795;
    border-color: #543795
}

.btn-primary:hover {
    color: #fff;
    background-color: #442d79;
    border-color: #3f2970
}

.btn-primary.focus,
.btn-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(84, 55, 149, .5);
    box-shadow: 0 0 0 .2rem rgba(84, 55, 149, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #543795;
    border-color: #543795
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #3f2970;
    border-color: #3a2666
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(84, 55, 149, .5);
    box-shadow: 0 0 0 .2rem rgba(84, 55, 149, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media screen and (prefers-reduced-motion:reduce) {
    .fade {
        -webkit-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.card,
.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.card {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.breadcrumb {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    background-color: #e9ecef
}

.breadcrumb,
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    border-radius: .25rem
}

.pagination {
    padding-left: 0
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress-bar {
    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;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #543795;
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .progress-bar {
        -webkit-transition: none;
        transition: none
    }
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

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

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}



.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

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

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

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

.d-none {
    display: none !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

@media(min-width:576px) {
    .d-sm-inline {
        display: inline !important
    }
}

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

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

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

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media(min-width:992px) {
    .d-lg-inline-block {
        display: inline-block !important
    }
}

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

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

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.position-relative {
    position: relative !important
}

.w-100 {
    width: 100% !important
}

.mx-0 {
    margin-right: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mx-0 {
    margin-left: 0 !important
}

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

.mb-3 {
    margin-bottom: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

@media(min-width:768px) {
    .pb-md-5 {
        padding-bottom: 3rem !important
    }
}

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

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

.text-white {
    color: #fff !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #dae0e5 !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    :after,
    :before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

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

    blockquote {
        border: 1px solid #adb5bd
    }

    blockquote,
    img,
    tr {
        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
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }
}

.accordion dt {
    cursor: pointer;
    background: #dee2e6;
    padding: 20px;
    margin-bottom: 5px
}

.accordion dt:after {
    content: "+";
    float: right
}

.accordion dt.active:after {
    content: "-"
}

.accordion dd {
    display: none
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(ajax-loader.gif) 50% no-repeat
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/slick-fonts/slick.eot);
    src: url(../fonts/slick-fonts/slick.eot?#iefix) format("embedded-opentype"), url(../fonts/slick-fonts/slick.woff) format("woff"), url(../fonts/slick-fonts/slick.ttf) format("truetype"), url(../fonts/slick-fonts/slick.svg#slick) format("svg")
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    border: none
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: none;
    background: 0 0
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li,
.slick-dots li button {
    width: 20px;
    height: 20px;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    color: transparent;
    border: 0;
    outline: none;
    background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.iti {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px
}

.iti * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.iti__hide {
    display: none
}

.iti__v-hide {
    visibility: hidden
}

.iti input,
.iti input[type=tel],
.iti input[type=text] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0
}


@font-face {
    font-family: Salvo Sans;
    src: url(../fonts/JTZOYZYpy4Js.woff2) format("woff2"), url(../fonts/G6YiDBAROPi7.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Salvo Sans;
    src: url(../fonts/0UCDbzPLITaO.woff2) format("woff2"), url(../fonts/VNSakU6c8ZWl.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: FuturaLT Condensed;
    src: url(../fonts/tG7MFsv5ziZD.woff2) format("woff2"), url(../fonts/euuqhkQ0zoYF.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

:root {
    font-size: 18px;
    line-height: 1.4;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}


@media(min-width:768px) {

    body,
    html {
        font-size: 20px
    }
}

@media(min-width:992px) {

    body,
    html {
        font-size: 24px
    }
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
    margin-bottom: 20px;
    text-transform: uppercase;
}

body h1,
html h1 {
    font-size: 1.55rem;
    line-height: 1.1;
    letter-spacing: 0.08rem
}

@media(min-width:576px) {

    body h1,
    html h1 {
        font-size: 1.9rem
    }
}

@media(min-width:768px) {

    body h1,
    html h1 {
        font-size: 2.3rem;
        letter-spacing: 0.1rem
    }
}

@media(min-width:992px) {

    body h1,
    html h1 {
        font-size: 3rem
    }
}

@media(min-width:1200px) {

    body h1,
    html h1 {
        font-size: 3.3rem
    }
}

body h2,
html h2 {
    font-size: 1.8rem;
    line-height: 1.1
}

@media(min-width:768px) {

    body h2,
    html h2 {
        font-size: 2rem
    }
}

body {
    min-height: 100vh;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: #000
}

section {
    padding: 60px 0;
    position: relative
}

@media(min-width:768px) {
    section {
        padding: 120px 0
    }
}

.background-image-container {
    overflow: hidden;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.background-image-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.background-image-container.semi-transparent-bg-dark {
    background: #000
}

.background-image-container.semi-transparent-bg-dark img {
    opacity: .6
}

.background-image-container.semi-transparent-bg-light {
    background: #fff
}

.background-image-container.semi-transparent-bg-light img {
    opacity: .4
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, .4);
    box-shadow: 1px 1px 6px rgba(0, 0, 0, .4)
}

.video-container embed,
.video-container iframe,
.video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#order-confirmation {
    background: #a0bb5d;
    color: #fff;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px
}

#order-confirmation svg {
    width: 30px;
    fill: #fff;
    top: -3px;
    margin-right: 5px;
    position: relative
}

header {
    padding: 15px
}

header.scrolled {
    -webkit-box-shadow: 0 10px 20px rgba 0, 0, 0, .03;
    box-shadow: 0 10px 20px rgba 0, 0, 0, .03;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
    background: #fff
}

header+section {
    padding-top: 80px
}

header.absolute-top {
    position: absolute;
    top: 0;
    width: 100%
}

.header-logo img {
    -webkit-transition: width .2s ease-in-out, -webkit-filter .2s ease-in-out;
    transition: width .2s ease-in-out, -webkit-filter .2s ease-in-out;
    transition: filter .2s ease-in-out, width .2s ease-in-out;
    transition: filter .2s ease-in-out, width .2s ease-in-out, -webkit-filter .2s ease-in-out;
    width: 176px
}

@media(min-width:768px) {
    .header-logo img {
        width: 176px
    }
}

.scrolled .header-logo img {
    -webkit-filter: none;
    filter: none
}

@media(min-width:768px) {
    .scrolled .header-logo img {
        width: 176px
    }
}

.header-phone {
    line-height: 1.2
}

.header-phone .phone-icon {
    background: #543795;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-phone svg {
    width: 25px;
    color: #f8f9fa
}

.header-phone em {
    font-style: normal;
    font-weight: 700
}

footer {
    color: #555;
    padding-bottom: 30px
}

footer small {
    font-size: .7rem
}

footer a {
    color: #999
}

.view-animation {
    opacity: 0
}

.animated {
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s
}

.fade-down.animated,
.fade-left.animated,
.fade-right.animated,
.fade-up.animated {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.scale-down.animated,
.scale-up.animated {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.bounce-left.animated,
.bounce-right.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.fade-up {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0)
}

.fade-down {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0)
}

.fade-left {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0)
}

.fade-right {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0)
}

.scale-up {
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

.scale-down {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.bounce-left.animated {
    -webkit-transform: translate3d(140px, -200px, -70px);
    transform: translate3d(140px, -200px, -70px);
    -webkit-animation-name: BounceLeft;
    animation-name: BounceLeft
}

.bounce-right.animated {
    -webkit-transform: translate3d(-140px, -200px, -70px);
    transform: translate3d(-140px, -200px, -70px);
    -webkit-animation-name: BounceRight;
    animation-name: BounceRight
}

.delay-0 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.delay-1 {
    -webkit-animation-delay: .25s;
    animation-delay: .25s;
    -webkit-transition-delay: .25s;
    transition-delay: .25s
}

.delay-2 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.delay-3 {
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
    -webkit-transition-delay: .75s;
    transition-delay: .75s
}

.delay-4 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

.delay-5 {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s;
    -webkit-transition-delay: 1.25s;
    transition-delay: 1.25s
}

.delay-6 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s
}

@-webkit-keyframes BounceLeft {
    0% {
        -webkit-transform: translate3d(140px, -200px, -70px);
        transform: translate3d(140px, -200px, -70px)
    }

    10% {
        -webkit-transform: translate3d(130px, -100px, -70px);
        transform: translate3d(130px, -100px, -70px)
    }

    20% {
        -webkit-transform: translate3d(120px, 0, -60px);
        transform: translate3d(120px, 0, -60px)
    }

    30% {
        -webkit-transform: translate3d(110px, -45px, -60px);
        transform: translate3d(110px, -45px, -60px)
    }

    40% {
        -webkit-transform: translate3d(100px, -90px, -50px);
        transform: translate3d(100px, -90px, -50px)
    }

    50% {
        -webkit-transform: translate3d(90px, -45px, -50px);
        transform: translate3d(90px, -45px, -50px)
    }

    60% {
        -webkit-transform: translate3d(80px, 0, -40px);
        transform: translate3d(80px, 0, -40px)
    }

    65% {
        -webkit-transform: translate3d(70px, -30px, -40px);
        transform: translate3d(70px, -30px, -40px)
    }

    70% {
        -webkit-transform: translate3d(60px, -60px, -30px);
        transform: translate3d(60px, -60px, -30px)
    }

    75% {
        -webkit-transform: translate3d(50px, -30px, -30px);
        transform: translate3d(50px, -30px, -30px)
    }

    80% {
        -webkit-transform: translate3d(40px, 0, -20px);
        transform: translate3d(40px, 0, -20px)
    }

    85% {
        -webkit-transform: translate3d(30px, -20px, -20px);
        transform: translate3d(30px, -20px, -20px)
    }

    90% {
        -webkit-transform: translate3d(20px, -40px, -10px);
        transform: translate3d(20px, -40px, -10px)
    }

    95% {
        -webkit-transform: translate3d(10px, -20px, -10px);
        transform: translate3d(10px, -20px, -10px)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes BounceLeft {
    0% {
        -webkit-transform: translate3d(140px, -200px, -70px);
        transform: translate3d(140px, -200px, -70px)
    }

    10% {
        -webkit-transform: translate3d(130px, -100px, -70px);
        transform: translate3d(130px, -100px, -70px)
    }

    20% {
        -webkit-transform: translate3d(120px, 0, -60px);
        transform: translate3d(120px, 0, -60px)
    }

    30% {
        -webkit-transform: translate3d(110px, -45px, -60px);
        transform: translate3d(110px, -45px, -60px)
    }

    40% {
        -webkit-transform: translate3d(100px, -90px, -50px);
        transform: translate3d(100px, -90px, -50px)
    }

    50% {
        -webkit-transform: translate3d(90px, -45px, -50px);
        transform: translate3d(90px, -45px, -50px)
    }

    60% {
        -webkit-transform: translate3d(80px, 0, -40px);
        transform: translate3d(80px, 0, -40px)
    }

    65% {
        -webkit-transform: translate3d(70px, -30px, -40px);
        transform: translate3d(70px, -30px, -40px)
    }

    70% {
        -webkit-transform: translate3d(60px, -60px, -30px);
        transform: translate3d(60px, -60px, -30px)
    }

    75% {
        -webkit-transform: translate3d(50px, -30px, -30px);
        transform: translate3d(50px, -30px, -30px)
    }

    80% {
        -webkit-transform: translate3d(40px, 0, -20px);
        transform: translate3d(40px, 0, -20px)
    }

    85% {
        -webkit-transform: translate3d(30px, -20px, -20px);
        transform: translate3d(30px, -20px, -20px)
    }

    90% {
        -webkit-transform: translate3d(20px, -40px, -10px);
        transform: translate3d(20px, -40px, -10px)
    }

    95% {
        -webkit-transform: translate3d(10px, -20px, -10px);
        transform: translate3d(10px, -20px, -10px)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes BounceRight {
    0% {
        -webkit-transform: translate3d(-140px, -200px, -70px);
        transform: translate3d(-140px, -200px, -70px)
    }

    10% {
        -webkit-transform: translate3d(-130px, -100px, -70px);
        transform: translate3d(-130px, -100px, -70px)
    }

    20% {
        -webkit-transform: translate3d(-120px, 0, -60px);
        transform: translate3d(-120px, 0, -60px)
    }

    30% {
        -webkit-transform: translate3d(-110px, -45px, -60px);
        transform: translate3d(-110px, -45px, -60px)
    }

    40% {
        -webkit-transform: translate3d(-100px, -90px, -50px);
        transform: translate3d(-100px, -90px, -50px)
    }

    50% {
        -webkit-transform: translate3d(-90px, -45px, -50px);
        transform: translate3d(-90px, -45px, -50px)
    }

    60% {
        -webkit-transform: translate3d(-80px, 0, -40px);
        transform: translate3d(-80px, 0, -40px)
    }

    65% {
        -webkit-transform: translate3d(-70px, -30px, -40px);
        transform: translate3d(-70px, -30px, -40px)
    }

    70% {
        -webkit-transform: translate3d(-60px, -60px, -30px);
        transform: translate3d(-60px, -60px, -30px)
    }

    75% {
        -webkit-transform: translate3d(-50px, -30px, -30px);
        transform: translate3d(-50px, -30px, -30px)
    }

    80% {
        -webkit-transform: translate3d(-40px, 0, -20px);
        transform: translate3d(-40px, 0, -20px)
    }

    85% {
        -webkit-transform: translate3d(-30px, -20px, -20px);
        transform: translate3d(-30px, -20px, -20px)
    }

    90% {
        -webkit-transform: translate3d(-20px, -40px, -10px);
        transform: translate3d(-20px, -40px, -10px)
    }

    95% {
        -webkit-transform: translate3d(-10px, -20px, -10px);
        transform: translate3d(-10px, -20px, -10px)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes BounceRight {
    0% {
        -webkit-transform: translate3d(-140px, -200px, -70px);
        transform: translate3d(-140px, -200px, -70px)
    }

    10% {
        -webkit-transform: translate3d(-130px, -100px, -70px);
        transform: translate3d(-130px, -100px, -70px)
    }

    20% {
        -webkit-transform: translate3d(-120px, 0, -60px);
        transform: translate3d(-120px, 0, -60px)
    }

    30% {
        -webkit-transform: translate3d(-110px, -45px, -60px);
        transform: translate3d(-110px, -45px, -60px)
    }

    40% {
        -webkit-transform: translate3d(-100px, -90px, -50px);
        transform: translate3d(-100px, -90px, -50px)
    }

    50% {
        -webkit-transform: translate3d(-90px, -45px, -50px);
        transform: translate3d(-90px, -45px, -50px)
    }

    60% {
        -webkit-transform: translate3d(-80px, 0, -40px);
        transform: translate3d(-80px, 0, -40px)
    }

    65% {
        -webkit-transform: translate3d(-70px, -30px, -40px);
        transform: translate3d(-70px, -30px, -40px)
    }

    70% {
        -webkit-transform: translate3d(-60px, -60px, -30px);
        transform: translate3d(-60px, -60px, -30px)
    }

    75% {
        -webkit-transform: translate3d(-50px, -30px, -30px);
        transform: translate3d(-50px, -30px, -30px)
    }

    80% {
        -webkit-transform: translate3d(-40px, 0, -20px);
        transform: translate3d(-40px, 0, -20px)
    }

    85% {
        -webkit-transform: translate3d(-30px, -20px, -20px);
        transform: translate3d(-30px, -20px, -20px)
    }

    90% {
        -webkit-transform: translate3d(-20px, -40px, -10px);
        transform: translate3d(-20px, -40px, -10px)
    }

    95% {
        -webkit-transform: translate3d(-10px, -20px, -10px);
        transform: translate3d(-10px, -20px, -10px)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fog-scroll {
    -webkit-animation: mobileFloating 10s linear infinite;
    animation: mobileFloating 10s linear infinite;
    width: 200%;
    height: 50%;
    opacity: .4;
    left: -100%;
    filter: blur(4px);
    -webkit-filter: blur(4px)
}

@media(min-width:768px) {
    .fog-scroll {
        -webkit-animation: desktopFloating 20s linear infinite;
        animation: desktopFloating 20s linear infinite
    }
}

@media(min-width:1200px) {
    .fog-scroll {
        -webkit-animation: desktopFloating 30s linear infinite;
        animation: desktopFloating 30s linear infinite
    }
}

@-webkit-keyframes desktopFloating {
    0% {
        opacity: .3s
    }

    10% {
        opacity: .6
    }

    20% {
        opacity: .5
    }

    30% {
        opacity: .8
    }

    40% {
        opacity: .5
    }

    50% {
        opacity: .3
    }

    60% {
        opacity: .5
    }

    70% {
        opacity: 1
    }

    80% {
        opacity: .2
    }

    90% {
        opacity: .8
    }

    to {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: .3
    }
}

@keyframes desktopFloating {
    0% {
        opacity: .3s
    }

    10% {
        opacity: .6
    }

    20% {
        opacity: .5
    }

    30% {
        opacity: .8
    }

    40% {
        opacity: .5
    }

    50% {
        opacity: .3
    }

    60% {
        opacity: .5
    }

    70% {
        opacity: 1
    }

    80% {
        opacity: .2
    }

    90% {
        opacity: .8
    }

    to {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: .3
    }
}

@-webkit-keyframes mobileFloating {
    0% {
        opacity: .3s
    }

    30% {
        opacity: .8
    }

    60% {
        opacity: .5
    }

    90% {
        opacity: .8
    }

    to {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: .3
    }
}

@keyframes mobileFloating {
    0% {
        opacity: .3s
    }

    30% {
        opacity: .8
    }

    60% {
        opacity: .5
    }

    90% {
        opacity: .8
    }

    to {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: .3
    }
}

.btn,
input[type=button],
input[type=submit] {
    display: inline-block;
    margin: 0 auto 12px;
    border: 0;
    border-radius: 5px;
    font-size: 1rem;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 15px;
    white-space: normal;
    background: radial-gradient(circle at -1% 57.5%, rgb(19, 170, 82) 0%, rgb(0, 102, 43) 90%);
    color: #fff;
    -webkit-transition: background-color .4s ease-in-out;
    transition: background-color .4s ease-in-out;
    -webkit-box-shadow: 1px 1px 1px hsla(0, 0%, 100%, .1) inset;
    box-shadow: inset 1px 1px 1px hsla(0, 0%, 100%, .1);
    position: relative;
    overflow: hidden
}

@media(min-width:768px) {

    .btn,
    input[type=button],
    input[type=submit] {
        padding: 15px 60px
    }
}

.btn:active,
.btn:focus,
.btn:hover,
input[type=button]:active,
input[type=button]:focus,
input[type=button]:hover,
input[type=submit]:active,
input[type=submit]:focus,
input[type=submit]:hover {
    color: #fff;
    background: linear-gradient(114.3deg, rgb(19, 126, 57) 0.2%, rgb(8, 65, 91) 68.5%);
}

.btn:after,
input[type=button]:after,
input[type=submit]:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: -120px;
    height: 100%;
    width: 90px;
    background: hsla(0, 0%, 100%, .4);
    -webkit-transition: all .15s linear;
    transition: all .15s linear;
    -webkit-transform: skewX(-20deg) translateX(0);
    transform: skewX(-20deg) translateX(0)
}

.btn:hover:not(:disabled):after,
input[type=button]:hover:not(:disabled):after,
input[type=submit]:hover:not(:disabled):after {
    -webkit-animation: buttonShine .8s 1 forwards;
    animation: buttonShine .8s 1 forwards
}

@media(min-width:1200px) {

    .btn:hover:not(:disabled):after,
    input[type=button]:hover:not(:disabled):after,
    input[type=submit]:hover:not(:disabled):after {
        -webkit-animation: buttonShineLarge .9s 1 forwards;
        animation: buttonShineLarge .9s 1 forwards
    }
}

@-webkit-keyframes buttonShine {
    0% {
        -webkit-transform: skewX(-20deg) translateX(0);
        transform: skewX(-20deg) translateX(0)
    }

    to {
        -webkit-transform: skewX(-20deg) translateX(1000px);
        transform: skewX(-20deg) translateX(1000px)
    }
}

@keyframes buttonShine {
    0% {
        -webkit-transform: skewX(-20deg) translateX(0);
        transform: skewX(-20deg) translateX(0)
    }

    to {
        -webkit-transform: skewX(-20deg) translateX(1000px);
        transform: skewX(-20deg) translateX(1000px)
    }
}

@-webkit-keyframes buttonShineLarge {
    0% {
        -webkit-transform: skewX(-20deg) translateX(0);
        transform: skewX(-20deg) translateX(0)
    }

    to {
        -webkit-transform: skewX(-20deg) translateX(1500px);
        transform: skewX(-20deg) translateX(1500px)
    }
}

@keyframes buttonShineLarge {
    0% {
        -webkit-transform: skewX(-20deg) translateX(0);
        transform: skewX(-20deg) translateX(0)
    }

    to {
        -webkit-transform: skewX(-20deg) translateX(1500px);
        transform: skewX(-20deg) translateX(1500px)
    }
}

.btn strong {
    display: block;
    font-weight: 400;
    letter-spacing: -.08rem;
    font-size: 1.4rem;
    margin-bottom: 5px;
    margin-top: 5px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

@media(min-width:576px) {
    .btn strong {
        font-size: 1.5rem
    }
}

@media(min-width:768px) {
    .btn strong {
        font-size: 2rem
    }
}

@media(min-width:992px) {
    .btn strong {
        font-size: 2.4rem;
        letter-spacing: -.09rem
    }
}

.btn span {
    font-size: .6rem;
    line-height: 1.4;
    display: inline-block
}

@media(min-width:768px) {
    .btn span {
        font-size: .65rem
    }
}

.btn-dark {
    background-color: #2d2b30;
    background: linear-gradient(119deg, #2d2b30, #38354d)
}

.btn-dark:hover {
    background-color: #2d2b30;
    background: linear-gradient(119deg, #2d2b30, #2d2b30)
}

.btn-dark:active,
.btn-dark:focus {
    background-color: #3e3c51;
    background: linear-gradient(119deg, #3e3c51, #3e3c51)
}

form.infusion-form input[type=email],
form.infusion-form input[type=tel],
form.infusion-form input[type=text],
form.infusion-form select,
form.infusion-form textarea {
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
    border-radius: 5px;
    font-size: 1rem;
    line-height: 1;
    width: 100%;
    padding: 20px 15px;
    margin-bottom: 10px;
    border-radius: 6px;
    border: none
}

@media(min-width:576px) {

    form.infusion-form input[type=email],
    form.infusion-form input[type=tel],
    form.infusion-form input[type=text],
    form.infusion-form select,
    form.infusion-form textarea {
        padding: 20px 15px 20px 70px
    }
}

form.infusion-form input[type=email]:-internal-autofill-selected,
form.infusion-form input[type=tel]:-internal-autofill-selected,
form.infusion-form input[type=text]:-internal-autofill-selected,
form.infusion-form select:-internal-autofill-selected,
form.infusion-form textarea:-internal-autofill-selected {
    background-color: #fff !important;
    background-image: none !important;
    color: -internal-light-dark-color(#000, #fff) !important
}

form.infusion-form textarea {
    height: 210px !important
}

form.infusion-form label.error {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    margin-top: -7px;
    color: #bcafff;
    font-size: .9rem;
    text-align: center
}

form.infusion-form .infusion-field {
    position: relative
}

form.infusion-form .infusion-field svg {
    display: none
}

@media(min-width:576px) {
    form.infusion-form .infusion-field svg {
        display: block;
        position: absolute;
        top: 17px;
        height: 26px;
        left: 28px;
        fill: #d4d4d4
    }
}

.ebook img {
    max-width: 400px
}

@media(min-width:768px) {
    .ebook img {
        max-width: 100%
    }
}

.hero-centered {
    overflow: hidden
}

.hero-centered .eyebrow,
.hero-centered h1 {
    text-shadow: 1px 2px 2px rgba(0, 0, 0, .2)
}

.hero-centered .eyebrow {
    display: inline-block;
    background: rgba(0, 0, 0, .2);
    padding: 5px 20px;
    border-radius: 10px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    font-size: .8rem
}

.hero-centered .btn {
    margin-bottom: 30px
}

@media(min-width:768px) {
    .hero-centered .btn {
        margin-bottom: 60px
    }
}

.hero-centered .mountains img {
    height: 110%;
    width: 110%;
    -webkit-transition: -webkit-transform 1.5s linear;
    transition: -webkit-transform 1.5s linear;
    transition: transform 1.5s linear;
    transition: transform 1.5s linear, -webkit-transform 1.5s linear
}

.webinar {
    background: #fff
}

.webinar .header-logo {
    -webkit-filter: invert(1);
    filter: invert(1)
}

@media(min-width:576px) {
    .webinar .hero-centered .btn {
        padding: 15px
    }
}

.webinar .hero-centered .btn strong {
    font-size: 1.4rem
}

@media(min-width:576px) {
    .webinar .hero-centered .btn strong {
        font-size: 1.7rem
    }
}

@media(min-width:992px) {
    .webinar .hero-centered .btn strong {
        font-size: 2.2rem
    }
}

.demo .hero-centered {
    padding-top: 0
}

section.meter-bar {
    padding: 2px;
    background: #302f32;
    font-size: .7rem
}

@media(min-width:992px) {
    section.meter-bar {
        font-size: .9rem
    }
}

section.meter-bar .container-fluid {
    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
}

@media(min-width:768px) {
    section.meter-bar .container-fluid {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

section.meter-bar .simply-countdown .simply-section {
    margin-right: 8px
}

.meter {
    width: 80%;
    height: 24px;
    position: relative;
    margin: 5px 20px;
    background: #3b3b3b;
    border-radius: 25px;
    padding: 3px;
    -webkit-box-shadow: inset 0 -1px 1px hsla(0, 0%, 100%, .3);
    box-shadow: inset 0 -1px 1px hsla(0, 0%, 100%, .3)
}

@media(min-width:576px) {
    .meter {
        width: 60%
    }
}

@media(min-width:768px) {
    .meter {
        width: 30%;
        margin: 10px 20px
    }
}

@media(min-width:992px) {
    .meter {
        width: 30%
    }
}

.meter>span {
    text-align: center;
    color: #fff;
    line-height: 24px;
    display: block;
    height: 100%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #543795;
    position: relative;
    overflow: hidden
}

.meter.red>span {
    background-color: red
}

.animate>span>span,
.meter>span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(-45deg, hsla(0, 0%, 100%, .1) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .1) 0, hsla(0, 0%, 100%, .1) 75%, transparent 0, transparent);
    z-index: 1;
    background-size: 50px 50px;
    -webkit-animation: move 5s linear infinite;
    animation: move 5s linear infinite;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden
}

.animate>span:after {
    display: none
}

@-webkit-keyframes move {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 50px 50px
    }
}

@keyframes move {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 50px 50px
    }
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border-color: #fff transparent;
    border-style: solid;
    border-width: 6px;
    -webkit-animation: lds-dual-ring 1.2s linear infinite;
    animation: lds-dual-ring 1.2s linear infinite
}

@-webkit-keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}



@-webkit-keyframes mmfadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes mmfadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes mmfadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes mmfadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes mmslideIn {
    0% {
        -webkit-transform: translateY(15%);
        transform: translateY(15%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes mmslideIn {
    0% {
        -webkit-transform: translateY(15%);
        transform: translateY(15%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes mmslideOut {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }
}

@keyframes mmslideOut {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }
}

.simply-countdown {
    font-style: normal
}

.simply-countdown .simply-section {
    display: inline-block;
    margin-right: 4px
}

.simply-countdown .simply-amount {
    margin-right: 4px
}

.questionnaire .hero-centered {
    padding-top: 10px
}

#progressbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
    padding-left: 0
}

#progressbar li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    list-style-type: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    padding-left: 0;
    font-weight: 700
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    display: block;
    width: 16px;
    line-height: 16px;
    font-size: 10px;
    font-weight: 600;
    color: #676767;
    background: #f3f3f3;
    border-radius: 15px;
    padding: 0;
    margin: 0 auto 5px;
    position: relative;
    z-index: 2;
    text-align: center
}

@media(min-width:768px) {
    #progressbar li:before {
        width: 25px;
        line-height: 25px
    }
}

#progressbar li:after {
    content: "";
    width: 100%;
    height: 5px;
    background: #f3f3f3;
    position: absolute;
    left: -50%;
    top: 5px;
    z-index: 1
}

@media(min-width:768px) {
    #progressbar li:after {
        top: 10px
    }
}

#progressbar li:first-child:after {
    content: none
}

#progressbar li.active:after,
#progressbar li.active:before {
    background: #543795;
    color: #fff
}

form.strategy-session-form {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px
}

form.strategy-session-form .infusion-field {
    background: rgba(0, 0, 0, .2);
    position: absolute;
    padding: 6%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, .1)
}

form.strategy-session-form .infusion-field:not(:first-of-type) {
    visibility: hidden
}

form.strategy-session-form h4 {
    text-transform: none;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 25px
}

@media(min-width:768px) {
    form.strategy-session-form h4 {
        font-size: 1.5rem;
        margin-bottom: 40px
    }
}

form.strategy-session-form label {
    position: relative;
    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;
    width: 100%;
    height: 100%;
    padding: 10px;
    border-radius: 6px;
    color: #fff;
    background: #543795;
    font-size: 1rem;
    line-height: 1.3;
    cursor: pointer;
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media(min-width:768px) {
    form.strategy-session-form label {
        padding: 20px 20px 17px
    }
}

form.strategy-session-form label.active,
form.strategy-session-form label:active,
form.strategy-session-form label:hover {
    background: rgba(84, 55, 149, .8);
    color: #fff
}

form.strategy-session-form label svg {
    fill: #fff;
    margin-bottom: 10px;
    height: 25px;
    width: 25px
}

@media(min-width:768px) {
    form.strategy-session-form label svg {
        margin-bottom: 15px;
        height: 40px;
        width: 40px
    }
}

form.strategy-session-form button.next,
form.strategy-session-form button.previous,
form.strategy-session-form input.next,
form.strategy-session-form input.previous {
    background: #343336;
    margin-top: 20px
}

form.strategy-session-form .infusion-field {
    background: #000;
    background: rgba(0, 0, 0, .3)
}

form.strategy-session-form .infusion-field .checkbox-option,
form.strategy-session-form .infusion-field .infusion-option,
form.strategy-session-form .infusion-field .radio-option {
    width: 100%
}

form.strategy-session-form .infusion-field .checkbox-option input[type=checkbox],
form.strategy-session-form .infusion-field .checkbox-option input[type=radio],
form.strategy-session-form .infusion-field .infusion-option input[type=checkbox],
form.strategy-session-form .infusion-field .infusion-option input[type=radio],
form.strategy-session-form .infusion-field .radio-option input[type=checkbox],
form.strategy-session-form .infusion-field .radio-option input[type=radio] {
    display: none;
    visibility: hidden;
    width: 0;
    margin: 0;
    padding: 0
}

form.strategy-session-form .infusion-field .checkbox-option input[type=checkbox]:checked+label,
form.strategy-session-form .infusion-field .checkbox-option input[type=radio]:checked+label,
form.strategy-session-form .infusion-field .infusion-option input[type=checkbox]:checked+label,
form.strategy-session-form .infusion-field .infusion-option input[type=radio]:checked+label,
form.strategy-session-form .infusion-field .radio-option input[type=checkbox]:checked+label,
form.strategy-session-form .infusion-field .radio-option input[type=radio]:checked+label {
    background: rgba(84, 55, 149, .5)
}

form.strategy-session-form .infusion-field .title-icon {
    fill: #fff;
    color: #fff;
    width: 30px;
    margin-bottom: 20px;
    margin-top: 10px
}

@media(min-width:768px) {
    form.strategy-session-form .infusion-field .title-icon {
        margin-top: -25px;
        width: 50px
    }
}

form.strategy-session-form .options-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

form.strategy-session-form .options-container .infusion-option {
    margin-bottom: 2%
}

form.strategy-session-form .options-container[class*=one-] {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

form.strategy-session-form .options-container.one-half .infusion-option {
    width: 49%
}

form.strategy-session-form .options-container.one-half .infusion-option:last-child:nth-child(odd) {
    width: 100%
}

form.strategy-session-form .options-container.one-quarter .infusion-option {
    width: 49%
}

@media(min-width:768px) {
    form.strategy-session-form .options-container.one-quarter .infusion-option {
        width: 24%
    }
}

form.strategy-session-form .options-container.one-tenth {
    margin-bottom: 30px
}

form.strategy-session-form .options-container.one-tenth .infusion-option {
    width: 9%
}

form.strategy-session-form .checklist label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 45px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 10px
}

@media(min-width:768px) {
    form.strategy-session-form .checklist label {
        padding-bottom: 20px;
        padding-left: 70px
    }
}

form.strategy-session-form .checklist input[type=checkbox]+label:before,
form.strategy-session-form .checklist input[type=radio]+label:before {
    content: " ";
    position: absolute;
    color: #d4d4d4;
    height: 30px;
    width: 30px;
    left: 11px;
    display: block;
    background-size: 15px 15px;
    min-width: 30px;
    margin-right: 10px;
    border: 3px solid #fff;
    border-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    background-repeat: no-repeat;
    background-position: 50%
}

@media(min-width:768px) {

    form.strategy-session-form .checklist input[type=checkbox]+label:before,
    form.strategy-session-form .checklist input[type=radio]+label:before {
        left: 22px
    }
}

form.strategy-session-form .checklist input[type=checkbox]:active+label:before,
form.strategy-session-form .checklist input[type=checkbox]:checked+label:before,
form.strategy-session-form .checklist input[type=checkbox]:hover+label:before,
form.strategy-session-form .checklist input[type=radio]:active+label:before,
form.strategy-session-form .checklist input[type=radio]:checked+label:before,
form.strategy-session-form .checklist input[type=radio]:hover+label:before {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0OTIgNDkyJyBmaWxsPScjZmZmJz48cGF0aCBkPSdNNDg0LjEyOCAxMDQuNDc4bC0xNi4xMTYtMTYuMTE2Yy01LjA2NC01LjA2OC0xMS44MTYtNy44NTYtMTkuMDI0LTcuODU2cy0xMy45NjQgMi43ODgtMTkuMDI4IDcuODU2TDIwMy41MDggMzE0LjgxIDYyLjAyNCAxNzMuMzIyYy01LjA2NC01LjA2LTExLjgyLTcuODUyLTE5LjAyOC03Ljg1Mi03LjIwNCAwLTEzLjk1NiAyLjc5Mi0xOS4wMjQgNy44NTJsLTE2LjEyIDE2LjExMkMyLjc4NCAxOTQuNTEgMCAyMDEuMjcgMCAyMDguNDdjMCA3LjIwNCAyLjc4NCAxMy45NiA3Ljg1MiAxOS4wMjhsMTU5Ljc0NCAxNTkuNzM2Yy4yMTIuMy40MzYuNTguNjk2LjgzNmwxNi4xMiAxNS44NTJjNS4wNjQgNS4wNDggMTEuODIgNy41NzIgMTkuMDg0IDcuNTcyaC4wODRjNy4yMTIgMCAxMy45NjgtMi41MjQgMTkuMDI0LTcuNTcybDE2LjEyNC0xNS45OTJjLjI2LS4yNTYuNDgtLjQ2OC42MTItLjY4NGwyNDQuNzg0LTI0NC43NmMxMC41LTEwLjQ3NiAxMC41LTI3LjUyLjAwNC0zOC4wMDh6Jy8+PC9zdmc+)
}

form.strategy-session-form .checklist .options-container.one-half .infusion-option,
form.strategy-session-form .checklist .options-container.one-quarter .infusion-option {
    width: 100%
}

@media(min-width:768px) {

    form.strategy-session-form .checklist .options-container.one-half .infusion-option,
    form.strategy-session-form .checklist .options-container.one-quarter .infusion-option {
        width: 49%
    }
}

form.strategy-session-form textarea {
    width: 90%;
    padding: 15px;
    border-radius: 8px
}

form.strategy-session-form [class*=absolute-] {
    position: absolute;
    margin-top: 70px;
    margin-left: 7px;
    color: #9e9e9e;
    font-size: 16px
}

@media(min-width:768px) {
    form.strategy-session-form [class*=absolute-] {
        margin-top: 80px
    }
}

form.strategy-session-form .absolute-left {
    left: 0
}

form.strategy-session-form .absolute-right {
    right: 0
}

form.strategy-session-form .infusion-field-input {
    width: 100%;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    margin-bottom: 12px
}

@media(min-width:768px) {
    form.strategy-session-form .infusion-field-input {
        width: 70%
    }
}

form.strategy-session-form .rangeslider,
form.strategy-session-form .rangeslider__fill {
    display: block;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
    border-radius: 10px
}

form.strategy-session-form .rangeslider {
    background: #1c1c1c;
    position: relative;
    margin-bottom: 50px
}

form.strategy-session-form .rangeslider--horizontal {
    height: 20px;
    width: 100%
}

form.strategy-session-form .rangeslider--vertical {
    width: 20px;
    min-height: 150px;
    max-height: 100%
}

form.strategy-session-form .rangeslider--disabled {
    filter: alpha(Opacity=40);
    opacity: .4
}

form.strategy-session-form .rangeslider__fill {
    background: #0f0;
    position: absolute
}

form.strategy-session-form .rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%
}

form.strategy-session-form .rangeslider--vertical .rangeslider__fill {
    bottom: 0;
    width: 100%
}

form.strategy-session-form .rangeslider__handle {
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    background-size: 100%;
    border-radius: 50%;
    background: #565656;
    border: 1px solid #353535;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .15), -10px -10px 15px rgba(0, 0, 0, .2) inset;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15), inset -10px -10px 15px rgba(0, 0, 0, .2)
}

form.strategy-session-form .rangeslider__handle:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%
}

form.strategy-session-form .rangeslider--active .rangeslider__handle,
form.strategy-session-form .rangeslider__handle:active {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSIuNSIgeTE9IjAiIHgyPSIuNSIgeTI9IjEiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3Atb3BhY2l0eT0iLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3Atb3BhY2l0eT0iLjEyIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhKSIvPjwvc3ZnPg==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, .12)));
    background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .12))
}

form.strategy-session-form .rangeslider--horizontal .rangeslider__handle {
    top: -10px;
    margin-left: 0;
    touch-action: pan-y;
    -ms-touch-action: pan-y
}

form.strategy-session-form .rangeslider--vertical .rangeslider__handle {
    left: -10px;
    touch-action: pan-x;
    -ms-touch-action: pan-x
}

form.strategy-session-form input[type=range]:focus+.rangeslider .rangeslider__handle {
    -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, .9);
    box-shadow: 0 0 8px rgba(255, 0, 255, .9)
}

form.strategy-session-form .sumome-share-client-wrapper {
    display: none !important
}

form.strategy-session-form .rangeslider,
form.strategy-session-form input[type=range] {
    max-width: 400px
}

form.strategy-session-form .rangeslider {
    max-width: 100%
}

form.strategy-session-form .rangeslider__handle {
    border-radius: 22px;
    min-width: 130px;
    font-size: 19px;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
    letter-spacing: .5px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    box-shadow: 0 0 15px rgba(0, 0, 0, .15)
}

form.strategy-session-form .rangeslider__fill {
    background: #543795;
    background: linear-gradient(119deg, #543795, #443695)
}

form.strategy-session-form .rangeslider,
form.strategy-session-form .rangeslider__fill {
    -webkit-box-shadow: none;
    box-shadow: none
}

.swal2-container h2.swal2-title {
    font-weight: 700;
    letter-spacing: 0;
    font-size: 1.1rem;
    line-height: 1.4
}

@media(min-width:768px) {
    .swal2-container h2.swal2-title {
        font-size: 1.5rem
    }
}

.swal2-container .swal2-styled.swal2-confirm {
    background-color: #543795
}

.not-qualified {
    background: rgba(0, 0, 0, .2);
    position: relative;
    padding: 6%;
    width: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, .1);
    margin: 50px auto
}

.not-qualified h3 {
    font-size: 3rem
}

.not-qualified h2 {
    margin-bottom: 0;
    padding-bottom: 0
}

body.ebook-page #hero {
    position: relative;
    padding: 130px 0 0;
    z-index: 1
}

@media(min-width:992px) {
    body.ebook-page #hero {
        padding: 200px 0 80px
    }
}

body.ebook-page #hero .container {
    position: relative;
    z-index: 3
}

body.ebook-page #hero .background-image {
    height: calc(100% - 375px)
}

@media(min-width:992px) {
    body.ebook-page #hero .background-image {
        height: 100%
    }
}

body.ebook-page #hero .mobile-heading {
    display: block;
    font-size: 2.3rem;
    text-align: center;
    color: #fff
}

@media(min-width:992px) {
    body.ebook-page #hero .mobile-heading {
        display: none
    }
}

body.ebook-page #hero .text {
    padding-top: 80px;
    display: none
}

@media(min-width:992px) {
    body.ebook-page #hero .text {
        display: block
    }
}

body.ebook-page #hero .text .eyebrow {
    color: #fff;
    text-transform: uppercase;
    font-size: .75rem;
    display: none
}

@media(min-width:992px) {
    body.ebook-page #hero .text .eyebrow {
        display: block
    }
}

body.ebook-page #hero .text .heading {
    color: #fff;
    font-size: 2.25rem;
    line-height: 2.75rem;
    margin: 10px 0 20px
}

body.ebook-page #hero .text .heading.desktop-heading {
    display: none
}

@media(min-width:992px) {
    body.ebook-page #hero .text .heading.desktop-heading {
        display: block
    }
}

body.ebook-page #hero .text .blurb {
    color: #fff;
    margin: 0;
    display: none
}

@media(min-width:992px) {
    body.ebook-page #hero .text .blurb {
        display: block
    }
}

body.ebook-page #hero .form-container {
    width: 100%
}

@media(min-width:992px) {
    body.ebook-page #hero .form-container {
        max-width: 500px
    }
}

body.ebook-page #hero .form-container form {
    margin-top: 30px
}

body.ebook-page #hero .form-container form .error {
    font-size: .75rem
}

body.ebook-page #hero .form-container form ._form_element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background: #ebebeb;
    border: none;
    padding: 15px 20px;
    margin-bottom: 15px
}

body.ebook-page #hero .form-container form ._form_element .input-icon {
    width: .75rem;
    margin: auto 15px auto 0
}

body.ebook-page #hero .form-container form ._form_element ._field-wrapper {
    width: 100%
}

body.ebook-page #hero .form-container form ._form_element input,
body.ebook-page #hero .form-container form ._form_element textarea {
    width: 100%;
    background: 0 0;
    border: none;
    font-size: .8rem;
    font-weight: 300
}

body.ebook-page #hero .form-container form .btn-primary {
    width: 100%;
    padding-top: 17px;
    padding-bottom: 17px
}

body.ebook-page #hero .form-container .security {
    width: 100%;
    margin-top: 20px
}

body.ebook-page #hero .form-container .security .padlock {
    width: .7rem;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding-top: 4px
}

body.ebook-page #hero .form-container .security span {
    font-size: .5rem;
    color: #e0e0e0;
    text-transform: uppercase;
    margin: auto auto auto 10px;
    padding-top: 6px
}

body.ebook-page #hero .book-cover {
    width: 60%;
    margin-left: 20%;
    margin-top: 30px
}

@media(min-width:992px) {
    body.ebook-page #hero .book-cover {
        width: 100%;
        margin-left: unset;
        margin-top: unset
    }
}

body.ebook-page #feature-band {
    background: #c5c5c6;
    padding: 20px 0;
    display: none
}

@media(min-width:992px) {
    body.ebook-page #feature-band {
        display: block
    }
}

body.ebook-page #feature-band span {
    text-align: center;
    width: 100%;
    display: block;
    font-size: .6rem;
    text-transform: uppercase;
    margin-bottom: 20px
}

body.ebook-page #feature-band .logo {
    max-width: 100%;
    max-height: 30px;
    margin: auto
}

body.ebook-page #features h2 {
    text-align: center;
    margin-bottom: 40px
}

body.ebook-page #features .intro {
    margin-bottom: 40px
}

body.ebook-page #features .value-point {
    position: relative;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

body.ebook-page #features .value-point .tick {
    margin-top: 7px;
    margin-bottom: auto;
    height: 40px
}

body.ebook-page #features .value-point .blurb {
    margin: 0;
    padding-left: 20px
}

body.ebook-page #features .btn-primary {
    margin-top: 20px;
    width: 100%
}

body.ebook-page #testimonial-slider {
    position: relative
}

body.ebook-page #testimonial-slider .filter {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: .6;
    z-index: 1
}

body.ebook-page #testimonial-slider .container {
    position: relative;
    z-index: 2
}

body.ebook-page #testimonial-slider h2 {
    color: #fff;
    text-align: center
}

body.ebook-page #testimonial-slider .slider {
    margin-top: 40px;
    position: relative
}

@media(min-width:992px) {
    body.ebook-page #testimonial-slider .slider {
        margin-top: 60px
    }
}

body.ebook-page #testimonial-slider .slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

body.ebook-page #testimonial-slider .slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 30px 0 0
}

body.ebook-page #testimonial-slider .slider .slick-dots li {
    display: inline-block;
    margin: 0 3px
}

body.ebook-page #testimonial-slider .slider .slick-dots li.slick-active button {
    opacity: 1
}

body.ebook-page #testimonial-slider .slider .slick-dots li button {
    background: #fff;
    font-size: 0;
    border: 0;
    height: 5px;
    width: 35px;
    opacity: .4
}

body.ebook-page #testimonial-slider .slider .slider-button {
    position: absolute;
    top: 30%;
    width: 52px;
    height: 52px;
    border: none;
    cursor: pointer;
    z-index: 2;
    display: none;
    background: 0 0
}

@media(min-width:992px) {
    body.ebook-page #testimonial-slider .slider .slider-button {
        display: block
    }
}

body.ebook-page #testimonial-slider .slider .slider-button:hover {
    cursor: pointer
}

body.ebook-page #testimonial-slider .slider .slider-button img {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    width: 100%;
    top: calc(50% - 12px)
}

body.ebook-page #testimonial-slider .slider .slider-button.slider-prev {
    left: 0
}

body.ebook-page #testimonial-slider .slider .slider-button.slider-prev img {
    left: 30px
}

body.ebook-page #testimonial-slider .slider .slider-button.slider-prev:hover img {
    left: 20px
}

body.ebook-page #testimonial-slider .slider .slider-button.slider-next {
    right: 0
}

body.ebook-page #testimonial-slider .slider .slider-button.slider-next img {
    right: 30px
}

body.ebook-page #testimonial-slider .slider .slider-button.slider-next:hover img {
    right: 20px
}

body.ebook-page #testimonial-slider .slider .slide {
    margin: auto 0
}

body.ebook-page #testimonial-slider .slider .slide .inner .quote {
    font-weight: 300;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.5em;
    max-width: 34.65rem;
    margin: 0 auto;
    text-align: center
}

@media(min-width:992px) {
    body.ebook-page #testimonial-slider .slider .slide .inner .quote {
        max-width: 28rem
    }
}

@media(min-width:1200px) {
    body.ebook-page #testimonial-slider .slider .slide .inner .quote {
        max-width: 34.65rem
    }
}

body.ebook-page #testimonial-slider .slider .slide .inner .credit {
    max-width: 34.65rem;
    margin: 30px auto 0;
    color: #fff;
    text-align: center
}

body.ebook-page #testimonial-slider .slider .slide .inner .credit .name {
    font-size: 1.06rem;
    font-weight: 500
}

body.ebook-page #testimonial-slider .slider .slide .inner .credit .job-title {
    font-size: .82rem;
    font-weight: 300
}

body.ebook-page #final h2 {
    text-align: center;
    margin-bottom: 40px
}

body.ebook-page #final h2 span {
    text-decoration: underline
}

body.ebook-page #final .btn-primary {
    margin-top: 20px
}

body.ebook-page #final .privacy {
    width: 100%;
    margin-top: 20px
}

body.ebook-page #final .privacy .padlock {
    height: 30px;
    margin-left: auto;
    margin-top: 10px
}

body.ebook-page #final .privacy span {
    font-size: .5rem;
    color: #a6a6a6;
    margin: auto auto auto 10px;
    padding-top: 6px
}

body.thank-you #hero {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

body.thank-you #hero .container {
    margin: auto
}