@import url(normalize/normalize.css);
@import url(featherlight/featherlight.min.css);
@import url(animate/animate.css);

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

html {
    box-sizing: border-box;
    font-size: 62.5%
}

body {
    color: #606c76;
    font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    font-size: 1.6em;
    font-weight: 300;
    letter-spacing: .01em;
    line-height: 1.6;
    margin: 0;
}

blockquote {
    border-left: 0.3rem solid #d1d1d1;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 1.5rem
}

blockquote *:last-child {
    margin-bottom: 0
}

.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
    background-color: #9b4dca;
    border: 0.1rem solid #9b4dca;
    border-radius: .4rem;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 700;
    height: 3.8rem;
    letter-spacing: .1rem;
    line-height: 3.8rem;
    padding: 0 3.0rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap
}

.button:focus,
.button:hover,
button:focus,
button:hover,
input[type='button']:focus,
input[type='button']:hover,
input[type='reset']:focus,
input[type='reset']:hover,
input[type='submit']:focus,
input[type='submit']:hover {
    background-color: #606c76;
    border-color: #606c76;
    color: #fff;
    outline: 0
}

.button[disabled],
button[disabled],
input[type='button'][disabled],
input[type='reset'][disabled],
input[type='submit'][disabled] {
    cursor: default;
    opacity: .5
}

.button[disabled]:focus,
.button[disabled]:hover,
button[disabled]:focus,
button[disabled]:hover,
input[type='button'][disabled]:focus,
input[type='button'][disabled]:hover,
input[type='reset'][disabled]:focus,
input[type='reset'][disabled]:hover,
input[type='submit'][disabled]:focus,
input[type='submit'][disabled]:hover {
    background-color: #9b4dca;
    border-color: #9b4dca
}

.button.button-outline,
button.button-outline,
input[type='button'].button-outline,
input[type='reset'].button-outline,
input[type='submit'].button-outline {
    background-color: transparent;
    color: #9b4dca
}

.button.button-outline:focus,
.button.button-outline:hover,
button.button-outline:focus,
button.button-outline:hover,
input[type='button'].button-outline:focus,
input[type='button'].button-outline:hover,
input[type='reset'].button-outline:focus,
input[type='reset'].button-outline:hover,
input[type='submit'].button-outline:focus,
input[type='submit'].button-outline:hover {
    background-color: transparent;
    border-color: #606c76;
    color: #606c76
}

.button.button-outline[disabled]:focus,
.button.button-outline[disabled]:hover,
button.button-outline[disabled]:focus,
button.button-outline[disabled]:hover,
input[type='button'].button-outline[disabled]:focus,
input[type='button'].button-outline[disabled]:hover,
input[type='reset'].button-outline[disabled]:focus,
input[type='reset'].button-outline[disabled]:hover,
input[type='submit'].button-outline[disabled]:focus,
input[type='submit'].button-outline[disabled]:hover {
    border-color: inherit;
    color: #9b4dca
}

.button.button-clear,
button.button-clear,
input[type='button'].button-clear,
input[type='reset'].button-clear,
input[type='submit'].button-clear {
    background-color: transparent;
    border-color: transparent;
    color: #9b4dca
}

.button.button-clear:focus,
.button.button-clear:hover,
button.button-clear:focus,
button.button-clear:hover,
input[type='button'].button-clear:focus,
input[type='button'].button-clear:hover,
input[type='reset'].button-clear:focus,
input[type='reset'].button-clear:hover,
input[type='submit'].button-clear:focus,
input[type='submit'].button-clear:hover {
    background-color: transparent;
    border-color: transparent;
    color: #606c76
}

.button.button-clear[disabled]:focus,
.button.button-clear[disabled]:hover,
button.button-clear[disabled]:focus,
button.button-clear[disabled]:hover,
input[type='button'].button-clear[disabled]:focus,
input[type='button'].button-clear[disabled]:hover,
input[type='reset'].button-clear[disabled]:focus,
input[type='reset'].button-clear[disabled]:hover,
input[type='submit'].button-clear[disabled]:focus,
input[type='submit'].button-clear[disabled]:hover {
    color: #9b4dca
}

code {
    background: #f4f5f6;
    border-radius: .4rem;
    font-size: 86%;
    margin: 0 .2rem;
    padding: .2rem .5rem;
    white-space: nowrap
}

pre {
    background: #f4f5f6;
    border-left: 0.3rem solid #9b4dca;
    overflow-y: hidden
}

pre>code {
    border-radius: 0;
    display: block;
    padding: 1rem 1.5rem;
    white-space: pre
}

hr {
    border: 0;
    border-top: 0.1rem solid #f4f5f6;
    margin: 3.0rem 0
}

input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
textarea {
    appearance: none;
    background-color: transparent;
    border: 0.1rem solid #d1d1d1;
    border-radius: .4rem;
    box-shadow: none;
    box-sizing: inherit;
    height: 3.8rem;
    padding: .6rem 1.0rem;
    width: 100%
}

select {
    background-color: transparent;
    border: 0.1rem solid #d1d1d1;
    border-radius: .4rem;
    box-shadow: none;
    box-sizing: inherit;
    height: 3.8rem;
    padding: .6rem 1.0rem;
    width: 100%
}

input[type='email']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
input[type='url']:focus,
textarea:focus,
select:focus {
    border-color: #9b4dca;
    outline: 0
}

select {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="#d1d1d1" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>') center right no-repeat;
    padding-right: 3.0rem
}

select:focus {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="#9b4dca" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>')
}

textarea {
    min-height: 6.5rem
}

label,
legend {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: .5rem
}

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

input[type='checkbox'],
input[type='radio'] {
    display: inline
}

.label-inline {
    display: inline-block;
    font-weight: normal;
    margin-left: .5rem
}

.container {
    margin: 0 auto;
    max-width: 112.0rem;
    padding: 0 2.0rem;
    position: relative;
    width: 100%
}

.row {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%
}

.row.row-no-padding {
    padding: 0
}

.row.row-no-padding>.column {
    padding: 0
}

.row.row-wrap {
    flex-wrap: wrap
}

.row.row-top {
    align-items: flex-start
}

.row.row-bottom {
    align-items: flex-end
}

.row.row-center {
    align-items: center
}

.row.row-stretch {
    align-items: stretch
}

.row.row-baseline {
    align-items: baseline
}

.row .column {
    display: block;
    flex: 1 1 auto;
    margin-left: 0;
    max-width: 100%;
    width: 100%
}

.row .column.column-offset-10 {
    margin-left: 10%
}

.row .column.column-offset-20 {
    margin-left: 20%
}

.row .column.column-offset-25 {
    margin-left: 25%
}

.row .column.column-offset-33,
.row .column.column-offset-34 {
    margin-left: 33.3333%
}

.row .column.column-offset-50 {
    margin-left: 50%
}

.row .column.column-offset-66,
.row .column.column-offset-67 {
    margin-left: 66.6666%
}

.row .column.column-offset-75 {
    margin-left: 75%
}

.row .column.column-offset-80 {
    margin-left: 80%
}

.row .column.column-offset-90 {
    margin-left: 90%
}

.row .column.column-10 {
    flex: 0 0 10%;
    max-width: 10%
}

.row .column.column-20 {
    flex: 0 0 20%;
    max-width: 20%
}

.row .column.column-25 {
    flex: 0 0 25%;
    max-width: 25%
}

.row .column.column-33,
.row .column.column-34 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%
}

.row .column.column-40 {
    flex: 0 0 40%;
    max-width: 40%
}

.row .column.column-50 {
    flex: 0 0 50%;
    max-width: 50%
}

.row .column.column-60 {
    flex: 0 0 60%;
    max-width: 60%
}

.row .column.column-66,
.row .column.column-67 {
    flex: 0 0 66.6666%;
    max-width: 66.6666%
}

.row .column.column-75 {
    flex: 0 0 75%;
    max-width: 75%
}

.row .column.column-80 {
    flex: 0 0 80%;
    max-width: 80%
}

.row .column.column-90 {
    flex: 0 0 90%;
    max-width: 90%
}

.row .column .column-top {
    align-self: flex-start
}

.row .column .column-bottom {
    align-self: flex-end
}

.row .column .column-center {
    align-self: center
}

@media (min-width: 40rem) {
    .row {
        flex-direction: row;
        margin-left: -1.0rem;
        width: calc(100% + 2.0rem)
    }

    .row .column {
        margin-bottom: inherit;
        padding: 0 1.0rem
    }
}

a {
    color: #9b4dca;
    text-decoration: none
}

a:focus,
a:hover {
    color: #606c76
}

dl,
ol,
ul {
    list-style: none;
    margin-top: 0;
    padding-left: 0
}

dl dl,
dl ol,
dl ul,
ol dl,
ol ol,
ol ul,
ul dl,
ul ol,
ul ul {
    font-size: 90%;
    margin: 1.5rem 0 1.5rem 3.0rem
}

ol {
    list-style: decimal inside
}

ul {
    list-style: circle inside
}

.button,
button,
dd,
dt,
li {
    margin-bottom: 1.0rem
}

fieldset,
input,
select,
textarea {
    margin-bottom: 1.5rem
}

blockquote,
dl,
figure,
form,
ol,
p,
pre,
table,
ul {
    margin-bottom: 2.5rem
}

table {
    border-spacing: 0;
    width: 100%
}

td,
th {
    border-bottom: 0.1rem solid #e1e1e1;
    padding: 1.2rem 1.5rem;
    text-align: left
}

td:first-child,
th:first-child {
    padding-left: 0
}

td:last-child,
th:last-child {
    padding-right: 0
}

b,
strong {
    font-weight: bold
}

p {
    margin-top: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    letter-spacing: -.1rem;
    margin-bottom: 2.0rem;
    margin-top: 0
}

h1 {
    font-size: 4.6rem;
    line-height: 1.2
}

h2 {
    font-size: 3.6rem;
    line-height: 1.25
}

h3 {
    font-size: 2.8rem;
    line-height: 1.3
}

h4 {
    font-size: 2.2rem;
    letter-spacing: -.08rem;
    line-height: 1.35
}

h5 {
    font-size: 1.8rem;
    letter-spacing: -.05rem;
    line-height: 1.5
}

h6 {
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1.4
}

img {
    max-width: 100%
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: table
}

.float-left {
    float: left
}

.float-right {
    float: right
}

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

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

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

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

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

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

.slick-track:after {
    clear: both
}

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

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

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

/*!
 * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: solid 0.08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scale(1, -1)
}

.fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scale(-1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-aws:before {
    content: "\f375"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comments:before {
    content: "\f086"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edit:before {
    content: "\f044"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frown:before {
    content: "\f119"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-key:before {
    content: "\f084"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-male:before {
    content: "\f183"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-moon:before {
    content: "\f186"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nintendo-switch:before {
    content: "\f418"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-percent:before {
    content: "\f295"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-plane:before {
    content: "\f072"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-print:before {
    content: "\f02f"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-random:before {
    content: "\f074"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-rendact:before {
    content: "\f3e4"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-road:before {
    content: "\f018"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-safari:before {
    content: "\f267"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-strava:before {
    content: "\f428"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-train:before {
    content: "\f238"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

/*!
 * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/fa-solid-900.eot");
    src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg")
}

.fa,
.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

/*!
 * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/fa-brands-400.eot");
    src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg")
}

.fab {
    font-family: 'Font Awesome 5 Brands'
}

@font-face {
    font-family: "Karbon-Regular";
    src: url("../fonts/Karbon-Regular.woff2") format("woff2"), url("../fonts/Karbon-Regular.woff") format("woff"), url("../fonts/Karbon-Regular.otf") format("opentype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: "Karbon-Semibold";
    src: url("../fonts/Karbon-Semibold.woff2") format("woff2"), url("../fonts/Karbon-Semibold.woff") format("woff"), url("../fonts/Karbon-Semibold.otf") format("opentype");
    font-style: normal;
    font-weight: 400
}

.container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative
}

html ::selection {
    background: #000
}

html ::-moz-selection {
    background: #000
}

html body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-family: "Karbon-Regular";
    background-color: #000;
    color: #000;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s
}

html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
    font-family: "Karbon-Semibold";
    color: #000;
    line-height: 1.2;
    margin-bottom: 0rem
}

html body h1 {
    font-size: 2.8rem
}

html body h2 {
    font-size: 2.8rem
}

html body h3 {
    font-size: 2.8rem
}

html body h4 {
    font-size: 2.2rem
}

html body strong {
    font-family: "Karbon-Semibold";
    font-weight: normal
}

html body a {
    color: #1BA4E0;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s
}

html body a:hover {
    color: #DB4C5D
}

html body a:focus {
    outline: none
}

html body ul {
    list-style-type: disc;
    list-style-position: outside
}

html body ul li {
    margin-bottom: 0.5rem
}

html body hr {
    border-color: #C6CACC
}

html body input[type='email'],
html body input[type='number'],
html body input[type='password'],
html body input[type='search'],
html body input[type='tel'],
html body input[type='text'],
html body input[type='url'],
html body textarea,
html body select {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: #707070
}

html body input[type='email']:focus,
html body input[type='number']:focus,
html body input[type='password']:focus,
html body input[type='search']:focus,
html body input[type='tel']:focus,
html body input[type='text']:focus,
html body input[type='url']:focus,
html body textarea:focus,
html body select:focus {
    border-color: #1BA4E0
}

html body .button,
html body button,
html body input[type='button'],
html body input[type='reset'],
html body input[type='submit'],
html body .woocommerce #respond input#submit,
html body .woocommerce a.button,
html body .woocommerce button.button,
html body .woocommerce input.button {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    background-image: url(../images/button-black.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-color: transparent;
    color: #000;
    font-family: "Karbon-Semibold";
    text-transform: none;
    letter-spacing: 0;
    font-size: 1.6rem;
    height: 48px;
    line-height: 3.2;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s
    
   /*  -webkit-appearance: none;
  -moz-appearance: none;
  color: currentColor;
  background-color: transparent;
  border: none;
  padding: 0;
  font-style: normal;
  font-size: .875rem;
  line-height: 150%;
  font-family: "Karbon-Semibold";
  letter-spacing: .02rem;
  text-transform: uppercase;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-3xs);
  text-align: center;
  cursor: pointer;
  --btn-fill: #002238;
  --btn-border: #002238
  --btn-color: #fff;
  background-color: #002238
  border-radius: 1.375rem .375rem;
  border: 1px solid #002238;
  text-decoration: none;
  padding: 4px 2px;
  color: #fff; */

}

html body .button:focus,
html body button:focus,
html body input[type='button']:focus,
html body input[type='reset']:focus,
html body input[type='submit']:focus,
html body .woocommerce #respond input#submit:focus,
html body .woocommerce a.button:focus,
html body .woocommerce button.button:focus,
html body .woocommerce input.button:focus {
    background-color: transparent
}

html body .button:hover,
html body button:hover,
html body input[type='button']:hover,
html body input[type='reset']:hover,
html body input[type='submit']:hover,
html body .woocommerce #respond input#submit:hover,
html body .woocommerce a.button:hover,
html body .woocommerce button.button:hover,
html body .woocommerce input.button:hover {
    background-color: transparent;
    opacity: 0.4;
    color: #000
}

html body .button.woocommerce-Button,
html body .button.woocommerce-button,
html body button.woocommerce-Button,
html body button.woocommerce-button,
html body input[type='button'].woocommerce-Button,
html body input[type='button'].woocommerce-button,
html body input[type='reset'].woocommerce-Button,
html body input[type='reset'].woocommerce-button,
html body input[type='submit'].woocommerce-Button,
html body input[type='submit'].woocommerce-button,
html body .woocommerce #respond input#submit.woocommerce-Button,
html body .woocommerce #respond input#submit.woocommerce-button,
html body .woocommerce a.button.woocommerce-Button,
html body .woocommerce a.button.woocommerce-button,
html body .woocommerce button.button.woocommerce-Button,
html body .woocommerce button.button.woocommerce-button,
html body .woocommerce input.button.woocommerce-Button,
html body .woocommerce input.button.woocommerce-button {
    background-image: none;
    background-color: #1BA4E0;
    padding-top: 0;
    color: #fff
}

