/*!
Theme Name: Wifi Theme
Author: Will Woolley (myma)
Author URI: https://willwoolley.co.uk
Description: A theme specially designed and developemd for WiFi Plug.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/

@font-face {
    font-family: avenir-300;
    src: url(fonts/Avenir-Light.otf) format("truetype");
    font-weight: 300;
}

@font-face {
    font-family: avenir-400;
    src: url(fonts/Avenir-Book.otf) format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: avenir-500;
    src: url(fonts/Avenir-Medium.otf) format("truetype");
    font-weight: 500;
}

@font-face {
    font-family: avenir-600;
    src: url(fonts/Avenir-Heavy.otf) format("truetype");
    font-weight: 600;
}

@font-face {
    font-family: avenir-700;
    src: url(fonts/Avenir-Black.otf) format("truetype");
    font-weight: 700;
}

@font-face {
    font-family: ubuntu-bold;
    src: url(fonts/ubuntu/Ubuntu-Bold.ttf) format("truetype");
    font-weight: 700;
}

html,
body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: "avenir-700", helvetica, sans-serif;
    letter-spacing: 0.05rem;
    color: #141B41;
    font-synthesis: none;
    -moz-font-feature-settings: 'kern';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    direction: ltr;
}

*::selection {
    background-color: rgba(255, 221, 142, 0.6);
    color: #FFF;
}

div.FeatureSection-Image{
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important;
}

/* Containers */

div.Container {
    margin: 0 auto;
    width: 90%;
    max-width: 1140px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-boz-sizing: border-box;
}

div.Container.__small {
    max-width: 460px;
}

div.Container.__medium {
    max-width: 740px;
}

div.Container.__wider-padding {
    padding: 4rem;
}

@media only screen and (max-width: 640px) {
    div.Container.__wider-padding {
        padding: 2rem !important;
    }
}

div.Container > *:first-child {
    margin-top: 0;
}

div.Container > *:last-child {
    margin-bottom: 0;
}


/* Sections */

div.Section {
    padding: 20px 0;
    overflow-y: hidden;
    position: relative;
}

div.Section.__no-padding {
    padding: 0 !important;
}

div.Section.__large {
    padding: 6rem 0 !important;
}

div.Section.__xlarge {
    padding: 10rem 0 !important;
}

div.Section.__border-top {
    border-top: 0.1rem solid #e7e7ff;
}

div.Section.__border-bottom {
    border-bottom: 0.1rem solid #e7e7ff;
}

div.Section.__overlap-top {
    padding-top: 8rem;
    margin-top: -4rem;
    z-index: 2;
}

div.Section.__overlap-top.__large {
    padding-top: 10rem;
}

div.Section.__overlap-ontop {
    z-index: 3;
    padding-top: 0 !important;
}

div.Section.__icon-background {
    background-repeat: no-repeat;
}

div.Section.__icon-background.__icon-background-dark {
    background-image: url("images/icons/background-icon-dark.png");
}

div.Section.__icon-background.__icon-background-pos-1 {
    background-size: 35rem;
    background-position: calc(100% + 13.5rem) 1rem;
}


/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 2rem 0;
}

h1 {
    font-size: 3.15rem;
    font-weight: 600;
}

@media only screen and (max-width: 640px) {
    h1 {
        font-size: 2.95rem;
    }
}

h2 {
    font-size: 2.75rem;
    font-weight: 500;
}


.FeatureSection h2 {
    font-size: 24px;
    font-weight: 500;
}
div.FeatureSection h2 span {
    font-family: "ubuntu-bold", helvetica, sans-serif;
    clear: both;
    display: block;
    font-size: 54px;
    font-weight: 700;
}
@media only screen and (max-width: 640px) {
    .FeatureSection h2 {
        font-size: 20px;
        font-weight: 500;
    }
    div.FeatureSection h2 span {
        font-family: "ubuntu-bold", helvetica, sans-serif;
        clear: both;
        display: block;
        font-size: 30px;
        font-weight: 700;
    }
}

h3 {
    font-size: 2.25rem;
    font-weight: 500;
}

@media only screen and (max-width: 640px) {
    h3 {
        font-size: 1.9rem;
    }
}

h4 {
    font-size: 1.5rem;
    font-weight: 500;
}

@media only screen and (max-width: 640px) {
    h4 {
        font-size: 1.35rem;
    }
}

h5 {
    font-size: 1.15rem;
    line-height: 1.6rem;
    font-weight: 500;
}

h6 {
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
}


/* Paragraphs */

p {
    line-height: 1.6rem;
    font-size: 1rem;
    font-weight: 400;
}


/* Links */

a.Link {
    color: #5088FF;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    text-decoration: none;
    border-bottom: 0.1rem solid #5088FF;
}


/* Dividers */

span.Divider {
    display: block;
    height: 0.5rem;
    width: 2rem;
    background: #141B41;
}

span.Divider.__primary {
    background: #5088FF;
}

span.Divider.__secondary {
    background: #fecb02;
}

span.Divider.__grey {
    background: #f4f4ff;
}

span.Divider.__white {
    background: #FFF;
}


/* Buttons */

*.Button {
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
    -moz-boz-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #5088FF;
    background: transparent;
    border: 0.1rem solid #5088FF;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    padding: 15px 20px;
    font-size: 1rem;
    font-weight: 500;
    font-weight: bold;
    letter-spacing: 0.1rem;
    display: inline-block;
    cursor: pointer;
}

*.Button:disabled {
    border-color: #f4f4ff;
    background: #f4f4ff;
    color: #b7b7ca;
}

*.Button.__small {
    padding: 0.8rem 1.48rem;
    font-size: 0.9rem;
}

*.Button.__block {
    display: block;
    text-align: center;
    width: 100%;
    padding-left: .25rem !important;
    padding-right: .25rem !important;
}

*.Button.__image {
    padding: 0.4rem 1.85rem;
}

*.Button.__image img {
    height: 2.5rem;
    display: block;
    margin: 0 auto;
}

*.Button.__primary {
    background: #5088FF;
    color: #FFF;
}

*.Button.__primary:active {
    border-color: #0454ff;
    background: #0454ff;
}

*.Button.__secondary {
    background: #fecb02;
    color: #FFF;
}

*.Button.__secondary:active {
    border-color: #ffc642;
    background: #ffc642;
}

*.Button.__white {
    color: #FFF;
    background: transparent;
    border-color: #FFF;
}


/* Forms */
form.Form.__inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

form.Form > div:first-of-type {
    margin-top: 0 !important;
}

form.Form > div.Form-Row:last-of-type {
    margin-bottom: 0;
}

form.Form div.Form-Row {
    margin: 0;
}

form.Form div.Form-Row > *:first-child {
    margin-top: 0;
}

form.Form div.Form-Row > *:last-child {
    margin-bottom: 0;
}

