:root {
    --blue: #007bff;
    --breakpoint-lg: 992px;
    --breakpoint-md: 768px;
    --breakpoint-sm: 576px;
    --breakpoint-xl: 1200px;
    --breakpoint-xs: 0;
    --cyan: #17a2b8;
    --danger: #dc3545;
    --dark: #343a40;
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --gray: #6c757d;
    --gray-dark: #343a40;
    --green: #28a745;
    --indigo: #6610f2;
    --info: #17a2b8;
    --light: #f8f9fa;
    --orange: #fd7e14;
    --pink: #e83e8c;
    --primary: #383771;
    --purple: #6f42c1;
    --red: #dc3545;
    --secondary: #f3b337;
    --success: #28a745;
    --teal: #20c997;
    --warning: #ffc107;
    --white: #fff;
    --yellow: #ffc107
}

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

html {
    -webkit-tap-highlight-color: transparent;
    font-family: sans-serif
}

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

body {
    background-color: #fff;
    color: #212529;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
    font-size: 1rem;
    text-align: left
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0!important
}

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

p {
    margin-top: 0
}

abbr[data-original-title],abbr[title] {
    border-bottom: 0;
    cursor: help;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 1rem
}

dl,ol,ul {
    margin-top: 0
}

dt {
    font-weight: 700
}

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

a {
    color: #383771
}

a:hover {
    color: #1f1e3e;
    text-decoration: underline
}

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

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

pre {
    -ms-overflow-style: scrollbar;
    margin-bottom: 1rem;
    margin-top: 0
}

figure {
    margin: 0 0 1rem
}

svg {
    overflow: hidden;
    vertical-align: middle
}

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

th {
    text-align: inherit
}

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

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

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

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
    cursor: pointer
}

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

textarea {
    resize: vertical
}

fieldset {
    min-width: 0
}

legend {
    display: block;
    font-size: 1.5rem;
    line-height: inherit;
    width: 100%
}

[type=search] {
    -webkit-appearance: none
}

output {
    display: inline-block
}

summary {
    cursor: pointer
}

[hidden] {
    display: none!important
}

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

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

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

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

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

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

.lead {
    font-weight: 300
}

.display-1 {
    font-size: 6rem
}

.display-1,.display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3,.display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

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

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

.mark,mark {
    background-color: #fcf8e3;
    padding: .2em
}

.list-inline,.list-unstyled {
    list-style: none;
    padding-left: 0
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

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

.blockquote-footer {
    color: #6c757d;
    display: block;
    font-size: 80%
}

.blockquote-footer:before {
    content: "\2014\A0"
}

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

.img-thumbnail {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    padding: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    line-height: 1;
    margin-bottom: .5rem
}

.figure-caption {
    color: #6c757d;
    font-size: 90%
}

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

a>code {
    color: inherit
}

kbd {
    background-color: #212529;
    border-radius: .2rem;
    color: #fff;
    font-size: 87.5%;
    padding: .2rem .4rem
}

kbd kbd {
    font-size: 100%;
    font-weight: 700;
    padding: 0
}

pre {
    color: #212529;
    display: block;
    font-size: 87.5%
}

pre code {
    color: inherit;
    font-size: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

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

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

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

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

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

.container-fluid,.container-lg,.container-md,.container-sm,.container-xl {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

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

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

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

@media (min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1140px
    }
}

.no-gutters {
    margin-left: 0;
    margin-right: 0
}

.no-gutters>.col,.no-gutters>[class*=col-] {
    padding-left: 0;
    padding-right: 0
}

.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-lg,.col-lg-1,.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-lg-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-md,.col-md-1,.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-md-10,.col-md-11,.col-md-12,.col-md-auto,.col-sm,.col-sm-1,.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-sm-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

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

.row-cols-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

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

.col-1,.col-auto {
    -webkit-box-flex: 0
}

.col-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-2,.col-3 {
    -webkit-box-flex: 0
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-4,.col-5 {
    -webkit-box-flex: 0
}

.col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

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

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

.col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-8,.col-9 {
    -webkit-box-flex: 0
}

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

.col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-10,.col-11 {
    -webkit-box-flex: 0
}

.col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

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

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

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

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

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

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

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        min-width: 0
    }

    .row-cols-sm-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        min-width: 0
    }

    .row-cols-md-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        min-width: 0
    }

    .row-cols-lg-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

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

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        min-width: 0
    }

    .row-cols-xl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.table {
    color: #212529;
    margin-bottom: 1rem;
    width: 100%
}

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

.table thead th {
    border-bottom: 2px solid #000;
    vertical-align: bottom
}

.table tbody+tbody {
    border-top: 2px solid #000
}

.table-sm td,.table-sm th {
    padding: .3rem
}

.table-bordered,.table-bordered td,.table-bordered th {
    border: 1px solid #000
}

.table-bordered thead td,.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0,0,0,.075);
    color: #212529
}

.table-primary,.table-primary>td,.table-primary>th {
    background-color: #c7c7d7
}

.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th {
    border-color: #9897b5
}

.table-hover .table-primary:hover,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th {
    background-color: #b8b8cc
}

.table-secondary,.table-secondary>td,.table-secondary>th {
    background-color: #fceac7
}

.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th {
    border-color: #f9d797
}

.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th {
    background-color: #fbe1af
}

.table-success,.table-success>td,.table-success>th {
    background-color: #c3e6cb
}

.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,.table-info>td,.table-info>th {
    background-color: #bee5eb
}

.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,.table-warning>td,.table-warning>th {
    background-color: #ffeeba
}

.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,.table-danger>td,.table-danger>th {
    background-color: #f5c6cb
}

.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,.table-light>td,.table-light>th {
    background-color: #fdfdfe
}

.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover,.table-hover .table-light:hover>td,.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,.table-dark>td,.table-dark>th {
    background-color: #c6c8ca
}

.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,.table-active>td,.table-active>th,.table-hover .table-active:hover,.table-hover .table-active:hover>td,.table-hover .table-active:hover>th {
    background-color: rgba(0,0,0,.075)
}

.table .thead-dark th {
    background-color: #343a40;
    border-color: #454d55;
    color: #fff
}

.table .thead-light th {
    background-color: #e9ecef;
    border-color: #000;
    color: #495057
}

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

.table-dark td,.table-dark th,.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0,0%,100%,.05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: hsla(0,0%,100%,.075);
    color: #fff
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        -webkit-overflow-scrolling:touch;
        display: block;
        overflow-x: auto;
        width: 100%
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        -webkit-overflow-scrolling:touch;
        display: block;
        overflow-x: auto;
        width: 100%
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        -webkit-overflow-scrolling:touch;
        display: block;
        overflow-x: auto;
        width: 100%
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        -webkit-overflow-scrolling:touch;
        display: block;
        overflow-x: auto;
        width: 100%
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: auto;
    width: 100%
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #495057;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    height: calc(1.5em + .75rem + 2px);
    line-height: 1.5;
    padding: .375rem .75rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-control:focus {
    background-color: #fff;
    border-color: #706fb9;
    -webkit-box-shadow: 0 0 0 .2rem rgba(56,55,113,.25);
    box-shadow: 0 0 0 .2rem rgba(56,55,113,.25);
    color: #495057;
    outline: 0
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder,.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:focus::-ms-value {
    background-color: #fff;
    color: #495057
}

.form-control-file,.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    font-size: inherit;
    line-height: 1.5;
    margin-bottom: 0;
    padding-bottom: calc(.375rem + 1px);
    padding-top: calc(.375rem + 1px)
}

.col-form-label-lg {
    font-size: 1.25rem;
    line-height: 1.5;
    padding-bottom: calc(.5rem + 1px);
    padding-top: calc(.5rem + 1px)
}

.col-form-label-sm {
    font-size: .875rem;
    line-height: 1.5;
    padding-bottom: calc(.25rem + 1px);
    padding-top: calc(.25rem + 1px)
}

.form-control-plaintext {
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
    color: #212529;
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0;
    padding: .375rem 0;
    width: 100%
}

.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm {
    padding-left: 0;
    padding-right: 0
}

.form-control-sm {
    border-radius: .2rem;
    font-size: .875rem;
    height: calc(1.5em + .5rem + 2px);
    line-height: 1.5;
    padding: .25rem .5rem
}

.form-control-lg {
    border-radius: .3rem;
    font-size: 1.25rem;
    height: calc(1.5em + 1rem + 2px);
    line-height: 1.5;
    padding: .5rem 1rem
}

select.form-control[multiple],select.form-control[size],textarea.form-control {
    height: auto
}

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

.form-text {
    display: block;
    margin-top: .25rem
}

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

.form-row>.col,.form-row>[class*=col-] {
    padding-left: 5px;
    padding-right: 5px
}

.form-check {
    display: block;
    padding-left: 1.25rem;
    position: relative
}

.form-check-input {
    margin-left: -1.25rem;
    margin-top: .3rem;
    position: absolute
}

.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: .75rem;
    padding-left: 0
}

.form-check-inline .form-check-input {
    margin-left: 0;
    margin-right: .3125rem;
    margin-top: 0;
    position: static
}

.valid-feedback {
    color: #28a745;
    display: none;
    font-size: 80%;
    margin-top: .25rem;
    width: 100%
}

.valid-tooltip {
    background-color: rgba(40,167,69,.9);
    border-radius: .25rem;
    color: #fff;
    display: none;
    font-size: .875rem;
    line-height: 1.5;
    margin-top: .1rem;
    max-width: 100%;
    padding: .25rem .5rem;
    position: absolute;
    top: 100%;
    z-index: 5
}

.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip {
    display: block
}

.form-control.is-valid,.was-validated .form-control:valid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-position: right calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem)
}

.form-control.is-valid:focus,.was-validated .form-control:valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.was-validated textarea.form-control:valid,textarea.form-control.is-valid {
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
    padding-right: calc(1.5em + .75rem)
}

.custom-select.is-valid,.was-validated .custom-select:valid {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem)
}

.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-label:before,.was-validated .custom-control-input:valid~.custom-control-label:before {
    border-color: #28a745
}

.custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
    background-color: #34ce57;
    border-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.invalid-feedback {
    color: #dc3545;
    display: none;
    font-size: 80%;
    margin-top: .25rem;
    width: 100%
}

.invalid-tooltip {
    background-color: rgba(220,53,69,.9);
    border-radius: .25rem;
    color: #fff;
    display: none;
    font-size: .875rem;
    line-height: 1.5;
    margin-top: .1rem;
    max-width: 100%;
    padding: .25rem .5rem;
    position: absolute;
    top: 100%;
    z-index: 5
}

.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid,.was-validated .form-control:invalid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-position: right calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem)
}

.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid {
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
    padding-right: calc(1.5em + .75rem)
}

.custom-select.is-invalid,.was-validated .custom-select:invalid {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem)
}

.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label:before,.was-validated .custom-control-input:invalid~.custom-control-label:before {
    border-color: #dc3545
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
    background-color: #e4606d;
    border-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.form-inline {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 576px) {
    .form-inline label {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .form-group,.form-inline label {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0
    }

    .form-inline .form-group {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .form-inline .form-control {
        display: inline-block;
        vertical-align: middle;
        width: auto
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,.form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
        width: auto
    }

    .form-inline .form-check-input {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-left: 0;
        margin-right: .25rem;
        margin-top: 0;
        position: relative
    }

    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #212529;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    text-align: center;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle
}

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

.btn:hover {
    color: #212529;
    text-decoration: none
}

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

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

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

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

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

.btn-primary.focus,.btn-primary:focus,.btn-primary:hover {
    background-color: #2b2a57;
    border-color: #27264f;
    color: #fff
}

.btn-primary.focus,.btn-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(86,85,134,.5);
    box-shadow: 0 0 0 .2rem rgba(86,85,134,.5)
}

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

.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle {
    background-color: #27264f;
    border-color: #232246;
    color: #fff
}

.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(86,85,134,.5);
    box-shadow: 0 0 0 .2rem rgba(86,85,134,.5)
}

.btn-secondary {
    background-color: #f3b337;
    border-color: #f3b337;
    color: #212529
}

.btn-secondary.focus,.btn-secondary:focus,.btn-secondary:hover {
    background-color: #f1a513;
    border-color: #e99e0e;
    color: #212529
}

.btn-secondary.focus,.btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(212,158,53,.5);
    box-shadow: 0 0 0 .2rem rgba(212,158,53,.5)
}

.btn-secondary.disabled,.btn-secondary:disabled {
    background-color: #f3b337;
    border-color: #f3b337;
    color: #212529
}

.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle {
    background-color: #e99e0e;
    border-color: #dd960d;
    color: #212529
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(212,158,53,.5);
    box-shadow: 0 0 0 .2rem rgba(212,158,53,.5)
}

.btn-success {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff
}

.btn-success.focus,.btn-success:focus,.btn-success:hover {
    background-color: #218838;
    border-color: #1e7e34;
    color: #fff
}

.btn-success.focus,.btn-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(72,180,97,.5);
    box-shadow: 0 0 0 .2rem rgba(72,180,97,.5)
}

.btn-success.disabled,.btn-success:disabled {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff
}

.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle {
    background-color: #1e7e34;
    border-color: #1c7430;
    color: #fff
}

.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(72,180,97,.5);
    box-shadow: 0 0 0 .2rem rgba(72,180,97,.5)
}

.btn-info {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #fff
}

.btn-info.focus,.btn-info:focus,.btn-info:hover {
    background-color: #138496;
    border-color: #117a8b;
    color: #fff
}

.btn-info.focus,.btn-info:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(58,176,195,.5);
    box-shadow: 0 0 0 .2rem rgba(58,176,195,.5)
}

.btn-info.disabled,.btn-info:disabled {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #fff
}

.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle {
    background-color: #117a8b;
    border-color: #10707f;
    color: #fff
}

.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(58,176,195,.5);
    box-shadow: 0 0 0 .2rem rgba(58,176,195,.5)
}

.btn-warning {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #212529
}

.btn-warning.focus,.btn-warning:focus,.btn-warning:hover {
    background-color: #e0a800;
    border-color: #d39e00;
    color: #212529
}

.btn-warning.focus,.btn-warning:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222,170,12,.5);
    box-shadow: 0 0 0 .2rem rgba(222,170,12,.5)
}

.btn-warning.disabled,.btn-warning:disabled {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #212529
}

.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle {
    background-color: #d39e00;
    border-color: #c69500;
    color: #212529
}

.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222,170,12,.5);
    box-shadow: 0 0 0 .2rem rgba(222,170,12,.5)
}

.btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff
}

.btn-danger.focus,.btn-danger:focus,.btn-danger:hover {
    background-color: #c82333;
    border-color: #bd2130;
    color: #fff
}

.btn-danger.focus,.btn-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(225,83,97,.5);
    box-shadow: 0 0 0 .2rem rgba(225,83,97,.5)
}

.btn-danger.disabled,.btn-danger:disabled {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff
}

.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle {
    background-color: #bd2130;
    border-color: #b21f2d;
    color: #fff
}

.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(225,83,97,.5);
    box-shadow: 0 0 0 .2rem rgba(225,83,97,.5)
}

.btn-light {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #212529
}

.btn-light.focus,.btn-light:focus,.btn-light:hover {
    background-color: #e2e6ea;
    border-color: #dae0e5;
    color: #212529
}

.btn-light.focus,.btn-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(220,4%,85%,.5);
    box-shadow: 0 0 0 .2rem hsla(220,4%,85%,.5)
}

.btn-light.disabled,.btn-light:disabled {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #212529
}

.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle {
    background-color: #dae0e5;
    border-color: #d3d9df;
    color: #212529
}

.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(220,4%,85%,.5);
    box-shadow: 0 0 0 .2rem hsla(220,4%,85%,.5)
}

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

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

.btn-dark.focus,.btn-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(82,88,93,.5);
    box-shadow: 0 0 0 .2rem rgba(82,88,93,.5)
}

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

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

.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(82,88,93,.5);
    box-shadow: 0 0 0 .2rem rgba(82,88,93,.5)
}

.btn-outline-primary {
    border-color: #383771;
    color: #383771
}

.btn-outline-primary:hover {
    background-color: #383771;
    border-color: #383771;
    color: #fff
}

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

.btn-outline-primary.disabled,.btn-outline-primary:disabled {
    background-color: transparent;
    color: #383771
}

.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle {
    background-color: #383771;
    border-color: #383771;
    color: #fff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(56,55,113,.5);
    box-shadow: 0 0 0 .2rem rgba(56,55,113,.5)
}

.btn-outline-secondary {
    border-color: #f3b337;
    color: #f3b337
}

.btn-outline-secondary:hover {
    background-color: #f3b337;
    border-color: #f3b337;
    color: #212529
}

.btn-outline-secondary.focus,.btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(243,179,55,.5);
    box-shadow: 0 0 0 .2rem rgba(243,179,55,.5)
}

.btn-outline-secondary.disabled,.btn-outline-secondary:disabled {
    background-color: transparent;
    color: #f3b337
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle {
    background-color: #f3b337;
    border-color: #f3b337;
    color: #212529
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(243,179,55,.5);
    box-shadow: 0 0 0 .2rem rgba(243,179,55,.5)
}

.btn-outline-success {
    border-color: #28a745;
    color: #28a745
}

.btn-outline-success:hover {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff
}

.btn-outline-success.focus,.btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-outline-success.disabled,.btn-outline-success:disabled {
    background-color: transparent;
    color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-outline-info {
    border-color: #17a2b8;
    color: #17a2b8
}

.btn-outline-info:hover {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #fff
}

.btn-outline-info.focus,.btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-outline-info.disabled,.btn-outline-info:disabled {
    background-color: transparent;
    color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #fff
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-outline-warning {
    border-color: #ffc107;
    color: #ffc107
}

.btn-outline-warning:hover {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #212529
}

.btn-outline-warning.focus,.btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-outline-warning.disabled,.btn-outline-warning:disabled {
    background-color: transparent;
    color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #212529
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-outline-danger {
    border-color: #dc3545;
    color: #dc3545
}

.btn-outline-danger:hover {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff
}

.btn-outline-danger.focus,.btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-outline-danger.disabled,.btn-outline-danger:disabled {
    background-color: transparent;
    color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-outline-light {
    border-color: #f8f9fa;
    color: #f8f9fa
}

.btn-outline-light:hover {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #212529
}

.btn-outline-light.focus,.btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-outline-light.disabled,.btn-outline-light:disabled {
    background-color: transparent;
    color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #212529
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

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

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

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

.btn-outline-dark.disabled,.btn-outline-dark:disabled {
    background-color: transparent;
    color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle {
    background-color: #343a40;
    border-color: #343a40;
    color: #fff
}

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

.btn-link {
    color: #383771;
    font-weight: 400;
    text-decoration: none
}

.btn-link:hover {
    color: #1f1e3e
}

.btn-link.focus,.btn-link:focus,.btn-link:hover {
    text-decoration: underline
}

.btn-link.disabled,.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg>.btn,.btn-lg {
    border-radius: .3rem;
    font-size: 1.25rem;
    line-height: 1.5;
    padding: .5rem 1rem
}

.btn-group-sm>.btn,.btn-sm {
    border-radius: .2rem;
    font-size: .875rem;
    line-height: 1.5;
    padding: .25rem .5rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {
    width: 100%
}

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

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

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

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

.collapsing {
    height: 0;
    overflow: hidden;
    position: relative;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.dropdown,.dropleft,.dropright,.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    border-color: currentColor transparent;
    border-style: solid solid none;
    border-width: .3em .3em 0;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    color: #212529;
    display: none;
    float: left;
    font-size: 1rem;
    left: 0;
    list-style: none;
    margin: .125rem 0 0;
    min-width: 10rem;
    padding: .5rem 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        left:0;
        right: auto
    }

    .dropdown-menu-sm-right {
        left: auto;
        right: 0
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        left:0;
        right: auto
    }

    .dropdown-menu-md-right {
        left: auto;
        right: 0
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        left:0;
        right: auto
    }

    .dropdown-menu-lg-right {
        left: auto;
        right: 0
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        left:0;
        right: auto
    }

    .dropdown-menu-xl-right {
        left: auto;
        right: 0
    }
}

.dropup .dropdown-menu {
    bottom: 100%;
    margin-bottom: .125rem;
    margin-top: 0;
    top: auto
}

.dropup .dropdown-toggle:after {
    border-color: currentColor transparent;
    border-style: none solid solid;
    border-width: 0 .3em .3em;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    left: 100%;
    margin-left: .125rem;
    margin-top: 0;
    right: auto;
    top: 0
}

.dropright .dropdown-toggle:after {
    border-color: transparent currentColor;
    border-style: solid none solid solid;
    border-width: .3em 0 .3em .3em;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    left: auto;
    margin-right: .125rem;
    margin-top: 0;
    right: 100%;
    top: 0
}

.dropleft .dropdown-toggle:after {
    content: "";
    display: inline-block;
    display: none;
    margin-left: .255em;
    vertical-align: .255em
}

.dropleft .dropdown-toggle:before {
    border-bottom: .3em solid transparent;
    border-right: .3em solid;
    border-top: .3em solid transparent;
    content: "";
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top] {
    bottom: auto;
    right: auto
}

.dropdown-divider {
    border-top: 1px solid #e9ecef;
    height: 0;
    margin: .5rem 0;
    overflow: hidden
}

.dropdown-item {
    background-color: transparent;
    border: 0;
    clear: both;
    color: #212529;
    display: block;
    font-weight: 400;
    padding: .25rem 1.5rem;
    text-align: inherit;
    white-space: nowrap;
    width: 100%
}

.dropdown-item:focus,.dropdown-item:hover {
    background-color: #f8f9fa;
    color: #16181b;
    text-decoration: none
}

.dropdown-item.active,.dropdown-item:active {
    background-color: #383771;
    color: #fff;
    text-decoration: none
}

.dropdown-item.disabled,.dropdown-item:disabled {
    background-color: transparent;
    color: #6c757d;
    pointer-events: none
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    color: #6c757d;
    display: block;
    font-size: .875rem;
    margin-bottom: 0;
    padding: .5rem 1.5rem;
    white-space: nowrap
}

.dropdown-item-text {
    color: #212529;
    display: block;
    padding: .25rem 1.5rem
}

.btn-group,.btn-group-vertical {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    vertical-align: middle
}

.btn-group-vertical>.btn,.btn-group>.btn {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative
}

.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover {
    z-index: 1
}

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.dropdown-toggle-split {
    padding-left: .5625rem;
    padding-right: .5625rem
}

.dropdown-toggle-split:after,.dropright .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split {
    padding-left: .375rem;
    padding-right: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split {
    padding-left: .75rem;
    padding-right: .75rem
}

.btn-group-vertical {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio],.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio] {
    clip: rect(0,0,0,0);
    pointer-events: none;
    position: absolute
}

.input-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 0;
    min-width: 0;
    position: relative;
    width: 1%
}

.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group>.custom-file {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label:after {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-append,.input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn,.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus,.input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #495057;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
    padding: .375rem .75rem;
    text-align: center;
    white-space: nowrap
}

.input-group-text input[type=checkbox],.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text {
    border-radius: .3rem;
    font-size: 1.25rem;
    line-height: 1.5;
    padding: .5rem 1rem
}

.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text {
    border-radius: .2rem;
    font-size: .875rem;
    line-height: 1.5;
    padding: .25rem .5rem
}

.input-group-lg>.custom-select,.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.custom-control {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    position: relative
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    height: 1.25rem;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 1rem;
    z-index: -1
}

.custom-control-input:checked~.custom-control-label:before {
    background-color: #383771;
    border-color: #383771;
    color: #fff
}

.custom-control-input:focus~.custom-control-label:before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(56,55,113,.25);
    box-shadow: 0 0 0 .2rem rgba(56,55,113,.25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
    border-color: #706fb9
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
    background-color: #9291c9;
    border-color: #9291c9;
    color: #fff
}

.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label:before,.custom-control-input[disabled]~.custom-control-label:before {
    background-color: #e9ecef
}

.custom-control-label {
    margin-bottom: 0;
    position: relative;
    vertical-align: top
}

.custom-control-label:before {
    background-color: #fff;
    border: 1px solid #adb5bd;
    pointer-events: none
}

.custom-control-label:after,.custom-control-label:before {
    content: "";
    display: block;
    height: 1rem;
    left: -1.5rem;
    position: absolute;
    top: .25rem;
    width: 1rem
}

.custom-control-label:after {
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label:before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    background-color: #383771;
    border-color: #383771
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(56,55,113,.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(56,55,113,.5)
}

.custom-radio .custom-control-label:before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(56,55,113,.5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label:before {
    border-radius: .5rem;
    left: -2.25rem;
    pointer-events: all;
    width: 1.75rem
}

.custom-switch .custom-control-label:after {
    background-color: #adb5bd;
    border-radius: .5rem;
    height: calc(1rem - 4px);
    left: calc(-2.25rem + 2px);
    top: calc(.25rem + 2px);
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-o-transform .15s ease-in-out;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out,-o-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    width: calc(1rem - 4px)
}

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label:after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    -o-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(56,55,113,.5)
}

.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #495057;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    height: calc(1.5em + .75rem + 2px);
    line-height: 1.5;
    padding: .375rem 1.75rem .375rem .75rem;
    vertical-align: middle;
    width: 100%
}

.custom-select:focus {
    border-color: #706fb9;
    -webkit-box-shadow: 0 0 0 .2rem rgba(56,55,113,.25);
    box-shadow: 0 0 0 .2rem rgba(56,55,113,.25);
    outline: 0
}

.custom-select:focus::-ms-value {
    background-color: #fff;
    color: #495057
}

.custom-select[multiple],.custom-select[size]:not([size="1"]) {
    background-image: none;
    height: auto;
    padding-right: .75rem
}

.custom-select:disabled {
    background-color: #e9ecef;
    color: #6c757d
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    font-size: .875rem;
    height: calc(1.5em + .5rem + 2px);
    padding-bottom: .25rem;
    padding-left: .5rem;
    padding-top: .25rem
}

.custom-select-lg {
    font-size: 1.25rem;
    height: calc(1.5em + 1rem + 2px);
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-top: .5rem
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file,.custom-file-input {
    height: calc(1.5em + .75rem + 2px);
    position: relative;
    width: 100%
}

.custom-file-input {
    margin: 0;
    opacity: 0;
    z-index: 2
}

.custom-file-input:focus~.custom-file-label {
    border-color: #706fb9;
    -webkit-box-shadow: 0 0 0 .2rem rgba(56,55,113,.25);
    box-shadow: 0 0 0 .2rem rgba(56,55,113,.25)
}

.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label:after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]:after {
    content: attr(data-browse)
}

.custom-file-label {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    font-weight: 400;
    height: calc(1.5em + .75rem + 2px);
    left: 0;
    z-index: 1
}

.custom-file-label,.custom-file-label:after {
    color: #495057;
    line-height: 1.5;
    padding: .375rem .75rem;
    position: absolute;
    right: 0;
    top: 0
}

.custom-file-label:after {
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
    bottom: 0;
    content: "Browse";
    display: block;
    height: calc(1.5em + .75rem);
    z-index: 3
}

.custom-range {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    height: 1.4rem;
    padding: 0;
    width: 100%
}

.custom-range:focus {
    outline: none
}

.custom-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(56,55,113,.25);
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(56,55,113,.25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(56,55,113,.25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(56,55,113,.25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background-color: #383771;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    width: 1rem
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #9291c9
}

.custom-range::-webkit-slider-runnable-track {
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: .5rem;
    width: 100%
}

.custom-range::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    background-color: #383771;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    width: 1rem
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #9291c9
}

.custom-range::-moz-range-track {
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: .5rem;
    width: 100%
}

.custom-range::-ms-thumb {
    appearance: none;
    background-color: #383771;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    margin-left: .2rem;
    margin-right: .2rem;
    margin-top: 0;
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    width: 1rem
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #9291c9
}

.custom-range::-ms-track {
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem;
    color: transparent;
    cursor: pointer;
    height: .5rem;
    width: 100%
}

.custom-range::-ms-fill-lower,.custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label:before,.custom-file-label,.custom-select {
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-control-label:before,.custom-file-label,.custom-select {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

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

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    cursor: default;
    pointer-events: none
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    background-color: transparent;
    border-color: transparent;
    color: #6c757d
}

.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    color: #495057
}

.nav-tabs .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -1px
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
    background-color: #383771;
    color: #fff
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    padding: .5rem 1rem;
    position: relative
}

.navbar,.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    font-size: 1.25rem;
    line-height: inherit;
    margin-right: 1rem;
    padding-bottom: .3125rem;
    padding-top: .3125rem;
    white-space: nowrap
}

.navbar-brand:focus,.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0
}

.navbar-nav .dropdown-menu {
    float: none;
    position: static
}

.navbar-text {
    display: inline-block;
    padding-bottom: .5rem;
    padding-top: .5rem
}

.navbar-collapse {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.navbar-toggler {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 1.25rem;
    line-height: 1;
    padding: .25rem .75rem
}

.navbar-toggler:focus,.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    background: no-repeat 50%;
    background-size: 100% 100%;
    content: "";
    display: inline-block;
    height: 1.5em;
    vertical-align: middle;
    width: 1.5em
}

@media (max-width: 575.98px) {
    .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl {
        padding-left:0;
        padding-right: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow:row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm,.navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl {
        padding-left:0;
        padding-right: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow:row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md,.navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl {
        padding-left:0;
        padding-right: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow:row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg,.navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl {
        padding-left:0;
        padding-right: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-flow:row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl,.navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl {
    padding-left: 0;
    padding-right: 0
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-left: .5rem;
    padding-right: .5rem
}

.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5)
}

.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0,0,0,.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0,0,0,.3)
}

.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-toggler {
    border-color: rgba(0,0,0,.1);
    color: rgba(0,0,0,.5)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,.5)
}

.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover {
    color: rgba(0,0,0,.9)
}

.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0,0%,100%,.5)
}

.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0,0%,100%,.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0,0%,100%,.25)
}

.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    border-color: hsla(0,0%,100%,.1);
    color: hsla(0,0%,100%,.5)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0,0%,100%,.5)
}

.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    background-clip: border-box;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    min-width: 0;
    position: relative;
    word-wrap: break-word
}

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

.card>.list-group {
    border-bottom: inherit;
    border-top: inherit
}

.card>.list-group:first-child {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    border-top-width: 0
}

.card>.list-group:last-child {
    border-bottom-left-radius: calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-width: 0
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle,.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    margin-bottom: 0;
    padding: .75rem 1.25rem
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
    padding: .75rem 1.25rem
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    border-bottom: 0;
    margin-bottom: -.75rem
}

.card-header-pills,.card-header-tabs {
    margin-left: -.625rem;
    margin-right: -.625rem
}

.card-img-overlay {
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    position: absolute;
    right: 0;
    top: 0
}

.card-img,.card-img-bottom,.card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.card-img,.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,.card-img-bottom {
    border-bottom-left-radius: calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px)
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-deck {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-left: -15px;
        margin-right: -15px
    }

    .card-deck .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
        margin-left: 15px;
        margin-right: 15px
    }
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-group {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group>.card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        border-left: 0;
        margin-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count:3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion>.card {
    overflow: hidden
}

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

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb {
    background-color: #e9ecef;
    border-radius: .25rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 1rem;
    padding: .75rem 1rem
}

.breadcrumb,.breadcrumb-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
    color: #6c757d;
    content: "/";
    display: inline-block;
    padding-right: .5rem
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

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

.page-link {
    background-color: #fff;
    border: 1px solid #dee2e6;
    color: #383771;
    display: block;
    line-height: 1.25;
    margin-left: -1px;
    padding: .5rem .75rem;
    position: relative
}

.page-link:hover {
    background-color: #e9ecef;
    border-color: #dee2e6;
    color: #1f1e3e;
    text-decoration: none;
    z-index: 2
}

.page-link:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(56,55,113,.25);
    box-shadow: 0 0 0 .2rem rgba(56,55,113,.25);
    outline: 0;
    z-index: 3
}

.page-item:first-child .page-link {
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem;
    margin-left: 0
}

.page-item:last-child .page-link {
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem
}

.page-item.active .page-link {
    background-color: #383771;
    border-color: #383771;
    color: #fff;
    z-index: 3
}

.page-item.disabled .page-link {
    background-color: #fff;
    border-color: #dee2e6;
    color: #6c757d;
    cursor: auto;
    pointer-events: none
}

.pagination-lg .page-link {
    font-size: 1.25rem;
    line-height: 1.5;
    padding: .75rem 1.5rem
}

.pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: .3rem;
    border-top-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: .3rem;
    border-top-right-radius: .3rem
}

.pagination-sm .page-link {
    font-size: .875rem;
    line-height: 1.5;
    padding: .25rem .5rem
}

.pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: .2rem;
    border-top-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: .2rem;
    border-top-right-radius: .2rem
}

.badge {
    border-radius: .25rem;
    font-weight: 700;
    line-height: 1;
    padding: .25em .4em;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    vertical-align: baseline;
    white-space: nowrap
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

a.badge:focus,a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

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

.badge-pill {
    border-radius: 10rem;
    padding-left: .6em;
    padding-right: .6em
}

.badge-primary {
    background-color: #383771;
    color: #fff
}

a.badge-primary:focus,a.badge-primary:hover {
    background-color: #27264f;
    color: #fff
}

a.badge-primary.focus,a.badge-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(56,55,113,.5);
    box-shadow: 0 0 0 .2rem rgba(56,55,113,.5);
    outline: 0
}

.badge-secondary {
    background-color: #f3b337;
    color: #212529
}

a.badge-secondary:focus,a.badge-secondary:hover {
    background-color: #e99e0e;
    color: #212529
}

a.badge-secondary.focus,a.badge-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(243,179,55,.5);
    box-shadow: 0 0 0 .2rem rgba(243,179,55,.5);
    outline: 0
}

.badge-success {
    background-color: #28a745;
    color: #fff
}

a.badge-success:focus,a.badge-success:hover {
    background-color: #1e7e34;
    color: #fff
}

a.badge-success.focus,a.badge-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
    outline: 0
}

.badge-info {
    background-color: #17a2b8;
    color: #fff
}

a.badge-info:focus,a.badge-info:hover {
    background-color: #117a8b;
    color: #fff
}

a.badge-info.focus,a.badge-info:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
    outline: 0
}

.badge-warning {
    background-color: #ffc107;
    color: #212529
}

a.badge-warning:focus,a.badge-warning:hover {
    background-color: #d39e00;
    color: #212529
}

a.badge-warning.focus,a.badge-warning:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
    outline: 0
}

.badge-danger {
    background-color: #dc3545;
    color: #fff
}

a.badge-danger:focus,a.badge-danger:hover {
    background-color: #bd2130;
    color: #fff
}

a.badge-danger.focus,a.badge-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
    outline: 0
}

.badge-light {
    background-color: #f8f9fa;
    color: #212529
}

a.badge-light:focus,a.badge-light:hover {
    background-color: #dae0e5;
    color: #212529
}

a.badge-light.focus,a.badge-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
    outline: 0
}

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

a.badge-dark:focus,a.badge-dark:hover {
    background-color: #1d2124;
    color: #fff
}

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

.jumbotron {
    background-color: #e9ecef;
    border-radius: .3rem;
    margin-bottom: 2rem;
    padding: 2rem 1rem
}

@media (min-width: 576px) {
    .jumbotron {
        padding:4rem 2rem
    }
}

.jumbotron-fluid {
    border-radius: 0;
    padding-left: 0;
    padding-right: 0
}

.alert {
    border: 1px solid transparent;
    border-radius: .25rem;
    margin-bottom: 1rem;
    padding: .75rem 1.25rem;
    position: relative
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    color: inherit;
    padding: .75rem 1.25rem;
    position: absolute;
    right: 0;
    top: 0
}

.alert-primary {
    background-color: #d7d7e3;
    border-color: #c7c7d7;
    color: #1d1d3b
}

.alert-primary hr {
    border-top-color: #b8b8cc
}

.alert-primary .alert-link {
    color: #0c0c19
}

.alert-secondary {
    background-color: #fdf0d7;
    border-color: #fceac7;
    color: #7e5d1d
}

.alert-secondary hr {
    border-top-color: #fbe1af
}

.alert-secondary .alert-link {
    color: #553e13
}

.alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    background-color: #d1ecf1;
    border-color: #bee5eb;
    color: #0c5460
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    background-color: #fff3cd;
    border-color: #ffeeba;
    color: #856404
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    background-color: #fefefe;
    border-color: #fdfdfe;
    color: #818182
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    background-color: #d6d8d9;
    border-color: #c6c8ca;
    color: #1b1e21
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

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

    to {
        background-position: 0 0
    }
}

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

    to {
        background-position: 0 0
    }
}

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

    to {
        background-position: 0 0
    }
}

.progress {
    background-color: #e9ecef;
    border-radius: .25rem;
    font-size: .75rem;
    line-height: 0
}

.progress,.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.progress-bar {
    background-color: #383771;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    white-space: nowrap
}

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

.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
    background-image: -o-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    -o-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        -o-animation: none;
        animation: none
    }
}

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

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.list-group {
    border-radius: .25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0
}

.list-group-item-action {
    color: #495057;
    text-align: inherit;
    width: 100%
}

.list-group-item-action:focus,.list-group-item-action:hover {
    background-color: #f8f9fa;
    color: #495057;
    text-decoration: none;
    z-index: 1
}

.list-group-item-action:active {
    background-color: #e9ecef;
    color: #212529
}

.list-group-item {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    display: block;
    padding: .75rem 1.25rem;
    position: relative
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit
}

.list-group-item.disabled,.list-group-item:disabled {
    background-color: #fff;
    color: #6c757d;
    pointer-events: none
}

.list-group-item.active {
    background-color: #383771;
    border-color: #383771;
    color: #fff;
    z-index: 2
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    border-top-width: 1px;
    margin-top: -1px
}

.list-group-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: .25rem
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-left-width: 0;
    border-top-width: 1px
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: .25rem
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: .25rem
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: .25rem
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: .25rem
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    background-color: #c7c7d7;
    color: #1d1d3b
}

.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover {
    background-color: #b8b8cc;
    color: #1d1d3b
}

.list-group-item-primary.list-group-item-action.active {
    background-color: #1d1d3b;
    border-color: #1d1d3b;
    color: #fff
}

.list-group-item-secondary {
    background-color: #fceac7;
    color: #7e5d1d
}

.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover {
    background-color: #fbe1af;
    color: #7e5d1d
}

.list-group-item-secondary.list-group-item-action.active {
    background-color: #7e5d1d;
    border-color: #7e5d1d;
    color: #fff
}

.list-group-item-success {
    background-color: #c3e6cb;
    color: #155724
}

.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover {
    background-color: #b1dfbb;
    color: #155724
}

.list-group-item-success.list-group-item-action.active {
    background-color: #155724;
    border-color: #155724;
    color: #fff
}

.list-group-item-info {
    background-color: #bee5eb;
    color: #0c5460
}

.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover {
    background-color: #abdde5;
    color: #0c5460
}

.list-group-item-info.list-group-item-action.active {
    background-color: #0c5460;
    border-color: #0c5460;
    color: #fff
}

.list-group-item-warning {
    background-color: #ffeeba;
    color: #856404
}

.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover {
    background-color: #ffe8a1;
    color: #856404
}

.list-group-item-warning.list-group-item-action.active {
    background-color: #856404;
    border-color: #856404;
    color: #fff
}

.list-group-item-danger {
    background-color: #f5c6cb;
    color: #721c24
}

.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover {
    background-color: #f1b0b7;
    color: #721c24
}

.list-group-item-danger.list-group-item-action.active {
    background-color: #721c24;
    border-color: #721c24;
    color: #fff
}

.list-group-item-light {
    background-color: #fdfdfe;
    color: #818182
}

.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover {
    background-color: #ececf6;
    color: #818182
}

.list-group-item-light.list-group-item-action.active {
    background-color: #818182;
    border-color: #818182;
    color: #fff
}

.list-group-item-dark {
    background-color: #c6c8ca;
    color: #1b1e21
}

.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover {
    background-color: #b9bbbe;
    color: #1b1e21
}

.list-group-item-dark.list-group-item-action.active {
    background-color: #1b1e21;
    border-color: #1b1e21;
    color: #fff
}

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

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

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

a.close.disabled {
    pointer-events: none
}

.toast {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-clip: padding-box;
    background-color: hsla(0,0%,100%,.85);
    border: 1px solid rgba(0,0,0,.1);
    border-radius: .25rem;
    -webkit-box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
    font-size: .875rem;
    max-width: 350px;
    opacity: 0;
    overflow: hidden
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-clip: padding-box;
    background-color: hsla(0,0%,100%,.85);
    border-bottom: 1px solid rgba(0,0,0,.05);
    color: #6c757d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: .25rem .75rem
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050
}

.modal-dialog {
    margin: .5rem;
    pointer-events: none;
    position: relative;
    width: auto
}

.modal.fade .modal-dialog {
    -webkit-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out,-o-transform .3s ease-out
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    -o-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    content: "";
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content
}

.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%
}

.modal-backdrop {
    background-color: #000;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1040
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #000;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem
}

.modal-header .close {
    margin: -1rem -1rem -1rem auto;
    padding: 1rem
}

.modal-title {
    line-height: 1.5;
    margin-bottom: 0
}

.modal-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    position: relative
}

.modal-footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-left-radius: calc(.3rem - 1px);
    border-bottom-right-radius: calc(.3rem - 1px);
    border-top: 1px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    height: 50px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
    width: 50px
}

@media (min-width: 576px) {
    .modal-dialog {
        margin:1.75rem auto;
        max-width: 500px
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg,.modal-xl {
        max-width:800px
    }
}

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

.tooltip {
    display: block;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    margin: 0;
    opacity: 0;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: break-word;
    z-index: 1070
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    display: block;
    height: .4rem;
    position: absolute;
    width: .8rem
}

.tooltip .arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    position: absolute
}

.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,.bs-tooltip-top .arrow:before {
    border-top-color: #000;
    border-width: .4rem .4rem 0;
    top: 0
}

.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow {
    height: .8rem;
    left: 0;
    width: .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,.bs-tooltip-right .arrow:before {
    border-right-color: #000;
    border-width: .4rem .4rem .4rem 0;
    right: 0
}

.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #000;
    border-width: 0 .4rem .4rem;
    bottom: 0
}

.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow {
    height: .8rem;
    right: 0;
    width: .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,.bs-tooltip-left .arrow:before {
    border-left-color: #000;
    border-width: .4rem 0 .4rem .4rem;
    left: 0
}

.tooltip-inner {
    background-color: #000;
    border-radius: .25rem;
    color: #fff;
    max-width: 200px;
    padding: .25rem .5rem;
    text-align: center
}

.popover {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    left: 0;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    max-width: 276px;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    top: 0;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: break-word;
    z-index: 1060
}

.popover,.popover .arrow {
    display: block;
    position: absolute
}

.popover .arrow {
    height: .5rem;
    margin: 0 .3rem;
    width: 1rem
}

.popover .arrow:after,.popover .arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    display: block;
    position: absolute
}

.bs-popover-auto[x-placement^=top],.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top]>.arrow:before,.bs-popover-top>.arrow:before {
    border-top-color: rgba(0,0,0,.25);
    border-width: .5rem .5rem 0;
    bottom: 0
}

.bs-popover-auto[x-placement^=top]>.arrow:after,.bs-popover-top>.arrow:after {
    border-top-color: #fff;
    border-width: .5rem .5rem 0;
    bottom: 1px
}

.bs-popover-auto[x-placement^=right],.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow {
    height: 1rem;
    left: calc(-.5rem - 1px);
    margin: .3rem 0;
    width: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow:before,.bs-popover-right>.arrow:before {
    border-right-color: rgba(0,0,0,.25);
    border-width: .5rem .5rem .5rem 0;
    left: 0
}

.bs-popover-auto[x-placement^=right]>.arrow:after,.bs-popover-right>.arrow:after {
    border-right-color: #fff;
    border-width: .5rem .5rem .5rem 0;
    left: 1px
}

.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:before,.bs-popover-bottom>.arrow:before {
    border-bottom-color: rgba(0,0,0,.25);
    border-width: 0 .5rem .5rem;
    top: 0
}

.bs-popover-auto[x-placement^=bottom]>.arrow:after,.bs-popover-bottom>.arrow:after {
    border-bottom-color: #fff;
    border-width: 0 .5rem .5rem;
    top: 1px
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before {
    border-bottom: 1px solid #f7f7f7;
    content: "";
    display: block;
    left: 50%;
    margin-left: -.5rem;
    position: absolute;
    top: 0;
    width: 1rem
}

.bs-popover-auto[x-placement^=left],.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow {
    height: 1rem;
    margin: .3rem 0;
    right: calc(-.5rem - 1px);
    width: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow:before,.bs-popover-left>.arrow:before {
    border-left-color: rgba(0,0,0,.25);
    border-width: .5rem 0 .5rem .5rem;
    right: 0
}

.bs-popover-auto[x-placement^=left]>.arrow:after,.bs-popover-left>.arrow:after {
    border-left-color: #fff;
    border-width: .5rem 0 .5rem .5rem;
    right: 1px
}

.popover-header {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    font-size: 1rem;
    margin-bottom: 0;
    padding: .5rem .75rem
}

.popover-header:empty {
    display: none
}

.popover-body {
    color: #212529;
    padding: .5rem .75rem
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    overflow: hidden;
    position: relative;
    width: 100%
}

.carousel-inner:after {
    clear: both;
    content: "";
    display: block
}

.carousel-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    float: left;
    margin-right: -100%;
    position: relative;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out,-o-transform .6s ease-in-out;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.carousel-item-next,.carousel-item-prev,.carousel-item.active {
    display: block
}

.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active {
    opacity: 1;
    z-index: 1
}

.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
    opacity: 0;
    -webkit-transition: opacity 0s .6s;
    -o-transition: opacity 0s .6s;
    transition: opacity 0s .6s;
    z-index: 0
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.carousel-control-next,.carousel-control-prev {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: .5;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: opacity .15s ease;
    -o-transition: opacity .15s ease;
    transition: opacity .15s ease;
    width: 15%;
    z-index: 1
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next,.carousel-control-prev {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover {
    color: #fff;
    opacity: .9;
    outline: 0;
    text-decoration: none
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,.carousel-control-prev-icon {
    background: no-repeat 50%/100% 100%;
    display: inline-block;
    height: 20px;
    width: 20px
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    list-style: none;
    margin-left: 15%;
    margin-right: 15%;
    padding-left: 0;
    position: absolute;
    right: 0;
    z-index: 15
}

.carousel-indicators li {
    background-clip: padding-box;
    background-color: #fff;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    height: 3px;
    margin-left: 3px;
    margin-right: 3px;
    opacity: .5;
    text-indent: -999px;
    -webkit-transition: opacity .6s ease;
    -o-transition: opacity .6s ease;
    transition: opacity .6s ease;
    width: 30px
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    bottom: 20px;
    color: #fff;
    left: 15%;
    padding-bottom: 20px;
    padding-top: 20px;
    position: absolute;
    right: 15%;
    text-align: center;
    z-index: 10
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-o-keyframes spinner-border {
    to {
        -o-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        -o-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.spinner-border {
    -webkit-animation: spinner-border .75s linear infinite;
    -o-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
    border: .25em solid;
    border-radius: 50%;
    border-right: .25em solid transparent;
    display: inline-block;
    height: 2rem;
    vertical-align: text-bottom;
    width: 2rem
}

.spinner-border-sm {
    border-width: .2em;
    height: 1rem;
    width: 1rem
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-o-keyframes spinner-grow {
    0% {
        -o-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -o-transform: none;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

.spinner-grow {
    -webkit-animation: spinner-grow .75s linear infinite;
    -o-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite;
    background-color: currentColor;
    border-radius: 50%;
    display: inline-block;
    height: 2rem;
    opacity: 0;
    vertical-align: text-bottom;
    width: 2rem
}

.spinner-grow-sm {
    height: 1rem;
    width: 1rem
}

.align-baseline {
    vertical-align: baseline!important
}

.align-top {
    vertical-align: top!important
}

.align-middle {
    vertical-align: middle!important
}

.align-bottom {
    vertical-align: bottom!important
}

.align-text-bottom {
    vertical-align: text-bottom!important
}

.align-text-top {
    vertical-align: text-top!important
}

.bg-primary {
    background-color: #383771!important
}

a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover {
    background-color: #27264f!important
}

.bg-secondary {
    background-color: #f3b337!important
}

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

.bg-success {
    background-color: #28a745!important
}

a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover {
    background-color: #1e7e34!important
}

.bg-info {
    background-color: #17a2b8!important
}

a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover {
    background-color: #117a8b!important
}

.bg-warning {
    background-color: #ffc107!important
}

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

.bg-danger {
    background-color: #dc3545!important
}

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

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

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

.bg-dark {
    background-color: #343a40!important
}

a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover {
    background-color: #1d2124!important
}

.bg-white {
    background-color: #fff!important
}

.bg-transparent {
    background-color: transparent!important
}

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

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

.border-right {
    border-right: 1px solid #000!important
}

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

.border-left {
    border-left: 1px solid #000!important
}

.border-0 {
    border: 0!important
}

.border-top-0 {
    border-top: 0!important
}

.border-right-0 {
    border-right: 0!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

.border-left-0 {
    border-left: 0!important
}

.border-primary {
    border-color: #383771!important
}

.border-secondary {
    border-color: #f3b337!important
}

.border-success {
    border-color: #28a745!important
}

.border-info {
    border-color: #17a2b8!important
}

.border-warning {
    border-color: #ffc107!important
}

.border-danger {
    border-color: #dc3545!important
}

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

.border-dark {
    border-color: #343a40!important
}

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

.rounded-sm {
    border-radius: .2rem!important
}

.rounded {
    border-radius: .25rem!important
}

.rounded-top {
    border-top-left-radius: .25rem!important
}

.rounded-right,.rounded-top {
    border-top-right-radius: .25rem!important
}

.rounded-bottom,.rounded-right {
    border-bottom-right-radius: .25rem!important
}

.rounded-bottom,.rounded-left {
    border-bottom-left-radius: .25rem!important
}

.rounded-left {
    border-top-left-radius: .25rem!important
}

.rounded-lg {
    border-radius: .3rem!important
}

.rounded-circle {
    border-radius: 50%!important
}

.rounded-pill {
    border-radius: 50rem!important
}

.rounded-0 {
    border-radius: 0!important
}

.clearfix:after {
    content: "";
    display: block
}

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

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

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

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

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

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

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

    .d-sm-inline-block {
        display: inline-block!important
    }

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

    .d-sm-table {
        display: table!important
    }

    .d-sm-table-row {
        display: table-row!important
    }

    .d-sm-table-cell {
        display: table-cell!important
    }

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

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

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

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

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

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

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

    .d-md-table-row {
        display: table-row!important
    }

    .d-md-table-cell {
        display: table-cell!important
    }

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

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

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

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

    .d-lg-inline-block {
        display: inline-block!important
    }

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

    .d-lg-table {
        display: table!important
    }

    .d-lg-table-row {
        display: table-row!important
    }

    .d-lg-table-cell {
        display: table-cell!important
    }

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

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

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

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

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

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

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

    .d-xl-table-row {
        display: table-row!important
    }

    .d-xl-table-cell {
        display: table-cell!important
    }

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

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

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

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

    .d-print-inline-block {
        display: inline-block!important
    }

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

    .d-print-table {
        display: table!important
    }

    .d-print-table-row {
        display: table-row!important
    }

    .d-print-table-cell {
        display: table-cell!important
    }

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

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

.embed-responsive {
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%
}

.embed-responsive:before {
    content: "";
    display: block
}

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

.embed-responsive-21by9:before {
    padding-top: 42.85714%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
}

.flex-column,.flex-row {
    -webkit-box-direction: normal!important
}

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

.flex-row-reverse {
    -webkit-box-orient: horizontal!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
}

.flex-column-reverse,.flex-row-reverse {
    -webkit-box-direction: reverse!important
}

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

.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
}

.flex-fill {
    -webkit-box-flex: 1!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important
}

.flex-grow-0 {
    -webkit-box-flex: 0!important;
    -ms-flex-positive: 0!important;
    flex-grow: 0!important
}

.flex-grow-1 {
    -webkit-box-flex: 1!important;
    -ms-flex-positive: 1!important;
    flex-grow: 1!important
}

.flex-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important
}

.flex-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important
}

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

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

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

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

.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
}

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

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

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

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

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

.align-content-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
}

.align-content-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
}

.align-content-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
}

.align-content-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
}

.align-content-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
}

.align-self-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
}

.align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
}

.align-self-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
}

.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
}

.align-self-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
}

.align-self-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient:horizontal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-sm-column,.flex-sm-row {
        -webkit-box-direction: normal!important
    }

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

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

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

    .flex-sm-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

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

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

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

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

    .justify-content-sm-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

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

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

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

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

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

    .align-content-sm-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient:horizontal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-md-column,.flex-md-row {
        -webkit-box-direction: normal!important
    }

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

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

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

    .flex-md-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .flex-md-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

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

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

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

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

    .justify-content-md-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

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

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

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

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

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

    .align-content-md-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-md-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-md-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-md-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient:horizontal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-lg-column,.flex-lg-row {
        -webkit-box-direction: normal!important
    }

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

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

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

    .flex-lg-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

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

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

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

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

    .justify-content-lg-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

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

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

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

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

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

    .align-content-lg-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient:horizontal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-xl-column,.flex-xl-row {
        -webkit-box-direction: normal!important
    }

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

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

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

    .flex-xl-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

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

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

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

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

    .justify-content-xl-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

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

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

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

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

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

    .align-content-xl-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

.float-none {
    float: none!important
}

@media (min-width: 576px) {
    .float-sm-left {
        float:left!important
    }

    .float-sm-right {
        float: right!important
    }

    .float-sm-none {
        float: none!important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float:left!important
    }

    .float-md-right {
        float: right!important
    }

    .float-md-none {
        float: none!important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float:left!important
    }

    .float-lg-right {
        float: right!important
    }

    .float-lg-none {
        float: none!important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float:left!important
    }

    .float-xl-right {
        float: right!important
    }

    .float-xl-none {
        float: none!important
    }
}

.user-select-all {
    -webkit-user-select: all!important;
    -moz-user-select: all!important;
    -ms-user-select: all!important;
    user-select: all!important
}

.user-select-auto {
    -webkit-user-select: auto!important;
    -moz-user-select: auto!important;
    -ms-user-select: auto!important;
    user-select: auto!important
}

.user-select-none {
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important
}

.overflow-auto {
    overflow: auto!important
}

.overflow-hidden {
    overflow: hidden!important
}

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

.position-sticky {
    position: -webkit-sticky!important;
    position: sticky!important
}

.fixed-top {
    top: 0
}

.fixed-bottom,.fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports ((position: -webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position:-webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    white-space: nowrap
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    white-space: normal
}

.shadow-sm {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important
}

.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important
}

.shadow-none {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

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

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

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

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

.w-auto {
    width: auto!important
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.h-auto {
    height: auto!important
}

.mw-100 {
    max-width: 100%!important
}

.mh-100 {
    max-height: 100%!important
}

.min-vw-100 {
    min-width: 100vw!important
}

.min-vh-100 {
    min-height: 100vh!important
}

.vw-100 {
    width: 100vw!important
}

.vh-100 {
    height: 100vh!important
}

.m-0 {
    margin: 0!important
}

.mt-0,.my-0 {
    margin-top: 0!important
}

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

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

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

.m-1 {
    margin: .25rem!important
}

.mt-1,.my-1 {
    margin-top: .25rem!important
}

.mr-1,.mx-1 {
    margin-right: .25rem!important
}

.mb-1,.my-1 {
    margin-bottom: .25rem!important
}

.ml-1,.mx-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2,.my-2 {
    margin-top: .5rem!important
}

.mr-2,.mx-2 {
    margin-right: .5rem!important
}

.mb-2,.my-2 {
    margin-bottom: .5rem!important
}

.ml-2,.mx-2 {
    margin-left: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

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

.mr-3,.mx-3 {
    margin-right: 1rem!important
}

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

.ml-3,.mx-3 {
    margin-left: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

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

.mr-4,.mx-4 {
    margin-right: 1.5rem!important
}

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

.ml-4,.mx-4 {
    margin-left: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

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

.mr-5,.mx-5 {
    margin-right: 3rem!important
}

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

.ml-5,.mx-5 {
    margin-left: 3rem!important
}

.p-0 {
    padding: 0!important
}

.pt-0,.py-0 {
    padding-top: 0!important
}

.pr-0,.px-0 {
    padding-right: 0!important
}

.pb-0,.py-0 {
    padding-bottom: 0!important
}

.pl-0,.px-0 {
    padding-left: 0!important
}

.p-1 {
    padding: .25rem!important
}

.pt-1,.py-1 {
    padding-top: .25rem!important
}

.pr-1,.px-1 {
    padding-right: .25rem!important
}

.pb-1,.py-1 {
    padding-bottom: .25rem!important
}

.pl-1,.px-1 {
    padding-left: .25rem!important
}

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

.pt-2,.py-2 {
    padding-top: .5rem!important
}

.pr-2,.px-2 {
    padding-right: .5rem!important
}

.pb-2,.py-2 {
    padding-bottom: .5rem!important
}

.pl-2,.px-2 {
    padding-left: .5rem!important
}

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

.pt-3,.py-3 {
    padding-top: 1rem!important
}

.pr-3,.px-3 {
    padding-right: 1rem!important
}

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

.pl-3,.px-3 {
    padding-left: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pt-4,.py-4 {
    padding-top: 1.5rem!important
}

.pr-4,.px-4 {
    padding-right: 1.5rem!important
}

.pb-4,.py-4 {
    padding-bottom: 1.5rem!important
}

.pl-4,.px-4 {
    padding-left: 1.5rem!important
}

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

.pt-5,.py-5 {
    padding-top: 3rem!important
}

.pr-5,.px-5 {
    padding-right: 3rem!important
}

.pb-5,.py-5 {
    padding-bottom: 3rem!important
}

.pl-5,.px-5 {
    padding-left: 3rem!important
}

.m-n1 {
    margin: -.25rem!important
}

.mt-n1,.my-n1 {
    margin-top: -.25rem!important
}

.mr-n1,.mx-n1 {
    margin-right: -.25rem!important
}

.mb-n1,.my-n1 {
    margin-bottom: -.25rem!important
}

.ml-n1,.mx-n1 {
    margin-left: -.25rem!important
}

.m-n2 {
    margin: -.5rem!important
}

.mt-n2,.my-n2 {
    margin-top: -.5rem!important
}

.mr-n2,.mx-n2 {
    margin-right: -.5rem!important
}

.mb-n2,.my-n2 {
    margin-bottom: -.5rem!important
}

.ml-n2,.mx-n2 {
    margin-left: -.5rem!important
}

.m-n3 {
    margin: -1rem!important
}

.mt-n3,.my-n3 {
    margin-top: -1rem!important
}

.mr-n3,.mx-n3 {
    margin-right: -1rem!important
}

.mb-n3,.my-n3 {
    margin-bottom: -1rem!important
}

.ml-n3,.mx-n3 {
    margin-left: -1rem!important
}

.m-n4 {
    margin: -1.5rem!important
}

.mt-n4,.my-n4 {
    margin-top: -1.5rem!important
}

.mr-n4,.mx-n4 {
    margin-right: -1.5rem!important
}

.mb-n4,.my-n4 {
    margin-bottom: -1.5rem!important
}

.ml-n4,.mx-n4 {
    margin-left: -1.5rem!important
}

.m-n5 {
    margin: -3rem!important
}

.mt-n5,.my-n5 {
    margin-top: -3rem!important
}

.mr-n5,.mx-n5 {
    margin-right: -3rem!important
}

.mb-n5,.my-n5 {
    margin-bottom: -3rem!important
}

.ml-n5,.mx-n5 {
    margin-left: -3rem!important
}

.m-auto {
    margin: auto!important
}

.mt-auto,.my-auto {
    margin-top: auto!important
}

.mr-auto,.mx-auto {
    margin-right: auto!important
}

.mb-auto,.my-auto {
    margin-bottom: auto!important
}

.ml-auto,.mx-auto {
    margin-left: auto!important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin:0!important
    }

    .mt-sm-0,.my-sm-0 {
        margin-top: 0!important
    }

    .mr-sm-0,.mx-sm-0 {
        margin-right: 0!important
    }

    .mb-sm-0,.my-sm-0 {
        margin-bottom: 0!important
    }

    .ml-sm-0,.mx-sm-0 {
        margin-left: 0!important
    }

    .m-sm-1 {
        margin: .25rem!important
    }

    .mt-sm-1,.my-sm-1 {
        margin-top: .25rem!important
    }

    .mr-sm-1,.mx-sm-1 {
        margin-right: .25rem!important
    }

    .mb-sm-1,.my-sm-1 {
        margin-bottom: .25rem!important
    }

    .ml-sm-1,.mx-sm-1 {
        margin-left: .25rem!important
    }

    .m-sm-2 {
        margin: .5rem!important
    }

    .mt-sm-2,.my-sm-2 {
        margin-top: .5rem!important
    }

    .mr-sm-2,.mx-sm-2 {
        margin-right: .5rem!important
    }

    .mb-sm-2,.my-sm-2 {
        margin-bottom: .5rem!important
    }

    .ml-sm-2,.mx-sm-2 {
        margin-left: .5rem!important
    }

    .m-sm-3 {
        margin: 1rem!important
    }

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

    .mr-sm-3,.mx-sm-3 {
        margin-right: 1rem!important
    }

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

    .ml-sm-3,.mx-sm-3 {
        margin-left: 1rem!important
    }

    .m-sm-4 {
        margin: 1.5rem!important
    }

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

    .mr-sm-4,.mx-sm-4 {
        margin-right: 1.5rem!important
    }

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

    .ml-sm-4,.mx-sm-4 {
        margin-left: 1.5rem!important
    }

    .m-sm-5 {
        margin: 3rem!important
    }

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

    .mr-sm-5,.mx-sm-5 {
        margin-right: 3rem!important
    }

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

    .ml-sm-5,.mx-sm-5 {
        margin-left: 3rem!important
    }

    .p-sm-0 {
        padding: 0!important
    }

    .pt-sm-0,.py-sm-0 {
        padding-top: 0!important
    }

    .pr-sm-0,.px-sm-0 {
        padding-right: 0!important
    }

    .pb-sm-0,.py-sm-0 {
        padding-bottom: 0!important
    }

    .pl-sm-0,.px-sm-0 {
        padding-left: 0!important
    }

    .p-sm-1 {
        padding: .25rem!important
    }

    .pt-sm-1,.py-sm-1 {
        padding-top: .25rem!important
    }

    .pr-sm-1,.px-sm-1 {
        padding-right: .25rem!important
    }

    .pb-sm-1,.py-sm-1 {
        padding-bottom: .25rem!important
    }

    .pl-sm-1,.px-sm-1 {
        padding-left: .25rem!important
    }

    .p-sm-2 {
        padding: .5rem!important
    }

    .pt-sm-2,.py-sm-2 {
        padding-top: .5rem!important
    }

    .pr-sm-2,.px-sm-2 {
        padding-right: .5rem!important
    }

    .pb-sm-2,.py-sm-2 {
        padding-bottom: .5rem!important
    }

    .pl-sm-2,.px-sm-2 {
        padding-left: .5rem!important
    }

    .p-sm-3 {
        padding: 1rem!important
    }

    .pt-sm-3,.py-sm-3 {
        padding-top: 1rem!important
    }

    .pr-sm-3,.px-sm-3 {
        padding-right: 1rem!important
    }

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

    .pl-sm-3,.px-sm-3 {
        padding-left: 1rem!important
    }

    .p-sm-4 {
        padding: 1.5rem!important
    }

    .pt-sm-4,.py-sm-4 {
        padding-top: 1.5rem!important
    }

    .pr-sm-4,.px-sm-4 {
        padding-right: 1.5rem!important
    }

    .pb-sm-4,.py-sm-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-sm-4,.px-sm-4 {
        padding-left: 1.5rem!important
    }

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

    .pt-sm-5,.py-sm-5 {
        padding-top: 3rem!important
    }

    .pr-sm-5,.px-sm-5 {
        padding-right: 3rem!important
    }

    .pb-sm-5,.py-sm-5 {
        padding-bottom: 3rem!important
    }

    .pl-sm-5,.px-sm-5 {
        padding-left: 3rem!important
    }

    .m-sm-n1 {
        margin: -.25rem!important
    }

    .mt-sm-n1,.my-sm-n1 {
        margin-top: -.25rem!important
    }

    .mr-sm-n1,.mx-sm-n1 {
        margin-right: -.25rem!important
    }

    .mb-sm-n1,.my-sm-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-sm-n1,.mx-sm-n1 {
        margin-left: -.25rem!important
    }

    .m-sm-n2 {
        margin: -.5rem!important
    }

    .mt-sm-n2,.my-sm-n2 {
        margin-top: -.5rem!important
    }

    .mr-sm-n2,.mx-sm-n2 {
        margin-right: -.5rem!important
    }

    .mb-sm-n2,.my-sm-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-sm-n2,.mx-sm-n2 {
        margin-left: -.5rem!important
    }

    .m-sm-n3 {
        margin: -1rem!important
    }

    .mt-sm-n3,.my-sm-n3 {
        margin-top: -1rem!important
    }

    .mr-sm-n3,.mx-sm-n3 {
        margin-right: -1rem!important
    }

    .mb-sm-n3,.my-sm-n3 {
        margin-bottom: -1rem!important
    }

    .ml-sm-n3,.mx-sm-n3 {
        margin-left: -1rem!important
    }

    .m-sm-n4 {
        margin: -1.5rem!important
    }

    .mt-sm-n4,.my-sm-n4 {
        margin-top: -1.5rem!important
    }

    .mr-sm-n4,.mx-sm-n4 {
        margin-right: -1.5rem!important
    }

    .mb-sm-n4,.my-sm-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-sm-n4,.mx-sm-n4 {
        margin-left: -1.5rem!important
    }

    .m-sm-n5 {
        margin: -3rem!important
    }

    .mt-sm-n5,.my-sm-n5 {
        margin-top: -3rem!important
    }

    .mr-sm-n5,.mx-sm-n5 {
        margin-right: -3rem!important
    }

    .mb-sm-n5,.my-sm-n5 {
        margin-bottom: -3rem!important
    }

    .ml-sm-n5,.mx-sm-n5 {
        margin-left: -3rem!important
    }

    .m-sm-auto {
        margin: auto!important
    }

    .mt-sm-auto,.my-sm-auto {
        margin-top: auto!important
    }

    .mr-sm-auto,.mx-sm-auto {
        margin-right: auto!important
    }

    .mb-sm-auto,.my-sm-auto {
        margin-bottom: auto!important
    }

    .ml-sm-auto,.mx-sm-auto {
        margin-left: auto!important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin:0!important
    }

    .mt-md-0,.my-md-0 {
        margin-top: 0!important
    }

    .mr-md-0,.mx-md-0 {
        margin-right: 0!important
    }

    .mb-md-0,.my-md-0 {
        margin-bottom: 0!important
    }

    .ml-md-0,.mx-md-0 {
        margin-left: 0!important
    }

    .m-md-1 {
        margin: .25rem!important
    }

    .mt-md-1,.my-md-1 {
        margin-top: .25rem!important
    }

    .mr-md-1,.mx-md-1 {
        margin-right: .25rem!important
    }

    .mb-md-1,.my-md-1 {
        margin-bottom: .25rem!important
    }

    .ml-md-1,.mx-md-1 {
        margin-left: .25rem!important
    }

    .m-md-2 {
        margin: .5rem!important
    }

    .mt-md-2,.my-md-2 {
        margin-top: .5rem!important
    }

    .mr-md-2,.mx-md-2 {
        margin-right: .5rem!important
    }

    .mb-md-2,.my-md-2 {
        margin-bottom: .5rem!important
    }

    .ml-md-2,.mx-md-2 {
        margin-left: .5rem!important
    }

    .m-md-3 {
        margin: 1rem!important
    }

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

    .mr-md-3,.mx-md-3 {
        margin-right: 1rem!important
    }

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

    .ml-md-3,.mx-md-3 {
        margin-left: 1rem!important
    }

    .m-md-4 {
        margin: 1.5rem!important
    }

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

    .mr-md-4,.mx-md-4 {
        margin-right: 1.5rem!important
    }

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

    .ml-md-4,.mx-md-4 {
        margin-left: 1.5rem!important
    }

    .m-md-5 {
        margin: 3rem!important
    }

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

    .mr-md-5,.mx-md-5 {
        margin-right: 3rem!important
    }

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

    .ml-md-5,.mx-md-5 {
        margin-left: 3rem!important
    }

    .p-md-0 {
        padding: 0!important
    }

    .pt-md-0,.py-md-0 {
        padding-top: 0!important
    }

    .pr-md-0,.px-md-0 {
        padding-right: 0!important
    }

    .pb-md-0,.py-md-0 {
        padding-bottom: 0!important
    }

    .pl-md-0,.px-md-0 {
        padding-left: 0!important
    }

    .p-md-1 {
        padding: .25rem!important
    }

    .pt-md-1,.py-md-1 {
        padding-top: .25rem!important
    }

    .pr-md-1,.px-md-1 {
        padding-right: .25rem!important
    }

    .pb-md-1,.py-md-1 {
        padding-bottom: .25rem!important
    }

    .pl-md-1,.px-md-1 {
        padding-left: .25rem!important
    }

    .p-md-2 {
        padding: .5rem!important
    }

    .pt-md-2,.py-md-2 {
        padding-top: .5rem!important
    }

    .pr-md-2,.px-md-2 {
        padding-right: .5rem!important
    }

    .pb-md-2,.py-md-2 {
        padding-bottom: .5rem!important
    }

    .pl-md-2,.px-md-2 {
        padding-left: .5rem!important
    }

    .p-md-3 {
        padding: 1rem!important
    }

    .pt-md-3,.py-md-3 {
        padding-top: 1rem!important
    }

    .pr-md-3,.px-md-3 {
        padding-right: 1rem!important
    }

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

    .pl-md-3,.px-md-3 {
        padding-left: 1rem!important
    }

    .p-md-4 {
        padding: 1.5rem!important
    }

    .pt-md-4,.py-md-4 {
        padding-top: 1.5rem!important
    }

    .pr-md-4,.px-md-4 {
        padding-right: 1.5rem!important
    }

    .pb-md-4,.py-md-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-md-4,.px-md-4 {
        padding-left: 1.5rem!important
    }

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

    .pt-md-5,.py-md-5 {
        padding-top: 3rem!important
    }

    .pr-md-5,.px-md-5 {
        padding-right: 3rem!important
    }

    .pb-md-5,.py-md-5 {
        padding-bottom: 3rem!important
    }

    .pl-md-5,.px-md-5 {
        padding-left: 3rem!important
    }

    .m-md-n1 {
        margin: -.25rem!important
    }

    .mt-md-n1,.my-md-n1 {
        margin-top: -.25rem!important
    }

    .mr-md-n1,.mx-md-n1 {
        margin-right: -.25rem!important
    }

    .mb-md-n1,.my-md-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-md-n1,.mx-md-n1 {
        margin-left: -.25rem!important
    }

    .m-md-n2 {
        margin: -.5rem!important
    }

    .mt-md-n2,.my-md-n2 {
        margin-top: -.5rem!important
    }

    .mr-md-n2,.mx-md-n2 {
        margin-right: -.5rem!important
    }

    .mb-md-n2,.my-md-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-md-n2,.mx-md-n2 {
        margin-left: -.5rem!important
    }

    .m-md-n3 {
        margin: -1rem!important
    }

    .mt-md-n3,.my-md-n3 {
        margin-top: -1rem!important
    }

    .mr-md-n3,.mx-md-n3 {
        margin-right: -1rem!important
    }

    .mb-md-n3,.my-md-n3 {
        margin-bottom: -1rem!important
    }

    .ml-md-n3,.mx-md-n3 {
        margin-left: -1rem!important
    }

    .m-md-n4 {
        margin: -1.5rem!important
    }

    .mt-md-n4,.my-md-n4 {
        margin-top: -1.5rem!important
    }

    .mr-md-n4,.mx-md-n4 {
        margin-right: -1.5rem!important
    }

    .mb-md-n4,.my-md-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-md-n4,.mx-md-n4 {
        margin-left: -1.5rem!important
    }

    .m-md-n5 {
        margin: -3rem!important
    }

    .mt-md-n5,.my-md-n5 {
        margin-top: -3rem!important
    }

    .mr-md-n5,.mx-md-n5 {
        margin-right: -3rem!important
    }

    .mb-md-n5,.my-md-n5 {
        margin-bottom: -3rem!important
    }

    .ml-md-n5,.mx-md-n5 {
        margin-left: -3rem!important
    }

    .m-md-auto {
        margin: auto!important
    }

    .mt-md-auto,.my-md-auto {
        margin-top: auto!important
    }

    .mr-md-auto,.mx-md-auto {
        margin-right: auto!important
    }

    .mb-md-auto,.my-md-auto {
        margin-bottom: auto!important
    }

    .ml-md-auto,.mx-md-auto {
        margin-left: auto!important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin:0!important
    }

    .mt-lg-0,.my-lg-0 {
        margin-top: 0!important
    }

    .mr-lg-0,.mx-lg-0 {
        margin-right: 0!important
    }

    .mb-lg-0,.my-lg-0 {
        margin-bottom: 0!important
    }

    .ml-lg-0,.mx-lg-0 {
        margin-left: 0!important
    }

    .m-lg-1 {
        margin: .25rem!important
    }

    .mt-lg-1,.my-lg-1 {
        margin-top: .25rem!important
    }

    .mr-lg-1,.mx-lg-1 {
        margin-right: .25rem!important
    }

    .mb-lg-1,.my-lg-1 {
        margin-bottom: .25rem!important
    }

    .ml-lg-1,.mx-lg-1 {
        margin-left: .25rem!important
    }

    .m-lg-2 {
        margin: .5rem!important
    }

    .mt-lg-2,.my-lg-2 {
        margin-top: .5rem!important
    }

    .mr-lg-2,.mx-lg-2 {
        margin-right: .5rem!important
    }

    .mb-lg-2,.my-lg-2 {
        margin-bottom: .5rem!important
    }

    .ml-lg-2,.mx-lg-2 {
        margin-left: .5rem!important
    }

    .m-lg-3 {
        margin: 1rem!important
    }

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

    .mr-lg-3,.mx-lg-3 {
        margin-right: 1rem!important
    }

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

    .ml-lg-3,.mx-lg-3 {
        margin-left: 1rem!important
    }

    .m-lg-4 {
        margin: 1.5rem!important
    }

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

    .mr-lg-4,.mx-lg-4 {
        margin-right: 1.5rem!important
    }

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

    .ml-lg-4,.mx-lg-4 {
        margin-left: 1.5rem!important
    }

    .m-lg-5 {
        margin: 3rem!important
    }

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

    .mr-lg-5,.mx-lg-5 {
        margin-right: 3rem!important
    }

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

    .ml-lg-5,.mx-lg-5 {
        margin-left: 3rem!important
    }

    .p-lg-0 {
        padding: 0!important
    }

    .pt-lg-0,.py-lg-0 {
        padding-top: 0!important
    }

    .pr-lg-0,.px-lg-0 {
        padding-right: 0!important
    }

    .pb-lg-0,.py-lg-0 {
        padding-bottom: 0!important
    }

    .pl-lg-0,.px-lg-0 {
        padding-left: 0!important
    }

    .p-lg-1 {
        padding: .25rem!important
    }

    .pt-lg-1,.py-lg-1 {
        padding-top: .25rem!important
    }

    .pr-lg-1,.px-lg-1 {
        padding-right: .25rem!important
    }

    .pb-lg-1,.py-lg-1 {
        padding-bottom: .25rem!important
    }

    .pl-lg-1,.px-lg-1 {
        padding-left: .25rem!important
    }

    .p-lg-2 {
        padding: .5rem!important
    }

    .pt-lg-2,.py-lg-2 {
        padding-top: .5rem!important
    }

    .pr-lg-2,.px-lg-2 {
        padding-right: .5rem!important
    }

    .pb-lg-2,.py-lg-2 {
        padding-bottom: .5rem!important
    }

    .pl-lg-2,.px-lg-2 {
        padding-left: .5rem!important
    }

    .p-lg-3 {
        padding: 1rem!important
    }

    .pt-lg-3,.py-lg-3 {
        padding-top: 1rem!important
    }

    .pr-lg-3,.px-lg-3 {
        padding-right: 1rem!important
    }

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

    .pl-lg-3,.px-lg-3 {
        padding-left: 1rem!important
    }

    .p-lg-4 {
        padding: 1.5rem!important
    }

    .pt-lg-4,.py-lg-4 {
        padding-top: 1.5rem!important
    }

    .pr-lg-4,.px-lg-4 {
        padding-right: 1.5rem!important
    }

    .pb-lg-4,.py-lg-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-lg-4,.px-lg-4 {
        padding-left: 1.5rem!important
    }

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

    .pt-lg-5,.py-lg-5 {
        padding-top: 3rem!important
    }

    .pr-lg-5,.px-lg-5 {
        padding-right: 3rem!important
    }

    .pb-lg-5,.py-lg-5 {
        padding-bottom: 3rem!important
    }

    .pl-lg-5,.px-lg-5 {
        padding-left: 3rem!important
    }

    .m-lg-n1 {
        margin: -.25rem!important
    }

    .mt-lg-n1,.my-lg-n1 {
        margin-top: -.25rem!important
    }

    .mr-lg-n1,.mx-lg-n1 {
        margin-right: -.25rem!important
    }

    .mb-lg-n1,.my-lg-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-lg-n1,.mx-lg-n1 {
        margin-left: -.25rem!important
    }

    .m-lg-n2 {
        margin: -.5rem!important
    }

    .mt-lg-n2,.my-lg-n2 {
        margin-top: -.5rem!important
    }

    .mr-lg-n2,.mx-lg-n2 {
        margin-right: -.5rem!important
    }

    .mb-lg-n2,.my-lg-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-lg-n2,.mx-lg-n2 {
        margin-left: -.5rem!important
    }

    .m-lg-n3 {
        margin: -1rem!important
    }

    .mt-lg-n3,.my-lg-n3 {
        margin-top: -1rem!important
    }

    .mr-lg-n3,.mx-lg-n3 {
        margin-right: -1rem!important
    }

    .mb-lg-n3,.my-lg-n3 {
        margin-bottom: -1rem!important
    }

    .ml-lg-n3,.mx-lg-n3 {
        margin-left: -1rem!important
    }

    .m-lg-n4 {
        margin: -1.5rem!important
    }

    .mt-lg-n4,.my-lg-n4 {
        margin-top: -1.5rem!important
    }

    .mr-lg-n4,.mx-lg-n4 {
        margin-right: -1.5rem!important
    }

    .mb-lg-n4,.my-lg-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-lg-n4,.mx-lg-n4 {
        margin-left: -1.5rem!important
    }

    .m-lg-n5 {
        margin: -3rem!important
    }

    .mt-lg-n5,.my-lg-n5 {
        margin-top: -3rem!important
    }

    .mr-lg-n5,.mx-lg-n5 {
        margin-right: -3rem!important
    }

    .mb-lg-n5,.my-lg-n5 {
        margin-bottom: -3rem!important
    }

    .ml-lg-n5,.mx-lg-n5 {
        margin-left: -3rem!important
    }

    .m-lg-auto {
        margin: auto!important
    }

    .mt-lg-auto,.my-lg-auto {
        margin-top: auto!important
    }

    .mr-lg-auto,.mx-lg-auto {
        margin-right: auto!important
    }

    .mb-lg-auto,.my-lg-auto {
        margin-bottom: auto!important
    }

    .ml-lg-auto,.mx-lg-auto {
        margin-left: auto!important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin:0!important
    }

    .mt-xl-0,.my-xl-0 {
        margin-top: 0!important
    }

    .mr-xl-0,.mx-xl-0 {
        margin-right: 0!important
    }

    .mb-xl-0,.my-xl-0 {
        margin-bottom: 0!important
    }

    .ml-xl-0,.mx-xl-0 {
        margin-left: 0!important
    }

    .m-xl-1 {
        margin: .25rem!important
    }

    .mt-xl-1,.my-xl-1 {
        margin-top: .25rem!important
    }

    .mr-xl-1,.mx-xl-1 {
        margin-right: .25rem!important
    }

    .mb-xl-1,.my-xl-1 {
        margin-bottom: .25rem!important
    }

    .ml-xl-1,.mx-xl-1 {
        margin-left: .25rem!important
    }

    .m-xl-2 {
        margin: .5rem!important
    }

    .mt-xl-2,.my-xl-2 {
        margin-top: .5rem!important
    }

    .mr-xl-2,.mx-xl-2 {
        margin-right: .5rem!important
    }

    .mb-xl-2,.my-xl-2 {
        margin-bottom: .5rem!important
    }

    .ml-xl-2,.mx-xl-2 {
        margin-left: .5rem!important
    }

    .m-xl-3 {
        margin: 1rem!important
    }

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

    .mr-xl-3,.mx-xl-3 {
        margin-right: 1rem!important
    }

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

    .ml-xl-3,.mx-xl-3 {
        margin-left: 1rem!important
    }

    .m-xl-4 {
        margin: 1.5rem!important
    }

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

    .mr-xl-4,.mx-xl-4 {
        margin-right: 1.5rem!important
    }

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

    .ml-xl-4,.mx-xl-4 {
        margin-left: 1.5rem!important
    }

    .m-xl-5 {
        margin: 3rem!important
    }

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

    .mr-xl-5,.mx-xl-5 {
        margin-right: 3rem!important
    }

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

    .ml-xl-5,.mx-xl-5 {
        margin-left: 3rem!important
    }

    .p-xl-0 {
        padding: 0!important
    }

    .pt-xl-0,.py-xl-0 {
        padding-top: 0!important
    }

    .pr-xl-0,.px-xl-0 {
        padding-right: 0!important
    }

    .pb-xl-0,.py-xl-0 {
        padding-bottom: 0!important
    }

    .pl-xl-0,.px-xl-0 {
        padding-left: 0!important
    }

    .p-xl-1 {
        padding: .25rem!important
    }

    .pt-xl-1,.py-xl-1 {
        padding-top: .25rem!important
    }

    .pr-xl-1,.px-xl-1 {
        padding-right: .25rem!important
    }

    .pb-xl-1,.py-xl-1 {
        padding-bottom: .25rem!important
    }

    .pl-xl-1,.px-xl-1 {
        padding-left: .25rem!important
    }

    .p-xl-2 {
        padding: .5rem!important
    }

    .pt-xl-2,.py-xl-2 {
        padding-top: .5rem!important
    }

    .pr-xl-2,.px-xl-2 {
        padding-right: .5rem!important
    }

    .pb-xl-2,.py-xl-2 {
        padding-bottom: .5rem!important
    }

    .pl-xl-2,.px-xl-2 {
        padding-left: .5rem!important
    }

    .p-xl-3 {
        padding: 1rem!important
    }

    .pt-xl-3,.py-xl-3 {
        padding-top: 1rem!important
    }

    .pr-xl-3,.px-xl-3 {
        padding-right: 1rem!important
    }

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

    .pl-xl-3,.px-xl-3 {
        padding-left: 1rem!important
    }

    .p-xl-4 {
        padding: 1.5rem!important
    }

    .pt-xl-4,.py-xl-4 {
        padding-top: 1.5rem!important
    }

    .pr-xl-4,.px-xl-4 {
        padding-right: 1.5rem!important
    }

    .pb-xl-4,.py-xl-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-xl-4,.px-xl-4 {
        padding-left: 1.5rem!important
    }

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

    .pt-xl-5,.py-xl-5 {
        padding-top: 3rem!important
    }

    .pr-xl-5,.px-xl-5 {
        padding-right: 3rem!important
    }

    .pb-xl-5,.py-xl-5 {
        padding-bottom: 3rem!important
    }

    .pl-xl-5,.px-xl-5 {
        padding-left: 3rem!important
    }

    .m-xl-n1 {
        margin: -.25rem!important
    }

    .mt-xl-n1,.my-xl-n1 {
        margin-top: -.25rem!important
    }

    .mr-xl-n1,.mx-xl-n1 {
        margin-right: -.25rem!important
    }

    .mb-xl-n1,.my-xl-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-xl-n1,.mx-xl-n1 {
        margin-left: -.25rem!important
    }

    .m-xl-n2 {
        margin: -.5rem!important
    }

    .mt-xl-n2,.my-xl-n2 {
        margin-top: -.5rem!important
    }

    .mr-xl-n2,.mx-xl-n2 {
        margin-right: -.5rem!important
    }

    .mb-xl-n2,.my-xl-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-xl-n2,.mx-xl-n2 {
        margin-left: -.5rem!important
    }

    .m-xl-n3 {
        margin: -1rem!important
    }

    .mt-xl-n3,.my-xl-n3 {
        margin-top: -1rem!important
    }

    .mr-xl-n3,.mx-xl-n3 {
        margin-right: -1rem!important
    }

    .mb-xl-n3,.my-xl-n3 {
        margin-bottom: -1rem!important
    }

    .ml-xl-n3,.mx-xl-n3 {
        margin-left: -1rem!important
    }

    .m-xl-n4 {
        margin: -1.5rem!important
    }

    .mt-xl-n4,.my-xl-n4 {
        margin-top: -1.5rem!important
    }

    .mr-xl-n4,.mx-xl-n4 {
        margin-right: -1.5rem!important
    }

    .mb-xl-n4,.my-xl-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-xl-n4,.mx-xl-n4 {
        margin-left: -1.5rem!important
    }

    .m-xl-n5 {
        margin: -3rem!important
    }

    .mt-xl-n5,.my-xl-n5 {
        margin-top: -3rem!important
    }

    .mr-xl-n5,.mx-xl-n5 {
        margin-right: -3rem!important
    }

    .mb-xl-n5,.my-xl-n5 {
        margin-bottom: -3rem!important
    }

    .ml-xl-n5,.mx-xl-n5 {
        margin-left: -3rem!important
    }

    .m-xl-auto {
        margin: auto!important
    }

    .mt-xl-auto,.my-xl-auto {
        margin-top: auto!important
    }

    .mr-xl-auto,.mx-xl-auto {
        margin-right: auto!important
    }

    .mb-xl-auto,.my-xl-auto {
        margin-bottom: auto!important
    }

    .ml-xl-auto,.mx-xl-auto {
        margin-left: auto!important
    }
}

.stretched-link:after {
    background-color: transparent;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.text-monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important
}

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

.text-wrap {
    white-space: normal!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

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

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

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

@media (min-width: 576px) {
    .text-sm-left {
        text-align:left!important
    }

    .text-sm-right {
        text-align: right!important
    }

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

@media (min-width: 768px) {
    .text-md-left {
        text-align:left!important
    }

    .text-md-right {
        text-align: right!important
    }

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

@media (min-width: 992px) {
    .text-lg-left {
        text-align:left!important
    }

    .text-lg-right {
        text-align: right!important
    }

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

@media (min-width: 1200px) {
    .text-xl-left {
        text-align:left!important
    }

    .text-xl-right {
        text-align: right!important
    }

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

.text-lowercase {
    text-transform: lowercase!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.text-capitalize {
    text-transform: capitalize!important
}

.font-weight-light {
    font-weight: 300!important
}

.font-weight-lighter {
    font-weight: lighter!important
}

.font-weight-normal {
    font-weight: 400!important
}

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

.font-weight-bolder {
    font-weight: bolder!important
}

.font-italic {
    font-style: italic!important
}

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

.text-primary {
    color: #383771!important
}

a.text-primary:focus,a.text-primary:hover {
    color: #1f1e3e!important
}

.text-secondary {
    color: #f3b337!important
}

a.text-secondary:focus,a.text-secondary:hover {
    color: #d18e0d!important
}

.text-success {
    color: #28a745!important
}

a.text-success:focus,a.text-success:hover {
    color: #19692c!important
}

.text-info {
    color: #17a2b8!important
}

a.text-info:focus,a.text-info:hover {
    color: #0f6674!important
}

.text-warning {
    color: #ffc107!important
}

a.text-warning:focus,a.text-warning:hover {
    color: #ba8b00!important
}

.text-danger {
    color: #dc3545!important
}

a.text-danger:focus,a.text-danger:hover {
    color: #a71d2a!important
}

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

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

.text-dark {
    color: #343a40!important
}

a.text-dark:focus,a.text-dark:hover {
    color: #121416!important
}

.text-body {
    color: #212529!important
}

.text-muted {
    color: #6c757d!important
}

.text-black-50 {
    color: rgba(0,0,0,.5)!important
}

.text-white-50 {
    color: hsla(0,0%,100%,.5)!important
}

.text-hide {
    background-color: transparent;
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none
}

.text-decoration-none {
    text-decoration: none!important
}

.text-break {
    word-wrap: break-word!important
}

.text-reset {
    color: inherit!important
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

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

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

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap!important
    }

    blockquote,pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,tr {
        page-break-inside: avoid
    }

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

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

    @page {
        size: a3
    }

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

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse!important
    }

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

    .table-bordered td,.table-bordered th {
        border: 1px solid #dee2e6!important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th {
        border-color: #000
    }

    .table .thead-dark th {
        border-color: #000;
        color: inherit
    }
}

@font-face {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    src: url(/wp-content/themes/that-sugar-rf-8172018/dist/vendor/fontawesome-webfont_674f50d2.eot);
    src: url(/wp-content/themes/that-sugar-rf-8172018/dist/vendor/fontawesome-webfont_674f50d2.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(/wp-content/themes/that-sugar-rf-8172018/dist/vendor/fontawesome-webfont_af7ae505.woff2) format("woff2"),url(/wp-content/themes/that-sugar-rf-8172018/dist/vendor/fontawesome-webfont_fee66e71.woff) format("woff"),url(/wp-content/themes/that-sugar-rf-8172018/dist/vendor/fontawesome-webfont_b06871f2.ttf) format("truetype"),url(/wp-content/themes/that-sugar-rf-8172018/dist/vendor/fontawesome-webfont_912ec66d.svg#fontawesomeregular) format("svg")
}

.fa {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto
}

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

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

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

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

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

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

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

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2.14286em;
    position: absolute;
    text-align: center;
    top: .14286em;
    width: 2.14286em
}

.fa-li.fa-lg {
    left: -1.85714em
}

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

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

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

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

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

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

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

    to {
        -webkit-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

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

    to {
        -webkit-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

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

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

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

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

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

:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270 {
    -webkit-filter: none;
    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-glass:before {
    content: "\F000"
}

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

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

.fa-envelope-o:before {
    content: "\F003"
}

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

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

.fa-star-o:before {
    content: "\F006"
}

.fa-user:before {
    content: "\F007"
}

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

.fa-th-large:before {
    content: "\F009"
}

.fa-th:before {
    content: "\F00A"
}

.fa-th-list:before {
    content: "\F00B"
}

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

.fa-close:before,.fa-remove:before,.fa-times:before {
    content: "\F00D"
}

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

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

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

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

.fa-cog:before,.fa-gear:before {
    content: "\F013"
}

.fa-trash-o:before {
    content: "\F014"
}

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

.fa-file-o:before {
    content: "\F016"
}

.fa-clock-o:before {
    content: "\F017"
}

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

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

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

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

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

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

.fa-repeat:before,.fa-rotate-right:before {
    content: "\F01E"
}

.fa-refresh:before {
    content: "\F021"
}

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

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

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

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

.fa-volume-off:before {
    content: "\F026"
}

.fa-volume-down:before {
    content: "\F027"
}

.fa-volume-up:before {
    content: "\F028"
}

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

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

.fa-tag:before {
    content: "\F02B"
}

.fa-tags:before {
    content: "\F02C"
}

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

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

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

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

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

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

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

.fa-text-height:before {
    content: "\F034"
}

.fa-text-width:before {
    content: "\F035"
}

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

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

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

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

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

.fa-dedent:before,.fa-outdent:before {
    content: "\F03B"
}

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

.fa-video-camera:before {
    content: "\F03D"
}

.fa-image:before,.fa-photo:before,.fa-picture-o:before {
    content: "\F03E"
}

.fa-pencil:before {
    content: "\F040"
}

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

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

.fa-tint:before {
    content: "\F043"
}

.fa-edit:before,.fa-pencil-square-o:before {
    content: "\F044"
}

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

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

.fa-arrows:before {
    content: "\F047"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-times-circle:before {
    content: "\F057"
}

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

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

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

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

.fa-times-circle-o:before {
    content: "\F05C"
}

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

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

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

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

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

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

.fa-mail-forward:before,.fa-share:before {
    content: "\F064"
}

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

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

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

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

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

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

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

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

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

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

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

.fa-exclamation-triangle:before,.fa-warning:before {
    content: "\F071"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-bar-chart-o:before,.fa-bar-chart:before {
    content: "\F080"
}

.fa-twitter-square:before {
    content: "\F081"
}

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

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

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

.fa-cogs:before,.fa-gears:before {
    content: "\F085"
}

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

.fa-thumbs-o-up:before {
    content: "\F087"
}

.fa-thumbs-o-down:before {
    content: "\F088"
}

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

.fa-heart-o:before {
    content: "\F08A"
}

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

.fa-linkedin-square:before {
    content: "\F08C"
}

.fa-thumb-tack:before {
    content: "\F08D"
}

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

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

.fa-trophy:before {
    content: "\F091"
}

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

.fa-upload:before {
    content: "\F093"
}

.fa-lemon-o:before {
    content: "\F094"
}

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

.fa-square-o:before {
    content: "\F096"
}

.fa-bookmark-o:before {
    content: "\F097"
}

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

.fa-twitter:before {
    content: "\F099"
}

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

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

.fa-unlock:before {
    content: "\F09C"
}

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

.fa-feed:before,.fa-rss:before {
    content: "\F09E"
}

.fa-hdd-o:before {
    content: "\F0A0"
}

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

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

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

.fa-hand-o-right:before {
    content: "\F0A4"
}

.fa-hand-o-left:before {
    content: "\F0A5"
}

.fa-hand-o-up:before {
    content: "\F0A6"
}

.fa-hand-o-down:before {
    content: "\F0A7"
}

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

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

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

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

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

.fa-wrench:before {
    content: "\F0AD"
}

.fa-tasks:before {
    content: "\F0AE"
}

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

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

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

.fa-group:before,.fa-users:before {
    content: "\F0C0"
}

.fa-chain:before,.fa-link:before {
    content: "\F0C1"
}

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

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

.fa-cut:before,.fa-scissors:before {
    content: "\F0C4"
}

.fa-copy:before,.fa-files-o:before {
    content: "\F0C5"
}

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

.fa-floppy-o:before,.fa-save:before {
    content: "\F0C7"
}

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

.fa-bars:before,.fa-navicon:before,.fa-reorder:before {
    content: "\F0C9"
}

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

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

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

.fa-underline:before {
    content: "\F0CD"
}

.fa-table:before {
    content: "\F0CE"
}

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

.fa-truck:before {
    content: "\F0D1"
}

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

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

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

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

.fa-money:before {
    content: "\F0D6"
}

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

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

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

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

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

.fa-sort:before,.fa-unsorted:before {
    content: "\F0DC"
}

.fa-sort-desc:before,.fa-sort-down:before {
    content: "\F0DD"
}

.fa-sort-asc:before,.fa-sort-up:before {
    content: "\F0DE"
}

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

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

.fa-rotate-left:before,.fa-undo:before {
    content: "\F0E2"
}

.fa-gavel:before,.fa-legal:before {
    content: "\F0E3"
}

.fa-dashboard:before,.fa-tachometer:before {
    content: "\F0E4"
}

.fa-comment-o:before {
    content: "\F0E5"
}

.fa-comments-o:before {
    content: "\F0E6"
}

.fa-bolt:before,.fa-flash:before {
    content: "\F0E7"
}

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

.fa-umbrella:before {
    content: "\F0E9"
}

.fa-clipboard:before,.fa-paste:before {
    content: "\F0EA"
}

.fa-lightbulb-o:before {
    content: "\F0EB"
}

.fa-exchange:before {
    content: "\F0EC"
}

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

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

.fa-user-md:before {
    content: "\F0F0"
}

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

.fa-suitcase:before {
    content: "\F0F2"
}

.fa-bell-o:before {
    content: "\F0A2"
}

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

.fa-cutlery:before {
    content: "\F0F5"
}

.fa-file-text-o:before {
    content: "\F0F6"
}

.fa-building-o:before {
    content: "\F0F7"
}

.fa-hospital-o:before {
    content: "\F0F8"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-tablet:before {
    content: "\F10A"
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: "\F10B"
}

.fa-circle-o:before {
    content: "\F10C"
}

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

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

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

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

.fa-mail-reply:before,.fa-reply:before {
    content: "\F112"
}

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

.fa-folder-o:before {
    content: "\F114"
}

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

.fa-smile-o:before {
    content: "\F118"
}

.fa-frown-o:before {
    content: "\F119"
}

.fa-meh-o:before {
    content: "\F11A"
}

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

.fa-keyboard-o:before {
    content: "\F11C"
}

.fa-flag-o:before {
    content: "\F11D"
}

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

.fa-terminal:before {
    content: "\F120"
}

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

.fa-mail-reply-all:before,.fa-reply-all:before {
    content: "\F122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: "\F123"
}

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

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

.fa-code-fork:before {
    content: "\F126"
}

.fa-chain-broken:before,.fa-unlink:before {
    content: "\F127"
}

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

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

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

.fa-superscript:before {
    content: "\F12B"
}

.fa-subscript:before {
    content: "\F12C"
}

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

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

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

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

.fa-shield:before {
    content: "\F132"
}

.fa-calendar-o:before {
    content: "\F133"
}

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

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

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

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

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

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

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

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

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

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

.fa-unlock-alt:before {
    content: "\F13E"
}

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

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

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

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

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

.fa-ticket:before {
    content: "\F145"
}

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

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

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

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

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

.fa-pencil-square:before {
    content: "\F14B"
}

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

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

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

.fa-caret-square-o-down:before,.fa-toggle-down:before {
    content: "\F150"
}

.fa-caret-square-o-up:before,.fa-toggle-up:before {
    content: "\F151"
}

.fa-caret-square-o-right:before,.fa-toggle-right:before {
    content: "\F152"
}

.fa-eur:before,.fa-euro:before {
    content: "\F153"
}

.fa-gbp:before {
    content: "\F154"
}

.fa-dollar:before,.fa-usd:before {
    content: "\F155"
}

.fa-inr:before,.fa-rupee:before {
    content: "\F156"
}

.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before {
    content: "\F157"
}

.fa-rouble:before,.fa-rub:before,.fa-ruble:before {
    content: "\F158"
}

.fa-krw:before,.fa-won:before {
    content: "\F159"
}

.fa-bitcoin:before,.fa-btc:before {
    content: "\F15A"
}

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

.fa-file-text:before {
    content: "\F15C"
}

.fa-sort-alpha-asc:before {
    content: "\F15D"
}

.fa-sort-alpha-desc:before {
    content: "\F15E"
}

.fa-sort-amount-asc:before {
    content: "\F160"
}

.fa-sort-amount-desc:before {
    content: "\F161"
}

.fa-sort-numeric-asc:before {
    content: "\F162"
}

.fa-sort-numeric-desc:before {
    content: "\F163"
}

.fa-thumbs-up:before {
    content: "\F164"
}

.fa-thumbs-down:before {
    content: "\F165"
}

.fa-youtube-square:before {
    content: "\F166"
}

.fa-youtube:before {
    content: "\F167"
}

.fa-xing:before {
    content: "\F168"
}

.fa-xing-square:before {
    content: "\F169"
}

.fa-youtube-play:before {
    content: "\F16A"
}

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

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

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

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

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

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

.fa-bitbucket-square:before {
    content: "\F172"
}

.fa-tumblr:before {
    content: "\F173"
}

.fa-tumblr-square:before {
    content: "\F174"
}

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

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

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

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

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

.fa-windows:before {
    content: "\F17A"
}

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

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

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

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

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

.fa-trello:before {
    content: "\F181"
}

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

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

.fa-gittip:before,.fa-gratipay:before {
    content: "\F184"
}

.fa-sun-o:before {
    content: "\F185"
}

.fa-moon-o:before {
    content: "\F186"
}

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

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

.fa-vk:before {
    content: "\F189"
}

.fa-weibo:before {
    content: "\F18A"
}

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

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

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

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

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

.fa-caret-square-o-left:before,.fa-toggle-left:before {
    content: "\F191"
}

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

.fa-wheelchair:before {
    content: "\F193"
}

.fa-vimeo-square:before {
    content: "\F194"
}

.fa-try:before,.fa-turkish-lira:before {
    content: "\F195"
}

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

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

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

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

.fa-wordpress:before {
    content: "\F19A"
}

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

.fa-bank:before,.fa-institution:before,.fa-university:before {
    content: "\F19C"
}

.fa-graduation-cap:before,.fa-mortar-board:before {
    content: "\F19D"
}

.fa-yahoo:before {
    content: "\F19E"
}

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

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

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

.fa-stumbleupon-circle:before {
    content: "\F1A3"
}

.fa-stumbleupon:before {
    content: "\F1A4"
}

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

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

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

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

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

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

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

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

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

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

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

.fa-spoon:before {
    content: "\F1B1"
}

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

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

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

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

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

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

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

.fa-automobile:before,.fa-car:before {
    content: "\F1B9"
}

.fa-cab:before,.fa-taxi:before {
    content: "\F1BA"
}

.fa-tree:before {
    content: "\F1BB"
}

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

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

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

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

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

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

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

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

.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before {
    content: "\F1C5"
}

.fa-file-archive-o:before,.fa-file-zip-o:before {
    content: "\F1C6"
}

.fa-file-audio-o:before,.fa-file-sound-o:before {
    content: "\F1C7"
}

.fa-file-movie-o:before,.fa-file-video-o:before {
    content: "\F1C8"
}

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

.fa-vine:before {
    content: "\F1CA"
}

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

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

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before {
    content: "\F1CD"
}

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

.fa-ra:before,.fa-rebel:before,.fa-resistance:before {
    content: "\F1D0"
}

.fa-empire:before,.fa-ge:before {
    content: "\F1D1"
}

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

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

.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before {
    content: "\F1D4"
}

.fa-tencent-weibo:before {
    content: "\F1D5"
}

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

.fa-wechat:before,.fa-weixin:before {
    content: "\F1D7"
}

.fa-paper-plane:before,.fa-send:before {
    content: "\F1D8"
}

.fa-paper-plane-o:before,.fa-send-o:before {
    content: "\F1D9"
}

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

.fa-circle-thin:before {
    content: "\F1DB"
}

.fa-header:before {
    content: "\F1DC"
}

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

.fa-sliders:before {
    content: "\F1DE"
}

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

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

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

.fa-futbol-o:before,.fa-soccer-ball-o:before {
    content: "\F1E3"
}

.fa-tty:before {
    content: "\F1E4"
}

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

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

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

.fa-twitch:before {
    content: "\F1E8"
}

.fa-yelp:before {
    content: "\F1E9"
}

.fa-newspaper-o:before {
    content: "\F1EA"
}

.fa-wifi:before {
    content: "\F1EB"
}

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

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

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

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

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

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

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

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

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

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

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

.fa-trash:before {
    content: "\F1F8"
}

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

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

.fa-eyedropper:before {
    content: "\F1FB"
}

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

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

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

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

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

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

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

.fa-toggle-off:before {
    content: "\F204"
}

.fa-toggle-on:before {
    content: "\F205"
}

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

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

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

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

.fa-cc:before {
    content: "\F20A"
}

.fa-ils:before,.fa-shekel:before,.fa-sheqel:before {
    content: "\F20B"
}

.fa-meanpath:before {
    content: "\F20C"
}

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

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

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

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

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

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

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

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

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

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

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

.fa-diamond:before {
    content: "\F219"
}

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

.fa-user-secret:before {
    content: "\F21B"
}

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

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

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

.fa-venus:before {
    content: "\F221"
}

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

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

.fa-intersex:before,.fa-transgender:before {
    content: "\F224"
}

.fa-transgender-alt:before {
    content: "\F225"
}

.fa-venus-double:before {
    content: "\F226"
}

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

.fa-venus-mars:before {
    content: "\F228"
}

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

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

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

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

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

.fa-facebook-official:before {
    content: "\F230"
}

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

.fa-whatsapp:before {
    content: "\F232"
}

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

.fa-user-plus:before {
    content: "\F234"
}

.fa-user-times:before {
    content: "\F235"
}

.fa-bed:before,.fa-hotel:before {
    content: "\F236"
}

.fa-viacoin:before {
    content: "\F237"
}

.fa-train:before {
    content: "\F238"
}

.fa-subway:before {
    content: "\F239"
}

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

.fa-y-combinator:before,.fa-yc:before {
    content: "\F23B"
}

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

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

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

.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before {
    content: "\F240"
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
    content: "\F241"
}

.fa-battery-2:before,.fa-battery-half:before {
    content: "\F242"
}

.fa-battery-1:before,.fa-battery-quarter:before {
    content: "\F243"
}

.fa-battery-0:before,.fa-battery-empty:before {
    content: "\F244"
}

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

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

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

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

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

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

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

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

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

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

.fa-hourglass-o:before {
    content: "\F250"
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
    content: "\F251"
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
    content: "\F252"
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
    content: "\F253"
}

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

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
    content: "\F255"
}

.fa-hand-paper-o:before,.fa-hand-stop-o:before {
    content: "\F256"
}

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

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

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

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

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

.fa-trademark:before {
    content: "\F25C"
}

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

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

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

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

.fa-tripadvisor:before {
    content: "\F262"
}

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

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

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

.fa-wikipedia-w:before {
    content: "\F266"
}

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

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

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

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

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

.fa-television:before,.fa-tv:before {
    content: "\F26C"
}

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

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

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

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

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

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

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

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

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

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

.fa-map-o:before {
    content: "\F278"
}

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

.fa-commenting:before {
    content: "\F27A"
}

.fa-commenting-o:before {
    content: "\F27B"
}

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

.fa-vimeo:before {
    content: "\F27D"
}

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

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

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

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

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

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

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

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

.fa-usb:before {
    content: "\F287"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-wpbeginner:before {
    content: "\F297"
}

.fa-wpforms:before {
    content: "\F298"
}

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

.fa-universal-access:before {
    content: "\F29A"
}

.fa-wheelchair-alt:before {
    content: "\F29B"
}

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

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

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

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

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

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

.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before {
    content: "\F2A3"
}

.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before {
    content: "\F2A4"
}

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

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

.fa-sign-language:before,.fa-signing:before {
    content: "\F2A7"
}

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

.fa-viadeo:before {
    content: "\F2A9"
}

.fa-viadeo-square:before {
    content: "\F2AA"
}

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

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

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

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

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

.fa-yoast:before {
    content: "\F2B1"
}

.fa-themeisle:before {
    content: "\F2B2"
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
    content: "\F2B3"
}

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

.fa-handshake-o:before {
    content: "\F2B5"
}

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

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

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

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

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

.fa-address-card:before,.fa-vcard:before {
    content: "\F2BB"
}

.fa-address-card-o:before,.fa-vcard-o:before {
    content: "\F2BC"
}

.fa-user-circle:before {
    content: "\F2BD"
}

.fa-user-circle-o:before {
    content: "\F2BE"
}

.fa-user-o:before {
    content: "\F2C0"
}

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

.fa-drivers-license:before,.fa-id-card:before {
    content: "\F2C2"
}

.fa-drivers-license-o:before,.fa-id-card-o:before {
    content: "\F2C3"
}

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

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

.fa-telegram:before {
    content: "\F2C6"
}

.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before {
    content: "\F2C7"
}

.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
    content: "\F2C8"
}

.fa-thermometer-2:before,.fa-thermometer-half:before {
    content: "\F2C9"
}

.fa-thermometer-1:before,.fa-thermometer-quarter:before {
    content: "\F2CA"
}

.fa-thermometer-0:before,.fa-thermometer-empty:before {
    content: "\F2CB"
}

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

.fa-bath:before,.fa-bathtub:before,.fa-s15:before {
    content: "\F2CD"
}

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

.fa-window-maximize:before {
    content: "\F2D0"
}

.fa-window-minimize:before {
    content: "\F2D1"
}

.fa-window-restore:before {
    content: "\F2D2"
}

.fa-times-rectangle:before,.fa-window-close:before {
    content: "\F2D3"
}

.fa-times-rectangle-o:before,.fa-window-close-o:before {
    content: "\F2D4"
}

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

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

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

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

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

.fa-eercast:before {
    content: "\F2DA"
}

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

.fa-snowflake-o:before {
    content: "\F2DC"
}

.fa-superpowers:before {
    content: "\F2DD"
}

.fa-wpexplorer:before {
    content: "\F2DE"
}

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

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

@media print,screen and (min-width: 48.0625em) {
    .reveal,.reveal.large,.reveal.small,.reveal.tiny {
        left:auto;
        margin: 0 auto;
        right: auto
    }
}

html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

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

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

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

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

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

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

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

details {
    display: block
}

summary {
    display: list-item
}

[hidden],template {
    display: none
}

.foundation-mq {
    font-family: "small=0em&medium=48.0625em&large=67.5em"
}

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

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

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background: #fff;
    color: #000;
    font-family: Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    padding: 0
}

img {
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

textarea {
    border-radius: 0;
    height: auto;
    min-height: 50px
}

select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

.map_canvas embed,.map_canvas img,.map_canvas object,.mqa-display embed,.mqa-display img,.mqa-display object {
    max-width: none!important
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    cursor: auto;
    line-height: 1;
    padding: 0
}

[data-whatinput=mouse] button {
    outline: 0
}

pre {
    overflow: auto
}

button,input,optgroup,select,textarea {
    font-family: inherit
}

.is-visible {
    display: block!important
}

.is-hidden {
    display: none!important
}

[type=color],[type=date],[type=datetime-local],[type=datetime],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #cacaca;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #495057;
    display: block;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    height: 2.4375rem;
    line-height: 1.5;
    margin: 0 0 1rem;
    padding: .5rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    width: 100%
}

[type=color]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=datetime]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,textarea:focus {
    background-color: #fff;
    border: 1px solid #8a8a8a;
    -webkit-box-shadow: 0 0 5px #cacaca;
    box-shadow: 0 0 5px #cacaca;
    outline: none;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

textarea {
    max-width: 100%
}

textarea[rows] {
    height: auto
}

input:disabled,input[readonly],textarea:disabled,textarea[readonly] {
    background-color: #e6e6e6;
    cursor: not-allowed
}

[type=button],[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

input[type=search] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

::-webkit-input-placeholder {
    color: #6c757d
}

:-ms-input-placeholder,::-ms-input-placeholder {
    color: #6c757d
}

::placeholder {
    color: #6c757d
}

[type=checkbox],[type=file],[type=radio] {
    margin: 0 0 1rem
}

[type=checkbox]+label,[type=radio]+label {
    display: inline-block;
    margin-bottom: 0;
    margin-left: .5rem;
    margin-right: 1rem;
    vertical-align: baseline
}

[type=checkbox]+label[for],[type=radio]+label[for] {
    cursor: pointer
}

label>[type=checkbox],label>[type=radio] {
    margin-right: .5rem
}

[type=file] {
    width: 100%
}

label {
    color: #000;
    display: block;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.8;
    margin: 0
}

label.middle {
    margin: 0 0 1rem;
    padding: .5625rem 0
}

.help-text {
    color: #000;
    font-size: .8125rem;
    font-style: italic;
    margin-top: -.5rem
}

.input-group {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    width: 100%
}

.input-group>:first-child,.input-group>:first-child.input-group-button>*,.input-group>:last-child,.input-group>:last-child.input-group-button>* {
    border-radius: 0 0 0 0
}

.input-group-button,.input-group-button a,.input-group-button button,.input-group-button input,.input-group-button label,.input-group-field,.input-group-label {
    margin: 0;
    white-space: nowrap
}

.input-group-label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #e6e6e6;
    border: 1px solid #cacaca;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 1rem;
    text-align: center;
    white-space: nowrap
}

.input-group-label:first-child {
    border-right: 0
}

.input-group-label:last-child {
    border-left: 0
}

.input-group-field {
    border-radius: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    min-width: 0
}

.input-group-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center
}

.input-group-button a,.input-group-button button,.input-group-button input,.input-group-button label {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    font-size: 1rem;
    height: auto;
    padding-bottom: 0;
    padding-top: 0
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

legend {
    margin-bottom: .5rem;
    max-width: 100%
}

.fieldset {
    border: 1px solid #cacaca;
    margin: 1.125rem 0;
    padding: 1.25rem
}

.fieldset legend {
    margin: 0 0 0 -.1875rem;
    padding: 0 .1875rem
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    border: 1px solid #cacaca;
    border-radius: 0;
    color: #495057;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    height: 2.4375rem;
    line-height: 1.5;
    margin: 0 0 1rem;
    padding: .5rem 1.5rem .5rem .5rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

@media screen and (min-width: 0\0) {
    select {
        background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==")
    }
}

select:focus {
    background-color: #fff;
    border: 1px solid #8a8a8a;
    -webkit-box-shadow: 0 0 5px #cacaca;
    box-shadow: 0 0 5px #cacaca;
    outline: none;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed
}

select::-ms-expand {
    display: none
}

select[multiple] {
    background-image: none;
    height: auto
}

select:not([multiple]) {
    padding-bottom: 0;
    padding-top: 0
}

.is-invalid-input:not(:focus) {
    background-color: #faedeb;
    border-color: #cc4b37
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37
}

.is-invalid-input:not(:focus):-ms-input-placeholder,.is-invalid-input:not(:focus)::-ms-input-placeholder {
    color: #cc4b37
}

.is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37
}

.form-error,.is-invalid-label {
    color: #cc4b37
}

.form-error {
    display: none;
    font-size: .75rem;
    font-weight: 700;
    margin-bottom: 1rem;
    margin-top: -.5rem
}

.form-error.is-visible {
    display: block
}

blockquote,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,li,ol,p,pre,td,th,ul {
    margin: 0;
    padding: 0
}

p {
    font-size: inherit;
    line-height: 1.6;
    margin-bottom: 1rem;
    text-rendering: optimizeLegibility
}

em,i {
    font-style: italic
}

b,em,i,strong {
    line-height: inherit
}

b,strong {
    font-weight: 700
}

small {
    font-size: 80%;
    line-height: inherit
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    color: inherit;
    font-family: Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility
}

.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 small,h2 small,h3 small,h4 small,h5 small,h6 small {
    color: #cacaca;
    line-height: 0
}

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

.h1,.h2,h1,h2 {
    line-height: 1.4;
    margin-bottom: .5rem;
    margin-top: 0
}

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

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

.h3,.h4,h3,h4 {
    line-height: 1.4;
    margin-bottom: .5rem;
    margin-top: 0
}

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

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

.h5,.h6,h5,h6 {
    line-height: 1.4;
    margin-bottom: .5rem;
    margin-top: 0
}

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

@media print,screen and (min-width: 48.0625em) {
    .h1,h1 {
        font-size:2.9375rem
    }

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

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

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

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

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

a {
    color: #1779ba;
    cursor: pointer;
    line-height: inherit;
    text-decoration: none
}

a:focus,a:hover {
    color: #1468a0
}

a img,hr {
    border: 0
}

hr {
    border-bottom: 1px solid #cacaca;
    clear: both;
    height: 0;
    margin: 1.25rem auto;
    max-width: 1280px
}

dl,ol,ul {
    line-height: 1.6;
    list-style-position: outside;
    margin-bottom: 1rem
}

li {
    font-size: inherit
}

ul {
    list-style-type: disc
}

ol,ul {
    margin-left: 1.25rem
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0;
    margin-left: 1.25rem
}

dl {
    margin-bottom: 1rem
}

dl dt {
    font-weight: 700;
    margin-bottom: .3rem
}

blockquote {
    border-left: 1px solid #cacaca;
    margin: 0 0 1rem;
    padding: .5625rem 1.25rem 0 1.1875rem
}

blockquote,blockquote p {
    color: #8a8a8a;
    line-height: 1.6
}

abbr,abbr[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
    text-decoration: none
}

figure,kbd {
    margin: 0
}

kbd {
    background-color: #e6e6e6;
    color: #000;
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
    padding: .125rem .25rem 0
}

.subheader {
    color: #8a8a8a;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: .5rem;
    margin-top: .2rem
}

.lead {
    font-size: 1.25rem;
    line-height: 1.6
}

.stat {
    font-size: 2.5rem;
    line-height: 1
}

p+.stat {
    margin-top: -1rem
}

ol.no-bullet,ul.no-bullet {
    list-style: none;
    margin-left: 0
}

.cite-block,cite {
    color: #8a8a8a;
    display: block;
    font-size: .8125rem
}

.cite-block:before,cite:before {
    content: "\2014   "
}

.code-inline,code {
    display: inline;
    max-width: 100%;
    padding: .125rem .3125rem .0625rem;
    word-wrap: break-word
}

.code-block,.code-inline,code {
    background-color: #e6e6e6;
    border: 1px solid #cacaca;
    color: #e83e8c;
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
    font-weight: 400
}

.code-block {
    display: block;
    margin-bottom: 1.5rem;
    overflow: auto;
    padding: 1rem;
    white-space: pre
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

@media print,screen and (min-width: 48.0625em) {
    .medium-text-left {
        text-align:left
    }

    .medium-text-right {
        text-align: right
    }

    .medium-text-center {
        text-align: center
    }

    .medium-text-justify {
        text-align: justify
    }
}

@media print,screen and (min-width: 67.5em) {
    .large-text-left {
        text-align:left
    }

    .large-text-right {
        text-align: right
    }

    .large-text-center {
        text-align: center
    }

    .large-text-justify {
        text-align: justify
    }
}

.show-for-print {
    display: none!important
}

@media print {
    * {
        background: transparent!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important;
        color: #000!important;
        color-adjust: economy;
        text-shadow: none!important
    }

    .show-for-print {
        display: block!important
    }

    .hide-for-print {
        display: none!important
    }

    table.show-for-print {
        display: table!important
    }

    thead.show-for-print {
        display: table-header-group!important
    }

    tbody.show-for-print {
        display: table-row-group!important
    }

    tr.show-for-print {
        display: table-row!important
    }

    td.show-for-print,th.show-for-print {
        display: table-cell!important
    }

    a,a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    .ir a:after,a[href^="#"]:after,a[href^="javascript:"]:after {
        content: ""
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    blockquote,pre {
        border: 1px solid #8a8a8a;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100%!important
    }

    @page {
        margin: .5cm
    }

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

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

    .print-break-inside {
        page-break-inside: auto
    }
}

.grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: .9375rem;
    padding-right: .9375rem
}

@media print,screen and (min-width: 48.0625em) {
    .grid-container {
        padding-left:1.25rem;
        padding-right: 1.25rem
    }
}

.grid-container.fluid {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: .9375rem;
    padding-right: .9375rem
}

@media print,screen and (min-width: 48.0625em) {
    .grid-container.fluid {
        padding-left:1.25rem;
        padding-right: 1.25rem
    }
}

.grid-container.full {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0
}

.grid-x {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%
}

.cell.auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.cell.shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.grid-x>.auto,.grid-x>.shrink {
    width: auto
}

.grid-x>.small-1,.grid-x>.small-2,.grid-x>.small-3,.grid-x>.small-4,.grid-x>.small-5,.grid-x>.small-6,.grid-x>.small-7,.grid-x>.small-8,.grid-x>.small-9,.grid-x>.small-10,.grid-x>.small-11,.grid-x>.small-12,.grid-x>.small-full,.grid-x>.small-shrink {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

@media print,screen and (min-width: 48.0625em) {
    .grid-x>.medium-1,.grid-x>.medium-2,.grid-x>.medium-3,.grid-x>.medium-4,.grid-x>.medium-5,.grid-x>.medium-6,.grid-x>.medium-7,.grid-x>.medium-8,.grid-x>.medium-9,.grid-x>.medium-10,.grid-x>.medium-11,.grid-x>.medium-12,.grid-x>.medium-full,.grid-x>.medium-shrink {
        -ms-flex-preferred-size:auto;
        flex-basis: auto
    }
}

@media print,screen and (min-width: 67.5em) {
    .grid-x>.large-1,.grid-x>.large-2,.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5,.grid-x>.large-6,.grid-x>.large-7,.grid-x>.large-8,.grid-x>.large-9,.grid-x>.large-10,.grid-x>.large-11,.grid-x>.large-12,.grid-x>.large-full,.grid-x>.large-shrink {
        -ms-flex-preferred-size:auto;
        flex-basis: auto
    }
}

.grid-x>.small-1,.grid-x>.small-2,.grid-x>.small-3,.grid-x>.small-4,.grid-x>.small-5,.grid-x>.small-6,.grid-x>.small-7,.grid-x>.small-8,.grid-x>.small-9,.grid-x>.small-10,.grid-x>.small-11,.grid-x>.small-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.grid-x>.small-1 {
    width: 8.33333%
}

.grid-x>.small-2 {
    width: 16.66667%
}

.grid-x>.small-3 {
    width: 25%
}

.grid-x>.small-4 {
    width: 33.33333%
}

.grid-x>.small-5 {
    width: 41.66667%
}

.grid-x>.small-6 {
    width: 50%
}

.grid-x>.small-7 {
    width: 58.33333%
}

.grid-x>.small-8 {
    width: 66.66667%
}

.grid-x>.small-9 {
    width: 75%
}

.grid-x>.small-10 {
    width: 83.33333%
}

.grid-x>.small-11 {
    width: 91.66667%
}

.grid-x>.small-12 {
    width: 100%
}

@media print,screen and (min-width: 48.0625em) {
    .grid-x>.medium-auto {
        -webkit-box-flex:1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto
    }

    .grid-x>.medium-1,.grid-x>.medium-2,.grid-x>.medium-3,.grid-x>.medium-4,.grid-x>.medium-5,.grid-x>.medium-6,.grid-x>.medium-7,.grid-x>.medium-8,.grid-x>.medium-9,.grid-x>.medium-10,.grid-x>.medium-11,.grid-x>.medium-12,.grid-x>.medium-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-x>.medium-shrink {
        width: auto
    }

    .grid-x>.medium-1 {
        width: 8.33333%
    }

    .grid-x>.medium-2 {
        width: 16.66667%
    }

    .grid-x>.medium-3 {
        width: 25%
    }

    .grid-x>.medium-4 {
        width: 33.33333%
    }

    .grid-x>.medium-5 {
        width: 41.66667%
    }

    .grid-x>.medium-6 {
        width: 50%
    }

    .grid-x>.medium-7 {
        width: 58.33333%
    }

    .grid-x>.medium-8 {
        width: 66.66667%
    }

    .grid-x>.medium-9 {
        width: 75%
    }

    .grid-x>.medium-10 {
        width: 83.33333%
    }

    .grid-x>.medium-11 {
        width: 91.66667%
    }

    .grid-x>.medium-12 {
        width: 100%
    }
}

@media print,screen and (min-width: 67.5em) {
    .grid-x>.large-auto {
        -webkit-box-flex:1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto
    }

    .grid-x>.large-1,.grid-x>.large-2,.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5,.grid-x>.large-6,.grid-x>.large-7,.grid-x>.large-8,.grid-x>.large-9,.grid-x>.large-10,.grid-x>.large-11,.grid-x>.large-12,.grid-x>.large-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-x>.large-shrink {
        width: auto
    }

    .grid-x>.large-1 {
        width: 8.33333%
    }

    .grid-x>.large-2 {
        width: 16.66667%
    }

    .grid-x>.large-3 {
        width: 25%
    }

    .grid-x>.large-4 {
        width: 33.33333%
    }

    .grid-x>.large-5 {
        width: 41.66667%
    }

    .grid-x>.large-6 {
        width: 50%
    }

    .grid-x>.large-7 {
        width: 58.33333%
    }

    .grid-x>.large-8 {
        width: 66.66667%
    }

    .grid-x>.large-9 {
        width: 75%
    }

    .grid-x>.large-10 {
        width: 83.33333%
    }

    .grid-x>.large-11 {
        width: 91.66667%
    }

    .grid-x>.large-12 {
        width: 100%
    }
}

.grid-margin-x:not(.grid-x)>.cell {
    width: auto
}

.grid-margin-y:not(.grid-y)>.cell {
    height: auto
}

.grid-margin-x {
    margin-left: -.9375rem;
    margin-right: -.9375rem
}

@media print,screen and (min-width: 48.0625em) {
    .grid-margin-x {
        margin-left:-1.25rem;
        margin-right: -1.25rem
    }
}

.grid-margin-x>.cell {
    margin-left: .9375rem;
    margin-right: .9375rem;
    width: calc(100% - 1.875rem)
}

@media print,screen and (min-width: 48.0625em) {
    .grid-margin-x>.cell {
        margin-left:1.25rem;
        margin-right: 1.25rem;
        width: calc(100% - 2.5rem)
    }
}

.grid-margin-x>.auto,.grid-margin-x>.shrink {
    width: auto
}

.grid-margin-x>.small-1 {
    width: calc(8.33333% - 1.875rem)
}

.grid-margin-x>.small-2 {
    width: calc(16.66667% - 1.875rem)
}

.grid-margin-x>.small-3 {
    width: calc(25% - 1.875rem)
}

.grid-margin-x>.small-4 {
    width: calc(33.33333% - 1.875rem)
}

.grid-margin-x>.small-5 {
    width: calc(41.66667% - 1.875rem)
}

.grid-margin-x>.small-6 {
    width: calc(50% - 1.875rem)
}

.grid-margin-x>.small-7 {
    width: calc(58.33333% - 1.875rem)
}

.grid-margin-x>.small-8 {
    width: calc(66.66667% - 1.875rem)
}

.grid-margin-x>.small-9 {
    width: calc(75% - 1.875rem)
}

.grid-margin-x>.small-10 {
    width: calc(83.33333% - 1.875rem)
}

.grid-margin-x>.small-11 {
    width: calc(91.66667% - 1.875rem)
}

.grid-margin-x>.small-12 {
    width: calc(100% - 1.875rem)
}

@media print,screen and (min-width: 48.0625em) {
    .grid-margin-x>.auto,.grid-margin-x>.shrink {
        width:auto
    }

    .grid-margin-x>.small-1 {
        width: calc(8.33333% - 2.5rem)
    }

    .grid-margin-x>.small-2 {
        width: calc(16.66667% - 2.5rem)
    }

    .grid-margin-x>.small-3 {
        width: calc(25% - 2.5rem)
    }

    .grid-margin-x>.small-4 {
        width: calc(33.33333% - 2.5rem)
    }

    .grid-margin-x>.small-5 {
        width: calc(41.66667% - 2.5rem)
    }

    .grid-margin-x>.small-6 {
        width: calc(50% - 2.5rem)
    }

    .grid-margin-x>.small-7 {
        width: calc(58.33333% - 2.5rem)
    }

    .grid-margin-x>.small-8 {
        width: calc(66.66667% - 2.5rem)
    }

    .grid-margin-x>.small-9 {
        width: calc(75% - 2.5rem)
    }

    .grid-margin-x>.small-10 {
        width: calc(83.33333% - 2.5rem)
    }

    .grid-margin-x>.small-11 {
        width: calc(91.66667% - 2.5rem)
    }

    .grid-margin-x>.small-12 {
        width: calc(100% - 2.5rem)
    }

    .grid-margin-x>.medium-auto,.grid-margin-x>.medium-shrink {
        width: auto
    }

    .grid-margin-x>.medium-1 {
        width: calc(8.33333% - 2.5rem)
    }

    .grid-margin-x>.medium-2 {
        width: calc(16.66667% - 2.5rem)
    }

    .grid-margin-x>.medium-3 {
        width: calc(25% - 2.5rem)
    }

    .grid-margin-x>.medium-4 {
        width: calc(33.33333% - 2.5rem)
    }

    .grid-margin-x>.medium-5 {
        width: calc(41.66667% - 2.5rem)
    }

    .grid-margin-x>.medium-6 {
        width: calc(50% - 2.5rem)
    }

    .grid-margin-x>.medium-7 {
        width: calc(58.33333% - 2.5rem)
    }

    .grid-margin-x>.medium-8 {
        width: calc(66.66667% - 2.5rem)
    }

    .grid-margin-x>.medium-9 {
        width: calc(75% - 2.5rem)
    }

    .grid-margin-x>.medium-10 {
        width: calc(83.33333% - 2.5rem)
    }

    .grid-margin-x>.medium-11 {
        width: calc(91.66667% - 2.5rem)
    }

    .grid-margin-x>.medium-12 {
        width: calc(100% - 2.5rem)
    }
}

@media print,screen and (min-width: 67.5em) {
    .grid-margin-x>.large-auto,.grid-margin-x>.large-shrink {
        width:auto
    }

    .grid-margin-x>.large-1 {
        width: calc(8.33333% - 2.5rem)
    }

    .grid-margin-x>.large-2 {
        width: calc(16.66667% - 2.5rem)
    }

    .grid-margin-x>.large-3 {
        width: calc(25% - 2.5rem)
    }

    .grid-margin-x>.large-4 {
        width: calc(33.33333% - 2.5rem)
    }

    .grid-margin-x>.large-5 {
        width: calc(41.66667% - 2.5rem)
    }

    .grid-margin-x>.large-6 {
        width: calc(50% - 2.5rem)
    }

    .grid-margin-x>.large-7 {
        width: calc(58.33333% - 2.5rem)
    }

    .grid-margin-x>.large-8 {
        width: calc(66.66667% - 2.5rem)
    }

    .grid-margin-x>.large-9 {
        width: calc(75% - 2.5rem)
    }

    .grid-margin-x>.large-10 {
        width: calc(83.33333% - 2.5rem)
    }

    .grid-margin-x>.large-11 {
        width: calc(91.66667% - 2.5rem)
    }

    .grid-margin-x>.large-12 {
        width: calc(100% - 2.5rem)
    }
}

.grid-padding-x .grid-padding-x {
    margin-left: -.9375rem;
    margin-right: -.9375rem
}

@media print,screen and (min-width: 48.0625em) {
    .grid-padding-x .grid-padding-x {
        margin-left:-1.25rem;
        margin-right: -1.25rem
    }
}

.grid-container:not(.full)>.grid-padding-x {
    margin-left: -.9375rem;
    margin-right: -.9375rem
}

@media print,screen and (min-width: 48.0625em) {
    .grid-container:not(.full)>.grid-padding-x {
        margin-left:-1.25rem;
        margin-right: -1.25rem
    }
}

.grid-padding-x>.cell {
    padding-left: .9375rem;
    padding-right: .9375rem
}

@media print,screen and (min-width: 48.0625em) {
    .grid-padding-x>.cell {
        padding-left:1.25rem;
        padding-right: 1.25rem
    }
}

.small-up-1>.cell {
    width: 100%
}

.small-up-2>.cell {
    width: 50%
}

.small-up-3>.cell {
    width: 33.33333%
}

.small-up-4>.cell {
    width: 25%
}

.small-up-5>.cell {
    width: 20%
}

.small-up-6>.cell {
    width: 16.66667%
}

.small-up-7>.cell {
    width: 14.28571%
}

.small-up-8>.cell {
    width: 12.5%
}

@media print,screen and (min-width: 48.0625em) {
    .medium-up-1>.cell {
        width:100%
    }

    .medium-up-2>.cell {
        width: 50%
    }

    .medium-up-3>.cell {
        width: 33.33333%
    }

    .medium-up-4>.cell {
        width: 25%
    }

    .medium-up-5>.cell {
        width: 20%
    }

    .medium-up-6>.cell {
        width: 16.66667%
    }

    .medium-up-7>.cell {
        width: 14.28571%
    }

    .medium-up-8>.cell {
        width: 12.5%
    }
}

@media print,screen and (min-width: 67.5em) {
    .large-up-1>.cell {
        width:100%
    }

    .large-up-2>.cell {
        width: 50%
    }

    .large-up-3>.cell {
        width: 33.33333%
    }

    .large-up-4>.cell {
        width: 25%
    }

    .large-up-5>.cell {
        width: 20%
    }

    .large-up-6>.cell {
        width: 16.66667%
    }

    .large-up-7>.cell {
        width: 14.28571%
    }

    .large-up-8>.cell {
        width: 12.5%
    }
}

.grid-margin-x.small-up-1>.cell {
    width: calc(100% - 1.875rem)
}

.grid-margin-x.small-up-2>.cell {
    width: calc(50% - 1.875rem)
}

.grid-margin-x.small-up-3>.cell {
    width: calc(33.33333% - 1.875rem)
}

.grid-margin-x.small-up-4>.cell {
    width: calc(25% - 1.875rem)
}

.grid-margin-x.small-up-5>.cell {
    width: calc(20% - 1.875rem)
}

.grid-margin-x.small-up-6>.cell {
    width: calc(16.66667% - 1.875rem)
}

.grid-margin-x.small-up-7>.cell {
    width: calc(14.28571% - 1.875rem)
}

.grid-margin-x.small-up-8>.cell {
    width: calc(12.5% - 1.875rem)
}

@media print,screen and (min-width: 48.0625em) {
    .grid-margin-x.small-up-1>.cell {
        width:calc(100% - 2.5rem)
    }

    .grid-margin-x.small-up-2>.cell {
        width: calc(50% - 2.5rem)
    }

    .grid-margin-x.small-up-3>.cell {
        width: calc(33.33333% - 2.5rem)
    }

    .grid-margin-x.small-up-4>.cell {
        width: calc(25% - 2.5rem)
    }

    .grid-margin-x.small-up-5>.cell {
        width: calc(20% - 2.5rem)
    }

    .grid-margin-x.small-up-6>.cell {
        width: calc(16.66667% - 2.5rem)
    }

    .grid-margin-x.small-up-7>.cell {
        width: calc(14.28571% - 2.5rem)
    }

    .grid-margin-x.small-up-8>.cell {
        width: calc(12.5% - 2.5rem)
    }

    .grid-margin-x.medium-up-1>.cell {
        width: calc(100% - 2.5rem)
    }

    .grid-margin-x.medium-up-2>.cell {
        width: calc(50% - 2.5rem)
    }

    .grid-margin-x.medium-up-3>.cell {
        width: calc(33.33333% - 2.5rem)
    }

    .grid-margin-x.medium-up-4>.cell {
        width: calc(25% - 2.5rem)
    }

    .grid-margin-x.medium-up-5>.cell {
        width: calc(20% - 2.5rem)
    }

    .grid-margin-x.medium-up-6>.cell {
        width: calc(16.66667% - 2.5rem)
    }

    .grid-margin-x.medium-up-7>.cell {
        width: calc(14.28571% - 2.5rem)
    }

    .grid-margin-x.medium-up-8>.cell {
        width: calc(12.5% - 2.5rem)
    }
}

@media print,screen and (min-width: 67.5em) {
    .grid-margin-x.large-up-1>.cell {
        width:calc(100% - 2.5rem)
    }

    .grid-margin-x.large-up-2>.cell {
        width: calc(50% - 2.5rem)
    }

    .grid-margin-x.large-up-3>.cell {
        width: calc(33.33333% - 2.5rem)
    }

    .grid-margin-x.large-up-4>.cell {
        width: calc(25% - 2.5rem)
    }

    .grid-margin-x.large-up-5>.cell {
        width: calc(20% - 2.5rem)
    }

    .grid-margin-x.large-up-6>.cell {
        width: calc(16.66667% - 2.5rem)
    }

    .grid-margin-x.large-up-7>.cell {
        width: calc(14.28571% - 2.5rem)
    }

    .grid-margin-x.large-up-8>.cell {
        width: calc(12.5% - 2.5rem)
    }
}

.small-margin-collapse,.small-margin-collapse>.cell {
    margin-left: 0;
    margin-right: 0
}

.small-margin-collapse>.small-1 {
    width: 8.33333%
}

.small-margin-collapse>.small-2 {
    width: 16.66667%
}

.small-margin-collapse>.small-3 {
    width: 25%
}

.small-margin-collapse>.small-4 {
    width: 33.33333%
}

.small-margin-collapse>.small-5 {
    width: 41.66667%
}

.small-margin-collapse>.small-6 {
    width: 50%
}

.small-margin-collapse>.small-7 {
    width: 58.33333%
}

.small-margin-collapse>.small-8 {
    width: 66.66667%
}

.small-margin-collapse>.small-9 {
    width: 75%
}

.small-margin-collapse>.small-10 {
    width: 83.33333%
}

.small-margin-collapse>.small-11 {
    width: 91.66667%
}

.small-margin-collapse>.small-12 {
    width: 100%
}

@media print,screen and (min-width: 48.0625em) {
    .small-margin-collapse>.medium-1 {
        width:8.33333%
    }

    .small-margin-collapse>.medium-2 {
        width: 16.66667%
    }

    .small-margin-collapse>.medium-3 {
        width: 25%
    }

    .small-margin-collapse>.medium-4 {
        width: 33.33333%
    }

    .small-margin-collapse>.medium-5 {
        width: 41.66667%
    }

    .small-margin-collapse>.medium-6 {
        width: 50%
    }

    .small-margin-collapse>.medium-7 {
        width: 58.33333%
    }

    .small-margin-collapse>.medium-8 {
        width: 66.66667%
    }

    .small-margin-collapse>.medium-9 {
        width: 75%
    }

    .small-margin-collapse>.medium-10 {
        width: 83.33333%
    }

    .small-margin-collapse>.medium-11 {
        width: 91.66667%
    }

    .small-margin-collapse>.medium-12 {
        width: 100%
    }
}

@media print,screen and (min-width: 67.5em) {
    .small-margin-collapse>.large-1 {
        width:8.33333%
    }

    .small-margin-collapse>.large-2 {
        width: 16.66667%
    }

    .small-margin-collapse>.large-3 {
        width: 25%
    }

    .small-margin-collapse>.large-4 {
        width: 33.33333%
    }

    .small-margin-collapse>.large-5 {
        width: 41.66667%
    }

    .small-margin-collapse>.large-6 {
        width: 50%
    }

    .small-margin-collapse>.large-7 {
        width: 58.33333%
    }

    .small-margin-collapse>.large-8 {
        width: 66.66667%
    }

    .small-margin-collapse>.large-9 {
        width: 75%
    }

    .small-margin-collapse>.large-10 {
        width: 83.33333%
    }

    .small-margin-collapse>.large-11 {
        width: 91.66667%
    }

    .small-margin-collapse>.large-12 {
        width: 100%
    }
}

.small-padding-collapse {
    margin-left: 0;
    margin-right: 0
}

.small-padding-collapse>.cell {
    padding-left: 0;
    padding-right: 0
}

@media print,screen and (min-width: 48.0625em) {
    .medium-margin-collapse,.medium-margin-collapse>.cell {
        margin-left:0;
        margin-right: 0
    }
}

@media print,screen and (min-width: 48.0625em) {
    .medium-margin-collapse>.small-1 {
        width:8.33333%
    }

    .medium-margin-collapse>.small-2 {
        width: 16.66667%
    }

    .medium-margin-collapse>.small-3 {
        width: 25%
    }

    .medium-margin-collapse>.small-4 {
        width: 33.33333%
    }

    .medium-margin-collapse>.small-5 {
        width: 41.66667%
    }

    .medium-margin-collapse>.small-6 {
        width: 50%
    }

    .medium-margin-collapse>.small-7 {
        width: 58.33333%
    }

    .medium-margin-collapse>.small-8 {
        width: 66.66667%
    }

    .medium-margin-collapse>.small-9 {
        width: 75%
    }

    .medium-margin-collapse>.small-10 {
        width: 83.33333%
    }

    .medium-margin-collapse>.small-11 {
        width: 91.66667%
    }

    .medium-margin-collapse>.small-12 {
        width: 100%
    }
}

@media print,screen and (min-width: 48.0625em) {
    .medium-margin-collapse>.medium-1 {
        width:8.33333%
    }

    .medium-margin-collapse>.medium-2 {
        width: 16.66667%
    }

    .medium-margin-collapse>.medium-3 {
        width: 25%
    }

    .medium-margin-collapse>.medium-4 {
        width: 33.33333%
    }

    .medium-margin-collapse>.medium-5 {
        width: 41.66667%
    }

    .medium-margin-collapse>.medium-6 {
        width: 50%
    }

    .medium-margin-collapse>.medium-7 {
        width: 58.33333%
    }

    .medium-margin-collapse>.medium-8 {
        width: 66.66667%
    }

    .medium-margin-collapse>.medium-9 {
        width: 75%
    }

    .medium-margin-collapse>.medium-10 {
        width: 83.33333%
    }

    .medium-margin-collapse>.medium-11 {
        width: 91.66667%
    }

    .medium-margin-collapse>.medium-12 {
        width: 100%
    }
}

@media print,screen and (min-width: 67.5em) {
    .medium-margin-collapse>.large-1 {
        width:8.33333%
    }

    .medium-margin-collapse>.large-2 {
        width: 16.66667%
    }

    .medium-margin-collapse>.large-3 {
        width: 25%
    }

    .medium-margin-collapse>.large-4 {
        width: 33.33333%
    }

    .medium-margin-collapse>.large-5 {
        width: 41.66667%
    }

    .medium-margin-collapse>.large-6 {
        width: 50%
    }

    .medium-margin-collapse>.large-7 {
        width: 58.33333%
    }

    .medium-margin-collapse>.large-8 {
        width: 66.66667%
    }

    .medium-margin-collapse>.large-9 {
        width: 75%
    }

    .medium-margin-collapse>.large-10 {
        width: 83.33333%
    }

    .medium-margin-collapse>.large-11 {
        width: 91.66667%
    }

    .medium-margin-collapse>.large-12 {
        width: 100%
    }
}

@media print,screen and (min-width: 48.0625em) {
    .medium-padding-collapse {
        margin-left:0;
        margin-right: 0
    }

    .medium-padding-collapse>.cell {
        padding-left: 0;
        padding-right: 0
    }
}

@media print,screen and (min-width: 67.5em) {
    .large-margin-collapse,.large-margin-collapse>.cell {
        margin-left:0;
        margin-right: 0
    }
}

@media print,screen and (min-width: 67.5em) {
    .large-margin-collapse>.small-1 {
        width:8.33333%
    }

    .large-margin-collapse>.small-2 {
        width: 16.66667%
    }

    .large-margin-collapse>.small-3 {
        width: 25%
    }

    .large-margin-collapse>.small-4 {
        width: 33.33333%
    }

    .large-margin-collapse>.small-5 {
        width: 41.66667%
    }

    .large-margin-collapse>.small-6 {
        width: 50%
    }

    .large-margin-collapse>.small-7 {
        width: 58.33333%
    }

    .large-margin-collapse>.small-8 {
        width: 66.66667%
    }

    .large-margin-collapse>.small-9 {
        width: 75%
    }

    .large-margin-collapse>.small-10 {
        width: 83.33333%
    }

    .large-margin-collapse>.small-11 {
        width: 91.66667%
    }

    .large-margin-collapse>.small-12 {
        width: 100%
    }
}

@media print,screen and (min-width: 67.5em) {
    .large-margin-collapse>.medium-1 {
        width:8.33333%
    }

    .large-margin-collapse>.medium-2 {
        width: 16.66667%
    }

    .large-margin-collapse>.medium-3 {
        width: 25%
    }

    .large-margin-collapse>.medium-4 {
        width: 33.33333%
    }

    .large-margin-collapse>.medium-5 {
        width: 41.66667%
    }

    .large-margin-collapse>.medium-6 {
        width: 50%
    }

    .large-margin-collapse>.medium-7 {
        width: 58.33333%
    }

    .large-margin-collapse>.medium-8 {
        width: 66.66667%
    }

    .large-margin-collapse>.medium-9 {
        width: 75%
    }

    .large-margin-collapse>.medium-10 {
        width: 83.33333%
    }

    .large-margin-collapse>.medium-11 {
        width: 91.66667%
    }

    .large-margin-collapse>.medium-12 {
        width: 100%
    }
}

@media print,screen and (min-width: 67.5em) {
    .large-margin-collapse>.large-1 {
        width:8.33333%
    }

    .large-margin-collapse>.large-2 {
        width: 16.66667%
    }

    .large-margin-collapse>.large-3 {
        width: 25%
    }

    .large-margin-collapse>.large-4 {
        width: 33.33333%
    }

    .large-margin-collapse>.large-5 {
        width: 41.66667%
    }

    .large-margin-collapse>.large-6 {
        width: 50%
    }

    .large-margin-collapse>.large-7 {
        width: 58.33333%
    }

    .large-margin-collapse>.large-8 {
        width: 66.66667%
    }

    .large-margin-collapse>.large-9 {
        width: 75%
    }

    .large-margin-collapse>.large-10 {
        width: 83.33333%
    }

    .large-margin-collapse>.large-11 {
        width: 91.66667%
    }

    .large-margin-collapse>.large-12 {
        width: 100%
    }
}

@media print,screen and (min-width: 67.5em) {
    .large-padding-collapse {
        margin-left:0;
        margin-right: 0
    }

    .large-padding-collapse>.cell {
        padding-left: 0;
        padding-right: 0
    }
}

.small-offset-0 {
    margin-left: 0
}

.grid-margin-x>.small-offset-0 {
    margin-left: .9375rem
}

.small-offset-1 {
    margin-left: 8.33333%
}

.grid-margin-x>.small-offset-1 {
    margin-left: calc(8.33333% + .9375rem)
}

.small-offset-2 {
    margin-left: 16.66667%
}

.grid-margin-x>.small-offset-2 {
    margin-left: calc(16.66667% + .9375rem)
}

.small-offset-3 {
    margin-left: 25%
}

.grid-margin-x>.small-offset-3 {
    margin-left: calc(25% + .9375rem)
}

.small-offset-4 {
    margin-left: 33.33333%
}

.grid-margin-x>.small-offset-4 {
    margin-left: calc(33.33333% + .9375rem)
}

.small-offset-5 {
    margin-left: 41.66667%
}

.grid-margin-x>.small-offset-5 {
    margin-left: calc(41.66667% + .9375rem)
}

.small-offset-6 {
    margin-left: 50%
}

.grid-margin-x>.small-offset-6 {
    margin-left: calc(50% + .9375rem)
}

.small-offset-7 {
    margin-left: 58.33333%
}

.grid-margin-x>.small-offset-7 {
    margin-left: calc(58.33333% + .9375rem)
}

.small-offset-8 {
    margin-left: 66.66667%
}

.grid-margin-x>.small-offset-8 {
    margin-left: calc(66.66667% + .9375rem)
}

.small-offset-9 {
    margin-left: 75%
}

.grid-margin-x>.small-offset-9 {
    margin-left: calc(75% + .9375rem)
}

.small-offset-10 {
    margin-left: 83.33333%
}

.grid-margin-x>.small-offset-10 {
    margin-left: calc(83.33333% + .9375rem)
}

.small-offset-11 {
    margin-left: 91.66667%
}

.grid-margin-x>.small-offset-11 {
    margin-left: calc(91.66667% + .9375rem)
}

@media print,screen and (min-width: 48.0625em) {
    .medium-offset-0 {
        margin-left:0
    }

    .grid-margin-x>.medium-offset-0 {
        margin-left: 1.25rem
    }

    .medium-offset-1 {
        margin-left: 8.33333%
    }

    .grid-margin-x>.medium-offset-1 {
        margin-left: calc(8.33333% + 1.25rem)
    }

    .medium-offset-2 {
        margin-left: 16.66667%
    }

    .grid-margin-x>.medium-offset-2 {
        margin-left: calc(16.66667% + 1.25rem)
    }

    .medium-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x>.medium-offset-3 {
        margin-left: calc(25% + 1.25rem)
    }

    .medium-offset-4 {
        margin-left: 33.33333%
    }

    .grid-margin-x>.medium-offset-4 {
        margin-left: calc(33.33333% + 1.25rem)
    }

    .medium-offset-5 {
        margin-left: 41.66667%
    }

    .grid-margin-x>.medium-offset-5 {
        margin-left: calc(41.66667% + 1.25rem)
    }

    .medium-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x>.medium-offset-6 {
        margin-left: calc(50% + 1.25rem)
    }

    .medium-offset-7 {
        margin-left: 58.33333%
    }

    .grid-margin-x>.medium-offset-7 {
        margin-left: calc(58.33333% + 1.25rem)
    }

    .medium-offset-8 {
        margin-left: 66.66667%
    }

    .grid-margin-x>.medium-offset-8 {
        margin-left: calc(66.66667% + 1.25rem)
    }

    .medium-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x>.medium-offset-9 {
        margin-left: calc(75% + 1.25rem)
    }

    .medium-offset-10 {
        margin-left: 83.33333%
    }

    .grid-margin-x>.medium-offset-10 {
        margin-left: calc(83.33333% + 1.25rem)
    }

    .medium-offset-11 {
        margin-left: 91.66667%
    }

    .grid-margin-x>.medium-offset-11 {
        margin-left: calc(91.66667% + 1.25rem)
    }
}

@media print,screen and (min-width: 67.5em) {
    .large-offset-0 {
        margin-left:0
    }

    .grid-margin-x>.large-offset-0 {
        margin-left: 1.25rem
    }

    .large-offset-1 {
        margin-left: 8.33333%
    }

    .grid-margin-x>.large-offset-1 {
        margin-left: calc(8.33333% + 1.25rem)
    }

    .large-offset-2 {
        margin-left: 16.66667%
    }

    .grid-margin-x>.large-offset-2 {
        margin-left: calc(16.66667% + 1.25rem)
    }

    .large-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x>.large-offset-3 {
        margin-left: calc(25% + 1.25rem)
    }

    .large-offset-4 {
        margin-left: 33.33333%
    }

    .grid-margin-x>.large-offset-4 {
        margin-left: calc(33.33333% + 1.25rem)
    }

    .large-offset-5 {
        margin-left: 41.66667%
    }

    .grid-margin-x>.large-offset-5 {
        margin-left: calc(41.66667% + 1.25rem)
    }

    .large-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x>.large-offset-6 {
        margin-left: calc(50% + 1.25rem)
    }

    .large-offset-7 {
        margin-left: 58.33333%
    }

    .grid-margin-x>.large-offset-7 {
        margin-left: calc(58.33333% + 1.25rem)
    }

    .large-offset-8 {
        margin-left: 66.66667%
    }

    .grid-margin-x>.large-offset-8 {
        margin-left: calc(66.66667% + 1.25rem)
    }

    .large-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x>.large-offset-9 {
        margin-left: calc(75% + 1.25rem)
    }

    .large-offset-10 {
        margin-left: 83.33333%
    }

    .grid-margin-x>.large-offset-10 {
        margin-left: calc(83.33333% + 1.25rem)
    }

    .large-offset-11 {
        margin-left: 91.66667%
    }

    .grid-margin-x>.large-offset-11 {
        margin-left: calc(91.66667% + 1.25rem)
    }
}

.grid-y {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.grid-y>.cell {
    height: auto;
    max-height: none
}

.grid-y>.auto,.grid-y>.shrink {
    height: auto
}

.grid-y>.small-1,.grid-y>.small-2,.grid-y>.small-3,.grid-y>.small-4,.grid-y>.small-5,.grid-y>.small-6,.grid-y>.small-7,.grid-y>.small-8,.grid-y>.small-9,.grid-y>.small-10,.grid-y>.small-11,.grid-y>.small-12,.grid-y>.small-full,.grid-y>.small-shrink {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

@media print,screen and (min-width: 48.0625em) {
    .grid-y>.medium-1,.grid-y>.medium-2,.grid-y>.medium-3,.grid-y>.medium-4,.grid-y>.medium-5,.grid-y>.medium-6,.grid-y>.medium-7,.grid-y>.medium-8,.grid-y>.medium-9,.grid-y>.medium-10,.grid-y>.medium-11,.grid-y>.medium-12,.grid-y>.medium-full,.grid-y>.medium-shrink {
        -ms-flex-preferred-size:auto;
        flex-basis: auto
    }
}

@media print,screen and (min-width: 67.5em) {
    .grid-y>.large-1,.grid-y>.large-2,.grid-y>.large-3,.grid-y>.large-4,.grid-y>.large-5,.grid-y>.large-6,.grid-y>.large-7,.grid-y>.large-8,.grid-y>.large-9,.grid-y>.large-10,.grid-y>.large-11,.grid-y>.large-12,.grid-y>.large-full,.grid-y>.large-shrink {
        -ms-flex-preferred-size:auto;
        flex-basis: auto
    }
}

.grid-y>.small-1,.grid-y>.small-2,.grid-y>.small-3,.grid-y>.small-4,.grid-y>.small-5,.grid-y>.small-6,.grid-y>.small-7,.grid-y>.small-8,.grid-y>.small-9,.grid-y>.small-10,.grid-y>.small-11,.grid-y>.small-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.grid-y>.small-1 {
    height: 8.33333%
}

.grid-y>.small-2 {
    height: 16.66667%
}

.grid-y>.small-3 {
    height: 25%
}

.grid-y>.small-4 {
    height: 33.33333%
}

.grid-y>.small-5 {
    height: 41.66667%
}

.grid-y>.small-6 {
    height: 50%
}

.grid-y>.small-7 {
    height: 58.33333%
}

.grid-y>.small-8 {
    height: 66.66667%
}

.grid-y>.small-9 {
    height: 75%
}

.grid-y>.small-10 {
    height: 83.33333%
}

.grid-y>.small-11 {
    height: 91.66667%
}

.grid-y>.small-12 {
    height: 100%
}

@media print,screen and (min-width: 48.0625em) {
    .grid-y>.medium-auto {
        -webkit-box-flex:1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto
    }

    .grid-y>.medium-1,.grid-y>.medium-2,.grid-y>.medium-3,.grid-y>.medium-4,.grid-y>.medium-5,.grid-y>.medium-6,.grid-y>.medium-7,.grid-y>.medium-8,.grid-y>.medium-9,.grid-y>.medium-10,.grid-y>.medium-11,.grid-y>.medium-12,.grid-y>.medium-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-y>.medium-shrink {
        height: auto
    }

    .grid-y>.medium-1 {
        height: 8.33333%
    }

    .grid-y>.medium-2 {
        height: 16.66667%
    }

    .grid-y>.medium-3 {
        height: 25%
    }

    .grid-y>.medium-4 {
        height: 33.33333%
    }

    .grid-y>.medium-5 {
        height: 41.66667%
    }

    .grid-y>.medium-6 {
        height: 50%
    }

    .grid-y>.medium-7 {
        height: 58.33333%
    }

    .grid-y>.medium-8 {
        height: 66.66667%
    }

    .grid-y>.medium-9 {
        height: 75%
    }

    .grid-y>.medium-10 {
        height: 83.33333%
    }

    .grid-y>.medium-11 {
        height: 91.66667%
    }

    .grid-y>.medium-12 {
        height: 100%
    }
}

@media print,screen and (min-width: 67.5em) {
    .grid-y>.large-auto {
        -webkit-box-flex:1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto
    }

    .grid-y>.large-1,.grid-y>.large-2,.grid-y>.large-3,.grid-y>.large-4,.grid-y>.large-5,.grid-y>.large-6,.grid-y>.large-7,.grid-y>.large-8,.grid-y>.large-9,.grid-y>.large-10,.grid-y>.large-11,.grid-y>.large-12,.grid-y>.large-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-y>.large-shrink {
        height: auto
    }

    .grid-y>.large-1 {
        height: 8.33333%
    }

    .grid-y>.large-2 {
        height: 16.66667%
    }

    .grid-y>.large-3 {
        height: 25%
    }

    .grid-y>.large-4 {
        height: 33.33333%
    }

    .grid-y>.large-5 {
        height: 41.66667%
    }

    .grid-y>.large-6 {
        height: 50%
    }

    .grid-y>.large-7 {
        height: 58.33333%
    }

    .grid-y>.large-8 {
        height: 66.66667%
    }

    .grid-y>.large-9 {
        height: 75%
    }

    .grid-y>.large-10 {
        height: 83.33333%
    }

    .grid-y>.large-11 {
        height: 91.66667%
    }

    .grid-y>.large-12 {
        height: 100%
    }
}

.grid-padding-y .grid-padding-y {
    margin-bottom: -.9375rem;
    margin-top: -.9375rem
}

@media print,screen and (min-width: 48.0625em) {
    .grid-padding-y .grid-padding-y {
        margin-bottom:-1.25rem;
        margin-top: -1.25rem
    }
}

.grid-padding-y>.cell {
    padding-bottom: .9375rem;
    padding-top: .9375rem
}

@media print,screen and (min-width: 48.0625em) {
    .grid-padding-y>.cell {
        padding-bottom:1.25rem;
        padding-top: 1.25rem
    }
}

.grid-frame {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    width: 100vw
}

.cell .grid-frame {
    width: 100%
}

.cell-block {
    max-width: 100%;
    overflow-x: auto
}

.cell-block,.cell-block-y {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch
}

.cell-block-y {
    max-height: 100%;
    min-height: 100%;
    overflow-y: auto
}

.cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%
}

.cell-block-container>.grid-x {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-height: 100%
}

@media print,screen and (min-width: 48.0625em) {
    .medium-grid-frame {
        -webkit-box-align:stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: hidden;
        position: relative;
        width: 100vw
    }

    .cell .medium-grid-frame {
        width: 100%
    }

    .medium-cell-block {
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
        max-width: 100%;
        overflow-x: auto
    }

    .medium-cell-block-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

    .medium-cell-block-container>.grid-x {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        max-height: 100%
    }

    .medium-cell-block-y {
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
        max-height: 100%;
        min-height: 100%;
        overflow-y: auto
    }
}

@media print,screen and (min-width: 67.5em) {
    .large-grid-frame {
        -webkit-box-align:stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: hidden;
        position: relative;
        width: 100vw
    }

    .cell .large-grid-frame {
        width: 100%
    }

    .large-cell-block {
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
        max-width: 100%;
        overflow-x: auto
    }

    .large-cell-block-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

    .large-cell-block-container>.grid-x {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        max-height: 100%
    }

    .large-cell-block-y {
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
        max-height: 100%;
        min-height: 100%;
        overflow-y: auto
    }
}

.grid-y.grid-frame {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100vh;
    overflow: hidden;
    position: relative;
    width: auto
}

@media print,screen and (min-width: 48.0625em) {
    .grid-y.medium-grid-frame {
        -webkit-box-align:stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: 100vh;
        overflow: hidden;
        position: relative;
        width: auto
    }
}

@media print,screen and (min-width: 67.5em) {
    .grid-y.large-grid-frame {
        -webkit-box-align:stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: 100vh;
        overflow: hidden;
        position: relative;
        width: auto
    }
}

.cell .grid-y.grid-frame {
    height: 100%
}

@media print,screen and (min-width: 48.0625em) {
    .cell .grid-y.medium-grid-frame {
        height:100%
    }
}

@media print,screen and (min-width: 67.5em) {
    .cell .grid-y.large-grid-frame {
        height:100%
    }
}

.grid-margin-y {
    margin-bottom: -.9375rem;
    margin-top: -.9375rem
}

@media print,screen and (min-width: 48.0625em) {
    .grid-margin-y {
        margin-bottom:-1.25rem;
        margin-top: -1.25rem
    }
}

.grid-margin-y>.cell {
    height: calc(100% - 1.875rem);
    margin-bottom: .9375rem;
    margin-top: .9375rem
}

@media print,screen and (min-width: 48.0625em) {
    .grid-margin-y>.cell {
        height:calc(100% - 2.5rem);
        margin-bottom: 1.25rem;
        margin-top: 1.25rem
    }
}

.grid-margin-y>.auto,.grid-margin-y>.shrink {
    height: auto
}

.grid-margin-y>.small-1 {
    height: calc(8.33333% - 1.875rem)
}

.grid-margin-y>.small-2 {
    height: calc(16.66667% - 1.875rem)
}

.grid-margin-y>.small-3 {
    height: calc(25% - 1.875rem)
}

.grid-margin-y>.small-4 {
    height: calc(33.33333% - 1.875rem)
}

.grid-margin-y>.small-5 {
    height: calc(41.66667% - 1.875rem)
}

.grid-margin-y>.small-6 {
    height: calc(50% - 1.875rem)
}

.grid-margin-y>.small-7 {
    height: calc(58.33333% - 1.875rem)
}

.grid-margin-y>.small-8 {
    height: calc(66.66667% - 1.875rem)
}

.grid-margin-y>.small-9 {
    height: calc(75% - 1.875rem)
}

.grid-margin-y>.small-10 {
    height: calc(83.33333% - 1.875rem)
}

.grid-margin-y>.small-11 {
    height: calc(91.66667% - 1.875rem)
}

.grid-margin-y>.small-12 {
    height: calc(100% - 1.875rem)
}

@media print,screen and (min-width: 48.0625em) {
    .grid-margin-y>.auto,.grid-margin-y>.shrink {
        height:auto
    }

    .grid-margin-y>.small-1 {
        height: calc(8.33333% - 2.5rem)
    }

    .grid-margin-y>.small-2 {
        height: calc(16.66667% - 2.5rem)
    }

    .grid-margin-y>.small-3 {
        height: calc(25% - 2.5rem)
    }

    .grid-margin-y>.small-4 {
        height: calc(33.33333% - 2.5rem)
    }

    .grid-margin-y>.small-5 {
        height: calc(41.66667% - 2.5rem)
    }

    .grid-margin-y>.small-6 {
        height: calc(50% - 2.5rem)
    }

    .grid-margin-y>.small-7 {
        height: calc(58.33333% - 2.5rem)
    }

    .grid-margin-y>.small-8 {
        height: calc(66.66667% - 2.5rem)
    }

    .grid-margin-y>.small-9 {
        height: calc(75% - 2.5rem)
    }

    .grid-margin-y>.small-10 {
        height: calc(83.33333% - 2.5rem)
    }

    .grid-margin-y>.small-11 {
        height: calc(91.66667% - 2.5rem)
    }

    .grid-margin-y>.small-12 {
        height: calc(100% - 2.5rem)
    }

    .grid-margin-y>.medium-auto,.grid-margin-y>.medium-shrink {
        height: auto
    }

    .grid-margin-y>.medium-1 {
        height: calc(8.33333% - 2.5rem)
    }

    .grid-margin-y>.medium-2 {
        height: calc(16.66667% - 2.5rem)
    }

    .grid-margin-y>.medium-3 {
        height: calc(25% - 2.5rem)
    }

    .grid-margin-y>.medium-4 {
        height: calc(33.33333% - 2.5rem)
    }

    .grid-margin-y>.medium-5 {
        height: calc(41.66667% - 2.5rem)
    }

    .grid-margin-y>.medium-6 {
        height: calc(50% - 2.5rem)
    }

    .grid-margin-y>.medium-7 {
        height: calc(58.33333% - 2.5rem)
    }

    .grid-margin-y>.medium-8 {
        height: calc(66.66667% - 2.5rem)
    }

    .grid-margin-y>.medium-9 {
        height: calc(75% - 2.5rem)
    }

    .grid-margin-y>.medium-10 {
        height: calc(83.33333% - 2.5rem)
    }

    .grid-margin-y>.medium-11 {
        height: calc(91.66667% - 2.5rem)
    }

    .grid-margin-y>.medium-12 {
        height: calc(100% - 2.5rem)
    }
}

@media print,screen and (min-width: 67.5em) {
    .grid-margin-y>.large-auto,.grid-margin-y>.large-shrink {
        height:auto
    }

    .grid-margin-y>.large-1 {
        height: calc(8.33333% - 2.5rem)
    }

    .grid-margin-y>.large-2 {
        height: calc(16.66667% - 2.5rem)
    }

    .grid-margin-y>.large-3 {
        height: calc(25% - 2.5rem)
    }

    .grid-margin-y>.large-4 {
        height: calc(33.33333% - 2.5rem)
    }

    .grid-margin-y>.large-5 {
        height: calc(41.66667% - 2.5rem)
    }

    .grid-margin-y>.large-6 {
        height: calc(50% - 2.5rem)
    }

    .grid-margin-y>.large-7 {
        height: calc(58.33333% - 2.5rem)
    }

    .grid-margin-y>.large-8 {
        height: calc(66.66667% - 2.5rem)
    }

    .grid-margin-y>.large-9 {
        height: calc(75% - 2.5rem)
    }

    .grid-margin-y>.large-10 {
        height: calc(83.33333% - 2.5rem)
    }

    .grid-margin-y>.large-11 {
        height: calc(91.66667% - 2.5rem)
    }

    .grid-margin-y>.large-12 {
        height: calc(100% - 2.5rem)
    }
}

.grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem)
}

@media print,screen and (min-width: 48.0625em) {
    .grid-frame.grid-margin-y {
        height:calc(100vh + 2.5rem)
    }
}

@media print,screen and (min-width: 67.5em) {
    .grid-frame.grid-margin-y {
        height:calc(100vh + 2.5rem)
    }
}

@media print,screen and (min-width: 48.0625em) {
    .grid-margin-y.medium-grid-frame {
        height:calc(100vh + 2.5rem)
    }
}

@media print,screen and (min-width: 67.5em) {
    .grid-margin-y.large-grid-frame {
        height:calc(100vh + 2.5rem)
    }
}

.button {
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: .9rem;
    line-height: 1;
    margin: 0 0 1rem;
    padding: .85em 1em;
    text-align: center;
    -webkit-transition: background-color .25s ease-out,color .25s ease-out;
    -o-transition: background-color .25s ease-out,color .25s ease-out;
    transition: background-color .25s ease-out,color .25s ease-out;
    vertical-align: middle
}

[data-whatinput=mouse] .button {
    outline: 0
}

.button.tiny {
    font-size: .6rem
}

.button.small {
    font-size: .75rem
}

.button.large {
    font-size: 1.25rem
}

.button.expanded {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%
}

.button,.button.disabled,.button.disabled:focus,.button.disabled:hover,.button[disabled],.button[disabled]:focus,.button[disabled]:hover {
    background-color: #1779ba;
    color: #fff
}

.button:focus,.button:hover {
    background-color: #14679e;
    color: #fff
}

.button.primary,.button.primary.disabled,.button.primary.disabled:focus,.button.primary.disabled:hover,.button.primary[disabled],.button.primary[disabled]:focus,.button.primary[disabled]:hover {
    background-color: #1779ba;
    color: #fff
}

.button.primary:focus,.button.primary:hover {
    background-color: #126195;
    color: #fff
}

.button.secondary,.button.secondary.disabled,.button.secondary.disabled:focus,.button.secondary.disabled:hover,.button.secondary[disabled],.button.secondary[disabled]:focus,.button.secondary[disabled]:hover {
    background-color: #767676;
    color: #000
}

.button.secondary:focus,.button.secondary:hover {
    background-color: #5e5e5e;
    color: #000
}

.button.success,.button.success.disabled,.button.success.disabled:focus,.button.success.disabled:hover,.button.success[disabled],.button.success[disabled]:focus,.button.success[disabled]:hover {
    background-color: #3adb76;
    color: #000
}

.button.success:focus,.button.success:hover {
    background-color: #22bb5b;
    color: #000
}

.button.warning,.button.warning.disabled,.button.warning.disabled:focus,.button.warning.disabled:hover,.button.warning[disabled],.button.warning[disabled]:focus,.button.warning[disabled]:hover {
    background-color: #ffae00;
    color: #000
}

.button.warning:focus,.button.warning:hover {
    background-color: #cc8b00;
    color: #000
}

.button.alert,.button.alert.disabled,.button.alert.disabled:focus,.button.alert.disabled:hover,.button.alert[disabled],.button.alert[disabled]:focus,.button.alert[disabled]:hover {
    background-color: #cc4b37;
    color: #000
}

.button.alert:focus,.button.alert:hover {
    background-color: #a53b2a;
    color: #000
}

.button.hollow,.button.hollow.disabled,.button.hollow.disabled:focus,.button.hollow.disabled:hover,.button.hollow:focus,.button.hollow:hover,.button.hollow[disabled],.button.hollow[disabled]:focus,.button.hollow[disabled]:hover {
    background-color: transparent
}

.button.hollow,.button.hollow.disabled,.button.hollow.disabled:focus,.button.hollow.disabled:hover,.button.hollow[disabled],.button.hollow[disabled]:focus,.button.hollow[disabled]:hover {
    border: 1px solid #1779ba;
    color: #1779ba
}

.button.hollow:focus,.button.hollow:hover {
    border-color: #0c3d5d;
    color: #0c3d5d
}

.button.hollow.primary,.button.hollow.primary.disabled,.button.hollow.primary.disabled:focus,.button.hollow.primary.disabled:hover,.button.hollow.primary[disabled],.button.hollow.primary[disabled]:focus,.button.hollow.primary[disabled]:hover {
    border: 1px solid #1779ba;
    color: #1779ba
}

.button.hollow.primary:focus,.button.hollow.primary:hover {
    border-color: #0c3d5d;
    color: #0c3d5d
}

.button.hollow.secondary,.button.hollow.secondary.disabled,.button.hollow.secondary.disabled:focus,.button.hollow.secondary.disabled:hover,.button.hollow.secondary[disabled],.button.hollow.secondary[disabled]:focus,.button.hollow.secondary[disabled]:hover {
    border: 1px solid #767676;
    color: #767676
}

.button.hollow.secondary:focus,.button.hollow.secondary:hover {
    border-color: #3b3b3b;
    color: #3b3b3b
}

.button.hollow.success,.button.hollow.success.disabled,.button.hollow.success.disabled:focus,.button.hollow.success.disabled:hover,.button.hollow.success[disabled],.button.hollow.success[disabled]:focus,.button.hollow.success[disabled]:hover {
    border: 1px solid #3adb76;
    color: #3adb76
}

.button.hollow.success:focus,.button.hollow.success:hover {
    border-color: #157539;
    color: #157539
}

.button.hollow.warning,.button.hollow.warning.disabled,.button.hollow.warning.disabled:focus,.button.hollow.warning.disabled:hover,.button.hollow.warning[disabled],.button.hollow.warning[disabled]:focus,.button.hollow.warning[disabled]:hover {
    border: 1px solid #ffae00;
    color: #ffae00
}

.button.hollow.warning:focus,.button.hollow.warning:hover {
    border-color: #805700;
    color: #805700
}

.button.hollow.alert,.button.hollow.alert.disabled,.button.hollow.alert.disabled:focus,.button.hollow.alert.disabled:hover,.button.hollow.alert[disabled],.button.hollow.alert[disabled]:focus,.button.hollow.alert[disabled]:hover {
    border: 1px solid #cc4b37;
    color: #cc4b37
}

.button.hollow.alert:focus,.button.hollow.alert:hover {
    border-color: #67251a;
    color: #67251a
}

.button.clear,.button.clear.disabled,.button.clear.disabled:focus,.button.clear.disabled:hover,.button.clear:focus,.button.clear:hover,.button.clear[disabled],.button.clear[disabled]:focus,.button.clear[disabled]:hover {
    background-color: transparent;
    border-color: transparent
}

.button.clear,.button.clear.disabled,.button.clear.disabled:focus,.button.clear.disabled:hover,.button.clear[disabled],.button.clear[disabled]:focus,.button.clear[disabled]:hover {
    color: #1779ba
}

.button.clear:focus,.button.clear:hover {
    color: #0c3d5d
}

.button.clear.primary,.button.clear.primary.disabled,.button.clear.primary.disabled:focus,.button.clear.primary.disabled:hover,.button.clear.primary[disabled],.button.clear.primary[disabled]:focus,.button.clear.primary[disabled]:hover {
    color: #1779ba
}

.button.clear.primary:focus,.button.clear.primary:hover {
    color: #0c3d5d
}

.button.clear.secondary,.button.clear.secondary.disabled,.button.clear.secondary.disabled:focus,.button.clear.secondary.disabled:hover,.button.clear.secondary[disabled],.button.clear.secondary[disabled]:focus,.button.clear.secondary[disabled]:hover {
    color: #767676
}

.button.clear.secondary:focus,.button.clear.secondary:hover {
    color: #3b3b3b
}

.button.clear.success,.button.clear.success.disabled,.button.clear.success.disabled:focus,.button.clear.success.disabled:hover,.button.clear.success[disabled],.button.clear.success[disabled]:focus,.button.clear.success[disabled]:hover {
    color: #3adb76
}

.button.clear.success:focus,.button.clear.success:hover {
    color: #157539
}

.button.clear.warning,.button.clear.warning.disabled,.button.clear.warning.disabled:focus,.button.clear.warning.disabled:hover,.button.clear.warning[disabled],.button.clear.warning[disabled]:focus,.button.clear.warning[disabled]:hover {
    color: #ffae00
}

.button.clear.warning:focus,.button.clear.warning:hover {
    color: #805700
}

.button.clear.alert,.button.clear.alert.disabled,.button.clear.alert.disabled:focus,.button.clear.alert.disabled:hover,.button.clear.alert[disabled],.button.clear.alert[disabled]:focus,.button.clear.alert[disabled]:hover {
    color: #cc4b37
}

.button.clear.alert:focus,.button.clear.alert:hover {
    color: #67251a
}

.button.disabled,.button[disabled] {
    cursor: not-allowed;
    opacity: .25
}

.button.dropdown:after {
    border-color: #fff transparent transparent;
    border-style: solid inset inset;
    border-width: .4em .4em 0;
    content: "";
    display: block;
    display: inline-block;
    float: right;
    height: 0;
    margin-left: 1em;
    position: relative;
    top: .4em;
    width: 0
}

.button.dropdown.clear.primary:after,.button.dropdown.clear:after,.button.dropdown.hollow.primary:after,.button.dropdown.hollow:after {
    border-top-color: #1779ba
}

.button.dropdown.clear.secondary:after,.button.dropdown.hollow.secondary:after {
    border-top-color: #767676
}

.button.dropdown.clear.success:after,.button.dropdown.hollow.success:after {
    border-top-color: #3adb76
}

.button.dropdown.clear.warning:after,.button.dropdown.hollow.warning:after {
    border-top-color: #ffae00
}

.button.dropdown.clear.alert:after,.button.dropdown.hollow.alert:after {
    border-top-color: #cc4b37
}

.button.arrow-only:after {
    float: none;
    margin-left: 0;
    top: -.1em
}

a.button:focus,a.button:hover {
    text-decoration: none
}

.button-group {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1rem
}

.button-group:after,.button-group:before {
    content: " ";
    display: table;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.button-group:after {
    clear: both
}

.button-group:after,.button-group:before {
    display: none
}

.button-group .button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: .9rem;
    margin: 0 1px 1px 0
}

.button-group .button:last-child {
    margin-right: 0
}

.button-group.tiny .button {
    font-size: .6rem
}

.button-group.small .button {
    font-size: .75rem
}

.button-group.large .button {
    font-size: 1.25rem
}

.button-group.expanded .button {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    margin-right: 0
}

.button-group.primary .button,.button-group.primary .button.disabled,.button-group.primary .button.disabled:focus,.button-group.primary .button.disabled:hover,.button-group.primary .button[disabled],.button-group.primary .button[disabled]:focus,.button-group.primary .button[disabled]:hover {
    background-color: #1779ba;
    color: #fff
}

.button-group.primary .button:focus,.button-group.primary .button:hover {
    background-color: #126195;
    color: #fff
}

.button-group.secondary .button,.button-group.secondary .button.disabled,.button-group.secondary .button.disabled:focus,.button-group.secondary .button.disabled:hover,.button-group.secondary .button[disabled],.button-group.secondary .button[disabled]:focus,.button-group.secondary .button[disabled]:hover {
    background-color: #767676;
    color: #000
}

.button-group.secondary .button:focus,.button-group.secondary .button:hover {
    background-color: #5e5e5e;
    color: #000
}

.button-group.success .button,.button-group.success .button.disabled,.button-group.success .button.disabled:focus,.button-group.success .button.disabled:hover,.button-group.success .button[disabled],.button-group.success .button[disabled]:focus,.button-group.success .button[disabled]:hover {
    background-color: #3adb76;
    color: #000
}

.button-group.success .button:focus,.button-group.success .button:hover {
    background-color: #22bb5b;
    color: #000
}

.button-group.warning .button,.button-group.warning .button.disabled,.button-group.warning .button.disabled:focus,.button-group.warning .button.disabled:hover,.button-group.warning .button[disabled],.button-group.warning .button[disabled]:focus,.button-group.warning .button[disabled]:hover {
    background-color: #ffae00;
    color: #000
}

.button-group.warning .button:focus,.button-group.warning .button:hover {
    background-color: #cc8b00;
    color: #000
}

.button-group.alert .button,.button-group.alert .button.disabled,.button-group.alert .button.disabled:focus,.button-group.alert .button.disabled:hover,.button-group.alert .button[disabled],.button-group.alert .button[disabled]:focus,.button-group.alert .button[disabled]:hover {
    background-color: #cc4b37;
    color: #000
}

.button-group.alert .button:focus,.button-group.alert .button:hover {
    background-color: #a53b2a;
    color: #000
}

.button-group.hollow .button,.button-group.hollow .button.disabled,.button-group.hollow .button.disabled:focus,.button-group.hollow .button.disabled:hover,.button-group.hollow .button:focus,.button-group.hollow .button:hover,.button-group.hollow .button[disabled],.button-group.hollow .button[disabled]:focus,.button-group.hollow .button[disabled]:hover {
    background-color: transparent
}

.button-group.hollow .button,.button-group.hollow .button.disabled,.button-group.hollow .button.disabled:focus,.button-group.hollow .button.disabled:hover,.button-group.hollow .button[disabled],.button-group.hollow .button[disabled]:focus,.button-group.hollow .button[disabled]:hover {
    border: 1px solid #1779ba;
    color: #1779ba
}

.button-group.hollow .button:focus,.button-group.hollow .button:hover {
    border-color: #0c3d5d;
    color: #0c3d5d
}

.button-group.hollow .button.primary,.button-group.hollow .button.primary.disabled,.button-group.hollow .button.primary.disabled:focus,.button-group.hollow .button.primary.disabled:hover,.button-group.hollow .button.primary[disabled],.button-group.hollow .button.primary[disabled]:focus,.button-group.hollow .button.primary[disabled]:hover,.button-group.hollow.primary .button,.button-group.hollow.primary .button.disabled,.button-group.hollow.primary .button.disabled:focus,.button-group.hollow.primary .button.disabled:hover,.button-group.hollow.primary .button[disabled],.button-group.hollow.primary .button[disabled]:focus,.button-group.hollow.primary .button[disabled]:hover {
    border: 1px solid #1779ba;
    color: #1779ba
}

.button-group.hollow .button.primary:focus,.button-group.hollow .button.primary:hover,.button-group.hollow.primary .button:focus,.button-group.hollow.primary .button:hover {
    border-color: #0c3d5d;
    color: #0c3d5d
}

.button-group.hollow .button.secondary,.button-group.hollow .button.secondary.disabled,.button-group.hollow .button.secondary.disabled:focus,.button-group.hollow .button.secondary.disabled:hover,.button-group.hollow .button.secondary[disabled],.button-group.hollow .button.secondary[disabled]:focus,.button-group.hollow .button.secondary[disabled]:hover,.button-group.hollow.secondary .button,.button-group.hollow.secondary .button.disabled,.button-group.hollow.secondary .button.disabled:focus,.button-group.hollow.secondary .button.disabled:hover,.button-group.hollow.secondary .button[disabled],.button-group.hollow.secondary .button[disabled]:focus,.button-group.hollow.secondary .button[disabled]:hover {
    border: 1px solid #767676;
    color: #767676
}

.button-group.hollow .button.secondary:focus,.button-group.hollow .button.secondary:hover,.button-group.hollow.secondary .button:focus,.button-group.hollow.secondary .button:hover {
    border-color: #3b3b3b;
    color: #3b3b3b
}

.button-group.hollow .button.success,.button-group.hollow .button.success.disabled,.button-group.hollow .button.success.disabled:focus,.button-group.hollow .button.success.disabled:hover,.button-group.hollow .button.success[disabled],.button-group.hollow .button.success[disabled]:focus,.button-group.hollow .button.success[disabled]:hover,.button-group.hollow.success .button,.button-group.hollow.success .button.disabled,.button-group.hollow.success .button.disabled:focus,.button-group.hollow.success .button.disabled:hover,.button-group.hollow.success .button[disabled],.button-group.hollow.success .button[disabled]:focus,.button-group.hollow.success .button[disabled]:hover {
    border: 1px solid #3adb76;
    color: #3adb76
}

.button-group.hollow .button.success:focus,.button-group.hollow .button.success:hover,.button-group.hollow.success .button:focus,.button-group.hollow.success .button:hover {
    border-color: #157539;
    color: #157539
}

.button-group.hollow .button.warning,.button-group.hollow .button.warning.disabled,.button-group.hollow .button.warning.disabled:focus,.button-group.hollow .button.warning.disabled:hover,.button-group.hollow .button.warning[disabled],.button-group.hollow .button.warning[disabled]:focus,.button-group.hollow .button.warning[disabled]:hover,.button-group.hollow.warning .button,.button-group.hollow.warning .button.disabled,.button-group.hollow.warning .button.disabled:focus,.button-group.hollow.warning .button.disabled:hover,.button-group.hollow.warning .button[disabled],.button-group.hollow.warning .button[disabled]:focus,.button-group.hollow.warning .button[disabled]:hover {
    border: 1px solid #ffae00;
    color: #ffae00
}

.button-group.hollow .button.warning:focus,.button-group.hollow .button.warning:hover,.button-group.hollow.warning .button:focus,.button-group.hollow.warning .button:hover {
    border-color: #805700;
    color: #805700
}

.button-group.hollow.alert .button,.button-group.hollow.alert .button.disabled,.button-group.hollow.alert .button.disabled:focus,.button-group.hollow.alert .button.disabled:hover,.button-group.hollow.alert .button[disabled],.button-group.hollow.alert .button[disabled]:focus,.button-group.hollow.alert .button[disabled]:hover,.button-group.hollow .button.alert,.button-group.hollow .button.alert.disabled,.button-group.hollow .button.alert.disabled:focus,.button-group.hollow .button.alert.disabled:hover,.button-group.hollow .button.alert[disabled],.button-group.hollow .button.alert[disabled]:focus,.button-group.hollow .button.alert[disabled]:hover {
    border: 1px solid #cc4b37;
    color: #cc4b37
}

.button-group.hollow.alert .button:focus,.button-group.hollow.alert .button:hover,.button-group.hollow .button.alert:focus,.button-group.hollow .button.alert:hover {
    border-color: #67251a;
    color: #67251a
}

.button-group.clear .button,.button-group.clear .button.disabled,.button-group.clear .button.disabled:focus,.button-group.clear .button.disabled:hover,.button-group.clear .button:focus,.button-group.clear .button:hover,.button-group.clear .button[disabled],.button-group.clear .button[disabled]:focus,.button-group.clear .button[disabled]:hover {
    background-color: transparent;
    border-color: transparent
}

.button-group.clear .button,.button-group.clear .button.disabled,.button-group.clear .button.disabled:focus,.button-group.clear .button.disabled:hover,.button-group.clear .button[disabled],.button-group.clear .button[disabled]:focus,.button-group.clear .button[disabled]:hover {
    color: #1779ba
}

.button-group.clear .button:focus,.button-group.clear .button:hover {
    color: #0c3d5d
}

.button-group.clear .button.primary,.button-group.clear .button.primary.disabled,.button-group.clear .button.primary.disabled:focus,.button-group.clear .button.primary.disabled:hover,.button-group.clear .button.primary[disabled],.button-group.clear .button.primary[disabled]:focus,.button-group.clear .button.primary[disabled]:hover,.button-group.clear.primary .button,.button-group.clear.primary .button.disabled,.button-group.clear.primary .button.disabled:focus,.button-group.clear.primary .button.disabled:hover,.button-group.clear.primary .button[disabled],.button-group.clear.primary .button[disabled]:focus,.button-group.clear.primary .button[disabled]:hover {
    color: #1779ba
}

.button-group.clear .button.primary:focus,.button-group.clear .button.primary:hover,.button-group.clear.primary .button:focus,.button-group.clear.primary .button:hover {
    color: #0c3d5d
}

.button-group.clear .button.secondary,.button-group.clear .button.secondary.disabled,.button-group.clear .button.secondary.disabled:focus,.button-group.clear .button.secondary.disabled:hover,.button-group.clear .button.secondary[disabled],.button-group.clear .button.secondary[disabled]:focus,.button-group.clear .button.secondary[disabled]:hover,.button-group.clear.secondary .button,.button-group.clear.secondary .button.disabled,.button-group.clear.secondary .button.disabled:focus,.button-group.clear.secondary .button.disabled:hover,.button-group.clear.secondary .button[disabled],.button-group.clear.secondary .button[disabled]:focus,.button-group.clear.secondary .button[disabled]:hover {
    color: #767676
}

.button-group.clear .button.secondary:focus,.button-group.clear .button.secondary:hover,.button-group.clear.secondary .button:focus,.button-group.clear.secondary .button:hover {
    color: #3b3b3b
}

.button-group.clear .button.success,.button-group.clear .button.success.disabled,.button-group.clear .button.success.disabled:focus,.button-group.clear .button.success.disabled:hover,.button-group.clear .button.success[disabled],.button-group.clear .button.success[disabled]:focus,.button-group.clear .button.success[disabled]:hover,.button-group.clear.success .button,.button-group.clear.success .button.disabled,.button-group.clear.success .button.disabled:focus,.button-group.clear.success .button.disabled:hover,.button-group.clear.success .button[disabled],.button-group.clear.success .button[disabled]:focus,.button-group.clear.success .button[disabled]:hover {
    color: #3adb76
}

.button-group.clear .button.success:focus,.button-group.clear .button.success:hover,.button-group.clear.success .button:focus,.button-group.clear.success .button:hover {
    color: #157539
}

.button-group.clear .button.warning,.button-group.clear .button.warning.disabled,.button-group.clear .button.warning.disabled:focus,.button-group.clear .button.warning.disabled:hover,.button-group.clear .button.warning[disabled],.button-group.clear .button.warning[disabled]:focus,.button-group.clear .button.warning[disabled]:hover,.button-group.clear.warning .button,.button-group.clear.warning .button.disabled,.button-group.clear.warning .button.disabled:focus,.button-group.clear.warning .button.disabled:hover,.button-group.clear.warning .button[disabled],.button-group.clear.warning .button[disabled]:focus,.button-group.clear.warning .button[disabled]:hover {
    color: #ffae00
}

.button-group.clear .button.warning:focus,.button-group.clear .button.warning:hover,.button-group.clear.warning .button:focus,.button-group.clear.warning .button:hover {
    color: #805700
}

.button-group.clear.alert .button,.button-group.clear.alert .button.disabled,.button-group.clear.alert .button.disabled:focus,.button-group.clear.alert .button.disabled:hover,.button-group.clear.alert .button[disabled],.button-group.clear.alert .button[disabled]:focus,.button-group.clear.alert .button[disabled]:hover,.button-group.clear .button.alert,.button-group.clear .button.alert.disabled,.button-group.clear .button.alert.disabled:focus,.button-group.clear .button.alert.disabled:hover,.button-group.clear .button.alert[disabled],.button-group.clear .button.alert[disabled]:focus,.button-group.clear .button.alert[disabled]:hover {
    color: #cc4b37
}

.button-group.clear.alert .button:focus,.button-group.clear.alert .button:hover,.button-group.clear .button.alert:focus,.button-group.clear .button.alert:hover {
    color: #67251a
}

.button-group.no-gaps .button {
    margin-right: -.0625rem
}

.button-group.no-gaps .button+.button {
    border-left-color: transparent
}

.button-group.stacked,.button-group.stacked-for-medium,.button-group.stacked-for-small {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.button-group.stacked-for-medium .button,.button-group.stacked-for-small .button,.button-group.stacked .button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.button-group.stacked-for-medium .button:last-child,.button-group.stacked-for-small .button:last-child,.button-group.stacked .button:last-child {
    margin-bottom: 0
}

.button-group.stacked-for-medium.expanded .button,.button-group.stacked-for-small.expanded .button,.button-group.stacked.expanded .button {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    margin-right: 0
}

@media print,screen and (min-width: 48.0625em) {
    .button-group.stacked-for-small .button {
        -webkit-box-flex:0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 0
    }
}

@media print,screen and (min-width: 67.5em) {
    .button-group.stacked-for-medium .button {
        -webkit-box-flex:0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 0
    }
}

@media print,screen and (max-width: 48.06125em) {
    .button-group.stacked-for-small.expanded {
        display:block
    }

    .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0
    }
}

@media print,screen and (max-width: 67.49875em) {
    .button-group.stacked-for-medium.expanded {
        display:block
    }

    .button-group.stacked-for-medium.expanded .button {
        display: block;
        margin-right: 0
    }
}

.close-button {
    color: #8a8a8a;
    cursor: pointer;
    position: absolute;
    z-index: 10
}

[data-whatinput=mouse] .close-button {
    outline: 0
}

.close-button:focus,.close-button:hover {
    color: #000
}

.close-button.small {
    font-size: 1.5em;
    line-height: 1;
    right: .66rem;
    top: .33em
}

.close-button,.close-button.medium {
    font-size: 2em;
    line-height: 1;
    right: 1rem;
    top: .5rem
}

.label {
    border-radius: 0;
    cursor: default;
    display: inline-block;
    font-size: .8rem;
    line-height: 1;
    padding: .33333rem .5rem;
    white-space: nowrap
}

.label,.label.primary {
    background: #1779ba;
    color: #fff
}

.label.secondary {
    background: #767676;
    color: #000
}

.label.success {
    background: #3adb76;
    color: #000
}

.label.warning {
    background: #ffae00;
    color: #000
}

.label.alert {
    background: #cc4b37;
    color: #000
}

.progress {
    background-color: #cacaca;
    border-radius: 0;
    height: 1rem;
    margin-bottom: 1rem
}

.progress.primary .progress-meter {
    background-color: #1779ba
}

.progress.secondary .progress-meter {
    background-color: #767676
}

.progress.success .progress-meter {
    background-color: #3adb76
}

.progress.warning .progress-meter {
    background-color: #ffae00
}

.progress.alert .progress-meter {
    background-color: #cc4b37
}

.progress-meter {
    background-color: #1779ba;
    display: block;
    height: 100%;
    position: relative;
    width: 0
}

.progress-meter-text {
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    white-space: nowrap
}

.slider {
    background-color: #e6e6e6;
    cursor: pointer;
    height: .5rem;
    margin-bottom: 2.25rem;
    margin-top: 1.25rem;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.slider-fill {
    background-color: #cacaca;
    display: inline-block;
    height: .5rem;
    left: 0;
    max-width: 100%;
    position: absolute;
    top: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.slider-fill.is-dragging {
    -webkit-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear
}

.slider-handle {
    background-color: #1779ba;
    border-radius: 0;
    display: inline-block;
    height: 1.4rem;
    left: 0;
    position: absolute;
    top: 50%;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 1.4rem;
    z-index: 1
}

[data-whatinput=mouse] .slider-handle {
    outline: 0
}

.slider-handle:hover {
    background-color: #14679e
}

.slider-handle.is-dragging {
    -webkit-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear
}

.slider.disabled,.slider[disabled] {
    cursor: not-allowed;
    opacity: .25
}

.slider.vertical {
    display: inline-block;
    height: 12.5rem;
    margin: 0 1.25rem;
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    width: .5rem
}

.slider.vertical .slider-fill {
    max-height: 100%;
    top: 0;
    width: .5rem
}

.slider.vertical .slider-handle {
    height: 1.4rem;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1.4rem
}

.switch {
    color: #fff;
    font-size: .875rem;
    font-weight: 700;
    height: 2rem;
    margin-bottom: 1rem;
    outline: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.switch-input {
    margin-bottom: 0;
    opacity: 0;
    position: absolute
}

.switch-paddle {
    background: #cacaca;
    border-radius: 0;
    color: inherit;
    cursor: pointer;
    display: block;
    font-weight: inherit;
    height: 2rem;
    position: relative;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    width: 4rem
}

input+.switch-paddle {
    margin: 0
}

.switch-paddle:after {
    background: #fff;
    border-radius: 0;
    content: "";
    display: block;
    height: 1.5rem;
    left: .25rem;
    position: absolute;
    top: .25rem;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    width: 1.5rem
}

input:checked~.switch-paddle {
    background: #1779ba
}

input:checked~.switch-paddle:after {
    left: 2.25rem
}

input:disabled~.switch-paddle {
    cursor: not-allowed;
    opacity: .5
}

[data-whatinput=mouse] input:focus~.switch-paddle {
    outline: 0
}

.switch-active,.switch-inactive {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.switch-active {
    display: none;
    left: 8%
}

input:checked+label>.switch-active {
    display: block
}

.switch-inactive {
    right: 15%
}

input:checked+label>.switch-inactive {
    display: none
}

.switch.tiny {
    height: 1.5rem
}

.switch.tiny .switch-paddle {
    font-size: .625rem;
    height: 1.5rem;
    width: 3rem
}

.switch.tiny .switch-paddle:after {
    height: 1rem;
    left: .25rem;
    top: .25rem;
    width: 1rem
}

.switch.tiny input:checked~.switch-paddle:after {
    left: 1.75rem
}

.switch.small {
    height: 1.75rem
}

.switch.small .switch-paddle {
    font-size: .75rem;
    height: 1.75rem;
    width: 3.5rem
}

.switch.small .switch-paddle:after {
    height: 1.25rem;
    left: .25rem;
    top: .25rem;
    width: 1.25rem
}

.switch.small input:checked~.switch-paddle:after {
    left: 2rem
}

.switch.large {
    height: 2.5rem
}

.switch.large .switch-paddle {
    font-size: 1rem;
    height: 2.5rem;
    width: 5rem
}

.switch.large .switch-paddle:after {
    height: 2rem;
    left: .25rem;
    top: .25rem;
    width: 2rem
}

.switch.large input:checked~.switch-paddle:after {
    left: 2.75rem
}

table {
    border-collapse: collapse;
    border-radius: 0;
    margin-bottom: 1rem;
    width: 100%
}

tbody,tfoot,thead {
    background-color: #fff;
    border: 1px solid #f2f2f2
}

caption {
    font-weight: 700;
    padding: .5rem .625rem .625rem
}

thead {
    background: #f9f9f9;
    color: #000
}

tfoot {
    background: #f2f2f2;
    color: #000
}

tfoot tr,thead tr {
    background: transparent
}

tfoot td,tfoot th,thead td,thead th {
    font-weight: 700;
    padding: .5rem .625rem .625rem;
    text-align: left
}

tbody td,tbody th {
    padding: .5rem .625rem .625rem
}

tbody tr:nth-child(2n) {
    background-color: #f2f2f2;
    border-bottom: 0
}

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

table.unstriped tbody tr {
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2
}

@media print,screen and (max-width: 67.49875em) {
    table.stack tfoot,table.stack thead {
        display:none
    }

    table.stack td,table.stack th,table.stack tr {
        display: block
    }

    table.stack td {
        border-top: 0
    }
}

table.scroll {
    display: block;
    overflow-x: auto;
    width: 100%
}

table.hover thead tr:hover {
    background-color: #f4f4f4
}

table.hover tfoot tr:hover {
    background-color: #ededed
}

table.hover tbody tr:hover {
    background-color: #fafafa
}

table.hover:not(.unstriped) tr:nth-of-type(2n):hover {
    background-color: #ededed
}

.table-scroll {
    overflow-x: auto
}

.badge {
    border-radius: 50%;
    display: inline-block;
    font-size: 75%;
    min-width: 2.1em;
    padding: .3em;
    text-align: center
}

.badge,.badge.primary {
    background: #1779ba;
    color: #fff
}

.badge.secondary {
    background: #767676;
    color: #000
}

.badge.success {
    background: #3adb76;
    color: #000
}

.badge.warning {
    background: #ffae00;
    color: #000
}

.badge.alert {
    background: #cc4b37;
    color: #000
}

.breadcrumbs {
    list-style: none;
    margin: 0 0 1rem
}

.breadcrumbs:after,.breadcrumbs:before {
    content: " ";
    display: table;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.breadcrumbs:after {
    clear: both
}

.breadcrumbs li {
    color: #000;
    cursor: default;
    float: left;
    font-size: .6875rem;
    text-transform: uppercase
}

.breadcrumbs li:not(:last-child):after {
    color: #cacaca;
    content: "/";
    margin: 0 .75rem;
    opacity: 1;
    position: relative
}

.breadcrumbs a {
    color: #1779ba
}

.breadcrumbs a:hover {
    text-decoration: underline
}

.breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed
}

.callout {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.25);
    border-radius: 0;
    color: #000;
    margin: 0 0 1rem;
    padding: 1rem;
    position: relative
}

.callout>:first-child {
    margin-top: 0
}

.callout>:last-child {
    margin-bottom: 0
}

.callout.primary {
    background-color: #d7ecfa;
    color: #000
}

.callout.secondary {
    background-color: #eaeaea;
    color: #000
}

.callout.success {
    background-color: #e1faea;
    color: #000
}

.callout.warning {
    background-color: #fff3d9;
    color: #000
}

.callout.alert {
    background-color: #f7e4e1;
    color: #000
}

.callout.small {
    padding: .5rem
}

.callout.large {
    padding: 3rem
}

.card {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: .25rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 1rem;
    overflow: hidden
}

.card>:last-child {
    margin-bottom: 0
}

.card-divider {
    background: #e6e6e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 1rem
}

.card-divider>:last-child {
    margin-bottom: 0
}

.card-section {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 1rem
}

.card-section>:last-child {
    margin-bottom: 0
}

.card-image {
    min-height: 1px
}

.dropdown-pane {
    background-color: #fff;
    border: 1px solid #cacaca;
    border-radius: 0;
    display: none;
    font-size: 1rem;
    padding: 1rem;
    position: absolute;
    visibility: hidden;
    width: 300px;
    z-index: 10
}

.dropdown-pane.is-opening {
    display: block
}

.dropdown-pane.is-open {
    display: block;
    visibility: visible
}

.dropdown-pane.tiny {
    width: 100px
}

.dropdown-pane.small {
    width: 200px
}

.dropdown-pane.large {
    width: 400px
}

.pagination {
    margin-bottom: 1rem;
    margin-left: 0
}

.pagination:after,.pagination:before {
    content: " ";
    display: table;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.pagination:after {
    clear: both
}

.pagination li {
    border-radius: 0;
    display: none;
    font-size: .875rem;
    margin-right: .0625rem
}

.pagination li:first-child,.pagination li:last-child {
    display: inline-block
}

@media print,screen and (min-width: 48.0625em) {
    .pagination li {
        display:inline-block
    }
}

.pagination a,.pagination button {
    border-radius: 0;
    color: #000;
    display: block;
    padding: .1875rem .625rem
}

.pagination a:hover,.pagination button:hover {
    background: #e6e6e6
}

.pagination .current {
    background: #1779ba;
    color: #fff;
    cursor: default;
    padding: .1875rem .625rem
}

.pagination .disabled {
    color: #cacaca;
    cursor: not-allowed;
    padding: .1875rem .625rem
}

.pagination .disabled:hover {
    background: transparent
}

.pagination .ellipsis:after {
    color: #000;
    content: "\2026";
    padding: .1875rem .625rem
}

.pagination-previous.disabled:before,.pagination-previous a:before {
    content: "\AB";
    display: inline-block;
    margin-right: .5rem
}

.pagination-next.disabled:after,.pagination-next a:after {
    content: "\BB";
    display: inline-block;
    margin-left: .5rem
}

.has-tip {
    border-bottom: 1px dotted #8a8a8a;
    cursor: help;
    display: inline-block;
    font-weight: 700;
    position: relative
}

.tooltip {
    background-color: #000;
    border-radius: 0;
    color: #fff;
    font-size: .875rem;
    max-width: 200px;
    padding: .75rem;
    top: calc(100% + .6495rem);
    z-index: 1200
}

.tooltip,.tooltip:before {
    position: absolute
}

.tooltip.bottom:before {
    border-color: transparent transparent #000;
    border-style: inset inset solid;
    border-width: 0 .75rem .75rem;
    bottom: 100%;
    content: "";
    display: block;
    height: 0;
    width: 0
}

.tooltip.bottom.align-center:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tooltip.top:before {
    border-color: #000 transparent transparent;
    border-style: solid inset inset;
    border-width: .75rem .75rem 0;
    bottom: auto;
    content: "";
    display: block;
    height: 0;
    top: 100%;
    width: 0
}

.tooltip.top.align-center:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tooltip.left:before {
    border-color: transparent transparent transparent #000;
    border-style: inset inset inset solid;
    border-width: .75rem 0 .75rem .75rem;
    content: "";
    display: block;
    height: 0;
    left: 100%;
    width: 0
}

.tooltip.left.align-center:before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tooltip.right:before {
    border-color: transparent #000 transparent transparent;
    border-style: inset solid inset inset;
    border-width: .75rem .75rem .75rem 0;
    content: "";
    display: block;
    height: 0;
    left: auto;
    right: 100%;
    width: 0
}

.tooltip.right.align-center:before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tooltip.align-top:before {
    bottom: auto;
    top: 10%
}

.tooltip.align-bottom:before {
    bottom: 10%;
    top: auto
}

.tooltip.align-left:before {
    left: 10%;
    right: auto
}

.tooltip.align-right:before {
    left: auto;
    right: 10%
}

.accordion {
    background: #fff;
    list-style-type: none;
    margin-left: 0
}

.accordion[disabled] .accordion-title {
    cursor: not-allowed
}

.accordion-item:first-child>:first-child,.accordion-item:last-child>:last-child {
    border-radius: 0 0 0 0
}

.accordion-title {
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    color: #1779ba;
    display: block;
    font-size: .75rem;
    line-height: 1;
    padding: 1.25rem 1rem;
    position: relative
}

:last-child:not(.is-active)>.accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0
}

.accordion-title:focus,.accordion-title:hover {
    background-color: #e6e6e6
}

.accordion-title:before {
    content: "+";
    margin-top: -.5rem;
    position: absolute;
    right: 1rem;
    top: 50%
}

.is-active>.accordion-title:before {
    content: "\2013"
}

.accordion-content {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    color: #000;
    display: none;
    padding: 1rem
}

:last-child>.accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6
}

.media-object {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 1rem
}

.media-object img {
    max-width: none
}

@media print,screen and (max-width: 48.06125em) {
    .media-object.stack-for-small {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

.media-object-section {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.media-object-section:first-child {
    padding-right: 1rem
}

.media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem
}

.media-object-section>:last-child {
    margin-bottom: 0
}

@media print,screen and (max-width: 48.06125em) {
    .stack-for-small .media-object-section {
        -ms-flex-preferred-size:100%;
        flex-basis: 100%;
        max-width: 100%;
        padding: 0 0 1rem
    }

    .stack-for-small .media-object-section img {
        width: 100%
    }
}

.media-object-section.main-section {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.orbit,.orbit-container {
    position: relative
}

.orbit-container {
    height: 0;
    list-style: none;
    margin: 0;
    overflow: hidden
}

.orbit-slide {
    position: absolute;
    width: 100%
}

.orbit-slide.no-motionui.is-active {
    left: 0;
    top: 0
}

.orbit-figure {
    margin: 0
}

.orbit-image {
    margin: 0;
    max-width: 100%;
    width: 100%
}

.orbit-caption {
    background-color: rgba(0,0,0,.5);
    bottom: 0;
    color: #fff;
    margin-bottom: 0;
    padding: 1rem;
    position: absolute;
    width: 100%
}

.orbit-next,.orbit-previous {
    color: #fff;
    padding: 1rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10
}

[data-whatinput=mouse] .orbit-next,[data-whatinput=mouse] .orbit-previous {
    outline: 0
}

.orbit-next:active,.orbit-next:focus,.orbit-next:hover,.orbit-previous:active,.orbit-previous:focus,.orbit-previous:hover {
    background-color: rgba(0,0,0,.5)
}

.orbit-previous {
    left: 0
}

.orbit-next {
    left: auto;
    right: 0
}

.orbit-bullets {
    margin-bottom: .8rem;
    margin-top: .8rem;
    position: relative;
    text-align: center
}

[data-whatinput=mouse] .orbit-bullets {
    outline: 0
}

.orbit-bullets button {
    background-color: #cacaca;
    border-radius: 50%;
    height: 1.2rem;
    margin: .1rem;
    width: 1.2rem
}

.orbit-bullets button.is-active,.orbit-bullets button:hover {
    background-color: #8a8a8a
}

.flex-video,.responsive-embed {
    height: 0;
    margin-bottom: 1rem;
    overflow: hidden;
    padding-bottom: 75%;
    position: relative
}

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

.flex-video.widescreen,.responsive-embed.widescreen {
    padding-bottom: 56.25%
}

.tabs {
    background: #fff;
    border: 1px solid #e6e6e6;
    list-style-type: none;
    margin: 0
}

.tabs:after,.tabs:before {
    content: " ";
    display: table;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.tabs:after {
    clear: both
}

.tabs.vertical>li {
    display: block;
    float: none;
    width: auto
}

.tabs.simple>li>a {
    padding: 0
}

.tabs.simple>li>a:hover {
    background: transparent
}

.tabs.primary {
    background: #1779ba
}

.tabs.primary>li>a {
    color: #fff
}

.tabs.primary>li>a:focus,.tabs.primary>li>a:hover {
    background: #1673b1
}

.tabs-title {
    float: left
}

.tabs-title>a {
    color: #1779ba;
    display: block;
    font-size: .75rem;
    line-height: 1;
    padding: 1.25rem 1.5rem
}

[data-whatinput=mouse] .tabs-title>a {
    outline: 0
}

.tabs-title>a:hover {
    background: #fff;
    color: #1468a0
}

.tabs-title>a:focus,.tabs-title>a[aria-selected=true] {
    background: #e6e6e6;
    color: #1779ba
}

.tabs-content {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-top: 0;
    color: #000;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.tabs-content.vertical {
    border: 1px solid #e6e6e6;
    border-left: 0
}

.tabs-panel {
    display: none;
    padding: 1rem
}

.tabs-panel.is-active {
    display: block
}

.thumbnail {
    border: 4px solid #fff;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.2);
    box-shadow: 0 0 0 1px rgba(0,0,0,.2);
    display: inline-block;
    line-height: 0;
    margin-bottom: 1rem;
    max-width: 100%
}

a.thumbnail {
    -webkit-transition: -webkit-box-shadow .2s ease-out;
    transition: -webkit-box-shadow .2s ease-out;
    -o-transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out,-webkit-box-shadow .2s ease-out
}

a.thumbnail:focus,a.thumbnail:hover {
    -webkit-box-shadow: 0 0 6px 1px rgba(23,121,186,.5);
    box-shadow: 0 0 6px 1px rgba(23,121,186,.5)
}

a.thumbnail image {
    -webkit-box-shadow: none;
    box-shadow: none
}

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative
}

[data-whatinput=mouse] .menu li {
    outline: 0
}

.menu .button,.menu a {
    display: block;
    line-height: 1;
    padding: .7rem 1rem;
    text-decoration: none
}

.menu a,.menu button,.menu input,.menu select {
    margin-bottom: 0
}

.menu input {
    display: inline-block
}

.menu,.menu.horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.menu.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.menu.expanded li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.menu.simple {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.menu.simple li+li {
    margin-left: 1rem
}

.menu.simple a {
    padding: 0
}

@media print,screen and (min-width: 48.0625em) {
    .menu.medium-horizontal {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .menu.medium-vertical {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .menu.medium-expanded li,.menu.medium-simple li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media print,screen and (min-width: 67.5em) {
    .menu.large-horizontal {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .menu.large-vertical {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .menu.large-expanded li,.menu.large-simple li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

.menu.nested {
    margin-left: 1rem;
    margin-right: 0
}

.menu.icon-bottom a,.menu.icon-left a,.menu.icon-right a,.menu.icon-top a,.menu.icons a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.menu.icon-left li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.menu.icon-left li a i,.menu.icon-left li a img,.menu.icon-left li a svg {
    margin-right: .25rem
}

.menu.icon-right li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.menu.icon-right li a i,.menu.icon-right li a img,.menu.icon-right li a svg {
    margin-left: .25rem
}

.menu.icon-top li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.menu.icon-top li a i,.menu.icon-top li a img,.menu.icon-top li a svg {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    margin-bottom: .25rem;
    text-align: center
}

.menu.icon-bottom li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.menu.icon-bottom li a i,.menu.icon-bottom li a img,.menu.icon-bottom li a svg {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    margin-bottom: .25rem;
    text-align: center
}

.menu .active>a,.menu .is-active>a {
    background: #1779ba;
    color: #fff
}

.menu.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.menu.align-right li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.menu.align-right li .submenu li {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.menu.align-right.vertical li {
    display: block;
    text-align: right
}

.menu.align-right.vertical li .submenu li {
    text-align: right
}

.menu.align-right .nested {
    margin-left: 0;
    margin-right: 1rem
}

.menu.align-center li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.menu.align-center li .submenu li {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.menu .menu-text {
    color: inherit;
    font-weight: 700;
    line-height: 1;
    padding: .7rem 1rem
}

.menu-centered>.menu,.menu-centered>.menu li {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.menu-centered>.menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.menu-centered>.menu li .submenu li {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.no-js [data-responsive-menu] ul {
    display: none
}

.menu-icon {
    cursor: pointer;
    display: inline-block;
    height: 16px;
    position: relative;
    vertical-align: middle;
    width: 20px
}

.menu-icon:after {
    background: #fff;
    -webkit-box-shadow: 0 7px 0 #fff,0 14px 0 #fff;
    box-shadow: 0 7px 0 #fff,0 14px 0 #fff;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.menu-icon:hover:after {
    background: #cacaca;
    -webkit-box-shadow: 0 7px 0 #cacaca,0 14px 0 #cacaca;
    box-shadow: 0 7px 0 #cacaca,0 14px 0 #cacaca
}

.menu-icon.dark {
    cursor: pointer;
    display: inline-block;
    height: 16px;
    position: relative;
    vertical-align: middle;
    width: 20px
}

.menu-icon.dark:after {
    background: #000;
    -webkit-box-shadow: 0 7px 0 #000,0 14px 0 #000;
    box-shadow: 0 7px 0 #000,0 14px 0 #000;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.menu-icon.dark:hover:after {
    background: #8a8a8a;
    -webkit-box-shadow: 0 7px 0 #8a8a8a,0 14px 0 #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a,0 14px 0 #8a8a8a
}

.accordion-menu li {
    width: 100%
}

.accordion-menu .is-accordion-submenu a,.accordion-menu a {
    padding: .7rem 1rem
}

.accordion-menu .nested.is-accordion-submenu {
    margin-left: 1rem;
    margin-right: 0
}

.accordion-menu.align-right .nested.is-accordion-submenu {
    margin-left: 0;
    margin-right: 1rem
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a {
    position: relative
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a:after {
    border-color: #1779ba transparent transparent;
    border-style: solid inset inset;
    border-width: 6px 6px 0;
    content: "";
    display: block;
    height: 0;
    margin-top: -3px;
    position: absolute;
    right: 1rem;
    top: 50%;
    width: 0
}

.accordion-menu.align-left .is-accordion-submenu-parent>a:after {
    left: auto;
    right: 1rem
}

.accordion-menu.align-right .is-accordion-submenu-parent>a:after {
    left: 1rem;
    right: auto
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded=true]>a:after {
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.is-accordion-submenu-parent {
    position: relative
}

.has-submenu-toggle>a {
    margin-right: 40px
}

.submenu-toggle {
    cursor: pointer;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px
}

.submenu-toggle:after {
    border-color: #1779ba transparent transparent;
    border-style: solid inset inset;
    border-width: 6px 6px 0;
    bottom: 0;
    content: "";
    display: block;
    height: 0;
    margin: auto;
    top: 0;
    width: 0
}

.submenu-toggle[aria-expanded=true]:after {
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    -webkit-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.submenu-toggle-text {
    border: 0!important;
    clip: rect(0,0,0,0)!important;
    height: 1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    white-space: nowrap!important;
    width: 1px!important
}

.is-drilldown {
    overflow: hidden;
    position: relative
}

.is-drilldown li {
    display: block
}

.is-drilldown.animate-height {
    -webkit-transition: height .5s;
    -o-transition: height .5s;
    transition: height .5s
}

.drilldown a {
    background: #fff;
    padding: .7rem 1rem
}

.drilldown .is-drilldown-submenu {
    background: #fff;
    left: 100%;
    position: absolute;
    top: 0;
    -webkit-transition: -webkit-transform .15s linear;
    transition: -webkit-transform .15s linear;
    -o-transition: -o-transform .15s linear;
    transition: transform .15s linear;
    transition: transform .15s linear,-webkit-transform .15s linear,-o-transform .15s linear;
    width: 100%;
    z-index: -1
}

.drilldown .is-drilldown-submenu.is-active {
    display: block;
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 1
}

.drilldown .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

.drilldown .is-drilldown-submenu a {
    padding: .7rem 1rem
}

.drilldown .nested.is-drilldown-submenu {
    margin-left: 0;
    margin-right: 0
}

.drilldown .drilldown-submenu-cover-previous {
    min-height: 100%
}

.drilldown .is-drilldown-submenu-parent>a {
    position: relative
}

.drilldown .is-drilldown-submenu-parent>a:after {
    margin-top: -6px;
    position: absolute;
    top: 50%
}

.drilldown.align-left .is-drilldown-submenu-parent>a:after,.drilldown .is-drilldown-submenu-parent>a:after {
    border-color: transparent transparent transparent #1779ba;
    border-style: inset inset inset solid;
    border-width: 6px 0 6px 6px;
    content: "";
    display: block;
    height: 0;
    right: 1rem;
    width: 0
}

.drilldown.align-left .is-drilldown-submenu-parent>a:after {
    left: auto
}

.drilldown.align-right .is-drilldown-submenu-parent>a:after {
    display: block;
    left: 1rem;
    right: auto
}

.drilldown.align-right .is-drilldown-submenu-parent>a:after,.drilldown .js-drilldown-back>a:before {
    border-color: transparent #1779ba transparent transparent;
    border-style: inset solid inset inset;
    border-width: 6px 6px 6px 0;
    content: "";
    height: 0;
    width: 0
}

.drilldown .js-drilldown-back>a:before {
    display: block;
    display: inline-block;
    margin-right: .75rem;
    vertical-align: middle
}

.dropdown.menu>li.opens-left>.is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu {
    left: 0;
    right: auto;
    top: 100%
}

.dropdown.menu>li.is-dropdown-submenu-parent>a {
    padding-right: 1.5rem;
    position: relative
}

.dropdown.menu>li.is-dropdown-submenu-parent>a:after {
    border-color: #1779ba transparent transparent;
    border-style: solid inset inset;
    border-width: 6px 6px 0;
    content: "";
    display: block;
    height: 0;
    left: auto;
    margin-top: -3px;
    right: 5px;
    width: 0
}

[data-whatinput=mouse] .dropdown.menu a {
    outline: 0
}

.dropdown.menu>li>a {
    padding: .7rem 1rem
}

.dropdown.menu>li.is-active>a {
    background: transparent;
    color: #1779ba
}

.no-js .dropdown.menu ul {
    display: none
}

.dropdown.menu .nested.is-dropdown-submenu {
    margin-left: 0;
    margin-right: 0
}

.dropdown.menu.vertical>li .is-dropdown-submenu {
    top: 0
}

.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu {
    left: auto;
    right: 100%;
    top: 0
}

.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu {
    left: 100%;
    right: auto
}

.dropdown.menu.vertical>li>a:after {
    right: 14px
}

.dropdown.menu.vertical>li.opens-left>a:after {
    border-color: transparent #1779ba transparent transparent;
    border-style: inset solid inset inset;
    border-width: 6px 6px 6px 0;
    content: "";
    display: block;
    height: 0;
    left: 5px;
    right: auto;
    width: 0
}

.dropdown.menu.vertical>li.opens-right>a:after {
    border-color: transparent transparent transparent #1779ba;
    border-style: inset inset inset solid;
    border-width: 6px 0 6px 6px;
    content: "";
    display: block;
    height: 0;
    width: 0
}

@media print,screen and (min-width: 48.0625em) {
    .dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
        left:auto;
        right: 0;
        top: 100%
    }

    .dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
        left: 0;
        right: auto;
        top: 100%
    }

    .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
        padding-right: 1.5rem;
        position: relative
    }

    .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after {
        border-color: #1779ba transparent transparent;
        border-style: solid inset inset;
        border-width: 6px 6px 0;
        content: "";
        display: block;
        height: 0;
        left: auto;
        margin-top: -3px;
        right: 5px;
        width: 0
    }

    .dropdown.menu.medium-vertical>li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu {
        left: auto;
        right: 100%;
        top: 0
    }

    .dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu {
        left: 100%;
        right: auto
    }

    .dropdown.menu.medium-vertical>li>a:after {
        right: 14px
    }

    .dropdown.menu.medium-vertical>li.opens-left>a:after {
        border-color: transparent #1779ba transparent transparent;
        border-style: inset solid inset inset;
        border-width: 6px 6px 6px 0;
        content: "";
        display: block;
        height: 0;
        left: 5px;
        right: auto;
        width: 0
    }

    .dropdown.menu.medium-vertical>li.opens-right>a:after {
        border-color: transparent transparent transparent #1779ba;
        border-style: inset inset inset solid;
        border-width: 6px 0 6px 6px;
        content: "";
        display: block;
        height: 0;
        width: 0
    }
}

@media print,screen and (min-width: 67.5em) {
    .dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu {
        left:auto;
        right: 0;
        top: 100%
    }

    .dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu {
        left: 0;
        right: auto;
        top: 100%
    }

    .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a {
        padding-right: 1.5rem;
        position: relative
    }

    .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a:after {
        border-color: #1779ba transparent transparent;
        border-style: solid inset inset;
        border-width: 6px 6px 0;
        content: "";
        display: block;
        height: 0;
        left: auto;
        margin-top: -3px;
        right: 5px;
        width: 0
    }

    .dropdown.menu.large-vertical>li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu {
        left: auto;
        right: 100%;
        top: 0
    }

    .dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu {
        left: 100%;
        right: auto
    }

    .dropdown.menu.large-vertical>li>a:after {
        right: 14px
    }

    .dropdown.menu.large-vertical>li.opens-left>a:after {
        border-color: transparent #1779ba transparent transparent;
        border-style: inset solid inset inset;
        border-width: 6px 6px 6px 0;
        content: "";
        display: block;
        height: 0;
        left: 5px;
        right: auto;
        width: 0
    }

    .dropdown.menu.large-vertical>li.opens-right>a:after {
        border-color: transparent transparent transparent #1779ba;
        border-style: inset inset inset solid;
        border-width: 6px 0 6px 6px;
        content: "";
        display: block;
        height: 0;
        width: 0
    }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    left: auto;
    right: 0;
    top: 100%
}

.is-dropdown-menu.vertical {
    width: 100px
}

.is-dropdown-menu.vertical.align-right {
    float: right
}

.is-dropdown-submenu-parent {
    position: relative
}

.is-dropdown-submenu-parent a:after {
    left: auto;
    margin-top: -6px;
    position: absolute;
    right: 5px;
    top: 50%
}

.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu {
    left: auto;
    top: 100%
}

.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu {
    left: auto;
    right: 100%
}

.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu {
    left: 100%;
    right: auto
}

.is-dropdown-submenu {
    background: #fff;
    border: 1px solid #cacaca;
    display: none;
    left: 100%;
    min-width: 200px;
    position: absolute;
    top: 0;
    z-index: 1
}

.dropdown .is-dropdown-submenu a {
    padding: .7rem 1rem
}

.is-dropdown-submenu .is-dropdown-submenu-parent>a:after {
    right: 14px
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a:after {
    border-color: transparent #1779ba transparent transparent;
    border-style: inset solid inset inset;
    border-width: 6px 6px 6px 0;
    content: "";
    display: block;
    height: 0;
    left: 5px;
    right: auto;
    width: 0
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a:after {
    border-color: transparent transparent transparent #1779ba;
    border-style: inset inset inset solid;
    border-width: 6px 0 6px 6px;
    content: "";
    display: block;
    height: 0;
    width: 0
}

.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px
}

.is-dropdown-submenu>li {
    width: 100%
}

.is-dropdown-submenu.js-dropdown-active {
    display: block
}

.is-off-canvas-open {
    overflow: hidden
}

.js-off-canvas-overlay {
    background: hsla(0,0%,100%,.25);
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .5s ease,visibility .5s ease;
    -o-transition: opacity .5s ease,visibility .5s ease;
    transition: opacity .5s ease,visibility .5s ease;
    visibility: hidden;
    width: 100%;
    z-index: 11
}

.js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible
}

.js-off-canvas-overlay.is-closable {
    cursor: pointer
}

.js-off-canvas-overlay.is-overlay-absolute {
    position: absolute
}

.js-off-canvas-overlay.is-overlay-fixed {
    position: fixed
}

.off-canvas-wrapper {
    overflow: hidden;
    position: relative
}

.off-canvas {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #e6e6e6;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease,-o-transform .5s ease;
    z-index: 12
}

[data-whatinput=mouse] .off-canvas {
    outline: 0
}

.off-canvas.is-transition-push {
    z-index: 12
}

.off-canvas.is-closed {
    visibility: hidden
}

.off-canvas.is-transition-overlap {
    z-index: 13
}

.off-canvas.is-transition-overlap.is-open {
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.7);
    box-shadow: 0 0 10px rgba(0,0,0,.7)
}

.off-canvas.is-open {
    -webkit-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
}

.off-canvas-absolute {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #e6e6e6;
    position: absolute;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease,-o-transform .5s ease;
    z-index: 12
}

[data-whatinput=mouse] .off-canvas-absolute {
    outline: 0
}

.off-canvas-absolute.is-transition-push {
    z-index: 12
}

.off-canvas-absolute.is-closed {
    visibility: hidden
}

.off-canvas-absolute.is-transition-overlap {
    z-index: 13
}

.off-canvas-absolute.is-transition-overlap.is-open {
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.7);
    box-shadow: 0 0 10px rgba(0,0,0,.7)
}

.off-canvas-absolute.is-open {
    -webkit-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
}

.position-left {
    height: 100%;
    left: 0;
    overflow-y: auto;
    top: 0;
    width: 250px
}

.off-canvas-content .off-canvas.position-left,.position-left {
    -webkit-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    transform: translateX(-250px)
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
    -webkit-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
}

.off-canvas-content.is-open-left.has-transition-push {
    -webkit-transform: translateX(250px);
    -o-transform: translateX(250px);
    transform: translateX(250px)
}

.position-left.is-transition-push {
    -webkit-box-shadow: inset -13px 0 20px -13px rgba(0,0,0,.25);
    box-shadow: inset -13px 0 20px -13px rgba(0,0,0,.25)
}

.position-right {
    height: 100%;
    overflow-y: auto;
    right: 0;
    top: 0;
    width: 250px
}

.off-canvas-content .off-canvas.position-right,.position-right {
    -webkit-transform: translateX(250px);
    -o-transform: translateX(250px);
    transform: translateX(250px)
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
    -webkit-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
}

.off-canvas-content.is-open-right.has-transition-push {
    -webkit-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    transform: translateX(-250px)
}

.position-right.is-transition-push {
    -webkit-box-shadow: inset 13px 0 20px -13px rgba(0,0,0,.25);
    box-shadow: inset 13px 0 20px -13px rgba(0,0,0,.25)
}

.position-top {
    height: 250px;
    left: 0;
    overflow-x: auto;
    top: 0;
    width: 100%
}

.off-canvas-content .off-canvas.position-top,.position-top {
    -webkit-transform: translateY(-250px);
    -o-transform: translateY(-250px);
    transform: translateY(-250px)
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
    -webkit-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
}

.off-canvas-content.is-open-top.has-transition-push {
    -webkit-transform: translateY(250px);
    -o-transform: translateY(250px);
    transform: translateY(250px)
}

.position-top.is-transition-push {
    -webkit-box-shadow: inset 0 -13px 20px -13px rgba(0,0,0,.25);
    box-shadow: inset 0 -13px 20px -13px rgba(0,0,0,.25)
}

.position-bottom {
    bottom: 0;
    height: 250px;
    left: 0;
    overflow-x: auto;
    width: 100%
}

.off-canvas-content .off-canvas.position-bottom,.position-bottom {
    -webkit-transform: translateY(250px);
    -o-transform: translateY(250px);
    transform: translateY(250px)
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
    -webkit-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
}

.off-canvas-content.is-open-bottom.has-transition-push {
    -webkit-transform: translateY(-250px);
    -o-transform: translateY(-250px);
    transform: translateY(-250px)
}

.position-bottom.is-transition-push {
    -webkit-box-shadow: inset 0 13px 20px -13px rgba(0,0,0,.25);
    box-shadow: inset 0 13px 20px -13px rgba(0,0,0,.25)
}

.off-canvas-content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: none;
    -o-transform: none;
    transform: none
}

.off-canvas-content.has-transition-overlap,.off-canvas-content.has-transition-push {
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease,-o-transform .5s ease
}

.off-canvas-content.has-transition-push,.off-canvas-content .off-canvas.is-open {
    -webkit-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
}

@media print,screen and (min-width: 48.0625em) {
    .position-left.reveal-for-medium {
        -webkit-transform:none;
        -o-transform: none;
        transform: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        visibility: visible;
        z-index: 12
    }

    .position-left.reveal-for-medium .close-button {
        display: none
    }

    .off-canvas-content .position-left.reveal-for-medium {
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-left,.position-left.reveal-for-medium~.off-canvas-content {
        margin-left: 250px
    }

    .position-right.reveal-for-medium {
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        visibility: visible;
        z-index: 12
    }

    .position-right.reveal-for-medium .close-button {
        display: none
    }

    .off-canvas-content .position-right.reveal-for-medium {
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-right,.position-right.reveal-for-medium~.off-canvas-content {
        margin-right: 250px
    }

    .position-top.reveal-for-medium {
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        visibility: visible;
        z-index: 12
    }

    .position-top.reveal-for-medium .close-button {
        display: none
    }

    .off-canvas-content .position-top.reveal-for-medium {
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-top,.position-top.reveal-for-medium~.off-canvas-content {
        margin-top: 250px
    }

    .position-bottom.reveal-for-medium {
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        visibility: visible;
        z-index: 12
    }

    .position-bottom.reveal-for-medium .close-button {
        display: none
    }

    .off-canvas-content .position-bottom.reveal-for-medium {
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-bottom,.position-bottom.reveal-for-medium~.off-canvas-content {
        margin-bottom: 250px
    }
}

@media print,screen and (min-width: 67.5em) {
    .position-left.reveal-for-large {
        -webkit-transform:none;
        -o-transform: none;
        transform: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        visibility: visible;
        z-index: 12
    }

    .position-left.reveal-for-large .close-button {
        display: none
    }

    .off-canvas-content .position-left.reveal-for-large {
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-left,.position-left.reveal-for-large~.off-canvas-content {
        margin-left: 250px
    }

    .position-right.reveal-for-large {
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        visibility: visible;
        z-index: 12
    }

    .position-right.reveal-for-large .close-button {
        display: none
    }

    .off-canvas-content .position-right.reveal-for-large {
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-right,.position-right.reveal-for-large~.off-canvas-content {
        margin-right: 250px
    }

    .position-top.reveal-for-large {
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        visibility: visible;
        z-index: 12
    }

    .position-top.reveal-for-large .close-button {
        display: none
    }

    .off-canvas-content .position-top.reveal-for-large {
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-top,.position-top.reveal-for-large~.off-canvas-content {
        margin-top: 250px
    }

    .position-bottom.reveal-for-large {
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        visibility: visible;
        z-index: 12
    }

    .position-bottom.reveal-for-large .close-button {
        display: none
    }

    .off-canvas-content .position-bottom.reveal-for-large {
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-bottom,.position-bottom.reveal-for-large~.off-canvas-content {
        margin-bottom: 250px
    }
}

@media print,screen and (min-width: 48.0625em) {
    .off-canvas.in-canvas-for-medium {
        background:none;
        height: auto;
        overflow: visible;
        position: static;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        visibility: visible;
        width: auto
    }

    .off-canvas.in-canvas-for-medium.position-bottom,.off-canvas.in-canvas-for-medium.position-left,.off-canvas.in-canvas-for-medium.position-right,.off-canvas.in-canvas-for-medium.position-top {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }

    .off-canvas.in-canvas-for-medium .close-button {
        display: none
    }
}

@media print,screen and (min-width: 67.5em) {
    .off-canvas.in-canvas-for-large {
        background:none;
        height: auto;
        overflow: visible;
        position: static;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        visibility: visible;
        width: auto
    }

    .off-canvas.in-canvas-for-large.position-bottom,.off-canvas.in-canvas-for-large.position-left,.off-canvas.in-canvas-for-large.position-right,.off-canvas.in-canvas-for-large.position-top {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }

    .off-canvas.in-canvas-for-large .close-button {
        display: none
    }
}

html.is-reveal-open {
    overflow-y: hidden;
    position: fixed;
    width: 100%
}

html.is-reveal-open.zf-has-scroll {
    overflow-y: scroll
}

html.is-reveal-open body {
    overflow-y: hidden
}

.reveal-overlay {
    background-color: rgba(0,0,0,.45);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1005
}

.reveal,.reveal-overlay {
    display: none;
    overflow-y: auto
}

.reveal {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #fff;
    border: 1px solid #cacaca;
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    position: relative;
    top: 100px;
    z-index: 1006
}

[data-whatinput=mouse] .reveal {
    outline: 0
}

@media print,screen and (min-width: 48.0625em) {
    .reveal {
        min-height:0
    }
}

.reveal .column {
    min-width: 0
}

.reveal>:last-child {
    margin-bottom: 0
}

@media print,screen and (min-width: 48.0625em) {
    .reveal {
        max-width:1280px;
        width: 600px
    }
}

.reveal.collapse {
    padding: 0
}

@media print,screen and (min-width: 48.0625em) {
    .reveal.tiny {
        max-width:1280px;
        width: 30%
    }
}

@media print,screen and (min-width: 48.0625em) {
    .reveal.small {
        max-width:1280px;
        width: 50%
    }
}

@media print,screen and (min-width: 48.0625em) {
    .reveal.large {
        max-width:1280px;
        width: 90%
    }
}

.reveal.full {
    border: 0;
    border-radius: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    margin-left: 0;
    max-width: none;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 100%
}

@media print,screen and (max-width: 48.06125em) {
    .reveal {
        border:0;
        border-radius: 0;
        bottom: 0;
        height: 100%;
        left: 0;
        margin-left: 0;
        max-width: none;
        min-height: 100%;
        right: 0;
        top: 0;
        width: 100%
    }
}

.reveal.without-overlay {
    position: fixed
}

.sticky,.sticky-container {
    position: relative
}

.sticky {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 0
}

.sticky.is-stuck {
    position: fixed;
    width: 100%;
    z-index: 5
}

.sticky.is-stuck.is-at-top {
    top: 0
}

.sticky.is-stuck.is-at-bottom {
    bottom: 0
}

.sticky.is-anchored {
    left: auto;
    position: relative;
    right: auto
}

.sticky.is-anchored.is-at-bottom {
    bottom: 0
}

.title-bar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #000;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: .5rem
}

.title-bar .menu-icon {
    margin-left: .25rem;
    margin-right: .25rem
}

.title-bar-left,.title-bar-right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.title-bar-right {
    text-align: right
}

.title-bar-title {
    display: inline-block;
    font-weight: 700;
    vertical-align: middle
}

.top-bar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem
}

.top-bar,.top-bar ul {
    background-color: #e6e6e6
}

.top-bar input {
    margin-right: 1rem;
    max-width: 200px
}

.top-bar .input-group-field {
    margin-right: 0;
    width: 100%
}

.top-bar input.button {
    width: auto
}

.top-bar .top-bar-left,.top-bar .top-bar-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media print,screen and (min-width: 48.0625em) {
    .top-bar {
        -ms-flex-wrap:nowrap;
        flex-wrap: nowrap
    }

    .top-bar .top-bar-left {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-right: auto
    }

    .top-bar .top-bar-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-left: auto
    }
}

@media print,screen and (max-width: 67.49875em) {
    .top-bar.stacked-for-medium {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }

    .top-bar.stacked-for-medium .top-bar-left,.top-bar.stacked-for-medium .top-bar-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.top-bar.stacked-for-large {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.top-bar.stacked-for-large .top-bar-left,.top-bar.stacked-for-large .top-bar-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.top-bar-title {
    margin: .5rem 1rem .5rem 0
}

.top-bar-left,.top-bar-right,.top-bar-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-center {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.clearfix:after,.clearfix:before {
    content: " ";
    display: table;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.clearfix:after {
    clear: both
}

.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

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

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

.align-spaced {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.align-left.vertical.menu>li>a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.align-right.vertical.menu>li>a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center.vertical.menu>li>a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-self-top {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.align-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.align-self-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end
}

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

.align-self-middle {
    -ms-flex-item-align: center;
    align-self: center
}

.align-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.align-self-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.align-center-middle {
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.small-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.small-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.small-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.small-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.small-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.small-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

@media print,screen and (min-width: 48.0625em) {
    .medium-order-1 {
        -webkit-box-ordinal-group:2;
        -ms-flex-order: 1;
        order: 1
    }

    .medium-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .medium-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .medium-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .medium-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .medium-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

@media print,screen and (min-width: 67.5em) {
    .large-order-1 {
        -webkit-box-ordinal-group:2;
        -ms-flex-order: 1;
        order: 1
    }

    .large-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .large-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .large-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .large-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .large-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

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

.flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media print,screen and (min-width: 48.0625em) {
    .medium-flex-container {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .medium-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .medium-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .medium-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .medium-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .medium-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .medium-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .medium-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media print,screen and (min-width: 67.5em) {
    .large-flex-container {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .large-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .large-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .large-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .large-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .large-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .large-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .large-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.hide {
    display: none!important
}

.invisible {
    visibility: hidden
}

@media print,screen and (max-width: 48.06125em) {
    .hide-for-small-only {
        display:none!important
    }
}

@media screen and (max-width: 0em),screen and (min-width:48.0625em) {
    .show-for-small-only {
        display:none!important
    }
}

@media print,screen and (min-width: 48.0625em) {
    .hide-for-medium {
        display:none!important
    }
}

@media screen and (max-width: 48.06125em) {
    .show-for-medium {
        display:none!important
    }
}

@media print,screen and (min-width: 48.0625em) and (max-width:67.49875em) {
    .hide-for-medium-only {
        display:none!important
    }
}

@media screen and (max-width: 48.06125em),screen and (min-width:67.5em) {
    .show-for-medium-only {
        display:none!important
    }
}

@media print,screen and (min-width: 67.5em) {
    .hide-for-large {
        display:none!important
    }
}

@media screen and (max-width: 67.49875em) {
    .show-for-large {
        display:none!important
    }
}

@media print,screen and (min-width: 67.5em) {
    .hide-for-large-only {
        display:none!important
    }
}

@media screen and (max-width: 67.49875em) {
    .show-for-large-only {
        display:none!important
    }
}

.screen-reader-text,.show-for-sr,.show-on-focus {
    border: 0!important;
    clip: rect(0,0,0,0)!important;
    height: 1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    white-space: nowrap!important;
    width: 1px!important
}

.screen-reader-text:active,.screen-reader-text:focus,.show-on-focus:active,.show-on-focus:focus {
    clip: auto!important;
    height: auto!important;
    overflow: visible!important;
    position: static!important;
    white-space: normal!important;
    width: auto!important
}

.hide-for-portrait,.show-for-landscape {
    display: block!important
}

@media screen and (orientation: landscape) {
    .hide-for-portrait,.show-for-landscape {
        display:block!important
    }
}

@media screen and (orientation: portrait) {
    .hide-for-portrait,.show-for-landscape {
        display:none!important
    }
}

.hide-for-landscape,.show-for-portrait {
    display: none!important
}

@media screen and (orientation: landscape) {
    .hide-for-landscape,.show-for-portrait {
        display:none!important
    }
}

@media screen and (orientation: portrait) {
    .hide-for-landscape,.show-for-portrait {
        display:block!important
    }
}

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

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

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

.slick-list:focus {
    outline: none
}

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

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

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

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

.slick-track:after {
    clear: both
}

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

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

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

.slick-slide img {
    display: block
}

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

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

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

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

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

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

.slick-loading .slick-list {
    background: #fff url(/wp-content/themes/that-sugar-rf-8172018/dist/styles/ajax-loader_c5cd7f53.gif) 50% no-repeat
}

@font-face {
    font-family: slick;
    font-style: normal;
    font-weight: 400;
    src: url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=);
    src: url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=?#iefix) format("embedded-opentype"),url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(data:font/ttf;base64,AAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("truetype"),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxtZXRhZGF0YT5HZW5lcmF0ZWQgYnkgRm9udGFzdGljLm1lPC9tZXRhZGF0YT4NCjxkZWZzPg0KPGZvbnQgaWQ9InNsaWNrIiBob3Jpei1hZHYteD0iNTEyIj4NCjxmb250LWZhY2UgZm9udC1mYW1pbHk9InNsaWNrIiB1bml0cy1wZXItZW09IjUxMiIgYXNjZW50PSI0ODAiIGRlc2NlbnQ9Ii0zMiIvPg0KPG1pc3NpbmctZ2x5cGggaG9yaXotYWR2LXg9IjUxMiIgLz4NCg0KPGdseXBoIHVuaWNvZGU9IiYjODU5NDsiIGQ9Ik0yNDEgMTEzbDEzMCAxMzBjNCA0IDYgOCA2IDEzIDAgNS0yIDktNiAxM2wtMTMwIDEzMGMtMyAzLTcgNS0xMiA1LTUgMC0xMC0yLTEzLTVsLTI5LTMwYy00LTMtNi03LTYtMTIgMC01IDItMTAgNi0xM2w4Ny04OC04Ny04OGMtNC0zLTYtOC02LTEzIDAtNSAyLTkgNi0xMmwyOS0zMGMzLTMgOC01IDEzLTUgNSAwIDkgMiAxMiA1eiBtMjM0IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4NCjxnbHlwaCB1bmljb2RlPSImIzg1OTI7IiBkPSJNMjk2IDExM2wyOSAzMGM0IDMgNiA3IDYgMTIgMCA1LTIgMTAtNiAxM2wtODcgODggODcgODhjNCAzIDYgOCA2IDEzIDAgNS0yIDktNiAxMmwtMjkgMzBjLTMgMy04IDUtMTMgNS01IDAtOS0yLTEyLTVsLTEzMC0xMzBjLTQtNC02LTgtNi0xMyAwLTUgMi05IDYtMTNsMTMwLTEzMGMzLTMgNy01IDEyLTUgNSAwIDEwIDIgMTMgNXogbTE3OSAxNDNjMC00MC05LTc3LTI5LTExMC0yMC0zNC00Ni02MC04MC04MC0zMy0yMC03MC0yOS0xMTAtMjktNDAgMC03NyA5LTExMCAyOS0zNCAyMC02MCA0Ni04MCA4MC0yMCAzMy0yOSA3MC0yOSAxMTAgMCA0MCA5IDc3IDI5IDExMCAyMCAzNCA0NiA2MCA4MCA4MCAzMyAyMCA3MCAyOSAxMTAgMjkgNDAgMCA3Ny05IDExMC0yOSAzNC0yMCA2MC00NiA4MC04MCAyMC0zMyAyOS03MCAyOS0xMTB6Ii8+DQo8Z2x5cGggdW5pY29kZT0iJiM4MjI2OyIgZD0iTTQ3NSAyNTZjMC00MC05LTc3LTI5LTExMC0yMC0zNC00Ni02MC04MC04MC0zMy0yMC03MC0yOS0xMTAtMjktNDAgMC03NyA5LTExMCAyOS0zNCAyMC02MCA0Ni04MCA4MC0yMCAzMy0yOSA3MC0yOSAxMTAgMCA0MCA5IDc3IDI5IDExMCAyMCAzNCA0NiA2MCA4MCA4MCAzMyAyMCA3MCAyOSAxMTAgMjkgNDAgMCA3Ny05IDExMC0yOSAzNC0yMCA2MC00NiA4MC04MCAyMC0zMyAyOS03MCAyOS0xMTB6Ii8+DQo8Z2x5cGggdW5pY29kZT0iJiM5NzsiIGQ9Ik00NzUgNDM5bDAtMTI4YzAtNS0xLTktNS0xMy00LTQtOC01LTEzLTVsLTEyOCAwYy04IDAtMTMgMy0xNyAxMS0zIDctMiAxNCA0IDIwbDQwIDM5Yy0yOCAyNi02MiAzOS0xMDAgMzktMjAgMC0zOS00LTU3LTExLTE4LTgtMzMtMTgtNDYtMzItMTQtMTMtMjQtMjgtMzItNDYtNy0xOC0xMS0zNy0xMS01NyAwLTIwIDQtMzkgMTEtNTcgOC0xOCAxOC0zMyAzMi00NiAxMy0xNCAyOC0yNCA0Ni0zMiAxOC03IDM3LTExIDU3LTExIDIzIDAgNDQgNSA2NCAxNSAyMCA5IDM4IDIzIDUxIDQyIDIgMSA0IDMgNyAzIDMgMCA1LTEgNy0zbDM5LTM5YzItMiAzLTMgMy02IDAtMi0xLTQtMi02LTIxLTI1LTQ2LTQ1LTc2LTU5LTI5LTE0LTYwLTIwLTkzLTIwLTMwIDAtNTggNS04NSAxNy0yNyAxMi01MSAyNy03MCA0Ny0yMCAxOS0zNSA0My00NyA3MC0xMiAyNy0xNyA1NS0xNyA4NSAwIDMwIDUgNTggMTcgODUgMTIgMjcgMjcgNTEgNDcgNzAgMTkgMjAgNDMgMzUgNzAgNDcgMjcgMTIgNTUgMTcgODUgMTcgMjggMCA1NS01IDgxLTE1IDI2LTExIDUwLTI2IDcwLTQ1bDM3IDM3YzYgNiAxMiA3IDIwIDQgOC00IDExLTkgMTEtMTd6Ii8+DQo8L2ZvbnQ+PC9kZWZzPjwvc3ZnPg0K#slick) format("svg")
}

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

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

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

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

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

.slick-prev {
    left: -25px
}

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

.slick-prev:before {
    content: "\2190"
}

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

.slick-next {
    right: -25px
}

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

.slick-next:before {
    content: "\2192"
}

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

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

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

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    position: relative
}

.slick-dots li,.slick-dots li button {
    cursor: pointer;
    height: 20px;
    width: 20px
}

.slick-dots li button {
    background: transparent;
    border: 0;
    color: transparent;
    display: block;
    font-size: 0;
    line-height: 0;
    outline: none;
    padding: 5px
}

.slick-dots li button:focus,.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #000;
    content: "\2022";
    font-family: slick;
    font-size: 6px;
    height: 20px;
    left: 0;
    line-height: 20px;
    opacity: .25;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

body {
    color: #3a3a3a;
    font-family: Muli,sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    overflow-x: hidden;
    width: 100vw
}

body:after {
    background: hsla(0,0%,93%,.8);
    content: "";
    height: 100vh;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    visibility: hidden;
    width: 100vw;
    z-index: 101
}

body.menu-open:after {
    background: hsla(0,0%,93%,.8);
    opacity: 1;
    visibility: visible
}

.announcement.blur,.footer-cta.blur,.off-canvas.blur,.site-footer.blur,.site-header.blur,.wrap.blur {
    -webkit-filter: blur(1px);
    filter: blur(1px)
}

@media print,screen and (min-width: 48.0625em) {
    .announcement.blur,.footer-cta.blur,.off-canvas.blur,.site-footer.blur,.site-header.blur,.wrap.blur {
        -webkit-filter:blur(3px);
        filter: blur(3px)
    }
}

h1,h2,h3,h4,h5,h6 {
    font-family: Muli,sans-serif;
    font-weight: 900
}

h1 {
    font-size: 24px
}

@media print,screen and (min-width: 48.0625em) {
    h1 {
        font-size:32px
    }
}

h2,h3 {
    font-size: 22px
}

@media print,screen and (min-width: 48.0625em) {
    h2,h3 {
        font-size:28px
    }
}

h4,h5 {
    font-size: 18px
}

@media print,screen and (min-width: 48.0625em) {
    h4,h5 {
        font-size:20px
    }
}

h6 {
    font-size: 18px
}

h7 {
    font-size: 16px
}

.page-title {
    background: #383771;
    color: #fff;
    font-size: 18px;
    margin: 0;
    padding: 10px;
    text-align: center;
    width: 100%
}

.page-title a {
    color: #fff
}

.wrap {
    padding-top: 106px
}

@media print,screen and (min-width: 48.0625em) {
    .wrap {
        padding-top:132px
    }
}

.page-kick-sugar-in-30-days-data .site-header {
    top: 0
}

@media print,screen and (min-width: 48.0625em) {
    .page-kick-sugar-in-30-days-data .site-header {
        top:0
    }
}

.page-kick-sugar-in-30-days-data .wrap {
    padding-top: 70px
}

@media print,screen and (min-width: 48.0625em) {
    .page-kick-sugar-in-30-days-data .wrap {
        padding-top:90px
    }
}

.grid-container {
    padding-left: 25px;
    padding-right: 25px
}

@media print,screen and (min-width: 48.0625em) {
    .grid-container {
        padding-left:.9375rem;
        padding-right: .9375rem
    }
}

@media print,screen and (min-width: 48.0625em) {
    .grid-container--small {
        max-width:1080px
    }
}

.container {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%!important;
    padding-left: 0;
    padding-right: 0
}

.site-header .grid-container {
    padding-left: .9375rem;
    padding-right: .9375rem
}

.reveal {
    border: 0;
    border-radius: 4px;
    padding: 40px
}

.reveal:focus {
    outline: 0
}

.reveal__title {
    color: #383771
}

.reveal__button {
    display: inline-block;
    margin-top: 20px
}

#included:before {
    content: "";
    display: block;
    margin-top: -160px;
    padding-top: 160px
}

@media print,screen and (min-width: 48.0625em) {
    #included:before {
        margin-top:-200px;
        padding-top: 200px
    }
}

p {
    font-size: 16px;
    line-height: 24px
}

button,input,select,span,textarea {
    font-family: Muli,sans-serif;
    font-size: 16px;
    font-weight: 500
}

.slick-loading .slick-list {
    background: none!important
}

.slick-slider .slick-arrow.slick-disabled {
    opacity: 0
}

.slick-slider .slick-arrow {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.slick-slider .slick-next {
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    height: 38px;
    right: 0;
    width: 38px;
    z-index: 105
}

.slick-slider .slick-next:before {
    color: #9b9b9b;
    content: "\F3D3";
    display: inline-block;
    font-family: Ionicons;
    padding-left: 2px;
    vertical-align: middle
}

.slick-slider .slick-dots {
    bottom: 20px;
    z-index: 99
}

.slick-slider .slick-dots li {
    margin: 0 5px;
    width: 15px
}

.slick-slider .slick-dots li button {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    height: 10px;
    width: 10px
}

.slick-slider .slick-dots li button:before {
    display: none
}

.slick-slider .slick-dots li.slick-active button {
    background: #fff
}

.slick-slider .slick-prev {
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    height: 38px;
    left: 0;
    width: 38px;
    z-index: 105
}

.slick-slider .slick-prev:before {
    color: #9b9b9b;
    content: "\F3D2";
    display: inline-block;
    font-family: Ionicons;
    padding-right: 2px;
    vertical-align: middle
}

.about-us-header .banner__item:after {
    display: none
}

.animate-block {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

.animate-block.come-in {
    opacity: 1;
    -webkit-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
}

.item {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

.item.come-in {
    opacity: 1;
    -webkit-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
}

.animate-now {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

.animate-now.come-in {
    opacity: 1;
    -webkit-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
}

@-webkit-keyframes elastic {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    20% {
        -webkit-transform: scale(1.03);
        transform: scale(1.03)
    }

    40% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    60% {
        -webkit-transform: scale(1.0025);
        transform: scale(1.0025)
    }

    80% {
        -webkit-transform: scale(.986);
        transform: scale(.986)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-o-keyframes elastic {
    0% {
        -o-transform: scale(1);
        transform: scale(1)
    }

    20% {
        -o-transform: scale(1.03);
        transform: scale(1.03)
    }

    40% {
        -o-transform: scale(.95);
        transform: scale(.95)
    }

    60% {
        -o-transform: scale(1.0025);
        transform: scale(1.0025)
    }

    80% {
        -o-transform: scale(.986);
        transform: scale(.986)
    }

    to {
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes elastic {
    0% {
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    20% {
        -webkit-transform: scale(1.03);
        -o-transform: scale(1.03);
        transform: scale(1.03)
    }

    40% {
        -webkit-transform: scale(.95);
        -o-transform: scale(.95);
        transform: scale(.95)
    }

    60% {
        -webkit-transform: scale(1.0025);
        -o-transform: scale(1.0025);
        transform: scale(1.0025)
    }

    80% {
        -webkit-transform: scale(.986);
        -o-transform: scale(.986);
        transform: scale(.986)
    }

    to {
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}

@-o-keyframes scale {
    0% {
        -o-transform: scale(1);
        transform: scale(1)
    }

    to {
        -o-transform: scale(1.05);
        transform: scale(1.05)
    }
}

@keyframes scale {
    0% {
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05)
    }
}

.btn {
    background: #fff;
    border-radius: 30px;
    color: #ff3368;
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    padding: 14px 43px 17px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

@media print,screen and (min-width: 48.0625em) {
    .btn:hover {
        background:#383771;
        color: #fff
    }
}

.btn--outline {
    border: 1px solid #383771;
    color: #383771
}

.btn--orange {
    background: #f3b337;
    color: #fff
}

.btn--orange:active,.btn--orange:focus {
    color: #fff
}

@media print,screen and (min-width: 48.0625em) {
    .btn--orange:hover {
        background:#383771;
        color: #fff
    }
}

.btn--pink {
    background: #ff3368;
    color: #fff
}

.btn--pink:active,.btn--pink:focus {
    color: #fff
}

@media print,screen and (min-width: 48.0625em) {
    .btn--pink:hover {
        background:#383771;
        color: #fff
    }
}

.form {
    background: #eee;
    padding: 40px 0
}

.form .gform_heading {
    margin-bottom: 30px
}

.form .gform_wrapper {
    margin-top: 0
}

.form .gform_wrapper h3.gform_title {
    color: #383771;
    font-size: 28px;
    font-weight: 900;
    margin: 0 0 22px
}

.form .gform_wrapper .gfield_label {
    display: none!important
}

.form .gform_wrapper .gform_body:after {
    clear: both;
    content: "";
    display: block
}

.form .gform_wrapper ul {
    list-style: none;
    margin: 0
}

.form .gform_wrapper ul .gsection {
    margin-bottom: 0
}

.form .gform_wrapper ul .gsection h2 {
    color: #383771;
    font-size: 28px;
    font-weight: 900;
    margin: 0 0 22px
}

.form .gform_wrapper li {
    margin: 0 0 30px;
    position: relative
}

.form .gform_wrapper li.gfield_error input,.form .gform_wrapper li.gfield_error select,.form .gform_wrapper li.gfield_error textarea {
    border: 1px solid red
}

.form .gform_wrapper input {
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 100px;
    color: #3a3a3a;
    font-size: 16px;
    height: 50px;
    padding: 0 24px!important;
    width: 100%!important
}

.form .gform_wrapper input::-webkit-input-placeholder {
    color: #ccc
}

.form .gform_wrapper input:-ms-input-placeholder,.form .gform_wrapper input::-ms-input-placeholder {
    color: #ccc
}

.form .gform_wrapper input::placeholder {
    color: #ccc
}

.form .gform_wrapper textarea {
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 0;
    color: #3a3a3a;
    font-size: 16px;
    padding: 24px;
    width: 100%!important
}

.form .gform_wrapper textarea::-webkit-input-placeholder {
    color: #3a3a3a
}

.form .gform_wrapper textarea:-ms-input-placeholder,.form .gform_wrapper textarea::-ms-input-placeholder {
    color: #3a3a3a
}

.form .gform_wrapper textarea::placeholder {
    color: #3a3a3a
}

.form .gform_wrapper select {
    background-position: right -.25rem center!important;
    border: 1px solid #aaa;
    border-radius: 100px;
    height: 50px;
    margin-bottom: 0;
    padding: 0 24px!important;
    width: 100%!important
}

.form .gform_wrapper ul li {
    float: left;
    padding-right: 0!important;
    width: 100%
}

.form .gform_wrapper ul li:after {
    clear: both;
    content: "";
    display: block
}

.form .gform_wrapper ul li input {
    margin-bottom: 0
}

.form .gform_wrapper ul li.half-left {
    clear: none;
    width: 100%
}

.form .gform_wrapper ul li.half-left input,.form .gform_wrapper ul li.half-left select {
    width: 100%!important
}

@media print,screen and (min-width: 48.0625em) {
    .form .gform_wrapper ul li.half-left {
        float:left;
        width: 48.5%
    }
}

.form .gform_wrapper ul li.half-right {
    clear: right;
    width: 100%
}

.form .gform_wrapper ul li.half-right input,.form .gform_wrapper ul li.half-right select {
    width: 100%!important
}

@media print,screen and (min-width: 48.0625em) {
    .form .gform_wrapper ul li.half-right {
        float:right;
        width: 48.5%
    }
}

.form .gform_wrapper #input_4_13 {
    margin-top: -20px
}

.form .gform_wrapper #field_3_7 label,.form .gform_wrapper #field_5_5 label,.form .gform_wrapper #field_5_6 label,.form .gform_wrapper #field_5_7 label,.form .gform_wrapper #field_5_9 label,.form .gform_wrapper #field_5_10 label,.form .gform_wrapper #field_5_11 label,.form .gform_wrapper #field_5_12 label,.form .gform_wrapper #field_5_13 label,.form .gform_wrapper #field_5_14 label {
    display: block!important;
    font-size: 14px;
    font-weight: 700
}

.form .gform_wrapper #field_3_7 span label,.form .gform_wrapper #field_5_5 span label,.form .gform_wrapper #field_5_6 span label,.form .gform_wrapper #field_5_7 span label,.form .gform_wrapper #field_5_9 span label,.form .gform_wrapper #field_5_10 span label,.form .gform_wrapper #field_5_11 span label,.form .gform_wrapper #field_5_12 span label,.form .gform_wrapper #field_5_13 span label,.form .gform_wrapper #field_5_14 span label {
    font-size: 12px;
    font-weight: 500
}

.form .gform_wrapper .address_city,.form .gform_wrapper .address_country,.form .gform_wrapper .address_state,.form .gform_wrapper .address_zip {
    clear: none;
    width: 100%
}

.form .gform_wrapper .address_city input,.form .gform_wrapper .address_city select,.form .gform_wrapper .address_country input,.form .gform_wrapper .address_country select,.form .gform_wrapper .address_state input,.form .gform_wrapper .address_state select,.form .gform_wrapper .address_zip input,.form .gform_wrapper .address_zip select {
    width: 100%!important
}

@media print,screen and (min-width: 48.0625em) {
    .form .gform_wrapper .address_city,.form .gform_wrapper .address_country,.form .gform_wrapper .address_state,.form .gform_wrapper .address_zip {
        float:left;
        width: 48.5%
    }
}

@media print,screen and (min-width: 48.0625em) {
    .form .gform_wrapper .address_country,.form .gform_wrapper .address_state {
        float:right
    }
}

.form .gform_wrapper .gform_footer {
    margin-top: 20px
}

.form .gform_wrapper .gform_footer input[type=submit] {
    background: #ff3368;
    border: 0;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    min-width: 180px;
    padding: 14px 43px 17px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: auto!important
}

.form .gform_wrapper .gform_footer input[type=submit]:focus {
    outline: 0
}

@media print,screen and (min-width: 48.0625em) {
    .form .gform_wrapper .gform_footer input[type=submit]:hover {
        background:#383771;
        color: #fff
    }
}

.form .gform_wrapper .gfield_radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.form .gform_wrapper .gfield_radio li {
    width: 48%
}

@media print,screen and (min-width: 48.0625em) {
    .form .gform_wrapper .gfield_radio li {
        width:23%
    }
}

@media print,screen and (min-width: 67.5em) {
    .form .gform_wrapper .gfield_radio li {
        width:12%
    }
}

.form .gform_wrapper .gfield_radio li input[type=radio]:checked+label,.form .gform_wrapper .gfield_radio li input[type=radio]:not(:checked)+label {
    font-size: 15px;
    font-weight: 400;
    margin-left: 0
}

.form .gform_wrapper .gfield_radio li [type=radio]:checked,.form .gform_wrapper .gfield_radio li input[type=radio]:not(:checked) {
    left: -9999px;
    position: absolute!important
}

.form .gform_wrapper .gfield_radio li [type=radio]:checked+label,.form .gform_wrapper .gfield_radio li input[type=radio]:not(:checked)+label {
    color: #3a3a3a;
    cursor: pointer!important;
    font-size: 14px;
    line-height: 1.4;
    padding-left: 30px!important;
    position: relative!important
}

.form .gform_wrapper .gfield_radio li [type=radio]:checked+label a,.form .gform_wrapper .gfield_radio li input[type=radio]:not(:checked)+label a {
    color: #fff;
    text-decoration: underline
}

.form .gform_wrapper .gfield_radio li [type=radio]:checked+label:before,.form .gform_wrapper .gfield_radio li input[type=radio]:not(:checked)+label:before {
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 50%;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px
}

.form .gform_wrapper .gfield_radio li [type=radio]:checked+label:after,.form .gform_wrapper .gfield_radio li input[type=radio]:not(:checked)+label:after {
    background-color: #ff3368;
    border-radius: 50%;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    width: 20px
}

.form .gform_wrapper .gfield_radio li input[type=radio]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.form .gform_wrapper .gfield_radio li input[type=radio]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.form .gform_wrapper .gfield_radio li [type=radio]:disabled:checked+label:before,.form .gform_wrapper .gfield_radio li input[type=radio]:disabled:not(:checked)+label:before {
    background-color: #ddd;
    border-color: #bbb;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form .gform_wrapper .gfield_radio li input[type=radio]:disabled:checked+label:after {
    color: #999
}

.form .gform_wrapper .gfield_radio li input[type=radio]:disabled+label {
    color: #aaa
}

.form #field_4_17 {
    display: none
}

.form .gform_wrapper .gform_card_icon_container {
    height: 32px;
    margin: 8px 0 6px
}

.form .gform_wrapper div.gform_card_icon {
    background-image: url(/wp-content/themes/that-sugar-rf-8172018/dist/images/gf-creditcard-icons_982b1e09.png);
    background-repeat: no-repeat;
    float: left;
    height: 32px;
    margin-right: 4px;
    text-indent: -9000px;
    width: 36px
}

.form .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
    background-position: 0 0
}

.form .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
    background-position: 0 -32px
}

.form .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
    background-position: 0 -64px
}

.form .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
    background-position: -36px 0
}

.form .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
    background-position: -36px -32px
}

.form .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
    background-position: -36px -64px
}

.form .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
    background-position: -72px 0
}

.form .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
    background-position: -72px -32px
}

.form .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
    background-position: -72px -64px
}

.form .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
    background-position: -108px 0
}

.form .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
    background-position: -108px -32px
}

.form .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
    background-position: -108px -64px
}

.form .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
    background-position: -144px 0
}

.form .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
    background-position: -144px -32px
}

.form .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
    background-position: -144px -64px
}

.form .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
    background-position: -180px 0
}

.form .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
    background-position: -180px -32px
}

.form .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
    background-position: -180px -64px
}

.form .gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa {
    background-position: 0 -192px
}

.form .gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
    background-position: 0 -224px
}

.form .gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
    background-position: 0 -256px
}

.form .gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard {
    background-position: -36px -192px
}

.form .gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
    background-position: -36px -224px
}

.form .gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
    background-position: -36px -256px
}

.form .gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex {
    background-position: -72px -192px
}

.form .gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
    background-position: -72px -224px
}

.form .gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
    background-position: -72px -256px
}

.form .gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover {
    background-position: -108px -192px
}

.form .gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
    background-position: -108px -224px
}

.form .gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
    background-position: -108px -256px
}

.form .gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro {
    background-position: -144px -192px
}

.form .gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
    background-position: -144px -224px
}

.form .gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
    background-position: -144px -256px
}

.form .gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb {
    background-position: -180px -192px
}

.form .gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
    background-position: -180px -224px
}

.form .gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
    background-position: -180px -256px
}

.form .gform_card_icon_container input[type=radio]#gform_payment_method_creditcard {
    float: left;
    position: relative;
    top: 4px!important
}

.form .ginput_container_creditcard label {
    margin-bottom: 10px
}

.form .gform_wrapper .ginput_complex .ginput_cardinfo_left {
    float: left;
    min-width: 85px!important;
    width: 100%
}

@media print,screen and (min-width: 48.0625em) {
    .form .gform_wrapper .ginput_complex .ginput_cardinfo_left {
        width:64%
    }
}

.form .gform_wrapper .ginput_complex .ginput_cardinfo_left #input_4_10_2_month {
    float: left;
    margin-bottom: 0;
    width: 48%!important
}

.form .gform_wrapper .ginput_complex .ginput_cardinfo_left #input_4_10_2_year {
    float: right;
    margin-bottom: 0;
    width: 48%!important
}

.form .gform_wrapper .ginput_complex .ginput_cardinfo_left label {
    clear: both;
    display: block
}

.form .gform_wrapper .ginput_complex .ginput_cardinfo_right {
    float: right;
    min-width: 85px!important;
    position: relative;
    width: 100%
}

@media print,screen and (min-width: 48.0625em) {
    .form .gform_wrapper .ginput_complex .ginput_cardinfo_right {
        width:32%
    }
}

.form .gform_wrapper .ginput_complex .ginput_cardinfo_right input {
    display: inline-block;
    width: 100%
}

.form .gform_wrapper .ginput_complex .ginput_cardinfo_right .ginput_card_security_code_icon {
    display: inline-block
}

.form .gform_wrapper .ginput_complex .ginput_cardinfo_right label {
    clear: both;
    display: block
}

.form .gform_wrapper .ginput_complex .ginput_cardinfo_left label,.form .gform_wrapper .ginput_complex .ginput_cardinfo_right label {
    white-space: nowrap!important
}

.form .gform_wrapper .ginput_complex span.ginput_cardextras {
    display: block;
    overflow: hidden
}

.form .gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container {
    display: block;
    min-width: 160px!important;
    position: relative
}

.form .gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container select {
    margin-bottom: 8px
}

.form .gform_wrapper .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
    max-width: 50%!important
}

.form .gform_wrapper .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
    background-image: url(/wp-content/themes/that-sugar-rf-8172018/dist/images/gf-creditcard-icons_982b1e09.png);
    background-position: 0 -128px;
    background-repeat: no-repeat;
    display: -moz-inline-stack;
    display: inline-block;
    height: 23px;
    left: 6px;
    position: relative;
    top: -1px;
    width: 32px
}

.form #gform_wrapper_4 .gform_title,.validation_error {
    display: none
}

.validation_message {
    color: red;
    font-size: 13px;
    position: absolute
}

.gform_confirmation_message {
    font-size: 20px;
    line-height: 1.2;
    padding: 40px 0
}

@media print,screen and (min-width: 48.0625em) {
    .gform_confirmation_message {
        font-size:24px;
        padding: 40px 0
    }
}

.gform_footer {
    position: relative
}

.gform_footer img {
    height: 100px!important;
    position: absolute;
    right: 0;
    top: -20px;
    width: 100px!important
}

.alignnone {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%
}

.aligncenter {
    display: block;
    height: auto;
    margin: .9375rem auto
}

@media print,screen and (min-width: 48.0625em) {
    .aligncenter {
        margin:1.25rem auto
    }
}

.alignleft,.alignright {
    height: auto;
    margin-bottom: .9375rem
}

@media print,screen and (min-width: 48.0625em) {
    .alignleft,.alignright {
        margin-bottom:1.25rem
    }
}

@media print,screen and (min-width: 48.0625em) {
    .alignleft {
        float:left;
        margin-right: 1.25rem
    }

    .alignright {
        float: right;
        margin-left: 1.25rem
    }
}

.off-canvas {
    background: #383771;
    height: 100vh;
    max-width: 100%;
    opacity: 0;
    overflow: scroll;
    position: fixed;
    right: -375px;
    text-align: center;
    top: 0;
    visibility: hidden;
    width: 375px;
    z-index: 102
}

.off-canvas,.off-canvas__close {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.off-canvas__close {
    height: 23px;
    left: 24px;
    position: absolute;
    top: 24px;
    width: 23px
}

@media print,screen and (min-width: 48.0625em) {
    .off-canvas__close:hover {
        -webkit-transform:scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05)
    }
}

.off-canvas.menu-open {
    opacity: 1;
    right: 0;
    visibility: visible
}

.off-canvas__list {
    list-style: none;
    margin: 60px 0 0;
    padding: 0 0 0 105px;
    text-align: left
}

.off-canvas__list li {
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 0
}

.off-canvas__list li img {
    margin-right: 6px;
    width: 30px
}

.off-canvas__list a {
    color: #fff;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

@media print,screen and (min-width: 48.0625em) {
    .off-canvas__list a:hover {
        color:#ff3368
    }
}

.slider-block {
    height: 100%;
    margin-bottom: 0!important;
    min-height: 500px;
    width: 100vw
}

@media print,screen and (min-width: 48.0625em) {
    .slider-block {
        height:690px
    }
}

.slider-block__item {
    background-position: 50%;
    background-size: cover;
    height: 100%;
    min-height: 500px;
    padding: 140px 0 80px;
    width: 100vw
}

@media print,screen and (min-width: 48.0625em) {
    .slider-block__item {
        height:690px;
        padding: 0
    }
}

.slider-block__item:after {
    background-image: -webkit-linear-gradient(269deg,transparent,rgba(0,0,0,.29));
    background-image: -o-linear-gradient(269deg,transparent,rgba(0,0,0,.29));
    background-image: linear-gradient(-179deg,transparent,rgba(0,0,0,.29));
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%
}

@media print,screen and (min-width: 48.0625em) {
    .slider-block__item:after {
        bottom:2px;
        height: 690px
    }
}

.slider-block__item-title {
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    line-height: 36px;
    margin-bottom: 20px
}

@media print,screen and (min-width: 48.0625em) {
    .slider-block__item-title {
        font-size:36px;
        line-height: 44px
    }
}

.slider-block__item-content {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px
}

@media print,screen and (min-width: 48.0625em) {
    .slider-block__item-content {
        font-size:24px;
        line-height: 30px
    }
}

.slider-block__button {
    display: inline-block;
    margin-top: 60px
}

.slider-block__button:active,.slider-block__button:focus {
    color: #fff;
    outline: 0
}

.slider-block__upsell {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin-left: 20px;
    vertical-align: middle
}

.slider-block .cell {
    height: 100%;
    position: relative
}

@media print,screen and (min-width: 48.0625em) {
    .slider-block .cell {
        height:690px
    }
}

.slider-block__content {
    position: relative;
    z-index: 105
}

@media print,screen and (min-width: 48.0625em) {
    .slider-block__content {
        bottom:72px;
        position: absolute
    }
}

.slider-block .slick-dots {
    bottom: 30px;
    margin: 0 auto;
    max-width: 690px;
    text-align: center;
    z-index: 0!important
}

@media print,screen and (min-width: 48.0625em) {
    .slider-block .slick-dots {
        bottom:90px;
        margin-right: 50px;
        padding-right: 22px;
        position: relative;
        text-align: right
    }
}

.slider-block .slick-dots li {
    margin: 0 6px
}

.slider-block .slick-dots li button {
    background: hsla(0,0%,100%,.6);
    border: 0;
    height: 12px;
    width: 12px
}

.slider-block .slick-dots li.slick-active button {
    background: #fff
}

.slider-block--basic,.slider-block--basic .slick-slide,.slider-block--basic .slider-block__item {
    height: 690px;
    min-height: 554px
}

.slider-block--basic .slider-block__item:after {
    bottom: auto;
    height: 690px;
    min-height: 554px;
    top: 0
}

.slider-block--basic .slider-block__item .cell {
    height: 690px;
    min-height: 554px
}

.popup {
    display: none;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 9999
}

.popup__overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.popup__logo img {
    height: 54px;
    width: 115px
}

.popup__inner {
    background: #383771;
    bottom: 0;
    left: 0;
    max-width: 100%;
    padding: 20px;
    position: fixed;
    text-align: center;
    width: 100%
}

@media print,screen and (min-width: 48.0625em) {
    .popup__inner {
        bottom:auto;
        left: 50%;
        max-width: 90%;
        padding: 10px 30px 40px;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 550px
    }
}

.popup__inner h4 {
    color: #f3b337;
    font-size: 13px;
    line-height: 1.2;
    margin: 10px auto 20px
}

@media print,screen and (min-width: 48.0625em) {
    .popup__inner h4 {
        font-size:28px;
        margin: 20px auto 15px;
        max-width: 520px
    }
}

.popup__inner p {
    color: #fff;
    display: none;
    padding: 0 15px
}

@media print,screen and (min-width: 48.0625em) {
    .popup__inner p {
        display:block
    }
}

.popup__close {
    color: #f3b337;
    height: 26px;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 20px;
    width: 23px;
    z-index: 100
}

@media print,screen and (min-width: 48.0625em) {
    .popup__close {
        right:20px;
        top: 30px
    }
}

.popup__close .navicon:after,.popup__close .navicon:before {
    background: #f3b337;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    -webkit-transition: .3s .15s;
    -o-transition: .3s .15s;
    transition: .3s .15s;
    width: 25px;
    z-index: -1
}

.popup__close .navicon {
    height: 26px;
    margin-top: -12px;
    width: 23px
}

.popup__close .navicon:before {
    top: 6px
}

.popup__close .navicon:after {
    top: -6px
}

.popup__close.open .navicon:after,.popup__close.open .navicon:before {
    top: 0!important
}

@media print,screen and (min-width: 48.0625em) {
    .popup__close:hover {
        color:#f3b337
    }
}

.popup__form {
    width: 100%
}

.popup__form .gform_wrapper {
    margin: 0 auto;
    width: 100%
}

.popup__form .gform_wrapper form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px auto 0;
    max-width: 80%
}

@media print,screen and (min-width: 48.0625em) {
    .popup__form .gform_wrapper {
        width:100%
    }
}

.popup__form .gform_wrapper .gform_body {
    width: 100%
}

@media print,screen and (min-width: 48.0625em) {
    .popup__form .gform_wrapper .gform_body {
        width:100%
    }
}

.popup__form .gform_wrapper .gform_body .ginput_container {
    margin-top: 0
}

.popup__form .gform_wrapper .gform_body .gfield {
    padding: 0;
    width: 100%
}

@media print,screen and (min-width: 48.0625em) {
    .popup__form .gform_wrapper .gform_body .gfield {
        width:100%
    }
}

.popup__form .gform_wrapper .gform_body ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    margin: 0
}

.popup__form .gform_wrapper .gform_body ul li {
    margin: 0 0 10px;
    text-align: left;
    width: 100%
}

@media print,screen and (min-width: 48.0625em) {
    .popup__form .gform_wrapper .gform_body ul li {
        margin:0 0 15px
    }
}

.popup__form .gform_wrapper .gform_body ul li.gform_hidden {
    margin-bottom: 0
}

.popup__form .gform_wrapper .gform_body ul li label {
    display: none
}

.popup__form .gform_wrapper .gform_body ul li input {
    background: transparent;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #3a3a3a;
    font-size: 16px;
    margin: 0;
    padding: 10px;
    text-align: center;
    width: 100%
}

.popup__form .gform_wrapper .gform_footer {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%
}

.popup__form .gform_wrapper .gform_footer input[type=submit] {
    background: #ff3368;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding: 10px;
    text-algin: center;
    width: 100%
}

.popup__form .gform_wrapper .gform_footer img {
    bottom: 6px;
    height: 20px!important;
    position: absolute;
    right: 5px;
    width: 20px!important
}

.popup .validation_error {
    display: none
}

.popup .validation_message {
    color: #f3b337;
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 5px;
    position: absolute
}

.popup .gform_confirmation_message {
    color: #f3b337;
    font-size: 10px;
    margin-top: 10px
}

.navicon:before {
    top: 6px
}

.navicon:after {
    top: -6px
}

.open .navicon:after,.open .navicon:before {
    top: 0!important
}

.open .navicon:before {
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.open .navicon:after {
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.newsletter-popup {
    display: none;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 9999
}

.newsletter-popup__wrapper {
    background: #383771;
    bottom: 0;
    left: 0;
    max-width: 100%;
    padding: 20px;
    position: fixed;
    text-align: center;
    width: 100%
}

@media print,screen and (min-width: 48.0625em) {
    .newsletter-popup__wrapper {
        bottom:auto;
        left: 50%;
        max-width: 90%;
        padding: 10px 30px 40px;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 550px
    }
}

.newsletter-popup__form {
    width: 100%
}

.newsletter-popup__form .gform_wrapper {
    margin: 0 auto;
    width: 100%
}

.newsletter-popup__form .gform_wrapper form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px auto 0;
    max-width: 80%
}

@media print,screen and (min-width: 48.0625em) {
    .newsletter-popup__form .gform_wrapper {
        width:100%
    }
}

.newsletter-popup__form .gform_wrapper .gform_body {
    width: 100%
}

@media print,screen and (min-width: 48.0625em) {
    .newsletter-popup__form .gform_wrapper .gform_body {
        width:100%
    }
}

.newsletter-popup__form .gform_wrapper .gform_body .ginput_container {
    margin-top: 0
}

.newsletter-popup__form .gform_wrapper .gform_body .gfield {
    padding: 0;
    width: 100%
}

@media print,screen and (min-width: 48.0625em) {
    .newsletter-popup__form .gform_wrapper .gform_body .gfield {
        width:100%
    }
}

.newsletter-popup__form .gform_wrapper .gform_body ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    margin: 0
}

.newsletter-popup__form .gform_wrapper .gform_body ul li {
    margin: 0 0 10px;
    text-align: left;
    width: 100%
}

@media print,screen and (min-width: 48.0625em) {
    .newsletter-popup__form .gform_wrapper .gform_body ul li {
        margin:0 0 15px
    }
}

.newsletter-popup__form .gform_wrapper .gform_body ul li.gform_hidden {
    margin-bottom: 0
}

.newsletter-popup__form .gform_wrapper .gform_body ul li label {
    display: none
}

.newsletter-popup__form .gform_wrapper .gform_body ul li input {
    background: transparent;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #3a3a3a;
    font-size: 16px;
    margin: 0;
    padding: 10px;
    text-align: center;
    width: 100%
}

.newsletter-popup__form .gform_wrapper .gform_footer {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%
}

.newsletter-popup__form .gform_wrapper .gform_footer input[type=submit] {
    background: #ff3368;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding: 10px;
    text-algin: center;
    width: 100%
}

.newsletter-popup__form .gform_wrapper .gform_footer img {
    bottom: 6px;
    height: 20px!important;
    position: absolute;
    right: 5px;
    width: 20px!important
}

.newsletter-popup h3 {
    color: #f3b337
}

@media print,screen and (min-width: 48.0625em) {
    .newsletter-popup h3 {
        margin-top:20px
    }
}

.newsletter-popup__close {
    color: #f3b337;
    height: 26px;
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 30px;
    width: 23px;
    z-index: 100
}

.newsletter-popup__close .navicon:after,.newsletter-popup__close .navicon:before {
    background: #f3b337;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    -webkit-transition: .3s .15s;
    -o-transition: .3s .15s;
    transition: .3s .15s;
    width: 25px;
    z-index: -1
}

.newsletter-popup__close .navicon {
    height: 26px;
    margin-top: -12px;
    width: 23px
}

.newsletter-popup__close .navicon:before {
    top: 6px
}

.newsletter-popup__close .navicon:after {
    top: -6px
}

.newsletter-popup__close.open .navicon:after,.newsletter-popup__close.open .navicon:before {
    top: 0!important
}

@media print,screen and (min-width: 48.0625em) {
    .newsletter-popup__close:hover {
        color:#f3b337
    }
}

.blog-popup {
    display: none;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 9999
}

.blog-popup__wrapper {
    background: #383771;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    left: 0;
    max-width: 100%;
    padding: 20px;
    position: fixed;
    text-align: center;
    width: 100%
}

@media print,screen and (min-width: 48.0625em) {
    .blog-popup__wrapper {
        bottom:auto;
        left: 50%;
        max-width: 90%;
        padding: 20px;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 800px
    }
}

.blog-popup__image {
    display: none;
    width: 340px
}

@media print,screen and (min-width: 48.0625em) {
    .blog-popup__image {
        display:block
    }
}

.blog-popup__image img {
    margin: 0
}

.blog-popup__content {
    width: 100%
}

@media print,screen and (min-width: 48.0625em) {
    .blog-popup__content {
        width:calc(100% - 360px)
    }
}

.blog-popup__form {
    width: 100%
}

.blog-popup__form .gform_wrapper {
    margin: 0 auto;
    width: 100%
}

.blog-popup__form .gform_wrapper form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 15px auto 0;
    max-width: 100%
}

@media print,screen and (min-width: 48.0625em) {
    .blog-popup__form .gform_wrapper form {
        margin:20px auto 0;
        max-width: 80%
    }
}

@media print,screen and (min-width: 48.0625em) {
    .blog-popup__form .gform_wrapper {
        width:100%
    }
}

.blog-popup__form .gform_wrapper .gform_body {
    width: 100%
}

@media print,screen and (min-width: 48.0625em) {
    .blog-popup__form .gform_wrapper .gform_body {
        width:100%
    }
}

.blog-popup__form .gform_wrapper .gform_body .ginput_container {
    margin-top: 0
}

.blog-popup__form .gform_wrapper .gform_body ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    margin: 0
}

.blog-popup__form .gform_wrapper .gform_body ul li {
    margin: 0 0 10px;
    padding: 0;
    text-align: left;
    width: 49%
}

@media print,screen and (min-width: 48.0625em) {
    .blog-popup__form .gform_wrapper .gform_body ul li {
        margin:0 0 15px;
        width: 100%
    }
}

.blog-popup__form .gform_wrapper .gform_body ul li.gform_hidden {
    margin-bottom: 0
}

.blog-popup__form .gform_wrapper .gform_body ul li label {
    display: none
}

.blog-popup__form .gform_wrapper .gform_body ul li input {
    background: transparent;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #3a3a3a;
    font-size: 16px;
    height: 36px;
    margin: 0;
    padding: 10px;
    text-align: center;
    width: 100%
}

.blog-popup__form .gform_wrapper .gform_footer {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%
}

.blog-popup__form .gform_wrapper .gform_footer input[type=submit] {
    background: #ff3368;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding: 10px;
    text-algin: center;
    width: 100%
}

.blog-popup__form .gform_wrapper .gform_footer img {
    bottom: 6px;
    height: 20px!important;
    position: absolute;
    right: 5px;
    width: 20px!important
}

.blog-popup h3 {
    color: #f3b337;
    font-size: 14px;
    margin-bottom: 0;
    padding: 0 30px
}

@media print,screen and (min-width: 48.0625em) {
    .blog-popup h3 {
        font-size:18px;
        margin-bottom: 10px;
        margin-top: 0;
        padding: 0 20px
    }
}

.blog-popup p {
    color: #fff;
    display: none;
    font-size: 14px;
    line-height: 1.2
}

@media print,screen and (min-width: 48.0625em) {
    .blog-popup p {
        display:block
    }
}

.blog-popup__close {
    color: #f3b337;
    height: 26px;
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 30px;
    width: 23px;
    z-index: 100
}

.blog-popup__close .navicon:after,.blog-popup__close .navicon:before {
    background: #f3b337;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    -webkit-transition: .3s .15s;
    -o-transition: .3s .15s;
    transition: .3s .15s;
    width: 25px;
    z-index: -1
}

.blog-popup__close .navicon {
    height: 26px;
    margin-top: -12px;
    width: 23px
}

.blog-popup__close .navicon:before {
    top: 6px
}

.blog-popup__close .navicon:after {
    top: -6px
}

.blog-popup__close.open .navicon:after,.blog-popup__close.open .navicon:before {
    top: 0!important
}

@media print,screen and (min-width: 48.0625em) {
    .blog-popup__close:hover {
        color:#f3b337
    }
}

#geo_modal {
    bottom: auto;
    left: 50%!important;
    margin: 0;
    right: auto;
    top: 50%!important;
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.page-kick-sugar-in-30-days-data .OPF__modal-form__wrapper {
    left: 50%!important;
    min-width: 300px!important;
    top: 50%!important;
    -webkit-transform: translate(-50%,-50%)!important;
    -o-transform: translate(-50%,-50%)!important;
    transform: translate(-50%,-50%)!important
}

.fcc {
    background: #1d95d2;
    padding: 40px 0 45px;
    position: relative;
    text-align: center
}

@media print,screen and (min-width: 48.0625em) {
    .fcc {
        padding:100px 0 85px
    }
}

.fcc .grid-container {
    position: relative;
    z-index: 90
}

.fcc__overlay {
    background-image: url(/wp-content/themes/that-sugar-rf-8172018/resources/assets/images/cta-bg.png);
    background-position: 50%;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5
}

.fcc__title {
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 18px
}

.fcc__content {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 auto 15px;
    max-width: 892px
}

@media print,screen and (min-width: 48.0625em) {
    .fcc__content {
        font-size:18px;
        line-height: 24px;
        margin: 0 auto 45px
    }
}

.fcc__content p a {
    color: #fff;
    text-decoration: underline
}

.fcc__item {
    padding: 45px 15px;
    position: relative;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: 10
}

@media print,screen and (min-width: 48.0625em) {
    .fcc__item {
        padding:45px 20px
    }
}

.fcc__item img {
    height: 50px;
    margin: 0 0 20px;
    width: auto
}

@media print,screen and (min-width: 48.0625em) {
    .fcc__item img {
        height:60px;
        margin: 0 0 30px
    }
}

.fcc__item h4 {
    color: #383771;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 18px
}

.fcc__item p {
    color: #383771;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 0
}

.fcc__item a {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.fcc .cell {
    margin-bottom: 30px
}

@media print,screen and (min-width: 48.0625em) {
    .fcc .cell {
        margin-bottom:40px
    }
}

.fcc .animate-sequence .cell {
    -webkit-backface-visibility: hidden;
    background: #fff;
    border-radius: 4px
}

@media print,screen and (min-width: 48.0625em) {
    .fcc .animate-sequence .cell {
        margin-bottom:40px
    }

    .fcc .animate-sequence .cell:hover {
        -webkit-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05)
    }
}

.fcc--dark {
    background: #383771
}

.fcc--dark .fcc__overlay {
    display: none
}

.fcc--dark .fcc__item {
    padding: 20px;
    text-align: left
}

@media print,screen and (min-width: 48.0625em) {
    .fcc--dark .fcc__item {
        padding:30px
    }
}

.fcc--dark .fcc__content {
    font-size: 20px;
    font-weight: 900
}

@media print,screen and (min-width: 48.0625em) {
    .fcc--dark .fcc__content {
        font-size:24px
    }
}

.fcc--dark .fcc__content--bottom {
    margin-bottom: 20px;
    margin-top: 30px
}

.fcc--dark .fcc__content p {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px
}

@media print,screen and (min-width: 48.0625em) {
    .fcc--dark .fcc__content p {
        font-size:24px;
        line-height: 32px
    }
}

.fcc--dark .fcc__content p:last-of-type {
    margin-bottom: 0
}

.fcc--dark .fcc__title-row img {
    display: inline-block;
    height: auto;
    margin: 0 20px 24px 0;
    vertical-align: middle;
    width: 40px
}

.fcc--dark .fcc__title-row h4 {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 24px;
    vertical-align: middle;
    width: calc(100% - 80px)
}

.fcc--dark .btn {
    display: inline-block;
    margin: 20px 0 0
}

@media print,screen and (min-width: 48.0625em) {
    .fcc--dark .btn {
        margin:40px 0 0
    }
}

.fcc--experts {
    background: #ff3368
}

.fcc--experts .animate-sequence {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.fcc--experts a {
    color: #383771;
    height: auto;
    margin-bottom: 20px;
    position: static
}

.fcc--experts .fcc__item {
    padding-bottom: 10px
}

.fcc--experts .experts__image {
    background-size: cover;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-bottom: 20px;
    margin-left: -15px;
    margin-top: -45px;
    padding-bottom: 90%;
    width: calc(100% + 30px)
}

@media print,screen and (min-width: 48.0625em) {
    .fcc--experts .experts__image {
        margin-left:-20px;
        width: calc(100% + 40px)
    }
}

.fcc--experts .experts__content {
    display: none;
    padding-bottom: 15px
}

@media print,screen and (min-width: 48.0625em) {
    .fcc--experts .experts__content {
        display:block
    }
}

.fcc--experts .experts__more {
    display: block
}

@media print,screen and (min-width: 48.0625em) {
    .fcc--experts .experts__more {
        display:none
    }
}

.fcc--experts .experts__more span {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.fcc--experts .experts__more.active span {
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.tm {
    background: #1d95d2;
    background-image: url(/wp-content/themes/that-sugar-rf-8172018/resources/assets/images/cta-bg.png);
    background-position: 50%;
    background-size: cover;
    padding: 40px 0 45px;
    position: relative;
    text-align: center
}

@media print,screen and (min-width: 48.0625em) {
    .tm {
        padding:70px 0 45px
    }
}

.tm__overlay {
    background-image: url(/wp-content/themes/that-sugar-rf-8172018/resources/assets/images/cta-bg.png);
    background-position: 50%;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5
}

.tm__title {
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 18px
}

.tm__content {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin: 0 auto 15px;
    max-width: 892px
}

@media print,screen and (min-width: 48.0625em) {
    .tm__content {
        margin:0 auto 35px
    }
}

.tm__content p {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px
}

@media print,screen and (min-width: 48.0625em) {
    .tm__content p {
        font-size:16px;
        line-height: 22px
    }
}

.tm .grid-x {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tm__image {
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.45)),to(rgba(0,0,0,.45))),url(/wp-content/themes/that-sugar-rf-8172018/resources/assets/images/logo.png);
    background: -webkit-linear-gradient(rgba(0,0,0,.45),rgba(0,0,0,.45)),url(/wp-content/themes/that-sugar-rf-8172018/resources/assets/images/logo.png);
    background: -o-linear-gradient(rgba(0,0,0,.45),rgba(0,0,0,.45)),url(/wp-content/themes/that-sugar-rf-8172018/resources/assets/images/logo.png);
    background: linear-gradient(rgba(0,0,0,.45),rgba(0,0,0,.45)),url(/wp-content/themes/that-sugar-rf-8172018/resources/assets/images/logo.png);
    background-position: 50%;
    background-repeat: no-repeat;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 170px;
    overflow: hidden
}

.tm__image,.tm__image picture {
    display: block;
    position: relative
}

.tm__image picture {
    background: no-repeat 50%;
    background-size: cover;
    height: 100%;
    transition: transform .3s cubic-bezier(.25,.46,.45,.94),opacity .15s cubic-bezier(.25,.46,.45,.94),-webkit-transform .3s cubic-bezier(.25,.46,.45,.94);
    width: 100%;
    z-index: 1
}

.tm__items .cell {
    -webkit-backface-visibility: hidden;
    background: #fff;
    border-radius: 4px
}

@media print,screen and (min-width: 48.0625em) {
    .tm__items .cell {
        margin-bottom:40px
    }

    .tm__items .cell:hover picture {
        -webkit-transform: scale(1.06);
        -o-transform: scale(1.06);
        transform: scale(1.06)
    }
}

.tm__item {
    display: block;
    position: relative;
    text-align: left;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: 10
}

.tm__item__content {
    padding: 1rem
}

.tm__item h4 {
    color: #383771;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 12px;
    margin-top: 4px
}

.tm__item p {
    color: #383771;
    font-size: 16px
}

.tm__item p,.tm__item p:last-of-type {
    margin-bottom: 0
}

.tm .cell {
    margin-bottom: 30px
}

@media print,screen and (min-width: 48.0625em) {
    .tm .cell {
        margin-bottom:40px
    }
}

.tm--dark {
    background: #383771
}

.tm--dark .tm__overlay {
    display: none
}

.tm--dark .tm__item {
    padding: 30px;
    text-align: left
}

@media print,screen and (min-width: 48.0625em) {
    .tm--dark .tm__item {
        padding:30px
    }
}

.tm--dark .tm__title {
    font-size: 36px
}

.tm--dark .tm__content {
    font-size: 28px;
    font-weight: 900
}

.tm--dark .tm__content--bottom {
    margin-bottom: 20px;
    margin-top: 30px
}

.tm--dark .tm__content p {
    font-size: 24px;
    font-weight: 900;
    line-height: 32px
}

.tm--dark .tm__content p:last-of-type {
    margin-bottom: 0
}

.tm--dark .tm__title-row img {
    display: inline-block;
    height: auto;
    margin: 0 20px 24px 0;
    vertical-align: middle;
    width: 45px
}

.tm--dark .tm__title-row h4 {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 24px;
    vertical-align: middle;
    width: calc(100% - 80px)
}

.tm--dark .btn {
    display: inline-block;
    font-size: 20px;
    margin: 40px 0 0
}

.tm.board {
    background: #1d95d2
}

.tm.board .tm__image {
    height: 270px
}

.tm.experts {
    background: #ff3368
}

.tm.experts .tm__image {
    height: 270px
}

.tm.ambassadors {
    background: #fff
}

.tm.ambassadors .tm__content p,.tm.ambassadors .tm__title {
    color: #383771
}

.tm.ambassadors .tm__item__content {
    padding-left: 0;
    padding-right: 0
}

.tm.ambassadors .tm__item__content p {
    color: #ff3368;
    font-size: 14px;
    line-height: 20px;
    margin: 0
}

.tm.ambassadors .tm__image {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 200px
}

.recipes {
    padding: 40px 0 0;
    position: relative;
    text-align: center
}

@media print,screen and (min-width: 48.0625em) {
    .recipes {
        padding:100px 0 0
    }
}

.recipes__title {
    color: #383771;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 18px
}

.recipes__content {
    color: #383771;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 auto 35px;
    max-width: 892px
}

@media print,screen and (min-width: 48.0625em) {
    .recipes__content {
        font-size:20px;
        line-height: 24px;
        margin: 0 auto 65px
    }
}

.recipes__item {
    border-radius: 4px;
    margin-bottom: 30px;
    position: relative;
    text-align: left
}

@media print,screen and (min-width: 48.0625em) {
    .recipes__item {
        margin-bottom:40px
    }

    .recipes__item:hover {
        -webkit-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05)
    }
}

.recipes__content-wrap {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 20px
}

@media print,screen and (min-width: 48.0625em) {
    .recipes__content-wrap {
        padding:25px 30px 30px
    }
}

.recipes__content-wrap h4 {
    color: #fff;
    font-weight: 900;
    margin-top: 0
}

.recipes__content-wrap a {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.recipes__link {
    color: #fff;
    font-size: 16px;
    font-weight: 900
}

.recipes__link img {
    margin-left: 3px
}

.recipes__description {
    color: #fff;
    margin-bottom: 15px
}

.recipes__description,.recipes__description p {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px
}

.recipes__image {
    background-position: 50%;
    background-size: cover;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 200px;
    width: 100%
}

@media print,screen and (min-width: 48.0625em) {
    .recipes__image {
        height:245px
    }
}

.recipes-grid {
    padding: 30px 0
}

@media print,screen and (min-width: 48.0625em) {
    .recipes-grid {
        padding:70px 0
    }
}

.recipes-grid .recipes__item h4 {
    color: #3a3a3a;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
    margin-top: .5rem
}

.recipes-grid .recipes__item .recipes__link {
    color: #ee4171;
    font-size: 12px;
    font-weight: 500
}

.recipes-grid .recipes__item .recipes__image {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.recipes-grid .recipes__item .recipes__title {
    margin-bottom: 25px
}

@media print,screen and (min-width: 48.0625em) {
    .recipes-grid .recipes__item .recipes__title {
        margin-bottom:65px
    }
}

.recipes-grid .recipes__item a {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

body.recipes {
    padding: 0;
    text-align: left
}

.recipes-search {
    margin-top: 25px
}

@media print,screen and (min-width: 48.0625em) {
    .recipes-search {
        margin-top:85px
    }
}

.recipes-search form input[type=text] {
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 100px;
    color: #3a3a3a;
    font-size: 16px;
    height: 50px;
    padding: 0 24px!important
}

.recipes-search form input[type=text]::-webkit-input-placeholder {
    color: #ccc
}

.recipes-search form input[type=text]:-ms-input-placeholder,.recipes-search form input[type=text]::-ms-input-placeholder {
    color: #ccc
}

.recipes-search form input[type=text]::placeholder {
    color: #ccc
}

.recipes-search form select {
    background-position: right -.25rem center;
    border: 1px solid #aaa;
    border-radius: 100px;
    height: 50px;
    margin-bottom: 16px;
    padding: 0 24px
}

@media print,screen and (min-width: 48.0625em) {
    .recipes-search form select {
        margin-bottom:0
    }
}

.recipes-search form input[type=submit] {
    background: #ff3368;
    border: 1px solid #ff3368;
    border-radius: 100px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    height: 50px;
    margin-bottom: 16px;
    padding: 0!important;
    text-align: center;
    width: 100%
}

@media print,screen and (min-width: 48.0625em) {
    .recipes-search form input[type=submit] {
        margin-bottom:0
    }

    .recipes-search form input[type=submit]:hover {
        background: #383771;
        border: 1px solid #383771;
        color: #fff
    }
}

.recipes-search form input[type=submit]:focus {
    outline: 0
}

.recipes-search__selected {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    vertical-align: middle
}

.recipes-search__selected-item {
    background: #ff3368;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-family: Muli,sans-serif;
    font-size: 16px;
    font-weight: 900;
    margin-right: 10px;
    padding: 8px 30px 8px 16px;
    position: relative;
    text-transform: capitalize
}

.recipes-search__selected-item img {
    cursor: pointer;
    display: inline-block;
    height: 15px;
    position: absolute;
    right: 5px;
    top: 5px;
    vertical-align: middle;
    width: 15px;
    z-index: 10
}

.recipes-search__search-term {
    color: #ff3368;
    display: inline-block;
    font-size: 16px;
    margin: 0;
    vertical-align: middle
}

.navigation {
    margin-bottom: 50px;
    position: relative;
    z-index: 1
}

.navigation ul {
    float: left;
    margin: 0;
    text-align: center;
    width: calc(100% - 76px)
}

@media print,screen and (min-width: 48.0625em) {
    .navigation ul {
        width:calc(100% - 300px)
    }
}

.navigation li {
    color: #000;
    display: inline-block;
    font-size: 16px;
    margin: 0 10px;
    text-decoration: none
}

@media print,screen and (min-width: 48.0625em) {
    .navigation li {
        margin:0 20px
    }
}

.navigation li a {
    border-bottom: 1px solid transparent;
    color: #000;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.navigation li.active a,.navigation li a:hover {
    color: #000;
    font-weight: 700
}

.navigation li.active a,.navigation li.disabled {
    font-size: 16px;
    text-decoration: none
}

.navigation li.disabled {
    color: #000
}

.navigation .previous {
    float: left;
    font-size: 16px;
    width: 38px
}

@media print,screen and (min-width: 48.0625em) {
    .navigation .previous {
        width:150px
    }

    .navigation .previous:hover .arrow {
        -webkit-transform: translateX(-5px);
        -o-transform: translateX(-5px);
        transform: translateX(-5px)
    }
}

.navigation .previous a {
    color: #000
}

.navigation .previous .text {
    display: none;
    font-weight: 700
}

@media print,screen and (min-width: 48.0625em) {
    .navigation .previous .text {
        display:inline-block
    }
}

.navigation .previous .arrow {
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    display: block;
    height: 38px;
    margin-right: 0;
    margin-top: -19px;
    position: relative;
    text-align: center;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 38px;
    z-index: 105
}

@media print,screen and (min-width: 48.0625em) {
    .navigation .previous .arrow {
        display:inline-block;
        margin-right: 25px;
        margin-top: 0;
        vertical-align: middle
    }
}

.navigation .previous .arrow img {
    height: 12px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 15px
}

.navigation .next {
    float: right;
    font-size: 16px;
    text-align: right;
    width: 38px
}

@media print,screen and (min-width: 48.0625em) {
    .navigation .next {
        width:150px
    }

    .navigation .next:hover .arrow {
        -webkit-transform: translateX(5px);
        -o-transform: translateX(5px);
        transform: translateX(5px)
    }
}

.navigation .next a {
    color: #000
}

.navigation .next .text {
    display: none;
    font-weight: 700
}

@media print,screen and (min-width: 48.0625em) {
    .navigation .next .text {
        display:inline-block;
        vertical-align: middle
    }
}

.navigation .next .arrow {
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    display: block;
    height: 38px;
    margin-left: 0;
    margin-top: -19px;
    position: relative;
    text-align: center;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 38px;
    z-index: 105
}

@media print,screen and (min-width: 48.0625em) {
    .navigation .next .arrow {
        display:inline-block;
        margin-left: 25px;
        margin-top: 0;
        vertical-align: middle
    }
}

.navigation .next .arrow img {
    height: 12px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 15px
}

.navigation:after {
    clear: both;
    content: "";
    display: block
}

.get-connected {
    padding: 40px 0;
    position: relative;
    text-align: center
}

@media print,screen and (min-width: 48.0625em) {
    .get-connected {
        padding:70px 0 80px
    }
}

.get-connected__title {
    color: #383771;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 18px
}

.get-connected__content {
    color: #383771;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin: 0 auto 65px;
    max-width: 892px
}

.get-connected__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.get-connected__facebook {
    background: #ff3368;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 18px 22px;
    width: 100%
}

@media print,screen and (min-width: 48.0625em) {
    .get-connected__facebook {
        border-bottom-left-radius:4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 0;
        padding: 28px 44px;
        width: 40%
    }
}

.get-connected__facebook h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    margin: 0 0 16px;
    text-align: left
}

.get-connected__facebook .fb_iframe_widget,.get-connected__facebook iframe,.get-connected__facebook span {
    width: 100%!important
}

.get-connected__share {
    background: #1d95d2;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 18px 22px;
    text-align: left;
    width: 100%
}

@media print,screen and (min-width: 48.0625em) {
    .get-connected__share {
        border-bottom-left-radius:0;
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
        padding: 28px 44px;
        width: 60%
    }
}

.get-connected .gform_wrapper {
    margin-top: 0
}

.get-connected .gform_wrapper h3.gform_title {
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    margin: 0 0 16px
}

.get-connected .gform_wrapper .validation_message {
    color: #fff
}

.get-connected .gform_wrapper .gfield_label {
    display: none!important
}

.get-connected .gform_wrapper ul {
    list-style: none;
    margin: 20px 0
}

.get-connected .gform_wrapper ul li {
    margin-bottom: 10px
}

.get-connected .gform_wrapper ul li ul {
    list-style: none;
    margin: 0
}

.get-connected .gform_wrapper ul li ul li {
    margin-bottom: 0
}

.get-connected .gform_wrapper textarea.medium {
    background: #fff;
    border: 0;
    border-radius: 4px;
    color: #3a3a3a;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    padding: 16px
}

.get-connected .gform_wrapper textarea.medium::-webkit-input-placeholder {
    color: #3a3a3a
}

.get-connected .gform_wrapper textarea.medium:-ms-input-placeholder,.get-connected .gform_wrapper textarea.medium::-ms-input-placeholder {
    color: #3a3a3a
}

.get-connected .gform_wrapper textarea.medium::placeholder {
    color: #3a3a3a
}

.get-connected .gform_wrapper .gform_footer {
    margin-top: 30px
}

.get-connected .gform_wrapper .gform_footer input[type=submit] {
    background: #fff;
    border-radius: 30px;
    color: #ff3368;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    padding: 14px 43px 17px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.get-connected .gform_wrapper .gform_footer input[type=submit]:focus {
    outline: 0
}

@media print,screen and (min-width: 48.0625em) {
    .get-connected .gform_wrapper .gform_footer input[type=submit]:hover {
        background:#ff3368;
        color: #fff
    }
}

.get-connected .gform_wrapper .ul.gfield_checkbox li input[type=checkbox]:checked+label,.get-connected .gform_wrapper .ul.gfield_checkbox li input[type=checkbox]:not(:checked)+label {
    font-size: 15px;
    font-weight: 400;
    margin-left: 19px
}

.get-connected .gform_wrapper [type=checkbox]:checked,.get-connected .gform_wrapper input[type=checkbox]:not(:checked) {
    left: -9999px;
    position: absolute!important
}

.get-connected .gform_wrapper [type=checkbox]:checked+label,.get-connected .gform_wrapper input[type=checkbox]:not(:checked)+label {
    color: #fff;
    cursor: pointer!important;
    font-size: 14px;
    margin-left: 0;
    padding-left: 35px!important;
    position: relative!important
}

.get-connected .gform_wrapper [type=checkbox]:checked+label a,.get-connected .gform_wrapper input[type=checkbox]:not(:checked)+label a {
    color: #fff;
    text-decoration: underline
}

.get-connected .gform_wrapper [type=checkbox]:checked+label:before,.get-connected .gform_wrapper input[type=checkbox]:not(:checked)+label:before {
    background: #fff;
    border-radius: 50%;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px
}

.get-connected .gform_wrapper [type=checkbox]:checked+label:after,.get-connected .gform_wrapper input[type=checkbox]:not(:checked)+label:after {
    background-color: #1d95d2;
    border-radius: 50%;
    content: "";
    height: 14px;
    left: 3px;
    position: absolute;
    top: 3px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    width: 14px
}

.get-connected .gform_wrapper input[type=checkbox]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.get-connected .gform_wrapper input[type=checkbox]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.get-connected .gform_wrapper [type=checkbox]:disabled:checked+label:before,.get-connected .gform_wrapper input[type=checkbox]:disabled:not(:checked)+label:before {
    background-color: #ddd;
    border-color: #bbb;
    -webkit-box-shadow: none;
    box-shadow: none
}

.get-connected .gform_wrapper input[type=checkbox]:disabled:checked+label:after {
    color: #999
}

.get-connected .gform_wrapper input[type=checkbox]:disabled+label {
    color: #aaa
}

.get-connected .gform_confirmation_message_2 {
    padding: 0
}

@media print,screen and (min-width: 48.0625em) {
    .get-connected .gform_confirmation_message_2 {
        height:398px
    }
}

.get-connected .gform_confirmation_message_2 h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    margin: 0 0 16px
}

.get-connected .gform_confirmation_message_2 p {
    color: #fff;
    font-size: 18px;
    padding: 20px 0
}

.faq:last-of-type {
    margin-bottom: 40px
}

.faq__title {
    color: #3a3a3a;
    cursor: pointer;
    font-size: 18px;
    font-weight: 900;
    margin: 20px;
    position: relative
}

@media print,screen and (min-width: 48.0625em) {
    .faq__title {
        font-size:24px;
        margin: 0 0 22px
    }
}

.faq__title:after {
    color: #383771;
    content: "+";
    font-size: 28px;
    margin-left: 10px
}

.faq__title.active:after {
    content: "-"
}

.faq .grid-container {
    padding: 0
}

@media print,screen and (min-width: 48.0625em) {
    .faq .grid-container {
        padding-left:25px;
        padding-right: 25px
    }
}

.faq .accordion {
    display: none;
    margin: 0
}

.faq .accordion-title {
    border: 1px solid #ccc;
    border-bottom: 0;
    color: #3a3a3a;
    font-size: 16px;
    padding: 20px 45px 20px 20px
}

@media print,screen and (min-width: 48.0625em) {
    .faq .accordion-title {
        padding:30px 65px 30px 30px
    }
}

.faq .accordion-title:focus,.faq .accordion-title:hover {
    background: transparent
}

.faq .accordion-title:before {
    color: #383771;
    font-size: 28px;
    right: 20px;
    top: 19px
}

@media print,screen and (min-width: 48.0625em) {
    .faq .accordion-title:before {
        right:30px;
        top: 29px
    }
}

.faq .accordion-content {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    border-color: #383771 #ccc currentColor;
    border-style: solid solid none;
    border-top: 1px solid #ccc;
    border-width: 3px 1px 0;
    padding: 20px
}

@media print,screen and (min-width: 48.0625em) {
    .faq .accordion-content {
        padding:30px
    }
}

.faq .accordion-content p {
    color: #3a3a3a
}

.faq .accordion-content p:last-of-type {
    margin-bottom: 0
}

.faq .accordion-content p a {
    color: #383771;
    text-decoration: underline
}

.faq .is-active .accordion-title {
    font-weight: 700;
    text-decoration: underline
}

.faq .gform_heading {
    margin-bottom: 30px
}

.faq .gform_wrapper {
    margin-top: 0
}

.faq .gform_wrapper h3.gform_title {
    color: #383771;
    font-size: 28px;
    font-weight: 900;
    margin: 0 0 22px
}

.faq .gform_wrapper .gfield_label {
    display: none!important
}

.faq .gform_wrapper .gform_body:after {
    clear: both;
    content: "";
    display: block
}

.faq .gform_wrapper ul {
    list-style: none;
    margin: 0
}

.faq .gform_wrapper ul .gsection {
    margin-bottom: 0
}

.faq .gform_wrapper ul .gsection h2 {
    color: #383771;
    font-size: 28px;
    font-weight: 900;
    margin: 0 0 22px
}

.faq .gform_wrapper li {
    margin: 0 0 30px;
    position: relative
}

.faq .gform_wrapper li.gfield_error input,.faq .gform_wrapper li.gfield_error select,.faq .gform_wrapper li.gfield_error textarea {
    border: 1px solid red
}

.faq .gform_wrapper input {
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 100px;
    color: #3a3a3a;
    font-size: 16px;
    height: 50px;
    padding: 0 24px!important;
    width: 100%!important
}

.faq .gform_wrapper input::-webkit-input-placeholder {
    color: #ccc
}

.faq .gform_wrapper input:-ms-input-placeholder,.faq .gform_wrapper input::-ms-input-placeholder {
    color: #ccc
}

.faq .gform_wrapper input::placeholder {
    color: #ccc
}

.faq .gform_wrapper textarea {
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 0;
    color: #3a3a3a;
    font-size: 16px;
    padding: 24px;
    width: 100%!important
}

.faq .gform_wrapper textarea::-webkit-input-placeholder {
    color: #3a3a3a
}

.faq .gform_wrapper textarea:-ms-input-placeholder,.faq .gform_wrapper textarea::-ms-input-placeholder {
    color: #3a3a3a
}

.faq .gform_wrapper textarea::placeholder {
    color: #3a3a3a
}

.faq .gform_wrapper select {
    background-position: right -.25rem center!important;
    border: 1px solid #aaa;
    border-radius: 100px;
    height: 50px;
    margin-bottom: 0;
    padding: 0 24px!important;
    width: 100%!important
}

.faq .gform_wrapper ul li {
    float: left;
    padding-right: 0!important;
    width: 100%
}

.faq .gform_wrapper ul li:after {
    clear: both;
    content: "";
    display: block
}

.faq .gform_wrapper ul li input {
    margin-bottom: 0
}

.faq .gform_wrapper ul li.half-left {
    clear: none;
    width: 100%
}

.faq .gform_wrapper ul li.half-left input,.faq .gform_wrapper ul li.half-left select {
    width: 100%!important
}

@media print,screen and (min-width: 48.0625em) {
    .faq .gform_wrapper ul li.half-left {
        float:left;
        width: 48.5%
    }
}

.faq .gform_wrapper ul li.half-right {
    clear: right;
    width: 100%
}

.faq .gform_wrapper ul li.half-right input,.faq .gform_wrapper ul li.half-right select {
    width: 100%!important
}

@media print,screen and (min-width: 48.0625em) {
    .faq .gform_wrapper ul li.half-right {
        float:right;
        width: 48.5%
    }
}

.faq .gform_wrapper #input_4_13 {
    margin-top: -20px
}

.faq .gform_wrapper #field_3_7 label,.faq .gform_wrapper #field_5_5 label,.faq .gform_wrapper #field_5_6 label,.faq .gform_wrapper #field_5_7 label,.faq .gform_wrapper #field_5_9 label,.faq .gform_wrapper #field_5_10 label,.faq .gform_wrapper #field_5_11 label,.faq .gform_wrapper #field_5_12 label,.faq .gform_wrapper #field_5_13 label,.faq .gform_wrapper #field_5_14 label {
    display: block!important;
    font-size: 14px;
    font-weight: 700
}

.faq .gform_wrapper #field_3_7 span label,.faq .gform_wrapper #field_5_5 span label,.faq .gform_wrapper #field_5_6 span label,.faq .gform_wrapper #field_5_7 span label,.faq .gform_wrapper #field_5_9 span label,.faq .gform_wrapper #field_5_10 span label,.faq .gform_wrapper #field_5_11 span label,.faq .gform_wrapper #field_5_12 span label,.faq .gform_wrapper #field_5_13 span label,.faq .gform_wrapper #field_5_14 span label {
    font-size: 12px;
    font-weight: 500
}

.faq .gform_wrapper .address_city,.faq .gform_wrapper .address_country,.faq .gform_wrapper .address_state,.faq .gform_wrapper .address_zip {
    clear: none;
    width: 100%
}

.faq .gform_wrapper .address_city input,.faq .gform_wrapper .address_city select,.faq .gform_wrapper .address_country input,.faq .gform_wrapper .address_country select,.faq .gform_wrapper .address_state input,.faq .gform_wrapper .address_state select,.faq .gform_wrapper .address_zip input,.faq .gform_wrapper .address_zip select {
    width: 100%!important
}

@media print,screen and (min-width: 48.0625em) {
    .faq .gform_wrapper .address_city,.faq .gform_wrapper .address_country,.faq .gform_wrapper .address_state,.faq .gform_wrapper .address_zip {
        float:left;
        width: 48.5%
    }
}

@media print,screen and (min-width: 48.0625em) {
    .faq .gform_wrapper .address_country,.faq .gform_wrapper .address_state {
        float:right
    }
}

.faq .gform_wrapper .gform_footer {
    margin-top: 0
}

.faq .gform_wrapper .gform_footer input[type=submit] {
    background: #ff3368;
    border: 0;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    min-width: 180px;
    padding: 14px 43px 17px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: auto!important
}

.faq .gform_wrapper .gform_footer input[type=submit]:focus {
    outline: 0
}

@media print,screen and (min-width: 48.0625em) {
    .faq .gform_wrapper .gform_footer input[type=submit]:hover {
        background:#383771;
        color: #fff
    }
}

.faq .gform_wrapper .gfield_radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.faq .gform_wrapper .gfield_radio li {
    width: 48%
}

@media print,screen and (min-width: 48.0625em) {
    .faq .gform_wrapper .gfield_radio li {
        width:23%
    }
}

@media print,screen and (min-width: 67.5em) {
    .faq .gform_wrapper .gfield_radio li {
        width:12%
    }
}

.faq .gform_wrapper .gfield_radio li input[type=radio]:checked+label,.faq .gform_wrapper .gfield_radio li input[type=radio]:not(:checked)+label {
    font-size: 15px;
    font-weight: 400;
    margin-left: 0
}

.faq .gform_wrapper .gfield_radio li [type=radio]:checked,.faq .gform_wrapper .gfield_radio li input[type=radio]:not(:checked) {
    left: -9999px;
    position: absolute!important
}

.faq .gform_wrapper .gfield_radio li [type=radio]:checked+label,.faq .gform_wrapper .gfield_radio li input[type=radio]:not(:checked)+label {
    color: #3a3a3a;
    cursor: pointer!important;
    font-size: 14px;
    line-height: 1.4;
    padding-left: 30px!important;
    position: relative!important
}

.faq .gform_wrapper .gfield_radio li [type=radio]:checked+label a,.faq .gform_wrapper .gfield_radio li input[type=radio]:not(:checked)+label a {
    color: #fff;
    text-decoration: underline
}

.faq .gform_wrapper .gfield_radio li [type=radio]:checked+label:before,.faq .gform_wrapper .gfield_radio li input[type=radio]:not(:checked)+label:before {
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 50%;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px
}

.faq .gform_wrapper .gfield_radio li [type=radio]:checked+label:after,.faq .gform_wrapper .gfield_radio li input[type=radio]:not(:checked)+label:after {
    background-color: #ff3368;
    border-radius: 50%;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    width: 20px
}

.faq .gform_wrapper .gfield_radio li input[type=radio]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.faq .gform_wrapper .gfield_radio li input[type=radio]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.faq .gform_wrapper .gfield_radio li [type=radio]:disabled:checked+label:before,.faq .gform_wrapper .gfield_radio li input[type=radio]:disabled:not(:checked)+label:before {
    background-color: #ddd;
    border-color: #bbb;
    -webkit-box-shadow: none;
    box-shadow: none
}

.faq .gform_wrapper .gfield_radio li input[type=radio]:disabled:checked+label:after {
    color: #999
}

.faq .gform_wrapper .gfield_radio li input[type=radio]:disabled+label {
    color: #aaa
}

.faq--see-more .faq__title:after {
    display: none
}

.faq--see-more .btn {
    display: block;
    margin: 40px auto;
    text-align: center;
    width: 195px
}

body.faq {
    padding: 0
}

@media print,screen and (min-width: 48.0625em) {
    body.faq {
        padding:0
    }
}

.kick-sugar-in-30-days .faq .accordion {
    display: block
}

@media print,screen and (min-width: 48.0625em) {
    .kick-sugar-in-30-days .faq .accordion-title {
        font-size:18px
    }
}

.content-block {
    padding: 30px 0
}

@media print,screen and (min-width: 48.0625em) {
    .content-block {
        padding:60px 0
    }
}

.content-block__title {
    color: #383771;
    margin-top: 0
}

.content-block .sidebar__wrapper {
    padding-top: 0
}

.content-block h2,.content-block h3,.content-block h4,.content-block h5 {
    color: #383771
}

.content-block__content p:last-of-type {
    margin-bottom: 0
}

.content-block .gform_wrapper {
    margin-top: 0
}

.content-block .gform_wrapper h3.gform_title {
    color: #383771;
    font-size: 28px;
    font-weight: 900;
    margin: 0 0 22px
}

.content-block .gform_wrapper .gfield_label {
    display: none!important
}

.content-block .gform_wrapper .gform_body:after {
    clear: both;
    content: "";
    display: block
}

.content-block .gform_wrapper ul {
    list-style: none;
    margin: 0
}

.content-block .gform_wrapper ul .gsection {
    margin-bottom: 0
}

.content-block .gform_wrapper ul .gsection h2 {
    color: #383771;
    font-size: 28px;
    font-weight: 900;
    margin: 0 0 22px
}

.content-block .gform_wrapper li {
    margin: 0 0 30px;
    position: relative
}

.content-block .gform_wrapper li.gfield_error input,.content-block .gform_wrapper li.gfield_error select,.content-block .gform_wrapper li.gfield_error textarea {
    border: 1px solid red
}

.content-block .gform_wrapper input {
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 100px;
    color: #3a3a3a;
    font-size: 16px;
    height: 50px;
    padding: 0 24px!important;
    width: 100%!important
}

.content-block .gform_wrapper input::-webkit-input-placeholder {
    color: #ccc
}

.content-block .gform_wrapper input:-ms-input-placeholder,.content-block .gform_wrapper input::-ms-input-placeholder {
    color: #ccc
}

.content-block .gform_wrapper input::placeholder {
    color: #ccc
}

.content-block .gform_wrapper textarea {
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 0;
    color: #3a3a3a;
    font-size: 16px;
    padding: 24px;
    width: 100%!important
}

.content-block .gform_wrapper textarea::-webkit-input-placeholder {
    color: #3a3a3a
}

.content-block .gform_wrapper textarea:-ms-input-placeholder,.content-block .gform_wrapper textarea::-ms-input-placeholder {
    color: #3a3a3a
}

.content-block .gform_wrapper textarea::placeholder {
    color: #3a3a3a
}

.content-block .gform_wrapper select {
    background-position: right -.25rem center!important;
    border: 1px solid #aaa;
    border-radius: 100px;
    height: 50px;
    margin-bottom: 0;
    padding: 0 24px!important;
    width: 100%!important
}

.content-block .gform_wrapper ul li {
    float: left;
    padding-right: 0!important;
    width: 100%
}

.content-block .gform_wrapper ul li:after {
    clear: both;
    content: "";
    display: block
}

.content-block .gform_wrapper ul li input {
    margin-bottom: 0
}

.content-block .gform_wrapper ul li.half-left {
    clear: none;
    width: 100%
}

.content-block .gform_wrapper ul li.half-left input,.content-block .gform_wrapper ul li.half-left select {
    width: 100%!important
}

@media print,screen and (min-width: 48.0625em) {
    .content-block .gform_wrapper ul li.half-left {
        float:left;
        width: 48.5%
    }
}

.content-block .gform_wrapper ul li.half-right {
    clear: right;
    width: 100%
}

.content-block .gform_wrapper ul li.half-right input,.content-block .gform_wrapper ul li.half-right select {
    width: 100%!important
}

@media print,screen and (min-width: 48.0625em) {
    .content-block .gform_wrapper ul li.half-right {
        float:right;
        width: 48.5%
    }
}

.content-block .gform_wrapper #input_4_13 {
    margin-top: -20px
}

.content-block .gform_wrapper #field_3_7 label,.content-block .gform_wrapper #field_5_5 label,.content-block .gform_wrapper #field_5_6 label,.content-block .gform_wrapper #field_5_7 label,.content-block .gform_wrapper #field_5_9 label,.content-block .gform_wrapper #field_5_10 label,.content-block .gform_wrapper #field_5_11 label,.content-block .gform_wrapper #field_5_12 label,.content-block .gform_wrapper #field_5_13 label,.content-block .gform_wrapper #field_5_14 label {
    display: block!important;
    font-size: 14px;
    font-weight: 700
}

.content-block .gform_wrapper #field_3_7 span label,.content-block .gform_wrapper #field_5_5 span label,.content-block .gform_wrapper #field_5_6 span label,.content-block .gform_wrapper #field_5_7 span label,.content-block .gform_wrapper #field_5_9 span label,.content-block .gform_wrapper #field_5_10 span label,.content-block .gform_wrapper #field_5_11 span label,.content-block .gform_wrapper #field_5_12 span label,.content-block .gform_wrapper #field_5_13 span label,.content-block .gform_wrapper #field_5_14 span label {
    font-size: 12px;
    font-weight: 500
}

.content-block .gform_wrapper .address_city,.content-block .gform_wrapper .address_country,.content-block .gform_wrapper .address_state,.content-block .gform_wrapper .address_zip {
    clear: none;
    width: 100%
}

.content-block .gform_wrapper .address_city input,.content-block .gform_wrapper .address_city select,.content-block .gform_wrapper .address_country input,.content-block .gform_wrapper .address_country select,.content-block .gform_wrapper .address_state input,.content-block .gform_wrapper .address_state select,.content-block .gform_wrapper .address_zip input,.content-block .gform_wrapper .address_zip select {
    width: 100%!important
}

@media print,screen and (min-width: 48.0625em) {
    .content-block .gform_wrapper .address_city,.content-block .gform_wrapper .address_country,.content-block .gform_wrapper .address_state,.content-block .gform_wrapper .address_zip {
        float:left;
        width: 48.5%
    }
}

@media print,screen and (min-width: 48.0625em) {
    .content-block .gform_wrapper .address_country,.content-block .gform_wrapper .address_state {
        float:right
    }
}

.content-block .gform_wrapper .gform_footer {
    margin-top: 0
}

.content-block .gform_wrapper .gform_footer input[type=submit] {
    background: #ff3368;
    border: 0;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    min-width: 180px;
    padding: 14px 43px 17px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: auto!important
}

.content-block .gform_wrapper .gform_footer input[type=submit]:focus {
    outline: 0
}

@media print,screen and (min-width: 48.0625em) {
    .content-block .gform_wrapper .gform_footer input[type=submit]:hover {
        background:#383771;
        color: #fff
    }
}

.content-block .gform_wrapper .gfield_radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.content-block .gform_wrapper .gfield_radio li {
    width: 48%
}

@media print,screen and (min-width: 48.0625em) {
    .content-block .gform_wrapper .gfield_radio li {
        width:23%
    }
}

@media print,screen and (min-width: 67.5em) {
    .content-block .gform_wrapper .gfield_radio li {
        width:12%
    }
}

.content-block .gform_wrapper .gfield_radio li input[type=radio]:checked+label,.content-block .gform_wrapper .gfield_radio li input[type=radio]:not(:checked)+label {
    font-size: 15px;
    font-weight: 400;
    margin-left: 0
}

.content-block .gform_wrapper .gfield_radio li [type=radio]:checked,.content-block .gform_wrapper .gfield_radio li input[type=radio]:not(:checked) {
    left: -9999px;
    position: absolute!important
}

.content-block .gform_wrapper .gfield_radio li [type=radio]:checked+label,.content-block .gform_wrapper .gfield_radio li input[type=radio]:not(:checked)+label {
    color: #3a3a3a;
    cursor: pointer!important;
    font-size: 14px;
    line-height: 1.4;
    padding-left: 30px!important;
    position: relative!important
}

.content-block .gform_wrapper .gfield_radio li [type=radio]:checked+label a,.content-block .gform_wrapper .gfield_radio li input[type=radio]:not(:checked)+label a {
    color: #fff;
    text-decoration: underline
}

.content-block .gform_wrapper .gfield_radio li [type=radio]:checked+label:before,.content-block .gform_wrapper .gfield_radio li input[type=radio]:not(:checked)+label:before {
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 50%;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px
}

.content-block .gform_wrapper .gfield_radio li [type=radio]:checked+label:after,.content-block .gform_wrapper .gfield_radio li input[type=radio]:not(:checked)+label:after {
    background-color: #ff3368;
    border-radius: 50%;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    width: 20px
}

.content-block .gform_wrapper .gfield_radio li input[type=radio]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.content-block .gform_wrapper .gfield_radio li input[type=radio]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.content-block .gform_wrapper .gfield_radio li [type=radio]:disabled:checked+label:before,.content-block .gform_wrapper .gfield_radio li input[type=radio]:disabled:not(:checked)+label:before {
    background-color: #ddd;
    border-color: #bbb;
    -webkit-box-shadow: none;
    box-shadow: none
}

.content-block .gform_wrapper .gfield_radio li input[type=radio]:disabled:checked+label:after {
    color: #999
}

.content-block .gform_wrapper .gfield_radio li input[type=radio]:disabled+label {
    color: #aaa
}

.content-block--double .content-block__content {
    padding: 20px 0
}

@media print,screen and (min-width: 48.0625em) {
    .content-block--double .content-block__content {
        padding:40px
    }
}

.content-block__video {
    height: auto;
    margin-bottom: 30px;
    max-width: 100%;
    padding-bottom: 56.25%;
    position: relative
}

.content-block__video embed,.content-block__video iframe,.content-block__video object {
    border-radius: 4px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 8
}

.content-block__video-thumb {
    background-position: 50%;
    background-size: cover;
    border-radius: 4px;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 15
}

.content-block__play {
    height: 36px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 36px;
    z-index: 15
}

@media print,screen and (min-width: 48.0625em) {
    .content-block__play {
        height:53px;
        width: 53px
    }

    .content-block__play:hover {
        -webkit-transform: scale(1.05) translate(-50%,-50%);
        -o-transform: scale(1.05) translate(-50%,-50%);
        transform: scale(1.05) translate(-50%,-50%)
    }
}

.content-block__video-caption {
    font-style: italic;
    margin: -20px 0 0;
    text-align: center
}

.watch-now {
    position: relative
}

.watch-now .buy-now-sd {
    background: #383771;
    border-radius: 50%;
    height: 140px;
    left: 40px;
    position: absolute;
    text-align: center;
    top: 40px;
    width: 140px
}

.watch-now .buy-now-sd span {
    font-size: 16px;
    left: 50%;
    line-height: 18px;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 85%
}

.watch-now .buy-now-hd,.watch-now .buy-now-sd span {
    color: #fff;
    font-weight: 900;
    position: absolute;
    text-transform: uppercase
}

.watch-now .buy-now-hd {
    background: #383771;
    border-radius: 50%;
    font-size: 14px;
    height: 140px;
    right: 40px;
    text-align: center;
    top: 40px;
    width: 140px
}

.watch-now .buy-now-hd span {
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    left: 50%;
    line-height: 18px;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 85%
}

.watch-now .buy-now {
    bottom: 40px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.footer-cta {
    background: #00aeed;
    padding: 20px 0 40px;
    text-align: center;
    display:  none;
}

.footer-cta .cell:first-of-type .content-block__content {
    padding-left: 0
}

.footer-cta .cell:last-of-type .content-block__content {
    padding-right: 0
}

.footer-cta .left {
    display: none;
    margin-top: 25px
}

.footer-cta h2 {
    color: #fff;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 5px
}

.footer-cta p {
    color: #fff
}

.footer-cta .right {
    display: inline-block
}

.footer-cta img {
    margin-bottom: 20px
}

.footer-cta .content-block__content {
    padding-bottom: 0
}

.footer-cta .btn--pink {
    background: #383771
}

@media print,screen and (min-width: 48.0625em) {
    .footer-cta .btn--pink:hover {
        background:#ff3368
    }
}

@media print,screen and (min-width: 48.0625em) {
    .footer-cta {
        text-align:left
    }

    .footer-cta .content-block__content {
        padding-bottom: 20px 0
    }

    .footer-cta .left {
        display: inline-block
    }

    .footer-cta .right {
        display: none
    }

    .footer-cta img {
        margin-bottom: 0
    }
}

.single-recipe .footer-cta {
    border-top: 2px solid #eee
}

.featured-in {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.featured-in img {
    float: none;
    height: 50px;
    margin: 0;
    width: auto
}

.featured-in img:nth-child(4) {
    height: 30px
}

.featured-in img:nth-child(5) {
    height: 70px
}

.kick-sugar-in-30-days .recipes__content-wrap {
    border-radius: 4px
}

.banner {
    margin-bottom: 0!important;
    width: 100vw
}

.banner__item {
    background-position: 50%;
    background-size: cover;
    min-height: 200px;
    position: relative;
    width: 100vw
}

.banner__item:after {
    background-image: -webkit-linear-gradient(269deg,transparent,rgba(0,0,0,.29));
    background-image: -o-linear-gradient(269deg,transparent,rgba(0,0,0,.29));
    background-image: linear-gradient(-179deg,transparent,rgba(0,0,0,.29));
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%
}

.banner__item-title {
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 30px;
    padding: 35px 0 0
}

@media print,screen and (min-width: 48.0625em) {
    .banner__item-title {
        font-size:36px;
        line-height: 44px;
        padding: 75px 0 0
    }
}

.banner__item-content {
    padding: 0 0 35px
}

@media print,screen and (min-width: 48.0625em) {
    .banner__item-content {
        padding:0 0 75px
    }
}

.banner__item-content p {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px
}

.banner__item-content p:last-of-type {
    margin-bottom: 0
}

.banner__content {
    position: relative;
    z-index: 50
}

.banner .gform_wrapper {
    margin-top: 0
}

.banner .gform_wrapper h3.gform_title {
    color: #383771;
    font-size: 28px;
    font-weight: 900;
    margin: 0 0 22px
}

.banner .gform_wrapper .gfield_label {
    display: none!important
}

.banner .gform_wrapper .gform_body:after {
    clear: both;
    content: "";
    display: block
}

.banner .gform_wrapper ul {
    list-style: none;
    margin: 0
}

.banner .gform_wrapper ul .gsection {
    margin-bottom: 0
}

.banner .gform_wrapper ul .gsection h2 {
    color: #383771;
    font-size: 28px;
    font-weight: 900;
    margin: 0 0 22px
}

.banner .gform_wrapper li {
    margin: 0 0 30px;
    position: relative
}

.banner .gform_wrapper li.gfield_error input,.banner .gform_wrapper li.gfield_error select,.banner .gform_wrapper li.gfield_error textarea {
    border: 1px solid red
}

.banner .gform_wrapper input {
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 100px;
    color: #3a3a3a;
    font-size: 16px;
    height: 50px;
    padding: 0 24px!important;
    width: 100%!important
}

.banner .gform_wrapper input::-webkit-input-placeholder {
    color: #ccc
}

.banner .gform_wrapper input:-ms-input-placeholder,.banner .gform_wrapper input::-ms-input-placeholder {
    color: #ccc
}

.banner .gform_wrapper input::placeholder {
    color: #ccc
}

.banner .gform_wrapper textarea {
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 0;
    color: #3a3a3a;
    font-size: 16px;
    padding: 24px;
    width: 100%!important
}

.banner .gform_wrapper textarea::-webkit-input-placeholder {
    color: #3a3a3a
}

.banner .gform_wrapper textarea:-ms-input-placeholder,.banner .gform_wrapper textarea::-ms-input-placeholder {
    color: #3a3a3a
}

.banner .gform_wrapper textarea::placeholder {
    color: #3a3a3a
}

.banner .gform_wrapper select {
    background-position: right -.25rem center!important;
    border: 1px solid #aaa;
    border-radius: 100px;
    height: 50px;
    margin-bottom: 0;
    padding: 0 24px!important;
    width: 100%!important
}

.banner .gform_wrapper ul li {
    float: left;
    padding-right: 0!important;
    width: 100%
}

.banner .gform_wrapper ul li:after {
    clear: both;
    content: "";
    display: block
}

.banner .gform_wrapper ul li input {
    margin-bottom: 0
}

.banner .gform_wrapper ul li.half-left {
    clear: none;
    width: 100%
}

.banner .gform_wrapper ul li.half-left input,.banner .gform_wrapper ul li.half-left select {
    width: 100%!important
}

@media print,screen and (min-width: 48.0625em) {
    .banner .gform_wrapper ul li.half-left {
        float:left;
        width: 48.5%
    }
}

.banner .gform_wrapper ul li.half-right {
    clear: right;
    width: 100%
}

.banner .gform_wrapper ul li.half-right input,.banner .gform_wrapper ul li.half-right select {
    width: 100%!important
}

@media print,screen and (min-width: 48.0625em) {
    .banner .gform_wrapper ul li.half-right {
        float:right;
        width: 48.5%
    }
}

.banner .gform_wrapper #input_4_13 {
    margin-top: -20px
}

.banner .gform_wrapper #field_3_7 label,.banner .gform_wrapper #field_5_5 label,.banner .gform_wrapper #field_5_6 label,.banner .gform_wrapper #field_5_7 label,.banner .gform_wrapper #field_5_9 label,.banner .gform_wrapper #field_5_10 label,.banner .gform_wrapper #field_5_11 label,.banner .gform_wrapper #field_5_12 label,.banner .gform_wrapper #field_5_13 label,.banner .gform_wrapper #field_5_14 label {
    display: block!important;
    font-size: 14px;
    font-weight: 700
}

.banner .gform_wrapper #field_3_7 span label,.banner .gform_wrapper #field_5_5 span label,.banner .gform_wrapper #field_5_6 span label,.banner .gform_wrapper #field_5_7 span label,.banner .gform_wrapper #field_5_9 span label,.banner .gform_wrapper #field_5_10 span label,.banner .gform_wrapper #field_5_11 span label,.banner .gform_wrapper #field_5_12 span label,.banner .gform_wrapper #field_5_13 span label,.banner .gform_wrapper #field_5_14 span label {
    font-size: 12px;
    font-weight: 500
}

.banner .gform_wrapper .address_city,.banner .gform_wrapper .address_country,.banner .gform_wrapper .address_state,.banner .gform_wrapper .address_zip {
    clear: none;
    width: 100%
}

.banner .gform_wrapper .address_city input,.banner .gform_wrapper .address_city select,.banner .gform_wrapper .address_country input,.banner .gform_wrapper .address_country select,.banner .gform_wrapper .address_state input,.banner .gform_wrapper .address_state select,.banner .gform_wrapper .address_zip input,.banner .gform_wrapper .address_zip select {
    width: 100%!important
}

@media print,screen and (min-width: 48.0625em) {
    .banner .gform_wrapper .address_city,.banner .gform_wrapper .address_country,.banner .gform_wrapper .address_state,.banner .gform_wrapper .address_zip {
        float:left;
        width: 48.5%
    }
}

@media print,screen and (min-width: 48.0625em) {
    .banner .gform_wrapper .address_country,.banner .gform_wrapper .address_state {
        float:right
    }
}

.banner .gform_wrapper .gform_footer {
    margin-top: 0
}

.banner .gform_wrapper .gform_footer input[type=submit] {
    background: #ff3368;
    border: 0;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    min-width: 180px;
    padding: 14px 43px 17px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: auto!important
}

.banner .gform_wrapper .gform_footer input[type=submit]:focus {
    outline: 0
}

@media print,screen and (min-width: 48.0625em) {
    .banner .gform_wrapper .gform_footer input[type=submit]:hover {
        background:#383771;
        color: #fff
    }
}

.banner .gform_wrapper .gfield_radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.banner .gform_wrapper .gfield_radio li {
    width: 48%
}

@media print,screen and (min-width: 48.0625em) {
    .banner .gform_wrapper .gfield_radio li {
        width:23%
    }
}

@media print,screen and (min-width: 67.5em) {
    .banner .gform_wrapper .gfield_radio li {
        width:12%
    }
}

.banner .gform_wrapper .gfield_radio li input[type=radio]:checked+label,.banner .gform_wrapper .gfield_radio li input[type=radio]:not(:checked)+label {
    font-size: 15px;
    font-weight: 400;
    margin-left: 0
}

.banner .gform_wrapper .gfield_radio li [type=radio]:checked,.banner .gform_wrapper .gfield_radio li input[type=radio]:not(:checked) {
    left: -9999px;
    position: absolute!important
}

.banner .gform_wrapper .gfield_radio li [type=radio]:checked+label,.banner .gform_wrapper .gfield_radio li input[type=radio]:not(:checked)+label {
    color: #3a3a3a;
    cursor: pointer!important;
    font-size: 14px;
    line-height: 1.4;
    padding-left: 30px!important;
    position: relative!important
}

.banner .gform_wrapper .gfield_radio li [type=radio]:checked+label a,.banner .gform_wrapper .gfield_radio li input[type=radio]:not(:checked)+label a {
    color: #fff;
    text-decoration: underline
}

.banner .gform_wrapper .gfield_radio li [type=radio]:checked+label:before,.banner .gform_wrapper .gfield_radio li input[type=radio]:not(:checked)+label:before {
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 50%;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px
}

.banner .gform_wrapper .gfield_radio li [type=radio]:checked+label:after,.banner .gform_wrapper .gfield_radio li input[type=radio]:not(:checked)+label:after {
    background-color: #ff3368;
    border-radius: 50%;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    width: 20px
}

.banner .gform_wrapper .gfield_radio li input[type=radio]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.banner .gform_wrapper .gfield_radio li input[type=radio]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.banner .gform_wrapper .gfield_radio li [type=radio]:disabled:checked+label:before,.banner .gform_wrapper .gfield_radio li input[type=radio]:disabled:not(:checked)+label:before {
    background-color: #ddd;
    border-color: #bbb;
    -webkit-box-shadow: none;
    box-shadow: none
}

.banner .gform_wrapper .gfield_radio li input[type=radio]:disabled:checked+label:after {
    color: #999
}

.banner .gform_wrapper .gfield_radio li input[type=radio]:disabled+label {
    color: #aaa
}

.banner--image img,.cta {
    padding: 30px 0
}

.cta {
    text-align: center
}

@media print,screen and (min-width: 48.0625em) {
    .cta {
        padding:100px 0
    }
}

.cta__title,.cta h2 {
    line-height: 1.2
}

.cta__title {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px
}

@media print,screen and (min-width: 48.0625em) {
    .cta__title {
        font-size:42px;
        line-height: 46px;
        margin-bottom: 40px
    }
}

.cta__content {
    color: #fff
}

.cta__content p {
    font-size: 18px
}

.cta__button {
    display: inline-block;
    margin-top: 30px
}

@media print,screen and (min-width: 48.0625em) {
    .cta__button {
        margin-top:60px
    }
}

.testimonials {
    padding: 40px 0
}

.testimonials__title {
    color: #383771;
    margin-bottom: 40px;
    text-align: center
}

.testimonials__items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.testimonials__item,.testimonials__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.testimonials__item {
    border-radius: 4px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px 0;
    max-width: 554px;
    padding: 33px 20px;
    width: 100%
}

@media print,screen and (min-width: 48.0625em) {
    .testimonials__item {
        margin:20px;
        width: 48%
    }
}

.testimonials__item svg {
    height: 51px;
    width: 51px
}

.testimonials__item:first-of-type {
    background: #383771;
    color: #fff
}

.testimonials__item:last-of-type {
    background: #dfa040;
    color: #fff
}

.testimonials__item:last-of-type svg text {
    fill: #dfa040
}

.testimonials__content {
    width: calc(100% - 70px)
}

.testimonials__item-quote {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 10px
}

.testimonials__item-author {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0
}

.logos {
    border-top: 2px solid #eee;
    padding: 60px 0;
    text-align: center
}

.logos__title {
    color: #383771;
    margin: 0 0 40px
}

.logos__logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto
}

@media print,screen and (min-width: 48.0625em) {
    .logos__logos {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.logos__item {
    border: 1px solid #eee;
    border-radius: 4px;
    margin: 0 1% 2%;
    padding: 20px 20px 18%;
    position: relative;
    width: 48%
}

@media print,screen and (min-width: 48.0625em) {
    .logos__item {
        width:18%
    }
}

.logos__image {
    left: 50%;
    max-height: 85%;
    max-width: 85%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.logos__link {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.book-block {
    padding: 30px 0
}

@media print,screen and (min-width: 48.0625em) {
    .book-block {
        padding:60px 0
    }
}

.book-block__image {
    text-align: center
}

.book-block__title {
    color: #383771
}

.book-block__price {
    color: #ff3368
}

.book-block .gform_wrapper {
    margin-top: 0
}

.book-block .gform_wrapper h3.gform_title {
    color: #383771;
    font-size: 28px;
    font-weight: 900;
    margin: 0 0 22px
}

.book-block .gform_wrapper .gfield_label {
    display: none!important
}

.book-block .gform_wrapper .gform_body:after {
    clear: both;
    content: "";
    display: block
}

.book-block .gform_wrapper ul {
    list-style: none;
    margin: 0
}

.book-block .gform_wrapper ul .gsection {
    margin-bottom: 0
}

.book-block .gform_wrapper ul .gsection h2 {
    color: #383771;
    font-size: 28px;
    font-weight: 900;
    margin: 0 0 22px
}

.book-block .gform_wrapper li {
    margin: 0 0 30px;
    position: relative
}

.book-block .gform_wrapper li.gfield_error input,.book-block .gform_wrapper li.gfield_error select,.book-block .gform_wrapper li.gfield_error textarea {
    border: 1px solid red
}

.book-block .gform_wrapper input {
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 100px;
    color: #3a3a3a;
    font-size: 16px;
    height: 50px;
    padding: 0 24px!important;
    width: 100%!important
}

.book-block .gform_wrapper input::-webkit-input-placeholder {
    color: #ccc
}

.book-block .gform_wrapper input:-ms-input-placeholder,.book-block .gform_wrapper input::-ms-input-placeholder {
    color: #ccc
}

.book-block .gform_wrapper input::placeholder {
    color: #ccc
}

.book-block .gform_wrapper textarea {
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 0;
    color: #3a3a3a;
    font-size: 16px;
    padding: 24px;
    width: 100%!important
}

.book-block .gform_wrapper textarea::-webkit-input-placeholder {
    color: #3a3a3a
}

.book-block .gform_wrapper textarea:-ms-input-placeholder,.book-block .gform_wrapper textarea::-ms-input-placeholder {
    color: #3a3a3a
}

.book-block .gform_wrapper textarea::placeholder {
    color: #3a3a3a
}

.book-block .gform_wrapper select {
    background-position: right -.25rem center!important;
    border: 1px solid #aaa;
    border-radius: 100px;
    height: 50px;
    margin-bottom: 0;
    padding: 0 24px!important;
    width: 100%!important
}

.book-block .gform_wrapper ul li {
    float: left;
    padding-right: 0!important;
    width: 100%
}

.book-block .gform_wrapper ul li:after {
    clear: both;
    content: "";
    display: block
}

.book-block .gform_wrapper ul li input {
    margin-bottom: 0
}

.book-block .gform_wrapper ul li.half-left {
    clear: none;
    width: 100%
}

.book-block .gform_wrapper ul li.half-left input,.book-block .gform_wrapper ul li.half-left select {
    width: 100%!important
}

@media print,screen and (min-width: 48.0625em) {
    .book-block .gform_wrapper ul li.half-left {
        float:left;
        width: 48.5%
    }
}

.book-block .gform_wrapper ul li.half-right {
    clear: right;
    width: 100%
}

.book-block .gform_wrapper ul li.half-right input,.book-block .gform_wrapper ul li.half-right select {
    width: 100%!important
}

@media print,screen and (min-width: 48.0625em) {
    .book-block .gform_wrapper ul li.half-right {
        float:right;
        width: 48.5%
    }
}

.book-block .gform_wrapper #input_4_13 {
    margin-top: -20px
}

.book-block .gform_wrapper #field_3_7 label,.book-block .gform_wrapper #field_5_5 label,.book-block .gform_wrapper #field_5_6 label,.book-block .gform_wrapper #field_5_7 label,.book-block .gform_wrapper #field_5_9 label,.book-block .gform_wrapper #field_5_10 label,.book-block .gform_wrapper #field_5_11 label,.book-block .gform_wrapper #field_5_12 label,.book-block .gform_wrapper #field_5_13 label,.book-block .gform_wrapper #field_5_14 label {
    display: block!important;
    font-size: 14px;
    font-weight: 700
}

.book-block .gform_wrapper #field_3_7 span label,.book-block .gform_wrapper #field_5_5 span label,.book-block .gform_wrapper #field_5_6 span label,.book-block .gform_wrapper #field_5_7 span label,.book-block .gform_wrapper #field_5_9 span label,.book-block .gform_wrapper #field_5_10 span label,.book-block .gform_wrapper #field_5_11 span label,.book-block .gform_wrapper #field_5_12 span label,.book-block .gform_wrapper #field_5_13 span label,.book-block .gform_wrapper #field_5_14 span label {
    font-size: 12px;
    font-weight: 500
}

.book-block .gform_wrapper .address_city,.book-block .gform_wrapper .address_country,.book-block .gform_wrapper .address_state,.book-block .gform_wrapper .address_zip {
    clear: none;
    width: 100%
}

.book-block .gform_wrapper .address_city input,.book-block .gform_wrapper .address_city select,.book-block .gform_wrapper .address_country input,.book-block .gform_wrapper .address_country select,.book-block .gform_wrapper .address_state input,.book-block .gform_wrapper .address_state select,.book-block .gform_wrapper .address_zip input,.book-block .gform_wrapper .address_zip select {
    width: 100%!important
}

@media print,screen and (min-width: 48.0625em) {
    .book-block .gform_wrapper .address_city,.book-block .gform_wrapper .address_country,.book-block .gform_wrapper .address_state,.book-block .gform_wrapper .address_zip {
        float:left;
        width: 48.5%
    }
}

@media print,screen and (min-width: 48.0625em) {
    .book-block .gform_wrapper .address_country,.book-block .gform_wrapper .address_state {
        float:right
    }
}

.book-block .gform_wrapper .gform_footer {
    margin-top: 0
}

.book-block .gform_wrapper .gform_footer input[type=submit] {
    background: #ff3368;
    border: 0;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    min-width: 180px;
    padding: 14px 43px 17px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: auto!important
}

.book-block .gform_wrapper .gform_footer input[type=submit]:focus {
    outline: 0
}

@media print,screen and (min-width: 48.0625em) {
    .book-block .gform_wrapper .gform_footer input[type=submit]:hover {
        background:#383771;
        color: #fff
    }
}

.book-block .gform_wrapper .gfield_radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.book-block .gform_wrapper .gfield_radio li {
    width: 48%
}

@media print,screen and (min-width: 48.0625em) {
    .book-block .gform_wrapper .gfield_radio li {
        width:23%
    }
}

@media print,screen and (min-width: 67.5em) {
    .book-block .gform_wrapper .gfield_radio li {
        width:12%
    }
}

.book-block .gform_wrapper .gfield_radio li input[type=radio]:checked+label,.book-block .gform_wrapper .gfield_radio li input[type=radio]:not(:checked)+label {
    font-size: 15px;
    font-weight: 400;
    margin-left: 0
}

.book-block .gform_wrapper .gfield_radio li [type=radio]:checked,.book-block .gform_wrapper .gfield_radio li input[type=radio]:not(:checked) {
    left: -9999px;
    position: absolute!important
}

.book-block .gform_wrapper .gfield_radio li [type=radio]:checked+label,.book-block .gform_wrapper .gfield_radio li input[type=radio]:not(:checked)+label {
    color: #3a3a3a;
    cursor: pointer!important;
    font-size: 14px;
    line-height: 1.4;
    padding-left: 30px!important;
    position: relative!important
}

.book-block .gform_wrapper .gfield_radio li [type=radio]:checked+label a,.book-block .gform_wrapper .gfield_radio li input[type=radio]:not(:checked)+label a {
    color: #fff;
    text-decoration: underline
}

.book-block .gform_wrapper .gfield_radio li [type=radio]:checked+label:before,.book-block .gform_wrapper .gfield_radio li input[type=radio]:not(:checked)+label:before {
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 50%;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px
}

.book-block .gform_wrapper .gfield_radio li [type=radio]:checked+label:after,.book-block .gform_wrapper .gfield_radio li input[type=radio]:not(:checked)+label:after {
    background-color: #ff3368;
    border-radius: 50%;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    width: 20px
}

.book-block .gform_wrapper .gfield_radio li input[type=radio]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.book-block .gform_wrapper .gfield_radio li input[type=radio]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.book-block .gform_wrapper .gfield_radio li [type=radio]:disabled:checked+label:before,.book-block .gform_wrapper .gfield_radio li input[type=radio]:disabled:not(:checked)+label:before {
    background-color: #ddd;
    border-color: #bbb;
    -webkit-box-shadow: none;
    box-shadow: none
}

.book-block .gform_wrapper .gfield_radio li input[type=radio]:disabled:checked+label:after {
    color: #999
}

.book-block .gform_wrapper .gfield_radio li input[type=radio]:disabled+label {
    color: #aaa
}

.schools-map {
    border-top: 2px solid #eee;
    padding: 30px 0
}

@media print,screen and (min-width: 48.0625em) {
    .schools-map {
        padding:70px 0 40px
    }
}

.schools-map__title {
    color: #383771;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 18px;
    text-align: center
}

.schools-map__subtitle {
    font-style: italic;
    margin-bottom: 50px;
    margin-top: -10px;
    text-align: center
}

.schools-map .acf-map {
    height: 400px;
    margin: 0 0 30px;
    width: 100%
}

@media print,screen and (min-width: 48.0625em) {
    .schools-map .acf-map {
        height:500px
    }
}

.schools-map .acf-map img {
    max-width: inherit!important
}

.schools-map__item {
    margin: 0 0 30px;
    padding: 21px;
    text-align: center
}

.schools-map__item img {
    margin-bottom: 10px
}

.product-list {
    background: #1d95d2;
    background: #fff;
    background-position: 50%;
    background-size: cover;
    padding: 40px 0 25px;
    position: relative;
    text-align: center
}

@media print,screen and (min-width: 48.0625em) {
    .product-list {
        padding:80px 0 65px
    }
}

.product-list__title {
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 18px
}

.product-list__content {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin: 0 auto 15px;
    max-width: 892px
}

@media print,screen and (min-width: 48.0625em) {
    .product-list__content {
        margin:0 auto 35px
    }
}

.product-list__content p {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px
}

@media print,screen and (min-width: 48.0625em) {
    .product-list__content p {
        font-size:20px;
        line-height: 24px
    }
}

.product-list__item {
    background: #fff;
    border-radius: 4px;
    display: block;
    position: relative;
    text-align: left;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: 10
}

.product-list__item:hover img {
    -webkit-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06)
}

.product-list__item__content {
    padding: 1rem
}

.product-list__item img {
    display: block;
    margin: auto;
    max-height: 300px;
    transition: transform .3s cubic-bezier(.25,.46,.45,.94),opacity .15s cubic-bezier(.25,.46,.45,.94),-webkit-transform .3s cubic-bezier(.25,.46,.45,.94);
    width: auto
}

.product-list__item h4 {
    color: #383771;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 16px;
    margin-top: 8px
}

.product-list .cell {
    margin-bottom: 30px
}

@media print,screen and (min-width: 48.0625em) {
    .product-list .cell {
        margin-bottom:40px
    }
}

.product-list--dark {
    background: #383771
}

.product-list--dark .product-list__overlay {
    display: none
}

.product-list--dark .product-list__item {
    padding: 30px;
    text-align: left
}

@media print,screen and (min-width: 48.0625em) {
    .product-list--dark .product-list__item {
        padding:30px
    }
}

.product-list--dark .product-list__title {
    font-size: 36px
}

.product-list--dark .product-list__content {
    font-size: 28px;
    font-weight: 900
}

.product-list--dark .product-list__content--bottom {
    margin-bottom: 20px;
    margin-top: 30px
}

.product-list--dark .product-list__content p {
    font-size: 24px;
    font-weight: 900;
    line-height: 32px
}

.product-list--dark .product-list__content p:last-of-type {
    margin-bottom: 0
}

.product-list--dark .btn {
    display: inline-block;
    font-size: 20px;
    margin: 40px 0 0
}

.product-list.board {
    background: #1d95d2
}

.product-list.experts {
    background: #ff3368
}

.product-list.ambassadors {
    background: #fff
}

.product-list.ambassadors .product-list__content p,.product-list.ambassadors .product-list__title {
    color: #383771
}

.product-list.ambassadors .product-list__item__content {
    padding-left: 0;
    padding-right: 0
}

.product-list.ambassadors .product-list__item__content p {
    color: #ff3368;
    font-size: 14px;
    line-height: 20px;
    margin: 0
}

.product-list.ambassadors .product-list__image {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 200px
}

.image-coloured-content {
    position: relative
}

.image-coloured-content__image {
    background-position: 50%;
    background-size: cover;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100vw
}

@media print,screen and (min-width: 48.0625em) {
    .image-coloured-content__image {
        display:block;
        width: 50vw
    }
}

.image-coloured-content__items {
    padding: 30px 0
}

@media print,screen and (min-width: 48.0625em) {
    .image-coloured-content__items {
        padding:90px 0
    }
}

.image-coloured-content h4 {
    color: #fff;
    margin-bottom: 30px
}

@media print,screen and (min-width: 48.0625em) {
    .image-coloured-content h4 {
        font-size:26px;
        margin-bottom: 40px
    }
}

.image-coloured-content .slick-dotted.slick-slider {
    margin-bottom: 0
}

.image-coloured-content .slick-dots {
    bottom: 90px;
    margin: 30px auto 0;
    max-width: 1280px;
    padding-right: 10px;
    position: static!important;
    text-align: left;
    z-index: 0!important
}

.image-coloured-content .slick-dots li {
    margin: 0 12px 0 0
}

.image-coloured-content .slick-dots li button {
    background: hsla(0,0%,100%,.6);
    border: 0;
    height: 12px;
    width: 12px
}

.image-coloured-content .slick-dots li.slick-active button {
    background: #fff
}

.image-coloured-content__item-quote {
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    line-height: 32px;
    margin-bottom: 24px
}

@media print,screen and (min-width: 48.0625em) {
    .image-coloured-content__item-quote {
        margin-bottom:40px
    }
}

.image-coloured-content__item-author {
    color: #fff;
    margin-bottom: 0
}

.image-coloured-content__item-location {
    color: #fff;
    font-weight: 900;
    margin: 0
}

.landing-banner {
    overflow: hidden;
    padding: 0 0 30px;
    position: relative;
    text-align: center
}

@media print,screen and (min-width: 48.0625em) {
    .landing-banner {
        padding:90px 0 100px;
        text-align: left
    }
}

.landing-banner__image {
    background-position: 50%;
    background-size: cover;
    height: 0;
    margin-bottom: 30px;
    padding-bottom: 56%;
    width: 100%
}

@media print,screen and (min-width: 48.0625em) {
    .landing-banner__image {
        height:100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 50%
    }
}

.landing-banner__title {
    color: #363770;
    font-size: 23px;
    line-height: 1.3;
    margin-bottom: 30px
}

@media print,screen and (min-width: 48.0625em) {
    .landing-banner__title {
        font-size:32px;
        width: 92%
    }
}

.landing-banner__content {
    margin-bottom: 30px
}

.confidence {
    background: #fbfbfb;
    padding: 30px 0 5px
}

@media print,screen and (min-width: 48.0625em) {
    .confidence {
        padding:60px 0
    }
}

.confidence h2 {
    color: #383771;
    font-size: 20px;
    margin-bottom: 30px;
    text-align: center
}

@media print,screen and (min-width: 48.0625em) {
    .confidence h2 {
        font-size:28px;
        margin-bottom: 50px
    }
}

.confidence__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px
}

@media print,screen and (min-width: 48.0625em) {
    .confidence__item {
        margin-bottom:0
    }
}

.confidence__item img {
    height: 40px;
    margin: 0;
    width: auto
}

@media print,screen and (min-width: 48.0625em) {
    .confidence__item img {
        height:50px
    }
}

.confidence__item h4 {
    color: #383771;
    font-size: 18px
}

.confidence__item p {
    font-size: 14px;
    margin-bottom: 0
}

.confidence__content {
    width: calc(100% - 70px)
}

@media print,screen and (min-width: 48.0625em) {
    .confidence__content {
        width:calc(100% - 80px)
    }
}

.countdown {
    background: #fff;
    color: #ee4171;
    padding: 20px 0
}

@media print,screen and (min-width: 48.0625em) {
    .countdown {
        background:#ee4171;
        color: #fff;
        padding: 30px 0
    }
}

.countdown p {
    color: #3a3a3a;
    font-size: 13px;
    font-weight: 900;
    margin: 0 0 11px;
    text-align: center
}

@media print,screen and (min-width: 48.0625em) {
    .countdown p {
        color:#fff;
        font-size: 20px;
        margin: 22px 0 11px;
        text-align: left
    }
}

.countdown__timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.countdown__timer span {
    background: #ee4171;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    height: 52px;
    line-height: 52px;
    margin: 0 6px;
    position: relative;
    text-align: center;
    width: 52px
}

@media print,screen and (min-width: 48.0625em) {
    .countdown__timer span {
        background:#fff;
        color: #ee4171;
        font-size: 18px;
        height: 60px;
        height: 70px;
        line-height: 60px;
        line-height: 70px;
        margin: 0 6px;
        margin: 0 15px;
        width: 60px;
        width: 70px
    }
}

.countdown--inline {
    background: transparent;
    padding-bottom: 0;
    padding-top: 20px
}

@media print,screen and (min-width: 48.0625em) {
    .countdown--inline {
        background:transparent;
        padding-top: 0
    }
}

.countdown--inline .countdown__message {
    color: #3a3a3a;
    font-size: 18px;
    margin-bottom: 20px!important;
    text-align: center
}

.countdown--inline .countdown__timer span {
    background: #383771;
    color: #fff
}

.site-header {
    background: #fbfbfb;
    border-bottom: 1px solid #eee;
    height: 70px;
    padding: 10px 0;
    position: fixed;
    top: 36px;
    width: 100%;
    z-index: 95
}

@media print,screen and (min-width: 48.0625em) {
    .site-header {
        height:90px;
        padding: 20px 35px;
        top: 42px
    }
}

.site-header__logo {
    display: inline-block;
    text-align: center
}

@media print,screen and (min-width: 48.0625em) {
    .site-header__logo {
        display:inline-block;
        margin: 0 auto;
        width: 100px
    }
}

.site-header__logo .standard {
    display: inline-block
}

.site-header__logo .alt {
    display: none
}

.site-header__logo img {
    display: inline-block;
    height: auto;
    margin-top: 7px;
    width: 70px
}

@media print,screen and (min-width: 48.0625em) {
    .site-header__logo img {
        margin-top:0;
        width: 100px
    }
}

.site-header__logo:focus {
    outline: 0
}

.site-header__hamburger {
    color: #383771;
    cursor: pointer;
    height: 50px;
    padding: 0 16px;
    position: absolute;
    right: 5px;
    top: calc(50% - 25px);
    z-index: 10
}

@media print,screen and (min-width: 48.0625em) {
    .site-header__hamburger {
        right:20px
    }
}

.site-header__hamburger:focus {
    outline: 0
}

.site-header__hamburger .lines {
    position: relative
}

.site-header__hamburger .lines,.site-header__hamburger .lines:after,.site-header__hamburger .lines:before {
    background: #383771;
    border-radius: 2px;
    display: inline-block;
    height: 3px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    vertical-align: middle;
    width: 30px
}

.site-header__hamburger .lines:after,.site-header__hamburger .lines:before {
    content: "";
    left: 0;
    position: absolute;
    -webkit-transform-origin: 35px/14 center;
    -o-transform-origin: 35px/14 center;
    transform-origin: 35px/14 center
}

.site-header__hamburger .lines:before {
    top: 8px
}

.site-header__hamburger .lines:after {
    top: -8px
}

.site-header__hamburger .lines-button:hover {
    opacity: 1
}

.site-header .user_login__button {
    background: transparent;
    border: none;
    color: #f3b337;
    float: right;
    margin-right: 5px;
    margin-top: 11px;
    padding: 4px 0
}

.site-header .user_login__button span {
    display: none
}

.site-header .user_login__button i {
    font-size: 25px
}

@media (min-width: 350px) {
    .site-header .user_login__button {
        margin-right:10px
    }
}

@media print,screen and (min-width: 48.0625em) {
    .site-header .user_login__button {
        background:#fff;
        border: 1px solid #f3b337;
        margin-top: 2px;
        padding: 14px 18px
    }

    .site-header .user_login__button span {
        display: inline-block
    }

    .site-header .user_login__button i {
        font-size: 15px
    }

    .site-header .user_login__button:hover {
        background-color: #f3b337;
        color: #fff
    }
}

.site-header .learn_user_login__button {
    background-color: #ff3368!important;
    border: 1px solid #ff3368;
    color: #fff!important;
    float: right;
    margin-right: 0;
    margin-top: 11px;
    padding: 7px 11px 9px!important;
    display: none;
}

@media (min-width: 350px) {
    .site-header .learn_user_login__button {
        padding:8px 14px!important
    }
}

.site-header .learn_user_login__button span {
    font-size: 10px
}

@media (min-width: 350px) {
    .site-header .learn_user_login__button span {
        font-size:12px
    }
}

@media print,screen and (min-width: 48.0625em) {
    .site-header .learn_user_login__button {
        margin-top:2px;
        padding: 14px 15px!important
    }

    .site-header .learn_user_login__button span {
        font-size: 16px
    }

    .site-header .learn_user_login__button:hover {
        background-color: #383771!important;
        border-color: #383771
    }
}

.site-header .cta_button_container {
    float: right;
    margin-right: 0;
    position: absolute;
    right: 70px;
    top: calc(50% - 25px);
    z-index: 10
}

@media print,screen and (min-width: 48.0625em) {
    .site-header .cta_button_container {
        right:90px
    }
}

.announcement {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100
}

.announcement a {
    background: #f3b337;
    color: #fff;
    display: block;
    padding: 12px 0;
    text-align: center;
    text-decoration: none;
    width: 100%
}

.announcement a,.announcement a span {
    font-size: 8px;
    line-height: 18px
}

@media (min-width: 370px) {
    .announcement a,.announcement a span {
        font-size:10px
    }
}

.announcement a img {
    display: inline-block;
    display: none;
    height: 12px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 16px
}

@media print,screen and (min-width: 48.0625em) {
    .announcement a img {
        display:inline-block;
        margin-left: 10px
    }
}

@media print,screen and (min-width: 48.0625em) {
    .announcement a,.announcement a span {
        font-size:14px
    }

    .announcement a:hover img {
        -webkit-transform: translateX(5px);
        -o-transform: translateX(5px);
        transform: translateX(5px)
    }
}

.kick-sugar-in-30-days .site-header__hamburger {
    display: none
}

.kick-sugar-in-30-days .site-header .cta_button_container {
    right: 20px
}

@media print,screen and (min-width: 48.0625em) {
    .kick-sugar-in-30-days .site-header .cta_button_container {
        right:50px
    }
}

.kick-sugar-in-30-days .faq {
    margin-bottom: 40px;
    margin-top: -40px
}

.kick-sugar-in-30-days .faq h2 {
    text-align: center
}

.site-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1280px;
    padding-left: 25px;
    padding-right: 25px
}

@media print,screen and (min-width: 48.0625em) {
    .site-footer__inner {
        padding-left:.9375rem;
        padding-right: .9375rem
    }
}

.site-footer__inner .left {
    text-align: left;
    width: 50%
}

.site-footer__inner .left ul {
    line-height: 1;
    margin-top: 0
}

.site-footer__inner .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: left;
    width: 50%
}

.site-footer__inner .right ul {
    text-align: left
}

.site-footer--links {
    background: #383771;
    padding: 40px 0 70px
}

@media print,screen and (min-width: 48.0625em) {
    .site-footer--links {
        padding:50px 0
    }
}

.site-footer--links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left
}

.site-footer--links li {
    display: block;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 23px;
    margin-right: 0;
    vertical-align: middle
}

@media print,screen and (min-width: 48.0625em) {
    .site-footer--links li {
        display:inline-block;
        margin-bottom: 0;
        margin-right: 20px
    }
}

.site-footer--links li a {
    color: #fff
}

.site-footer--links p {
    color: #fff;
    font-size: 12px;
    margin: 0;
    padding-bottom: 0;
    padding-top: 15px;
    position: absolute;
    text-align: left
}

@media print,screen and (min-width: 48.0625em) {
    .site-footer--links p {
        padding-bottom:0;
        padding-top: 23px;
        position: static
    }
}

.site-footer__app {
    width: 100%
}

@media print,screen and (min-width: 48.0625em) {
    .site-footer__app {
        margin-right:30px;
        width: auto
    }
}

.site-footer__app h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 0
}

.site-footer__app ul {
    margin: 13px 0 0;
    padding: 0
}

@media print,screen and (min-width: 48.0625em) {
    .site-footer__app ul {
        margin:20px 0 0
    }
}

.site-footer__app ul li {
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 10px;
    vertical-align: middle
}

@media print,screen and (min-width: 48.0625em) {
    .site-footer__app ul li {
        margin-bottom:0
    }
}

.site-footer__app ul li img {
    height: 30px
}

.site-footer__social {
    margin-top: 10px;
    width: 100%
}

@media print,screen and (min-width: 48.0625em) {
    .site-footer__social {
        margin-top:0;
        width: auto
    }
}

.site-footer__social h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 900
}

.site-footer__social ul {
    margin: 15px 0 0;
    padding: 0
}

@media print,screen and (min-width: 48.0625em) {
    .site-footer__social ul {
        margin:20px 0 0
    }
}

.site-footer__social ul li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: middle
}

.site-footer__social ul li i {
    font-size: 18px
}

.site-footer__social ul li a {
    color: #fff
}

.site-footer--newsletter {
    background: #eee;
    display: none;
    padding: 20px 0
}

@media print,screen and (min-width: 48.0625em) {
    .site-footer--newsletter {
        padding:40px 0
    }
}

.site-footer--newsletter .gform_wrapper form {
    margin: 0 auto;
    max-width: 400px
}

.site-footer--newsletter .gform_wrapper h3.gform_title {
    color: #383771;
    font-size: 28px;
    font-weight: 900;
    margin: 0 0 22px
}

.site-footer--newsletter .gform_wrapper .gfield_label {
    display: none!important
}

.site-footer--newsletter .gform_wrapper .gform_body:after {
    clear: both;
    content: "";
    display: block
}

.site-footer--newsletter .gform_wrapper .gform_footer {
    margin-top: 0;
    width: 100%
}

.site-footer--newsletter .gform_wrapper .gform_footer input[type=submit] {
    background: #ff3368;
    border: 0;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 0;
    min-width: 180px;
    padding: 14px 43px 17px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: auto!important
}

.site-footer--newsletter .gform_wrapper .gform_footer input[type=submit]:focus {
    outline: 0
}

@media print,screen and (min-width: 48.0625em) {
    .site-footer--newsletter .gform_wrapper .gform_footer input[type=submit]:hover {
        background:#383771;
        color: #fff
    }
}

.site-footer--newsletter .gform_wrapper ul {
    list-style: none;
    margin: 0
}

.site-footer--newsletter .gform_wrapper ul li {
    margin: 0 0 20px;
    position: relative;
    width: 100%!important
}

.site-footer--newsletter .gform_wrapper ul li input {
    margin-bottom: 16px
}

.site-footer--newsletter .gform_wrapper ul li.gfield_error input,.site-footer--newsletter .gform_wrapper ul li.gfield_error select,.site-footer--newsletter .gform_wrapper ul li.gfield_error textarea {
    border: 1px solid red
}

.site-footer--newsletter .gform_wrapper input {
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 100px;
    color: #3a3a3a;
    font-size: 16px;
    height: 50px;
    padding: 0 24px!important;
    width: 100%!important
}

.site-footer--newsletter .gform_wrapper input::-webkit-input-placeholder {
    color: #ccc
}

.site-footer--newsletter .gform_wrapper input:-ms-input-placeholder,.site-footer--newsletter .gform_wrapper input::-ms-input-placeholder {
    color: #ccc
}

.site-footer--newsletter .gform_wrapper input::placeholder {
    color: #ccc
}

.site-footer--newsletter .gform_wrapper ul li {
    float: left;
    padding-right: 0!important;
    width: 100%
}

.site-footer--newsletter .gform_wrapper ul li:after {
    clear: both;
    content: "";
    display: block
}

.site-footer--newsletter .gform_wrapper ul li input {
    margin-bottom: 0
}

.join-now .site-footer--links {
    padding: 5px 0 20px;
    text-align: center
}

.join-now .site-footer--links p {
    position: static;
    text-align: center;
    width: 100%
}

.recipe__banner {
    background-color: #ff3368;
    position: relative
}

.recipe__banner h1 {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    margin: 265px 0 20px
}

@media print,screen and (min-width: 48.0625em) {
    .recipe__banner h1 {
        font-size:42px;
        line-height: 50px;
        margin: 180px 0
    }
}

.recipe__banner-image {
    background-position: 50%;
    background-size: cover;
    height: 245px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media print,screen and (min-width: 48.0625em) {
    .recipe__banner-image {
        height:100%;
        left: auto;
        right: 0;
        width: 50%
    }
}

.recipe h4 {
    color: #383771;
    margin-bottom: 12px
}

.recipe__related {
    border-top: 2px solid #eee;
    padding: 30px 0
}

@media print,screen and (min-width: 48.0625em) {
    .recipe__related {
        padding:70px 0
    }
}

.recipe__related h4 {
    color: #3a3a3a;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: .5rem;
    margin-top: .5rem
}

.recipe__related .recipes__link {
    color: #ee4171;
    font-size: 12px
}

.recipe__related .recipes__image {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.recipe__related .recipes__title {
    margin-bottom: 25px
}

@media print,screen and (min-width: 48.0625em) {
    .recipe__related .recipes__title {
        margin-bottom:65px
    }
}

.recipe__related a {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.recipe__categories {
    border-top: 2px solid #eee;
    padding: 30px 0
}

@media print,screen and (min-width: 48.0625em) {
    .recipe__categories {
        padding:70px 0
    }
}

.recipe__categories h4 {
    color: #fff;
    margin-bottom: .5rem
}

.recipe__categories .recipes__title {
    margin-bottom: 25px
}

@media print,screen and (min-width: 48.0625em) {
    .recipe__categories .recipes__title {
        margin-bottom:65px
    }
}

.recipe__meta {
    list-style: none;
    margin: 0;
    padding: 25px 0 0
}

@media print,screen and (min-width: 48.0625em) {
    .recipe__meta {
        padding:40px 0 0
    }
}

.recipe__meta li {
    display: block;
    margin-bottom: 10px
}

@media print,screen and (min-width: 48.0625em) {
    .recipe__meta li {
        display:inline-block;
        margin-bottom: 0;
        margin-right: 50px
    }
}

.recipe__meta li img {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle
}

.recipe__meta li span {
    color: #383771;
    display: inline-block;
    font-size: 18px;
    font-weight: 900;
    vertical-align: middle
}

.recipe__allergies {
    color: #ff3368;
    font-size: 14px;
    margin-top: 16px
}

.recipe hr {
    border: 0;
    border-bottom: 2px solid #eee;
    margin: 26px 0
}

.recipe__method {
    margin-bottom: 50px
}

.recipe__content {
    padding-top: 20px
}

.recipe__content img {
    display: none
}

.single-recipe .page-title {
    margin-bottom: 0!important
}

.single-recipe .page-title a {
    display: block
}

.blog-grid {
    margin-top: 60px;
    position: relative
}

.blog-grid__row--top {
    padding-bottom: 20px;
    text-align: center
}

.blog-grid h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center
}

@media print,screen and (min-width: 48.0625em) {
    .blog-grid h1 {
        font-size:32px;
        line-height: 38px;
        margin-top: 60px
    }
}

.blog-grid__description p {
    color: #9b9b9b;
    font-size: 15px;
    line-height: 21px
}

.blog-grid__items {
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
    z-index: 1
}

@media print,screen and (min-width: 48.0625em) {
    .blog-grid__items {
        margin-top:40px
    }
}

.blog-grid__item {
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    overflow: hidden
}

.blog-grid__thumbnail {
    background-position: 50%;
    background-size: cover;
    overflow: hidden;
    padding-bottom: 66.6667%;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 100%
}

.blog-grid__thumbnail a {
    display: block;
    height: 100%;
    width: 100%
}

@media print,screen and (min-width: 48.0625em) {
    .blog-grid__thumbnail {
        padding-bottom:0;
        width: 30%
    }

    .blog-grid__thumbnail:hover {
        -webkit-transform: scale(1.035);
        -o-transform: scale(1.035);
        transform: scale(1.035)
    }
}

.blog-grid__no-results {
    font-size: 18px;
    font-weight: 700;
    margin: 30px 0;
    text-align: center
}

.blog-grid__content-wrap {
    background: #fff;
    padding: 25px 25px 35px;
    position: relative;
    width: 100%;
    z-index: 10
}

@media print,screen and (min-width: 48.0625em) {
    .blog-grid__content-wrap {
        padding:40px 50px 50px;
        width: 70%
    }
}

.blog-grid__content-wrap--full {
    width: 100%
}

@media print,screen and (min-width: 48.0625em) {
    .blog-grid__content-wrap--full {
        width:100%
    }
}

.blog-grid__category {
    border: 1px solid #383771;
    border-radius: 2px;
    color: #383771;
    font-family: Muli,sans-serif;
    font-size: 10px;
    font-weight: 700;
    padding: 5px 10px;
    text-transform: uppercase
}

.blog-grid h4 {
    font-size: 29px;
    margin: 18px 0 10px
}

.blog-grid h4 a {
    color: #383771;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.blog-grid h4 a:hover {
    color: #ff3368
}

.blog-grid__excerpt {
    margin-bottom: 25px
}

.blog-grid__excerpt,.blog-grid__excerpt p {
    color: #000;
    font-size: 14px;
    line-height: 20px
}

.blog main,.recipes main {
    background: #eee
}

.single-post .content time {
    color: #383771;
    display: block;
    font-size: 18px;
    margin-top: 20px
}

.single-post .content header h1 {
    color: #383771;
    line-height: 1.2
}

.single-post .content p a img {
    margin: 30px 0
}

.latest-post__image {
    background-color: #eee;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    padding-bottom: 66.667%
}

.home .latest-post {
    padding-bottom: 0
}

.ambassadors__header {
    height: 150px
}

.single-ambassador__header {
    margin-bottom: 30px
}

.single-ambassador__header img {
    border-radius: 4px;
    margin-bottom: 20px
}

@media print,screen and (min-width: 48.0625em) {
    .single-ambassador__header img {
        margin-bottom:0
    }
}

.single-ambassador__header h1 {
    color: #383771;
    margin-bottom: 20px
}

.single-ambassador__meta {
    color: #ff3368;
    margin-bottom: 0
}

.single-ambassador__share {
    color: #383771;
    display: inline-block;
    list-style: none;
    margin: 18px 0 0;
    padding: 0;
    vertical-align: middle
}

.single-ambassador__share li {
    display: inline-block;
    font-family: Muli,sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding-right: 10px;
    vertical-align: middle
}

@media print,screen and (min-width: 48.0625em) {
    .single-ambassador__share li:hover a {
        color:#383771
    }
}

.single-ambassador__share li a {
    color: #ff3368;
    font-size: 24px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.single-post .single-ambassador__share {
    display: block;
    margin: 8px 0 0
}

.sidebar {
    display: none;
    margin-bottom: 30px
}

@media print,screen and (min-width: 48.0625em) {
    .sidebar {
        display:block;
        height: 100%
    }
}

.sidebar__wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 60px
}

@media print,screen and (min-width: 48.0625em) {
    .sidebar__wrapper {
        padding-left:40px;
        padding-top: 40px
    }
}

.sidebar__panel {
    border: 1px solid #383771;
    border-radius: 6px
}

.sidebar__content {
    padding: 0 20px 20px
}

.sidebar img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-radius: 4px;
    display: block;
    margin-bottom: 20px;
    width: 100%
}

.sidebar ul {
    margin: 15px 0 20px
}

.sidebar ul li {
    display: block;
    margin-bottom: 5px;
    padding: 0
}

.sidebar ul li img {
    height: 18px;
    margin-bottom: 0;
    width: 18px
}

.sidebar ul li img,.sidebar ul li span {
    display: inline-block;
    vertical-align: top
}

.sidebar ul li span {
    line-height: 1.2;
    margin-left: 10px;
    width: calc(100% - 34px)
}

@media print,screen and (min-width: 48.0625em) {
    .single-post .sidebar__wrapper {
        padding-top:10px
    }
}

@media (max-width: 500px) {
    .cart-contents.imsAjaxCartCount {
        margin-right:10px
    }
}

.register-interest .next-program-container {
    font-size: 20px;
    font-weight: 700;
    margin: 0 auto;
    max-width: 420px;
    text-align: center
}

.register-interest .next-program-container .next-program {
    font-size: 18px;
    margin-left: 16px;
    text-align: left
}

.register-interest .next-program-container .next-program span {
    font-size: 26px;
    font-weight: 700
}

.register-interest form {
    margin: 45px auto;
    width: 320px
}

.consumer-education .row-pre-footer.col-1 .next-program-container .container-time span {
    width: auto
}

.page-consumer-education-data .main section:nth-child(4) .post-hero-container p.img img,.page-consumer-education-data .main section:nth-child(6) .row-why-worth-it.col-2 ul li img {
    height: 60px
}

.page-join-now-data #auth0-login-form .auth0-lock-header {
    display: none
}

body .woocommerce a.added_to_cart {
    color: #fff!important;
    font-size: .1px;
    max-width: 40px
}

body .woocommerce a.added_to_cart:after {
    color: #fe3367;
    content: "\F07A";
    float: left;
    font: normal normal normal 32px/1 FontAwesome;
    margin-top: -14px;
    -webkit-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    transform: rotate(1turn)
}

.page-consumer-education-data .main section .cell.small-12.medium-8 {
    width: calc(100% - 2.5rem)
}

.page-consumer-education-data .main section .cell ul li {
    display: inline-block;
    list-style: none
}

.page-consumer-education-data .main section .price-tag {
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 35px 25px
}

.page-consumer-education-data .main section .price-tag p:first-child {
    margin-bottom: 0
}

.page-consumer-education-data .main section .price-tag p:nth-child(2) {
    font-size: 4.5em;
    font-weight: 700;
    line-height: 100%
}

.page-consumer-education-data .main section .price-tag p span {
    font-weight: 700
}

.page-consumer-education-data .main section .price-tag p sup {
    font-size: .5em;
    top: -25px
}

.page-consumer-education-data .main section .price-tag img {
    width: 100%
}

.page-consumer-education-data .main section:nth-child(2) h1 {
    color: #383771;
    line-height: 120%
}

.page-consumer-education-data .main section:nth-child(2) p.sub-title {
    color: #383771;
    font-size: 19px;
    font-weight: 700
}

.page-consumer-education-data .main section:nth-child(2) a.btn {
    background-color: #f3b337;
    color: #fff;
    margin: 40px 0
}

.page-consumer-education-data .main section:nth-child(2) a.btn:hover {
    background-color: #383771
}

.page-consumer-education-data .main section:nth-child(2) .price-tag {
    bottom: 20px;
    position: absolute;
    right: -15px
}

.page-consumer-education-data .main section:nth-child(2) p.next-program {
    color: #adadad;
    font-size: 18px;
    font-weight: 700
}

.page-consumer-education-data .main section:nth-child(2) p.next-program span {
    color: #fe3367;
    font-size: 1.5em;
    font-weight: 700
}

.page-consumer-education-data .main section:nth-child(2) .row-1.col-2 p {
    color: #383771
}

.page-consumer-education-data .main section:nth-child(3) {
    display: none
}

.page-consumer-education-data .main section:nth-child(4) {
    background-color: #97d9ff!important
}

.page-consumer-education-data .main section:nth-child(4) h1 {
    color: #383771!important
}

.page-consumer-education-data .main section:nth-child(4) ul {
    border-collapse: separate;
    border-spacing: 30px;
    display: table;
    margin-left: -15px;
    margin-top: -140px;
    width: calc(100% + 15px)
}

.page-consumer-education-data .recipes__content-wrap a,.page-consumer-education-data .recipes__image {
    display: none
}

.page-consumer-education-data .main section:nth-child(4) .post-hero-container {
    margin-top: 0;
    padding-bottom: 30px;
    position: relative;
    text-align: center
}

.page-consumer-education-data .main section:nth-child(4) .post-hero-container h3 {
    background-color: #856aae;
    border-radius: 4px 4px 0 0;
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
    padding: 10px
}

.page-consumer-education-data .main section:nth-child(4) .post-hero-container p strong {
    color: #fff;
    float: left;
    font-weight: 700;
    margin: 0 12px 15px
}

.page-consumer-education-data .main section:nth-child(4) .post-hero-container p.img {
    background-color: #fff;
    padding: 15px 0;
    text-align: center;
    width: 100%
}

.page-consumer-education-data .main section:nth-child(4) .post-hero-container p.title {
    color: #fff;
    font-weight: 700;
    padding: 0 10px
}

.page-consumer-education-data .main section:nth-child(4) .post-hero-container p:last-child {
    color: #fff;
    padding: 0 10px 10px
}

.page-consumer-education-data .main section:nth-child(4) .post-hero-container ul {
    margin: 0;
    text-align: left
}

.page-consumer-education-data .recipes a.btn.btn--orange {
    margin: 45px
}

.page-consumer-education-data .main section:nth-child(4) .post-hero-container ul li {
    background-color: #856aae;
    border-radius: 4px;
    display: table-cell;
    padding: 0;
    position: relative;
    vertical-align: top;
    width: 25%
}

@media screen and (max-width: 991px) {
    .page-consumer-education-data .main section:nth-child(4) .post-hero-container ul li {
        display:inline-block;
        margin: 15px 1%;
        min-height: 280px;
        width: 47%
    }
}

@media screen and (max-width: 575px) {
    .page-consumer-education-data .main section:nth-child(4) .post-hero-container ul li {
        display:inline-block;
        margin-bottom: 20px;
        width: 100%
    }
}

.page-consumer-education-data .main section:nth-child(5) {
    padding-bottom: 0
}

.page-consumer-education-data .main section:nth-child(5) .cell.medium-6:first-child {
    width: 38%
}

.page-consumer-education-data .main section:nth-child(5) .cell.medium-6:last-child {
    width: 62%
}

.page-consumer-education-data .main section:nth-child(5) .cell ul {
    margin-left: 0
}

.page-consumer-education-data .main section:nth-child(5) .cell ul li {
    background: url(//thatsugarmovement.rankfirst.com.au/wp-content/uploads/2018/07/check_icon.png) top 25% left no-repeat;
    font-weight: 700;
    margin: 20px 0;
    padding-left: 40px;
    vertical-align: top
}

.page-consumer-education-data .main section:nth-child(5) .cell h1 {
    color: #fff
}

@media screen and (max-width: 768px) {
    .page-consumer-education-data .main section:nth-child(5) .cell.medium-6:first-child,.page-consumer-education-data .main section:nth-child(5) .cell.medium-6:last-child {
        width:100%
    }
}

.page-consumer-education-data .main section:nth-child(6) {
    background: #1d95d2!important;
    padding: 0
}

.page-consumer-education-data .main section:nth-child(6) .grid-container .grid-x .cell:first-child {
    width: 345px
}

.page-consumer-education-data .main section:nth-child(6) .grid-container .grid-x .cell:last-child {
    width: calc(100% - 345px)
}

.page-consumer-education-data .main section:nth-child(6) .row-why-worth-it.col-2 a.btn {
    background-color: #f3b337;
    color: #fff;
    margin: 40px 0
}

.page-consumer-education-data .main section:nth-child(6) .row-why-worth-it.col-2 a.btn:hover {
    background-color: #383771
}

.page-consumer-education-data .main section:nth-child(6) .row-why-worth-it.col-2 h1 {
    color: #fff;
    margin-bottom: 40px
}

.page-consumer-education-data .main section:nth-child(6) .row-why-worth-it.col-2 ul {
    margin-left: 0
}

.page-consumer-education-data .main section:nth-child(6) .row-why-worth-it.col-2 ul li {
    width: 30%
}

.page-consumer-education-data .main section:nth-child(6) .row-why-worth-it.col-2 ul li p.title {
    color: #3a3a3a;
    font-size: 24px;
    font-weight: 700;
    margin: 25px 0
}

@media screen and (max-width: 1280px) {
    .page-consumer-education-data .main section:nth-child(6) .grid-container .grid-x .cell:first-child,.page-consumer-education-data .main section:nth-child(6) .grid-container .grid-x .cell:last-child {
        width:100%
    }

    .page-consumer-education-data .main section:nth-child(6) .row-why-worth-it.col-2 ul li {
        width: 32%
    }
}

@media screen and (max-width: 576px) {
    .page-consumer-education-data .main section:nth-child(6) .row-why-worth-it.col-2 ul li {
        margin:10px auto 20px;
        width: 100%
    }

    .page-consumer-education-data .main section:nth-child(7) ul li {
        min-height: 255px
    }
}

.page-consumer-education-data .main section:nth-child(7) h1 {
    color: #383771;
    margin-bottom: 40px
}

.page-consumer-education-data .main section:nth-child(7) ul {
    margin: 0
}

.page-consumer-education-data .main section:nth-child(7) ul li {
    border: 1px solid #383771;
    margin: 15px 1%;
    vertical-align: top;
    width: 23.2%
}

.page-consumer-education-data .main section:nth-child(7) h5 {
    background-color: #383771;
    color: #fff;
    padding: 10px
}

.page-consumer-education-data .main section:nth-child(7) p {
    padding: 10px
}

@media screen and (min-width: 1281px) {
    .page-consumer-education-data .main section:nth-child(7) ul li:nth-child(4n+4) {
        margin-right:0
    }

    .page-consumer-education-data .main section:nth-child(7) ul li:nth-child(4n+1) {
        margin-left: 0
    }
}

@media screen and (min-width: 858px) and (max-width:1280px) {
    .page-consumer-education-data .main section:nth-child(7) ul li {
        width:31%
    }

    .page-consumer-education-data .main section:nth-child(7) ul li:nth-child(3n+3) {
        margin-right: 0
    }

    .page-consumer-education-data .main section:nth-child(7) ul li:nth-child(3n+1) {
        margin-left: 0
    }
}

@media screen and (max-width: 857px) {
    .page-consumer-education-data .main section:nth-child(7) ul li {
        width:47%
    }
}

.page-consumer-education-data .main section:nth-child(8) .row-pre-footer.col-1 {
    background-position: right -18px top 50px;
    background-repeat: no-repeat;
    background-size: 375px;
    float: left
}

.page-consumer-education-data .main section:nth-child(8) .next-program-container {
    border-radius: 4px;
    color: #000;
    display: inline-block;
    margin-right: 40px;
    text-align: center
}

.page-consumer-education-data .main section:nth-child(8) .next-program-container .next-program-text {
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 0;
    width: 160px
}

.page-consumer-education-data .main section:nth-child(8) .next-program-container .container-days {
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    margin: 30px auto;
    padding: 20px 35px;
    text-align: center
}

.consumer-education .testimonials__image,.page-payment-data .woocommerce-additional-fields h3,body .auth0-lock-name,body .auth0-lock.auth0-lock .auth0-lock-header-bg {
    display: none
}

.page-consumer-education-data .main section:nth-child(8) .next-program-container .container-days span {
    font-size: 55px;
    font-weight: 700
}

.page-consumer-education-data .main section:nth-child(8) .next-program-container .container-time {
    margin-bottom: 10px
}

.page-consumer-education-data .main section:nth-child(8) .next-program-container .container-time span {
    font-size: 24px
}

.page-consumer-education-data .main section:nth-child(8) .next-program-container .container-date {
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px
}

.page-consumer-education-data .main section:nth-child(8) .row-pre-footer.col-2 {
    color: #fff;
    float: left;
    margin-left: 40px;
    max-width: 460px;
    position: relative
}

.page-consumer-education-data .main section:nth-child(8) .row-pre-footer.col-2 h1 {
    margin-bottom: 40px
}

.page-consumer-education-data .main section:nth-child(8) .row-pre-footer.col-2 .price-tag {
    position: absolute;
    right: -135px;
    top: -115px;
    width: 200px
}

.page-consumer-education-data .main section:nth-child(8) .row-pre-footer.col-2 a.btn.btn--orange {
    margin-top: 25px
}

.page-consumer-education-data .main section:nth-child(8) .row-pre-footer.col-2 ul {
    background-color: #383771;
    border-radius: 6px;
    margin: 40px 0 0;
    padding: 30px
}

.page-consumer-education-data .main section:nth-child(8) .row-pre-footer.col-2 ul li {
    vertical-align: middle;
    width: 49%
}

@media screen and (max-width: 1620px) {
    .page-consumer-education-data .main section:nth-child(8) .row-pre-footer.col-2 .price-tag {
        right:-45px
    }
}

@media screen and (max-width: 1399px) {
    .page-consumer-education-data .main section:nth-child(8) .row-pre-footer.col-1 {
        margin-bottom:20px;
        text-align: center;
        width: 100%
    }

    .page-consumer-education-data .main section:nth-child(8) .row-pre-footer.col-2 .price-tag {
        left: 445px;
        right: auto;
        top: -55px
    }

    .page-consumer-education-data .main section:nth-child(8) .cell {
        width: 100%
    }

    .page-consumer-education-data .main section:nth-child(8) .cell:first-child .content-block__content {
        margin: 0 auto;
        max-width: 660px
    }

    .page-consumer-education-data .main section:nth-child(8) .cell:last-child .content-block__content {
        margin: 0 auto;
        max-width: 560px;
        position: relative
    }
}

@media screen and (max-width: 576px) {
    .page-consumer-education-data .main section:nth-child(8) .row-pre-footer.col-2 h1 {
        font-size:30px
    }

    .page-consumer-education-data .main section:nth-child(8) .row-pre-footer.col-2 .price-tag {
        left: 0;
        padding: 25px;
        position: relative;
        top: 0
    }

    .page-consumer-education-data .main section .row-pre-footer.col-2 .price-tag p:nth-child(2) {
        font-size: 70px
    }

    .page-consumer-education-data .main section:nth-child(8) .row-pre-footer.col-2 .btn {
        padding: 14px 0 17px;
        text-align: center;
        width: 100%
    }
}

.site-header .grid-margin-x>.small-12 {
    position: relative;
    z-index: 1
}

.site-header>a {
    position: relative;
    z-index: 2
}

.page-consumer-education-data>div.wrap.container>div>main>section:nth-child(2) {
    background: #fff!important
}

.page-consumer-education-data>div.wrap.container>div>main>section:nth-child(6)>div {
    color: #fff
}

.page-consumer-education-data>div.wrap.container>div>main>section:nth-child(6)>div>div>div:nth-child(2)>div>div>ul>li {
    background: #fff;
    border-radius: 4px;
    color: #3a3a3a;
    padding: 10px
}

.page-consumer-education-data>div.wrap.container>div>main>section:nth-child(6)>div>div>div:nth-child(2)>div>div>ul>li>p:nth-child(4) {
    color: #3a3a3a
}

.btn-custom {
    background: #f3b337;
    color: #fff
}

.btn-custom:hover {
    background: #3b326b
}

@media (min-width: 552px) {
    .page-consumer-education-data .main section .price-tag,.page-id-57 .main section .price-tag {
        padding:20px
    }

    .page-consumer-education-data .main section .price-tag p:first-child,.page-id-57 .main section .price-tag p:first-child {
        margin-left: 7px
    }

    .page-consumer-education-data .main section .price-tag p:nth-child(2),.page-id-57 .main section .price-tag p:nth-child(2) {
        font-size: 72px
    }
}

@media (min-width: 773px) {
    .page-consumer-education-data .main section .price-tag p:nth-child(2) {
        font-size:4.5em
    }

    .page-consumer-education-data .main section .price-tag p:first-child {
        margin-left: 0
    }
}

.consumer-education .testimonials {
    padding: 40px 0
}

.consumer-education .testimonials__items {
    padding: 40px 30px
}

.consumer-education .testimonials .slick-dots {
    padding-right: 10px
}

.consumer-education .testimonials .slick-dots li:last-child {
    padding-right: 0
}

.consumer-education .testimonials__item .cell {
    padding: 10px;
    position: relative
}

.consumer-education .testimonials__item a {
    background: #f3b337;
    border-radius: 25px;
    bottom: 45px;
    color: #fff;
    font-weight: 700;
    left: 10px;
    padding: 10px 30px;
    position: absolute;
    text-align: center
}

.consumer-education .testimonials__item a:hover {
    background: #383771;
    color: #fff
}

.join-now p.tupp {
    color: #383771;
    font-size: 12px;
    font-weight: 700;
    margin: 15px auto 0;
    max-width: 200px;
    text-align: center
}

body img.auth0-lock-header-logo {
    padding: 18px 0 10px
}

body .auth0-lock.auth0-lock ul.auth0-lock-tabs {
    padding-bottom: 6px
}

body .auth0-lock.auth0-lock ul.auth0-lock-tabs li:first-child {
    background-color: #fff;
    border: 2px solid #fe3367;
    border-radius: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: 2%;
    width: 35%
}

body .auth0-lock.auth0-lock ul.auth0-lock-tabs li:first-child:hover a {
    background-color: #fff;
    border-radius: 6px;
    color: #fe3367
}

body .auth0-lock.auth0-lock ul.auth0-lock-tabs li:first-child a {
    background-color: #fe3367;
    border-color: #fe3367;
    color: #fff
}

body .auth0-lock.auth0-lock ul.auth0-lock-tabs li:nth-child(2) {
    background-color: #383771;
    border: 2px solid #383771;
    border-radius: 6px;
    margin-left: 2%;
    width: 45%
}

body .auth0-lock.auth0-lock ul.auth0-lock-tabs li:nth-child(2) a {
    color: #fff;
    font-weight: 700
}

body .auth0-lock.auth0-lock ul.auth0-lock-tabs li:nth-child(2):hover {
    background-color: #4285f4
}

.page-payment-data #payment .form-row.form-row-wide.create-account {
    margin-left: 15px
}

body .auth0-lock.auth0-lock .auth0-lock-input-wrap .auth0-lock-custom-icon path,body .auth0-lock.auth0-lock .auth0-lock-input-wrap .auth0-lock-icon path {
    fill: #fff
}

body .auth0-lock.auth0-lock .auth0-lock-input-wrap .auth0-lock-custom-icon.auth0-lock-icon-box,body .auth0-lock.auth0-lock .auth0-lock-input-wrap .auth0-lock-icon.auth0-lock-icon-box {
    width: 16px
}

.page-consumer-education-data .wrap.container {
    margin-bottom: -16px
}

body .button.add_to_cart_button {
    padding: 14px 25px
}

body .button.add_to_cart_button.loading {
    padding-right: 40px
}

.woocommerce #respond input#submit.loading:after,.woocommerce a.button.loading:after,.woocommerce button.button.loading:after,.woocommerce input.button.loading:after {
    top: 14px
}

.site-header .cart-contents.imsAjaxCartCount {
    color: #ff3368!important;
    margin-top: 6px
}

@media (max-width: 420px) {
    .site-header .cart-contents.imsAjaxCartCount {
        font-size:16px!important;
        margin-right: 0;
        margin-top: 3px
    }
}

body .auth0-lock.auth0-lock .auth0-lock-terms {
    background-color: #fff;
    margin: 0 auto;
    padding: 0;
    text-align: left
}

body .auth0-lock.auth0-lock .auth0-lock-terms .auth0-lock-sign-up-terms-agreement label {
    background-color: #fff;
    color: #383771
}

body .auth0-lock.auth0-lock .auth0-lock-terms .auth0-lock-sign-up-terms-agreement label input[type=checkbox] {
    left: 2px;
    position: absolute;
    top: 1px
}

body .auth0-lock.auth0-lock .auth0-lock-terms .auth0-lock-sign-up-terms-agreement label span {
    display: inline-block;
    font-size: 14px;
    line-height: 120%;
    margin-left: 20px;
    text-align: left
}

body .auth0-lock.auth0-lock .auth0-lock-terms .auth0-lock-sign-up-terms-agreement label span a {
    color: #1779ba;
    text-decoration: underline
}

.next-program-container {
    font-size: 20px;
    font-weight: 700;
    margin: 0 auto;
    max-width: 420px;
    text-align: center
}

.next-program-container .next-program {
    font-size: 18px;
    margin-left: 16px;
    text-align: left
}

.next-program-container .next-program span {
    font-size: 26px;
    font-weight: 700
}

.next-program-container .container-time span {
    background-color: #fe3367;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    font-weight: 700;
    margin: 20px 10px;
    padding: 45px 30px;
    width: 115px
}

.next-program-container .container-time {
    font-size: 24px;
    font-weight: 700
}

@media (max-width: 420px) {
    .next-program-container .container-time span {
        margin:15px 5px;
        padding: 25px 15px;
        width: 85px
    }
}

.register-interest .content-block .gform_wrapper ul li {
    margin-bottom: 5px
}

.register-interest .content-block .gform_wrapper ul li.gform_hidden:after,.register-interest .form li.gform_hidden {
    display: none
}

.register-interest .content-block .gform_wrapper .gfield_label {
    color: #0d307b;
    display: inline-block!important;
    font-size: 18px;
    margin-bottom: 10px;
    margin-left: 5px
}

.register-interest .gform_button.button {
    width: 100%
}

.register-interest .content-block .gform_wrapper input {
    border-color: #383771
}

.register-interest .content-block .gform_wrapper .gform_footer input[type=submit] {
    background-color: #383771;
    min-width: 100%;
    text-transform: uppercase
}

.register-interest .content-block .gform_wrapper .gform_footer input[type=submit]:hover {
    background: #ff3368
}

.register-interest .content-block__content,.register-interest .content-block__content p {
    color: #0d307b
}

.register-interest h1 {
    margin-bottom: 40px
}

.register-interest ul {
    margin-top: 30px
}

.join-now .content-block__content>p>img {
    margin-bottom: 20px
}

.woocommerce-MyAccount-navigation ul {
    display: inline-block;
    list-style: none;
    margin-left: 0;
    text-align: center
}

.woocommerce-MyAccount-navigation li {
    background-color: #f7b248;
    border-radius: 30px;
    margin-bottom: 10px;
    padding: 10px 20px
}

.woocommerce-MyAccount-navigation li a {
    color: #fff
}

.woocommerce-MyAccount-navigation li.is-active,.woocommerce-MyAccount-navigation li:hover {
    background-color: #3b396e
}

.woocommerce-terms-and-conditions-wrapper {
    padding: 0 15px
}

.woocommerce-privacy-policy-link,.woocommerce-terms-and-conditions-link {
    color: #fff;
    text-decoration: underline
}

@media (max-width: 768px) {
    .woocommerce-MyAccount-navigation li {
        display:inline-block;
        font-size: 14px;
        padding: 10px 15px
    }
}

.page-my-account-data .woocommerce-Button.button {
    background-color: #ff3666;
    border: 1px solid #ff3666;
    border-radius: 20px;
    color: #fff;
    margin-top: 20px;
    padding: 15px 25px
}

.page-my-account-data .woocommerce-Button.button:hover {
    background-color: #fff;
    border: 1px solid #ff3666;
    color: #ff3666
}

.consumer-education .next-program-container {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    max-width: 420px;
    text-align: left
}

.consumer-education .next-program-container .next-program {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-top: 40px;
    text-align: left
}

.consumer-education .next-program-container .next-program span {
    font-size: 26px;
    font-weight: 700
}

.consumer-education .next-program-container .container-time span {
    background-color: #383771;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    margin: 15px 5px;
    padding: 33px 15px;
    text-align: center;
    width: 85px
}

.consumer-education .next-program-container .container-time {
    color: #000;
    font-size: 24px;
    font-weight: 700
}

.consumer-education .container-date {
    display: none
}

.consumer-education .row-pre-footer.col-1 .next-program-container .container-time {
    color: #fff
}

.consumer-education .row-pre-footer.col-1 .next-program-container .container-time span {
    background-color: #fff;
    color: #383771;
    margin: 0 2px;
    padding: 25px 15px;
    text-align: center;
    width: 75px
}

.consumer-education .row-pre-footer.col-1 .next-program-container .container-date {
    color: #fff;
    display: block;
    font-weight: 700;
    text-align: left
}

.consumer-education .row-pre-footer.col-1 .next-program-container .program-starts {
    color: #fff;
    font-size: 20px;
    margin-top: 30px;
    text-align: left
}

@media (max-width: 420px) {
    .consumer-education .next-program-container .container-time span {
        margin:15px 5px;
        padding: 25px 15px;
        width: 85px
    }
}

.payment-slogan {
    background-color: #97d9ff;
    margin: 0 -30px 45px;
    padding: 10px 30px
}

#customer_details abbr,#customer_details abbr abbr[title] {
    border-bottom: none
}

.page-id-57 .recipes {
    display: none!important
}

body.page-id-57 .main section:nth-child(8) .cell:last-child .content-block__content {
    max-width: unset!important
}

body.page-id-57 .main section:nth-child(7) p {
    padding: 0
}

.page-id-57 .main section:nth-child(7) {
    padding: 0 0 50px
}

body.page-id-57 .main section:nth-child(7) ul li {
    border: 0;
    margin: 0 12px 0 0;
    vertical-align: unset;
    width: unset
}

.page-id-57 .main section:nth-child(8) ul li {
    border: 1px solid #383771;
    margin: 15px 1%;
    vertical-align: top;
    width: 23.2%
}

.page-id-57 .main section:nth-child(7) .grid-container .grid-x .cell:last-child {
    width: calc(100% - 345px)
}

body.page-id-57>div.wrap.container>div>main>section:nth-child(6)>div {
    color: #3a3a3a!important
}

.page-id-4147 .list ul {
    list-style: url(//thatsugarmovement.rankfirst.com.au/wp-content/uploads/2018/08/bullet-check.jpg);
    margin-left: 23px
}

.list-payment ul {
    list-style: none;
    margin-left: 0
}

.page-id-4 .list ul li {
    font-size: 13px;
    font-weight: 700;
    margin: 12px 0;
    vertical-align: top
}

.list-payment ul li {
    color: #383771;
    font-size: 15px;
    font-weight: 700;
    margin: 12px 0
}

.page-id-57 .main section:nth-child(6) .cell ul li {
    background: url(//thatsugarmovement.rankfirst.com.au/wp-content/uploads/2018/07/check_icon.png) no-repeat top 25% left!important;
    font-weight: 700;
    margin: 20px 0;
    padding: 0 0 0 40px!important;
    vertical-align: top
}

body.page-id-57 .main section:nth-child(6) .cell.medium-6:first-child {
    width: 38%!important
}

body.page-id-57 .main section:nth-child(6) .cell.medium-6:last-child {
    width: 62%!important
}

body.page-id-57 .main section:nth-child(6) {
    background: #fff!important
}

.page-id-57 .main section:nth-child(9) .row-pre-footer.col-2 .btn {
    padding: 14px 0 17px;
    text-align: center;
    width: 100%
}

.page-id-57 .main section:nth-child(10) {
    color: #fff;
    display: none
}

.page-id-57 .main section:nth-child(10) .grid-container .cell .footer-menu {
    margin-bottom: 20px;
    text-align: center;
    width: 100%
}

.page-id-57 .main section:nth-child(10) .grid-container .cell .footer-social-icons {
    text-align: center;
    width: 100%
}

.page-id-57>div.wrap.container>div>main>section:nth-child(7)>div {
    color: #fff
}

.page-id-57>div.wrap.container>div>main>section:nth-child(7)>div>div>div:nth-child(2)>div>div>ul>li {
    background: #fff;
    border-radius: 4px;
    color: #3a3a3a;
    padding: 10px
}

.page-id-57>div.wrap.container>div>main>section:nth-child(7)>div>div>div:nth-child(2)>div>div>ul>li>p:nth-child(4) {
    color: #3a3a3a
}

.page-id-57 .main section:nth-child(3) {
    display: none
}

.food-swap {
    padding: 40px 0 60px
}

.food-swap h1 {
    color: #fff;
    text-align: center
}

.more-info-form {
    margin-top: 10px;
    padding: 20px
}

.more-info-form input {
    margin-bottom: 0
}

.more-info-form input[type=submit] {
    background: #ff3368;
    color: #fff
}

.more-info-form {
    margin: 10px auto 0;
    width: 35%
}

.two-buttons {
    margin: 0 auto;
    width: 35%
}

.two-buttons div:first-child {
    float: left
}

.two-buttons div:last-child {
    float: right
}

.recipe__banner .grid-container .cell.small-12.medium-6 {
    margin: 0!important;
    text-align: center
}

.testimonials__item>div>div>div>div {
    padding-bottom: 40px
}

.testimonials__item a.btn--orange,.testimonials__item a.btn--pink {
    margin-bottom: 90px
}

#wc-stripe-cc-form label {
    font-size: 12px
}

.program-starts {
    color: #adadad;
    font-size: 18px;
    font-weight: 700
}

#coupon_code {
    width: 100%!important
}

.payment #order_review>div:nth-child(7)>div,.payment #order_review>table {
    margin-bottom: 10px
}

#order_review>p.form-row.form-row-first,.payment #order_review>div:nth-child(2),.payment #order_review>p.form-row.form-row-last,.payment #order_review>p:nth-child(3) {
    display: none
}

.auth0-lock.auth0-lock .auth0-lock-social-button .auth0-lock-social-button-text {
    -webkit-transition: background .3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    display: block!important;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .7px;
    line-height: 40px;
    overflow: hidden;
    padding-left: 54px;
    padding-right: 15px;
    text-align: left;
    text-overflow: ellipsis;
    text-transform: uppercase;
    -o-transition: background .3s;
    transition: background .3s;
    white-space: nowrap;
    width: 100%
}

.woocommerce [type=color],.woocommerce [type=date],.woocommerce [type=datetime-local],.woocommerce [type=datetime],.woocommerce [type=email],.woocommerce [type=month],.woocommerce [type=number],.woocommerce [type=password],.woocommerce [type=search],.woocommerce [type=tel],.woocommerce [type=text],.woocommerce [type=time],.woocommerce [type=url],.woocommerce [type=week],.woocommerce textarea {
    border: 1px solid #383771;
    border-radius: 20px;
    color: rgba(0,0,0,.87);
    font-size: 13px;
    padding: 5px 20px
}

.page-consumer-education-data .main section:nth-child(8) .row-pre-footer.col-2,.page-id-57 .main section:nth-child(8) .row-pre-footer.col-2 {
    margin-left: 0!important;
    max-width: unset!important
}

.page-id-3356 .action-button-container {
    margin: 0 auto;
    max-width: 400px
}

.page-id-3281>div.wrap.container>div>main>section.content-block.content-block--double>div,.page-id-4147>div.wrap.container>div>main>section.content-block.content-block--double>div {
    max-width: 930px
}

.page-id-3281>div.wrap.container>div>main>section.content-block.content-block--double,.page-id-3356>div.wrap.container>div>main>section.content-block.content-block--double,.page-id-4147>div.wrap.container>div>main>section.content-block.content-block--double {
    padding: 0
}

.page-id-3281>div.wrap.container>div>main>section:nth-child(2),.page-id-3356>div.wrap.container>div>main>section:nth-child(2),.page-id-4147>div.wrap.container>div>main>section:nth-child(2) {
    padding: 30px 0 0
}

.page-id-3356>div.wrap.container>div>main>section.content-block.content-block--double>div {
    max-width: 640px
}

.page-id-3281 .auth0-lock-tabs-container,.page-id-4250 .auth0-lock-tabs-container {
    display: none
}

.page-id-3242>div.wrap.container>div>main>section:nth-child(2)>div {
    max-width: 870px
}

.page-id-3242>div.wrap.container>div>main>section.content-block.content-block--double>div {
    max-width: 940px
}

.page-id-3242>div.wrap.container>div>main>section:nth-child(3) {
    padding: 0
}

.page-id-3242>div.wrap.container>div>main>section:nth-child(2) {
    padding: 30px 0 0
}

.auth0-lock-tabs-container,.page-id-3242 .auth0-lock-header {
    display: none
}

.auth0-lock.auth0-lock .auth0-lock-social-button.auth0-lock-social-big-button .auth0-lock-social-button-icon {
    background-color: transparent!important
}

.auth0-lock.auth0-lock .auth0-lock-social-button {
    background-color: #383771;
    border-radius: 20px!important;
    display: inline-block!important;
    margin: 0 5px!important;
    width: 45%!important
}

.auth0-lock.auth0-lock.auth0-lock-opened-in-frame,.auth0-lock.auth0-lock .auth0-lock-widget {
    width: 100%!important
}

#auth0-login-form {
    width: auto!important
}

.auth0-lock.auth0-lock .auth0-lock-input-wrap .auth0-lock-input {
    border-bottom-right-radius: 20px!important;
    border-top-right-radius: 20px!important
}

.auth0-lock.auth0-lock .auth0-lock-input-wrap {
    background: #383771!important;
    border: 1px solid #383771!important;
    border-radius: 20px!important
}

.auth0-lock.auth0-lock .auth0-lock-submit {
    background-color: #383771!important;
    border-radius: 20px!important;
    height: 45px!important;
    margin: 0 auto!important;
    padding: 0!important;
    width: 90%!important
}

.site-footer--social p {
    background: #393771;
    border-radius: 40px;
    color: #fff;
    height: 70px;
    margin: 0 auto 1rem;
    padding: 20px;
    width: 70px
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account {
    display: none
}

body .button.add_to_cart_button {
    background-color: #ff3368;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    padding: 14px 43px 17px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

body .button.add_to_cart_button:hover {
    background-color: #383771;
    color: #fff
}

body .cart-collaterals .wc-proceed-to-checkout a.checkout-button {
    background-color: #ff3368;
    border-radius: 30px
}

body .cart-collaterals .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #383771
}

.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt {
    background-color: #ff3368;
    border-radius: 30px
}

.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover {
    background-color: #383771
}

.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs {
    border: none
}

body .woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: #0093ce
}

body .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #fff
}

body .woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
    background-color: #3a3871
}

body .woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
    color: #fff
}

.content-block time {
    display: inline-block;
    width: 100%
}

article.product h1 {
    border-bottom: 1px solid #383771;
    color: #383771
}

.related.products h2 {
    min-height: 61px
}

.single-product span.posted_in {
    display: none
}

.cart-contents.imsAjaxCartCount {
    display: none;
    float: right;
    font-size: 22px!important;
    margin-right: 10px;
    margin-top: -44px
}

.woocommerce-page .grid-margin-x>.medium-8 {
    width: calc(100% - 2.5rem)
}

.woocommerce-checkout .page-title {
    display: none
}

.woocommerce-checkout .content-block {
    padding: 20px 0
}

.woocommerce .quantity .qty {
    padding-right: 10px;
    width: 75px
}

#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment {
    background-color: #09aeeb;
    color: #fff
}

#add_payment_method #payment label,.woocommerce-cart #payment label,.woocommerce-checkout #payment label {
    color: #fff
}

#add_payment_method #payment div.payment_box,.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment div.payment_box {
    background-color: #fff
}

#add_payment_method #payment div.payment_box label,.woocommerce-cart #payment div.payment_box label,.woocommerce-checkout #payment div.payment_box label {
    color: #000
}

#add_payment_method #payment div.payment_box:before,.woocommerce-cart #payment div.payment_box:before,.woocommerce-checkout #payment div.payment_box:before {
    border-bottom: 1em solid #fff
}

.woocommerce .coupon button {
    background-color: #383771;
    border-radius: 30px;
    color: #fff;
    margin-top: 6px
}

.woocommerce .coupon button:hover {
    background-color: #09aeeb;
    color: #fff
}

#add_payment_method #payment div.form-row,.woocommerce-cart #payment div.form-row,.woocommerce-checkout #payment div.form-row {
    padding: 1em 0
}

#coupon_code {
    width: 112px
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
    height: 39px;
    padding: 4px 0
}

body .breadcrumbs {
    margin: 1em 0 2em
}

.woocommerce h1 {
    color: #383771
}

.page-shop-data.woocommerce h1 {
    color: #fff
}

.woocommerce #payment #place_order,.woocommerce-page #payment #place_order {
    margin-right: 16px
}

.woocommerce [type=color],.woocommerce [type=date],.woocommerce [type=datetime-local],.woocommerce [type=datetime],.woocommerce [type=email],.woocommerce [type=month],.woocommerce [type=number],.woocommerce [type=password],.woocommerce [type=search],.woocommerce [type=tel],.woocommerce [type=text],.woocommerce [type=time],.woocommerce [type=url],.woocommerce [type=week],.woocommerce textarea {
    -webkit-box-shadow: none;
    box-shadow: none
}

#add_payment_method #payment div.payment_box .form-row,.woocommerce-cart #payment div.payment_box .form-row,.woocommerce-checkout #payment div.payment_box .form-row {
    padding: 0
}

.content-block__content p.woocommerce-thankyou-order-received {
    color: #383771;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px
}

th.product-name,th.product-total {
    background-color: #383771;
    color: #fff
}

#order_review .order-total td .woocommerce-Price-amount.amount,#order_review .order-total td .woocommerce-Price-amount.amount span {
    font-size: 20px;
    font-weight: 700
}

#order_review .order-total td .woocommerce-Price-amount.amount span {
    font-size: 16px
}

body .woocommerce a.added_to_cart {
    display: inline-block;
    text-align: center;
    width: 185px
}

.woocommerce-cart table.cart th.product-name,.woocommerce-cart table.cart th.product-price,.woocommerce-cart table.cart th.product-quantity,.woocommerce-cart table.cart th.product-remove,.woocommerce-cart table.cart th.product-subtotal,.woocommerce-cart table.cart th.product-thumbnail {
    background-color: #383771;
    color: #fff
}

.woocommerce .cart .button,.woocommerce .cart input.button {
    border-radius: 30px
}

.woocommerce .button[name=update_cart] {
    background-color: #383771;
    color: #fff
}

.woocommerce .button[name=update_cart]:disabled {
    display: none
}

.woocommerce .button[name=update_cart]:hover {
    background-color: #ff3368;
    color: #fff
}

.row {
    -ms-flex-wrap: wrap;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
}

.visible-xs {
    display: none
}

@media (min-width: 992px) {
    body.page-id-57 .main section:nth-child(8) .cell.come-in {
        width:calc(100% - 2.5rem)!important
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .page-consumer-education-data .main section:nth-child(8) .cell,.page-id-57 .main section:nth-child(9) .cell {
        width: 50%!important
    }
}

@media (max-width: 500px) {
    .page-consumer-education-data .main section:nth-child(8) .cell.small-12.medium-8,.page-id-57 .main section:nth-child(9) .cell.small-12.medium-8 {
        max-width:499px!important;
        width: calc(100% - 2.5rem)!important
    }

    .cart-contents.imsAjaxCartCount {
        margin-right: 140px;
        margin-top: -55px;
        width: 75px
    }

    .cart-contents.imsAjaxCartCount .woocommerce-Price-amount.amount {
        float: left;
        margin-left: 10px;
        margin-top: -6px
    }
}

.page-myaccount-data .grid-margin-x>.medium-offset-2,.page-payment-data .grid-margin-x>.medium-offset-2 {
    margin-left: 0
}

.page-consumer-education-data .testimonials__item,.page-id-57 .testimonials__item {
    padding: 15px 0 90px
}

.consumer-education .testimonials__item a {
    bottom: -45px!important;
    left: 35px!important
}

.page-consumer-education-data .testimonials .slick-dots,.page-id-57 .testimonials .slick-dots {
    margin: -40px auto 0
}

@media (min-width: 620px) and (max-width:1399px) {
    .page-consumer-education-data .main section:nth-child(8) .cell:last-child .content-block__content,.page-id-57 .main section:nth-child(9) .cell:last-child .content-block__content {
        max-width:900px!important
    }

    .page-consumer-education-data .main section:nth-child(8) .row-pre-footer.col-2 .price-tag,.page-id-57 .main section:nth-child(9) .row-pre-footer.col-2 .price-tag {
        left: 620px!important;
        top: -50px!important
    }
}

@media screen and (max-width: 769px) {
    .page-consumer-education-data .main section:nth-child(9) .cell {
        width:100%
    }

    .page-id-57 .container-time {
        text-align: center
    }

    .page-id-57 .main section:nth-child(7) ul li {
        min-height: unset!important
    }

    .page-id-57 .main section:nth-child(7) .grid-container .grid-x .cell:last-child,body.page-id-57 .main section:nth-child(6) .cell.medium-6:first-child,body.page-id-57 .main section:nth-child(6) .cell.medium-6:last-child {
        width: 100%!important
    }

    .more-info-form,.two-buttons {
        width: 55%
    }

    .visible-md {
        display: none
    }

    .visible-xs {
        display: block
    }

    .testimonials__item a.btn--orange,.testimonials__item a.btn--pink {
        margin-bottom: 40px
    }

    .page-id-3242 h5.sub-title,.page-id-3242 section .loggedout,.page-id-3242 section p,.page-id-3281 h5.sub-title,.page-id-3281 section p {
        text-align: center
    }

    .site-footer--social li {
        width: 20%
    }

    .included-link-mobile,.price-tag-mobile {
        display: block!important
    }

    .included-link,.page-consumer-education-data .main section:nth-child(8) .row-pre-footer.col-2 .price-tag,.page-id-57 .main section:nth-child(9) .row-pre-footer.col-2 .price-tag {
        display: none!important
    }

    .page-consumer-education-data .row-pre-footer.col-2,.page-id-57 .row-pre-footer.col-2 {
        text-align: center
    }

    .page-consumer-education-data .row-pre-footer.col-2 h1,.page-id-57 .row-pre-footer.col-2 h1 {
        max-width: 100%!important
    }

    .page-consumer-education-data .main section:nth-child(8) .next-program-container,.page-id-57 .main section:nth-child(9) .next-program-container {
        margin-right: 0!important;
        max-width: unset
    }

    .consumer-education .next-program-container .next-program {
        text-align: center!important
    }
}

@media screen and (max-width: 420px) {
    .payment-slogan h3 {
        font-size:20px
    }

    .page-id-57 h1,.page-id-57 h2,.page-id-57 h3,.page-id-57 h5,.page-id-57 p {
        text-align: center
    }

    .page-id-57>div.wrap.container>div>main>section:nth-child(2)>div>div>div:first-child {
        margin-bottom: -70px!important
    }

    .payment>div.wrap.container>div>main>section>div>div>div>div>div>h3 {
        font-size: 22px
    }

    .payment h1 {
        font-size: 28px
    }

    .food-swap h1 {
        font-size: 26px
    }

    .consumer-education .recipes,.two-buttons p {
        display: none!important
    }

    .more-info-form,.two-buttons {
        width: 100%
    }

    .two-buttons div a.btn {
        padding: 14px 30px
    }

    h1.less-sugar {
        font-size: 24px
    }

    .site-footer--social p {
        height: 60px;
        padding: 15px;
        width: 60px
    }

    .consumer-education .next-program-container .container-time span {
        width: 68px!important
    }
}

.join-the-30-day-kickstart-program .auth0-lock.auth0-lock .auth0-lock-header {
    display: none
}

@media print,screen and (min-width: 48.0625em) {
    body.page-id-57 .recipes .grid-margin-x>.medium-4 {
        width:calc(33.33333% - 2.5rem)!important
    }
}