html body .button.wc-backward,
html body button.wc-backward,
html body input[type='button'].wc-backward,
html body input[type='reset'].wc-backward,
html body input[type='submit'].wc-backward,
html body .woocommerce #respond input#submit.wc-backward,
html body .woocommerce a.button.wc-backward,
html body .woocommerce button.button.wc-backward,
html body .woocommerce input.button.wc-backward {
    background-image: none;
    background-color: #1BA4E0;
    padding-top: 0;
    color: #fff
}

html body .button.delete,
html body button.delete,
html body input[type='button'].delete,
html body input[type='reset'].delete,
html body input[type='submit'].delete,
html body .woocommerce #respond input#submit.delete,
html body .woocommerce a.button.delete,
html body .woocommerce button.button.delete,
html body .woocommerce input.button.delete {
    background-image: none;
    background-color: #1BA4E0;
    padding-top: 0;
    color: #fff
}

html body .woocommerce-MyAccount-content .button {
    background-image: none !important;
    background-color: #1BA4E0 !important;
    padding-top: 0 !important;
    color: #fff !important
}

html body .ced_my_account_reorder {
    background-image: none !important;
    background-color: #1BA4E0 !important;
    padding-top: 0 !important;
    color: #fff !important;
    margin-left: 0.5rem;
    font-family: "Karbon-Semibold";
    text-transform: none;
    letter-spacing: 0;
    font-size: 1.6rem;
    height: 48px;
    line-height: 3.2;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s
}

html body .button[disabled],
html body button[disabled],
html body input[type='button'][disabled],
html body input[type='reset'][disabled],
html body input[type='submit'][disabled] {
    opacity: 0.2
}

html body .button[disabled]:focus,
html body button[disabled]:focus,
html body input[type='button'][disabled]:focus,
html body input[type='reset'][disabled]:focus,
html body input[type='submit'][disabled]:focus {
    opacity: 0.2;
    background-color: transparent
}

html body .button[disabled]:hover,
html body button[disabled]:hover,
html body input[type='button'][disabled]:hover,
html body input[type='reset'][disabled]:hover,
html body input[type='submit'][disabled]:hover {
    opacity: 0.2;
    background-color: transparent
}

html body input[type='email'],
html body input[type='number'],
html body input[type='password'],
html body input[type='search'],
html body input[type='tel'],
html body input[type='text'],
html body input[type='url'],
html body textarea,
html body select {
    background-color: #fff;
    color: #707070;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s
}

html body input[type='email']:focus,
html body input[type='number']:focus,
html body input[type='password']:focus,
html body input[type='search']:focus,
html body input[type='tel']:focus,
html body input[type='text']:focus,
html body input[type='url']:focus,
html body textarea:focus,
html body select:focus {
    border-color: #1BA4E0
}

html body select {
    background: transparent;
    margin-bottom: 1rem;
    border: 1px #707070 solid
}

html body select:focus {
    background: transparent
}

html body strong {
    font-family: "Karbon-Semibold"
}

html body img {
    height: auto
}

html body .aligncenter {
    text-align: center
}

html body .alignleft {
    text-align: left
}

html body .alignright {
    text-align: right
}

html body img.alignleft {
    float: left;
    clear: left
}

html body img.alignright {
    float: right
}

html body img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

html body .ajax-loader {
    position: absolute
}

html body .__is_desktop {
    display: none
}

html body .row .column.hide {
    display: none
}

html body .woocommerce .woocommerce-address-fields .button,
html body .woocommerce .woocommerce-address-fields button,
html body .woocommerce .woocommerce-address-fields input[type='button'],
html body .woocommerce .woocommerce-address-fields input[type='reset'],
html body .woocommerce .woocommerce-address-fields input[type='submit'],
html body .woocommerce .woocommerce-address-fields .woocommerce #respond input#submit,
html body .woocommerce .woocommerce-address-fields .woocommerce a.button,
html body .woocommerce .woocommerce-address-fields .woocommerce button.button,
html body .woocommerce .woocommerce-address-fields .woocommerce input.button,
html body .woocommerce .order-again .button,
html body .woocommerce .order-again button,
html body .woocommerce .order-again input[type='button'],
html body .woocommerce .order-again input[type='reset'],
html body .woocommerce .order-again input[type='submit'],
html body .woocommerce .order-again .woocommerce #respond input#submit,
html body .woocommerce .order-again .woocommerce a.button,
html body .woocommerce .order-again .woocommerce button.button,
html body .woocommerce .order-again .woocommerce input.button {
    background-image: none;
    background-color: #1BA4E0;
    padding-top: 0;
    color: #fff
}

html body .woocommerce #payment input#submit,
html body .woocommerce #payment .button,
html body .woocommerce #payment .alt {
    background-image: none !important;
    background-color: #1BA4E0 !important;
    padding-top: 0
}

html body .woocommerce #payment input#submit:hover,
html body .woocommerce #payment .button:hover,
html body .woocommerce #payment .alt:hover {
    background-color: #1BA4E0 !important
}

html body .woocommerce form .form-row.woocommerce-validated label {
    color: #40795f
}

html body .woocommerce form .form-row.woocommerce-validated .select2-container,
html body .woocommerce form .form-row.woocommerce-validated input.input-text,
html body .woocommerce form .form-row.woocommerce-validated select {
    border-color: #40795f
}

html body .woocommerce form .form-row.woocommerce-invalid label {
    color: #DB4C5D
}

html body .woocommerce form .form-row.woocommerce-invalid .select2-container,
html body .woocommerce form .form-row.woocommerce-invalid input.input-text,
html body .woocommerce form .form-row.woocommerce-invalid select {
    border-color: #DB4C5D
}

html body.menu_open {
    overflow: hidden;
    transform: translate(-78vw, 0);
    -webkit-transform: translate(-78vw, 0);
    -o-transform: translate(-78vw, 0);
    -moz-transform: translate(-78vw, 0)
}

html body .slick-slider .slick-slide:focus {
    outline: none
}

html body .slick-slider .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3.2rem;
    height: 3.2rem;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3.2rem auto;
    background-color: transparent;
    border: none;
    z-index: 50
}

html body .slick-slider .slick-arrow:hover {
    opacity: 1
}

html body .slick-slider .slick-arrow.slick-prev {
    left: -1rem;
    background-image: url(../images/arrow-left.png)
}

html body .slick-slider .slick-arrow.slick-next {
    right: -0.6rem;
    background-image: url(../images/arrow-right.png)
}

html body .slick-slider .slick-arrow:hover {
    background-color: transparent;
    border: none
}

html body .slick-slider .slick-arrow:focus {
    outline: none;
    background-color: transparent
}

html body .slick-slider .slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    text-align: center
}

html body .slick-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    padding: 0;
    cursor: pointer
}

html body .slick-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

html body .slick-slider .slick-dots li button:before {
    font-size: 2rem;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    opacity: 0.6;
    text-align: center;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html body .slick-slider .slick-dots li.slick-active button:before {
    font-size: 3rem;
    opacity: 1
}

html body div.__video_overlay {
    position: relative
}

html body div.__video_overlay a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-image: url(../images/button-play.png);
    display: block;
    width: 7rem;
    height: 7rem;
    cursor: pointer;
    z-index: 100
}

html body div.__video_overlay a.hide {
    visibility: hidden
}

html body div.__video_overlay iframe {
    z-index: 50;
    width: 100%;
    height: 24rem;
    visibility: hidden
}

html body div.__video_overlay iframe.inview {
    visibility: visible
}

html body nav#nav_mobile {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -78vw;
    left: 55vh;
    background-color: #EDF1F2;
    color: black;
    z-index: 0;
    -webkit-box-shadow: inset 10px 0 10px -8px;
    box-shadow: inset 10px 0 10px -8px
}

html body nav#nav_mobile a {
    color: #000
}

html body nav#nav_mobile ul.menu {
    padding: 0;
    margin: 0;
    list-style: none
}

html body nav#nav_mobile ul.menu li {
    margin: 0;
    position: relative
}

html body nav#nav_mobile ul.menu li a {
    display: block;
    padding: 1.3rem 4rem;
    border-bottom: 0.1rem #707070 solid;
    position: relative
}

html body nav#nav_mobile ul.menu li ul.sub-menu {
    display: none
}

html body nav#nav_mobile ul.menu li.menu-item-has-children a:after {
    content: "";
    background-image: url(../images/menu_arrow_down.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1rem auto;
    position: absolute;
    right: 1rem;
    top: 1.5rem;
    color: #707070;
    width: 2rem;
    height: 2rem;
    color: #000;
    font-size: 1.1rem;
    text-align: center;
    padding-top: 1.4rem
}

html body nav#nav_mobile ul.menu li.menu-item-245.current-menu-ancestor a {
    font-family: "Karbon-Semibold";
    color: #DB4C5D
}

html body nav#nav_mobile ul.menu li.menu-item-245 ul.sub-menu {
    font-family: "Karbon-Semibold";
    background-color: #DB4C5D
}

html body nav#nav_mobile ul.menu li.menu-item-245 ul.sub-menu li a {
    color: #fff
}

html body nav#nav_mobile ul.menu li.menu-item-245.active-sub a:after {
    background-image: url(../images/menu_arrow_up_red.png)
}

html body nav#nav_mobile ul.menu li.menu-item-254.current-menu-ancestor a {
    font-family: "Karbon-Semibold";
    color: #1BA4E0
}

html body nav#nav_mobile ul.menu li.menu-item-254.current-menu-ancestor ul.sub-menu li a {
    color: #fff
}

html body nav#nav_mobile ul.menu li.menu-item-254 ul.sub-menu {
    font-family: "Karbon-Semibold";
    background-color: #1BA4E0
}

html body nav#nav_mobile ul.menu li.menu-item-254.active-sub a:after {
    background-image: url(../images/menu_arrow_up_blue.png)
}

html body nav#nav_mobile ul.menu li ul.sub-menu {
    padding: 0;
    margin: 0;
    list-style: none
}

html body nav#nav_mobile ul.menu li ul.sub-menu li a {
    color: #EDF1F2;
    border-color: #EDF1F2
}

html body nav#nav_mobile ul.menu li ul.sub-menu li a:after {
    display: none
}

html body header#__init_header {
    background-color: #fff;
    position: relative;
    z-index: 50;
    padding: 1.5rem 0 1rem
}

html body header#__init_header .row {
    flex-direction: row
}

html body header#__init_header .row .column.column-logo {
    flex: 0 0 60%;
    max-width: 60%
}

html body header#__init_header .row .column.column-login {
    display: none
}

html body header#__init_header div._wrap_image {
    position: relative;
    padding-top: 0.8rem;
    padding-bottom: 0.2rem
}

html body header#__init_header div._menu_top {
    position: relative;
    width: 48%;
    display: inline-table;
    vertical-align: top
}

html body header#__init_header div._menu_top div.cart {
    padding: 2rem 0.5rem 0;
    position: relative;
    text-align: right;
    font-size: 1.8rem;
    font-family: "Karbon-Semibold"
}

html body header#__init_header div._menu_top div.cart a.link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

html body header#__init_header div._menu_bot {
    position: relative;
    width: 48%;
    display: inline-table;
    vertical-align: top;
    padding-top: 1rem
}

html body header#__init_header div._menu_bot div.button-icon {
    -webkit-border-radius: 2.5rem;
    -moz-border-radius: 2.5rem;
    border-radius: 2.5rem;
    float: right;
    text-align: center;
    width: 5rem;
    height: 5rem;
    position: relative;
    background-color: #EDF1F2;
    cursor: pointer;
    font-family: "Karbon-Semibold";
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s
}

html body header#__init_header div._menu_bot div.button-icon span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s
}

html body header#__init_header div._menu_bot div.button-icon.open {
    background-position: center;
    background-size: 20% auto;
    background-image: url(../images/arrow-menu.png);
    background-repeat: no-repeat
}

html body header#__init_header div._menu_bot div.button-icon.open span {
    opacity: 0
}

html body div.__init_submenu {
    display: none
}

html body div.__layout_header {
    padding: 3rem 0;
    position: relative
}

html body div.__layout_header.home {
    background-color: #000;
    color: #fff
}

html body div.__layout_header.home div.mobile_bg {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

html body div.__layout_header.home h1,
html body div.__layout_header.home h2,
html body div.__layout_header.home h3,
html body div.__layout_header.home h4 {
    color: #fff
}

html body div.__layout_header.home .button,
html body div.__layout_header.home button,
html body div.__layout_header.home input[type='button'],
html body div.__layout_header.home input[type='reset'],
html body div.__layout_header.home input[type='submit'] {
    background-image: url(../images/button-white.svg);
    color: #fff;
    display: block;
    margin: auto;
    height: 60px;
    padding-top: 0.5rem
}

html body div.__layout_header.home div.__video_overlay iframe {
    width: 100%;
    height: 24rem
}

html body div.__layout_header.about {
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 4rem 2rem;
    text-align: center
}

html body div.__layout_header.about h1,
html body div.__layout_header.about h2,
html body div.__layout_header.about h3,
html body div.__layout_header.about h4 {
    color: #fff
}

html body div.__layout_header.about div.__video_overlay iframe {
    width: 100%;
    height: 12rem
}

html body div.__layout_header_alt {
    width: 100%;
    height: 0;
    padding-bottom: 80%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    max-height: 50rem
}

html body div.__layout_fullscreen {
    height: 70vh;
    position: relative;
    background-color: #1BA4E0;
    color: #fff
}

html body div.__layout_fullscreen h1,
html body div.__layout_fullscreen h2,
html body div.__layout_fullscreen h3,
html body div.__layout_fullscreen h4 {
    color: #fff
}

html body div.__layout_fullscreen div.content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 50rem;
    text-align: center
}

html body div.__layout_fullscreen div.content .button,
html body div.__layout_fullscreen div.content button,
html body div.__layout_fullscreen div.content input[type='button'],
html body div.__layout_fullscreen div.content input[type='reset'],
html body div.__layout_fullscreen div.content input[type='submit'] {
    background-image: url(../images/button-white.svg);
    color: #fff;
    display: block;
    margin: auto;
    height: 60px;
    padding-top: 0.5rem
}

html body div.__layout_fullscreen div.content h1 {
    font-size: 3.9rem
}

html body div.__layout_fullscreen div.content a {
    color: #fff
}

html body div.__layout_fullscreen div.content a:hover {
    color: #EDF1F2
}

html body div.__layout_fullscreen div.content div {
    padding: 2rem 0
}

html body div.__layout_barheader {
    position: relative;
    padding: 0.5rem 0 0;
    background-color: #1BA4E0
}

html body div.__layout_barheader h1,
html body div.__layout_barheader h2,
html body div.__layout_barheader h3,
html body div.__layout_barheader h4 {
    color: #fff
}

html body div.__layout_midheader {
    position: relative;
    padding: 8rem 0 6rem;
    text-align: center;
    background-color: #1BA4E0
}

html body div.__layout_midheader h1,
html body div.__layout_midheader h2,
html body div.__layout_midheader h3,
html body div.__layout_midheader h4 {
    color: #fff
}

html body div.__layout_midheader h2 {
    font-size: 2.4rem
}

html body div.__layout_shopbar {
    position: relative;
    background-color: #DFE2E3;
    padding: 1rem 0
}

html body div.__layout_shopbar img.grid {
    width: 3rem;
    vertical-align: middle;
    display: inline-block
}

html body div.__layout_shopbar a {
    color: #707070
}

html body div.__layout_shopbar label {
    margin-top: 0.7rem;
    margin-left: 1rem;
    vertical-align: middle;
    display: inline-block
}

html body div.__layout_body {
    position: relative;
    background-color: #EDF1F2
}

html body div.__layout_body.ambassador {
    overflow: hidden
}

html body div.__layout_body div.__init_scroller {
    position: relative
}

html body div.__layout_body div.__init_scroller section._panel {
    padding: 6rem 0;
    background-color: #1BA4E0
}

html body div.__layout_body div.__init_scroller section._panel.alt {
    background-color: #96d1eb
}

html body div.__layout_body div.__init_scroller section._panel div._header {
    font-family: "Karbon-Semibold";
    font-size: 1.9rem;
    color: #fff;
    margin-bottom: 3rem
}

html body div.__layout_body div.__init_scroller section._panel div._header p {
    margin-bottom: 1rem
}