form.Form label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    font-weight: 500;
}

form.Form *.Form-Control {
    color: #141B41;
    font-family: inherit;
    background: transparent;
    border: 0.1rem solid #dfdfea;
    border-radius: .75rem;
    -moz-border-radius: .75rem;
    -webkit-border-radius: .75rem;
    padding: 1rem 1.2rem;
    font-size: 1rem;
    line-height: 1.25rem;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

form.Form *.Form-Control:focus,
form.Form *.Form-Control:active {
    border-color: #004be9;
    background-color: #FFF;
}

form.Form *.Form-Control.__danger {
    border-color: #ff6b6b;
}

form.Form textarea.Form-Control {
    line-height: 1.6rem;
}

form.Form select.Form-Control {
    background-image: url(images/arrowdown.png);
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: calc(100% - 1rem) center;
}

form.Form div.Form-Alerts:empty {
    display: none;
}

span.Badge {
    font-size: 0.8rem;
    padding: 0.4rem 0.6rem;
    background: #f4f4ff;
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
}

span.Badge.__primary {
    background: #5088FF;
    color: #FFF;
}

span.Badge.__secondary {
    background: #fecb02;
}

span.Badge.__success {
    background: #52AA5E;
    color: #FFF;
}

span.Badge.__danger {
    background: #ff6b6b;
    color: #FFF;
}

hr {
    height: 0;
    margin: 1rem 0;
    border-top: 0.1rem solid #f4f4ff;
    background: #f4f4ff;
    color: #f4f4ff;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

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

.visible-lg,
.visible-md,
.visible-sm {
    display: none !important;
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block {
    display: none !important;
}

@media only screen and (max-width: 640px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }
    .visible-sm-block {
        display: block !important;
    }
    .visible-sm-inline {
        display: inline !important;
    }
    .visible-sm-inline-block {
        display: inline-block !important;
    }
    .hidden-sm {
        display: none !important;
    }
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }
    .col-sm-1 {
        width: 8.3333333333%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .col-sm-pull-1 {
        right: "8.3333333333%";
    }
    .col-sm-push-1 {
        left: "8.3333333333%";
    }
    .col-sm-offset-1 {
        margin-left: "8.3333333333%";
    }
    .col-sm-2 {
        width: 16.6666666667%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .col-sm-pull-2 {
        right: "16.6666666667%";
    }
    .col-sm-push-2 {
        left: "16.6666666667%";
    }
    .col-sm-offset-2 {
        margin-left: "16.6666666667%";
    }
    .col-sm-3 {
        width: 25%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .col-sm-pull-3 {
        right: "25%";
    }
    .col-sm-push-3 {
        left: "25%";
    }
    .col-sm-offset-3 {
        margin-left: "25%";
    }
    .col-sm-4 {
        width: 33.3333333333%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .col-sm-pull-4 {
        right: "33.3333333333%";
    }
    .col-sm-push-4 {
        left: "33.3333333333%";
    }
    .col-sm-offset-4 {
        margin-left: "33.3333333333%";
    }
    .col-sm-5 {
        width: 41.6666666667%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .col-sm-pull-5 {
        right: "41.6666666667%";
    }
    .col-sm-push-5 {
        left: "41.6666666667%";
    }
    .col-sm-offset-5 {
        margin-left: "41.6666666667%";
    }
    .col-sm-6 {
        width: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .col-sm-pull-6 {
        right: "50%";
    }
    .col-sm-push-6 {
        left: "50%";
    }
    .col-sm-offset-6 {
        margin-left: "50%";
    }
    .col-sm-7 {
        width: 58.3333333333%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .col-sm-pull-7 {
        right: "58.3333333333%";
    }
    .col-sm-push-7 {
        left: "58.3333333333%";
    }
    .col-sm-offset-7 {
        margin-left: "58.3333333333%";
    }
    .col-sm-8 {
        width: 66.6666666667%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .col-sm-pull-8 {
        right: "66.6666666667%";
    }
    .col-sm-push-8 {
        left: "66.6666666667%";
    }
    .col-sm-offset-8 {
        margin-left: "66.6666666667%";
    }
    .col-sm-9 {
        width: 75%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .col-sm-pull-9 {
        right: "75%";
    }
    .col-sm-push-9 {
        left: "75%";
    }
    .col-sm-offset-9 {
        margin-left: "75%";
    }
    .col-sm-10 {
        width: 83.3333333333%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .col-sm-pull-10 {
        right: "83.3333333333%";
    }
    .col-sm-push-10 {
        left: "83.3333333333%";
    }
    .col-sm-offset-10 {
        margin-left: "83.3333333333%";
    }
    .col-sm-11 {
        width: 91.6666666667%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .col-sm-pull-11 {
        right: "91.6666666667%";
    }
    .col-sm-push-11 {
        left: "91.6666666667%";
    }
    .col-sm-offset-11 {
        margin-left: "91.6666666667%";
    }
    .col-sm-12 {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .col-sm-pull-12 {
        right: "100%";
    }
    .col-sm-push-12 {
        left: "100%";
    }
    .col-sm-offset-12 {
        margin-left: "100%";
    }
}

@media screen and (min-width: 640px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }
    .visible-md-block {
        display: block !important;
    }
    .visible-md-inline {
        display: inline !important;
    }
    .visible-md-inline-block {
        display: inline-block !important;
    }
    .hidden-md {
        display: none !important;
    }
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }
    .col-md-1 {
        width: 8.3333333333%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .col-md-pull-1 {
        right: 8.3333333333%;
    }
    .col-md-push-1 {
        left: 8.3333333333%;
    }
    .col-md-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col-md-2 {
        width: 16.6666666667%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .col-md-pull-2 {
        right: 16.6666666667%;
    }
    .col-md-push-2 {
        left: 16.6666666667%;
    }
    .col-md-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col-md-3 {
        width: 25%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-4 {
        width: 33.3333333333%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .col-md-pull-4 {
        right: 33.3333333333%;
    }
    .col-md-push-4 {
        left: 33.3333333333%;
    }
    .col-md-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col-md-5 {
        width: 41.6666666667%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .col-md-pull-5 {
        right: 41.6666666667%;
    }
    .col-md-push-5 {
        left: 41.6666666667%;
    }
    .col-md-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col-md-6 {
        width: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-7 {
        width: 58.3333333333%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .col-md-pull-7 {
        right: 58.3333333333%;
    }
    .col-md-push-7 {
        left: 58.3333333333%;
    }
    .col-md-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col-md-8 {
        width: 66.6666666667%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .col-md-pull-8 {
        right: 66.6666666667%;
    }
    .col-md-push-8 {
        left: 66.6666666667%;
    }
    .col-md-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col-md-9 {
        width: 75%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-10 {
        width: 83.3333333333%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .col-md-pull-10 {
        right: 83.3333333333%;
    }
    .col-md-push-10 {
        left: 83.3333333333%;
    }
    .col-md-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col-md-11 {
        width: 91.6666666667%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .col-md-pull-11 {
        right: 91.6666666667%;
    }
    .col-md-push-11 {
        left: 91.6666666667%;
    }
    .col-md-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col-md-12 {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media screen and (min-width: 910px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }
    .visible-lg-block {
        display: block !important;
    }
    .visible-lg-inline {
        display: inline !important;
    }
    .visible-lg-inline-block {
        display: inline-block !important;
    }
    .hidden-lg {
        display: none !important;
    }
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
    }
    .col-lg-1 {
        width: 8.3333333333%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .col-lg-pull-1 {
        right: 8.3333333333%;
    }
    .col-lg-push-1 {
        left: 8.3333333333%;
    }
    .col-lg-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col-lg-2 {
        width: 16.6666666667%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .col-lg-pull-2 {
        right: 16.6666666667%;
    }
    .col-lg-push-2 {
        left: 16.6666666667%;
    }
    .col-lg-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col-lg-3 {
        width: 25%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-4 {
        width: 33.3333333333%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .col-lg-pull-4 {
        right: 33.3333333333%;
    }
    .col-lg-push-4 {
        left: 33.3333333333%;
    }
    .col-lg-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col-lg-5 {
        width: 41.6666666667%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .col-lg-pull-5 {
        right: 41.6666666667%;
    }
    .col-lg-push-5 {
        left: 41.6666666667%;
    }
    .col-lg-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col-lg-6 {
        width: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-7 {
        width: 58.3333333333%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .col-lg-pull-7 {
        right: 58.3333333333%;
    }
    .col-lg-push-7 {
        left: 58.3333333333%;
    }
    .col-lg-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col-lg-8 {
        width: 66.6666666667%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .col-lg-pull-8 {
        right: 66.6666666667%;
    }
    .col-lg-push-8 {
        left: 66.6666666667%;
    }
    .col-lg-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col-lg-9 {
        width: 75%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-10 {
        width: 83.3333333333%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .col-lg-pull-10 {
        right: 83.3333333333%;
    }
    .col-lg-push-10 {
        left: 83.3333333333%;
    }
    .col-lg-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col-lg-11 {
        width: 91.6666666667%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .col-lg-pull-11 {
        right: 91.6666666667%;
    }
    .col-lg-push-11 {
        left: 91.6666666667%;
    }
    .col-lg-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col-lg-12 {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    td.visible-print,
    th.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.clearfix:after,
.clearfix:before,
.row:after,
.row:before {
    content: " ";
    display: table;
}

.clearfix:after,
.row:after {
    clear: both;
}

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

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

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}


/* Text Aligns */

*.text-left {
    text-align: left;
}

*.text-center {
    text-align: center;
}

*.text-right {
    text-align: right;
}

@media only screen and (max-width: 640px) {
    *.text-sm-left {
        text-align: left;
    }
    *.text-sm-center {
        text-align: center;
    }
    *.text-sm-right {
        text-align: right;
    }
}

@media only screen and (min-width: 640px) {
    *.text-md-left {
        text-align: left;
    }
    *.text-md-center {
        text-align: center;
    }
    *.text-md-right {
        text-align: right;
    }
}

@media only screen and (min-width: 910px) {
    *.text-lg-left {
        text-align: left;
    }
    *.text-lg-center {
        text-align: center;
    }
    *.text-lg-right {
        text-align: right;
    }
}


/* Backgrounds */

*.background-primary {
    background-color: #5088FF !important;
}

*.background-secondary {
    background-color: #fecb02 !important;
}

*.background-grey {
    background-color: #f4f4ff !important;
}

*.background-dark-grey {
    background-color: #b7b7ca !important;
}


/* Text sizings */

*.text-small {
    font-size: 0.8rem;
}

*.text-medium {
    font-size: 0.9rem;
}

*.text-regular {
    font-size: 1rem;
}


/* Font Weights */

*.text-normal {
    font-weight: normal;
}

*.text-bold {
    font-weight: 600;
}


/* Text Colours */

*.color-primary {
    color: #5088FF;
}

*.color-secondary {
    color: #fecb02;
}

*.color-success {
    color: #52AA5E;
}

*.color-danger {
    color: #ff6b6b;
}

*.color-white {
    color: #FFF;
}

*.color-black {
    color: #141B41;
}


/* Text Decorations */

*.text-underline {
    text-decoration: underline;
}


/* Margins & Paddings */

*.mt-0 {
    margin-top: 0rem !important;
}

*.mr-0 {
    margin-right: 0rem !important;
}

*.mb-0 {
    margin-bottom: 0rem !important;
}

*.ml-0 {
    margin-left: 0rem !important;
}

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

*.mr-1 {
    margin-right: 1rem !important;
}

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

*.ml-1 {
    margin-left: 1rem !important;
}

*.mt-2 {
    margin-top: 2rem !important;
}

*.mr-2 {
    margin-right: 2rem !important;
}

*.mb-2 {
    margin-bottom: 2rem !important;
}

*.ml-2 {
    margin-left: 2rem !important;
}

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

*.mr-3 {
    margin-right: 3rem !important;
}

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

*.ml-3 {
    margin-left: 3rem !important;
}

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

*.mr-4 {
    margin-right: 4rem !important;
}

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

*.ml-4 {
    margin-left: 4rem !important;
}

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

*.mr-5 {
    margin-right: 5rem !important;
}

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

*.ml-5 {
    margin-left: 5rem !important;
}

*.mt-6 {
    margin-top: 6rem !important;
}

*.mr-6 {
    margin-right: 6rem !important;
}

*.mb-6 {
    margin-bottom: 6rem !important;
}

*.ml-6 {
    margin-left: 6rem !important;
}

*.mt-7 {
    margin-top: 7rem !important;
}

*.mr-7 {
    margin-right: 7rem !important;
}

*.mb-7 {
    margin-bottom: 7rem !important;
}

*.ml-7 {
    margin-left: 7rem !important;
}

*.mt-8 {
    margin-top: 8rem !important;
}

*.mr-8 {
    margin-right: 8rem !important;
}

*.mb-8 {
    margin-bottom: 8rem !important;
}

*.ml-8 {
    margin-left: 8rem !important;
}

*.mt-9 {
    margin-top: 9rem !important;
}

*.mr-9 {
    margin-right: 9rem !important;
}

*.mb-9 {
    margin-bottom: 9rem !important;
}

*.ml-9 {
    margin-left: 9rem !important;
}

*.mt-10 {
    margin-top: 10rem !important;
}

*.mr-10 {
    margin-right: 10rem !important;
}

*.mb-10 {
    margin-bottom: 10rem !important;
}

*.ml-10 {
    margin-left: 10rem !important;
}

*.mt-11 {
    margin-top: 11rem !important;
}

*.mr-11 {
    margin-right: 11rem !important;
}

*.mb-11 {
    margin-bottom: 11rem !important;
}

*.ml-11 {
    margin-left: 11rem !important;
}

*.mt-12 {
    margin-top: 12rem !important;
}

*.mr-12 {
    margin-right: 12rem !important;
}

*.mb-12 {
    margin-bottom: 12rem !important;
}

*.ml-12 {
    margin-left: 12rem !important;
}

*.pt-0 {
    padding-top: 0rem !important;
}

*.pr-0 {
    padding-right: 0rem !important;
}

*.pb-0 {
    padding-bottom: 0rem !important;
}

*.pl-0 {
    padding-left: 0rem !important;
}

*.pt-1 {
    padding-top: 1rem !important;
}

*.pr-1 {
    padding-right: 1rem !important;
}

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

*.pl-1 {
    padding-left: 1rem !important;
}

*.pt-2 {
    padding-top: 2rem !important;
}

*.pr-2 {
    padding-right: 2rem !important;
}

*.pb-2 {
    padding-bottom: 2rem !important;
}

*.pl-2 {
    padding-left: 2rem !important;
}

*.pt-3 {
    padding-top: 3rem !important;
}

*.pr-3 {
    padding-right: 3rem !important;
}

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

*.pl-3 {
    padding-left: 3rem !important;
}

*.pt-4 {
    padding-top: 4rem !important;
}

*.pr-4 {
    padding-right: 4rem !important;
}

*.pb-4 {
    padding-bottom: 4rem !important;
}

*.pl-4 {
    padding-left: 4rem !important;
}

*.pt-5 {
    padding-top: 5rem !important;
}

*.pr-5 {
    padding-right: 5rem !important;
}

*.pb-5 {
    padding-bottom: 5rem !important;
}

*.pl-5 {
    padding-left: 5rem !important;
}

*.pt-6 {
    padding-top: 6rem !important;
}

*.pr-6 {
    padding-right: 6rem !important;
}

*.pb-6 {
    padding-bottom: 6rem !important;
}

*.pl-6 {
    padding-left: 6rem !important;
}

*.pt-7 {
    padding-top: 7rem !important;
}

*.pr-7 {
    padding-right: 7rem !important;
}

*.pb-7 {
    padding-bottom: 7rem !important;
}

*.pl-7 {
    padding-left: 7rem !important;
}

*.pt-8 {
    padding-top: 8rem !important;
}

*.pr-8 {
    padding-right: 8rem !important;
}

*.pb-8 {
    padding-bottom: 8rem !important;
}

*.pl-8 {
    padding-left: 8rem !important;
}

*.pt-9 {
    padding-top: 9rem !important;
}

*.pr-9 {
    padding-right: 9rem !important;
}

*.pb-9 {
    padding-bottom: 9rem !important;
}

*.pl-9 {
    padding-left: 9rem !important;
}

*.pt-10 {
    padding-top: 10rem !important;
}

*.pr-10 {
    padding-right: 10rem !important;
}

*.pb-10 {
    padding-bottom: 10rem !important;
}

*.pl-10 {
    padding-left: 10rem !important;
}

*.pt-11 {
    padding-top: 11rem !important;
}

*.pr-11 {
    padding-right: 11rem !important;
}

*.pb-11 {
    padding-bottom: 11rem !important;
}

*.pl-11 {
    padding-left: 11rem !important;
}

*.pt-12 {
    padding-top: 12rem !important;
}

*.pr-12 {
    padding-right: 12rem !important;
}

*.pb-12 {
    padding-bottom: 12rem !important;
}

*.pl-12 {
    padding-left: 12rem !important;
}

html,
body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

div#page {
    overflow-x: hidden;
    flex: 1 0 auto;
}


/* Sidebar */

div.SocialMediaSidebar {
    position: absolute;
    padding: 0.5rem 1rem;
    top: 20%;
    left: 0;
    display: none;
    position: fixed;
}

@media only screen and (min-width: 910px) {
    div.SocialMediaSidebar {
        display: block;
    }
}

div.SocialMediaSidebar span {
    display: block;
    padding-top: 7rem;
    position: relative;
}

div.SocialMediaSidebar span p {
    position: absolute;
    top: 2rem;
    right: -1.95rem;
    white-space: nowrap;
    margin: 0;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
}

div.SocialMediaSidebar a {
    display: block;
    text-decoration: none;
    color: #141B41;
    margin: 1rem 0;
    position: relative;
}

div.SocialMediaSidebar a:hover {
    color: #5088FF;
}

div.SocialMediaSidebar a i {
    font-size: 1.5rem;
}

div.SocialMediaSidebar a i:last-child {
    margin-right: 0;
}


/* Header */

header.MainHeader div.Header-Navigation-Region {
    padding: 1rem 0;
}

header.MainHeader div.Header-Navigation-Region div.Container {
    position: relative;
}

header.MainHeader div.Header-Navigation-Region div.Container:after {
    content: "";
    clear: both;
    display: table;
}

@media only screen and (min-width: 910px) {
    header.MainHeader div.Header-Navigation-Region div.Container div.TabletOnly {
        display: none;
    }
}

header.MainHeader div.Header-Navigation-Region div.Header-Logo {
    display: block;
    width: 8rem;
    margin: 0 auto;
}

@media only screen and (min-width: 820px) {
    header.MainHeader div.Header-Navigation-Region div.Header-Logo {
        width: 10rem !important;
    }
    header.MainHeader div.Header-Navigation-Region div.Header-Logo a img {
        width: 10rem !important;
    }


    header.MainHeader div.Header-Navigation-Region {
        padding: 2rem 0;
    }
}

@media only screen and (min-width: 910px) {
    header.MainHeader div.Header-Navigation-Region div.Header-Logo {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
    }
}

header.MainHeader div.Header-Navigation-Region div.Header-Logo a {
    text-decoration: none;
}

header.MainHeader div.Header-Navigation-Region div.Header-Logo a img {
    width: 8rem;
    display: block;
}

header.MainHeader div.Header-Navigation-Region nav.MainNavigation {
    min-height: 100%;
    vertical-align: middle;
    padding: 0;
    display: none;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #5088FF;
    overflow-y: auto;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

header.MainHeader div.Header-Navigation-Region nav.MainNavigation div.TabletNavigationHeader {
    padding: 2rem;
    border-bottom: 1px solid #004be9;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

header.MainHeader div.Header-Navigation-Region nav.MainNavigation div.TabletNavigationHeader img {
    width: 8rem;
}

header.MainHeader div.Header-Navigation-Region nav.MainNavigation div.TabletNavigationHeader i#MobileCloseButton {
    top: 10px;
    right: 10px;
    font-size: 1.5rem;
    color: #5088FF;
    background: #FFF;
    padding: 0.5rem;
    cursor: pointer;
    position: absolute;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    width: 40px;
    text-align: center;
    height: 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

header.MainHeader div.Header-Navigation-Region nav.MainNavigation.__active {
    display: block;
}

@media only screen and (min-width: 910px) {
    header.MainHeader div.Header-Navigation-Region nav.MainNavigation {
        display: inline-block;
        vertical-align: middle;
        margin-left: 2rem;
        padding: .5rem 0;
        background: transparent;
        position: relative;
        width: auto !important;
    }
    header.MainHeader div.Header-Navigation-Region nav.MainNavigation.__active {
        display: inline-block;
    }
    header.MainHeader div.Header-Navigation-Region nav.MainNavigation a {
        display: inline-block !important;
        border-bottom: none !important;
    }
}

header.MainHeader div.Header-Navigation-Region nav.MainNavigation a {
    color: #FFF;
    display: block;
    font-weight: 500;
    padding: 1rem 2rem;
    font-size: 1rem;
    text-decoration: none;
    margin: 0;
    border-bottom: 1px solid #004be9;
}

@media only screen and (min-width: 910px) {
    header.MainHeader div.Header-Navigation-Region nav.MainNavigation a {
        color: #141B41;
        padding: 0;
        margin-right: 1.25rem;
    }
    header.MainHeader div.Header-Navigation-Region nav.MainNavigation a:hover {
        color: #5088FF;
    }
}

header.MainHeader div.Header-Navigation-Region nav.ExtraNavigation {
    position: absolute;
    right: 0;
    top: 0;
    padding: .15rem 0;
}

@media only screen and (min-width: 820px) {
    header.MainHeader div.Header-Navigation-Region nav.ExtraNavigation {
        padding: .45rem 0;
    }
}

@media only screen and (min-width: 910px) {
    header.MainHeader div.Header-Navigation-Region nav.ExtraNavigation {
        padding: .65rem 0;
    }
}

header.MainHeader div.Header-Navigation-Region nav.ExtraNavigation a {
    margin-left: 1rem;
    display: inline-block;
    text-align: center;
    border-radius: 1rem;
    -moz-border-radius: 1rem;
    -webkit-border-radius: 1rem;
    color: #141B41;
    text-decoration: none;
}

header.MainHeader div.Header-Navigation-Region nav.ExtraNavigation a#Account {
    display: none;
}

@media only screen and (min-width: 640px) {
    header.MainHeader div.Header-Navigation-Region nav.ExtraNavigation a#Account {
        display: inline-block;
    }
}

header.MainHeader div.Header-Navigation-Region nav.ExtraNavigation a:hover {
    border-color: #5088FF;
    color: #5088FF;
}

header.MainHeader div.Header-Navigation-Region nav.ExtraNavigation a:first-of-type {
    margin-left: 0;
}

header.MainHeader div.Header-Navigation-Region nav.ExtraNavigation a p {
    font-size: 0.9rem;
    font-weight: 500;
    display: none;
    line-height: 1rem;
    margin: 0 0 0 0.5rem;
    padding: 0;
    vertical-align: middle;
}

@media only screen and (min-width: 820px) {
    header.MainHeader div.Header-Navigation-Region nav.ExtraNavigation a p {
        display: inline-block;
        font-size: 1rem;
    }
}

header.MainHeader div.Header-Navigation-Region nav.ExtraNavigation a i {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.1rem;
}

header.MainHeader div.Header-Navigation-Region div.MobileTrigger {
    position: absolute;
    top: 0;
    left: 0;
    color: #141B41;
    cursor: pointer;
}

@media only screen and (min-width: 910px) {
    header.MainHeader div.Header-Navigation-Region div.MobileTrigger {
        display: none;
    }
}

header.MainHeader div.Header-Navigation-Region div.MobileTrigger:hover {
    border-color: #5088FF;
    color: #5088FF;
}

header.MainHeader div.Header-Navigation-Region div.MobileTrigger i {
    font-size: 1.5rem;
}

header.MainHeader div.Header-Widget-Region div.Header-Widget#features {
    background: #5088FF;
    color: #FFF;
    padding: 0.5rem 0;
    display: none;
}

@media only screen and (min-width: 910px) {
    header.MainHeader div.Header-Widget-Region div.Header-Widget#features {
        display: block;
    }
}

header.MainHeader div.Header-Widget-Region div.Header-Widget#features ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}

header.MainHeader div.Header-Widget-Region div.Header-Widget#features ul li {
    display: inline-block;
    margin: 0 1rem 0 0;
    margin: 0 1rem 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: calc(50% - 0.75rem);
    vertical-align: top;
    overflow: hidden;
    text-align: center;
    padding: 0.5rem 0;
}

header.MainHeader div.Header-Widget-Region div.Header-Widget#features ul li:nth-child(even) {
    margin-right: 0;
}

@media only screen and (min-width: 910px) {
    header.MainHeader div.Header-Widget-Region div.Header-Widget#features ul li {
        vertical-align: middle;
        width: calc(25% - 0.75rem);
    }
    header.MainHeader div.Header-Widget-Region div.Header-Widget#features ul li:nth-child {
        margin-right: 1rem;
    }
    header.MainHeader div.Header-Widget-Region div.Header-Widget#features ul li i {
        display: inline-block;
    }
    header.MainHeader div.Header-Widget-Region div.Header-Widget#features ul li p {
        display: inline-block !important;
        width: auto !important;
        margin: inherit;
        margin-left: 0.5rem !important;
    }
}

header.MainHeader div.Header-Widget-Region div.Header-Widget#features ul li:first-child {
    margin-left: 0;
}

header.MainHeader div.Header-Widget-Region div.Header-Widget#features ul li:last-child {
    margin-right: 0;
}

header.MainHeader div.Header-Widget-Region div.Header-Widget#features ul li i {
    display: inline-block;
    font-size: 1.25rem;
    vertical-align: middle;
}

header.MainHeader div.Header-Widget-Region div.Header-Widget#features ul li p {
    display: block;
    vertical-align: middle;
    margin-left: 0.5rem;
    font-size: 18;
    width: 100%;
    margin: 0;
}

div.Header-Breadcrumbs {
    padding: 1rem 0;
    border-bottom: 0.1rem solid #f4f4ff;
    border-top: 0.1rem solid #f4f4ff;
}

div.Header-Breadcrumbs div.Container nav {
    line-height: 1.2rem;
    font-size: 0.9rem;
}

div.Header-Breadcrumbs div.Container nav a {
    padding: 0;
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    margin: 0 0.5rem 0 0;
    display: inline-block;
    text-decoration: none;
    color: #141B41;
}

div.Header-Breadcrumbs div.Container nav a:hover,
div.Header-Breadcrumbs div.Container nav a:active {
    color: #5088FF;
}

div.Header-Breadcrumbs div.Container nav p {
    margin: 0 0.5rem 0 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    display: inline-block;
}


/* Feature Sections */

div.FeatureSection {
    position: relative;
    overflow: hidden;
}

@media only screen and (min-width: 910px) {
    div.FeatureSection {
        margin: 0;
    }
}

div.FeatureSection:after {
    content: "";
    clear: both;
    display: table;
}

div.FeatureSection div.FeatureSection-Text {
    padding: 6rem 0 8rem;
    z-index: 1;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 0.1rem solid transparent;
}

div.FeatureSection div.FeatureSection-Text.__icon {
    background-repeat: no-repeat;
}

div.FeatureSection div.FeatureSection-Text.__icon.__icon-dark {
    background-image: url(images/icons/background-icon-dark.png);
}

div.FeatureSection div.FeatureSection-Text.__icon.__icon-dark.__icon-bottom {
    background-image: url(images/icons/background-icon-dark-bottom.png) !important;
}

div.FeatureSection div.FeatureSection-Text.__icon.__icon-light {
    /*background-image: url(images/icons/background-icon-light.png);*/
    background-image: url(images/icons/background-icon-dark-bottom.png);
}

div.FeatureSection div.FeatureSection-Text.__icon.__icon-light.__icon-bottom {
    /*background-image: url(images/icons/background-icon-light-bottom.png) !important;*/
    background-image: url(images/icons/background-icon-dark-bottom.png) !important;
}

div.FeatureSection div.FeatureSection-Text.__icon.__icon-pos-1 {
    background-position: 150% -2.5rem;
    background-size: 20rem auto;
}

div.FeatureSection div.FeatureSection-Text.__icon.__icon-pos-2 {
    background-position: -9.5rem 145%;
    background-size: 18rem auto;
}

@media only screen and (min-width: 820px) {
    div.FeatureSection div.FeatureSection-Text.__icon.__icon-pos-2 {
        background-position: -8.5rem 185%;
    }
}

@media only screen and (min-width: 910px) {
    div.FeatureSection div.FeatureSection-Text.__icon.__icon-pos-2 {
        background-position: -7.5rem 200%;
    }
}

div.FeatureSection div.FeatureSection-Text.__icon.__icon-pos-3 {
    background-position: 190% 15rem;
    background-size: 22.5rem auto;
}

@media only screen and (min-width: 820px) {
    div.FeatureSection div.FeatureSection-Text.__icon.__icon-pos-3 {
        background-position: 165% 15rem;
    }
}

@media only screen and (min-width: 910px) {
    div.FeatureSection div.FeatureSection-Text.__icon.__icon-pos-3 {
        /*background-position: 140% 15rem;*/
        background-position: 148% -2rem;
    }
}

div.FeatureSection div.FeatureSection-Text.__icon.__icon-pos-4 {
    background-position: 205% -0.5rem;
    background-size: 20rem auto;
}

@media only screen and (min-width: 820px) {
    div.FeatureSection div.FeatureSection-Text.__icon.__icon-pos-4 {
        background-position: 65% -0.5rem;
    }
}

@media only screen and (min-width: 910px) {
    div.FeatureSection div.FeatureSection-Text.__icon.__icon-pos-4 {
        background-position: 165% -0.5rem;
    }
}

div.FeatureSection div.FeatureSection-Text.__icon.__icon-pos-5 {
    background-position: 230% 8.5rem;
    background-size: 20rem auto;
}

@media only screen and (min-width: 820px) {
    div.FeatureSection div.FeatureSection-Text.__icon.__icon-pos-5 {
        background-position: 215% 8.5rem;
    }
}

@media only screen and (min-width: 910px) {
    div.FeatureSection div.FeatureSection-Text.__icon.__icon-pos-5 {
        background-position: 180% 8.5rem;
    }
}

div.FeatureSection div.FeatureSection-Text.__primary {
    background-color: #5088FF;
    color: #FFF;
}

div.FeatureSection div.FeatureSection-Text.Secondary {
    background-color: #fecb02;
    color: #FFF;
}

div.FeatureSection div.FeatureSection-Text.__grey {
    background-color: #f4f4ff;
    color: #141B41;
}

div.FeatureSection div.FeatureSection-Text div.Container {
    padding: 0;
}

div.FeatureSection div.FeatureSection-Text div.Container div.SplitWithIcon {
    width: 60%;
}

@media only screen and (min-width: 910px) {
    div.FeatureSection div.FeatureSection-Text div.Container div.SplitWithIcon {
        width: 100%;
    }
}

@media only screen and (min-width: 910px) {
    div.FeatureSection div.FeatureSection-Text {
        width: calc(45% + 1px);
        padding: 6rem 4rem;
        margin: 6rem 0 6rem 50%;
        top: 0;
        bottom: 0;
        position: relative;
        border-left: none !important;
        max-width: 570px;
    }
}

div.FeatureSection.__inversed div.FeatureSection-Image {
    float: right;
}

div.FeatureSection.__inversed div.FeatureSection-Image div.FeatureSection-Icon {
    margin-left: 55%;
}

@media only screen and (min-width: 910px) {
    div.FeatureSection.__inversed div.FeatureSection-Image {
        right: 0;
        left: auto;
    }
    div.FeatureSection.__inversed div.FeatureSection-Image div.FeatureSection-Icon {
        margin-left: 0;
        right: 0;
        left: -4rem;
    }
    div.FeatureSection.__inversed div.FeatureSection-Text {
        margin: 6rem 0 6rem 5%;
        border-right: none !important;
        border-left: 0.1rem solid transparent !important;
    }
}

@media only screen and (min-width: 910px) and (min-width: 910px) {
    div.FeatureSection.__inversed div.FeatureSection-Text {
        margin-left: 5%;
    }
}

@media only screen and (min-width: 1140px) and (max-width: 1280px) {
    div.FeatureSection.__inversed div.FeatureSection-Text {
        margin-left: 5% !important;
    }
}

@media only screen and (min-width: 1140px) {
    div.FeatureSection.__inversed div.FeatureSection-Image div.FeatureSection-Icon {
        left: -5rem;
    }
    div.FeatureSection.__inversed div.FeatureSection-Text {
        margin-left: calc(50% - 570px);
    }
}

div.FeatureSection div.FeatureSection-Image {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 3;
    width: 80vw;
    height: 60vw;
    float: left;
    margin-top: -4rem;
}

@media only screen and (min-width: 910px) {
    div.FeatureSection div.FeatureSection-Image {
        width: 50%;
        height: 100%;
        margin-top: 0;
        position: absolute;
        top: 0;
        left: 0;
    }
}

@media only screen and (max-width: 640px) {
    div.FeatureSection div.FeatureSection-Image {
        width: 90vw;
        height: 70vw;
    }
}

div.FeatureSection div.FeatureSection-Image div.FeatureSection-Icon {
    position: absolute;
    top: 30%;
    width: 30%;
    right: 2.5%;
    max-width: 20rem;
    z-index: 3;
    text-align: center;
}

@media only screen and (max-width: 640px) {
    div.FeatureSection div.FeatureSection-Image div.FeatureSection-Icon {
        width: 40%;
    }
}

@media only screen and (min-width: 910px) {
    div.FeatureSection div.FeatureSection-Image div.FeatureSection-Icon {
        right: -4rem;
        left: auto;
        top: auto;
        bottom: 8rem;
        width: 8rem;
    }
    div.FeatureSection div.FeatureSection-Image div.FeatureSection-Icon img {
        width: 8rem !important;
    }
}

@media only screen and (min-width: 1140px) {
    div.FeatureSection div.FeatureSection-Image div.FeatureSection-Icon {
        right: -5rem;
        width: 10rem;
    }
    div.FeatureSection div.FeatureSection-Image div.FeatureSection-Icon img {
        width: 10rem !important;
    }
}

div.FeatureSection div.FeatureSection-Image div.FeatureSection-Icon img {
    width: 100%;
    display: inline-block;
}

footer {
    background: #FFF;
    flex-shrink: 0;
}

footer div.Container {
    font-size: 0;
}

footer div.Container:after {
    content: "";
    clear: both;
    display: table;
}

footer div.Footer-Newsletter {
    padding: 4rem 0;
    font-size: 1rem;
    background: #fff;
    border-top: 0.1rem solid #f4f4ff;
}
footer div.Footer-Newsletter .Container {
    max-width: 850px;
}
footer div.Footer-Newsletter h4 {
    display: block;
    margin: 20px 2rem 0 0;
    vertical-align: top;
    font-size: 20px;
}

footer div.Footer-Newsletter .wool-newsletter {
    position: relative;
}
.wool-newsletter p {
    margin: 0;
}
.wool-newsletter input[type=email],
.wool-newsletter .input-text,
.wool-newsletter input[type=email],
.wool-newsletter input[type=password],
.wool-newsletter input[type=search],
.wool-newsletter input[type=tel],
.wool-newsletter input[type=text],
.wool-newsletter input[type=url],
.wool-newsletter textarea.input-text,
.wool-newsletter input[type=email],
.wool-newsletter input[type=password],
.wool-newsletter input[type=search],
.wool-newsletter input[type=tel],
.wool-newsletter input[type=text],
.wool-newsletter input[type=url],
.wool-newsletter textarea {
    color: #141B41;
    font-family: inherit;
    background: transparent;
    border: 0.1rem solid #dfdfea;
    border-radius: .75rem;
    -moz-border-radius: .75rem;
    -webkit-border-radius: .75rem;
    padding: 18px;
    font-size: 1rem;
    line-height: 1.25rem;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.wool-newsletter input[type=email] {
    border-radius: 28px;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    padding: 18px 140px 18px 20px;
}

input.wpcf7-form-control.wpcf7-submit.button {
    -webkit-appearance: none;
    position: absolute;
    top: 4px;
    right: 4px;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
    -moz-boz-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #000;
    background-color: #fecb02;
    border: 0.1rem solid #fecb02;
    border-radius: 28px;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    padding: 15px 20px;
    font-size: 1rem;
    font-weight: 500;
    font-weight: bold;
    letter-spacing: 0.1rem;
    display: inline-block;
    cursor: pointer;
}
.woocommerce #review_form #respond .form-submit input {
    -webkit-appearance: none;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
    -moz-boz-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #fff;
    background-color: #0454ff;
    border: 0.1rem solid #0454ff;
    border-radius: 28px;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    padding: 15px 20px;
    font-size: 1rem;
    font-weight: 500;
    font-weight: bold;
    letter-spacing: 0.1rem;
    display: inline-block;
    cursor: pointer;
}
@media only screen and (min-width: 820px) {
    .wool-newsletter input[type=email] {
        /*width: calc(100% - 10.25rem);*/
        display: inline-block;
    }
}

@media only screen and (min-width: 910px) {
    footer div.Footer-Newsletter h4 {
        display: inline-block;
        max-width: 40%;
    }
    footer div.Footer-Newsletter .wpcf7 {
        margin-top: 0;
        display: inline-block;
        width: calc(50% - 3rem);
    }
}

footer div.Footer-Contact {
    padding: 2rem 0 0;
    font-size: 1rem;
    border-top: 0.1rem solid #f4f4ff;
}

@media only screen and (min-width: 820px) {
    footer div.Footer-Contact {
        font-size: 0;
    }
}

footer div.Footer-Contact p {
    margin: 1.5rem 0;
    font-weight: 500;
    display: block;
    text-align: center;
    vertical-align: middle;
}

footer div.Footer-Contact p a {
    color: #5088FF;
    text-decoration: none;
    outline: none;
    border-bottom: 1px solid #5088FF;
}

footer div.Footer-Contact p i {
    margin-right: 1rem;
    font-size: 1.5rem;
    vertical-align: middle;
    display: inline-block;
    color: #5088FF;
}

@media only screen and (min-width: 820px) {
    footer div.Footer-Contact p {
        width: calc(50% - 1px);
        margin: 1rem 0;
        display: inline-block;
        text-align: left;
    }
    footer div.Footer-Contact p:nth-child(-n + 2) {
        margin-top: 0;
    }
    footer div.Footer-Contact p:nth-last-child(-n + 2):nth-child(odd) {
        margin-bottom: 0 !important;
    }
}

@media only screen and (min-width: 1140px) {
    footer div.Footer-Contact p {
        width: auto;
        margin-right: 3rem;
    }
}

footer div.Footer-Navigation {
    padding: 3rem 0;
    width: 100%;
    font-size: 0;
    border-bottom: 0.1rem solid #f4f4ff;
}

@media only screen and (min-width: 820px) {
    footer div.Footer-Navigation {
        width: calc(50% - 1px);
        border-bottom: none;
        vertical-align: top;
        display: inline-block;
        padding: 0;
        margin: 3rem 0 !important;
    }
}

@media only screen and (min-width: 1140px) {
    footer div.Footer-Navigation {
        width: auto;
        max-width: calc(100% - 15rem);
        margin: 2rem 0 !important;
        float: left;
    }
}

footer div.Footer-Navigation div.Footer-Navigation-Column {
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    padding-right: 1rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0 0 40px;
    font-size: 1rem;
    clear: both;
    text-align: center;
}

footer div.Footer-Navigation div.Footer-Navigation-Column:nth-child(-n + 2) {
    margin-top: 0;
}

footer div.Footer-Navigation div.Footer-Navigation-Column:nth-last-child(-n + 2):nth-child(odd) {
    margin-bottom: 0 !important;
}

@media only screen and (min-width: 620px) {
    footer div.Footer-Navigation div.Footer-Navigation-Column {
        padding-right: 4rem;
        clear: none;
        text-align: left;
        width: calc(50% - 1px);
        display: inline-block;

    }
}
@media only screen and (min-width: 820px) {
    footer div.Footer-Navigation div.Footer-Navigation-Column {
        text-align: left;
    }
}

@media only screen and (min-width: 910px) {
    footer div.Footer-Navigation div.Footer-Navigation-Column {
        padding-right: 4rem;
    }
}

@media only screen and (min-width: 1140px) {
    footer div.Footer-Navigation div.Footer-Navigation-Column {
        width: auto;
        margin: 1rem 0 !important;
    }
}

footer div.Footer-Navigation div.Footer-Navigation-Column p {
    font-size: 18px;
    margin: 0 0 1rem;
    padding: 0;
    font-weight: 400;
    line-height: 0.8rem;
    color: #000;
}

footer div.Footer-Navigation div.Footer-Navigation-Column ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

footer div.Footer-Navigation div.Footer-Navigation-Column ul li {
    margin: 0.5rem 0;
    padding: 0;
}

footer div.Footer-Navigation div.Footer-Navigation-Column ul li a {
    text-decoration: none;
    outline: none;
    font-size: 1rem;
    font-weight: 400;
    color: #141B41;
}

footer div.Footer-Navigation div.Footer-Navigation-Column ul li a:hover {
    color: #5088FF;
}

footer div.Footer-Rights {
    padding: 3rem 0;
    width: 100%;
    font-size: 1rem;
    text-align: center;
    vertical-align: top;
    float: right;
}

@media only screen and (min-width: 820px) {
    footer div.Footer-Rights {
        width: calc(50% - 1px);
        text-align: left;
        display: inline-block;
        padding: 0;
        margin: 3rem 0;
    }
}

@media only screen and (min-width: 1140px) {
    footer div.Footer-Rights {
        width: auto;
    }
}

footer div.Footer-Rights img {
    width: 2rem;
    height: 100%;
    margin-bottom: 1rem;
    min-height: 1px;
}

footer div.Footer-Rights p {
    font-size: 0.8rem;
    margin: 0;
    line-height: 1.2rem;
}

footer div.Footer-Rights p#MadeWithLove {
    margin-top: 1rem;
}

footer div.Footer-Rights p#MadeWithLove i {
    color: #ff6b6b;
}

div.TrustPilot-Reel {
    background: red;
}

div.TrustPilot-Reel div.TrustPilot-Reel-Item {
    background: grey;
    padding: 1.5rem;
}


/* Home Page */

div#WorkWithIcons img {
    height: 3rem;
    margin: 0.5rem 1rem 0.5rem 0;
}

div#AppSection {
    background: #5088FF;
    color: #FFF;
    padding-bottom: 0 !important;
    position: relative;
    text-align: center;
}

div#AppSection div.Container {
    font-size: 0;
}

@media only screen and (min-width: 820px) {
    div#AppSection div.Container {
        direction: rtl;
    }
}

div#AppSection div.Container:after {
    content: "";
    clear: both;
    display: table;
}

div#AppSection div#AppSection-Image {
    width: 100%;
    margin-top: 2rem;
}

@media only screen and (min-width: 820px) {
    div#AppSection div#AppSection-Image {
        width: calc(45% - 1px);
        display: inline-block;
        vertical-align: middle;
        margin-top: 0;
    }
    div#AppSection div#AppSection-Image img {
        display: inline-block !important;
        margin: 0 !important;
    }
}

div#AppSection div#AppSection-Image img {
    width: 100%;
    max-width: 25rem;
    display: block;
    margin: 0 auto;
}

div#AppSection div#AppSection-Details {
    text-align: center;
    width: 100%;
    direction: ltr;
    font-size: 1rem;
}

div#AppSection div#AppSection-Details h2 {
    margin-top: 0;
}

@media only screen and (min-width: 820px) {
    div#AppSection div#AppSection-Details {
        width: calc(55% - 1px);
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        padding-bottom: 4rem;
    }
    div#AppSection div#AppSection-Details div#AppSection-Icons {
        text-align: left !important;
    }
}

div#AppSection div#AppSection-Details div#AppSection-Icons {
    width: 100%;
    text-align: center;
}

div#AppSection div#AppSection-Details div#AppSection-Icons a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: transparent;
    display: inline-block;
    vertical-align: middle;
}

div#AppSection div#AppSection-Details div#AppSection-Icons a img {
    height: 3rem;
    display: block;
}


/* Store Page */
.woocommerce-page.columns-2 ul.products li.product, .woocommerce.columns-2 ul.products li.product {
    box-sizing: border-box;
    border: 0.1rem solid #f4f4ff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 20px;
    position: relative;
}

.woocommerce-page.columns-2 ul.products li.product, .woocommerce.columns-2 ul.products li.product:hover {
    border-color: #5088FF;
}

div#Catalogue div.Catalogue-Item div.Catalogue-Item-Inner div.Catalogue-Item-Image {
    text-align: center;
}
.Catalogue-Item-Image {
    text-align: center;
}
.woocommerce ul.products li.product a img {
    display: inline-block;
    width: 80%;
}

@media only screen and (min-width: 910px) {
    .woocommerce-page.columns-2 ul.products li.product, .woocommerce.columns-2 ul.products li.product {
        padding: 3rem;
    }

    .woocommerce ul.products li.product a img {
        max-width: 18.5rem;
    }
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    width: 100%;
    font-size: 1.6rem;
    margin: 0;
    text-align: center;
}

.Catalogue-Item-Action {
    display: block;
    vertical-align: middle;
    text-align: center;
}

.Catalogue-Item-Stock {
    display: block;
    vertical-align: middle;
    margin-left: 1rem;
    text-align: center;
}

div.Catalogue-Item-Stock p {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5rem;
}
.woocommerce ul.products li.product .price {
    display: none;
}

@media only screen and (max-width: 640px) {
    
    .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
        font-size: 24px;
        text-align: center;
    }
    .Catalogue-Item-Action {
        margin: 0 auto;
        display: block;
        text-align: center;
    }
    .Catalogue-Item-Stock {
        display: block;
        vertical-align: middle;
        margin: 0 auto;
        text-align: center;
    }

}
/* Buy Page */

form#ProductOrderForm div#ProductOrderForm-Quantity p {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0 1rem;
}

form#ProductOrderForm div#ProductOrderForm-Quantity a {
    vertical-align: middle;
    display: inl-ine-block;
}

form#ProductOrderForm div#ProductOrderForm-AddToCart p#StockLevels {
    display: inline-block;
    margin: 0 0 0 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    vertical-align: middle;
}

form#ProductOrderForm div#ProductOrderForm-BuyNow iframe {
    display: inline-block;
    margin: 0;
}