html body div.__layout_body div.__init_scroller section._panel div._header h1,
html body div.__layout_body div.__init_scroller section._panel div._header h2,
html body div.__layout_body div.__init_scroller section._panel div._header h3,
html body div.__layout_body div.__init_scroller section._panel div._header h4 {
    color: #fff
}

html body div.__layout_body div.__init_scroller section._panel table tr td {
    border: none
}

html body div.__layout_body div.__init_scroller section._panel iframe {
    width: 100%;
    height: 50vh
}

html body div.__layout_body div.__init_scroller section._panel.standard table tr td {
    vertical-align: top;
    width: 33.3%
}

html body div.__layout_body div.__init_scroller section._panel div._content-right {
    margin-right: 10rem
}

html body div.__layout_body div.__init_scroller section._panel div._content-right ul {
    margin-left: 1.5rem
}

html body div.__layout_body div.__init_scroller nav.slidenav {
    display: none
}

html body div.__layout_body div.__section_slider {
    position: relative;
    background-color: #fff;
    padding-bottom: 6rem
}

html body div.__layout_body div.__section_slider .slick-dots {
    margin-bottom: -4rem
}

html body div.__layout_body div.__section_slider .slick-dots li {
    width: 20px;
    height: 20px;
    margin: 0
}

html body div.__layout_body div.__section_slider .slick-dots li button:before {
    font-size: 3rem;
    opacity: 1;
    color: #C6CACC
}

html body div.__layout_body div.__section_slider .slick-dots li.slick-active button:before {
    font-size: 4rem;
    opacity: 1;
    color: #000
}

html body div.__layout_body div.__section_slider div._wrapper {
    text-align: center;
    padding: 0 2rem
}

html body div.__layout_body div.__section_slider div._wrapper p {
    margin: 0
}

html body div.__layout_body div.__section_slider div._wrapper .row {
    flex-direction: column-reverse
}

html body div.__layout_body div.__section_content {
    position: relative;
    padding: 4rem 0 2rem
}

html body div.__layout_body div.__section_content.blue {
    text-align: center;
    color: #fff;
    background-color: #1BA4E0
}

html body div.__layout_body div.__section_content.blue h1,
html body div.__layout_body div.__section_content.blue h2,
html body div.__layout_body div.__section_content.blue h3,
html body div.__layout_body div.__section_content.blue h4 {
    color: #fff
}

html body div.__layout_body div.__section_content.blue .button,
html body div.__layout_body div.__section_content.blue button,
html body div.__layout_body div.__section_content.blue input[type='button'],
html body div.__layout_body div.__section_content.blue input[type='reset'],
html body div.__layout_body div.__section_content.blue input[type='submit'] {
    background-image: url(../images/button-white.svg);
    color: #fff
}

html body div.__layout_body div.__section_content.grey {
    background-color: #EDF1F2
}

html body div.__layout_body div.__section_content.grey div._wrap_content_centre {
    position: relative;
    text-align: center
}

html body div.__layout_body div.__section_content.grey div._wrap_content_centre ul {
    width: 24rem;
    margin: 3rem auto;
    padding: 0;
    list-style: none;
    text-align: left
}

html body div.__layout_body div.__section_content.grey div._wrap_content_centre ul li {
    color: #707070;
    margin-left: 3rem;
    margin-bottom: 0.5rem;
    position: relative;
    font-size: 1.8rem
}

html body div.__layout_body div.__section_content.grey div._wrap_content_centre ul li:before {
    content: "";
    position: absolute;
    background-image: url(../images/tick.png);
    background-repeat: no-repeat;
    background-size: auto 1.4rem;
    background-position: center;
    top: -0.5rem;
    left: -3rem;
    width: 3rem;
    height: 3rem
}

html body div.__layout_body div.__section_slider_products {
    position: relative;
    padding: 4rem 0 7rem
}

html body div.__layout_body div.__section_slider_products div._heading {
    position: relative;
    text-align: center
}

html body div.__layout_body div.__section_slider_products div.__slider_products ul.slick-dots {
    bottom: -4rem
}

html body div.__layout_body div.__section_slider_products div.__slider_products ul.slick-dots li.slick-active button:before {
    color: #000
}

html body div.__layout_body div.__section_slider_products div.__slider_products ul.slick-dots li button:before {
    color: #707070
}

html body div.__layout_body div.__section_slider_products div.__slider_products div._wrapper {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    background-color: #fff;
    padding: 1rem 2rem;
    font-size: 14px;
    position: relative;
    margin: 1rem 3rem
}

html body div.__layout_body div.__section_slider_products div.__slider_products div._wrapper div.thumb {
    position: relative
}

html body div.__layout_body div.__section_slider_products div.__slider_products div._wrapper div.title {
    position: relative
}

html body div.__layout_body div.__section_slider_products div.__slider_products div._wrapper div.title h4 {
    color: #DB4C5D
}

html body div.__layout_body div.__section_slider_products div.__slider_products div._wrapper div.excerpt {
    position: relative
}

html body div.__layout_body div.__section_slider_products div.__slider_products div._wrapper a.full {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10
}

html body div.__layout_body div.__section_slider_cases {
    position: relative;
    padding: 4rem 0 6rem;
    text-align: center;
    color: #fff;
    background-color: #1BA4E0
}

html body div.__layout_body div.__section_slider_cases h1,
html body div.__layout_body div.__section_slider_cases h2,
html body div.__layout_body div.__section_slider_cases h3,
html body div.__layout_body div.__section_slider_cases h4 {
    color: #fff
}

html body div.__layout_body div.__section_slider_cases .__slider_cases {
    margin: 2rem 0 4rem
}

html body div.__layout_body div.__section_slider_cases .__slider_cases ._wrapper {
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    position: relative;
    background-color: #fff;
    color: #000;
    padding: 1.5rem;
    margin: 0 3rem;
    text-align: left
}

html body div.__layout_body div.__section_slider_cases .__slider_cases ._wrapper h1,
html body div.__layout_body div.__section_slider_cases .__slider_cases ._wrapper h2,
html body div.__layout_body div.__section_slider_cases .__slider_cases ._wrapper h3,
html body div.__layout_body div.__section_slider_cases .__slider_cases ._wrapper h4 {
    color: #000
}

html body div.__layout_body div.__section_slider_cases .__slider_cases ._wrapper a.full {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100
}

html body div.__layout_body div.__section_slider_cases .__slider_cases ._wrapper div.thumbnail {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 12rem
}

html body div.__layout_body div.__section_slider_cases .__slider_cases ._wrapper div.title {
    margin: 1rem 0;
    position: relative;
    font-family: "Karbon-Semibold";
    line-height: 1.2
}

html body div.__layout_body div.__section_slider_cases .__slider_cases ._wrapper div.excerpt {
    line-height: 1.2
}

html body div.__layout_body div.__section_slider_cases .__slider_cases .slick-dots {
    bottom: -6rem
}

html body div.__layout_body div.__section_slider_cases .__slider_cases .slick-dots li button:before {
    opacity: 0.7;
    color: #fff
}

html body div.__layout_body div.__section_slider_cases .__slider_cases .slick-dots li.slick-active button:before {
    color: #fff
}

html body div.__layout_body div.__section_slider_footer {
    position: relative;
    background-color: #fff;
    padding: 4rem 0 8rem
}

html body div.__layout_body div.__section_slider_footer div._heading {
    position: relative;
    text-align: center;
    padding-bottom: 6rem
}

html body div.__layout_body div.__section_slider_footer .slick-slider .slick-dots {
    bottom: -3rem
}

html body div.__layout_body div.__section_slider_footer .slick-slider .slick-dots li button:before {
    color: #707070
}

html body div.__layout_body div.__section_slider_footer .slick-slider .slick-dots li.slick-active button:before {
    color: #000
}

html body div.__layout_body div.__section_slider_footer div.__slider_ambass {
    position: relative
}

html body div.__layout_body div.__section_slider_footer div.__slider_ambass div._wrapper {
    position: relative
}

html body div.__layout_body div.__section_slider_footer div.__slider_ambass div._wrapper div.thumbnail {
    position: relative;
    text-align: center
}

html body div.__layout_body div.__section_slider_footer div.__slider_ambass div._wrapper div.thumbnail img {
    max-width: 20rem;
    margin: 2rem auto
}

html body div.__layout_body div.__section_slider_footer div.__slider_ambass div._wrapper div.content {
    position: relative
}

html body div.__layout_body div.__section_slider_footer div.__slider_ambass div._wrapper div.content div.name {
    position: relative;
    font-size: 1.9rem;
    background-image: url(../images/title.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 6rem;
    padding-top: 1.8rem;
    text-align: center;
    color: #000;
    font-family: "Karbon-Semibold";
    width: 20rem;
    margin: auto
}

html body div.__layout_body div.__section_slider_footer div.__slider_ambass div._wrapper div.content div.name a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #000;
    z-index: 50;
    padding-top: 1.6rem
}

html body div.__layout_body div.__section_slider_footer div.__slider_ambass div._wrapper div.content div.overview {
    position: relative;
    margin: 2rem;
    text-align: center
}

html body div.__layout_body div.__section_slider_footer div.__slider_ambass div._wrapper div.content div.quote {
    position: relative;
    font-size: 125%;
    margin: 3rem 0
}

html body div.__layout_body div.__section_content_builder {
    position: relative
}

html body div.__layout_body div.__section_content_builder div._inner {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
    padding: 4rem 0 30rem
}

html body div.__layout_body div.__section_content_builder div._inner.grey {
    background-color: #707070;
    color: #fff
}

html body div.__layout_body div.__section_content_builder div._inner.grey h1,
html body div.__layout_body div.__section_content_builder div._inner.grey h2,
html body div.__layout_body div.__section_content_builder div._inner.grey h3,
html body div.__layout_body div.__section_content_builder div._inner.grey h4 {
    color: #fff
}

html body div.__layout_body div.__section_content_builder div._inner.light-grey {
    background-color: #EDF1F2;
    color: #000
}

html body div.__layout_body div.__section_content_builder div._inner.light-grey h1,
html body div.__layout_body div.__section_content_builder div._inner.light-grey h2,
html body div.__layout_body div.__section_content_builder div._inner.light-grey h3,
html body div.__layout_body div.__section_content_builder div._inner.light-grey h4 {
    color: #000
}

html body div.__layout_body div.__section_content_builder div._inner.black {
    background-color: #000;
    color: #fff
}

html body div.__layout_body div.__section_content_builder div._inner.black h1,
html body div.__layout_body div.__section_content_builder div._inner.black h2,
html body div.__layout_body div.__section_content_builder div._inner.black h3,
html body div.__layout_body div.__section_content_builder div._inner.black h4 {
    color: #fff
}

html body div.__layout_body div.__section_content_builder div._inner.light-blue {
    background-color: #EDF1F2;
    color: #000
}

html body div.__layout_body div.__section_content_builder div._inner.light-blue h1,
html body div.__layout_body div.__section_content_builder div._inner.light-blue h2,
html body div.__layout_body div.__section_content_builder div._inner.light-blue h3,
html body div.__layout_body div.__section_content_builder div._inner.light-blue h4 {
    color: #000
}

html body div.__layout_body div.__section_content_builder div._inner.centre {
    padding: 4rem 0 2rem
}

html body div.__layout_body div.__section_accordion {
    margin: 2rem 0 6rem;
    position: relative
}

html body div.__layout_body div.__section_accordion div.outline {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    position: relative;
    background-color: #fff;
    border: 0.1rem #C6CACC solid;
    padding: 2rem;
    margin-bottom: 2rem
}

html body div.__layout_body div.__section_accordion div.outline a {
    color: #000;
    font-family: "Karbon-Semibold";
    font-size: 2rem;
    line-height: 1;
    display: block;
    margin-right: 3rem;
    margin-bottom: -0.5rem;
    min-height: 4rem
}

html body div.__layout_body div.__section_accordion div.outline a[href^="#"]:after {
    content: "+";
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
    position: absolute;
    right: 1.5rem;
    top: 2.25rem;
    font-family: "Karbon-Regular";
    font-size: 4rem;
    line-height: 1.05;
    color: #000;
    text-align: center;
    padding-top: 0;
    width: 3.4rem;
    height: 3.4rem;
    border: 1px #000 solid
}

html body div.__layout_body div.__section_accordion div.outline a.active[href^="#"]:after {
    content: "-";
    line-height: 1
}

html body div.__layout_body div.__section_accordion div.outline div.content {
    position: relative;
    padding-top: 2rem;
    display: none
}

html body div.__layout_body div._wrap_midcontent {
    margin-top: -26rem;
    position: relative;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto
}

html body div.__layout_body div._wrap_midcontent div.__header {
    position: relative;
    color: #C6CACC;
    max-width: 44rem;
    margin-left: auto;
    margin-right: auto
}

html body div.__layout_body div._wrap_midcontent div.__header a {
    color: #C6CACC
}

html body div.__layout_body div._wrap_midcontent div.__header ul {
    padding: 0;
    margin: 0;
    list-style: none
}

html body div.__layout_body div._wrap_midcontent div.__header ul li {
    color: #fff;
    margin-left: 4rem;
    margin-bottom: 0.5rem;
    position: relative;
    font-size: 1.8rem
}

html body div.__layout_body div._wrap_midcontent div.__header ul li:before {
    content: "";
    position: absolute;
    background-image: url(../images/tick.png);
    background-repeat: no-repeat;
    background-size: auto 1.4rem;
    background-position: center;
    top: -0.5rem;
    left: -3rem;
    width: 3rem;
    height: 3rem
}

html body div.__layout_body div._wrap_midcontent div.__accordion_blocks {
    margin: 2rem 0 6rem;
    position: relative
}

html body div.__layout_body div._wrap_midcontent div.__accordion_blocks div.outline {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    position: relative;
    background-color: #fff;
    margin-bottom: 4rem
}

html body div.__layout_body div._wrap_midcontent div.__accordion_blocks div.outline div.header_block {
    position: relative;
    padding: 1.5rem;
    vertical-align: top
}

html body div.__layout_body div._wrap_midcontent div.__accordion_blocks div.outline div.header_block div.image {
    width: 20%;
    display: inline-block;
    float: left;
    margin-right: 0.5rem
}

html body div.__layout_body div._wrap_midcontent div.__accordion_blocks div.outline div.header_block a {
    color: #000;
    font-family: "Karbon-Semibold";
    font-size: 2rem;
    display: block;
    position: relative;
    padding: 0.75rem 0
}

html body div.__layout_body div._wrap_midcontent div.__accordion_blocks div.outline div.header_block a[href^="#"]:after {
    content: "+";
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
    position: absolute;
    right: 0;
    top: 0.8rem;
    font-family: "Karbon-Regular";
    font-size: 3rem;
    line-height: 1.05;
    color: #000;
    text-align: center;
    padding-top: 0.26rem;
    width: 3rem;
    height: 3rem;
    border: 1px #000 solid
}

html body div.__layout_body div._wrap_midcontent div.__accordion_blocks div.outline div.header_block a.active[href^="#"]:after {
    content: "-";
    line-height: 1
}

html body div.__layout_body div._wrap_midcontent div.__accordion_blocks div.outline div.inner {
    background-color: #000;
    color: #fff;
    position: relative;
    display: none;
    padding: 3rem
}

html body div.__layout_body div._wrap_midcontent div.__accordion_blocks div.outline div.inner h1,
html body div.__layout_body div._wrap_midcontent div.__accordion_blocks div.outline div.inner h2,
html body div.__layout_body div._wrap_midcontent div.__accordion_blocks div.outline div.inner h3,
html body div.__layout_body div._wrap_midcontent div.__accordion_blocks div.outline div.inner h4 {
    color: #fff
}

html body div.__layout_body div._wrap_midcontent div.__accordion_blocks div.outline div.inner.active {
    display: block
}

html body div.__layout_body div._wrap_midcontent div.__accordion_blocks div.outline div.inner div._standard_block {
    position: relative
}

html body div.__layout_body div._wrap_midcontent div.__accordion_blocks div.outline div.inner div._standard_block iframe {
    width: 100%
}

html body div.__layout_body div._wrap_midcontent div.__accordion_blocks div.outline div.inner div.locked {
    position: relative;
    text-align: center
}

html body div.__layout_body div._wrap_midcontent div.__accordion_blocks div.outline div.inner div.locked img.lock {
    max-width: 2.4rem
}

html body div.__layout_body div._wrap_midcontent div.__accordion_blocks div.outline div.inner div.locked div.detail {
    font-family: "Karbon-Semibold";
    font-size: 1.9rem
}

html body div.__layout_body div._wrap_midcontent div.__accordion_blocks div.outline div.inner div.locked div.detail span {
    color: #1BA4E0
}

html body div.__layout_body div._wrap_midcontent div.__accordion_blocks div.outline div.inner div.locked div.detail a.button {
    background-image: url(../images/button-white.svg);
    color: #fff;
    margin-top: 1rem
}

html body div.__layout_body div._wrap_midcontent div.__accordion_blocks div.outline div.inner ul.grid_brochures {
    padding: 0;
    margin: 0;
    list-style: none
}

html body div.__layout_body div._wrap_midcontent div.__accordion_blocks div.outline div.inner ul.grid_brochures li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    position: relative
}

html body div.__layout_body div._wrap_midcontent div.__accordion_blocks div.outline div.inner ul.grid_brochures li div._wrapper {
    position: relative;
    margin-bottom: 1rem
}

html body div.__layout_body div._wrap_midcontent div.__accordion_blocks div.outline div.inner ul.grid_brochures li div._wrapper img {
    padding-right: 1rem
}

html body div.__layout_body div._wrap_midcontent div.__accordion_blocks div.outline div.inner ul.grid_brochures li div._wrapper a {
    color: #fff;
    font-family: "Karbon-Semibold"
}

html body div.__layout_body div._wrap_midcontent div.__accordion_blocks div.outline div.inner ul.grid_brochures li div._wrapper p {
    margin-bottom: 1rem
}

html body div.__layout_body div._wrap_box {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    background-color: #fff;
    padding: 4rem;
    min-height: 36rem
}

html body div.__layout_body div._wrap_box h1,
html body div.__layout_body div._wrap_box h2,
html body div.__layout_body div._wrap_box h3,
html body div.__layout_body div._wrap_box h4 {
    color: #1BA4E0;
    margin-bottom: 2rem
}

html body div.__layout_body div._wrap_box a.button {
    display: block;
    margin: auto
}

html body div.__layout_body div._wrap_filters {
    display: none
}

html body div.__layout_body div._wrap_stdcontent {
    position: relative;
    padding: 6rem 0
}

html body div.__layout_body div._wrap_stdcontent div._wrap_altoverview {
    position: relative
}

html body div.__layout_body div._wrap_stdcontent div._wrap_altoverview header {
    position: relative
}

html body div.__layout_body div._wrap_stdcontent div._wrap_altoverview header h1,
html body div.__layout_body div._wrap_stdcontent div._wrap_altoverview header h2,
html body div.__layout_body div._wrap_stdcontent div._wrap_altoverview header h3,
html body div.__layout_body div._wrap_stdcontent div._wrap_altoverview header h4 {
    margin: 0
}

html body div.__layout_body div._wrap_stdcontent div._wrap_altoverview div.label {
    position: relative;
    padding: 2rem 0;
    font-size: 2.2rem;
    line-height: 1.3
}

html body div.__layout_body div._wrap_stdcontent div._wrap_altoverview div.overview {
    font-family: "Karbon-Semibold";
    font-size: 2.6rem;
    line-height: 1.3;
    font-style: italic
}

html body div.__layout_body div._wrap_stdcontent div._wrap_altoverview div.website {
    font-family: "Karbon-Semibold";
    position: relative
}

html body div.__layout_body div._wrap_stdcontent div._wrap_altoverview div.website p {
    margin: 0;
    font-size: 115%
}

html body div.__layout_body div._wrap_stdcontent div._wrap_altoverview div.website a {
    color: #000
}

html body div.__layout_body div._wrap_stdcontent div._wrap_altoverview div.website a:hover {
    color: #1BA4E0
}

html body div.__layout_body div._wrap_stdcontent div._wrap_altoverview div.content_overview {
    margin: 3rem 0;
    background-color: #fff;
    padding: 3rem
}

html body div.__layout_body div._wrap_stdcontent div._wrap_altoverview div.content_overview strong {
    font-size: 2.2rem;
    font-family: "Karbon-Semibold"
}

html body div.__layout_body div._wrap_stdcontent div._wrap_altdetail {
    position: relative
}

html body div.__layout_body div._wrap_stdcontent div._wrap_altdetail div.thumb {
    position: relative;
    margin-top: -8rem;
    margin-right: -15vw;
    z-index: 10
}

html body div.__layout_body div._wrap_stdcontent div._wrap_altdetail div.thumb img {
    position: relative;
    z-index: 0
}

html body div.__layout_body div._wrap_stdcontent div._wrap_altdetail div.highlights {
    position: relative;
    margin-top: -5rem;
    z-index: 20;
    background-color: #DFE2E3;
    padding: 3rem 4rem 1rem;
    font-family: "Karbon-Semibold"
}

html body div.__layout_body div._wrap_stdcontent div._wrap_altdetail div.highlights p {
    margin-bottom: 1rem
}

html body div.__layout_body div._wrap_stdcontent div._wrap_altdetail div.highlights ul li {
    margin-left: 1.4rem
}

html body div.__layout_body div._wrap_stdcontent div._wrap_altdetail div.video {
    position: relative
}

html body div.__layout_body div._wrap_stdcontent div._wrap_altdetail div.video iframe {
    width: 100%;
    height: 30vh
}

html body div.__layout_body div._wrap_stdcontent.fullbar {
    padding-bottom: 0
}

html body div.__layout_body div._wrap_stdcontent.fullbar h1,
html body div.__layout_body div._wrap_stdcontent.fullbar h2,
html body div.__layout_body div._wrap_stdcontent.fullbar h3,
html body div.__layout_body div._wrap_stdcontent.fullbar h4 {
    color: #1BA4E0
}

html body div.__layout_body div._wrap_stdcontent.fullbar iframe {
    width: 100%;
    height: 50vh
}

html body div.__layout_body div._wrap_stdcontent.mini {
    padding-bottom: 2rem
}

html body div.__layout_body div._wrap_stdcontent ul._wrap_posts {
    padding: 0;
    margin: 3rem 0;
    list-style: none;
    font-size: 0
}

html body div.__layout_body div._wrap_stdcontent ul._wrap_posts li {
    font-size: 0;
    margin-bottom: 2rem
}

html body div.__layout_body div._wrap_stdcontent ul._wrap_posts li div._wrapper {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    background-color: #fff;
    padding: 1rem 2rem;
    font-size: 14px;
    position: relative
}

html body div.__layout_body div._wrap_stdcontent ul._wrap_posts li div._wrapper div.thumb {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 10rem;
    margin-bottom: 1rem
}

html body div.__layout_body div._wrap_stdcontent ul._wrap_posts li div._wrapper div.title {
    position: relative
}

html body div.__layout_body div._wrap_stdcontent ul._wrap_posts li div._wrapper div.excerpt {
    position: relative
}

html body div.__layout_body div._wrap_stdcontent ul._wrap_posts li div._wrapper a.full {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10
}

html body div.__layout_body div._wrap_stdcontent ul._wrap_posts_alt {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0;
    text-align: center
}

html body div.__layout_body div._wrap_stdcontent ul._wrap_posts_alt li {
    font-size: 0;
    margin-bottom: 2rem;
    position: relative
}

html body div.__layout_body div._wrap_stdcontent ul._wrap_posts_alt li div._wrapper {
    max-width: 40rem;
    position: relative
}

html body div.__layout_body div._wrap_stdcontent ul._wrap_posts_alt li div._wrapper div.thumb {
    position: relative;
    margin-bottom: 1rem
}

html body div.__layout_body div._wrap_stdcontent ul._wrap_posts_alt li div._wrapper div.title {
    margin-top: -4.5rem;
    position: relative;
    font-size: 1.9rem;
    background-image: url(../images/title.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 6rem;
    padding-top: 1.8rem;
    text-align: center;
    color: #000
}

html body div.__layout_body div._wrap_stdcontent ul._wrap_posts_alt li div._wrapper div.label {
    font-size: 1.6rem;
    padding: 1rem 0;
    position: relative
}

html body div.__layout_body div._wrap_stdcontent ul._wrap_posts_alt li div._wrapper a.full {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10
}

html body div.__layout_body div._wrap_stdcontent .logincontainer {
    background-image: url(../images/loginscreen.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: -6rem -100%;
    margin: -6rem calc(50% - 50vw)
}

html body div.__layout_body div._wrap_stdcontent .logincontainer div._wrap_restricted {
    position: relative;
    color: #fff;
    padding: 10rem 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 80rem
}

html body div.__layout_body div._wrap_stdcontent .logincontainer div._wrap_restricted h1,
html body div.__layout_body div._wrap_stdcontent .logincontainer div._wrap_restricted h2,
html body div.__layout_body div._wrap_stdcontent .logincontainer div._wrap_restricted h3,
html body div.__layout_body div._wrap_stdcontent .logincontainer div._wrap_restricted h4 {
    color: #fff
}

html body div.__layout_body div._wrap_stdcontent .logincontainer div._wrap_restricted header {
    text-align: center
}

html body div.__layout_body div._wrap_stdcontent .logincontainer div._wrap_loginpanel {
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.4);
    border: 0.1rem #fff solid
}

html body div.__layout_body div._wrap_stdcontent .logincontainer div._wrap_loginpanel form {
    padding: 0;
    border: none;
    margin: 0;
    text-align: center
}

html body div.__layout_body div._wrap_stdcontent .logincontainer div._wrap_loginpanel form input[type='email'],
html body div.__layout_body div._wrap_stdcontent .logincontainer div._wrap_loginpanel form input[type='number'],
html body div.__layout_body div._wrap_stdcontent .logincontainer div._wrap_loginpanel form input[type='password'],
html body div.__layout_body div._wrap_stdcontent .logincontainer div._wrap_loginpanel form input[type='search'],
html body div.__layout_body div._wrap_stdcontent .logincontainer div._wrap_loginpanel form input[type='tel'],
html body div.__layout_body div._wrap_stdcontent .logincontainer div._wrap_loginpanel form input[type='text'],
html body div.__layout_body div._wrap_stdcontent .logincontainer div._wrap_loginpanel form input[type='url'],
html body div.__layout_body div._wrap_stdcontent .logincontainer div._wrap_loginpanel form textarea,
html body div.__layout_body div._wrap_stdcontent .logincontainer div._wrap_loginpanel form select {
    border-color: #fff;
    height: 50px
}

html body div.__layout_body div._wrap_stdcontent .logincontainer div._wrap_loginpanel form select.input_profession,
html body div.__layout_body div._wrap_stdcontent .logincontainer div._wrap_loginpanel form select.input_existing_formthtoics,
html body div.__layout_body div._wrap_stdcontent .logincontainer div._wrap_loginpanel form select.input_hear_about {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #1BA4E0;
    color: #fff
}

html body div.__layout_body div._wrap_stdcontent .logincontainer div._wrap_loginpanel header {
    font-family: "Karbon-Semibold";
    font-size: 1.9rem;
    margin-bottom: 2rem;
    position: relative
}

html body div.__layout_body div._wrap_stdcontent .logincontainer div._wrap_loginpanel header.login:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2.5rem;
    height: 2.5rem;
    background-image: url(../images/large-lock-black.png);
    background-position: center;
    background-size: 2rem auto;
    background-repeat: no-repeat
}

html body div.__layout_body div._wrap_stdcontent .logincontainer div._wrap_loginpanel .button-login {
    background-image: url(../images/button-white.svg);
    color: #fff;
    margin: 1rem auto;
    padding: 0 5rem;
    height: 60px
}

html body div.__layout_body div._wrap_stdcontent .logincontainer div._wrap_loginpanel a {
    color: #fff
}

html body div.__layout_body div._wrap_stdcontent .logincontainer div._wrap_loginpanel a:hover {
    color: #1BA4E0
}

html body div.__layout_body div._wrap_stdcontent .logincontainer div._wrap_loginpanel.register div.tab-content {
    display: none
}

html body div.__layout_body div._wrap_stdcontent .logincontainer div._wrap_loginpanel.register div.tab-content.active {
    display: block
}

html body div.__layout_body div._wrap_stdcontent .logincontainer div._wrap_loginpanel.register div._button_layout {
    position: relative;
    text-align: right
}

html body div.__layout_body div._wrap_stdcontent .logincontainer div._wrap_loginpanel.register div._button_layout .button {
    margin: 0;
    background-image: url(../images/button-next.png);
    background-position: center right;
    background-size: 3.4rem auto;
    padding: 0;
    padding-right: 5rem;
    height: 40px;
    line-height: 2.8;
    text-align: left
}

html body div.__layout_body div._wrap_stdcontent .logincontainer div._wrap_loginpanel.register div._button_layout .button:hover {
    opacity: 1;
    color: #fff
}

html body div.__layout_body div._wrap_stdcontent .logincontainer div._wrap_loginpanel.register div.tab-progress {
    position: relative;
    height: 1.5rem;
    margin-top: 2rem;
    border-top: 1px #fff solid
}

html body div.__layout_body div._wrap_stdcontent .logincontainer div._wrap_loginpanel.register div.tab-progress div.tab {
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
    width: 1.4rem;
    height: 1.4rem;
    position: relative;
    text-align: center;
    margin-top: -0.75rem;
    background-color: #96c7e8;
    border: 0.1rem #fff solid
}

html body div.__layout_body div._wrap_stdcontent .logincontainer div._wrap_loginpanel.register div.tab-progress div.tab.tab-1 {
    position: absolute;
    left: 0;
    top: 0
}

html body div.__layout_body div._wrap_stdcontent .logincontainer div._wrap_loginpanel.register div.tab-progress div.tab.tab-2 {
    margin: -0.75rem auto 0;
    position: relative
}

html body div.__layout_body div._wrap_stdcontent .logincontainer div._wrap_loginpanel.register div.tab-progress div.tab.tab-3 {
    position: absolute;
    right: 0;
    top: 0
}

html body div.__layout_body div._wrap_stdcontent .logincontainer div._wrap_loginpanel.register div.tab-progress div.tab.active {
    background-color: #fff
}

html body div.__layout_body div._wrap_stdcontent .logincontainer div._wrap_loginpanel.register {
    height: 100%;
    display: flex;
    flex-direction: column;
}

html body div.__layout_body div._wrap_stdcontent .logincontainer div._wrap_loginpanel.register p {
    margin-bottom: 0;
}

html body div.__layout_body div._wrap_stdcontent .logincontainer div._wrap_loginpanel.register a {
    padding: 3px 6.5rem 0;
    margin: auto;
}

html body div.__layout_body div._wrap_stdcontent div.woocommerce {
    position: relative
}

html body div.__layout_body div._wrap_stdcontent div.woocommerce nav.woocommerce-MyAccount-navigation {
    padding: 2rem 0 4rem
}

html body div.__layout_body div._wrap_stdcontent div.woocommerce nav.woocommerce-MyAccount-navigation header.title {
    text-transform: uppercase;
    font-family: "Karbon-Semibold";
    font-size: 1.9rem;
    margin-bottom: 2rem;
    position: relative
}

html body div.__layout_body div._wrap_stdcontent div.woocommerce nav.woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none
}

html body div.__layout_body div._wrap_stdcontent div.woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active {
    font-family: "Karbon-Semibold"
}

html body div.__layout_body div._wrap_stdcontent div.woocommerce nav.woocommerce-MyAccount-navigation ul li a {
    color: #000
}

html body div.__layout_body div._wrap_stdcontent div.woocommerce div.woocommerce-MyAccount-content {
    margin-bottom: 6rem
}

html body div.__layout_body div.__layout_headertitle {
    position: relative;
    margin-top: 6rem
}

html body div.__layout_body div._wrap_form {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    background-color: #fff;
    padding: 4rem;
    margin: 4rem 0
}

html body div.__layout_body div._wrap_form form {
    margin: 0
}

html body div.__layout_body div._wrap_form form p {
    margin: 0
}

html body div.__layout_body div._wrap_form form br {
    display: none
}

html body div.__layout_body div._wrap_form form textarea {
    height: 18rem
}

html body div.__layout_body div._wrap_form form input[type="submit"] {
    width: 14rem
}

html body div.__layout_body div._padded_panel {
    text-align: center;
    padding: 20vh 0;
    position: relative
}

html body div.__layout_body div._padded_panel div.locked-panel {
    position: relative;
    max-width: 40rem;
    margin: auto
}

html body div.__layout_body div._padded_panel div.locked-panel img {
    width: 2.4rem
}

html body div.__layout_body div.cart_totals {
    position: relative;
    text-align: right
}

html body div.__layout_body div.cart_totals .button {
    background-image: none;
    padding-top: 0;
    background-color: #1BA4E0;
    color: #fff;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s
}

html body div.__layout_body div.cart_totals .button:hover {
    background-color: #1BA4E0
}

html body div.__layout_body table.shop_table {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-bottom: 0
}

html body div.__layout_body table.shop_table thead td,
html body div.__layout_body table.shop_table thead th {
    font-family: "Karbon-Semibold";
    border-color: #C6CACC
}

html body div.__layout_body table.shop_table tbody td,
html body div.__layout_body table.shop_table tbody th {
    border-top: 0;
    border-color: #C6CACC
}

html body div.__layout_body table.shop_table tbody td.product-remove,
html body div.__layout_body table.shop_table tbody th.product-remove {
    width: 2%
}

html body div.__layout_body table.shop_table tbody td.product-remove a.remove,
html body div.__layout_body table.shop_table tbody th.product-remove a.remove {
    line-height: 1.3
}

html body div.__layout_body table.shop_table tbody td.product-thumbnail,
html body div.__layout_body table.shop_table tbody th.product-thumbnail {
    width: 20%
}

html body div.__layout_body table.shop_table tbody td.actions .button,
html body div.__layout_body table.shop_table tbody th.actions .button {
    background-image: none;
    padding-top: 0;
    background-color: #1BA4E0;
    color: #fff;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s
}

html body div.__layout_body table.shop_table tbody td.actions .button:hover,
html body div.__layout_body table.shop_table tbody th.actions .button:hover {
    background-color: #1BA4E0;
    color: #fff
}

html body div.__layout_body table.shop_table tfoot td,
html body div.__layout_body table.shop_table tfoot th {
    border-top: 0;
    border-color: #C6CACC
}

html body div.__layout_body div.__layout_warning {
    background-color: #DB4C5D;
    color: #fff;
    position: relative;
    padding: 2rem;
    text-align: center;
    font-family: "Karbon-Regular"
}

html body div.__layout_body div.__layout_warning h1,
html body div.__layout_body div.__layout_warning h2,
html body div.__layout_body div.__layout_warning h3,
html body div.__layout_body div.__layout_warning h4 {
    color: #fff;
    letter-spacing: 0.03rem
}

html body div.__layout_body div.__layout_warning img.lock {
    width: 2rem;
    float: left;
    opacity: 0.6
}

html body div.__layout_body div.__layout_warning div._wrap_content {
    position: relative;
    margin: auto;
    max-width: 750px
}

html body div.__layout_body div.__layout_warning .button {
    margin-top: 1.5rem;
    background-image: url(../images/button-white.svg);
    color: #fff;
    font-family: "Karbon-Regular"
}

html body div.__layout_body.woo div.__layout_mobilescreenslide {
    position: relative;
    overflow: hidden
}

html body div.__layout_body.woo div.__layout_mobilescreenslide .slick-slider .slick-arrow {
    z-index: 50
}

html body div.__layout_body.woo div.__layout_mobilescreenslide .slick-slider .slick-arrow.slick-prev {
    left: 0.5rem
}

html body div.__layout_body.woo div.__layout_mobilescreenslide .slick-slider .slick-arrow.slick-next {
    right: 0.5rem
}

html body div.__layout_body.woo div.__layout_mobilescreenslide .slick-slider ul.slick-dots {
    bottom: 1rem
}

html body div.__layout_body.woo div.__layout_mobilescreenslide .slick-slider ul.slick-dots li.slick-active button:before {
    color: #1BA4E0;
    opacity: 1
}

html body div.__layout_body.woo div.__layout_fullscreenslide {
    display: none
}

html body div.__layout_body.woo ul.products {
    padding: 0;
    margin: 3rem 0;
    list-style: none;
    font-size: 0
}

html body div.__layout_body.woo ul.products li {
    font-size: 0;
    margin-bottom: 2rem
}

html body div.__layout_body.woo ul.products li div._wrapper {
    min-height: 322px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    background-color: #fff;
    padding: 1rem 2rem;
    font-size: 14px;
    position: relative
}

html body div.__layout_body.woo ul.products li div._wrapper div.thumb {
    position: relative
}

html body div.__layout_body.woo ul.products li div._wrapper div.title {
    position: relative
}

html body div.__layout_body.woo ul.products li div._wrapper div.excerpt {
    position: relative
}

html body div.__layout_body.woo ul.products li div._wrapper a.full {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10
}

html body div.__layout_body.woo div.product {
    padding-top: 5rem;
    position: relative
}

html body div.__layout_body.woo div.product div.product-img-box {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    background-color: #fff;
    padding: 1rem 2rem;
    margin-bottom: 6rem
}

html body div.__layout_body.woo div.product div.summary {
    position: relative;
    margin: 3rem 0
}

html body div.__layout_body.woo div.product div.summary div.title {
    position: relative
}

html body div.__layout_body.woo div.product div.summary div.title h1 {
    color: #DB4C5D
}

html body div.__layout_body.woo div.product div.summary div.overview {
    font-family: "Karbon-Semibold"
}

html body div.__layout_body.woo div.product div.summary div._wrap_features label {
    position: relative;
    color: #DB4C5D;
    font-family: "Karbon-Semibold"
}

html body div.__layout_body.woo div.product div.summary div._wrap_features ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0
}

html body div.__layout_body.woo div.product div.summary div._wrap_features ul li {
    display: inline-table;
    vertical-align: top;
    width: 24%;
    font-size: 0
}

html body div.__layout_body.woo div.product div._wrap_productbar {
    position: relative
}

html body div.__layout_body.woo div.product div._wrap_productbar #wc-stripe-payment-request-wrapper {
    display: none
}

html body div.__layout_body.woo div.product div._wrap_productbar hr {
    border-color: #707070
}

html body div.__layout_body.woo div.product div._wrap_productbar div._bar_top {
    background-color: #fff
}

html body div.__layout_body.woo div.product div._wrap_productbar div._bar_top div.block {
    position: relative;
    background-color: #DB4C5D;
    color: #fff;
    font-family: "Karbon-Semibold";
    padding: 2rem 2rem;
    line-height: 1
}

html body div.__layout_body.woo div.product div._wrap_productbar div._bar_top div.block a {
    color: #fff
}

html body div.__layout_body.woo div.product div._wrap_productbar div._bar_top div.block a:hover {
    color: #fff
}

html body div.__layout_body.woo div.product div._wrap_productbar div._bar_top div.block img.lock {
    width: 3rem;
    opacity: 0.5;
    margin-right: 1rem;
    float: left
}

html body div.__layout_body.woo div.product div._wrap_productbar div._bar_top div.block span.woocommerce-Price-amount {
    font-family: "Karbon-Regular";
    font-size: 4rem;
    line-height: 1.2
}

html body div.__layout_body.woo div.product div._wrap_productbar div._bar_top div.block div.alignment {
    text-align: center
}

html body div.__layout_body.woo div.product div._wrap_productbar div._bar_top div.block div.alignment div.tax {
    font-family: "Karbon-Regular";
    font-size: 1.6rem;
    margin-top: -1rem
}

html body div.__layout_body.woo div.product div._wrap_productbar div._bar_top ul.items {
    position: relative;
    list-style: none;
    padding: 2rem;
    margin: 0
}

html body div.__layout_body.woo div.product div._wrap_productbar div._bar_top ul.items li {
    margin: 0;
    position: relative
}

html body div.__layout_body.woo div.product div._wrap_productbar div._bar_top ul.items li.size img.size-guide {
    float: right;
    width: 6rem
}

html body div.__layout_body.woo div.product div._wrap_productbar div._bar_top ul.items li.size a.link {
    position: absolute;
    cursor: pointer;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

html body div.__layout_body.woo div.product div._wrap_productbar div._bar_top ul.items li.options table.variations tr td,
html body div.__layout_body.woo div.product div._wrap_productbar div._bar_top ul.items li.options table.variations tr th {
    padding-bottom: 0;
    border: 0;
    line-height: 0
}

html body div.__layout_body.woo div.product div._wrap_productbar div._bar_top ul.items li.options div.single_variation_wrap {
    position: relative
}

html body div.__layout_body.woo div.product div._wrap_productbar div._bar_top ul.items li.options div.single_variation_wrap .button:hover {
    background-image: url(../images/button-blue.svg);
    color: #1BA4E0;
    opacity: 1
}

html body div.__layout_body.woo div.product div._wrap_productbar div._bar_top ul.items li.options div.single_variation_wrap input.minus,
html body div.__layout_body.woo div.product div._wrap_productbar div._bar_top ul.items li.options div.single_variation_wrap input.plus {
    -webkit-border-radius: .6rem;
    -moz-border-radius: .6rem;
    border-radius: .6rem;
    background-image: none;
    display: inline-table;
    vertical-align: top;
    background-image: none;
    border: 0.1rem #707070 solid;
    font-size: 1.8rem;
    line-height: 1;
    color: #707070;
    padding: 0.1rem 0 0;
    width: 3.8rem;
    height: 3.8rem
}

html body div.__layout_body.woo div.product div._wrap_productbar div._bar_top ul.items li.options div.single_variation_wrap input.minus:hover,
html body div.__layout_body.woo div.product div._wrap_productbar div._bar_top ul.items li.options div.single_variation_wrap input.plus:hover {
    border-color: #1BA4E0;
    opacity: 1;
    color: #1BA4E0
}

html body div.__layout_body.woo div.product div._wrap_productbar div._bar_top ul.items li.options div.single_variation_wrap input.plus {
    padding-top: 0.4rem
}

html body div.__layout_body.woo div.product div._wrap_productbar div._bar_top ul.items li.options div.single_variation_wrap div.quantity {
    display: inline-table;
    vertical-align: top;
    width: 65%
}

html body div.__layout_body.woo div.product div._wrap_productbar div._bar_bottom {
    position: relative;
    background-color: #1BA4E0;
    color: #fff;
    text-align: center;
    padding: 2rem
}

html body div.__layout_body.woo div.product div._wrap_productbar div._bar_bottom div.panel p {
    margin-bottom: 1rem
}

html body div.__layout_body.woo div.product div._wrap_productbar div._bar_bottom div.panel input[type='email'],
html body div.__layout_body.woo div.product div._wrap_productbar div._bar_bottom div.panel input[type='number'],
html body div.__layout_body.woo div.product div._wrap_productbar div._bar_bottom div.panel input[type='password'],
html body div.__layout_body.woo div.product div._wrap_productbar div._bar_bottom div.panel input[type='search'],
html body div.__layout_body.woo div.product div._wrap_productbar div._bar_bottom div.panel input[type='tel'],
html body div.__layout_body.woo div.product div._wrap_productbar div._bar_bottom div.panel input[type='text'],
html body div.__layout_body.woo div.product div._wrap_productbar div._bar_bottom div.panel input[type='url'],
html body div.__layout_body.woo div.product div._wrap_productbar div._bar_bottom div.panel textarea,
html body div.__layout_body.woo div.product div._wrap_productbar div._bar_bottom div.panel select {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    border-color: #fff
}

html body div.__layout_body.woo div.product div._wrap_productbar div._bar_bottom div.panel .altbutton {
    background-image: none;
    background-color: #000;
    text-transform: uppercase;
    border: 0.2rem #fff solid;
    color: #fff;
    height: 38px;
    line-height: 2.4;
    margin-bottom: 0
}

html body div.__layout_body.woo div.product div._wrap_productbar div._bar_bottom div.panel .altredbutton {
    background-image: none;
    background-color: #DB4C5D;
    text-transform: uppercase;
    border: 0.2rem #fff solid;
    color: #fff;
    height: 38px;
    line-height: 2.4;
    margin-bottom: 0
}

html body div.__layout_body.woo div._layout_related {
    margin: 4rem 0;
    position: relative
}

html body div.__layout_body.woo div.__layout_product_wrapper {
    position: relative
}

html body div.__layout_body.woo div.__layout_product_wrapper div._wrap_mobile_filters {
    position: relative;
    background-color: #1BA4E0;
    color: #fff;
    margin-left: -20px;
    margin-right: -20px;
    padding: 2rem 2rem 0
}

html body div.__layout_body.woo div.__layout_product_wrapper div._wrap_mobile_filters a {
    color: #fff
}

html body div.__layout_body.woo div.__layout_product_wrapper div._wrap_mobile_filters a.nav {
    z-index: 40;
    cursor: pointer;
    display: block;
    font-size: 1.6rem;
    padding: 0 0 1.4rem
}

html body div.__layout_body.woo div.__layout_product_wrapper div._wrap_mobile_filters nav {
    display: none
}

html body div.__layout_body.woo div.__layout_product_wrapper div._wrap_mobile_filters nav aside h3 {
    font-size: 1.9rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
    color: #fff
}

html body div.__layout_body.woo div.__layout_product_wrapper div._wrap_mobile_filters nav aside ul {
    padding: 0;
    margin: 0 0 2rem;
    list-style: none
}

html body div.__layout_body.woo div.__layout_product_wrapper div._wrap_mobile_filters nav aside ul li {
    position: relative;
    font-family: "Karbon-Regular";
    padding-bottom: 0.8rem;
    margin-left: 3rem
}

html body div.__layout_body.woo div.__layout_product_wrapper div._wrap_mobile_filters nav aside ul li a {
    color: #fff;
    text-transform: none
}

html body div.__layout_body.woo div.__layout_product_wrapper div._wrap_mobile_filters nav aside ul li span.count {
    display: none
}

html body div.__layout_body.woo div.__layout_product_wrapper div._wrap_mobile_filters nav aside ul li:before {
    content: "";
    position: absolute;
    left: -3rem;
    top: 0rem;
    width: 1.8rem;
    height: 1.8rem;
    border: 0.1rem #fff solid
}

html body div.__layout_body.woo div.__layout_product_wrapper div._wrap_mobile_filters nav aside ul li.chosen a:before {
    content: "\f111";
    font-family: 'FontAwesome';
    font-size: 1rem;
    color: #fff;
    position: absolute;
    left: -2.5rem;
    top: 0.5rem;
    width: 1.8rem;
    height: 1.8rem
}

html body div.__layout_body.woo div.__layout_product_wrapper header h1 {
    font-size: 2.4rem
}

html body footer#__init_footer {
    position: relative;
    background-color: #000;
    color: #C6CACC;
    padding: 2rem 0;
    text-align: center
}

html body footer#__init_footer img.logo {
    width: 24rem;
    margin: 1rem auto
}

html body footer#__init_footer a {
    color: #C6CACC
}

html body footer#__init_footer a:hover {
    color: #1BA4E0
}

.registration_wrapper {
    margin: 0 auto !important;
    max-width: 80rem;
}

.registration_wrapper>h1,
.registration_wrapper>h3,
.registration_wrapper>p {
    text-align: center;
}

.registration_wrapper>h3 {
    color: #1BA4E0;
    margin-top: 1rem;
}

.uacf7-step.step-content button.uacf7-next {
    float: right !important;
}

.selection-tool .button-radio-group {
    background: white;
    width: fit-content;
    border-radius: 24px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 4px;
}

.selection-tool .button-radio-group input[type="radio"] {
    display: none;
}

.selection-tool .button-radio-group label {
    width: 100%;
    padding: 12px 28px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: .05rem;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    border-radius: 24px 8px;
    flex: 1 1;
    margin: 0;
    transition: all 0.3s ease-in;
}

.selection-tool .button-radio-group label:hover {
    background-color: #dff4fc;
    color: #000;
}

.selection-tool .button-radio-group input[type="radio"]:checked+label {
    background-color: #005e9b;
    color: #fff;
}

.selection-tool h3 {
    margin-bottom: 1rem;
}

.selection-tool section {
    margin-bottom: 2rem;
    max-width: 800px;
}

.selection-tool section select {
    background-color: #fff;
    padding: 12px;
    border-radius: 4px;
    border: 1px solid #656a6d;
    color: #002238;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    line-height: 150%;
    margin: 0;
    height: unset;
}

.selection-tool section .row .column:first-child select {
    margin-bottom: 2rem;
}

.selection-tool section select:focus {
    background-color: #fff;
}

.selection-tool .gap {
    gap: 2rem;
}

.selection-tool button {
    line-height: 150%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #005e9b;
    color: #fff;
    border-radius: 24px 8px;
    padding: 12px 28px;
    transition: all 0.3s ease-in;
    margin: 0;
    width: 100%;
}

.selection-tool button:hover,
.selection-tool button:focus {
    background: #002238;
    opacity: 1;
    color: #fff;
}

#selection-results .wrapper {
    border-radius: 24px 8px;
    background-color: white;
    padding: 4rem;
}

#selection-results #size-container {
    display: none;
}

ul.selection-tool-products {
    margin-bottom: 0;
}

ul.selection-tool-products>li {
    list-style-type: none;
}

ul.selection-tool-products>li:not(:last-child) {
    list-style-type: none;
    margin-bottom: 3rem;
}

.selection-tool-result-card_desc {
    font-size: 2rem;
}

.selection-tool-result-card_desc li {
    list-style: none;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.selection-tool-result-card_desc li::before {
    position: relative;
    inset-block-start: 6px;
    content: " ";
    display: block;
    background-color: #00aae7;
    width: 2rem;
    height: 1.2rem;
    border-radius: 24px 8px;
    flex-shrink: 0;
    margin-top: 3px;
}

.selection-tool-result-card h3 {
    font-size: 3.5rem;
    margin-bottom: 0.75rem;
}

.selection-tool-result-card .short-desc {
    text-transform: uppercase;
    font-size: 2.25rem;
    line-height: 110%;
}

.selection-tool-result-card .short-desc span {
    width: 2.5rem;
    height: 1.2rem;
    margin: 4px 4px 0 0;
    background-color: #00aae7;
    border-radius: 24px 8px;
    display: inline-block;
}

.selection-tool-result-card {
    text-decoration: none;
    color: inherit;
}

.selection-tool-result-card:visited,
.selection-tool-result-card:hover,
.selection-tool-result-card:active {
    color: inherit;
}

.selection-tool_no-result,
.selection-tool_loading {
    font-size: 1.15em;
    margin-bottom: 0;
}

.selection-tool_loading {
    padding-bottom: 2rem;
}

.selection-tool-result-card_image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.selection-tool-size_container {
    margin-bottom: 5rem;
}

.selection-tool-size_container h3 {
    font-size: 4rem;
    color: #1ba4e0;
}

.svg-button:hover {
    background: pink;
}

@media (min-width: 40rem) {
    .row {
        flex-direction: column
    }
}

@media only screen and (min-width: 768px) {
    .row {
        flex-direction: row
    }

    html body .__is_mobile {
        display: none
    }

    html body .__is_desktop {
        display: block
    }

    html body nav#nav_mobile {
        display: none
    }

    html body header#__init_header .row .column.column-logo {
        flex: 0 0 24%
    }

    html body header#__init_header .row .column.column-login {
        display: block
    }

    html body header#__init_header div._menu_top {
        width: auto;
        display: block;
        text-align: right;
        padding: 0.5rem 0 0;
        font-family: "Karbon-Semibold"
    }

    html body header#__init_header div._menu_top .row .column.column-login {
        flex: 0 0 90%;
        max-width: 90%
    }

    html body header#__init_header div._menu_top div.menu {
        padding: 0.3rem 0 0
    }

    html body header#__init_header div._menu_top div.menu a {
        color: #000
    }

    html body header#__init_header div._menu_top div.menu a:hover {
        color: #1BA4E0
    }

    html body header#__init_header div._menu_top div.menu a.account_active {
        color: #1BA4E0
    }

    html body header#__init_header div._menu_top div.menu a.account_active:hover {
        color: #000
    }

    html body header#__init_header div._menu_top div.menu a.account_logout {
        color: #707070
    }

    html body header#__init_header div._menu_top div.menu a.account_logout:hover {
        color: #1BA4E0
    }

    html body header#__init_header div._menu_top div.menu span.blank {
        padding: 0 1rem
    }

    html body header#__init_header div._menu_top div.cart {
        font-size: 1.6rem;
        padding: 0
    }

    html body header#__init_header div._menu_top div.cart i {
        font-size: 2.2rem
    }

    html body header#__init_header div._menu_bot {
        width: auto;
        display: block;
        padding-top: 0
    }

    html body header#__init_header div._menu_bot div.button-icon {
        display: none
    }

    html body header#__init_header div._menu_bot nav#nav_site {
        text-align: right;
        position: relative;
        font-family: "Karbon-Semibold"
    }

    html body header#__init_header div._menu_bot nav#nav_site ul.menu {
        padding: 0;
        margin: 0;
        list-style: none
    }

    html body header#__init_header div._menu_bot nav#nav_site ul.menu li {
        display: inline-block;
        vertical-align: top;
        padding: 0.8rem 0.5rem 0;
        margin: 0
    }

    html body header#__init_header div._menu_bot nav#nav_site ul.menu li:first-child {
        padding-left: 0
    }

    html body header#__init_header div._menu_bot nav#nav_site ul.menu li:last-child {
        padding-right: 0
    }

    html body header#__init_header div._menu_bot nav#nav_site ul.menu li.menu-button {
        padding-top: 0.4rem;
        padding-bottom: 0.4rem
    }

    html body header#__init_header div._menu_bot nav#nav_site ul.menu li.menu-button a {
        -webkit-border-radius: .4rem;
        -moz-border-radius: .4rem;
        border-radius: .4rem;
        display: block;
        padding: 0.3rem 2rem 0 0.8rem;
        border: 1px #C6CACC solid;
        background-image: url(../images/icon-lock.png);
        background-position: 120px center;
        background-repeat: no-repeat;
        background-size: 10px auto
    }

    html body header#__init_header div._menu_bot nav#nav_site ul.menu li.menu-button a:hover {
        background-color: #1BA4E0;
        border-color: #1BA4E0;
        color: #fff !important;
        text-decoration: none
    }

    html body header#__init_header div._menu_bot nav#nav_site ul.menu li.active a {
        background-image: none;
        border-color: #1BA4E0 !important;
        color: #1BA4E0 !important;
        padding: 0.3rem 2rem 0
    }

    html body header#__init_header div._menu_bot nav#nav_site ul.menu li.active a:hover {
        background-color: #1BA4E0;
        color: #fff !important
    }

    html body header#__init_header div._menu_bot nav#nav_site ul.menu li a {
        color: #707070
    }

    html body header#__init_header div._menu_bot nav#nav_site ul.menu li a:hover {
        color: #000;
        text-decoration: none
    }

    html body div.__layout_header {
        padding: 6rem 0;
        position: relative
    }

    html body div.__layout_header.home {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat
    }

    html body div.__layout_header.home div.mobile_bg {
        display: none
    }

    html body div.__layout_header.home h1,
    html body div.__layout_header.home h2,
    html body div.__layout_header.home h3,
    html body div.__layout_header.home h4 {
        margin-bottom: 2rem
    }

    html body div.__layout_header.home a.button {
        margin-left: -2rem;
        width: 22rem
    }

    html body div.__layout_header.home div.__video_overlay {
        position: relative;
        margin-top: 6rem
    }

    html body div.__layout_header.home div.__video_overlay iframe {
        height: 16rem
    }

    html body div.__layout_header.about {
        padding: 4rem 2rem
    }

    html body div.__layout_header.about div.__content {
        width: 52rem;
        margin: auto
    }

    html body div.__layout_header.about div.__video_overlay {
        width: 52rem;
        margin: 4rem auto 0
    }

    html body div.__layout_header.about div.__video_overlay iframe {
        width: 100%;
        height: 22rem
    }

    html body div.__layout_header_alt {
        padding-bottom: 0;
        height: 50rem
    }

    html body div.__init_submenu {
        display: block;
        background-color: #000;
        color: #fff;
        max-width: 1200px;
        margin: auto;
        padding: 0 2rem;
        font-family: "Karbon-Semibold"
    }

    html body div.__init_submenu a {
        color: #fff
    }

    html body div.__init_submenu a:hover {
        color: #1BA4E0;
        text-decoration: none
    }

    html body div.__init_submenu nav {
        text-align: center;
        position: relative
    }

    html body div.__init_submenu nav ul.menu {
        padding: 0;
        margin: 0;
        list-style: none
    }

    html body div.__init_submenu nav ul.menu li {
        display: inline-block;
        margin: 0 1.4rem;
        padding: 1.5rem 0 0.8rem
    }

    html body div.__init_submenu nav ul.menu li a:hover {
        color: #DB4C5D
    }

    html body div.__init_submenu nav ul.menu li.current-menu-item {
        border-bottom: 0.6rem #DB4C5D solid
    }

    html body div.__init_submenu nav ul.menu li:first-child {
        padding-left: 0
    }

    html body div.__init_submenu nav ul.menu li:last-child {
        padding-right: 0
    }

    html body div.__init_submenu.alt nav ul.menu li a:hover {
        color: #1BA4E0
    }

    html body div.__init_submenu.alt nav ul.menu li.current-menu-item {
        border-bottom: 0.6rem #1BA4E0 solid
    }

    html body div.__layout_body.woo div.__layout_mobilescreenslide {
        display: none
    }

    html body div.__layout_body.woo div.__layout_fullscreenslide {
        background-color: #000;
        display: block;
        position: relative
    }

    html body div.__layout_body.woo div.__layout_fullscreenslide a.link {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 2rem;
        font-size: 1.2rem;
        color: #fff;
        text-align: center
    }

    html body div.__layout_body.woo div.__layout_fullscreenslide .slick-slider {
        margin: 0 auto;
        max-width: 1160px
    }

    html body div.__layout_body.woo div.__layout_fullscreenslide .slick-slider .slick-arrow {
        top: 4rem
    }

    html body div.__layout_body.woo div.__layout_fullscreenslide .slick-slider .slick-arrow.slick-next {
        right: 2rem
    }

    html body div.__layout_body.woo div.__layout_fullscreenslide .slick-slider .slick-arrow.slick-prev {
        left: auto;
        right: 6rem
    }

    html body div.__layout_body.woo div.__layout_fullscreenslide .slick-slider .slick-dots {
        top: 2.4rem;
        right: 10rem;
        left: auto
    }

    html body div.__layout_body.woo div.__layout_fullscreenslide .slick-slider .slick-dots li {
        padding: 0;
        margin: 0
    }

    html body div.__layout_body.woo div.__layout_fullscreenslide .slick-slider .slick-dots li button {
        width: 10px;
        height: 10px
    }

    html body div.__layout_body.woo div.__layout_fullscreenslide .slick-slider .slick-dots li button:before {
        width: 10px;
        height: 10px
    }

    html body div.__layout_body div.__section_accordion div.outline {
        padding: 3rem;
        margin-bottom: 4rem
    }

    html body div.__layout_body div.__section_accordion div.outline a {
        min-height: auto;
        font-size: 3rem
    }

    html body div.__layout_body div.__section_accordion div.outline a[href^="#"]:after {
        content: "+";
        -webkit-border-radius: 2rem;
        -moz-border-radius: 2rem;
        border-radius: 2rem;
        position: absolute;
        right: 3rem;
        top: 2.5rem;
        font-family: "Karbon-Regular";
        font-size: 4rem;
        line-height: 1.05;
        color: #000;
        text-align: center;
        padding-top: 0;
        width: 3.4rem;
        height: 3.4rem;
        border: 1px #000 solid
    }

    html body div.__layout_body div.__init_scroller section._panel .row {
        flex-direction: row
    }

    html body div.__layout_body div.__init_scroller section._panel .row .column.column-left {
        flex: 0 0 30%;
        max-width: 30%
    }

    html body div.__layout_body div.__init_scroller nav.slidenav {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
        position: fixed;
        right: 4rem;
        z-index: 100;
        width: 6rem;
        padding: 3rem 1.5rem;
        background-color: #fff;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        -webkit-border-radius: 1rem;
        -moz-border-radius: 1rem;
        border-radius: 1rem
    }

    html body div.__layout_body div.__init_scroller nav.slidenav ul {
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center
    }

    html body div.__layout_body div.__init_scroller nav.slidenav ul li {
        position: relative;
        margin-bottom: 1rem
    }

    html body div.__layout_body div.__init_scroller nav.slidenav ul li a {
        -webkit-border-radius: 1.5rem;
        -moz-border-radius: 1.5rem;
        border-radius: 1.5rem;
        text-align: center;
        display: block;
        width: 3rem;
        height: 3rem;
        border: 0.1rem #C6CACC solid;
        padding-top: 0.4rem;
        color: #C6CACC;
        font-size: 1.6rem
    }

    html body div.__layout_body div.__init_scroller nav.slidenav ul li a:hover {
        border-color: #1BA4E0;
        color: #1BA4E0
    }

    html body div.__layout_body div.__init_scroller nav.slidenav ul li a.last {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border: none
    }

    html body div.__layout_body div.__init_scroller nav.slidenav ul li:last-child {
        margin-bottom: 0
    }

    html body div.__layout_body div.__section_content {
        padding: 6rem 0 4rem
    }

    html body div.__layout_body div.__section_content.blue .row .column.column-mobile {
        display: none
    }

    html body div.__layout_body div.__section_content.blue div._content {
        text-align: right
    }

    html body div.__layout_body div.__section_content.grey div._wrap_content_centre ul {
        width: 46rem
    }

    html body div.__layout_body div.__section_slider {
        padding-bottom: 0
    }

    html body div.__layout_body div.__section_slider .slick-arrow {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 150;
        top: 20%
    }

    html body div.__layout_body div.__section_slider .slick-arrow.slick-next {
        margin-left: 6rem
    }

    html body div.__layout_body div.__section_slider .slick-arrow.slick-prev {
        margin-left: 2.5rem
    }

    html body div.__layout_body div.__section_slider .slick-dots {
        margin-bottom: 0;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 15%;
        margin-left: 12rem;
        width: 30%;
        text-align: left
    }

    html body div.__layout_body div.__section_slider div._wrapper {
        text-align: left;
        padding: 0 2rem
    }

    html body div.__layout_body div.__section_slider div._wrapper div.content {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: 0
    }

    html body div.__layout_body div.__section_slider div._wrapper .row {
        flex-direction: row-reverse
    }

    html body div.__layout_body div.__section_slider div._wrapper .row .column {
        position: relative
    }

    html body div.__layout_body div.__section_slider_products {
        padding: 6rem 0 8rem
    }

    html body div.__layout_body div.__section_slider_products div.__slider_products {
        padding-top: 4rem;
        margin-left: 2rem;
        margin-right: 2rem
    }

    html body div.__layout_body div.__section_slider_products div.__slider_products .slick-arrow.slick-prev {
        left: -3rem
    }

    html body div.__layout_body div.__section_slider_products div.__slider_products .slick-arrow.slick-next {
        right: -3rem
    }

    html body div.__layout_body div.__section_slider_products div.__slider_products div._wrapper {
        margin: 1rem
    }

    html body div.__layout_body div.__section_slider_products div.__slider_products div._wrapper div.title {
        height: 6rem
    }

    html body div.__layout_body div.__section_slider_footer {
        padding: 6rem 0 10rem
    }

    html body div.__layout_body div.__section_slider_footer .slick-slider .slick-arrow.slick-prev {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        top: auto;
        left: auto;
        right: 4rem;
        bottom: -5rem
    }

    html body div.__layout_body div.__section_slider_footer .slick-slider .slick-arrow.slick-next {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        top: auto;
        left: auto;
        right: 0;
        bottom: -5rem
    }

    html body div.__layout_body div.__section_slider_footer .slick-slider .slick-dots {
        bottom: -4rem
    }

    html body div.__layout_body div.__section_slider_footer div.__slider_ambass {
        position: relative
    }

    html body div.__layout_body div.__section_slider_footer div.__slider_ambass div._wrapper {
        position: relative
    }

    html body div.__layout_body div.__section_slider_footer div.__slider_ambass div._wrapper .row .column.column-image {
        flex: 0 0 30%;
        max-width: 30%
    }

    html body div.__layout_body div.__section_slider_footer div.__slider_ambass div._wrapper div.thumbnail img {
        max-width: 100%;
        margin: 0;
        padding-right: 8rem
    }

    html body div.__layout_body div.__section_slider_footer div.__slider_ambass div._wrapper div.content div.name {
        margin: 0;
        margin-right: 2rem;
        float: left
    }

    html body div.__layout_body div.__section_slider_footer div.__slider_ambass div._wrapper div.content div.overview {
        max-width: 60rem;
        text-align: left;
        margin: 0
    }

    html body div.__layout_body div.__section_slider_footer div.__slider_ambass div._wrapper div.content div.quote {
        max-width: 70rem;
        margin: 2rem 0
    }

    html body div.__layout_body div.__section_slider_cases {
        padding: 8rem 0 6rem
    }

    html body div.__layout_body div.__section_slider_cases .__slider_cases {
        margin: 4rem 3rem
    }

    html body div.__layout_body div.__section_slider_cases .__slider_cases ._wrapper {
        padding: 2rem;
        margin: 0 1rem
    }

    html body div.__layout_body div.__section_slider_cases .__slider_cases ._wrapper div.thumbnail {
        height: 12rem
    }

    html body div.__layout_body div.__section_slider_cases .__slider_cases ._wrapper div.title {
        height: 2rem
    }

    html body div.__layout_body div.__section_slider_cases .__slider_cases ._wrapper div.excerpt {
        height: 4rem
    }

    html body div.__layout_body div.__section_slider_cases .__slider_cases .slick-arrow.slick-next {
        right: -3rem
    }

    html body div.__layout_body div.__section_slider_cases .__slider_cases .slick-arrow.slick-prev {
        left: -3rem
    }

    html body div.__layout_body div.__section_slider_cases .__slider_cases .slick-dots {
        bottom: -6rem
    }

    html body div.__layout_body div.__section_content_builder {
        position: relative
    }

    html body div.__layout_body div.__section_content_builder div._inner {
        background-size: 50% auto;
        background-position: bottom right;
        padding: 4rem 0 2rem
    }

    html body div.__layout_body div.__section_content_builder div._inner .row .column {
        flex: 0 0 80%;
        max-width: 80%
    }

    html body div.__layout_body div.__section_content_builder div._inner.right {
        background-position: bottom left
    }

    html body div.__layout_body div.__section_content_builder div._inner.right .row .column {
        padding-left: 40%;
        flex: 0 0 60%;
        max-width: 60%
    }

    html body div.__layout_body div.__section_content_builder div._inner.centre {
        padding: 4rem 0 2rem
    }

    html body div.__layout_body div.__section_content_builder div._inner.full .row .column {
        flex: 0 0 100%;
        max-width: 100%
    }

    html body div.__layout_body div.__section_content_builder div._inner.single .row .column {
        flex: 0 0 100%;
        max-width: 100%
    }

    html body div.__layout_body div.__section_content_builder div._inner.single div.content {
        max-width: 60rem;
        margin: auto
    }

    html body div.__layout_body div._wrap_mobile_filters {
        display: none
    }

    html body div.__layout_body div._wrap_filters {
        margin-top: 4em;
        display: block;
        border-right: 0.1rem #707070 solid
    }

    html body div.__layout_body div._wrap_filters h3 {
        font-size: 1.7rem;
        margin-bottom: 2rem
    }

    html body div.__layout_body div._wrap_filters aside ul {
        padding: 0;
        margin: 0 0 2rem;
        list-style: none
    }

    html body div.__layout_body div._wrap_filters aside ul li {
        position: relative;
        font-family: "Karbon-Regular";
        padding-bottom: 0.8rem;
        margin-left: 3rem
    }

    html body div.__layout_body div._wrap_filters aside ul li a {
        display: block;
        margin-left: -2.8rem;
        padding-left: 3rem !important;
        color: #000;
        text-transform: none;
        z-index: 15;
        position: relative
    }

    html body div.__layout_body div._wrap_filters aside ul li a:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0.4rem;
        width: 1.8rem;
        height: 1.8rem;
        border: 0.1rem #707070 solid;
        z-index: 10
    }

    html body div.__layout_body div._wrap_filters aside ul li span.count {
        display: none
    }

    html body div.__layout_body div._wrap_filters aside ul li.chosen a:before {
        content: "";
        border: 0;
        background-image: url(../images/tick-aside.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover
    }

    html body div.__layout_body div._wrap_filters aside#woocommerce_layered_nav_filters-2 {
        display: none
    }

    html body div.__layout_body div._wrap_filters aside.widget_categories ul {
        padding: 0;
        margin: 0;
        list-style: none
    }

    html body div.__layout_body div._wrap_filters aside.widget_categories ul li {
        position: relative;
        font-family: "Karbon-Regular";
        padding-bottom: 0.8rem;
        margin-left: 3rem
    }

    html body div.__layout_body div._wrap_filters aside.widget_categories ul li a {
        color: #000;
        text-transform: none
    }

    html body div.__layout_body div._wrap_filters aside.widget_categories ul li span.count {
        display: none
    }

    /* html body div.__layout_body div._wrap_filters aside.widget_categories ul li:before {
        content: "";
        position: absolute;
        left: -3rem;
        top: 0;
        width: 1.8rem;
        height: 1.8rem;
        border: 0.1rem #707070 solid
    } */

    html body div.__layout_body div._wrap_filters aside.widget_categories ul li.current-cat a:before {
        content: "\f00c";
        font-family: 'FontAwesome';
        color: #707070;
        position: absolute;
        left: 0;
        top: 0.4rem;
        width: 1.8rem;
        height: 1.8rem;
        border: 0.1rem #707070 solid;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    html body div.__layout_body .row .column.column-filter {
        flex: 0 0 25%;
        max-width: 25%
    }

    html body div.__layout_body div._wrap_stdcontent ul._wrap_posts li {
        margin-bottom: 2rem;
        width: 33%;
        display: inline-block;
        vertical-align: top
    }

    html body div.__layout_body div._wrap_stdcontent ul._wrap_posts li div._wrapper {
        margin: 0 1rem
    }

    html body div.__layout_body div._wrap_stdcontent ul._wrap_posts li div._wrapper div.title {
        height: 5rem
    }

    html body div.__layout_body div._wrap_stdcontent ul._wrap_posts li div._wrapper div.title h4 {
        font-size: 1.4rem;
        line-height: 1
    }

    html body div.__layout_body div._wrap_stdcontent ul._wrap_posts li div._wrapper div.excerpt {
        position: relative;
        height: 7rem;
        line-height: 1
    }

    html body div.__layout_body div._wrap_stdcontent ul._wrap_posts_alt {
        margin: 0 -2rem
    }

    html body div.__layout_body div._wrap_stdcontent ul._wrap_posts_alt li {
        width: 33%;
        display: inline-table;
        vertical-align: top;
        margin-bottom: 4rem
    }

    html body div.__layout_body div._wrap_stdcontent ul._wrap_posts_alt li div._wrapper {
        padding: 0 2rem;
        max-width: 100%
    }

    html body div.__layout_body div._wrap_stdcontent ul._wrap_posts_alt li div._wrapper div.label {
        font-size: 1.6rem
    }

    html body div.__layout_body div._wrap_stdcontent div.woocommerce nav.woocommerce-MyAccount-navigation {
        float: left;
        width: 20%;
        border-right: 0.1rem #707070 solid;
        padding: 2rem 0 4rem
    }

    html body div.__layout_body div._wrap_stdcontent div.woocommerce div.woocommerce-MyAccount-content {
        float: right;
        width: 80%;
        padding: 0 4rem
    }

    html body div.__layout_body div.__layout_warning {
        padding: 1.5rem 0;
        text-align: left
    }

    html body div.__layout_body div.__layout_warning img.lock {
        width: 3rem
    }

    html body div.__layout_body div.__layout_warning div._wrap_content div.header {
        position: relative;
        margin-left: 6rem;
        margin-right: 4rem
    }

    html body div.__layout_body div.__layout_warning .button {
        position: absolute;
        top: -0.5rem;
        right: 0
    }

    html body div.__layout_body.woo ul.products li {
        margin-bottom: 2rem;
        width: 24%;
        display: inline-block;
        vertical-align: top
    }

    html body div.__layout_body.woo ul.products li div._wrapper {
        margin: 0 1rem
    }

    html body div.__layout_body.woo ul.products li div._wrapper div.title {
        height: 4rem
    }

    html body div.__layout_body.woo ul.products li div._wrapper div.title h4 {
        font-size: 1.4rem
    }

    html body div.__layout_body.woo ul.products li div._wrapper div.excerpt {
        position: relative;
        height: 10rem
    }

    html body div.__layout_body.woo div.product {
        padding-top: 5rem;
        position: relative
    }

    html body div.__layout_body.woo div.product .row .column.column-image {
        flex: 0 0 50%;
        max-width: 50%
    }

    html body div.__layout_body.woo div.product div.summary {
        margin-top: 0
    }

    html body div.__layout_body.woo div.product div.summary div._wrap_features ul li {
        width: 16%
    }

    html body div.__layout_body.woo div.product div._wrap_productbar div._bar_top div.row .column.column-soon {
        flex: 0 0 25%;
        width: 25%
    }

    html body div.__layout_body.woo div.product div._wrap_productbar div._bar_top div.block {
        padding: 6.2rem 2rem
    }

    html body div.__layout_body.woo div.product div._wrap_productbar div._bar_top ul.items {
        padding: 3rem 0
    }

    html body div.__layout_body.woo div.product div._wrap_productbar div._bar_top ul.items li.size {
        width: 23%;
        display: inline-table;
        vertical-align: top;
        padding-right: 0.5rem
    }

    html body div.__layout_body.woo div.product div._wrap_productbar div._bar_top ul.items li.options {
        width: 68%;
        display: inline-table;
        vertical-align: top
    }

    html body div.__layout_body.woo div.product div._wrap_productbar div._bar_top ul.items li.options form {
        margin-bottom: 0
    }

    html body div.__layout_body.woo div.product div._wrap_productbar div._bar_top ul.items li.options table.variations {
        margin-bottom: 0;
        margin-top: -1rem
    }

    html body div.__layout_body.woo div.product div._wrap_productbar div._bar_top ul.items li.options table.variations tr td,
    html body div.__layout_body.woo div.product div._wrap_productbar div._bar_top ul.items li.options table.variations tr th {
        padding-top: 0;
        padding-bottom: 0;
        border: 0;
        line-height: 0
    }

    html body div.__layout_body.woo div.product div._wrap_productbar div._bar_top ul.items li.options div.single_variation_wrap {
        position: relative;
        display: inline-table;
        vertical-align: top;
        margin-top: 1rem
    }

    html body div.__layout_body.woo div.product div._wrap_productbar div._bar_top ul.items li.options div.single_variation_wrap label {
        display: inline-table;
        line-height: 2.3;
        margin-right: 1.7rem
    }

    html body div.__layout_body.woo div.product div._wrap_productbar div._bar_top ul.items li.options div.single_variation_wrap div.quantity {
        display: inline-table;
        vertical-align: top;
        width: 16%
    }

    html body div.__layout_body.woo div.product div._wrap_productbar div._bar_bottom form {
        margin: 0
    }

    html body div.__layout_body.woo div.product div._wrap_productbar div._bar_bottom .row .column.column-button {
        flex: 0 0 50%;
        max-width: 50%
    }

    html body div.__layout_body.woo div.product div._wrap_productbar div._bar_bottom div.panel .altredbutton {
        padding: 0 0.5rem
    }

    html body div.__layout_body.woo div._layout_related {
        margin: 4rem 0;
        position: relative
    }

    html body div.__layout_body.woo div.__layout_product_wrapper .row .column.column-filter {
        flex: 0 0 25%;
        max-width: 25%
    }

    html body div.__layout_body.woo div.__layout_product_wrapper div._wrap_filters {
        display: block;
        border-right: 0.1rem #707070 solid
    }

    html body div.__layout_body.woo div.__layout_product_wrapper div._wrap_filters ul.product-categories {
        padding: 0;
        margin: 0;
        list-style: none
    }

    html body div.__layout_body.woo div.__layout_product_wrapper div._wrap_filters ul.product-categories li.cat-parent {
        font-family: "Karbon-Semibold"
    }

    html body div.__layout_body.woo div.__layout_product_wrapper div._wrap_filters ul.product-categories li.cat-parent a {
        color: #000;
        text-transform: uppercase
    }

    html body div.__layout_body.woo div.__layout_product_wrapper div._wrap_filters ul.product-categories li.cat-parent ul.children {
        padding: 0;
        margin: 1rem 0 0;
        list-style: none;
        font-size: 14px
    }

    html body div.__layout_body.woo div.__layout_product_wrapper div._wrap_filters ul.product-categories li.cat-parent ul.children li {
        font-family: "Karbon-Regular";
        margin-bottom: 0
    }

    html body div.__layout_body.woo div.__layout_product_wrapper div._wrap_filters ul.product-categories li.cat-parent ul.children li a {
        color: #000;
        text-transform: none
    }

    html body div.__layout_body.woo div.__layout_product_wrapper header h1 {
        font-size: 2.4rem
    }

    html body div.__layout_body.woo div.__layout_product_wrapper ul.products li {
        width: 33%
    }

    html body div.__layout_body div._wrap_midcontent {
        margin-top: -44rem
    }

    html body div.__layout_body div._wrap_midcontent div.__accordion_blocks div.outline div.header_block div.image {
        margin-right: 1.5rem
    }

    html body div.__layout_body div._wrap_midcontent div.__accordion_blocks div.outline div.header_block a {
        font-size: 3rem;
        padding: 2.5rem 0
    }

    html body div.__layout_body div._wrap_midcontent div.__accordion_blocks div.outline div.header_block a:after {
        top: 2.5rem;
        font-size: 4rem;
        padding-top: 0.26rem;
        width: 4rem;
        height: 4rem
    }

    html body div.__layout_body div._wrap_midcontent div.__accordion_blocks div.outline div.header_block a.active[href^="#"]:after {
        content: "-";
        line-height: 1
    }

    html body div.__layout_body div._wrap_midcontent div.__accordion_blocks div.outline div.inner div._standard_block {
        margin-bottom: 1rem
    }

    html body div.__layout_body div._wrap_midcontent div.__accordion_blocks div.outline div.inner div.locked .row .column.column-lock {
        flex: 0 0 30%;
        max-width: 30%
    }

    html body div.__layout_body div._wrap_midcontent div.__accordion_blocks div.outline div.inner ul.grid_brochures li div._wrapper .row .column.column-image {
        flex: 0 0 35%;
        max-width: 35%
    }

    html body footer#__init_footer {
        text-align: left;
        padding: 3rem 0
    }

    html body footer#__init_footer .row .column.column-logo {
        flex: 0 0 30%;
        max-width: 30%
    }

    html body footer#__init_footer img.logo {
        width: auto;
        margin: 0
    }

    html body footer#__init_footer div.copyright {
        margin-top: 1.5rem
    }

    html body footer#__init_footer nav {
        position: relative;
        font-family: "Karbon-Semibold";
        line-height: 1.2
    }

    html body footer#__init_footer nav ul.menu {
        padding: 0;
        margin: 0;
        list-style: none
    }

    html body footer#__init_footer nav ul.menu li {
        vertical-align: top;
        width: 24%;
        margin: 0 0 0.4rem;
        display: inline-block
    }

    html body footer#__init_footer nav ul.menu li a {
        color: #707070
    }

    html body footer#__init_footer nav ul.menu li ul.sub-menu {
        padding: 0;
        margin: 0.4rem 0 0
    }

    html body footer#__init_footer nav ul.menu li ul.sub-menu li {
        width: auto;
        display: block
    }

    html body footer#__init_footer nav ul.menu li ul.sub-menu li a {
        color: #fff
    }

    html body footer#__init_footer nav ul.menu li.last-submenu a {
        display: none
    }

    html body footer#__init_footer nav ul.menu li.last-submenu ul.sub-menu {
        margin: 0
    }

    html body footer#__init_footer nav ul.menu li.last-submenu ul.sub-menu li a {
        display: block
    }

    .selection-tool .button-radio-group {
        flex-direction: row;
    }

    .selection-tool section .row .column:first-child select {
        margin-bottom: 0;
    }

    html body .selection-tool button {
        width: fit-content;
    }
}

@media only screen and (min-width: 992px) {
    html body h1 {
        font-size: 3.9rem
    }

    html body h2 {
        font-size: 3.9rem
    }

    html body header#__init_header {
        padding: 1rem 0
    }

    html body header#__init_header .row .column.column-logo {
        flex: 0 0 28%;
        max-width: 28%
    }

    html body header#__init_header div._menu_top {
        font-size: 1.5rem
    }

    html body header#__init_header div._menu_bot {
        font-size: 1.7rem;
        margin-top: 0.4rem
    }

    html body header#__init_header div._menu_bot nav#nav_site ul.menu li {
        padding: 0.8rem 0.5rem 0
    }

    html body header#__init_header div._menu_bot nav#nav_site ul.menu li.menu-button a {
        padding: 0.3rem 2.8rem 0 0.8rem;
        background-position: 150px center;
        background-repeat: no-repeat;
        background-size: 10px auto
    }

    html body header#__init_header div._menu_bot nav#nav_site ul.menu li.active a {
        padding: 0.3rem 2.8rem 0
    }

    html body div.__layout_header.home {
        font-size: 1.9rem
    }

    html body div.__layout_header.home h1,
    html body div.__layout_header.home h2,
    html body div.__layout_header.home h3,
    html body div.__layout_header.home h4 {
        margin-bottom: 2rem
    }

    html body div.__layout_header.home div.__video_overlay {
        position: relative;
        margin-top: 6rem
    }

    html body div.__layout_header.home div.__video_overlay iframe {
        height: 22rem
    }

    html body div.__layout_header.about {
        padding: 8rem 0
    }

    html body div.__layout_header.about div.__content {
        width: 72rem
    }

    html body div.__init_submenu nav {
        font-size: 1.7rem
    }

    html body div.__init_submenu nav ul.menu li {
        margin: 0 2rem
    }

    html body div.__layout_body div.__section_content {
        padding: 8rem 0 6rem
    }

    html body div.__layout_body div.__section_content.grey div._wrap_content_centre ul {
        width: 46rem
    }

    html body div.__layout_body div.__section_slider .slick-dots {
        margin-left: 15rem
    }

    html body div.__layout_body div.__section_slider div._wrapper div.content {
        font-size: 1.9rem
    }

    html body div.__layout_body div.__section_slider_products {
        padding: 8rem 0 14rem;
        font-size: 1.9rem
    }

    html body div.__layout_body div.__section_slider_products div.__slider_products ul.slick-dots {
        bottom: -8rem
    }

    html body div.__layout_body div.__section_slider_products div.__slider_products div._wrapper div.excerpt {
        height: 8rem
    }

    html body div.__layout_body div.__section_slider_footer {
        padding: 8rem 0 12rem;
        font-size: 1.9rem
    }

    html body div.__layout_body div.__section_slider_cases {
        padding: 8rem 0 10rem
    }

    html body div.__layout_body div.__section_slider_cases .__slider_cases {
        margin: 4rem -1rem
    }

    html body div.__layout_body div.__section_slider_cases .__slider_cases ._wrapper {
        padding: 2rem;
        margin: 0 1.5rem
    }

    html body div.__layout_body div.__section_slider_cases .__slider_cases ._wrapper div.thumbnail {
        height: 12rem
    }

    html body div.__layout_body div.__section_slider_cases .__slider_cases ._wrapper div.title {
        height: 2rem
    }

    html body div.__layout_body div.__section_slider_cases .__slider_cases ._wrapper div.excerpt {
        height: 4rem
    }

    html body div.__layout_body div.__section_slider_cases .__slider_cases .slick-arrow.slick-next {
        top: auto;
        bottom: -10rem;
        right: 1rem
    }

    html body div.__layout_body div.__section_slider_cases .__slider_cases .slick-arrow.slick-prev {
        top: auto;
        bottom: -10rem;
        left: auto;
        right: 5rem
    }

    html body div.__layout_body div.__section_slider_cases .__slider_cases .slick-dots {
        bottom: -8rem
    }

    html body div.__layout_body div.__section_content_builder div._inner {
        background-size: auto 80%;
        background-position: bottom right;
        padding: 8rem 0 6rem
    }

    html body div.__layout_body div.__section_content_builder div._inner .row .column {
        flex: 0 0 50%;
        max-width: 50%
    }

    html body div.__layout_body div.__section_content_builder div._inner.left .row .column {
        flex: 0 0 70%;
        max-width: 70%
    }

    html body div.__layout_body div.__section_content_builder div._inner.right {
        background-size: 50% auto;
        background-position: bottom left
    }

    html body div.__layout_body div.__section_content_builder div._inner.right .container {
        padding-left: 50%
    }

    html body div.__layout_body div.__section_content_builder div._inner.right .row .column {
        padding-left: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    html body div.__layout_body div.__section_content_builder div._inner.right div.content {
        text-align: right
    }

    html body div.__layout_body div.__section_content_builder div._inner.single .row .column {
        flex: 0 0 100%;
        max-width: 100%
    }

    html body div.__layout_body div.__section_content_builder div._inner.single div.content {
        max-width: 60rem;
        margin: auto
    }

    html body div.__layout_body div._wrap_stdcontent ul._wrap_posts li div._wrapper div.thumb {
        height: 14rem
    }

    html body div.__layout_body div._wrap_stdcontent ul._wrap_posts li div._wrapper div.title h4 {
        font-size: 1.6rem
    }

    html body div.__layout_body div._wrap_stdcontent ul._wrap_posts li div._wrapper div.excerpt {
        height: 5rem
    }

    html body div.__layout_body div._wrap_stdcontent ul._wrap_posts_alt li {
        width: 24%
    }

    html body div.__layout_body.woo ul.products li {
        width: 24.9%
    }

    html body div.__layout_body.woo ul.products li div._wrapper div.title h4 {
        font-size: 1.6rem
    }

    html body div.__layout_body.woo div.product div.product-img-box {
        margin-right: 2rem
    }

    html body div.__layout_body.woo div.product div.summary {
        margin-left: 2rem
    }

    html body div.__layout_body.woo div.product div._wrap_productbar div._bar_top div.row .column.column-soon {
        flex: 0 0 20%;
        width: 20%
    }

    html body div.__layout_body.woo div.product div._wrap_productbar div._bar_top div.block {
        padding: 3rem 2rem
    }

    html body div.__layout_body.woo div.product div._wrap_productbar div._bar_top ul.items {
        padding-top: 4.5rem;
        padding-bottom: 0;
        padding-left: 2rem;
        padding-right: 0
    }

    html body div.__layout_body.woo div.product div._wrap_productbar div._bar_top ul.items li.size {
        width: 20%;
        display: inline-table;
        vertical-align: top;
        padding-right: 2rem
    }

    html body div.__layout_body.woo div.product div._wrap_productbar div._bar_top ul.items li.options {
        width: 78%
    }

    html body div.__layout_body.woo div.product div._wrap_productbar div._bar_top ul.items li.options table.variations {
        display: inline-table;
        width: 30%;
        margin-bottom: 0;
        margin-top: -1rem
    }

    html body div.__layout_body.woo div.product div._wrap_productbar div._bar_top ul.items li.options table.variations tr td,
    html body div.__layout_body.woo div.product div._wrap_productbar div._bar_top ul.items li.options table.variations tr th {
        padding-top: 0;
        padding-bottom: 0;
        border: 0;
        line-height: 0
    }

    html body div.__layout_body.woo div.product div._wrap_productbar div._bar_top ul.items li.options div.single_variation_wrap {
        position: relative;
        display: inline-table;
        vertical-align: top;
        margin-top: -1rem;
        width: 68%
    }

    html body div.__layout_body.woo div.product div._wrap_productbar div._bar_top ul.items li.options div.single_variation_wrap label {
        margin-left: 1rem;
        margin-right: 0.5rem;
        top: -0.5rem;
        position: relative
    }

    html body div.__layout_body.woo div.product div._wrap_productbar div._bar_top ul.items li.options div.single_variation_wrap div.quantity {
        display: inline-table;
        vertical-align: top;
        width: 16%
    }

    html body div.__layout_body.woo div.product div._wrap_productbar div._bar_top ul.items li.options div.single_variation_wrap .button {
        margin-left: 3rem
    }

    html body div.__layout_body.woo div.product div._wrap_productbar div._bar_bottom div.panel form {
        position: relative
    }

    html body div.__layout_body.woo div.product div._wrap_productbar div._bar_bottom div.panel .row .column.column-button {
        flex: 0 0 40%;
        max-width: 40%
    }

    html body div.__layout_body.woo div.product div._wrap_productbar div._bar_bottom div.panel .altbutton {
        position: absolute;
        top: 5.4rem;
        right: 0
    }

    html body div.__layout_body.woo div.product div._wrap_productbar div._bar_bottom div.panel .altredbutton {
        padding: 0 0.5rem
    }

    html body div.__layout_body.woo div._layout_related {
        margin: 4rem 0;
        position: relative
    }

    html body div.__layout_body.woo div.__layout_product_wrapper header h1 {
        font-size: 3.9rem
    }

    html body div.__layout_body.woo div.__layout_product_wrapper ul.products li {
        width: 33%
    }

    html body div.__layout_body.woo div.__layout_product_wrapper ul.products li div._wrapper div.excerpt {
        height: 8rem
    }

    html body footer#__init_footer .row .column.column-logo {
        flex: 0 0 30%;
        max-width: 30%
    }
}

@media only screen and (min-width: 1200px) {
    html body {
        font-size: 1.7rem
    }

    html body header#__init_header {
        padding: 1rem 0
    }

    html body header#__init_header .row .column.column-logo {
        flex: 0 0 28%;
        max-width: 28%
    }

    html body header#__init_header div._menu_top {
        font-size: 1.5rem
    }

    html body header#__init_header div._menu_bot {
        font-size: 1.7rem;
        margin-top: 0.4rem
    }

    html body header#__init_header div._menu_bot nav#nav_site ul.menu li {
        padding: 0.8rem 1.4rem 0
    }

    html body header#__init_header div._menu_bot nav#nav_site ul.menu li.current-menu-item a {
        color: #000
    }

    html body header#__init_header div._menu_bot nav#nav_site ul.menu li.current-menu-item a:hover {
        color: #1BA4E0
    }

    html body header#__init_header div._menu_bot nav#nav_site ul.menu li.menu-button a {
        padding: 0.3rem 3rem 0 0.8rem;
        background-position: 150px center;
        background-repeat: no-repeat
    }

    html body header#__init_header div._menu_bot nav#nav_site ul.menu li.active a {
        padding: 0.3rem 3rem 0
    }

    html body div.__layout_header.home div.__video_overlay iframe {
        height: 26rem
    }

    html body div.__layout_header.about {
        background-position: top center;
        padding: 14rem 0
    }

    html body div.__layout_header.about div.__content {
        width: 74rem
    }

    html body div.__layout_body div.__init_scroller section._panel.standard table tr td img {
        max-width: 30rem
    }

    html body div.__layout_body div.__section_content {
        padding: 8rem 0 6rem
    }

    html body div.__layout_body div.__section_content.blue div._content {
        float: right;
        max-width: 50rem
    }

    html body div.__layout_body div.__section_content.blue div._content a.button {
        margin-top: 2rem
    }

    html body div.__layout_body div.__section_content.grey div._wrap_content_centre ul {
        width: 46rem
    }

    html body div.__layout_body div.__section_slider .slick-dots {
        margin-left: 18rem
    }

    html body div.__layout_body div.__section_slider div._wrapper div.content {
        max-width: 40rem
    }

    html body div.__layout_body div.__section_slider_products div._heading {
        margin: auto;
        max-width: 100rem
    }

    html body div.__layout_body div.__section_slider_footer {
        padding: 12rem 0 16rem
    }

    html body div.__layout_body div.__section_slider_footer div._heading {
        margin: auto;
        max-width: 100rem
    }

    html body div.__layout_body div.__section_slider_cases {
        padding: 8rem 0 10rem
    }

    html body div.__layout_body div.__section_slider_cases div._heading {
        margin: auto;
        max-width: 100rem
    }

    html body div.__layout_body div.__section_slider_cases .__slider_cases ._wrapper {
        padding: 2.5rem;
        margin: 0 2.5rem
    }

    html body div.__layout_body div.__section_slider_cases .__slider_cases ._wrapper div.thumbnail {
        height: 14rem
    }

    html body div.__layout_body div.__section_slider_cases .__slider_cases ._wrapper div.title {
        height: 4rem
    }

    html body div.__layout_body div.__section_slider_cases .__slider_cases .slick-arrow.slick-next {
        right: 2rem
    }

    html body div.__layout_body div.__section_slider_cases .__slider_cases .slick-arrow.slick-prev {
        right: 6rem
    }

    html body div.__layout_body div.__section_slider_cases .__slider_cases .slick-dots {
        bottom: -8rem
    }

    html body div.__layout_body div.__section_content_builder div._inner {
        background-size: auto 80%;
        background-position: bottom right;
        padding: 8rem 0 6rem
    }

    html body div.__layout_body div.__section_content_builder div._inner .row .column {
        flex: 0 0 50%;
        max-width: 50%
    }

    html body div.__layout_body div.__section_content_builder div._inner.left .row .column {
        flex: 0 0 70%;
        max-width: 70%
    }

    html body div.__layout_body div.__section_content_builder div._inner.right {
        padding: 14rem 0;
        background-size: 50% auto;
        background-position: top left
    }

    html body div.__layout_body div.__section_content_builder div._inner.right .container {
        padding-left: 30%
    }

    html body div.__layout_body div.__section_content_builder div._inner.right .row .column {
        padding-left: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    html body div.__layout_body div.__section_content_builder div._inner.right div.content {
        text-align: right
    }

    html body div.__layout_body div.__section_content_builder div._inner.centre {
        padding: 8rem 0 6rem
    }

    html body div.__layout_body div.__section_content_builder div._inner.single .row .column {
        flex: 0 0 100%;
        max-width: 100%
    }

    html body div.__layout_body div.__section_content_builder div._inner.single div.content {
        max-width: 60rem;
        margin: auto
    }

    html body div.__layout_body.woo div.__layout_fullscreenslide a.link {
        font-size: 1.6rem
    }

    html body div.__layout_body.woo ul.products li {
        width: 24.9%
    }

    html body div.__layout_body.woo ul.products li div._wrapper div.title h4 {
        font-size: 1.9rem
    }

    html body div.__layout_body.woo ul.products li div._wrapper div.excerpt {
        height: 10rem;
        font-size: 1.7rem
    }

    html body div.__layout_body.woo div.product div.summary div.overview {
        font-size: 1.9rem
    }

    html body div.__layout_body.woo div.product div._wrap_productbar div._bar_top ul.items li.size {
        width: 24%;
        text-align: right;
        font-size: 1.6rem
    }

    html body div.__layout_body.woo div.product div._wrap_productbar div._bar_top ul.items li.size img {
        margin-left: 4rem
    }

    html body div.__layout_body.woo div.product div._wrap_productbar div._bar_top ul.items li.options {
        width: 74%;
        text-align: right
    }

    html body div.__layout_body.woo div.product div._wrap_productbar div._bar_top ul.items li.options table.variations {
        width: 34%
    }

    html body div.__layout_body.woo div.product div._wrap_productbar div._bar_top ul.items li.options div.single_variation_wrap {
        width: 65%
    }

    html body div.__layout_body.woo div.product div._wrap_productbar div._bar_bottom div.panel .altbutton {
        top: 6.4rem
    }

    html body div.__layout_body.woo div.product div._wrap_productbar div._bar_bottom div.panel .altredbutton {
        padding: 0 2rem
    }

    html body div.__layout_body.woo div._layout_related {
        margin: 4rem 0;
        position: relative
    }

    html body footer#__init_footer {
        padding: 4rem 0 3rem
    }

    html body footer#__init_footer .row .column.column-logo {
        flex: 0 0 25%;
        max-width: 25%
    }

    html body footer#__init_footer div.copyright {
        margin-top: 3.4rem
    }

    html body footer#__init_footer nav {
        margin-left: 10rem
    }

    html body footer#__init_footer nav ul.menu {
        font-size: 1.7rem
    }
}