/*!
 * Bootstrap v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
    --blue: #00b5e6;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #f39c12;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #363f49;
    --gray-dark: #2b333b;
    --d-blue: #1666a9;
    --dd-blue: #363f49;
    --beige: #edeae2;
    --beige-light: #f3f2f1;
    --gray-lighter: #708297;
    --gray-light: #556474;
    --gray-darker: #232629;
    --primary: #00b5e6;
    --secondary: #04477f;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #708297;
    --dark: #232629;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: 'Poppins', sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

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

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

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

body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
    color: #212529;
    text-align: left;
    background-color: #fff
}

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

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

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

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

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

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

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

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

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

dt {
    font-weight: 400
}

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

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

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

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

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

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

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

figure {
    margin: 0 0 1rem
}

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

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

table {
    border-collapse: collapse
}

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

th {
    text-align: inherit
}

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

button {
    border-radius: 0
}

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

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical
}

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

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.spco-payment-method-hdr,
.woocommerce .content h2,
.woocommerce .content h3,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1.25rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1;
    color: inherit
}

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

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

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

.h4,
.woocommerce .content h2,
.woocommerce .content h3,
h4 {
    font-size: 2.375rem
}

.h5,
.spco-payment-method-hdr,
h5 {
    font-size: 1.75rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
    display: inline-block
}

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

.figure-caption {
    font-size: 90%;
    color: #2b333b
}

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

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

a>code {
    color: inherit
}

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

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

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

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

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

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

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

    .color-logo {
        margin-top: -40px !important;
    }

}

@media(max-width:767px) {
    .small-mb {
        font-size: 24px !important;
        font-weight: 700;
    }
}



@media (min-width: 768px) {
    #header .header-inner {
        height: auto !important;
    }
}

@media (min-width: 1200px) {
    #header.is-passed .header-inner .header-logo .two{
        margin-top: 0px !important;
    }
}

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

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

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

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

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

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

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 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 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

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

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.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 {
        flex-basis: 0%;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-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 {
        flex-basis: 0%;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-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 {
        flex-basis: 0%;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-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 {
        flex-basis: 0%;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-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 {
    width: 100%;
    max-width: 100%;
    margin-bottom: .5rem;
    background-color: transparent
}

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

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

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

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

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

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

.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)
}

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

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

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

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

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

.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-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-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-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: #d7dce2
}

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

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

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

.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 {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #232629;
    background-color: #979797;
    border-color: #708297
}

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

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #32383e
}

.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)
}

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

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

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

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

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

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

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

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

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

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

.form-control {
    display: block;
    width: 100%;
    padding: .6875rem 1rem;
    font-size: 1rem;
    line-height: 1.7;
    color: #232629;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid#00b5e6;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

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

.form-control:focus {
    color: #232629;
    background-color: #fff;
    border-color: #67dfff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 181, 230, .25)
}

.form-control::placeholder {
    color: #2b333b;
    opacity: 1
}

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

select.form-control:not([size]):not([multiple]) {
    height: calc(3.075rem + 2px)
}

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

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

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

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

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

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

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.input-group-lg>.form-control-plaintext.form-control,
.input-group-lg>.input-group-append>.form-control-plaintext.btn,
.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,
.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.input-group-append>.form-control-plaintext.btn,
.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,
.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text,
.search-results #searchform .input-group-lg>.input-group-append>.form-control-plaintext#searchsubmit,
.search-results #searchform .input-group-lg>.input-group-prepend>.form-control-plaintext#searchsubmit,
.search-results #searchform .input-group-sm>.input-group-append>.form-control-plaintext#searchsubmit,
.search-results #searchform .input-group-sm>.input-group-prepend>.form-control-plaintext#searchsubmit {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm,
.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,
.search-results #searchform .input-group-sm>.input-group-append>#searchsubmit,
.search-results #searchform .input-group-sm>.input-group-prepend>#searchsubmit {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.7;
    border-radius: 0
}

.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
.search-results #searchform .input-group-sm>.input-group-append>select#searchsubmit:not([size]):not([multiple]),
.search-results #searchform .input-group-sm>.input-group-prepend>select#searchsubmit:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.9875rem + 2px)
}

.form-control-lg,
.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,
.search-results #searchform .input-group-lg>.input-group-append>#searchsubmit,
.search-results #searchform .input-group-lg>.input-group-prepend>#searchsubmit {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.7;
    border-radius: 0
}

.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
.search-results #searchform .input-group-lg>.input-group-append>select#searchsubmit:not([size]):not([multiple]),
.search-results #searchform .input-group-lg>.input-group-prepend>select#searchsubmit:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
    height: calc(3.125rem + 2px)
}

.form-group {
    margin-bottom: 40px
}

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

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

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

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

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

.form-check-input:disabled~.form-check-label {
    color: #2b333b
}

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

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

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

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

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

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #28a745
}

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

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
    display: block
}

.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 {
    background-color: #71dd8a
}

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

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

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

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

.custom-file-input.is-valid~.custom-file-label:before,
.was-validated .custom-file-input:valid~.custom-file-label:before {
    border-color: inherit
}

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

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

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

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

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545
}

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

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

.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 {
    background-color: #efa2a9
}

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

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

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

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

.custom-file-input.is-invalid~.custom-file-label:before,
.was-validated .custom-file-input:invalid~.custom-file-label:before {
    border-color: inherit
}

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

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

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

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

@media (min-width:576px) {
    .form-inline label {
        justify-content: center
    }

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

    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap
    }

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

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

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

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

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

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

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

.btn,
.search-results #searchform #searchsubmit {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .875rem 1.5rem;
    font-size: 1rem;
    line-height: 1.7;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {

    .btn,
    .search-results #searchform #searchsubmit {
        transition: none
    }
}

.btn:focus,
.btn:hover,
.search-results #searchform #searchsubmit:focus,
.search-results #searchform #searchsubmit:hover {
    text-decoration: none
}

.btn.focus,
.btn:focus,
.search-results #searchform #searchsubmit:focus,
.search-results #searchform .focus#searchsubmit {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 181, 230, .25)
}

.btn.disabled,
.btn:disabled,
.search-results #searchform #searchsubmit:disabled,
.search-results #searchform .disabled#searchsubmit {
    opacity: .65
}

.btn:not(:disabled):not(.disabled),
.search-results #searchform #searchsubmit:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active,
.search-results #searchform #searchsubmit:not(:disabled):not(.disabled).active,
.search-results #searchform #searchsubmit:not(:disabled):not(.disabled):active {
    background-image: none
}

.search-results #searchform a.disabled#searchsubmit,
.search-results #searchform fieldset:disabled a#searchsubmit,
a.btn.disabled,
fieldset:disabled .search-results #searchform a#searchsubmit,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary,
.search-results #searchform #searchsubmit {
    color: #fff;
    background-color: #00b5e6;
    border-color: #00b5e6
}

.btn-primary:hover,
.search-results #searchform #searchsubmit:hover {
    color: #fff;
    background-color: #0097c0;
    border-color: #008db3
}

.btn-primary.focus,
.btn-primary:focus,
.search-results #searchform #searchsubmit:focus,
.search-results #searchform .focus#searchsubmit {
    box-shadow: 0 0 0 .2rem rgba(0, 181, 230, .5)
}

.btn-primary.disabled,
.btn-primary:disabled,
.search-results #searchform #searchsubmit:disabled,
.search-results #searchform .disabled#searchsubmit {
    color: #fff;
    background-color: #00b5e6;
    border-color: #00b5e6
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.search-results #searchform #searchsubmit:not(:disabled):not(.disabled).active,
.search-results #searchform #searchsubmit:not(:disabled):not(.disabled):active,
.search-results #searchform .show>.dropdown-toggle#searchsubmit,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #008db3;
    border-color: #0083a6
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.search-results #searchform #searchsubmit:not(:disabled):not(.disabled).active:focus,
.search-results #searchform #searchsubmit:not(:disabled):not(.disabled):active:focus,
.search-results #searchform .show>.dropdown-toggle#searchsubmit:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 181, 230, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #04477f;
    border-color: #04477f
}

.btn-secondary:hover {
    color: #fff;
    background-color: #03325a;
    border-color: #022b4e
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(4, 71, 127, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #04477f;
    border-color: #04477f
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #022b4e;
    border-color: #022441
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(4, 71, 127, .5)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-light {
    color: #fff;
    background-color: #708297;
    border-color: #708297
}

.btn-light:hover {
    color: #fff;
    background-color: #5f6f82;
    border-color: #59697b
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(112, 130, 151, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #fff;
    background-color: #708297;
    border-color: #708297
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #fff;
    background-color: #59697b;
    border-color: #546273
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(112, 130, 151, .5)
}

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

.btn-dark:hover {
    color: #fff;
    background-color: #111314;
    border-color: #0c0d0d
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(35, 38, 41, .5)
}

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

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #0c0d0d;
    border-color: #060607
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(35, 38, 41, .5)
}

.btn-outline-primary {
    color: #00b5e6;
    background-color: transparent;
    background-image: none;
    border-color: #00b5e6
}

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

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 181, 230, .5)
}

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

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

.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 {
    box-shadow: 0 0 0 .2rem rgba(0, 181, 230, .5)
}

.btn-outline-secondary {
    color: #04477f;
    background-color: transparent;
    background-image: none;
    border-color: #04477f
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #04477f;
    border-color: #04477f
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(4, 71, 127, .5)
}

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

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

.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 {
    box-shadow: 0 0 0 .2rem rgba(4, 71, 127, .5)
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745
}

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

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

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

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

.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 {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

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

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

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

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

.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 {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

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

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

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

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

.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 {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}

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

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

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

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

.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 {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #708297;
    background-color: transparent;
    background-image: none;
    border-color: #708297
}

.btn-outline-light:hover {
    color: #fff;
    background-color: #708297;
    border-color: #708297
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(112, 130, 151, .5)
}

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

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

.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 {
    box-shadow: 0 0 0 .2rem rgba(112, 130, 151, .5)
}

.btn-outline-dark {
    color: #232629;
    background-color: transparent;
    background-image: none;
    border-color: #232629
}

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

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(35, 38, 41, .5)
}

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

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

.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 {
    box-shadow: 0 0 0 .2rem rgba(35, 38, 41, .5)
}

.btn-link {
    font-weight: 400;
    color: #00b5e6;
    background-color: transparent
}

.btn-link:hover {
    color: #00799a;
    background-color: transparent
}

.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
    text-decoration: underline;
    border-color: transparent
}

.btn-link.focus,
.btn-link:focus {
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #2b333b;
    pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg,
.search-results #searchform .btn-group-lg>#searchsubmit {
    padding: 1.25rem 1.75rem;
    font-size: 1.25rem;
    line-height: 1.7;
    border-radius: 0
}

.btn-group-sm>.btn,
.btn-sm,
.search-results #searchform .btn-group-sm>#searchsubmit {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.7;
    border-radius: 0
}

.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 {
    transition: opacity .15s linear
}

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

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

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

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

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

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

.dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

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

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

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

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

.dropup .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

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

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

.dropright .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

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

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

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

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

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

.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] {
    right: auto;
    bottom: auto
}

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

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

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

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

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #2b333b;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

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

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

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

.btn-group-vertical>.btn,
.btn-group>.btn,
.search-results #searchform .btn-group-vertical>#searchsubmit,
.search-results #searchform .btn-group>#searchsubmit {
    position: relative;
    flex: 0 1 auto
}

.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,
.search-results #searchform .btn-group-vertical>#searchsubmit:active,
.search-results #searchform .btn-group-vertical>#searchsubmit:focus,
.search-results #searchform .btn-group-vertical>#searchsubmit:hover,
.search-results #searchform .btn-group-vertical>.active#searchsubmit,
.search-results #searchform .btn-group>#searchsubmit:active,
.search-results #searchform .btn-group>#searchsubmit:focus,
.search-results #searchform .btn-group>#searchsubmit:hover,
.search-results #searchform .btn-group>.active#searchsubmit {
    z-index: 1
}

.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group,
.btn-group-vertical .search-results #searchform #searchsubmit+#searchsubmit,
.btn-group-vertical .search-results #searchform #searchsubmit+.btn,
.btn-group-vertical .search-results #searchform #searchsubmit+.btn-group,
.btn-group-vertical .search-results #searchform .btn+#searchsubmit,
.btn-group-vertical .search-results #searchform .btn-group+#searchsubmit,
.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group .search-results #searchform #searchsubmit+#searchsubmit,
.btn-group .search-results #searchform #searchsubmit+.btn,
.btn-group .search-results #searchform #searchsubmit+.btn-group,
.btn-group .search-results #searchform .btn+#searchsubmit,
.btn-group .search-results #searchform .btn-group+#searchsubmit,
.search-results #searchform .btn-group #searchsubmit+#searchsubmit,
.search-results #searchform .btn-group #searchsubmit+.btn,
.search-results #searchform .btn-group #searchsubmit+.btn-group,
.search-results #searchform .btn-group-vertical #searchsubmit+#searchsubmit,
.search-results #searchform .btn-group-vertical #searchsubmit+.btn,
.search-results #searchform .btn-group-vertical #searchsubmit+.btn-group,
.search-results #searchform .btn-group-vertical .btn+#searchsubmit,
.search-results #searchform .btn-group-vertical .btn-group+#searchsubmit,
.search-results #searchform .btn-group .btn+#searchsubmit,
.search-results #searchform .btn-group .btn-group+#searchsubmit {
    margin-left: -1px
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

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

.btn-group>.btn:first-child,
.search-results #searchform .btn-group>#searchsubmit:first-child {
    margin-left: 0
}

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

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

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

.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,
.search-results #searchform .btn-group-sm>#searchsubmit+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split,
.search-results #searchform .btn-group-lg>#searchsubmit+.dropdown-toggle-split {
    padding-right: 1.3125rem;
    padding-left: 1.3125rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group,
.btn-group-vertical .search-results #searchform #searchsubmit,
.search-results #searchform .btn-group-vertical #searchsubmit {
    width: 100%
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group,
.search-results #searchform .btn-group-vertical>#searchsubmit+#searchsubmit,
.search-results #searchform .btn-group-vertical>#searchsubmit+.btn,
.search-results #searchform .btn-group-vertical>#searchsubmit+.btn-group,
.search-results #searchform .btn-group-vertical>.btn+#searchsubmit,
.search-results #searchform .btn-group-vertical>.btn-group+#searchsubmit {
    margin-top: -1px;
    margin-left: 0
}

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

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

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn,
.search-results #searchform .btn-group-toggle>#searchsubmit,
.search-results #searchform .btn-group-toggle>.btn-group>#searchsubmit {
    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],
.search-results #searchform .btn-group-toggle>#searchsubmit input[type=checkbox],
.search-results #searchform .btn-group-toggle>#searchsubmit input[type=radio],
.search-results #searchform .btn-group-toggle>.btn-group>#searchsubmit input[type=checkbox],
.search-results #searchform .btn-group-toggle>.btn-group>#searchsubmit input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

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

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

.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 {
    margin-left: -1px
}

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

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

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

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

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

.input-group-append,
.input-group-prepend {
    display: flex
}

.input-group-append .btn,
.input-group-append .search-results #searchform #searchsubmit,
.input-group-prepend .btn,
.input-group-prepend .search-results #searchform #searchsubmit,
.search-results #searchform .input-group-append #searchsubmit,
.search-results #searchform .input-group-prepend #searchsubmit {
    position: relative;
    z-index: 2
}

.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-append .search-results #searchform #searchsubmit+#searchsubmit,
.input-group-append .search-results #searchform #searchsubmit+.btn,
.input-group-append .search-results #searchform #searchsubmit+.input-group-text,
.input-group-append .search-results #searchform .btn+#searchsubmit,
.input-group-append .search-results #searchform .input-group-text+#searchsubmit,
.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,
.input-group-prepend .search-results #searchform #searchsubmit+#searchsubmit,
.input-group-prepend .search-results #searchform #searchsubmit+.btn,
.input-group-prepend .search-results #searchform #searchsubmit+.input-group-text,
.input-group-prepend .search-results #searchform .btn+#searchsubmit,
.input-group-prepend .search-results #searchform .input-group-text+#searchsubmit,
.search-results #searchform .input-group-append #searchsubmit+#searchsubmit,
.search-results #searchform .input-group-append #searchsubmit+.btn,
.search-results #searchform .input-group-append #searchsubmit+.input-group-text,
.search-results #searchform .input-group-append .btn+#searchsubmit,
.search-results #searchform .input-group-append .input-group-text+#searchsubmit,
.search-results #searchform .input-group-prepend #searchsubmit+#searchsubmit,
.search-results #searchform .input-group-prepend #searchsubmit+.btn,
.search-results #searchform .input-group-prepend #searchsubmit+.input-group-text,
.search-results #searchform .input-group-prepend .btn+#searchsubmit,
.search-results #searchform .input-group-prepend .input-group-text+#searchsubmit {
    margin-left: -1px
}

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

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

.input-group-text {
    display: flex;
    align-items: center;
    padding: .6875rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
    color: #232629;
    text-align: center;
    white-space: nowrap;
    background-color: #979797;
    border: 1px solid#00b5e6;
    border-radius: 0
}

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

.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,
.search-results #searchform .input-group>.input-group-append:last-child>#searchsubmit:not(:last-child):not(.dropdown-toggle),
.search-results #searchform .input-group>.input-group-append:not(:last-child)>#searchsubmit,
.search-results #searchform .input-group>.input-group-prepend>#searchsubmit {
    border-top-right-radius: 0;
    border-bottom-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,
.search-results #searchform .input-group>.input-group-append>#searchsubmit,
.search-results #searchform .input-group>.input-group-prepend:first-child>#searchsubmit:not(:first-child),
.search-results #searchform .input-group>.input-group-prepend:not(:first-child)>#searchsubmit {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

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

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

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

.custom-control-input:focus~.custom-control-label:before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 181, 230, .25)
}

.custom-control-input:active~.custom-control-label:before {
    color: #fff;
    background-color: #9ae9ff
}

.custom-control-input:disabled~.custom-control-label {
    color: #2b333b
}

.custom-control-input:disabled~.custom-control-label:before {
    background-color: #979797
}

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

.custom-control-label:before {
    pointer-events: none;
    user-select: none;
    background-color: #708297
}

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

.custom-control-label:after {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50% 50%
}

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

.custom-checkbox .custom-control-input:checked~.custom-control-label:before {
    background-color: #00b5e6
}

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

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    background-color: #00b5e6
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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(0, 181, 230, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(0, 181, 230, .5)
}

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

.custom-radio .custom-control-input:checked~.custom-control-label:before {
    background-color: #00b5e6
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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(0, 181, 230, .5)
}

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

.custom-select:focus {
    border-color: #67dfff;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(103, 223, 255, .5)
}

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

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

.custom-select:disabled {
    color: #2b333b;
    background-color: #979797
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    height: calc(1.9875rem + 2px);
    font-size: 75%
}

.custom-select-lg,
.custom-select-sm {
    padding-top: .375rem;
    padding-bottom: .375rem
}

.custom-select-lg {
    height: calc(3.125rem + 2px);
    font-size: 125%
}

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

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

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

.custom-file-input:focus~.custom-file-label {
    border-color: #67dfff;
    box-shadow: 0 0 0 .2rem rgba(0, 181, 230, .25)
}

.custom-file-input:focus~.custom-file-label:after {
    border-color: #67dfff
}

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

.custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(3.075rem + 2px);
    background-color: #fff;
    border: 1px solid#00b5e6;
    border-radius: 0
}

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

.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc((3.075rem + 2px) - 1px * 2);
    content: "Browse";
    background-color: #979797;
    border-left: 1px solid#00b5e6;
    border-radius: 0 0 0 0
}

.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    appearance: none
}

.custom-range:focus {
    outline: none
}

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

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #00b5e6;
    border: 0;
    border-radius: 1rem;
    appearance: none
}

.custom-range::-webkit-slider-thumb:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 181, 230, .25)
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #9ae9ff
}

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

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #00b5e6;
    border: 0;
    border-radius: 1rem;
    appearance: none
}

.custom-range::-moz-range-thumb:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 181, 230, .25)
}

.custom-range::-moz-range-thumb:active {
    background-color: #9ae9ff
}

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

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #00b5e6;
    border: 0;
    border-radius: 1rem;
    appearance: none
}

.custom-range::-ms-thumb:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 181, 230, .25)
}

.custom-range::-ms-thumb:active {
    background-color: #9ae9ff
}

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

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

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

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

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

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

.nav-link.disabled {
    color: #2b333b
}

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

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

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

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

.nav-tabs .nav-link.disabled {
    color: #2b333b;
    background-color: transparent;
    border-color: transparent
}

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

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

.nav-pills .nav-link {
    border-radius: 0
}

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

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

.nav-justified .nav-item {
    flex-basis: 0%;
    flex-grow: 1;
    text-align: center
}

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

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

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

.navbar,
.navbar>.container,
.navbar>.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

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

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

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

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

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

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

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

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

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

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

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

@media (max-width:575.98px) {

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

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

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

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

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

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

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

@media (max-width:767.98px) {

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

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

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

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

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

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

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

@media (max-width:991.98px) {

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

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

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

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

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

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

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

@media (max-width:1199.98px) {

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

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

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

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

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

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

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

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

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

.navbar-expand .navbar-nav {
    flex-direction: row
}

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

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

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    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 {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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 {
    color: hsla(0, 0%, 100%, .5);
    border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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 {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, .125);
    border-radius: 0
}

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

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.card-body {
    flex: 1 1 auto;
    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 {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 0 solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: 0 0 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 0 solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 0 0
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills,
.card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: 0
}

.card-img-top {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.card-deck {
    display: flex;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: flex;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:first-child .card-header,
    .card-group>.card:first-child .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:first-child .card-footer,
    .card-group>.card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:last-child .card-header,
    .card-group>.card:last-child .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:last-child .card-footer,
    .card-group>.card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }

    .card-group>.card:only-child {
        border-radius: 0
    }

    .card-group>.card:only-child .card-header,
    .card-group>.card:only-child .card-img-top {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .card-group>.card:only-child .card-footer,
    .card-group>.card:only-child .card-img-bottom {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child):not(:last-child):not(:only-child),
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

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

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

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

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

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #979797;
    border-radius: 0
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    color: #2b333b;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #2b333b
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #00b5e6;
    background-color: #fff;
    border: 1px solid #708297
}

.page-link:hover {
    z-index: 2;
    color: #00799a;
    text-decoration: none;
    background-color: #979797;
    border-color: #708297
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 181, 230, .25)
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #00b5e6;
    border-color: #00b5e6
}

.page-item.disabled .page-link {
    color: #2b333b;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #708297
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.7
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.7
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

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

.badge:empty {
    display: none
}

.btn .badge,
.search-results #searchform #searchsubmit .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #00b5e6
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #008db3
}

.badge-secondary {
    color: #fff;
    background-color: #04477f
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #022b4e
}

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

.badge-success[href]:focus,
.badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34
}

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

.badge-info[href]:focus,
.badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b
}

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

.badge-warning[href]:focus,
.badge-warning[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00
}

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

.badge-danger[href]:focus,
.badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130
}

.badge-light {
    color: #fff;
    background-color: #708297
}

.badge-light[href]:focus,
.badge-light[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #59697b
}

.badge-dark {
    color: #fff;
    background-color: #232629
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0c0d0d
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #979797;
    border-radius: 0
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 400
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #005e78;
    background-color: #ccf0fa;
    border-color: #b8eaf8
}

.alert-primary hr {
    border-top-color: #a1e3f6
}

.alert-primary .alert-link {
    color: #003645
}

.alert-secondary {
    color: #022542;
    background-color: #cddae5;
    border-color: #b9cbdb
}

.alert-secondary hr {
    border-top-color: #a8bed2
}

.alert-secondary .alert-link {
    color: #010911
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #3a444f;
    background-color: #e2e6ea;
    border-color: #d7dce2
}

.alert-light hr {
    border-top-color: #c8cfd7
}

.alert-light .alert-link {
    color: #242b32
}

.alert-dark {
    color: #121415;
    background-color: #d3d4d4;
    border-color: #c1c2c3
}

.alert-dark hr {
    border-top-color: #b4b5b6
}

.alert-dark .alert-link {
    color: #000
}

@keyframes a {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #979797;
    border-radius: 0
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #00b5e6;
    transition: width .6s ease
}

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

.progress-bar-striped {
    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 {
    animation: a 1s linear infinite
}

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

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #232629;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #232629;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #979797
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.list-group-item:focus,
.list-group-item:hover {
    z-index: 1;
    text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #2b333b;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #00b5e6;
    border-color: #00b5e6
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #005e78;
    background-color: #b8eaf8
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #005e78;
    background-color: #a1e3f6
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #005e78;
    border-color: #005e78
}

.list-group-item-secondary {
    color: #022542;
    background-color: #b9cbdb
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #022542;
    background-color: #a8bed2
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #022542;
    border-color: #022542
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #3a444f;
    background-color: #d7dce2
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #3a444f;
    background-color: #c8cfd7
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #3a444f;
    border-color: #3a444f
}

.list-group-item-dark {
    color: #121415;
    background-color: #c1c2c3
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #121415;
    background-color: #b4b5b6
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #121415;
    border-color: #121415
}

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

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

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

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

.modal,
.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-25%)
}

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

.modal.show .modal-dialog {
    transform: translate(0)
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    /* background-color: #fff; */
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #979797;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.7
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #979797
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 800px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.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 {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.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 {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0
}

.popover,
.popover .arrow {
    position: absolute;
    display: block
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0
}

.popover .arrow:after,
.popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.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) * -1)
}

.bs-popover-auto[x-placement^=top] .arrow:after,
.bs-popover-auto[x-placement^=top] .arrow:before,
.bs-popover-top .arrow:after,
.bs-popover-top .arrow:before {
    border-width: .5rem .5rem 0
}

.bs-popover-auto[x-placement^=top] .arrow:before,
.bs-popover-top .arrow:before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] .arrow:after,
.bs-popover-top .arrow:after {
    bottom: 1px;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] .arrow,
.bs-popover-right .arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: 0
}

.bs-popover-auto[x-placement^=right] .arrow:after,
.bs-popover-auto[x-placement^=right] .arrow:before,
.bs-popover-right .arrow:after,
.bs-popover-right .arrow:before {
    border-width: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow:before,
.bs-popover-right .arrow:before {
    left: 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] .arrow:after,
.bs-popover-right .arrow:after {
    left: 1px;
    border-right-color: #fff
}

.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) * -1)
}

.bs-popover-auto[x-placement^=bottom] .arrow:after,
.bs-popover-auto[x-placement^=bottom] .arrow:before,
.bs-popover-bottom .arrow:after,
.bs-popover-bottom .arrow:before {
    border-width: 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow:before,
.bs-popover-bottom .arrow:before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] .arrow:after,
.bs-popover-bottom .arrow:after {
    top: 1px;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] .arrow,
.bs-popover-left .arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: 0
}

.bs-popover-auto[x-placement^=left] .arrow:after,
.bs-popover-auto[x-placement^=left] .arrow:before,
.bs-popover-left .arrow:after,
.bs-popover-left .arrow:before {
    border-width: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow:before,
.bs-popover-left .arrow:before {
    right: 0;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] .arrow:after,
.bs-popover-left .arrow:after {
    right: 1px;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: -1px;
    border-top-right-radius: -1px
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    align-items: center;
    width: 100%;
    transition: transform .6s ease;
    backface-visibility: hidden;
    perspective: 1000px
}

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    transform: translateX(0)
}

@supports (transform-style:preserve-3d) {

    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        transform: translateZ(0)
    }
}

.active.carousel-item-right,
.carousel-item-next {
    transform: translateX(100%)
}

@supports (transform-style:preserve-3d) {

    .active.carousel-item-right,
    .carousel-item-next {
        transform: translate3d(100%, 0, 0)
    }
}

.active.carousel-item-left,
.carousel-item-prev {
    transform: translateX(-100%)
}

@supports (transform-style:preserve-3d) {

    .active.carousel-item-left,
    .carousel-item-prev {
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    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
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
    transform: translateX(0)
}

@supports (transform-style:preserve-3d) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev,
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active {
        transform: translateZ(0)
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: hsla(0, 0%, 100%, .5)
}

.carousel-indicators li:before {
    top: -10px
}

.carousel-indicators li:after,
.carousel-indicators li:before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li:after {
    bottom: -10px
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 70%;
    bottom: 50px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 180px;
    color: #fff;
    text-align: center
}

.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: #00b5e6 !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #008db3 !important
}

.bg-secondary {
    background-color: #04477f !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #022b4e !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: #708297 !important
}

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

.bg-dark {
    background-color: #232629 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #0c0d0d !important
}

.bg-transparent {
    background-color: transparent !important
}

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

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

.border-right {
    border-right: 1px solid #708297 !important
}

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

.border-left {
    border-left: 1px solid #708297 !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: #00b5e6 !important
}

.border-secondary {
    border-color: #04477f !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: #708297 !important
}

.border-dark {
    border-color: #232629 !important
}

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

.rounded {
    border-radius: 0 !important
}

.rounded-top {
    border-top-left-radius: 0 !important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: 0 !important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: 0 !important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: 0 !important
}

.rounded-left {
    border-top-left-radius: 0 !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-0 {
    border-radius: 0 !important
}

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

.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: flex !important
}

.d-inline-flex {
    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: flex !important
    }

    .d-sm-inline-flex {
        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: flex !important
    }

    .d-md-inline-flex {
        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: flex !important
    }

    .d-lg-inline-flex {
        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: flex !important
    }

    .d-xl-inline-flex {
        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: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

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

.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 {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

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

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

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

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

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

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !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
    }
}

.position-sticky {
    position: sticky !important
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports (position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    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
}

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

.mt-1,
.my-1 {
    margin-top: .5rem !important
}

.mr-1,
.mx-1 {
    margin-right: .5rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .5rem !important
}

.ml-1,
.mx-1 {
    margin-left: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: 1rem !important
}

.mr-2,
.mx-2 {
    margin-right: 1rem !important
}

.mb-2,
.my-2 {
    margin-bottom: 1rem !important
}

.ml-2,
.mx-2 {
    margin-left: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1.5rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1.5rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1.5rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 2rem !important
}

.mr-4,
.mx-4 {
    margin-right: 2rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 2rem !important
}

.ml-4,
.mx-4 {
    margin-left: 2rem !important
}

.mt-5,
.my-5 {
    margin-top: 2.5rem !important
}

.mr-5,
.mx-5 {
    margin-right: 2.5rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 2.5rem !important
}

.ml-5,
.mx-5 {
    margin-left: 2.5rem !important
}

.mt-6,
.my-6 {
    margin-top: 3rem !important
}

.mr-6,
.mx-6 {
    margin-right: 3rem !important
}

.mb-6,
.my-6 {
    margin-bottom: 3rem !important
}

.ml-6,
.mx-6 {
    margin-left: 3rem !important
}

.mt-7,
.my-7 {
    margin-top: 3.5rem !important
}

.mr-7,
.mx-7 {
    margin-right: 3.5rem !important
}

.mb-7,
.my-7 {
    margin-bottom: 3.5rem !important
}

.ml-7,
.mx-7 {
    margin-left: 3.5rem !important
}

.mt-8,
.my-8 {
    margin-top: 4rem !important
}

.mr-8,
.mx-8 {
    margin-right: 4rem !important
}

.mb-8,
.my-8 {
    margin-bottom: 4rem !important
}

.ml-8,
.mx-8 {
    margin-left: 4rem !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
}

.pt-1,
.py-1 {
    padding-top: .5rem !important
}

.pr-1,
.px-1 {
    padding-right: .5rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .5rem !important
}

.pl-1,
.px-1 {
    padding-left: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: 1rem !important
}

.pr-2,
.px-2 {
    padding-right: 1rem !important
}

.pb-2,
.py-2 {
    padding-bottom: 1rem !important
}

.pl-2,
.px-2 {
    padding-left: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1.5rem !important
}

.pr-3,
.px-3 {
    padding-right: 1.5rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1.5rem !important
}

.pl-3,
.px-3 {
    padding-left: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 2rem !important
}

.pr-4,
.px-4 {
    padding-right: 2rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 2rem !important
}

.pl-4,
.px-4 {
    padding-left: 2rem !important
}

.pt-5,
.py-5 {
    padding-top: 2.5rem !important
}

.pr-5,
.px-5 {
    padding-right: 2.5rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 2.5rem !important
}

.pl-5,
.px-5 {
    padding-left: 2.5rem !important
}

.pt-6,
.py-6 {
    padding-top: 3rem !important
}

.pr-6,
.px-6 {
    padding-right: 3rem !important
}

.pb-6,
.py-6 {
    padding-bottom: 3rem !important
}

.pl-6,
.px-6 {
    padding-left: 3rem !important
}

.pt-7,
.py-7 {
    padding-top: 3.5rem !important
}

.pr-7,
.px-7 {
    padding-right: 3.5rem !important
}

.pb-7,
.py-7 {
    padding-bottom: 3.5rem !important
}

.pl-7,
.px-7 {
    padding-left: 3.5rem !important
}

.pt-8,
.py-8 {
    padding-top: 4rem !important
}

.pr-8,
.px-8 {
    padding-right: 4rem !important
}

.pb-8,
.py-8 {
    padding-bottom: 4rem !important
}

.pl-8,
.px-8 {
    padding-left: 4rem !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: .5rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .5rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .5rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .5rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .5rem !important
    }

    .m-sm-2 {
        margin: 1rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 1rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 1rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 1rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 1rem !important
    }

    .m-sm-3 {
        margin: 1.5rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1.5rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1.5rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1.5rem !important
    }

    .m-sm-4 {
        margin: 2rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 2rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 2rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 2rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 2rem !important
    }

    .m-sm-5 {
        margin: 2.5rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 2.5rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 2.5rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 2.5rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 2.5rem !important
    }

    .m-sm-6 {
        margin: 3rem !important
    }

    .mt-sm-6,
    .my-sm-6 {
        margin-top: 3rem !important
    }

    .mr-sm-6,
    .mx-sm-6 {
        margin-right: 3rem !important
    }

    .mb-sm-6,
    .my-sm-6 {
        margin-bottom: 3rem !important
    }

    .ml-sm-6,
    .mx-sm-6 {
        margin-left: 3rem !important
    }

    .m-sm-7 {
        margin: 3.5rem !important
    }

    .mt-sm-7,
    .my-sm-7 {
        margin-top: 3.5rem !important
    }

    .mr-sm-7,
    .mx-sm-7 {
        margin-right: 3.5rem !important
    }

    .mb-sm-7,
    .my-sm-7 {
        margin-bottom: 3.5rem !important
    }

    .ml-sm-7,
    .mx-sm-7 {
        margin-left: 3.5rem !important
    }

    .m-sm-8 {
        margin: 4rem !important
    }

    .mt-sm-8,
    .my-sm-8 {
        margin-top: 4rem !important
    }

    .mr-sm-8,
    .mx-sm-8 {
        margin-right: 4rem !important
    }

    .mb-sm-8,
    .my-sm-8 {
        margin-bottom: 4rem !important
    }

    .ml-sm-8,
    .mx-sm-8 {
        margin-left: 4rem !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: .5rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .5rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .5rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .5rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .5rem !important
    }

    .p-sm-2 {
        padding: 1rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 1rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 1rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 1rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 1rem !important
    }

    .p-sm-3 {
        padding: 1.5rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1.5rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1.5rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1.5rem !important
    }

    .p-sm-4 {
        padding: 2rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 2rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 2rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 2rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 2rem !important
    }

    .p-sm-5 {
        padding: 2.5rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 2.5rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 2.5rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 2.5rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 2.5rem !important
    }

    .p-sm-6 {
        padding: 3rem !important
    }

    .pt-sm-6,
    .py-sm-6 {
        padding-top: 3rem !important
    }

    .pr-sm-6,
    .px-sm-6 {
        padding-right: 3rem !important
    }

    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 3rem !important
    }

    .pl-sm-6,
    .px-sm-6 {
        padding-left: 3rem !important
    }

    .p-sm-7 {
        padding: 3.5rem !important
    }

    .pt-sm-7,
    .py-sm-7 {
        padding-top: 3.5rem !important
    }

    .pr-sm-7,
    .px-sm-7 {
        padding-right: 3.5rem !important
    }

    .pb-sm-7,
    .py-sm-7 {
        padding-bottom: 3.5rem !important
    }

    .pl-sm-7,
    .px-sm-7 {
        padding-left: 3.5rem !important
    }

    .p-sm-8 {
        padding: 4rem !important
    }

    .pt-sm-8,
    .py-sm-8 {
        padding-top: 4rem !important
    }

    .pr-sm-8,
    .px-sm-8 {
        padding-right: 4rem !important
    }

    .pb-sm-8,
    .py-sm-8 {
        padding-bottom: 4rem !important
    }

    .pl-sm-8,
    .px-sm-8 {
        padding-left: 4rem !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: .5rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .5rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .5rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .5rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .5rem !important
    }

    .m-md-2 {
        margin: 1rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 1rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 1rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 1rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 1rem !important
    }

    .m-md-3 {
        margin: 1.5rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1.5rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1.5rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1.5rem !important
    }

    .m-md-4 {
        margin: 2rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 2rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 2rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 2rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 2rem !important
    }

    .m-md-5 {
        margin: 2.5rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 2.5rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 2.5rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 2.5rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 2.5rem !important
    }

    .m-md-6 {
        margin: 3rem !important
    }

    .mt-md-6,
    .my-md-6 {
        margin-top: 3rem !important
    }

    .mr-md-6,
    .mx-md-6 {
        margin-right: 3rem !important
    }

    .mb-md-6,
    .my-md-6 {
        margin-bottom: 3rem !important
    }

    .ml-md-6,
    .mx-md-6 {
        margin-left: 3rem !important
    }

    .m-md-7 {
        margin: 3.5rem !important
    }

    .mt-md-7,
    .my-md-7 {
        margin-top: 3.5rem !important
    }

    .mr-md-7,
    .mx-md-7 {
        margin-right: 3.5rem !important
    }

    .mb-md-7,
    .my-md-7 {
        margin-bottom: 3.5rem !important
    }

    .ml-md-7,
    .mx-md-7 {
        margin-left: 3.5rem !important
    }

    .m-md-8 {
        margin: 4rem !important
    }

    .mt-md-8,
    .my-md-8 {
        margin-top: 4rem !important
    }

    .mr-md-8,
    .mx-md-8 {
        margin-right: 4rem !important
    }

    .mb-md-8,
    .my-md-8 {
        margin-bottom: 4rem !important
    }

    .ml-md-8,
    .mx-md-8 {
        margin-left: 4rem !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: .5rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .5rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .5rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .5rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .5rem !important
    }

    .p-md-2 {
        padding: 1rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 1rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 1rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 1rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 1rem !important
    }

    .p-md-3 {
        padding: 1.5rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1.5rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1.5rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1.5rem !important
    }

    .p-md-4 {
        padding: 2rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 2rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 2rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 2rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 2rem !important
    }

    .p-md-5 {
        padding: 2.5rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 2.5rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 2.5rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 2.5rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 2.5rem !important
    }

    .p-md-6 {
        padding: 3rem !important
    }

    .pt-md-6,
    .py-md-6 {
        padding-top: 3rem !important
    }

    .pr-md-6,
    .px-md-6 {
        padding-right: 3rem !important
    }

    .pb-md-6,
    .py-md-6 {
        padding-bottom: 3rem !important
    }

    .pl-md-6,
    .px-md-6 {
        padding-left: 3rem !important
    }

    .p-md-7 {
        padding: 3.5rem !important
    }

    .pt-md-7,
    .py-md-7 {
        padding-top: 3.5rem !important
    }

    .pr-md-7,
    .px-md-7 {
        padding-right: 3.5rem !important
    }

    .pb-md-7,
    .py-md-7 {
        padding-bottom: 3.5rem !important
    }

    .pl-md-7,
    .px-md-7 {
        padding-left: 3.5rem !important
    }

    .p-md-8 {
        padding: 4rem !important
    }

    .pt-md-8,
    .py-md-8 {
        padding-top: 4rem !important
    }

    .pr-md-8,
    .px-md-8 {
        padding-right: 4rem !important
    }

    .pb-md-8,
    .py-md-8 {
        padding-bottom: 4rem !important
    }

    .pl-md-8,
    .px-md-8 {
        padding-left: 4rem !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: .5rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .5rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .5rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .5rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .5rem !important
    }

    .m-lg-2 {
        margin: 1rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 1rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 1rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 1rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 1rem !important
    }

    .m-lg-3 {
        margin: 1.5rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1.5rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1.5rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1.5rem !important
    }

    .m-lg-4 {
        margin: 2rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 2rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 2rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 2rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 2rem !important
    }

    .m-lg-5 {
        margin: 2.5rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 2.5rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 2.5rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 2.5rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 2.5rem !important
    }

    .m-lg-6 {
        margin: 3rem !important
    }

    .mt-lg-6,
    .my-lg-6 {
        margin-top: 3rem !important
    }

    .mr-lg-6,
    .mx-lg-6 {
        margin-right: 3rem !important
    }

    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 3rem !important
    }

    .ml-lg-6,
    .mx-lg-6 {
        margin-left: 3rem !important
    }

    .m-lg-7 {
        margin: 3.5rem !important
    }

    .mt-lg-7,
    .my-lg-7 {
        margin-top: 3.5rem !important
    }

    .mr-lg-7,
    .mx-lg-7 {
        margin-right: 3.5rem !important
    }

    .mb-lg-7,
    .my-lg-7 {
        margin-bottom: 3.5rem !important
    }

    .ml-lg-7,
    .mx-lg-7 {
        margin-left: 3.5rem !important
    }

    .m-lg-8 {
        margin: 4rem !important
    }

    .mt-lg-8,
    .my-lg-8 {
        margin-top: 4rem !important
    }

    .mr-lg-8,
    .mx-lg-8 {
        margin-right: 4rem !important
    }

    .mb-lg-8,
    .my-lg-8 {
        margin-bottom: 4rem !important
    }

    .ml-lg-8,
    .mx-lg-8 {
        margin-left: 4rem !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: .5rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .5rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .5rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .5rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .5rem !important
    }

    .p-lg-2 {
        padding: 1rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 1rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 1rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 1rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 1rem !important
    }

    .p-lg-3 {
        padding: 1.5rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1.5rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1.5rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1.5rem !important
    }

    .p-lg-4 {
        padding: 2rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 2rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 2rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 2rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 2rem !important
    }

    .p-lg-5 {
        padding: 2.5rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 2.5rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 2.5rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 2.5rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 2.5rem !important
    }

    .p-lg-6 {
        padding: 3rem !important
    }

    .pt-lg-6,
    .py-lg-6 {
        padding-top: 3rem !important
    }

    .pr-lg-6,
    .px-lg-6 {
        padding-right: 3rem !important
    }

    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 3rem !important
    }

    .pl-lg-6,
    .px-lg-6 {
        padding-left: 3rem !important
    }

    .p-lg-7 {
        padding: 3.5rem !important
    }

    .pt-lg-7,
    .py-lg-7 {
        padding-top: 3.5rem !important
    }

    .pr-lg-7,
    .px-lg-7 {
        padding-right: 3.5rem !important
    }

    .pb-lg-7,
    .py-lg-7 {
        padding-bottom: 3.5rem !important
    }

    .pl-lg-7,
    .px-lg-7 {
        padding-left: 3.5rem !important
    }

    .p-lg-8 {
        padding: 4rem !important
    }

    .pt-lg-8,
    .py-lg-8 {
        padding-top: 4rem !important
    }

    .pr-lg-8,
    .px-lg-8 {
        padding-right: 4rem !important
    }

    .pb-lg-8,
    .py-lg-8 {
        padding-bottom: 4rem !important
    }

    .pl-lg-8,
    .px-lg-8 {
        padding-left: 4rem !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: .5rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .5rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .5rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .5rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .5rem !important
    }

    .m-xl-2 {
        margin: 1rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 1rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 1rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 1rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 1rem !important
    }

    .m-xl-3 {
        margin: 1.5rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1.5rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1.5rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1.5rem !important
    }

    .m-xl-4 {
        margin: 2rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 2rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 2rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 2rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 2rem !important
    }

    .m-xl-5 {
        margin: 2.5rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 2.5rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 2.5rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 2.5rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 2.5rem !important
    }

    .m-xl-6 {
        margin: 3rem !important
    }

    .mt-xl-6,
    .my-xl-6 {
        margin-top: 3rem !important
    }

    .mr-xl-6,
    .mx-xl-6 {
        margin-right: 3rem !important
    }

    .mb-xl-6,
    .my-xl-6 {
        margin-bottom: 3rem !important
    }

    .ml-xl-6,
    .mx-xl-6 {
        margin-left: 3rem !important
    }

    .m-xl-7 {
        margin: 3.5rem !important
    }

    .mt-xl-7,
    .my-xl-7 {
        margin-top: 3.5rem !important
    }

    .mr-xl-7,
    .mx-xl-7 {
        margin-right: 3.5rem !important
    }

    .mb-xl-7,
    .my-xl-7 {
        margin-bottom: 3.5rem !important
    }

    .ml-xl-7,
    .mx-xl-7 {
        margin-left: 3.5rem !important
    }

    .m-xl-8 {
        margin: 4rem !important
    }

    .mt-xl-8,
    .my-xl-8 {
        margin-top: 4rem !important
    }

    .mr-xl-8,
    .mx-xl-8 {
        margin-right: 4rem !important
    }

    .mb-xl-8,
    .my-xl-8 {
        margin-bottom: 4rem !important
    }

    .ml-xl-8,
    .mx-xl-8 {
        margin-left: 4rem !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: .5rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .5rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .5rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .5rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .5rem !important
    }

    .p-xl-2 {
        padding: 1rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 1rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 1rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 1rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 1rem !important
    }

    .p-xl-3 {
        padding: 1.5rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1.5rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1.5rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1.5rem !important
    }

    .p-xl-4 {
        padding: 2rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 2rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 2rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 2rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 2rem !important
    }

    .p-xl-5 {
        padding: 2.5rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 2.5rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 2.5rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 2.5rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 2.5rem !important
    }

    .p-xl-6 {
        padding: 3rem !important
    }

    .pt-xl-6,
    .py-xl-6 {
        padding-top: 3rem !important
    }

    .pr-xl-6,
    .px-xl-6 {
        padding-right: 3rem !important
    }

    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 3rem !important
    }

    .pl-xl-6,
    .px-xl-6 {
        padding-left: 3rem !important
    }

    .p-xl-7 {
        padding: 3.5rem !important
    }

    .pt-xl-7,
    .py-xl-7 {
        padding-top: 3.5rem !important
    }

    .pr-xl-7,
    .px-xl-7 {
        padding-right: 3.5rem !important
    }

    .pb-xl-7,
    .py-xl-7 {
        padding-bottom: 3.5rem !important
    }

    .pl-xl-7,
    .px-xl-7 {
        padding-left: 3.5rem !important
    }

    .p-xl-8 {
        padding: 4rem !important
    }

    .pt-xl-8,
    .py-xl-8 {
        padding-top: 4rem !important
    }

    .pr-xl-8,
    .px-xl-8 {
        padding-right: 4rem !important
    }

    .pb-xl-8,
    .py-xl-8 {
        padding-bottom: 4rem !important
    }

    .pl-xl-8,
    .px-xl-8 {
        padding-left: 4rem !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
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

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

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@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-bold,
.font-weight-light,
.font-weight-normal {
    font-weight: 400 !important
}

.font-italic {
    font-style: italic !important
}

.text-primary {
    color: #00b5e6 !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #008db3 !important
}

.text-secondary {
    color: #04477f !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #022b4e !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #1e7e34 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #117a8b !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #d39e00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #bd2130 !important
}

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

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

.text-dark {
    color: #232629 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #0c0d0d !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #2b333b !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    :after,
    :before {
        text-shadow: none !important;
        box-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 #363f49;
        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 #708297 !important
    }
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -ms-flex-align: start;
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s, top .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: b 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@keyframes b {
    to {
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.alm-listing.alm-ajax {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap
}

.alm-reveal,
.flex-parent-container {
    opacity: 1;
    height: auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.alm-btn-wrap .alm-load-more-btn.loading,
.alm-btn-wrap .alm-load-more-btn.more {
    cursor: pointer;
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    position: relative;
    background-color: transparent;
    background-color: #00b5e6 !important;
    border-color: #00b5e6;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .875rem 1.5rem;
    line-height: 1.7;
    border-radius: 0;
    height: auto;
    transition: color 1s cubic-bezier(.19, 1, .22, 1);
    font-size: 15px;
    min-width: 180px;
    border: 0;
    overflow-x: hidden;
    z-index: 2;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #fff
}

.alm-btn-wrap .alm-load-more-btn.more:active,
.alm-btn-wrap .alm-load-more-btn.more:focus,
.alm-btn-wrap .alm-load-more-btn.more:hover,
.alm-btn-wrap .alm-load-more-btn:active,
.alm-btn-wrap .alm-load-more-btn:focus,
.alm-btn-wrap .alm-load-more-btn:hover {
    background-color: #00b5e6 !important;
    color: #fff;
    text-decoration: none
}

.alm-btn-wrap .alm-load-more-btn.done {
    background-color: #00b5e6 !important
}

.alm-btn-wrap .alm-load-more-btn.loading:before {
    background: #fff url(../themes/buck/assets/images/spinners/Blue_Spinner_6.gif) no-repeat 50% !important;
    background-size: 100% auto !important;
    left: 5px !important;
    top: 9px !important;
    width: 25px !important;
    height: 25px !important
}

@media (min-width:1000px) and (max-width:1300px) {
    #header .header-container {
        padding: 0 15px !important;
    }
}

@media (min-width:1190px) and (max-width:1300px) {
    #header ul {
        padding: 0 !important;
    }
}

@media (min-width:768px) and (max-width:1199px) {
    #header .sp-navigation-breakpoint-up .sp-navigation-nav>ul>li:last-child {
        margin-top: 10px;
    }
}

@media (min-width:1200px) and (max-width:1300px) {
    #header.is-passed .book-bt {
        margin-top: -20px !important;
    }

    #header.is-passed .btn-main,
    #header.is-passed .btmt {
        margin-top: 14px;
    }

    #header.is-passed .header-inner {
        height: 70px !important;
    }

    #footer .footer-logo {
        margin-right: 24px;
    }

    #header .color-logo {
        margin-top: -2px !important;
    }
}



@media (max-width:1199px) {
    .alm-btn-wrap .alm-load-more-btn.loading:before {
        top: 5px !important
    }
}

@media (max-width:991.98px) {
    .display-none-md-down {
        display: block;
    }

    /* .sp-navigation:not(.sp-navigation-breakpoint-down) .sp-navigation-nav.collapse{
        display:none !important;
    }

    .sp-navigation.sp-navigation-breakpoint-down .sp-navigation-collapse-button{
        display:block !important;
    }

    .sp-navigation .sp-navigation-collapse-button{
        display: block !important;
    } */
}


/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

@keyframes c {

    0%,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    animation-name: c;
    transform-origin: center bottom
}

@keyframes d {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    animation-name: d
}

@keyframes e {
    0% {
        transform: scaleX(1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        transform: scaleX(1)
    }
}

.pulse {
    animation-name: e
}

@keyframes f {
    0% {
        transform: scaleX(1)
    }

    30% {
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, .95, 1)
    }

    to {
        transform: scaleX(1)
    }
}

.rubberBand {
    animation-name: f
}

@keyframes g {

    0%,
    to {
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    animation-name: g
}

@keyframes h {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: h
}

@keyframes i {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    to {
        transform: rotate(0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: i
}

@keyframes j {
    0% {
        transform: scaleX(1)
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        transform: scaleX(1)
    }
}

.tada {
    animation-name: j
}

@keyframes k {
    0% {
        transform: translateZ(0)
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        transform: translateZ(0)
    }
}

.wobble {
    animation-name: k
}

@keyframes l {

    0%,
    11.1%,
    to {
        transform: translateZ(0)
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform: skewX(.39062deg) skewY(.39062deg)
    }

    88.8% {
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
}

.jello {
    animation-name: l;
    transform-origin: center
}

@keyframes m {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

.bounceIn {
    animation-duration: .75s;
    animation-name: m
}

@keyframes n {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }

    75% {
        transform: translate3d(0, -10px, 0)
    }

    90% {
        transform: translate3d(0, 5px, 0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInDown {
    animation-name: n
}

@keyframes o {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }

    75% {
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        transform: translate3d(5px, 0, 0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInLeft {
    animation-name: o
}

@keyframes p {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        transform: translate3d(10px, 0, 0)
    }

    90% {
        transform: translate3d(-5px, 0, 0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInRight {
    animation-name: p
}

@keyframes q {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        transform: translate3d(0, 10px, 0)
    }

    90% {
        transform: translate3d(0, -5px, 0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInUp {
    animation-name: q
}

@keyframes r {
    20% {
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    animation-duration: .75s;
    animation-name: r
}

@keyframes s {
    20% {
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    animation-name: s
}

@keyframes t {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    animation-name: t
}

@keyframes u {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    animation-name: u
}

@keyframes v {
    20% {
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    animation-name: v
}

@keyframes w {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: w
}

@keyframes x {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInDown {
    animation-name: x
}

@keyframes y {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInDownBig {
    animation-name: y
}

@keyframes z {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInLeft {
    animation-name: z
}

@keyframes A {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInLeftBig {
    animation-name: A
}

@keyframes B {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInRight {
    animation-name: B
}

@keyframes C {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInRightBig {
    animation-name: C
}

@keyframes D {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInUp {
    animation-name: D
}

@keyframes E {
    0% {
        opacity: 0;
        transform: translate3d(0, 40px, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInUpS {
    animation-name: E;
    animation-timing-function: 2s cubic-bezier(.19, 1, .22, 1)
}

@keyframes F {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInUpBig {
    animation-name: F
}

@keyframes G {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: G
}

@keyframes H {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    animation-name: H
}

@keyframes I {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    animation-name: I
}

@keyframes J {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    animation-name: J
}

@keyframes K {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    animation-name: K
}

@keyframes L {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    animation-name: L
}

@keyframes M {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    animation-name: M
}

@keyframes N {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    animation-name: N
}

@keyframes O {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    animation-name: O
}

@keyframes P {
    0% {
        transform: perspective(400px) rotateY(-1turn);
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) scale3d(.95, .95, .95);
        animation-timing-function: ease-in
    }

    to {
        transform: perspective(400px);
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: P
}

@keyframes Q {
    0% {
        transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: Q
}

@keyframes R {
    0% {
        transform: perspective(400px) rotateY(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateY(-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: R
}

@keyframes S {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    animation-duration: .75s;
    animation-name: S;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@keyframes T {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: T
}

@keyframes U {
    0% {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: U;
    animation-timing-function: ease-out
}

@keyframes V {
    0% {
        opacity: 1
    }

    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    animation-name: V;
    animation-timing-function: ease-in
}

@keyframes W {
    0% {
        transform-origin: center;
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateIn {
    animation-name: W
}

@keyframes X {
    0% {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: X
}

@keyframes Y {
    0% {
        transform-origin: right bottom;
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: Y
}

@keyframes Z {
    0% {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: Z
}

@keyframes ab {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: ab
}

@keyframes bb {
    0% {
        transform-origin: center;
        opacity: 1
    }

    to {
        transform-origin: center;
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    animation-name: bb
}

@keyframes cb {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    animation-name: cb
}

@keyframes db {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    animation-name: db
}

@keyframes eb {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    animation-name: eb
}

@keyframes fb {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    animation-name: fb
}

@keyframes gb {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    animation-duration: 2s;
    animation-name: gb
}

@keyframes hb {
    0% {
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }

    50% {
        transform: rotate(-10deg)
    }

    70% {
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.jackInTheBox {
    animation-name: hb
}

@keyframes ib {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.rollIn {
    animation-name: ib
}

@keyframes jb {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.rollOut {
    animation-name: jb
}

@keyframes kb {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: kb
}

@keyframes lb {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    animation-name: lb
}

@keyframes mb {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    animation-name: mb
}

@keyframes nb {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    animation-name: nb
}

@keyframes ob {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    animation-name: ob
}

@keyframes pb {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    animation-name: pb
}

@keyframes qb {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    animation-name: qb
}

@keyframes rb {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    animation-name: rb
}

@keyframes sb {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

.zoomOutRight {
    animation-name: sb
}

@keyframes tb {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    animation-name: tb
}

@keyframes ub {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInDown {
    animation-name: ub
}

@keyframes vb {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInLeft {
    animation-name: vb
}

@keyframes wb {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInRight {
    animation-name: wb
}

@keyframes xb {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInUp {
    animation-name: xb
}

@keyframes yb {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    animation-name: yb
}

@keyframes zb {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    animation-name: zb
}

@keyframes Ab {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    animation-name: Ab
}

@keyframes Bb {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    animation-name: Bb
}

.m-0 {
    margin: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

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

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

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

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

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.m-1 {
    margin: .5rem !important
}

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

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

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

.ml-1,
.mx-1 {
    margin-left: .5rem !important
}

.mx-1 {
    margin-right: .5rem !important
}

.my-1 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.m-2 {
    margin: 1rem !important
}

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

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

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

.ml-2,
.mx-2 {
    margin-left: 1rem !important
}

.mx-2 {
    margin-right: 1rem !important
}

.my-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.m-3 {
    margin: 1.5rem !important
}

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

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

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

.ml-3,
.mx-3 {
    margin-left: 1.5rem !important
}

.mx-3 {
    margin-right: 1.5rem !important
}

.my-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.m-4 {
    margin: 2rem !important
}

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

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

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

.ml-4,
.mx-4 {
    margin-left: 2rem !important
}

.mx-4 {
    margin-right: 2rem !important
}

.my-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important
}

.m-5 {
    margin: 2.5rem !important
}

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

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

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

.ml-5,
.mx-5 {
    margin-left: 2.5rem !important
}

.mx-5 {
    margin-right: 2.5rem !important
}

.my-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important
}

.m-6 {
    margin: 3rem !important
}

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

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

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

.ml-6,
.mx-6 {
    margin-left: 3rem !important
}

.mx-6 {
    margin-right: 3rem !important
}

.my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.m-7 {
    margin: 3.5rem !important
}

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

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

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

.ml-7,
.mx-7 {
    margin-left: 3.5rem !important
}

.mx-7 {
    margin-right: 3.5rem !important
}

.my-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important
}

.m-8 {
    margin: 4rem !important
}

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

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

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

.ml-8,
.mx-8 {
    margin-left: 4rem !important
}

.mx-8 {
    margin-right: 4rem !important
}

.my-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important
}

.m--0 {
    margin: 0 !important
}

.mt--0 {
    margin-top: 0 !important
}

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

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

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

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

.my--0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.m--1 {
    margin: -.5rem !important
}

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

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

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

.ml--1,
.mx--1 {
    margin-left: -.5rem !important
}

.mx--1 {
    margin-right: -.5rem !important
}

.my--1 {
    margin-top: -.5rem !important;
    margin-bottom: -.5rem !important
}

.m--2 {
    margin: -1rem !important
}

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

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

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

.ml--2,
.mx--2 {
    margin-left: -1rem !important
}

.mx--2 {
    margin-right: -1rem !important
}

.my--2 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important
}

.m--3 {
    margin: -1.5rem !important
}

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

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

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

.ml--3,
.mx--3 {
    margin-left: -1.5rem !important
}

.mx--3 {
    margin-right: -1.5rem !important
}

.my--3 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important
}

.m--4 {
    margin: -2rem !important
}

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

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

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

.ml--4,
.mx--4 {
    margin-left: -2rem !important
}

.mx--4 {
    margin-right: -2rem !important
}

.my--4 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important
}

.m--5 {
    margin: -2.5rem !important
}

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

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

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

.ml--5,
.mx--5 {
    margin-left: -2.5rem !important
}

.mx--5 {
    margin-right: -2.5rem !important
}

.my--5 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important
}

.m--6 {
    margin: -3rem !important
}

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

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

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

.ml--6,
.mx--6 {
    margin-left: -3rem !important
}

.mx--6 {
    margin-right: -3rem !important
}

.my--6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important
}

.m--7 {
    margin: -3.5rem !important
}

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

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

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

.ml--7,
.mx--7 {
    margin-left: -3.5rem !important
}

.mx--7 {
    margin-right: -3.5rem !important
}

.my--7 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important
}

.m--8 {
    margin: -4rem !important
}

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

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

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

.ml--8,
.mx--8 {
    margin-left: -4rem !important
}

.mx--8 {
    margin-right: -4rem !important
}

.my--8 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.px-0 {
    padding-right: 0 !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

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

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

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

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

.pl-1,
.px-1 {
    padding-left: .5rem !important
}

.px-1 {
    padding-right: .5rem !important
}

.py-1 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.p-2 {
    padding: 1rem !important
}

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

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

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

.pl-2,
.px-2 {
    padding-left: 1rem !important
}

.px-2 {
    padding-right: 1rem !important
}

.py-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

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

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

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

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

.pl-3,
.px-3 {
    padding-left: 1.5rem !important
}

.px-3 {
    padding-right: 1.5rem !important
}

.py-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.p-4 {
    padding: 2rem !important
}

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

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

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

.pl-4,
.px-4 {
    padding-left: 2rem !important
}

.px-4 {
    padding-right: 2rem !important
}

.py-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
}

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

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

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

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

.pl-5,
.px-5 {
    padding-left: 2.5rem !important
}

.px-5 {
    padding-right: 2.5rem !important
}

.py-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important
}

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

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

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

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

.pl-6,
.px-6 {
    padding-left: 3rem !important
}

.px-6 {
    padding-right: 3rem !important
}

.py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.p-7 {
    padding: 3.5rem !important
}

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

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

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

.pl-7,
.px-7 {
    padding-left: 3.5rem !important
}

.px-7 {
    padding-right: 3.5rem !important
}

.py-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important
}

.p-8 {
    padding: 4rem !important
}

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

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

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

.pl-8,
.px-8 {
    padding-left: 4rem !important
}

.px-8 {
    padding-right: 4rem !important
}

.py-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto {
    margin-top: auto !important
}

.mr-auto {
    margin-right: auto !important
}

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

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

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

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

@media (min-width:576px) {
    .m-sm-up-0 {
        margin: 0 !important
    }

    .mt-sm-up-0 {
        margin-top: 0 !important
    }

    .mr-sm-up-0 {
        margin-right: 0 !important
    }

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

    .ml-sm-up-0,
    .mx-sm-up-0 {
        margin-left: 0 !important
    }

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

    .my-sm-up-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-sm-up-1 {
        margin: .5rem !important
    }

    .mt-sm-up-1 {
        margin-top: .5rem !important
    }

    .mr-sm-up-1 {
        margin-right: .5rem !important
    }

    .mb-sm-up-1 {
        margin-bottom: .5rem !important
    }

    .ml-sm-up-1,
    .mx-sm-up-1 {
        margin-left: .5rem !important
    }

    .mx-sm-up-1 {
        margin-right: .5rem !important
    }

    .my-sm-up-1 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .m-sm-up-2 {
        margin: 1rem !important
    }

    .mt-sm-up-2 {
        margin-top: 1rem !important
    }

    .mr-sm-up-2 {
        margin-right: 1rem !important
    }

    .mb-sm-up-2 {
        margin-bottom: 1rem !important
    }

    .ml-sm-up-2,
    .mx-sm-up-2 {
        margin-left: 1rem !important
    }

    .mx-sm-up-2 {
        margin-right: 1rem !important
    }

    .my-sm-up-2 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .m-sm-up-3 {
        margin: 1.5rem !important
    }

    .mt-sm-up-3 {
        margin-top: 1.5rem !important
    }

    .mr-sm-up-3 {
        margin-right: 1.5rem !important
    }

    .mb-sm-up-3 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-up-3,
    .mx-sm-up-3 {
        margin-left: 1.5rem !important
    }

    .mx-sm-up-3 {
        margin-right: 1.5rem !important
    }

    .my-sm-up-3 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .m-sm-up-4 {
        margin: 2rem !important
    }

    .mt-sm-up-4 {
        margin-top: 2rem !important
    }

    .mr-sm-up-4 {
        margin-right: 2rem !important
    }

    .mb-sm-up-4 {
        margin-bottom: 2rem !important
    }

    .ml-sm-up-4,
    .mx-sm-up-4 {
        margin-left: 2rem !important
    }

    .mx-sm-up-4 {
        margin-right: 2rem !important
    }

    .my-sm-up-4 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important
    }

    .m-sm-up-5 {
        margin: 2.5rem !important
    }

    .mt-sm-up-5 {
        margin-top: 2.5rem !important
    }

    .mr-sm-up-5 {
        margin-right: 2.5rem !important
    }

    .mb-sm-up-5 {
        margin-bottom: 2.5rem !important
    }

    .ml-sm-up-5,
    .mx-sm-up-5 {
        margin-left: 2.5rem !important
    }

    .mx-sm-up-5 {
        margin-right: 2.5rem !important
    }

    .my-sm-up-5 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important
    }

    .m-sm-up-6 {
        margin: 3rem !important
    }

    .mt-sm-up-6 {
        margin-top: 3rem !important
    }

    .mr-sm-up-6 {
        margin-right: 3rem !important
    }

    .mb-sm-up-6 {
        margin-bottom: 3rem !important
    }

    .ml-sm-up-6,
    .mx-sm-up-6 {
        margin-left: 3rem !important
    }

    .mx-sm-up-6 {
        margin-right: 3rem !important
    }

    .my-sm-up-6 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .m-sm-up-7 {
        margin: 3.5rem !important
    }

    .mt-sm-up-7 {
        margin-top: 3.5rem !important
    }

    .mr-sm-up-7 {
        margin-right: 3.5rem !important
    }

    .mb-sm-up-7 {
        margin-bottom: 3.5rem !important
    }

    .ml-sm-up-7,
    .mx-sm-up-7 {
        margin-left: 3.5rem !important
    }

    .mx-sm-up-7 {
        margin-right: 3.5rem !important
    }

    .my-sm-up-7 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important
    }

    .m-sm-up-8 {
        margin: 4rem !important
    }

    .mt-sm-up-8 {
        margin-top: 4rem !important
    }

    .mr-sm-up-8 {
        margin-right: 4rem !important
    }

    .mb-sm-up-8 {
        margin-bottom: 4rem !important
    }

    .ml-sm-up-8,
    .mx-sm-up-8 {
        margin-left: 4rem !important
    }

    .mx-sm-up-8 {
        margin-right: 4rem !important
    }

    .my-sm-up-8 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }

    .m-sm-up--0 {
        margin: 0 !important
    }

    .mt-sm-up--0 {
        margin-top: 0 !important
    }

    .mr-sm-up--0 {
        margin-right: 0 !important
    }

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

    .ml-sm-up--0,
    .mx-sm-up--0 {
        margin-left: 0 !important
    }

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

    .my-sm-up--0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-sm-up--1 {
        margin: -.5rem !important
    }

    .mt-sm-up--1 {
        margin-top: -.5rem !important
    }

    .mr-sm-up--1 {
        margin-right: -.5rem !important
    }

    .mb-sm-up--1 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-up--1,
    .mx-sm-up--1 {
        margin-left: -.5rem !important
    }

    .mx-sm-up--1 {
        margin-right: -.5rem !important
    }

    .my-sm-up--1 {
        margin-top: -.5rem !important;
        margin-bottom: -.5rem !important
    }

    .m-sm-up--2 {
        margin: -1rem !important
    }

    .mt-sm-up--2 {
        margin-top: -1rem !important
    }

    .mr-sm-up--2 {
        margin-right: -1rem !important
    }

    .mb-sm-up--2 {
        margin-bottom: -1rem !important
    }

    .ml-sm-up--2,
    .mx-sm-up--2 {
        margin-left: -1rem !important
    }

    .mx-sm-up--2 {
        margin-right: -1rem !important
    }

    .my-sm-up--2 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .m-sm-up--3 {
        margin: -1.5rem !important
    }

    .mt-sm-up--3 {
        margin-top: -1.5rem !important
    }

    .mr-sm-up--3 {
        margin-right: -1.5rem !important
    }

    .mb-sm-up--3 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-up--3,
    .mx-sm-up--3 {
        margin-left: -1.5rem !important
    }

    .mx-sm-up--3 {
        margin-right: -1.5rem !important
    }

    .my-sm-up--3 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .m-sm-up--4 {
        margin: -2rem !important
    }

    .mt-sm-up--4 {
        margin-top: -2rem !important
    }

    .mr-sm-up--4 {
        margin-right: -2rem !important
    }

    .mb-sm-up--4 {
        margin-bottom: -2rem !important
    }

    .ml-sm-up--4,
    .mx-sm-up--4 {
        margin-left: -2rem !important
    }

    .mx-sm-up--4 {
        margin-right: -2rem !important
    }

    .my-sm-up--4 {
        margin-top: -2rem !important;
        margin-bottom: -2rem !important
    }

    .m-sm-up--5 {
        margin: -2.5rem !important
    }

    .mt-sm-up--5 {
        margin-top: -2.5rem !important
    }

    .mr-sm-up--5 {
        margin-right: -2.5rem !important
    }

    .mb-sm-up--5 {
        margin-bottom: -2.5rem !important
    }

    .ml-sm-up--5,
    .mx-sm-up--5 {
        margin-left: -2.5rem !important
    }

    .mx-sm-up--5 {
        margin-right: -2.5rem !important
    }

    .my-sm-up--5 {
        margin-top: -2.5rem !important;
        margin-bottom: -2.5rem !important
    }

    .m-sm-up--6 {
        margin: -3rem !important
    }

    .mt-sm-up--6 {
        margin-top: -3rem !important
    }

    .mr-sm-up--6 {
        margin-right: -3rem !important
    }

    .mb-sm-up--6 {
        margin-bottom: -3rem !important
    }

    .ml-sm-up--6,
    .mx-sm-up--6 {
        margin-left: -3rem !important
    }

    .mx-sm-up--6 {
        margin-right: -3rem !important
    }

    .my-sm-up--6 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .m-sm-up--7 {
        margin: -3.5rem !important
    }

    .mt-sm-up--7 {
        margin-top: -3.5rem !important
    }

    .mr-sm-up--7 {
        margin-right: -3.5rem !important
    }

    .mb-sm-up--7 {
        margin-bottom: -3.5rem !important
    }

    .ml-sm-up--7,
    .mx-sm-up--7 {
        margin-left: -3.5rem !important
    }

    .mx-sm-up--7 {
        margin-right: -3.5rem !important
    }

    .my-sm-up--7 {
        margin-top: -3.5rem !important;
        margin-bottom: -3.5rem !important
    }

    .m-sm-up--8 {
        margin: -4rem !important
    }

    .mt-sm-up--8 {
        margin-top: -4rem !important
    }

    .mr-sm-up--8 {
        margin-right: -4rem !important
    }

    .mb-sm-up--8 {
        margin-bottom: -4rem !important
    }

    .ml-sm-up--8,
    .mx-sm-up--8 {
        margin-left: -4rem !important
    }

    .mx-sm-up--8 {
        margin-right: -4rem !important
    }

    .my-sm-up--8 {
        margin-top: -4rem !important;
        margin-bottom: -4rem !important
    }

    .p-sm-up-0 {
        padding: 0 !important
    }

    .pt-sm-up-0 {
        padding-top: 0 !important
    }

    .pr-sm-up-0 {
        padding-right: 0 !important
    }

    .pb-sm-up-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-up-0,
    .px-sm-up-0 {
        padding-left: 0 !important
    }

    .px-sm-up-0 {
        padding-right: 0 !important
    }

    .py-sm-up-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .p-sm-up-1 {
        padding: .5rem !important
    }

    .pt-sm-up-1 {
        padding-top: .5rem !important
    }

    .pr-sm-up-1 {
        padding-right: .5rem !important
    }

    .pb-sm-up-1 {
        padding-bottom: .5rem !important
    }

    .pl-sm-up-1,
    .px-sm-up-1 {
        padding-left: .5rem !important
    }

    .px-sm-up-1 {
        padding-right: .5rem !important
    }

    .py-sm-up-1 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .p-sm-up-2 {
        padding: 1rem !important
    }

    .pt-sm-up-2 {
        padding-top: 1rem !important
    }

    .pr-sm-up-2 {
        padding-right: 1rem !important
    }

    .pb-sm-up-2 {
        padding-bottom: 1rem !important
    }

    .pl-sm-up-2,
    .px-sm-up-2 {
        padding-left: 1rem !important
    }

    .px-sm-up-2 {
        padding-right: 1rem !important
    }

    .py-sm-up-2 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-sm-up-3 {
        padding: 1.5rem !important
    }

    .pt-sm-up-3 {
        padding-top: 1.5rem !important
    }

    .pr-sm-up-3 {
        padding-right: 1.5rem !important
    }

    .pb-sm-up-3 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-up-3,
    .px-sm-up-3 {
        padding-left: 1.5rem !important
    }

    .px-sm-up-3 {
        padding-right: 1.5rem !important
    }

    .py-sm-up-3 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .p-sm-up-4 {
        padding: 2rem !important
    }

    .pt-sm-up-4 {
        padding-top: 2rem !important
    }

    .pr-sm-up-4 {
        padding-right: 2rem !important
    }

    .pb-sm-up-4 {
        padding-bottom: 2rem !important
    }

    .pl-sm-up-4,
    .px-sm-up-4 {
        padding-left: 2rem !important
    }

    .px-sm-up-4 {
        padding-right: 2rem !important
    }

    .py-sm-up-4 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }

    .p-sm-up-5 {
        padding: 2.5rem !important
    }

    .pt-sm-up-5 {
        padding-top: 2.5rem !important
    }

    .pr-sm-up-5 {
        padding-right: 2.5rem !important
    }

    .pb-sm-up-5 {
        padding-bottom: 2.5rem !important
    }

    .pl-sm-up-5,
    .px-sm-up-5 {
        padding-left: 2.5rem !important
    }

    .px-sm-up-5 {
        padding-right: 2.5rem !important
    }

    .py-sm-up-5 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important
    }

    .p-sm-up-6 {
        padding: 3rem !important
    }

    .pt-sm-up-6 {
        padding-top: 3rem !important
    }

    .pr-sm-up-6 {
        padding-right: 3rem !important
    }

    .pb-sm-up-6 {
        padding-bottom: 3rem !important
    }

    .pl-sm-up-6,
    .px-sm-up-6 {
        padding-left: 3rem !important
    }

    .px-sm-up-6 {
        padding-right: 3rem !important
    }

    .py-sm-up-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .p-sm-up-7 {
        padding: 3.5rem !important
    }

    .pt-sm-up-7 {
        padding-top: 3.5rem !important
    }

    .pr-sm-up-7 {
        padding-right: 3.5rem !important
    }

    .pb-sm-up-7 {
        padding-bottom: 3.5rem !important
    }

    .pl-sm-up-7,
    .px-sm-up-7 {
        padding-left: 3.5rem !important
    }

    .px-sm-up-7 {
        padding-right: 3.5rem !important
    }

    .py-sm-up-7 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important
    }

    .p-sm-up-8 {
        padding: 4rem !important
    }

    .pt-sm-up-8 {
        padding-top: 4rem !important
    }

    .pr-sm-up-8 {
        padding-right: 4rem !important
    }

    .pb-sm-up-8 {
        padding-bottom: 4rem !important
    }

    .pl-sm-up-8,
    .px-sm-up-8 {
        padding-left: 4rem !important
    }

    .px-sm-up-8 {
        padding-right: 4rem !important
    }

    .py-sm-up-8 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .m-sm-up-auto {
        margin: auto !important
    }

    .mt-sm-up-auto {
        margin-top: auto !important
    }

    .mr-sm-up-auto {
        margin-right: auto !important
    }

    .mb-sm-up-auto {
        margin-bottom: auto !important
    }

    .ml-sm-up-auto,
    .mx-sm-up-auto {
        margin-left: auto !important
    }

    .mx-sm-up-auto {
        margin-right: auto !important
    }

    .my-sm-up-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

@media (max-width:575.98px) {
    .m-sm-down-0 {
        margin: 0 !important
    }

    .mt-sm-down-0 {
        margin-top: 0 !important
    }

    .mr-sm-down-0 {
        margin-right: 0 !important
    }

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

    .ml-sm-down-0,
    .mx-sm-down-0 {
        margin-left: 0 !important
    }

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

    .my-sm-down-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-sm-down-1 {
        margin: .5rem !important
    }

    .mt-sm-down-1 {
        margin-top: .5rem !important
    }

    .mr-sm-down-1 {
        margin-right: .5rem !important
    }

    .mb-sm-down-1 {
        margin-bottom: .5rem !important
    }

    .ml-sm-down-1,
    .mx-sm-down-1 {
        margin-left: .5rem !important
    }

    .mx-sm-down-1 {
        margin-right: .5rem !important
    }

    .my-sm-down-1 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .m-sm-down-2 {
        margin: 1rem !important
    }

    .mt-sm-down-2 {
        margin-top: 1rem !important
    }

    .mr-sm-down-2 {
        margin-right: 1rem !important
    }

    .mb-sm-down-2 {
        margin-bottom: 1rem !important
    }

    .ml-sm-down-2,
    .mx-sm-down-2 {
        margin-left: 1rem !important
    }

    .mx-sm-down-2 {
        margin-right: 1rem !important
    }

    .my-sm-down-2 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .m-sm-down-3 {
        margin: 1.5rem !important
    }

    .mt-sm-down-3 {
        margin-top: 1.5rem !important
    }

    .mr-sm-down-3 {
        margin-right: 1.5rem !important
    }

    .mb-sm-down-3 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-down-3,
    .mx-sm-down-3 {
        margin-left: 1.5rem !important
    }

    .mx-sm-down-3 {
        margin-right: 1.5rem !important
    }

    .my-sm-down-3 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .m-sm-down-4 {
        margin: 2rem !important
    }

    .mt-sm-down-4 {
        margin-top: 2rem !important
    }

    .mr-sm-down-4 {
        margin-right: 2rem !important
    }

    .mb-sm-down-4 {
        margin-bottom: 2rem !important
    }

    .ml-sm-down-4,
    .mx-sm-down-4 {
        margin-left: 2rem !important
    }

    .mx-sm-down-4 {
        margin-right: 2rem !important
    }

    .my-sm-down-4 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important
    }

    .m-sm-down-5 {
        margin: 2.5rem !important
    }

    .mt-sm-down-5 {
        margin-top: 2.5rem !important
    }

    .mr-sm-down-5 {
        margin-right: 2.5rem !important
    }

    .mb-sm-down-5 {
        margin-bottom: 2.5rem !important
    }

    .ml-sm-down-5,
    .mx-sm-down-5 {
        margin-left: 2.5rem !important
    }

    .mx-sm-down-5 {
        margin-right: 2.5rem !important
    }

    .my-sm-down-5 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important
    }

    .m-sm-down-6 {
        margin: 3rem !important
    }

    .mt-sm-down-6 {
        margin-top: 3rem !important
    }

    .mr-sm-down-6 {
        margin-right: 3rem !important
    }

    .mb-sm-down-6 {
        margin-bottom: 3rem !important
    }

    .ml-sm-down-6,
    .mx-sm-down-6 {
        margin-left: 3rem !important
    }

    .mx-sm-down-6 {
        margin-right: 3rem !important
    }

    .my-sm-down-6 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .m-sm-down-7 {
        margin: 3.5rem !important
    }

    .mt-sm-down-7 {
        margin-top: 3.5rem !important
    }

    .mr-sm-down-7 {
        margin-right: 3.5rem !important
    }

    .mb-sm-down-7 {
        margin-bottom: 3.5rem !important
    }

    .ml-sm-down-7,
    .mx-sm-down-7 {
        margin-left: 3.5rem !important
    }

    .mx-sm-down-7 {
        margin-right: 3.5rem !important
    }

    .my-sm-down-7 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important
    }

    .m-sm-down-8 {
        margin: 4rem !important
    }

    .mt-sm-down-8 {
        margin-top: 4rem !important
    }

    .mr-sm-down-8 {
        margin-right: 4rem !important
    }

    .mb-sm-down-8 {
        margin-bottom: 4rem !important
    }

    .ml-sm-down-8,
    .mx-sm-down-8 {
        margin-left: 4rem !important
    }

    .mx-sm-down-8 {
        margin-right: 4rem !important
    }

    .my-sm-down-8 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }

    .m-sm-down--0 {
        margin: 0 !important
    }

    .mt-sm-down--0 {
        margin-top: 0 !important
    }

    .mr-sm-down--0 {
        margin-right: 0 !important
    }

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

    .ml-sm-down--0,
    .mx-sm-down--0 {
        margin-left: 0 !important
    }

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

    .my-sm-down--0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-sm-down--1 {
        margin: -.5rem !important
    }

    .mt-sm-down--1 {
        margin-top: -.5rem !important
    }

    .mr-sm-down--1 {
        margin-right: -.5rem !important
    }

    .mb-sm-down--1 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-down--1,
    .mx-sm-down--1 {
        margin-left: -.5rem !important
    }

    .mx-sm-down--1 {
        margin-right: -.5rem !important
    }

    .my-sm-down--1 {
        margin-top: -.5rem !important;
        margin-bottom: -.5rem !important
    }

    .m-sm-down--2 {
        margin: -1rem !important
    }

    .mt-sm-down--2 {
        margin-top: -1rem !important
    }

    .mr-sm-down--2 {
        margin-right: -1rem !important
    }

    .mb-sm-down--2 {
        margin-bottom: -1rem !important
    }

    .ml-sm-down--2,
    .mx-sm-down--2 {
        margin-left: -1rem !important
    }

    .mx-sm-down--2 {
        margin-right: -1rem !important
    }

    .my-sm-down--2 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .m-sm-down--3 {
        margin: -1.5rem !important
    }

    .mt-sm-down--3 {
        margin-top: -1.5rem !important
    }

    .mr-sm-down--3 {
        margin-right: -1.5rem !important
    }

    .mb-sm-down--3 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-down--3,
    .mx-sm-down--3 {
        margin-left: -1.5rem !important
    }

    .mx-sm-down--3 {
        margin-right: -1.5rem !important
    }

    .my-sm-down--3 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .m-sm-down--4 {
        margin: -2rem !important
    }

    .mt-sm-down--4 {
        margin-top: -2rem !important
    }

    .mr-sm-down--4 {
        margin-right: -2rem !important
    }

    .mb-sm-down--4 {
        margin-bottom: -2rem !important
    }

    .ml-sm-down--4,
    .mx-sm-down--4 {
        margin-left: -2rem !important
    }

    .mx-sm-down--4 {
        margin-right: -2rem !important
    }

    .my-sm-down--4 {
        margin-top: -2rem !important;
        margin-bottom: -2rem !important
    }

    .m-sm-down--5 {
        margin: -2.5rem !important
    }

    .mt-sm-down--5 {
        margin-top: -2.5rem !important
    }

    .mr-sm-down--5 {
        margin-right: -2.5rem !important
    }

    .mb-sm-down--5 {
        margin-bottom: -2.5rem !important
    }

    .ml-sm-down--5,
    .mx-sm-down--5 {
        margin-left: -2.5rem !important
    }

    .mx-sm-down--5 {
        margin-right: -2.5rem !important
    }

    .my-sm-down--5 {
        margin-top: -2.5rem !important;
        margin-bottom: -2.5rem !important
    }

    .m-sm-down--6 {
        margin: -3rem !important
    }

    .mt-sm-down--6 {
        margin-top: -3rem !important
    }

    .mr-sm-down--6 {
        margin-right: -3rem !important
    }

    .mb-sm-down--6 {
        margin-bottom: -3rem !important
    }

    .ml-sm-down--6,
    .mx-sm-down--6 {
        margin-left: -3rem !important
    }

    .mx-sm-down--6 {
        margin-right: -3rem !important
    }

    .my-sm-down--6 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .m-sm-down--7 {
        margin: -3.5rem !important
    }

    .mt-sm-down--7 {
        margin-top: -3.5rem !important
    }

    .mr-sm-down--7 {
        margin-right: -3.5rem !important
    }

    .mb-sm-down--7 {
        margin-bottom: -3.5rem !important
    }

    .ml-sm-down--7,
    .mx-sm-down--7 {
        margin-left: -3.5rem !important
    }

    .mx-sm-down--7 {
        margin-right: -3.5rem !important
    }

    .my-sm-down--7 {
        margin-top: -3.5rem !important;
        margin-bottom: -3.5rem !important
    }

    .m-sm-down--8 {
        margin: -4rem !important
    }

    .mt-sm-down--8 {
        margin-top: -4rem !important
    }

    .mr-sm-down--8 {
        margin-right: -4rem !important
    }

    .mb-sm-down--8 {
        margin-bottom: -4rem !important
    }

    .ml-sm-down--8,
    .mx-sm-down--8 {
        margin-left: -4rem !important
    }

    .mx-sm-down--8 {
        margin-right: -4rem !important
    }

    .my-sm-down--8 {
        margin-top: -4rem !important;
        margin-bottom: -4rem !important
    }

    .p-sm-down-0 {
        padding: 0 !important
    }

    .pt-sm-down-0 {
        padding-top: 0 !important
    }

    .pr-sm-down-0 {
        padding-right: 0 !important
    }

    .pb-sm-down-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-down-0,
    .px-sm-down-0 {
        padding-left: 0 !important
    }

    .px-sm-down-0 {
        padding-right: 0 !important
    }

    .py-sm-down-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .p-sm-down-1 {
        padding: .5rem !important
    }

    .pt-sm-down-1 {
        padding-top: .5rem !important
    }

    .pr-sm-down-1 {
        padding-right: .5rem !important
    }

    .pb-sm-down-1 {
        padding-bottom: .5rem !important
    }

    .pl-sm-down-1,
    .px-sm-down-1 {
        padding-left: .5rem !important
    }

    .px-sm-down-1 {
        padding-right: .5rem !important
    }

    .py-sm-down-1 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .p-sm-down-2 {
        padding: 1rem !important
    }

    .pt-sm-down-2 {
        padding-top: 1rem !important
    }

    .pr-sm-down-2 {
        padding-right: 1rem !important
    }

    .pb-sm-down-2 {
        padding-bottom: 1rem !important
    }

    .pl-sm-down-2,
    .px-sm-down-2 {
        padding-left: 1rem !important
    }

    .px-sm-down-2 {
        padding-right: 1rem !important
    }

    .py-sm-down-2 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-sm-down-3 {
        padding: 1.5rem !important
    }

    .pt-sm-down-3 {
        padding-top: 1.5rem !important
    }

    .pr-sm-down-3 {
        padding-right: 1.5rem !important
    }

    .pb-sm-down-3 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-down-3,
    .px-sm-down-3 {
        padding-left: 1.5rem !important
    }

    .px-sm-down-3 {
        padding-right: 1.5rem !important
    }

    .py-sm-down-3 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .p-sm-down-4 {
        padding: 2rem !important
    }

    .pt-sm-down-4 {
        padding-top: 2rem !important
    }

    .pr-sm-down-4 {
        padding-right: 2rem !important
    }

    .pb-sm-down-4 {
        padding-bottom: 2rem !important
    }

    .pl-sm-down-4,
    .px-sm-down-4 {
        padding-left: 2rem !important
    }

    .px-sm-down-4 {
        padding-right: 2rem !important
    }

    .py-sm-down-4 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }

    .p-sm-down-5 {
        padding: 2.5rem !important
    }

    .pt-sm-down-5 {
        padding-top: 2.5rem !important
    }

    .pr-sm-down-5 {
        padding-right: 2.5rem !important
    }

    .pb-sm-down-5 {
        padding-bottom: 2.5rem !important
    }

    .pl-sm-down-5,
    .px-sm-down-5 {
        padding-left: 2.5rem !important
    }

    .px-sm-down-5 {
        padding-right: 2.5rem !important
    }

    .py-sm-down-5 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important
    }

    .p-sm-down-6 {
        padding: 3rem !important
    }

    .pt-sm-down-6 {
        padding-top: 3rem !important
    }

    .pr-sm-down-6 {
        padding-right: 3rem !important
    }

    .pb-sm-down-6 {
        padding-bottom: 3rem !important
    }

    .pl-sm-down-6,
    .px-sm-down-6 {
        padding-left: 3rem !important
    }

    .px-sm-down-6 {
        padding-right: 3rem !important
    }

    .py-sm-down-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .p-sm-down-7 {
        padding: 3.5rem !important
    }

    .pt-sm-down-7 {
        padding-top: 3.5rem !important
    }

    .pr-sm-down-7 {
        padding-right: 3.5rem !important
    }

    .pb-sm-down-7 {
        padding-bottom: 3.5rem !important
    }

    .pl-sm-down-7,
    .px-sm-down-7 {
        padding-left: 3.5rem !important
    }

    .px-sm-down-7 {
        padding-right: 3.5rem !important
    }

    .py-sm-down-7 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important
    }

    .p-sm-down-8 {
        padding: 4rem !important
    }

    .pt-sm-down-8 {
        padding-top: 4rem !important
    }

    .pr-sm-down-8 {
        padding-right: 4rem !important
    }

    .pb-sm-down-8 {
        padding-bottom: 4rem !important
    }

    .pl-sm-down-8,
    .px-sm-down-8 {
        padding-left: 4rem !important
    }

    .px-sm-down-8 {
        padding-right: 4rem !important
    }

    .py-sm-down-8 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .m-sm-down-auto {
        margin: auto !important
    }

    .mt-sm-down-auto {
        margin-top: auto !important
    }

    .mr-sm-down-auto {
        margin-right: auto !important
    }

    .mb-sm-down-auto {
        margin-bottom: auto !important
    }

    .ml-sm-down-auto,
    .mx-sm-down-auto {
        margin-left: auto !important
    }

    .mx-sm-down-auto {
        margin-right: auto !important
    }

    .my-sm-down-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

@media (min-width:768px) {
    .m-md-up-0 {
        margin: 0 !important
    }

    .mt-md-up-0 {
        margin-top: 0 !important
    }

    .mr-md-up-0 {
        margin-right: 0 !important
    }

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

    .ml-md-up-0,
    .mx-md-up-0 {
        margin-left: 0 !important
    }

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

    .my-md-up-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-md-up-1 {
        margin: .5rem !important
    }

    .mt-md-up-1 {
        margin-top: .5rem !important
    }

    .mr-md-up-1 {
        margin-right: .5rem !important
    }

    .mb-md-up-1 {
        margin-bottom: .5rem !important
    }

    .ml-md-up-1,
    .mx-md-up-1 {
        margin-left: .5rem !important
    }

    .mx-md-up-1 {
        margin-right: .5rem !important
    }

    .my-md-up-1 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .m-md-up-2 {
        margin: 1rem !important
    }

    .mt-md-up-2 {
        margin-top: 1rem !important
    }

    .mr-md-up-2 {
        margin-right: 1rem !important
    }

    .mb-md-up-2 {
        margin-bottom: 1rem !important
    }

    .ml-md-up-2,
    .mx-md-up-2 {
        margin-left: 1rem !important
    }

    .mx-md-up-2 {
        margin-right: 1rem !important
    }

    .my-md-up-2 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .m-md-up-3 {
        margin: 1.5rem !important
    }

    .mt-md-up-3 {
        margin-top: 1.5rem !important
    }

    .mr-md-up-3 {
        margin-right: 1.5rem !important
    }

    .mb-md-up-3 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-up-3,
    .mx-md-up-3 {
        margin-left: 1.5rem !important
    }

    .mx-md-up-3 {
        margin-right: 1.5rem !important
    }

    .my-md-up-3 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .m-md-up-4 {
        margin: 2rem !important
    }

    .mt-md-up-4 {
        margin-top: 2rem !important
    }

    .mr-md-up-4 {
        margin-right: 2rem !important
    }

    .mb-md-up-4 {
        margin-bottom: 2rem !important
    }

    .ml-md-up-4,
    .mx-md-up-4 {
        margin-left: 2rem !important
    }

    .mx-md-up-4 {
        margin-right: 2rem !important
    }

    .my-md-up-4 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important
    }

    .m-md-up-5 {
        margin: 2.5rem !important
    }

    .mt-md-up-5 {
        margin-top: 2.5rem !important
    }

    .mr-md-up-5 {
        margin-right: 2.5rem !important
    }

    .mb-md-up-5 {
        margin-bottom: 2.5rem !important
    }

    .ml-md-up-5,
    .mx-md-up-5 {
        margin-left: 2.5rem !important
    }

    .mx-md-up-5 {
        margin-right: 2.5rem !important
    }

    .my-md-up-5 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important
    }

    .m-md-up-6 {
        margin: 3rem !important
    }

    .mt-md-up-6 {
        margin-top: 3rem !important
    }

    .mr-md-up-6 {
        margin-right: 3rem !important
    }

    .mb-md-up-6 {
        margin-bottom: 3rem !important
    }

    .ml-md-up-6,
    .mx-md-up-6 {
        margin-left: 3rem !important
    }

    .mx-md-up-6 {
        margin-right: 3rem !important
    }

    .my-md-up-6 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .m-md-up-7 {
        margin: 3.5rem !important
    }

    .mt-md-up-7 {
        margin-top: 3.5rem !important
    }

    .mr-md-up-7 {
        margin-right: 3.5rem !important
    }

    .mb-md-up-7 {
        margin-bottom: 3.5rem !important
    }

    .ml-md-up-7,
    .mx-md-up-7 {
        margin-left: 3.5rem !important
    }

    .mx-md-up-7 {
        margin-right: 3.5rem !important
    }

    .my-md-up-7 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important
    }

    .m-md-up-8 {
        margin: 4rem !important
    }

    .mt-md-up-8 {
        margin-top: 4rem !important
    }

    .mr-md-up-8 {
        margin-right: 4rem !important
    }

    .mb-md-up-8 {
        margin-bottom: 4rem !important
    }

    .ml-md-up-8,
    .mx-md-up-8 {
        margin-left: 4rem !important
    }

    .mx-md-up-8 {
        margin-right: 4rem !important
    }

    .my-md-up-8 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }

    .m-md-up--0 {
        margin: 0 !important
    }

    .mt-md-up--0 {
        margin-top: 0 !important
    }

    .mr-md-up--0 {
        margin-right: 0 !important
    }

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

    .ml-md-up--0,
    .mx-md-up--0 {
        margin-left: 0 !important
    }

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

    .my-md-up--0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-md-up--1 {
        margin: -.5rem !important
    }

    .mt-md-up--1 {
        margin-top: -.5rem !important
    }

    .mr-md-up--1 {
        margin-right: -.5rem !important
    }

    .mb-md-up--1 {
        margin-bottom: -.5rem !important
    }

    .ml-md-up--1,
    .mx-md-up--1 {
        margin-left: -.5rem !important
    }

    .mx-md-up--1 {
        margin-right: -.5rem !important
    }

    .my-md-up--1 {
        margin-top: -.5rem !important;
        margin-bottom: -.5rem !important
    }

    .m-md-up--2 {
        margin: -1rem !important
    }

    .mt-md-up--2 {
        margin-top: -1rem !important
    }

    .mr-md-up--2 {
        margin-right: -1rem !important
    }

    .mb-md-up--2 {
        margin-bottom: -1rem !important
    }

    .ml-md-up--2,
    .mx-md-up--2 {
        margin-left: -1rem !important
    }

    .mx-md-up--2 {
        margin-right: -1rem !important
    }

    .my-md-up--2 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .m-md-up--3 {
        margin: -1.5rem !important
    }

    .mt-md-up--3 {
        margin-top: -1.5rem !important
    }

    .mr-md-up--3 {
        margin-right: -1.5rem !important
    }

    .mb-md-up--3 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-up--3,
    .mx-md-up--3 {
        margin-left: -1.5rem !important
    }

    .mx-md-up--3 {
        margin-right: -1.5rem !important
    }

    .my-md-up--3 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .m-md-up--4 {
        margin: -2rem !important
    }

    .mt-md-up--4 {
        margin-top: -2rem !important
    }

    .mr-md-up--4 {
        margin-right: -2rem !important
    }

    .mb-md-up--4 {
        margin-bottom: -2rem !important
    }

    .ml-md-up--4,
    .mx-md-up--4 {
        margin-left: -2rem !important
    }

    .mx-md-up--4 {
        margin-right: -2rem !important
    }

    .my-md-up--4 {
        margin-top: -2rem !important;
        margin-bottom: -2rem !important
    }

    .m-md-up--5 {
        margin: -2.5rem !important
    }

    .mt-md-up--5 {
        margin-top: -2.5rem !important
    }

    .mr-md-up--5 {
        margin-right: -2.5rem !important
    }

    .mb-md-up--5 {
        margin-bottom: -2.5rem !important
    }

    .ml-md-up--5,
    .mx-md-up--5 {
        margin-left: -2.5rem !important
    }

    .mx-md-up--5 {
        margin-right: -2.5rem !important
    }

    .my-md-up--5 {
        margin-top: -2.5rem !important;
        margin-bottom: -2.5rem !important
    }

    .m-md-up--6 {
        margin: -3rem !important
    }

    .mt-md-up--6 {
        margin-top: -3rem !important
    }

    .mr-md-up--6 {
        margin-right: -3rem !important
    }

    .mb-md-up--6 {
        margin-bottom: -3rem !important
    }

    .ml-md-up--6,
    .mx-md-up--6 {
        margin-left: -3rem !important
    }

    .mx-md-up--6 {
        margin-right: -3rem !important
    }

    .my-md-up--6 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .m-md-up--7 {
        margin: -3.5rem !important
    }

    .mt-md-up--7 {
        margin-top: -3.5rem !important
    }

    .mr-md-up--7 {
        margin-right: -3.5rem !important
    }

    .mb-md-up--7 {
        margin-bottom: -3.5rem !important
    }

    .ml-md-up--7,
    .mx-md-up--7 {
        margin-left: -3.5rem !important
    }

    .mx-md-up--7 {
        margin-right: -3.5rem !important
    }

    .my-md-up--7 {
        margin-top: -3.5rem !important;
        margin-bottom: -3.5rem !important
    }

    .m-md-up--8 {
        margin: -4rem !important
    }

    .mt-md-up--8 {
        margin-top: -4rem !important
    }

    .mr-md-up--8 {
        margin-right: -4rem !important
    }

    .mb-md-up--8 {
        margin-bottom: -4rem !important
    }

    .ml-md-up--8,
    .mx-md-up--8 {
        margin-left: -4rem !important
    }

    .mx-md-up--8 {
        margin-right: -4rem !important
    }

    .my-md-up--8 {
        margin-top: -4rem !important;
        margin-bottom: -4rem !important
    }

    .p-md-up-0 {
        padding: 0 !important
    }

    .pt-md-up-0 {
        padding-top: 0 !important
    }

    .pr-md-up-0 {
        padding-right: 0 !important
    }

    .pb-md-up-0 {
        padding-bottom: 0 !important
    }

    .pl-md-up-0,
    .px-md-up-0 {
        padding-left: 0 !important
    }

    .px-md-up-0 {
        padding-right: 0 !important
    }

    .py-md-up-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .p-md-up-1 {
        padding: .5rem !important
    }

    .pt-md-up-1 {
        padding-top: .5rem !important
    }

    .pr-md-up-1 {
        padding-right: .5rem !important
    }

    .pb-md-up-1 {
        padding-bottom: .5rem !important
    }

    .pl-md-up-1,
    .px-md-up-1 {
        padding-left: .5rem !important
    }

    .px-md-up-1 {
        padding-right: .5rem !important
    }

    .py-md-up-1 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .p-md-up-2 {
        padding: 1rem !important
    }

    .pt-md-up-2 {
        padding-top: 1rem !important
    }

    .pr-md-up-2 {
        padding-right: 1rem !important
    }

    .pb-md-up-2 {
        padding-bottom: 1rem !important
    }

    .pl-md-up-2,
    .px-md-up-2 {
        padding-left: 1rem !important
    }

    .px-md-up-2 {
        padding-right: 1rem !important
    }

    .py-md-up-2 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-md-up-3 {
        padding: 1.5rem !important
    }

    .pt-md-up-3 {
        padding-top: 1.5rem !important
    }

    .pr-md-up-3 {
        padding-right: 1.5rem !important
    }

    .pb-md-up-3 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-up-3,
    .px-md-up-3 {
        padding-left: 1.5rem !important
    }

    .px-md-up-3 {
        padding-right: 1.5rem !important
    }

    .py-md-up-3 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .p-md-up-4 {
        padding: 2rem !important
    }

    .pt-md-up-4 {
        padding-top: 2rem !important
    }

    .pr-md-up-4 {
        padding-right: 2rem !important
    }

    .pb-md-up-4 {
        padding-bottom: 2rem !important
    }

    .pl-md-up-4,
    .px-md-up-4 {
        padding-left: 2rem !important
    }

    .px-md-up-4 {
        padding-right: 2rem !important
    }

    .py-md-up-4 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }

    .p-md-up-5 {
        padding: 2.5rem !important
    }

    .pt-md-up-5 {
        padding-top: 2.5rem !important
    }

    .pr-md-up-5 {
        padding-right: 2.5rem !important
    }

    .pb-md-up-5 {
        padding-bottom: 2.5rem !important
    }

    .pl-md-up-5,
    .px-md-up-5 {
        padding-left: 2.5rem !important
    }

    .px-md-up-5 {
        padding-right: 2.5rem !important
    }

    .py-md-up-5 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important
    }

    .p-md-up-6 {
        padding: 3rem !important
    }

    .pt-md-up-6 {
        padding-top: 3rem !important
    }

    .pr-md-up-6 {
        padding-right: 3rem !important
    }

    .pb-md-up-6 {
        padding-bottom: 3rem !important
    }

    .pl-md-up-6,
    .px-md-up-6 {
        padding-left: 3rem !important
    }

    .px-md-up-6 {
        padding-right: 3rem !important
    }

    .py-md-up-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .p-md-up-7 {
        padding: 3.5rem !important
    }

    .pt-md-up-7 {
        padding-top: 3.5rem !important
    }

    .pr-md-up-7 {
        padding-right: 3.5rem !important
    }

    .pb-md-up-7 {
        padding-bottom: 3.5rem !important
    }

    .pl-md-up-7,
    .px-md-up-7 {
        padding-left: 3.5rem !important
    }

    .px-md-up-7 {
        padding-right: 3.5rem !important
    }

    .py-md-up-7 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important
    }

    .p-md-up-8 {
        padding: 4rem !important
    }

    .pt-md-up-8 {
        padding-top: 4rem !important
    }

    .pr-md-up-8 {
        padding-right: 4rem !important
    }

    .pb-md-up-8 {
        padding-bottom: 4rem !important
    }

    .pl-md-up-8,
    .px-md-up-8 {
        padding-left: 4rem !important
    }

    .px-md-up-8 {
        padding-right: 4rem !important
    }

    .py-md-up-8 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .m-md-up-auto {
        margin: auto !important
    }

    .mt-md-up-auto {
        margin-top: auto !important
    }

    .mr-md-up-auto {
        margin-right: auto !important
    }

    .mb-md-up-auto {
        margin-bottom: auto !important
    }

    .ml-md-up-auto,
    .mx-md-up-auto {
        margin-left: auto !important
    }

    .mx-md-up-auto {
        margin-right: auto !important
    }

    .my-md-up-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

@media (max-width:767.98px) {
    .m-md-down-0 {
        margin: 0 !important
    }

    .mt-md-down-0 {
        margin-top: 0 !important
    }

    .mr-md-down-0 {
        margin-right: 0 !important
    }

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

    .ml-md-down-0,
    .mx-md-down-0 {
        margin-left: 0 !important
    }

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

    .my-md-down-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-md-down-1 {
        margin: .5rem !important
    }

    .mt-md-down-1 {
        margin-top: .5rem !important
    }

    .mr-md-down-1 {
        margin-right: .5rem !important
    }

    .mb-md-down-1 {
        margin-bottom: .5rem !important
    }

    .ml-md-down-1,
    .mx-md-down-1 {
        margin-left: .5rem !important
    }

    .mx-md-down-1 {
        margin-right: .5rem !important
    }

    .my-md-down-1 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .m-md-down-2 {
        margin: 1rem !important
    }

    .mt-md-down-2 {
        margin-top: 1rem !important
    }

    .mr-md-down-2 {
        margin-right: 1rem !important
    }

    .mb-md-down-2 {
        margin-bottom: 1rem !important
    }

    .ml-md-down-2,
    .mx-md-down-2 {
        margin-left: 1rem !important
    }

    .mx-md-down-2 {
        margin-right: 1rem !important
    }

    .my-md-down-2 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .m-md-down-3 {
        margin: 1.5rem !important
    }

    .mt-md-down-3 {
        margin-top: 1.5rem !important
    }

    .mr-md-down-3 {
        margin-right: 1.5rem !important
    }

    .mb-md-down-3 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-down-3,
    .mx-md-down-3 {
        margin-left: 1.5rem !important
    }

    .mx-md-down-3 {
        margin-right: 1.5rem !important
    }

    .my-md-down-3 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .m-md-down-4 {
        margin: 2rem !important
    }

    .mt-md-down-4 {
        margin-top: 2rem !important
    }

    .mr-md-down-4 {
        margin-right: 2rem !important
    }

    .mb-md-down-4 {
        margin-bottom: 2rem !important
    }

    .ml-md-down-4,
    .mx-md-down-4 {
        margin-left: 2rem !important
    }

    .mx-md-down-4 {
        margin-right: 2rem !important
    }

    .my-md-down-4 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important
    }

    .m-md-down-5 {
        margin: 2.5rem !important
    }

    .mt-md-down-5 {
        margin-top: 2.5rem !important
    }

    .mr-md-down-5 {
        margin-right: 2.5rem !important
    }

    .mb-md-down-5 {
        margin-bottom: 2.5rem !important
    }

    .ml-md-down-5,
    .mx-md-down-5 {
        margin-left: 2.5rem !important
    }

    .mx-md-down-5 {
        margin-right: 2.5rem !important
    }

    .my-md-down-5 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important
    }

    .m-md-down-6 {
        margin: 3rem !important
    }

    .mt-md-down-6 {
        margin-top: 3rem !important
    }

    .mr-md-down-6 {
        margin-right: 3rem !important
    }

    .mb-md-down-6 {
        margin-bottom: 3rem !important
    }

    .ml-md-down-6,
    .mx-md-down-6 {
        margin-left: 3rem !important
    }

    .mx-md-down-6 {
        margin-right: 3rem !important
    }

    .my-md-down-6 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .m-md-down-7 {
        margin: 3.5rem !important
    }

    .mt-md-down-7 {
        margin-top: 3.5rem !important
    }

    .mr-md-down-7 {
        margin-right: 3.5rem !important
    }

    .mb-md-down-7 {
        margin-bottom: 3.5rem !important
    }

    .ml-md-down-7,
    .mx-md-down-7 {
        margin-left: 3.5rem !important
    }

    .mx-md-down-7 {
        margin-right: 3.5rem !important
    }

    .my-md-down-7 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important
    }

    .m-md-down-8 {
        margin: 4rem !important
    }

    .mt-md-down-8 {
        margin-top: 4rem !important
    }

    .mr-md-down-8 {
        margin-right: 4rem !important
    }

    .mb-md-down-8 {
        margin-bottom: 4rem !important
    }

    .ml-md-down-8,
    .mx-md-down-8 {
        margin-left: 4rem !important
    }

    .mx-md-down-8 {
        margin-right: 4rem !important
    }

    .my-md-down-8 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }

    .m-md-down--0 {
        margin: 0 !important
    }

    .mt-md-down--0 {
        margin-top: 0 !important
    }

    .mr-md-down--0 {
        margin-right: 0 !important
    }

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

    .ml-md-down--0,
    .mx-md-down--0 {
        margin-left: 0 !important
    }

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

    .my-md-down--0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-md-down--1 {
        margin: -.5rem !important
    }

    .mt-md-down--1 {
        margin-top: -.5rem !important
    }

    .mr-md-down--1 {
        margin-right: -.5rem !important
    }

    .mb-md-down--1 {
        margin-bottom: -.5rem !important
    }

    .ml-md-down--1,
    .mx-md-down--1 {
        margin-left: -.5rem !important
    }

    .mx-md-down--1 {
        margin-right: -.5rem !important
    }

    .my-md-down--1 {
        margin-top: -.5rem !important;
        margin-bottom: -.5rem !important
    }

    .m-md-down--2 {
        margin: -1rem !important
    }

    .mt-md-down--2 {
        margin-top: -1rem !important
    }

    .mr-md-down--2 {
        margin-right: -1rem !important
    }

    .mb-md-down--2 {
        margin-bottom: -1rem !important
    }

    .ml-md-down--2,
    .mx-md-down--2 {
        margin-left: -1rem !important
    }

    .mx-md-down--2 {
        margin-right: -1rem !important
    }

    .my-md-down--2 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .m-md-down--3 {
        margin: -1.5rem !important
    }

    .mt-md-down--3 {
        margin-top: -1.5rem !important
    }

    .mr-md-down--3 {
        margin-right: -1.5rem !important
    }

    .mb-md-down--3 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-down--3,
    .mx-md-down--3 {
        margin-left: -1.5rem !important
    }

    .mx-md-down--3 {
        margin-right: -1.5rem !important
    }

    .my-md-down--3 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .m-md-down--4 {
        margin: -2rem !important
    }

    .mt-md-down--4 {
        margin-top: -2rem !important
    }

    .mr-md-down--4 {
        margin-right: -2rem !important
    }

    .mb-md-down--4 {
        margin-bottom: -2rem !important
    }

    .ml-md-down--4,
    .mx-md-down--4 {
        margin-left: -2rem !important
    }

    .mx-md-down--4 {
        margin-right: -2rem !important
    }

    .my-md-down--4 {
        margin-top: -2rem !important;
        margin-bottom: -2rem !important
    }

    .m-md-down--5 {
        margin: -2.5rem !important
    }

    .mt-md-down--5 {
        margin-top: -2.5rem !important
    }

    .mr-md-down--5 {
        margin-right: -2.5rem !important
    }

    .mb-md-down--5 {
        margin-bottom: -2.5rem !important
    }

    .ml-md-down--5,
    .mx-md-down--5 {
        margin-left: -2.5rem !important
    }

    .mx-md-down--5 {
        margin-right: -2.5rem !important
    }

    .my-md-down--5 {
        margin-top: -2.5rem !important;
        margin-bottom: -2.5rem !important
    }

    .m-md-down--6 {
        margin: -3rem !important
    }

    .mt-md-down--6 {
        margin-top: -3rem !important
    }

    .mr-md-down--6 {
        margin-right: -3rem !important
    }

    .mb-md-down--6 {
        margin-bottom: -3rem !important
    }

    .ml-md-down--6,
    .mx-md-down--6 {
        margin-left: -3rem !important
    }

    .mx-md-down--6 {
        margin-right: -3rem !important
    }

    .my-md-down--6 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .m-md-down--7 {
        margin: -3.5rem !important
    }

    .mt-md-down--7 {
        margin-top: -3.5rem !important
    }

    .mr-md-down--7 {
        margin-right: -3.5rem !important
    }

    .mb-md-down--7 {
        margin-bottom: -3.5rem !important
    }

    .ml-md-down--7,
    .mx-md-down--7 {
        margin-left: -3.5rem !important
    }

    .mx-md-down--7 {
        margin-right: -3.5rem !important
    }

    .my-md-down--7 {
        margin-top: -3.5rem !important;
        margin-bottom: -3.5rem !important
    }

    .m-md-down--8 {
        margin: -4rem !important
    }

    .mt-md-down--8 {
        margin-top: -4rem !important
    }

    .mr-md-down--8 {
        margin-right: -4rem !important
    }

    .mb-md-down--8 {
        margin-bottom: -4rem !important
    }

    .ml-md-down--8,
    .mx-md-down--8 {
        margin-left: -4rem !important
    }

    .mx-md-down--8 {
        margin-right: -4rem !important
    }

    .my-md-down--8 {
        margin-top: -4rem !important;
        margin-bottom: -4rem !important
    }

    .p-md-down-0 {
        padding: 0 !important
    }

    .pt-md-down-0 {
        padding-top: 0 !important
    }

    .pr-md-down-0 {
        padding-right: 0 !important
    }

    .pb-md-down-0 {
        padding-bottom: 0 !important
    }

    .pl-md-down-0,
    .px-md-down-0 {
        padding-left: 0 !important
    }

    .px-md-down-0 {
        padding-right: 0 !important
    }

    .py-md-down-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .p-md-down-1 {
        padding: .5rem !important
    }

    .pt-md-down-1 {
        padding-top: .5rem !important
    }

    .pr-md-down-1 {
        padding-right: .5rem !important
    }

    .pb-md-down-1 {
        padding-bottom: .5rem !important
    }

    .pl-md-down-1,
    .px-md-down-1 {
        padding-left: .5rem !important
    }

    .px-md-down-1 {
        padding-right: .5rem !important
    }

    .py-md-down-1 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .p-md-down-2 {
        padding: 1rem !important
    }

    .pt-md-down-2 {
        padding-top: 1rem !important
    }

    .pr-md-down-2 {
        padding-right: 1rem !important
    }

    .pb-md-down-2 {
        padding-bottom: 1rem !important
    }

    .pl-md-down-2,
    .px-md-down-2 {
        padding-left: 1rem !important
    }

    .px-md-down-2 {
        padding-right: 1rem !important
    }

    .py-md-down-2 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-md-down-3 {
        padding: 1.5rem !important
    }

    .pt-md-down-3 {
        padding-top: 1.5rem !important
    }

    .pr-md-down-3 {
        padding-right: 1.5rem !important
    }

    .pb-md-down-3 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-down-3,
    .px-md-down-3 {
        padding-left: 1.5rem !important
    }

    .px-md-down-3 {
        padding-right: 1.5rem !important
    }

    .py-md-down-3 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .p-md-down-4 {
        padding: 2rem !important
    }

    .pt-md-down-4 {
        padding-top: 2rem !important
    }

    .pr-md-down-4 {
        padding-right: 2rem !important
    }

    .pb-md-down-4 {
        padding-bottom: 2rem !important
    }

    .pl-md-down-4,
    .px-md-down-4 {
        padding-left: 2rem !important
    }

    .px-md-down-4 {
        padding-right: 2rem !important
    }

    .py-md-down-4 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }

    .p-md-down-5 {
        padding: 2.5rem !important
    }

    .pt-md-down-5 {
        padding-top: 2.5rem !important
    }

    .pr-md-down-5 {
        padding-right: 2.5rem !important
    }

    .pb-md-down-5 {
        padding-bottom: 2.5rem !important
    }

    .pl-md-down-5,
    .px-md-down-5 {
        padding-left: 2.5rem !important
    }

    .px-md-down-5 {
        padding-right: 2.5rem !important
    }

    .py-md-down-5 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important
    }

    .p-md-down-6 {
        padding: 3rem !important
    }

    .pt-md-down-6 {
        padding-top: 3rem !important
    }

    .pr-md-down-6 {
        padding-right: 3rem !important
    }

    .pb-md-down-6 {
        padding-bottom: 3rem !important
    }

    .pl-md-down-6,
    .px-md-down-6 {
        padding-left: 3rem !important
    }

    .px-md-down-6 {
        padding-right: 3rem !important
    }

    .py-md-down-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .p-md-down-7 {
        padding: 3.5rem !important
    }

    .pt-md-down-7 {
        padding-top: 3.5rem !important
    }

    .pr-md-down-7 {
        padding-right: 3.5rem !important
    }

    .pb-md-down-7 {
        padding-bottom: 3.5rem !important
    }

    .pl-md-down-7,
    .px-md-down-7 {
        padding-left: 3.5rem !important
    }

    .px-md-down-7 {
        padding-right: 3.5rem !important
    }

    .py-md-down-7 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important
    }

    .p-md-down-8 {
        padding: 4rem !important
    }

    .pt-md-down-8 {
        padding-top: 4rem !important
    }

    .pr-md-down-8 {
        padding-right: 4rem !important
    }

    .pb-md-down-8 {
        padding-bottom: 4rem !important
    }

    .pl-md-down-8,
    .px-md-down-8 {
        padding-left: 4rem !important
    }

    .px-md-down-8 {
        padding-right: 4rem !important
    }

    .py-md-down-8 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .m-md-down-auto {
        margin: auto !important
    }

    .mt-md-down-auto {
        margin-top: auto !important
    }

    .mr-md-down-auto {
        margin-right: auto !important
    }

    .mb-md-down-auto {
        margin-bottom: auto !important
    }

    .ml-md-down-auto,
    .mx-md-down-auto {
        margin-left: auto !important
    }

    .mx-md-down-auto {
        margin-right: auto !important
    }

    .my-md-down-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-up-0 {
        margin: 0 !important
    }

    .mt-lg-up-0 {
        margin-top: 0 !important
    }

    .mr-lg-up-0 {
        margin-right: 0 !important
    }

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

    .ml-lg-up-0,
    .mx-lg-up-0 {
        margin-left: 0 !important
    }

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

    .my-lg-up-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-lg-up-1 {
        margin: .5rem !important
    }

    .mt-lg-up-1 {
        margin-top: .5rem !important
    }

    .mr-lg-up-1 {
        margin-right: .5rem !important
    }

    .mb-lg-up-1 {
        margin-bottom: .5rem !important
    }

    .ml-lg-up-1,
    .mx-lg-up-1 {
        margin-left: .5rem !important
    }

    .mx-lg-up-1 {
        margin-right: .5rem !important
    }

    .my-lg-up-1 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .m-lg-up-2 {
        margin: 1rem !important
    }

    .mt-lg-up-2 {
        margin-top: 1rem !important
    }

    .mr-lg-up-2 {
        margin-right: 1rem !important
    }

    .mb-lg-up-2 {
        margin-bottom: 1rem !important
    }

    .ml-lg-up-2,
    .mx-lg-up-2 {
        margin-left: 1rem !important
    }

    .mx-lg-up-2 {
        margin-right: 1rem !important
    }

    .my-lg-up-2 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .m-lg-up-3 {
        margin: 1.5rem !important
    }

    .mt-lg-up-3 {
        margin-top: 1.5rem !important
    }

    .mr-lg-up-3 {
        margin-right: 1.5rem !important
    }

    .mb-lg-up-3 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-up-3,
    .mx-lg-up-3 {
        margin-left: 1.5rem !important
    }

    .mx-lg-up-3 {
        margin-right: 1.5rem !important
    }

    .my-lg-up-3 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .m-lg-up-4 {
        margin: 2rem !important
    }

    .mt-lg-up-4 {
        margin-top: 2rem !important
    }

    .mr-lg-up-4 {
        margin-right: 2rem !important
    }

    .mb-lg-up-4 {
        margin-bottom: 2rem !important
    }

    .ml-lg-up-4,
    .mx-lg-up-4 {
        margin-left: 2rem !important
    }

    .mx-lg-up-4 {
        margin-right: 2rem !important
    }

    .my-lg-up-4 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important
    }

    .m-lg-up-5 {
        margin: 2.5rem !important
    }

    .mt-lg-up-5 {
        margin-top: 2.5rem !important
    }

    .mr-lg-up-5 {
        margin-right: 2.5rem !important
    }

    .mb-lg-up-5 {
        margin-bottom: 2.5rem !important
    }

    .ml-lg-up-5,
    .mx-lg-up-5 {
        margin-left: 2.5rem !important
    }

    .mx-lg-up-5 {
        margin-right: 2.5rem !important
    }

    .my-lg-up-5 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important
    }

    .m-lg-up-6 {
        margin: 3rem !important
    }

    .mt-lg-up-6 {
        margin-top: 3rem !important
    }

    .mr-lg-up-6 {
        margin-right: 3rem !important
    }

    .mb-lg-up-6 {
        margin-bottom: 3rem !important
    }

    .ml-lg-up-6,
    .mx-lg-up-6 {
        margin-left: 3rem !important
    }

    .mx-lg-up-6 {
        margin-right: 3rem !important
    }

    .my-lg-up-6 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .m-lg-up-7 {
        margin: 3.5rem !important
    }

    .mt-lg-up-7 {
        margin-top: 3.5rem !important
    }

    .mr-lg-up-7 {
        margin-right: 3.5rem !important
    }

    .mb-lg-up-7 {
        margin-bottom: 3.5rem !important
    }

    .ml-lg-up-7,
    .mx-lg-up-7 {
        margin-left: 3.5rem !important
    }

    .mx-lg-up-7 {
        margin-right: 3.5rem !important
    }

    .my-lg-up-7 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important
    }

    .m-lg-up-8 {
        margin: 4rem !important
    }

    .mt-lg-up-8 {
        margin-top: 4rem !important
    }

    .mr-lg-up-8 {
        margin-right: 4rem !important
    }

    .mb-lg-up-8 {
        margin-bottom: 4rem !important
    }

    .ml-lg-up-8,
    .mx-lg-up-8 {
        margin-left: 4rem !important
    }

    .mx-lg-up-8 {
        margin-right: 4rem !important
    }

    .my-lg-up-8 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }

    .m-lg-up--0 {
        margin: 0 !important
    }

    .mt-lg-up--0 {
        margin-top: 0 !important
    }

    .mr-lg-up--0 {
        margin-right: 0 !important
    }

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

    .ml-lg-up--0,
    .mx-lg-up--0 {
        margin-left: 0 !important
    }

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

    .my-lg-up--0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-lg-up--1 {
        margin: -.5rem !important
    }

    .mt-lg-up--1 {
        margin-top: -.5rem !important
    }

    .mr-lg-up--1 {
        margin-right: -.5rem !important
    }

    .mb-lg-up--1 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-up--1,
    .mx-lg-up--1 {
        margin-left: -.5rem !important
    }

    .mx-lg-up--1 {
        margin-right: -.5rem !important
    }

    .my-lg-up--1 {
        margin-top: -.5rem !important;
        margin-bottom: -.5rem !important
    }

    .m-lg-up--2 {
        margin: -1rem !important
    }

    .mt-lg-up--2 {
        margin-top: -1rem !important
    }

    .mr-lg-up--2 {
        margin-right: -1rem !important
    }

    .mb-lg-up--2 {
        margin-bottom: -1rem !important
    }

    .ml-lg-up--2,
    .mx-lg-up--2 {
        margin-left: -1rem !important
    }

    .mx-lg-up--2 {
        margin-right: -1rem !important
    }

    .my-lg-up--2 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .m-lg-up--3 {
        margin: -1.5rem !important
    }

    .mt-lg-up--3 {
        margin-top: -1.5rem !important
    }

    .mr-lg-up--3 {
        margin-right: -1.5rem !important
    }

    .mb-lg-up--3 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-up--3,
    .mx-lg-up--3 {
        margin-left: -1.5rem !important
    }

    .mx-lg-up--3 {
        margin-right: -1.5rem !important
    }

    .my-lg-up--3 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .m-lg-up--4 {
        margin: -2rem !important
    }

    .mt-lg-up--4 {
        margin-top: -2rem !important
    }

    .mr-lg-up--4 {
        margin-right: -2rem !important
    }

    .mb-lg-up--4 {
        margin-bottom: -2rem !important
    }

    .ml-lg-up--4,
    .mx-lg-up--4 {
        margin-left: -2rem !important
    }

    .mx-lg-up--4 {
        margin-right: -2rem !important
    }

    .my-lg-up--4 {
        margin-top: -2rem !important;
        margin-bottom: -2rem !important
    }

    .m-lg-up--5 {
        margin: -2.5rem !important
    }

    .mt-lg-up--5 {
        margin-top: -2.5rem !important
    }

    .mr-lg-up--5 {
        margin-right: -2.5rem !important
    }

    .mb-lg-up--5 {
        margin-bottom: -2.5rem !important
    }

    .ml-lg-up--5,
    .mx-lg-up--5 {
        margin-left: -2.5rem !important
    }

    .mx-lg-up--5 {
        margin-right: -2.5rem !important
    }

    .my-lg-up--5 {
        margin-top: -2.5rem !important;
        margin-bottom: -2.5rem !important
    }

    .m-lg-up--6 {
        margin: -3rem !important
    }

    .mt-lg-up--6 {
        margin-top: -3rem !important
    }

    .mr-lg-up--6 {
        margin-right: -3rem !important
    }

    .mb-lg-up--6 {
        margin-bottom: -3rem !important
    }

    .ml-lg-up--6,
    .mx-lg-up--6 {
        margin-left: -3rem !important
    }

    .mx-lg-up--6 {
        margin-right: -3rem !important
    }

    .my-lg-up--6 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .m-lg-up--7 {
        margin: -3.5rem !important
    }

    .mt-lg-up--7 {
        margin-top: -3.5rem !important
    }

    .mr-lg-up--7 {
        margin-right: -3.5rem !important
    }

    .mb-lg-up--7 {
        margin-bottom: -3.5rem !important
    }

    .ml-lg-up--7,
    .mx-lg-up--7 {
        margin-left: -3.5rem !important
    }

    .mx-lg-up--7 {
        margin-right: -3.5rem !important
    }

    .my-lg-up--7 {
        margin-top: -3.5rem !important;
        margin-bottom: -3.5rem !important
    }

    .m-lg-up--8 {
        margin: -4rem !important
    }

    .mt-lg-up--8 {
        margin-top: -4rem !important
    }

    .mr-lg-up--8 {
        margin-right: -4rem !important
    }

    .mb-lg-up--8 {
        margin-bottom: -4rem !important
    }

    .ml-lg-up--8,
    .mx-lg-up--8 {
        margin-left: -4rem !important
    }

    .mx-lg-up--8 {
        margin-right: -4rem !important
    }

    .my-lg-up--8 {
        margin-top: -4rem !important;
        margin-bottom: -4rem !important
    }

    .p-lg-up-0 {
        padding: 0 !important
    }

    .pt-lg-up-0 {
        padding-top: 0 !important
    }

    .pr-lg-up-0 {
        padding-right: 0 !important
    }

    .pb-lg-up-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-up-0,
    .px-lg-up-0 {
        padding-left: 0 !important
    }

    .px-lg-up-0 {
        padding-right: 0 !important
    }

    .py-lg-up-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .p-lg-up-1 {
        padding: .5rem !important
    }

    .pt-lg-up-1 {
        padding-top: .5rem !important
    }

    .pr-lg-up-1 {
        padding-right: .5rem !important
    }

    .pb-lg-up-1 {
        padding-bottom: .5rem !important
    }

    .pl-lg-up-1,
    .px-lg-up-1 {
        padding-left: .5rem !important
    }

    .px-lg-up-1 {
        padding-right: .5rem !important
    }

    .py-lg-up-1 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .p-lg-up-2 {
        padding: 1rem !important
    }

    .pt-lg-up-2 {
        padding-top: 1rem !important
    }

    .pr-lg-up-2 {
        padding-right: 1rem !important
    }

    .pb-lg-up-2 {
        padding-bottom: 1rem !important
    }

    .pl-lg-up-2,
    .px-lg-up-2 {
        padding-left: 1rem !important
    }

    .px-lg-up-2 {
        padding-right: 1rem !important
    }

    .py-lg-up-2 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-lg-up-3 {
        padding: 1.5rem !important
    }

    .pt-lg-up-3 {
        padding-top: 1.5rem !important
    }

    .pr-lg-up-3 {
        padding-right: 1.5rem !important
    }

    .pb-lg-up-3 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-up-3,
    .px-lg-up-3 {
        padding-left: 1.5rem !important
    }

    .px-lg-up-3 {
        padding-right: 1.5rem !important
    }

    .py-lg-up-3 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .p-lg-up-4 {
        padding: 2rem !important
    }

    .pt-lg-up-4 {
        padding-top: 2rem !important
    }

    .pr-lg-up-4 {
        padding-right: 2rem !important
    }

    .pb-lg-up-4 {
        padding-bottom: 2rem !important
    }

    .pl-lg-up-4,
    .px-lg-up-4 {
        padding-left: 2rem !important
    }

    .px-lg-up-4 {
        padding-right: 2rem !important
    }

    .py-lg-up-4 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }

    .p-lg-up-5 {
        padding: 2.5rem !important
    }

    .pt-lg-up-5 {
        padding-top: 2.5rem !important
    }

    .pr-lg-up-5 {
        padding-right: 2.5rem !important
    }

    .pb-lg-up-5 {
        padding-bottom: 2.5rem !important
    }

    .pl-lg-up-5,
    .px-lg-up-5 {
        padding-left: 2.5rem !important
    }

    .px-lg-up-5 {
        padding-right: 2.5rem !important
    }

    .py-lg-up-5 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important
    }

    .p-lg-up-6 {
        padding: 3rem !important
    }

    .pt-lg-up-6 {
        padding-top: 3rem !important
    }

    .pr-lg-up-6 {
        padding-right: 3rem !important
    }

    .pb-lg-up-6 {
        padding-bottom: 3rem !important
    }

    .pl-lg-up-6,
    .px-lg-up-6 {
        padding-left: 3rem !important
    }

    .px-lg-up-6 {
        padding-right: 3rem !important
    }

    .py-lg-up-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .p-lg-up-7 {
        padding: 3.5rem !important
    }

    .pt-lg-up-7 {
        padding-top: 3.5rem !important
    }

    .pr-lg-up-7 {
        padding-right: 3.5rem !important
    }

    .pb-lg-up-7 {
        padding-bottom: 3.5rem !important
    }

    .pl-lg-up-7,
    .px-lg-up-7 {
        padding-left: 3.5rem !important
    }

    .px-lg-up-7 {
        padding-right: 3.5rem !important
    }

    .py-lg-up-7 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important
    }

    .p-lg-up-8 {
        padding: 4rem !important
    }

    .pt-lg-up-8 {
        padding-top: 4rem !important
    }

    .pr-lg-up-8 {
        padding-right: 4rem !important
    }

    .pb-lg-up-8 {
        padding-bottom: 4rem !important
    }

    .pl-lg-up-8,
    .px-lg-up-8 {
        padding-left: 4rem !important
    }

    .px-lg-up-8 {
        padding-right: 4rem !important
    }

    .py-lg-up-8 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .m-lg-up-auto {
        margin: auto !important
    }

    .mt-lg-up-auto {
        margin-top: auto !important
    }

    .mr-lg-up-auto {
        margin-right: auto !important
    }

    .mb-lg-up-auto {
        margin-bottom: auto !important
    }

    .ml-lg-up-auto,
    .mx-lg-up-auto {
        margin-left: auto !important
    }

    .mx-lg-up-auto {
        margin-right: auto !important
    }

    .my-lg-up-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

@media (max-width:991.98px) {
    .m-lg-down-0 {
        margin: 0 !important
    }

    .mt-lg-down-0 {
        margin-top: 0 !important
    }

    .mr-lg-down-0 {
        margin-right: 0 !important
    }

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

    .ml-lg-down-0,
    .mx-lg-down-0 {
        margin-left: 0 !important
    }

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

    .my-lg-down-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-lg-down-1 {
        margin: .5rem !important
    }

    .mt-lg-down-1 {
        margin-top: .5rem !important
    }

    .mr-lg-down-1 {
        margin-right: .5rem !important
    }

    .mb-lg-down-1 {
        margin-bottom: .5rem !important
    }

    .ml-lg-down-1,
    .mx-lg-down-1 {
        margin-left: .5rem !important
    }

    .mx-lg-down-1 {
        margin-right: .5rem !important
    }

    .my-lg-down-1 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .m-lg-down-2 {
        margin: 1rem !important
    }

    .mt-lg-down-2 {
        margin-top: 1rem !important
    }

    .mr-lg-down-2 {
        margin-right: 1rem !important
    }

    .mb-lg-down-2 {
        margin-bottom: 1rem !important
    }

    .ml-lg-down-2,
    .mx-lg-down-2 {
        margin-left: 1rem !important
    }

    .mx-lg-down-2 {
        margin-right: 1rem !important
    }

    .my-lg-down-2 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .m-lg-down-3 {
        margin: 1.5rem !important
    }

    .mt-lg-down-3 {
        margin-top: 1.5rem !important
    }

    .mr-lg-down-3 {
        margin-right: 1.5rem !important
    }

    .mb-lg-down-3 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-down-3,
    .mx-lg-down-3 {
        margin-left: 1.5rem !important
    }

    .mx-lg-down-3 {
        margin-right: 1.5rem !important
    }

    .my-lg-down-3 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .m-lg-down-4 {
        margin: 2rem !important
    }

    .mt-lg-down-4 {
        margin-top: 2rem !important
    }

    .mr-lg-down-4 {
        margin-right: 2rem !important
    }

    .mb-lg-down-4 {
        margin-bottom: 2rem !important
    }

    .ml-lg-down-4,
    .mx-lg-down-4 {
        margin-left: 2rem !important
    }

    .mx-lg-down-4 {
        margin-right: 2rem !important
    }

    .my-lg-down-4 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important
    }

    .m-lg-down-5 {
        margin: 2.5rem !important
    }

    .mt-lg-down-5 {
        margin-top: 2.5rem !important
    }

    .mr-lg-down-5 {
        margin-right: 2.5rem !important
    }

    .mb-lg-down-5 {
        margin-bottom: 2.5rem !important
    }

    .ml-lg-down-5,
    .mx-lg-down-5 {
        margin-left: 2.5rem !important
    }

    .mx-lg-down-5 {
        margin-right: 2.5rem !important
    }

    .my-lg-down-5 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important
    }

    .m-lg-down-6 {
        margin: 3rem !important
    }

    .mt-lg-down-6 {
        margin-top: 3rem !important
    }

    .mr-lg-down-6 {
        margin-right: 3rem !important
    }

    .mb-lg-down-6 {
        margin-bottom: 3rem !important
    }

    .ml-lg-down-6,
    .mx-lg-down-6 {
        margin-left: 3rem !important
    }

    .mx-lg-down-6 {
        margin-right: 3rem !important
    }

    .my-lg-down-6 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .m-lg-down-7 {
        margin: 3.5rem !important
    }

    .mt-lg-down-7 {
        margin-top: 3.5rem !important
    }

    .mr-lg-down-7 {
        margin-right: 3.5rem !important
    }

    .mb-lg-down-7 {
        margin-bottom: 3.5rem !important
    }

    .ml-lg-down-7,
    .mx-lg-down-7 {
        margin-left: 3.5rem !important
    }

    .mx-lg-down-7 {
        margin-right: 3.5rem !important
    }

    .my-lg-down-7 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important
    }

    .m-lg-down-8 {
        margin: 4rem !important
    }

    .mt-lg-down-8 {
        margin-top: 4rem !important
    }

    .mr-lg-down-8 {
        margin-right: 4rem !important
    }

    .mb-lg-down-8 {
        margin-bottom: 4rem !important
    }

    .ml-lg-down-8,
    .mx-lg-down-8 {
        margin-left: 4rem !important
    }

    .mx-lg-down-8 {
        margin-right: 4rem !important
    }

    .my-lg-down-8 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }

    .m-lg-down--0 {
        margin: 0 !important
    }

    .mt-lg-down--0 {
        margin-top: 0 !important
    }

    .mr-lg-down--0 {
        margin-right: 0 !important
    }

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

    .ml-lg-down--0,
    .mx-lg-down--0 {
        margin-left: 0 !important
    }

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

    .my-lg-down--0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-lg-down--1 {
        margin: -.5rem !important
    }

    .mt-lg-down--1 {
        margin-top: -.5rem !important
    }

    .mr-lg-down--1 {
        margin-right: -.5rem !important
    }

    .mb-lg-down--1 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-down--1,
    .mx-lg-down--1 {
        margin-left: -.5rem !important
    }

    .mx-lg-down--1 {
        margin-right: -.5rem !important
    }

    .my-lg-down--1 {
        margin-top: -.5rem !important;
        margin-bottom: -.5rem !important
    }

    .m-lg-down--2 {
        margin: -1rem !important
    }

    .mt-lg-down--2 {
        margin-top: -1rem !important
    }

    .mr-lg-down--2 {
        margin-right: -1rem !important
    }

    .mb-lg-down--2 {
        margin-bottom: -1rem !important
    }

    .ml-lg-down--2,
    .mx-lg-down--2 {
        margin-left: -1rem !important
    }

    .mx-lg-down--2 {
        margin-right: -1rem !important
    }

    .my-lg-down--2 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .m-lg-down--3 {
        margin: -1.5rem !important
    }

    .mt-lg-down--3 {
        margin-top: -1.5rem !important
    }

    .mr-lg-down--3 {
        margin-right: -1.5rem !important
    }

    .mb-lg-down--3 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-down--3,
    .mx-lg-down--3 {
        margin-left: -1.5rem !important
    }

    .mx-lg-down--3 {
        margin-right: -1.5rem !important
    }

    .my-lg-down--3 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .m-lg-down--4 {
        margin: -2rem !important
    }

    .mt-lg-down--4 {
        margin-top: -2rem !important
    }

    .mr-lg-down--4 {
        margin-right: -2rem !important
    }

    .mb-lg-down--4 {
        margin-bottom: -2rem !important
    }

    .ml-lg-down--4,
    .mx-lg-down--4 {
        margin-left: -2rem !important
    }

    .mx-lg-down--4 {
        margin-right: -2rem !important
    }

    .my-lg-down--4 {
        margin-top: -2rem !important;
        margin-bottom: -2rem !important
    }

    .m-lg-down--5 {
        margin: -2.5rem !important
    }

    .mt-lg-down--5 {
        margin-top: -2.5rem !important
    }

    .mr-lg-down--5 {
        margin-right: -2.5rem !important
    }

    .mb-lg-down--5 {
        margin-bottom: -2.5rem !important
    }

    .ml-lg-down--5,
    .mx-lg-down--5 {
        margin-left: -2.5rem !important
    }

    .mx-lg-down--5 {
        margin-right: -2.5rem !important
    }

    .my-lg-down--5 {
        margin-top: -2.5rem !important;
        margin-bottom: -2.5rem !important
    }

    .m-lg-down--6 {
        margin: -3rem !important
    }

    .mt-lg-down--6 {
        margin-top: -3rem !important
    }

    .mr-lg-down--6 {
        margin-right: -3rem !important
    }

    .mb-lg-down--6 {
        margin-bottom: -3rem !important
    }

    .ml-lg-down--6,
    .mx-lg-down--6 {
        margin-left: -3rem !important
    }

    .mx-lg-down--6 {
        margin-right: -3rem !important
    }

    .my-lg-down--6 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .m-lg-down--7 {
        margin: -3.5rem !important
    }

    .mt-lg-down--7 {
        margin-top: -3.5rem !important
    }

    .mr-lg-down--7 {
        margin-right: -3.5rem !important
    }

    .mb-lg-down--7 {
        margin-bottom: -3.5rem !important
    }

    .ml-lg-down--7,
    .mx-lg-down--7 {
        margin-left: -3.5rem !important
    }

    .mx-lg-down--7 {
        margin-right: -3.5rem !important
    }

    .my-lg-down--7 {
        margin-top: -3.5rem !important;
        margin-bottom: -3.5rem !important
    }

    .m-lg-down--8 {
        margin: -4rem !important
    }

    .mt-lg-down--8 {
        margin-top: -4rem !important
    }

    .mr-lg-down--8 {
        margin-right: -4rem !important
    }

    .mb-lg-down--8 {
        margin-bottom: -4rem !important
    }

    .ml-lg-down--8,
    .mx-lg-down--8 {
        margin-left: -4rem !important
    }

    .mx-lg-down--8 {
        margin-right: -4rem !important
    }

    .my-lg-down--8 {
        margin-top: -4rem !important;
        margin-bottom: -4rem !important
    }

    .p-lg-down-0 {
        padding: 0 !important
    }

    .pt-lg-down-0 {
        padding-top: 0 !important
    }

    .pr-lg-down-0 {
        padding-right: 0 !important
    }

    .pb-lg-down-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-down-0,
    .px-lg-down-0 {
        padding-left: 0 !important
    }

    .px-lg-down-0 {
        padding-right: 0 !important
    }

    .py-lg-down-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .p-lg-down-1 {
        padding: .5rem !important
    }

    .pt-lg-down-1 {
        padding-top: .5rem !important
    }

    .pr-lg-down-1 {
        padding-right: .5rem !important
    }

    .pb-lg-down-1 {
        padding-bottom: .5rem !important
    }

    .pl-lg-down-1,
    .px-lg-down-1 {
        padding-left: .5rem !important
    }

    .px-lg-down-1 {
        padding-right: .5rem !important
    }

    .py-lg-down-1 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .p-lg-down-2 {
        padding: 1rem !important
    }

    .pt-lg-down-2 {
        padding-top: 1rem !important
    }

    .pr-lg-down-2 {
        padding-right: 1rem !important
    }

    .pb-lg-down-2 {
        padding-bottom: 1rem !important
    }

    .pl-lg-down-2,
    .px-lg-down-2 {
        padding-left: 1rem !important
    }

    .px-lg-down-2 {
        padding-right: 1rem !important
    }

    .py-lg-down-2 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-lg-down-3 {
        padding: 1.5rem !important
    }

    .pt-lg-down-3 {
        padding-top: 1.5rem !important
    }

    .pr-lg-down-3 {
        padding-right: 1.5rem !important
    }

    .pb-lg-down-3 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-down-3,
    .px-lg-down-3 {
        padding-left: 1.5rem !important
    }

    .px-lg-down-3 {
        padding-right: 1.5rem !important
    }

    .py-lg-down-3 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .p-lg-down-4 {
        padding: 2rem !important
    }

    .pt-lg-down-4 {
        padding-top: 2rem !important
    }

    .pr-lg-down-4 {
        padding-right: 2rem !important
    }

    .pb-lg-down-4 {
        padding-bottom: 2rem !important
    }

    .pl-lg-down-4,
    .px-lg-down-4 {
        padding-left: 2rem !important
    }

    .px-lg-down-4 {
        padding-right: 2rem !important
    }

    .py-lg-down-4 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }

    .p-lg-down-5 {
        padding: 2.5rem !important
    }

    .pt-lg-down-5 {
        padding-top: 2.5rem !important
    }

    .pr-lg-down-5 {
        padding-right: 2.5rem !important
    }

    .pb-lg-down-5 {
        padding-bottom: 2.5rem !important
    }

    .pl-lg-down-5,
    .px-lg-down-5 {
        padding-left: 2.5rem !important
    }

    .px-lg-down-5 {
        padding-right: 2.5rem !important
    }

    .py-lg-down-5 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important
    }

    .p-lg-down-6 {
        padding: 3rem !important
    }

    .pt-lg-down-6 {
        padding-top: 3rem !important
    }

    .pr-lg-down-6 {
        padding-right: 3rem !important
    }

    .pb-lg-down-6 {
        padding-bottom: 3rem !important
    }

    .pl-lg-down-6,
    .px-lg-down-6 {
        padding-left: 3rem !important
    }

    .px-lg-down-6 {
        padding-right: 3rem !important
    }

    .py-lg-down-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .p-lg-down-7 {
        padding: 3.5rem !important
    }

    .pt-lg-down-7 {
        padding-top: 3.5rem !important
    }

    .pr-lg-down-7 {
        padding-right: 3.5rem !important
    }

    .pb-lg-down-7 {
        padding-bottom: 3.5rem !important
    }

    .pl-lg-down-7,
    .px-lg-down-7 {
        padding-left: 3.5rem !important
    }

    .px-lg-down-7 {
        padding-right: 3.5rem !important
    }

    .py-lg-down-7 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important
    }

    .p-lg-down-8 {
        padding: 4rem !important
    }

    .pt-lg-down-8 {
        padding-top: 4rem !important
    }

    .pr-lg-down-8 {
        padding-right: 4rem !important
    }

    .pb-lg-down-8 {
        padding-bottom: 4rem !important
    }

    .pl-lg-down-8,
    .px-lg-down-8 {
        padding-left: 4rem !important
    }

    .px-lg-down-8 {
        padding-right: 4rem !important
    }

    .py-lg-down-8 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .m-lg-down-auto {
        margin: auto !important
    }

    .mt-lg-down-auto {
        margin-top: auto !important
    }

    .mr-lg-down-auto {
        margin-right: auto !important
    }

    .mb-lg-down-auto {
        margin-bottom: auto !important
    }

    .ml-lg-down-auto,
    .mx-lg-down-auto {
        margin-left: auto !important
    }

    .mx-lg-down-auto {
        margin-right: auto !important
    }

    .my-lg-down-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-up-0 {
        margin: 0 !important
    }

    .mt-xl-up-0 {
        margin-top: 0 !important
    }

    .mr-xl-up-0 {
        margin-right: 0 !important
    }

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

    .ml-xl-up-0,
    .mx-xl-up-0 {
        margin-left: 0 !important
    }

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

    .my-xl-up-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-xl-up-1 {
        margin: .5rem !important
    }

    .mt-xl-up-1 {
        margin-top: .5rem !important
    }

    .mr-xl-up-1 {
        margin-right: .5rem !important
    }

    .mb-xl-up-1 {
        margin-bottom: .5rem !important
    }

    .ml-xl-up-1,
    .mx-xl-up-1 {
        margin-left: .5rem !important
    }

    .mx-xl-up-1 {
        margin-right: .5rem !important
    }

    .my-xl-up-1 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .m-xl-up-2 {
        margin: 1rem !important
    }

    .mt-xl-up-2 {
        margin-top: 1rem !important
    }

    .mr-xl-up-2 {
        margin-right: 1rem !important
    }

    .mb-xl-up-2 {
        margin-bottom: 1rem !important
    }

    .ml-xl-up-2,
    .mx-xl-up-2 {
        margin-left: 1rem !important
    }

    .mx-xl-up-2 {
        margin-right: 1rem !important
    }

    .my-xl-up-2 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .m-xl-up-3 {
        margin: 1.5rem !important
    }

    .mt-xl-up-3 {
        margin-top: 1.5rem !important
    }

    .mr-xl-up-3 {
        margin-right: 1.5rem !important
    }

    .mb-xl-up-3 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-up-3,
    .mx-xl-up-3 {
        margin-left: 1.5rem !important
    }

    .mx-xl-up-3 {
        margin-right: 1.5rem !important
    }

    .my-xl-up-3 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .m-xl-up-4 {
        margin: 2rem !important
    }

    .mt-xl-up-4 {
        margin-top: 2rem !important
    }

    .mr-xl-up-4 {
        margin-right: 2rem !important
    }

    .mb-xl-up-4 {
        margin-bottom: 2rem !important
    }

    .ml-xl-up-4,
    .mx-xl-up-4 {
        margin-left: 2rem !important
    }

    .mx-xl-up-4 {
        margin-right: 2rem !important
    }

    .my-xl-up-4 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important
    }

    .m-xl-up-5 {
        margin: 2.5rem !important
    }

    .mt-xl-up-5 {
        margin-top: 2.5rem !important
    }

    .mr-xl-up-5 {
        margin-right: 2.5rem !important
    }

    .mb-xl-up-5 {
        margin-bottom: 2.5rem !important
    }

    .ml-xl-up-5,
    .mx-xl-up-5 {
        margin-left: 2.5rem !important
    }

    .mx-xl-up-5 {
        margin-right: 2.5rem !important
    }

    .my-xl-up-5 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important
    }

    .m-xl-up-6 {
        margin: 3rem !important
    }

    .mt-xl-up-6 {
        margin-top: 3rem !important
    }

    .mr-xl-up-6 {
        margin-right: 3rem !important
    }

    .mb-xl-up-6 {
        margin-bottom: 3rem !important
    }

    .ml-xl-up-6,
    .mx-xl-up-6 {
        margin-left: 3rem !important
    }

    .mx-xl-up-6 {
        margin-right: 3rem !important
    }

    .my-xl-up-6 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .m-xl-up-7 {
        margin: 3.5rem !important
    }

    .mt-xl-up-7 {
        margin-top: 3.5rem !important
    }

    .mr-xl-up-7 {
        margin-right: 3.5rem !important
    }

    .mb-xl-up-7 {
        margin-bottom: 3.5rem !important
    }

    .ml-xl-up-7,
    .mx-xl-up-7 {
        margin-left: 3.5rem !important
    }

    .mx-xl-up-7 {
        margin-right: 3.5rem !important
    }

    .my-xl-up-7 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important
    }

    .m-xl-up-8 {
        margin: 4rem !important
    }

    .mt-xl-up-8 {
        margin-top: 4rem !important
    }

    .mr-xl-up-8 {
        margin-right: 4rem !important
    }

    .mb-xl-up-8 {
        margin-bottom: 4rem !important
    }

    .ml-xl-up-8,
    .mx-xl-up-8 {
        margin-left: 4rem !important
    }

    .mx-xl-up-8 {
        margin-right: 4rem !important
    }

    .my-xl-up-8 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }

    .m-xl-up--0 {
        margin: 0 !important
    }

    .mt-xl-up--0 {
        margin-top: 0 !important
    }

    .mr-xl-up--0 {
        margin-right: 0 !important
    }

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

    .ml-xl-up--0,
    .mx-xl-up--0 {
        margin-left: 0 !important
    }

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

    .my-xl-up--0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-xl-up--1 {
        margin: -.5rem !important
    }

    .mt-xl-up--1 {
        margin-top: -.5rem !important
    }

    .mr-xl-up--1 {
        margin-right: -.5rem !important
    }

    .mb-xl-up--1 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-up--1,
    .mx-xl-up--1 {
        margin-left: -.5rem !important
    }

    .mx-xl-up--1 {
        margin-right: -.5rem !important
    }

    .my-xl-up--1 {
        margin-top: -.5rem !important;
        margin-bottom: -.5rem !important
    }

    .m-xl-up--2 {
        margin: -1rem !important
    }

    .mt-xl-up--2 {
        margin-top: -1rem !important
    }

    .mr-xl-up--2 {
        margin-right: -1rem !important
    }

    .mb-xl-up--2 {
        margin-bottom: -1rem !important
    }

    .ml-xl-up--2,
    .mx-xl-up--2 {
        margin-left: -1rem !important
    }

    .mx-xl-up--2 {
        margin-right: -1rem !important
    }

    .my-xl-up--2 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .m-xl-up--3 {
        margin: -1.5rem !important
    }

    .mt-xl-up--3 {
        margin-top: -1.5rem !important
    }

    .mr-xl-up--3 {
        margin-right: -1.5rem !important
    }

    .mb-xl-up--3 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-up--3,
    .mx-xl-up--3 {
        margin-left: -1.5rem !important
    }

    .mx-xl-up--3 {
        margin-right: -1.5rem !important
    }

    .my-xl-up--3 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .m-xl-up--4 {
        margin: -2rem !important
    }

    .mt-xl-up--4 {
        margin-top: -2rem !important
    }

    .mr-xl-up--4 {
        margin-right: -2rem !important
    }

    .mb-xl-up--4 {
        margin-bottom: -2rem !important
    }

    .ml-xl-up--4,
    .mx-xl-up--4 {
        margin-left: -2rem !important
    }

    .mx-xl-up--4 {
        margin-right: -2rem !important
    }

    .my-xl-up--4 {
        margin-top: -2rem !important;
        margin-bottom: -2rem !important
    }

    .m-xl-up--5 {
        margin: -2.5rem !important
    }

    .mt-xl-up--5 {
        margin-top: -2.5rem !important
    }

    .mr-xl-up--5 {
        margin-right: -2.5rem !important
    }

    .mb-xl-up--5 {
        margin-bottom: -2.5rem !important
    }

    .ml-xl-up--5,
    .mx-xl-up--5 {
        margin-left: -2.5rem !important
    }

    .mx-xl-up--5 {
        margin-right: -2.5rem !important
    }

    .my-xl-up--5 {
        margin-top: -2.5rem !important;
        margin-bottom: -2.5rem !important
    }

    .m-xl-up--6 {
        margin: -3rem !important
    }

    .mt-xl-up--6 {
        margin-top: -3rem !important
    }

    .mr-xl-up--6 {
        margin-right: -3rem !important
    }

    .mb-xl-up--6 {
        margin-bottom: -3rem !important
    }

    .ml-xl-up--6,
    .mx-xl-up--6 {
        margin-left: -3rem !important
    }

    .mx-xl-up--6 {
        margin-right: -3rem !important
    }

    .my-xl-up--6 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .m-xl-up--7 {
        margin: -3.5rem !important
    }

    .mt-xl-up--7 {
        margin-top: -3.5rem !important
    }

    .mr-xl-up--7 {
        margin-right: -3.5rem !important
    }

    .mb-xl-up--7 {
        margin-bottom: -3.5rem !important
    }

    .ml-xl-up--7,
    .mx-xl-up--7 {
        margin-left: -3.5rem !important
    }

    .mx-xl-up--7 {
        margin-right: -3.5rem !important
    }

    .my-xl-up--7 {
        margin-top: -3.5rem !important;
        margin-bottom: -3.5rem !important
    }

    .m-xl-up--8 {
        margin: -4rem !important
    }

    .mt-xl-up--8 {
        margin-top: -4rem !important
    }

    .mr-xl-up--8 {
        margin-right: -4rem !important
    }

    .mb-xl-up--8 {
        margin-bottom: -4rem !important
    }

    .ml-xl-up--8,
    .mx-xl-up--8 {
        margin-left: -4rem !important
    }

    .mx-xl-up--8 {
        margin-right: -4rem !important
    }

    .my-xl-up--8 {
        margin-top: -4rem !important;
        margin-bottom: -4rem !important
    }

    .p-xl-up-0 {
        padding: 0 !important
    }

    .pt-xl-up-0 {
        padding-top: 0 !important
    }

    .pr-xl-up-0 {
        padding-right: 0 !important
    }

    .pb-xl-up-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-up-0,
    .px-xl-up-0 {
        padding-left: 0 !important
    }

    .px-xl-up-0 {
        padding-right: 0 !important
    }

    .py-xl-up-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .p-xl-up-1 {
        padding: .5rem !important
    }

    .pt-xl-up-1 {
        padding-top: .5rem !important
    }

    .pr-xl-up-1 {
        padding-right: .5rem !important
    }

    .pb-xl-up-1 {
        padding-bottom: .5rem !important
    }

    .pl-xl-up-1,
    .px-xl-up-1 {
        padding-left: .5rem !important
    }

    .px-xl-up-1 {
        padding-right: .5rem !important
    }

    .py-xl-up-1 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .p-xl-up-2 {
        padding: 1rem !important
    }

    .pt-xl-up-2 {
        padding-top: 1rem !important
    }

    .pr-xl-up-2 {
        padding-right: 1rem !important
    }

    .pb-xl-up-2 {
        padding-bottom: 1rem !important
    }

    .pl-xl-up-2,
    .px-xl-up-2 {
        padding-left: 1rem !important
    }

    .px-xl-up-2 {
        padding-right: 1rem !important
    }

    .py-xl-up-2 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-xl-up-3 {
        padding: 1.5rem !important
    }

    .pt-xl-up-3 {
        padding-top: 1.5rem !important
    }

    .pr-xl-up-3 {
        padding-right: 1.5rem !important
    }

    .pb-xl-up-3 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-up-3,
    .px-xl-up-3 {
        padding-left: 1.5rem !important
    }

    .px-xl-up-3 {
        padding-right: 1.5rem !important
    }

    .py-xl-up-3 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .p-xl-up-4 {
        padding: 2rem !important
    }

    .pt-xl-up-4 {
        padding-top: 2rem !important
    }

    .pr-xl-up-4 {
        padding-right: 2rem !important
    }

    .pb-xl-up-4 {
        padding-bottom: 2rem !important
    }

    .pl-xl-up-4,
    .px-xl-up-4 {
        padding-left: 2rem !important
    }

    .px-xl-up-4 {
        padding-right: 2rem !important
    }

    .py-xl-up-4 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }

    .p-xl-up-5 {
        padding: 2.5rem !important
    }

    .pt-xl-up-5 {
        padding-top: 2.5rem !important
    }

    .pr-xl-up-5 {
        padding-right: 2.5rem !important
    }

    .pb-xl-up-5 {
        padding-bottom: 2.5rem !important
    }

    .pl-xl-up-5,
    .px-xl-up-5 {
        padding-left: 2.5rem !important
    }

    .px-xl-up-5 {
        padding-right: 2.5rem !important
    }

    .py-xl-up-5 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important
    }

    .p-xl-up-6 {
        padding: 3rem !important
    }

    .pt-xl-up-6 {
        padding-top: 3rem !important
    }

    .pr-xl-up-6 {
        padding-right: 3rem !important
    }

    .pb-xl-up-6 {
        padding-bottom: 3rem !important
    }

    .pl-xl-up-6,
    .px-xl-up-6 {
        padding-left: 3rem !important
    }

    .px-xl-up-6 {
        padding-right: 3rem !important
    }

    .py-xl-up-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .p-xl-up-7 {
        padding: 3.5rem !important
    }

    .pt-xl-up-7 {
        padding-top: 3.5rem !important
    }

    .pr-xl-up-7 {
        padding-right: 3.5rem !important
    }

    .pb-xl-up-7 {
        padding-bottom: 3.5rem !important
    }

    .pl-xl-up-7,
    .px-xl-up-7 {
        padding-left: 3.5rem !important
    }

    .px-xl-up-7 {
        padding-right: 3.5rem !important
    }

    .py-xl-up-7 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important
    }

    .p-xl-up-8 {
        padding: 4rem !important
    }

    .pt-xl-up-8 {
        padding-top: 4rem !important
    }

    .pr-xl-up-8 {
        padding-right: 4rem !important
    }

    .pb-xl-up-8 {
        padding-bottom: 4rem !important
    }

    .pl-xl-up-8,
    .px-xl-up-8 {
        padding-left: 4rem !important
    }

    .px-xl-up-8 {
        padding-right: 4rem !important
    }

    .py-xl-up-8 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .m-xl-up-auto {
        margin: auto !important
    }

    .mt-xl-up-auto {
        margin-top: auto !important
    }

    .mr-xl-up-auto {
        margin-right: auto !important
    }

    .mb-xl-up-auto {
        margin-bottom: auto !important
    }

    .ml-xl-up-auto,
    .mx-xl-up-auto {
        margin-left: auto !important
    }

    .mx-xl-up-auto {
        margin-right: auto !important
    }

    .my-xl-up-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

@media (max-width:1199.98px) {
    .m-xl-down-0 {
        margin: 0 !important
    }

    .mt-xl-down-0 {
        margin-top: 0 !important
    }

    .mr-xl-down-0 {
        margin-right: 0 !important
    }

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

    .ml-xl-down-0,
    .mx-xl-down-0 {
        margin-left: 0 !important
    }

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

    .my-xl-down-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-xl-down-1 {
        margin: .5rem !important
    }

    .mt-xl-down-1 {
        margin-top: .5rem !important
    }

    .mr-xl-down-1 {
        margin-right: .5rem !important
    }

    .mb-xl-down-1 {
        margin-bottom: .5rem !important
    }

    .ml-xl-down-1,
    .mx-xl-down-1 {
        margin-left: .5rem !important
    }

    .mx-xl-down-1 {
        margin-right: .5rem !important
    }

    .my-xl-down-1 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .m-xl-down-2 {
        margin: 1rem !important
    }

    .mt-xl-down-2 {
        margin-top: 1rem !important
    }

    .mr-xl-down-2 {
        margin-right: 1rem !important
    }

    .mb-xl-down-2 {
        margin-bottom: 1rem !important
    }

    .ml-xl-down-2,
    .mx-xl-down-2 {
        margin-left: 1rem !important
    }

    .mx-xl-down-2 {
        margin-right: 1rem !important
    }

    .my-xl-down-2 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .m-xl-down-3 {
        margin: 1.5rem !important
    }

    .mt-xl-down-3 {
        margin-top: 1.5rem !important
    }

    .mr-xl-down-3 {
        margin-right: 1.5rem !important
    }

    .mb-xl-down-3 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-down-3,
    .mx-xl-down-3 {
        margin-left: 1.5rem !important
    }

    .mx-xl-down-3 {
        margin-right: 1.5rem !important
    }

    .my-xl-down-3 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .m-xl-down-4 {
        margin: 2rem !important
    }

    .mt-xl-down-4 {
        margin-top: 2rem !important
    }

    .mr-xl-down-4 {
        margin-right: 2rem !important
    }

    .mb-xl-down-4 {
        margin-bottom: 2rem !important
    }

    .ml-xl-down-4,
    .mx-xl-down-4 {
        margin-left: 2rem !important
    }

    .mx-xl-down-4 {
        margin-right: 2rem !important
    }

    .my-xl-down-4 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important
    }

    .m-xl-down-5 {
        margin: 2.5rem !important
    }

    .mt-xl-down-5 {
        margin-top: 2.5rem !important
    }

    .mr-xl-down-5 {
        margin-right: 2.5rem !important
    }

    .mb-xl-down-5 {
        margin-bottom: 2.5rem !important
    }

    .ml-xl-down-5,
    .mx-xl-down-5 {
        margin-left: 2.5rem !important
    }

    .mx-xl-down-5 {
        margin-right: 2.5rem !important
    }

    .my-xl-down-5 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important
    }

    .m-xl-down-6 {
        margin: 3rem !important
    }

    .mt-xl-down-6 {
        margin-top: 3rem !important
    }

    .mr-xl-down-6 {
        margin-right: 3rem !important
    }

    .mb-xl-down-6 {
        margin-bottom: 3rem !important
    }

    .ml-xl-down-6,
    .mx-xl-down-6 {
        margin-left: 3rem !important
    }

    .mx-xl-down-6 {
        margin-right: 3rem !important
    }

    .my-xl-down-6 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .m-xl-down-7 {
        margin: 3.5rem !important
    }

    .mt-xl-down-7 {
        margin-top: 3.5rem !important
    }

    .mr-xl-down-7 {
        margin-right: 3.5rem !important
    }

    .mb-xl-down-7 {
        margin-bottom: 3.5rem !important
    }

    .ml-xl-down-7,
    .mx-xl-down-7 {
        margin-left: 3.5rem !important
    }

    .mx-xl-down-7 {
        margin-right: 3.5rem !important
    }

    .my-xl-down-7 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important
    }

    .m-xl-down-8 {
        margin: 4rem !important
    }

    .mt-xl-down-8 {
        margin-top: 4rem !important
    }

    .mr-xl-down-8 {
        margin-right: 4rem !important
    }

    .mb-xl-down-8 {
        margin-bottom: 4rem !important
    }

    .ml-xl-down-8,
    .mx-xl-down-8 {
        margin-left: 4rem !important
    }

    .mx-xl-down-8 {
        margin-right: 4rem !important
    }

    .my-xl-down-8 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }

    .m-xl-down--0 {
        margin: 0 !important
    }

    .mt-xl-down--0 {
        margin-top: 0 !important
    }

    .mr-xl-down--0 {
        margin-right: 0 !important
    }

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

    .ml-xl-down--0,
    .mx-xl-down--0 {
        margin-left: 0 !important
    }

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

    .my-xl-down--0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-xl-down--1 {
        margin: -.5rem !important
    }

    .mt-xl-down--1 {
        margin-top: -.5rem !important
    }

    .mr-xl-down--1 {
        margin-right: -.5rem !important
    }

    .mb-xl-down--1 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-down--1,
    .mx-xl-down--1 {
        margin-left: -.5rem !important
    }

    .mx-xl-down--1 {
        margin-right: -.5rem !important
    }

    .my-xl-down--1 {
        margin-top: -.5rem !important;
        margin-bottom: -.5rem !important
    }

    .m-xl-down--2 {
        margin: -1rem !important
    }

    .mt-xl-down--2 {
        margin-top: -1rem !important
    }

    .mr-xl-down--2 {
        margin-right: -1rem !important
    }

    .mb-xl-down--2 {
        margin-bottom: -1rem !important
    }

    .ml-xl-down--2,
    .mx-xl-down--2 {
        margin-left: -1rem !important
    }

    .mx-xl-down--2 {
        margin-right: -1rem !important
    }

    .my-xl-down--2 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .m-xl-down--3 {
        margin: -1.5rem !important
    }

    .mt-xl-down--3 {
        margin-top: -1.5rem !important
    }

    .mr-xl-down--3 {
        margin-right: -1.5rem !important
    }

    .mb-xl-down--3 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-down--3,
    .mx-xl-down--3 {
        margin-left: -1.5rem !important
    }

    .mx-xl-down--3 {
        margin-right: -1.5rem !important
    }

    .my-xl-down--3 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .m-xl-down--4 {
        margin: -2rem !important
    }

    .mt-xl-down--4 {
        margin-top: -2rem !important
    }

    .mr-xl-down--4 {
        margin-right: -2rem !important
    }

    .mb-xl-down--4 {
        margin-bottom: -2rem !important
    }

    .ml-xl-down--4,
    .mx-xl-down--4 {
        margin-left: -2rem !important
    }

    .mx-xl-down--4 {
        margin-right: -2rem !important
    }

    .my-xl-down--4 {
        margin-top: -2rem !important;
        margin-bottom: -2rem !important
    }

    .m-xl-down--5 {
        margin: -2.5rem !important
    }

    .mt-xl-down--5 {
        margin-top: -2.5rem !important
    }

    .mr-xl-down--5 {
        margin-right: -2.5rem !important
    }

    .mb-xl-down--5 {
        margin-bottom: -2.5rem !important
    }

    .ml-xl-down--5,
    .mx-xl-down--5 {
        margin-left: -2.5rem !important
    }

    .mx-xl-down--5 {
        margin-right: -2.5rem !important
    }

    .my-xl-down--5 {
        margin-top: -2.5rem !important;
        margin-bottom: -2.5rem !important
    }

    .m-xl-down--6 {
        margin: -3rem !important
    }

    .mt-xl-down--6 {
        margin-top: -3rem !important
    }

    .mr-xl-down--6 {
        margin-right: -3rem !important
    }

    .mb-xl-down--6 {
        margin-bottom: -3rem !important
    }

    .ml-xl-down--6,
    .mx-xl-down--6 {
        margin-left: -3rem !important
    }

    .mx-xl-down--6 {
        margin-right: -3rem !important
    }

    .my-xl-down--6 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .m-xl-down--7 {
        margin: -3.5rem !important
    }

    .mt-xl-down--7 {
        margin-top: -3.5rem !important
    }

    .mr-xl-down--7 {
        margin-right: -3.5rem !important
    }

    .mb-xl-down--7 {
        margin-bottom: -3.5rem !important
    }

    .ml-xl-down--7,
    .mx-xl-down--7 {
        margin-left: -3.5rem !important
    }

    .mx-xl-down--7 {
        margin-right: -3.5rem !important
    }

    .my-xl-down--7 {
        margin-top: -3.5rem !important;
        margin-bottom: -3.5rem !important
    }

    .m-xl-down--8 {
        margin: -4rem !important
    }

    .mt-xl-down--8 {
        margin-top: -4rem !important
    }

    .mr-xl-down--8 {
        margin-right: -4rem !important
    }

    .mb-xl-down--8 {
        margin-bottom: -4rem !important
    }

    .ml-xl-down--8,
    .mx-xl-down--8 {
        margin-left: -4rem !important
    }

    .mx-xl-down--8 {
        margin-right: -4rem !important
    }

    .my-xl-down--8 {
        margin-top: -4rem !important;
        margin-bottom: -4rem !important
    }

    .p-xl-down-0 {
        padding: 0 !important
    }

    .pt-xl-down-0 {
        padding-top: 0 !important
    }

    .pr-xl-down-0 {
        padding-right: 0 !important
    }

    .pb-xl-down-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-down-0,
    .px-xl-down-0 {
        padding-left: 0 !important
    }

    .px-xl-down-0 {
        padding-right: 0 !important
    }

    .py-xl-down-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .p-xl-down-1 {
        padding: .5rem !important
    }

    .pt-xl-down-1 {
        padding-top: .5rem !important
    }

    .pr-xl-down-1 {
        padding-right: .5rem !important
    }

    .pb-xl-down-1 {
        padding-bottom: .5rem !important
    }

    .pl-xl-down-1,
    .px-xl-down-1 {
        padding-left: .5rem !important
    }

    .px-xl-down-1 {
        padding-right: .5rem !important
    }

    .py-xl-down-1 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .p-xl-down-2 {
        padding: 1rem !important
    }

    .pt-xl-down-2 {
        padding-top: 1rem !important
    }

    .pr-xl-down-2 {
        padding-right: 1rem !important
    }

    .pb-xl-down-2 {
        padding-bottom: 1rem !important
    }

    .pl-xl-down-2,
    .px-xl-down-2 {
        padding-left: 1rem !important
    }

    .px-xl-down-2 {
        padding-right: 1rem !important
    }

    .py-xl-down-2 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-xl-down-3 {
        padding: 1.5rem !important
    }

    .pt-xl-down-3 {
        padding-top: 1.5rem !important
    }

    .pr-xl-down-3 {
        padding-right: 1.5rem !important
    }

    .pb-xl-down-3 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-down-3,
    .px-xl-down-3 {
        padding-left: 1.5rem !important
    }

    .px-xl-down-3 {
        padding-right: 1.5rem !important
    }

    .py-xl-down-3 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .p-xl-down-4 {
        padding: 2rem !important
    }

    .pt-xl-down-4 {
        padding-top: 2rem !important
    }

    .pr-xl-down-4 {
        padding-right: 2rem !important
    }

    .pb-xl-down-4 {
        padding-bottom: 2rem !important
    }

    .pl-xl-down-4,
    .px-xl-down-4 {
        padding-left: 2rem !important
    }

    .px-xl-down-4 {
        padding-right: 2rem !important
    }

    .py-xl-down-4 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }

    .p-xl-down-5 {
        padding: 2.5rem !important
    }

    .pt-xl-down-5 {
        padding-top: 2.5rem !important
    }

    .pr-xl-down-5 {
        padding-right: 2.5rem !important
    }

    .pb-xl-down-5 {
        padding-bottom: 2.5rem !important
    }

    .pl-xl-down-5,
    .px-xl-down-5 {
        padding-left: 2.5rem !important
    }

    .px-xl-down-5 {
        padding-right: 2.5rem !important
    }

    .py-xl-down-5 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important
    }

    .p-xl-down-6 {
        padding: 3rem !important
    }

    .pt-xl-down-6 {
        padding-top: 3rem !important
    }

    .pr-xl-down-6 {
        padding-right: 3rem !important
    }

    .pb-xl-down-6 {
        padding-bottom: 3rem !important
    }

    .pl-xl-down-6,
    .px-xl-down-6 {
        padding-left: 3rem !important
    }

    .px-xl-down-6 {
        padding-right: 3rem !important
    }

    .py-xl-down-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .p-xl-down-7 {
        padding: 3.5rem !important
    }

    .pt-xl-down-7 {
        padding-top: 3.5rem !important
    }

    .pr-xl-down-7 {
        padding-right: 3.5rem !important
    }

    .pb-xl-down-7 {
        padding-bottom: 3.5rem !important
    }

    .pl-xl-down-7,
    .px-xl-down-7 {
        padding-left: 3.5rem !important
    }

    .px-xl-down-7 {
        padding-right: 3.5rem !important
    }

    .py-xl-down-7 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important
    }

    .p-xl-down-8 {
        padding: 4rem !important
    }

    .pt-xl-down-8 {
        padding-top: 4rem !important
    }

    .pr-xl-down-8 {
        padding-right: 4rem !important
    }

    .pb-xl-down-8 {
        padding-bottom: 4rem !important
    }

    .pl-xl-down-8,
    .px-xl-down-8 {
        padding-left: 4rem !important
    }

    .px-xl-down-8 {
        padding-right: 4rem !important
    }

    .py-xl-down-8 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .m-xl-down-auto {
        margin: auto !important
    }

    .mt-xl-down-auto {
        margin-top: auto !important
    }

    .mr-xl-down-auto {
        margin-right: auto !important
    }

    .mb-xl-down-auto {
        margin-bottom: auto !important
    }

    .ml-xl-down-auto,
    .mx-xl-down-auto {
        margin-left: auto !important
    }

    .mx-xl-down-auto {
        margin-right: auto !important
    }

    .my-xl-down-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

.max-w-10 {
    max-width: 10% !important
}

.min-w-10 {
    min-width: 10% !important
}

.max-w-15 {
    max-width: 15% !important
}

.min-w-15 {
    min-width: 15% !important
}

.max-w-20 {
    max-width: 20% !important
}

.min-w-20 {
    min-width: 20% !important
}

.max-w-25 {
    max-width: 25% !important
}

.min-w-25 {
    min-width: 25% !important
}

.max-w-30 {
    max-width: 30% !important
}

.min-w-30 {
    min-width: 30% !important
}

.max-w-35 {
    max-width: 35% !important
}

.min-w-35 {
    min-width: 35% !important
}

.max-w-40 {
    max-width: 40% !important
}

.min-w-40 {
    min-width: 40% !important
}

.max-w-45 {
    max-width: 45% !important
}

.min-w-45 {
    min-width: 45% !important
}

.max-w-50 {
    max-width: 50% !important
}

.min-w-50 {
    min-width: 50% !important
}

.max-w-55 {
    max-width: 55% !important
}

.min-w-55 {
    min-width: 55% !important
}

.max-w-60 {
    max-width: 60% !important
}

.min-w-60 {
    min-width: 60% !important
}

.max-w-65 {
    max-width: 65% !important
}

.min-w-65 {
    min-width: 65% !important
}

.max-w-70 {
    max-width: 70% !important
}

.min-w-70 {
    min-width: 70% !important
}

.max-w-75 {
    max-width: 75% !important
}

.min-w-75 {
    min-width: 75% !important
}

.max-w-80 {
    max-width: 80% !important
}

.min-w-80 {
    min-width: 80% !important
}

.max-w-85 {
    max-width: 85% !important
}

.min-w-85 {
    min-width: 85% !important
}

.max-w-90 {
    max-width: 90% !important
}

.min-w-90 {
    min-width: 90% !important
}

.max-w-95 {
    max-width: 95% !important
}

.min-w-95 {
    min-width: 95% !important
}

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

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

.max-w-100px {
    max-width: 100px !important
}

.min-w-100px {
    min-width: 100px !important
}

.max-w-200px {
    max-width: 200px !important
}

.min-w-200px {
    min-width: 200px !important
}

.max-w-300px {
    max-width: 300px !important
}

.min-w-300px {
    min-width: 300px !important
}

.max-w-400px {
    max-width: 400px !important
}

.min-w-400px {
    min-width: 400px !important
}

.max-w-500px {
    max-width: 500px !important
}

.min-w-500px {
    min-width: 500px !important
}

.max-w-600px {
    max-width: 600px !important
}

.min-w-600px {
    min-width: 600px !important
}

.max-w-700px {
    max-width: 700px !important
}

.min-w-700px {
    min-width: 700px !important
}

.max-w-800px {
    max-width: 800px !important
}

.min-w-800px {
    min-width: 800px !important
}

.max-w-900px {
    max-width: 900px !important
}

.min-w-900px {
    min-width: 900px !important
}

.max-w-1000px {
    max-width: 1000px !important
}

.min-w-1000px {
    min-width: 1000px !important
}

.max-w-1100px {
    max-width: 1100px !important
}

.min-w-1100px {
    min-width: 1100px !important
}

.max-w-1200px {
    max-width: 1200px !important
}

.min-w-1200px {
    min-width: 1200px !important
}

.max-w-sm {
    max-width: 540px !important
}

.min-w-sm {
    min-width: 540px !important
}

.max-w-md {
    max-width: 720px !important
}

.min-w-md {
    min-width: 720px !important
}

.max-w-lg {
    max-width: 960px !important
}

.min-w-lg {
    min-width: 960px !important
}

.max-w-xl {
    max-width: 1140px !important
}

.min-w-xl {
    min-width: 1140px !important
}

@media (min-width:576px) {
    .max-w-sm-up-10 {
        max-width: 10% !important
    }

    .min-w-sm-up-10 {
        min-width: 10% !important
    }

    .max-w-sm-up-15 {
        max-width: 15% !important
    }

    .min-w-sm-up-15 {
        min-width: 15% !important
    }

    .max-w-sm-up-20 {
        max-width: 20% !important
    }

    .min-w-sm-up-20 {
        min-width: 20% !important
    }

    .max-w-sm-up-25 {
        max-width: 25% !important
    }

    .min-w-sm-up-25 {
        min-width: 25% !important
    }

    .max-w-sm-up-30 {
        max-width: 30% !important
    }

    .min-w-sm-up-30 {
        min-width: 30% !important
    }

    .max-w-sm-up-35 {
        max-width: 35% !important
    }

    .min-w-sm-up-35 {
        min-width: 35% !important
    }

    .max-w-sm-up-40 {
        max-width: 40% !important
    }

    .min-w-sm-up-40 {
        min-width: 40% !important
    }

    .max-w-sm-up-45 {
        max-width: 45% !important
    }

    .min-w-sm-up-45 {
        min-width: 45% !important
    }

    .max-w-sm-up-50 {
        max-width: 50% !important
    }

    .min-w-sm-up-50 {
        min-width: 50% !important
    }

    .max-w-sm-up-55 {
        max-width: 55% !important
    }

    .min-w-sm-up-55 {
        min-width: 55% !important
    }

    .max-w-sm-up-60 {
        max-width: 60% !important
    }

    .min-w-sm-up-60 {
        min-width: 60% !important
    }

    .max-w-sm-up-65 {
        max-width: 65% !important
    }

    .min-w-sm-up-65 {
        min-width: 65% !important
    }

    .max-w-sm-up-70 {
        max-width: 70% !important
    }

    .min-w-sm-up-70 {
        min-width: 70% !important
    }

    .max-w-sm-up-75 {
        max-width: 75% !important
    }

    .min-w-sm-up-75 {
        min-width: 75% !important
    }

    .max-w-sm-up-80 {
        max-width: 80% !important
    }

    .min-w-sm-up-80 {
        min-width: 80% !important
    }

    .max-w-sm-up-85 {
        max-width: 85% !important
    }

    .min-w-sm-up-85 {
        min-width: 85% !important
    }

    .max-w-sm-up-90 {
        max-width: 90% !important
    }

    .min-w-sm-up-90 {
        min-width: 90% !important
    }

    .max-w-sm-up-95 {
        max-width: 95% !important
    }

    .min-w-sm-up-95 {
        min-width: 95% !important
    }

    .max-w-sm-up-100 {
        max-width: 100% !important
    }

    .min-w-sm-up-100 {
        min-width: 100% !important
    }

    .max-w-sm-up-100px {
        max-width: 100px !important
    }

    .min-w-sm-up-100px {
        min-width: 100px !important
    }

    .max-w-sm-up-200px {
        max-width: 200px !important
    }

    .min-w-sm-up-200px {
        min-width: 200px !important
    }

    .max-w-sm-up-300px {
        max-width: 300px !important
    }

    .min-w-sm-up-300px {
        min-width: 300px !important
    }

    .max-w-sm-up-400px {
        max-width: 400px !important
    }

    .min-w-sm-up-400px {
        min-width: 400px !important
    }

    .max-w-sm-up-500px {
        max-width: 500px !important
    }

    .min-w-sm-up-500px {
        min-width: 500px !important
    }

    .max-w-sm-up-600px {
        max-width: 600px !important
    }

    .min-w-sm-up-600px {
        min-width: 600px !important
    }

    .max-w-sm-up-700px {
        max-width: 700px !important
    }

    .min-w-sm-up-700px {
        min-width: 700px !important
    }

    .max-w-sm-up-800px {
        max-width: 800px !important
    }

    .min-w-sm-up-800px {
        min-width: 800px !important
    }

    .max-w-sm-up-900px {
        max-width: 900px !important
    }

    .min-w-sm-up-900px {
        min-width: 900px !important
    }

    .max-w-sm-up-1000px {
        max-width: 1000px !important
    }

    .min-w-sm-up-1000px {
        min-width: 1000px !important
    }

    .max-w-sm-up-1100px {
        max-width: 1100px !important
    }

    .min-w-sm-up-1100px {
        min-width: 1100px !important
    }

    .max-w-sm-up-1200px {
        max-width: 1200px !important
    }

    .min-w-sm-up-1200px {
        min-width: 1200px !important
    }

    .max-w-sm-up-sm {
        max-width: 540px !important
    }

    .min-w-sm-up-sm {
        min-width: 540px !important
    }

    .max-w-sm-up-md {
        max-width: 720px !important
    }

    .min-w-sm-up-md {
        min-width: 720px !important
    }

    .max-w-sm-up-lg {
        max-width: 960px !important
    }

    .min-w-sm-up-lg {
        min-width: 960px !important
    }

    .max-w-sm-up-xl {
        max-width: 1140px !important
    }

    .min-w-sm-up-xl {
        min-width: 1140px !important
    }
}

@media (max-width:575.98px) {
    .max-w-sm-down-10 {
        max-width: 10% !important
    }

    .min-w-sm-down-10 {
        min-width: 10% !important
    }

    .max-w-sm-down-15 {
        max-width: 15% !important
    }

    .min-w-sm-down-15 {
        min-width: 15% !important
    }

    .max-w-sm-down-20 {
        max-width: 20% !important
    }

    .min-w-sm-down-20 {
        min-width: 20% !important
    }

    .max-w-sm-down-25 {
        max-width: 25% !important
    }

    .min-w-sm-down-25 {
        min-width: 25% !important
    }

    .max-w-sm-down-30 {
        max-width: 30% !important
    }

    .min-w-sm-down-30 {
        min-width: 30% !important
    }

    .max-w-sm-down-35 {
        max-width: 35% !important
    }

    .min-w-sm-down-35 {
        min-width: 35% !important
    }

    .max-w-sm-down-40 {
        max-width: 40% !important
    }

    .min-w-sm-down-40 {
        min-width: 40% !important
    }

    .max-w-sm-down-45 {
        max-width: 45% !important
    }

    .min-w-sm-down-45 {
        min-width: 45% !important
    }

    .max-w-sm-down-50 {
        max-width: 50% !important
    }

    .min-w-sm-down-50 {
        min-width: 50% !important
    }

    .max-w-sm-down-55 {
        max-width: 55% !important
    }

    .min-w-sm-down-55 {
        min-width: 55% !important
    }

    .max-w-sm-down-60 {
        max-width: 60% !important
    }

    .min-w-sm-down-60 {
        min-width: 60% !important
    }

    .max-w-sm-down-65 {
        max-width: 65% !important
    }

    .min-w-sm-down-65 {
        min-width: 65% !important
    }

    .max-w-sm-down-70 {
        max-width: 70% !important
    }

    .min-w-sm-down-70 {
        min-width: 70% !important
    }

    .max-w-sm-down-75 {
        max-width: 75% !important
    }

    .min-w-sm-down-75 {
        min-width: 75% !important
    }

    .max-w-sm-down-80 {
        max-width: 80% !important
    }

    .min-w-sm-down-80 {
        min-width: 80% !important
    }

    .max-w-sm-down-85 {
        max-width: 85% !important
    }

    .min-w-sm-down-85 {
        min-width: 85% !important
    }

    .max-w-sm-down-90 {
        max-width: 90% !important
    }

    .min-w-sm-down-90 {
        min-width: 90% !important
    }

    .max-w-sm-down-95 {
        max-width: 95% !important
    }

    .min-w-sm-down-95 {
        min-width: 95% !important
    }

    .max-w-sm-down-100 {
        max-width: 100% !important
    }

    .min-w-sm-down-100 {
        min-width: 100% !important
    }

    .max-w-sm-down-100px {
        max-width: 100px !important
    }

    .min-w-sm-down-100px {
        min-width: 100px !important
    }

    .max-w-sm-down-200px {
        max-width: 200px !important
    }

    .min-w-sm-down-200px {
        min-width: 200px !important
    }

    .max-w-sm-down-300px {
        max-width: 300px !important
    }

    .min-w-sm-down-300px {
        min-width: 300px !important
    }

    .max-w-sm-down-400px {
        max-width: 400px !important
    }

    .min-w-sm-down-400px {
        min-width: 400px !important
    }

    .max-w-sm-down-500px {
        max-width: 500px !important
    }

    .min-w-sm-down-500px {
        min-width: 500px !important
    }

    .max-w-sm-down-600px {
        max-width: 600px !important
    }

    .min-w-sm-down-600px {
        min-width: 600px !important
    }

    .max-w-sm-down-700px {
        max-width: 700px !important
    }

    .min-w-sm-down-700px {
        min-width: 700px !important
    }

    .max-w-sm-down-800px {
        max-width: 800px !important
    }

    .min-w-sm-down-800px {
        min-width: 800px !important
    }

    .max-w-sm-down-900px {
        max-width: 900px !important
    }

    .min-w-sm-down-900px {
        min-width: 900px !important
    }

    .max-w-sm-down-1000px {
        max-width: 1000px !important
    }

    .min-w-sm-down-1000px {
        min-width: 1000px !important
    }

    .max-w-sm-down-1100px {
        max-width: 1100px !important
    }

    .min-w-sm-down-1100px {
        min-width: 1100px !important
    }

    .max-w-sm-down-1200px {
        max-width: 1200px !important
    }

    .min-w-sm-down-1200px {
        min-width: 1200px !important
    }

    .max-w-sm-down-sm {
        max-width: 540px !important
    }

    .min-w-sm-down-sm {
        min-width: 540px !important
    }

    .max-w-sm-down-md {
        max-width: 720px !important
    }

    .min-w-sm-down-md {
        min-width: 720px !important
    }

    .max-w-sm-down-lg {
        max-width: 960px !important
    }

    .min-w-sm-down-lg {
        min-width: 960px !important
    }

    .max-w-sm-down-xl {
        max-width: 1140px !important
    }

    .min-w-sm-down-xl {
        min-width: 1140px !important
    }
}

@media (min-width:768px) {
    .max-w-md-up-10 {
        max-width: 10% !important
    }

    .min-w-md-up-10 {
        min-width: 10% !important
    }

    .max-w-md-up-15 {
        max-width: 15% !important
    }

    .min-w-md-up-15 {
        min-width: 15% !important
    }

    .max-w-md-up-20 {
        max-width: 20% !important
    }

    .min-w-md-up-20 {
        min-width: 20% !important
    }

    .max-w-md-up-25 {
        max-width: 25% !important
    }

    .min-w-md-up-25 {
        min-width: 25% !important
    }

    .max-w-md-up-30 {
        max-width: 30% !important
    }

    .min-w-md-up-30 {
        min-width: 30% !important
    }

    .max-w-md-up-35 {
        max-width: 35% !important
    }

    .min-w-md-up-35 {
        min-width: 35% !important
    }

    .max-w-md-up-40 {
        max-width: 40% !important
    }

    .min-w-md-up-40 {
        min-width: 40% !important
    }

    .max-w-md-up-45 {
        max-width: 45% !important
    }

    .min-w-md-up-45 {
        min-width: 45% !important
    }

    .max-w-md-up-50 {
        max-width: 50% !important
    }

    .min-w-md-up-50 {
        min-width: 50% !important
    }

    .max-w-md-up-55 {
        max-width: 55% !important
    }

    .min-w-md-up-55 {
        min-width: 55% !important
    }

    .max-w-md-up-60 {
        max-width: 60% !important
    }

    .min-w-md-up-60 {
        min-width: 60% !important
    }

    .max-w-md-up-65 {
        max-width: 65% !important
    }

    .min-w-md-up-65 {
        min-width: 65% !important
    }

    .max-w-md-up-70 {
        max-width: 70% !important
    }

    .min-w-md-up-70 {
        min-width: 70% !important
    }

    .max-w-md-up-75 {
        max-width: 75% !important
    }

    .min-w-md-up-75 {
        min-width: 75% !important
    }

    .max-w-md-up-80 {
        max-width: 80% !important
    }

    .min-w-md-up-80 {
        min-width: 80% !important
    }

    .max-w-md-up-85 {
        max-width: 85% !important
    }

    .min-w-md-up-85 {
        min-width: 85% !important
    }

    .max-w-md-up-90 {
        max-width: 90% !important
    }

    .min-w-md-up-90 {
        min-width: 90% !important
    }

    .max-w-md-up-95 {
        max-width: 95% !important
    }

    .min-w-md-up-95 {
        min-width: 95% !important
    }

    .max-w-md-up-100 {
        max-width: 100% !important
    }

    .min-w-md-up-100 {
        min-width: 100% !important
    }

    .max-w-md-up-100px {
        max-width: 100px !important
    }

    .min-w-md-up-100px {
        min-width: 100px !important
    }

    .max-w-md-up-200px {
        max-width: 200px !important
    }

    .min-w-md-up-200px {
        min-width: 200px !important
    }

    .max-w-md-up-300px {
        max-width: 300px !important
    }

    .min-w-md-up-300px {
        min-width: 300px !important
    }

    .max-w-md-up-400px {
        max-width: 400px !important
    }

    .min-w-md-up-400px {
        min-width: 400px !important
    }

    .max-w-md-up-500px {
        max-width: 500px !important
    }

    .min-w-md-up-500px {
        min-width: 500px !important
    }

    .max-w-md-up-600px {
        max-width: 600px !important
    }

    .min-w-md-up-600px {
        min-width: 600px !important
    }

    .max-w-md-up-700px {
        max-width: 700px !important
    }

    .min-w-md-up-700px {
        min-width: 700px !important
    }

    .max-w-md-up-800px {
        max-width: 800px !important
    }

    .min-w-md-up-800px {
        min-width: 800px !important
    }

    .max-w-md-up-900px {
        max-width: 900px !important
    }

    .min-w-md-up-900px {
        min-width: 900px !important
    }

    .max-w-md-up-1000px {
        max-width: 1000px !important
    }

    .min-w-md-up-1000px {
        min-width: 1000px !important
    }

    .max-w-md-up-1100px {
        max-width: 1100px !important
    }

    .min-w-md-up-1100px {
        min-width: 1100px !important
    }

    .max-w-md-up-1200px {
        max-width: 1200px !important
    }

    .min-w-md-up-1200px {
        min-width: 1200px !important
    }

    .max-w-md-up-sm {
        max-width: 540px !important
    }

    .min-w-md-up-sm {
        min-width: 540px !important
    }

    .max-w-md-up-md {
        max-width: 720px !important
    }

    .min-w-md-up-md {
        min-width: 720px !important
    }

    .max-w-md-up-lg {
        max-width: 960px !important
    }

    .min-w-md-up-lg {
        min-width: 960px !important
    }

    .max-w-md-up-xl {
        max-width: 1140px !important
    }

    .min-w-md-up-xl {
        min-width: 1140px !important
    }
}

@media (max-width:767.98px) {
    .max-w-md-down-10 {
        max-width: 10% !important
    }

    .min-w-md-down-10 {
        min-width: 10% !important
    }

    .max-w-md-down-15 {
        max-width: 15% !important
    }

    .min-w-md-down-15 {
        min-width: 15% !important
    }

    .max-w-md-down-20 {
        max-width: 20% !important
    }

    .min-w-md-down-20 {
        min-width: 20% !important
    }

    .max-w-md-down-25 {
        max-width: 25% !important
    }

    .min-w-md-down-25 {
        min-width: 25% !important
    }

    .max-w-md-down-30 {
        max-width: 30% !important
    }

    .min-w-md-down-30 {
        min-width: 30% !important
    }

    .max-w-md-down-35 {
        max-width: 35% !important
    }

    .min-w-md-down-35 {
        min-width: 35% !important
    }

    .max-w-md-down-40 {
        max-width: 40% !important
    }

    .min-w-md-down-40 {
        min-width: 40% !important
    }

    .max-w-md-down-45 {
        max-width: 45% !important
    }

    .min-w-md-down-45 {
        min-width: 45% !important
    }

    .max-w-md-down-50 {
        max-width: 50% !important
    }

    .min-w-md-down-50 {
        min-width: 50% !important
    }

    .max-w-md-down-55 {
        max-width: 55% !important
    }

    .min-w-md-down-55 {
        min-width: 55% !important
    }

    .max-w-md-down-60 {
        max-width: 60% !important
    }

    .min-w-md-down-60 {
        min-width: 60% !important
    }

    .max-w-md-down-65 {
        max-width: 65% !important
    }

    .min-w-md-down-65 {
        min-width: 65% !important
    }

    .max-w-md-down-70 {
        max-width: 70% !important
    }

    .min-w-md-down-70 {
        min-width: 70% !important
    }

    .max-w-md-down-75 {
        max-width: 75% !important
    }

    .min-w-md-down-75 {
        min-width: 75% !important
    }

    .max-w-md-down-80 {
        max-width: 80% !important
    }

    .min-w-md-down-80 {
        min-width: 80% !important
    }

    .max-w-md-down-85 {
        max-width: 85% !important
    }

    .min-w-md-down-85 {
        min-width: 85% !important
    }

    .max-w-md-down-90 {
        max-width: 90% !important
    }

    .min-w-md-down-90 {
        min-width: 90% !important
    }

    .max-w-md-down-95 {
        max-width: 95% !important
    }

    .min-w-md-down-95 {
        min-width: 95% !important
    }

    .max-w-md-down-100 {
        max-width: 100% !important
    }

    .min-w-md-down-100 {
        min-width: 100% !important
    }

    .max-w-md-down-100px {
        max-width: 100px !important
    }

    .min-w-md-down-100px {
        min-width: 100px !important
    }

    .max-w-md-down-200px {
        max-width: 200px !important
    }

    .min-w-md-down-200px {
        min-width: 200px !important
    }

    .max-w-md-down-300px {
        max-width: 300px !important
    }

    .min-w-md-down-300px {
        min-width: 300px !important
    }

    .max-w-md-down-400px {
        max-width: 400px !important
    }

    .min-w-md-down-400px {
        min-width: 400px !important
    }

    .max-w-md-down-500px {
        max-width: 500px !important
    }

    .min-w-md-down-500px {
        min-width: 500px !important
    }

    .max-w-md-down-600px {
        max-width: 600px !important
    }

    .min-w-md-down-600px {
        min-width: 600px !important
    }

    .max-w-md-down-700px {
        max-width: 700px !important
    }

    .min-w-md-down-700px {
        min-width: 700px !important
    }

    .max-w-md-down-800px {
        max-width: 800px !important
    }

    .min-w-md-down-800px {
        min-width: 800px !important
    }

    .max-w-md-down-900px {
        max-width: 900px !important
    }

    .min-w-md-down-900px {
        min-width: 900px !important
    }

    .max-w-md-down-1000px {
        max-width: 1000px !important
    }

    .min-w-md-down-1000px {
        min-width: 1000px !important
    }

    .max-w-md-down-1100px {
        max-width: 1100px !important
    }

    .min-w-md-down-1100px {
        min-width: 1100px !important
    }

    .max-w-md-down-1200px {
        max-width: 1200px !important
    }

    .min-w-md-down-1200px {
        min-width: 1200px !important
    }

    .max-w-md-down-sm {
        max-width: 540px !important
    }

    .min-w-md-down-sm {
        min-width: 540px !important
    }

    .max-w-md-down-md {
        max-width: 720px !important
    }

    .min-w-md-down-md {
        min-width: 720px !important
    }

    .max-w-md-down-lg {
        max-width: 960px !important
    }

    .min-w-md-down-lg {
        min-width: 960px !important
    }

    .max-w-md-down-xl {
        max-width: 1140px !important
    }

    .min-w-md-down-xl {
        min-width: 1140px !important
    }
}

@media (min-width:992px) {
    .max-w-lg-up-10 {
        max-width: 10% !important
    }

    .min-w-lg-up-10 {
        min-width: 10% !important
    }

    .max-w-lg-up-15 {
        max-width: 15% !important
    }

    .min-w-lg-up-15 {
        min-width: 15% !important
    }

    .max-w-lg-up-20 {
        max-width: 20% !important
    }

    .min-w-lg-up-20 {
        min-width: 20% !important
    }

    .max-w-lg-up-25 {
        max-width: 25% !important
    }

    .min-w-lg-up-25 {
        min-width: 25% !important
    }

    .max-w-lg-up-30 {
        max-width: 30% !important
    }

    .min-w-lg-up-30 {
        min-width: 30% !important
    }

    .max-w-lg-up-35 {
        max-width: 35% !important
    }

    .min-w-lg-up-35 {
        min-width: 35% !important
    }

    .max-w-lg-up-40 {
        max-width: 40% !important
    }

    .min-w-lg-up-40 {
        min-width: 40% !important
    }

    .max-w-lg-up-45 {
        max-width: 45% !important
    }

    .min-w-lg-up-45 {
        min-width: 45% !important
    }

    .max-w-lg-up-50 {
        max-width: 50% !important
    }

    .min-w-lg-up-50 {
        min-width: 50% !important
    }

    .max-w-lg-up-55 {
        max-width: 55% !important
    }

    .min-w-lg-up-55 {
        min-width: 55% !important
    }

    .max-w-lg-up-60 {
        max-width: 60% !important
    }

    .min-w-lg-up-60 {
        min-width: 60% !important
    }

    .max-w-lg-up-65 {
        max-width: 65% !important
    }

    .min-w-lg-up-65 {
        min-width: 65% !important
    }

    .max-w-lg-up-70 {
        max-width: 70% !important
    }

    .min-w-lg-up-70 {
        min-width: 70% !important
    }

    .max-w-lg-up-75 {
        max-width: 75% !important
    }

    .min-w-lg-up-75 {
        min-width: 75% !important
    }

    .max-w-lg-up-80 {
        max-width: 80% !important
    }

    .min-w-lg-up-80 {
        min-width: 80% !important
    }

    .max-w-lg-up-85 {
        max-width: 85% !important
    }

    .min-w-lg-up-85 {
        min-width: 85% !important
    }

    .max-w-lg-up-90 {
        max-width: 90% !important
    }

    .min-w-lg-up-90 {
        min-width: 90% !important
    }

    .max-w-lg-up-95 {
        max-width: 95% !important
    }

    .min-w-lg-up-95 {
        min-width: 95% !important
    }

    .max-w-lg-up-100 {
        max-width: 100% !important
    }

    .min-w-lg-up-100 {
        min-width: 100% !important
    }

    .max-w-lg-up-100px {
        max-width: 100px !important
    }

    .min-w-lg-up-100px {
        min-width: 100px !important
    }

    .max-w-lg-up-200px {
        max-width: 200px !important
    }

    .min-w-lg-up-200px {
        min-width: 200px !important
    }

    .max-w-lg-up-300px {
        max-width: 300px !important
    }

    .min-w-lg-up-300px {
        min-width: 300px !important
    }

    .max-w-lg-up-400px {
        max-width: 400px !important
    }

    .min-w-lg-up-400px {
        min-width: 400px !important
    }

    .max-w-lg-up-500px {
        max-width: 500px !important
    }

    .min-w-lg-up-500px {
        min-width: 500px !important
    }

    .max-w-lg-up-600px {
        max-width: 600px !important
    }

    .min-w-lg-up-600px {
        min-width: 600px !important
    }

    .max-w-lg-up-700px {
        max-width: 700px !important
    }

    .min-w-lg-up-700px {
        min-width: 700px !important
    }

    .max-w-lg-up-800px {
        max-width: 800px !important
    }

    .min-w-lg-up-800px {
        min-width: 800px !important
    }

    .max-w-lg-up-900px {
        max-width: 900px !important
    }

    .min-w-lg-up-900px {
        min-width: 900px !important
    }

    .max-w-lg-up-1000px {
        max-width: 1000px !important
    }

    .min-w-lg-up-1000px {
        min-width: 1000px !important
    }

    .max-w-lg-up-1100px {
        max-width: 1100px !important
    }

    .min-w-lg-up-1100px {
        min-width: 1100px !important
    }

    .max-w-lg-up-1200px {
        max-width: 1200px !important
    }

    .min-w-lg-up-1200px {
        min-width: 1200px !important
    }

    .max-w-lg-up-sm {
        max-width: 540px !important
    }

    .min-w-lg-up-sm {
        min-width: 540px !important
    }

    .max-w-lg-up-md {
        max-width: 720px !important
    }

    .min-w-lg-up-md {
        min-width: 720px !important
    }

    .max-w-lg-up-lg {
        max-width: 960px !important
    }

    .min-w-lg-up-lg {
        min-width: 960px !important
    }

    .max-w-lg-up-xl {
        max-width: 1140px !important
    }

    .min-w-lg-up-xl {
        min-width: 1140px !important
    }
}

@media (max-width:991.98px) {
    .max-w-lg-down-10 {
        max-width: 10% !important
    }

    .min-w-lg-down-10 {
        min-width: 10% !important
    }

    .max-w-lg-down-15 {
        max-width: 15% !important
    }

    .min-w-lg-down-15 {
        min-width: 15% !important
    }

    .max-w-lg-down-20 {
        max-width: 20% !important
    }

    .min-w-lg-down-20 {
        min-width: 20% !important
    }

    .max-w-lg-down-25 {
        max-width: 25% !important
    }

    .min-w-lg-down-25 {
        min-width: 25% !important
    }

    .max-w-lg-down-30 {
        max-width: 30% !important
    }

    .min-w-lg-down-30 {
        min-width: 30% !important
    }

    .max-w-lg-down-35 {
        max-width: 35% !important
    }

    .min-w-lg-down-35 {
        min-width: 35% !important
    }

    .max-w-lg-down-40 {
        max-width: 40% !important
    }

    .min-w-lg-down-40 {
        min-width: 40% !important
    }

    .max-w-lg-down-45 {
        max-width: 45% !important
    }

    .min-w-lg-down-45 {
        min-width: 45% !important
    }

    .max-w-lg-down-50 {
        max-width: 50% !important
    }

    .min-w-lg-down-50 {
        min-width: 50% !important
    }

    .max-w-lg-down-55 {
        max-width: 55% !important
    }

    .min-w-lg-down-55 {
        min-width: 55% !important
    }

    .max-w-lg-down-60 {
        max-width: 60% !important
    }

    .min-w-lg-down-60 {
        min-width: 60% !important
    }

    .max-w-lg-down-65 {
        max-width: 65% !important
    }

    .min-w-lg-down-65 {
        min-width: 65% !important
    }

    .max-w-lg-down-70 {
        max-width: 70% !important
    }

    .min-w-lg-down-70 {
        min-width: 70% !important
    }

    .max-w-lg-down-75 {
        max-width: 75% !important
    }

    .min-w-lg-down-75 {
        min-width: 75% !important
    }

    .max-w-lg-down-80 {
        max-width: 80% !important
    }

    .min-w-lg-down-80 {
        min-width: 80% !important
    }

    .max-w-lg-down-85 {
        max-width: 85% !important
    }

    .min-w-lg-down-85 {
        min-width: 85% !important
    }

    .max-w-lg-down-90 {
        max-width: 90% !important
    }

    .min-w-lg-down-90 {
        min-width: 90% !important
    }

    .max-w-lg-down-95 {
        max-width: 95% !important
    }

    .min-w-lg-down-95 {
        min-width: 95% !important
    }

    .max-w-lg-down-100 {
        max-width: 100% !important
    }

    .min-w-lg-down-100 {
        min-width: 100% !important
    }

    .max-w-lg-down-100px {
        max-width: 100px !important
    }

    .min-w-lg-down-100px {
        min-width: 100px !important
    }

    .max-w-lg-down-200px {
        max-width: 200px !important
    }

    .min-w-lg-down-200px {
        min-width: 200px !important
    }

    .max-w-lg-down-300px {
        max-width: 300px !important
    }

    .min-w-lg-down-300px {
        min-width: 300px !important
    }

    .max-w-lg-down-400px {
        max-width: 400px !important
    }

    .min-w-lg-down-400px {
        min-width: 400px !important
    }

    .max-w-lg-down-500px {
        max-width: 500px !important
    }

    .min-w-lg-down-500px {
        min-width: 500px !important
    }

    .max-w-lg-down-600px {
        max-width: 600px !important
    }

    .min-w-lg-down-600px {
        min-width: 600px !important
    }

    .max-w-lg-down-700px {
        max-width: 700px !important
    }

    .min-w-lg-down-700px {
        min-width: 700px !important
    }

    .max-w-lg-down-800px {
        max-width: 800px !important
    }

    .min-w-lg-down-800px {
        min-width: 800px !important
    }

    .max-w-lg-down-900px {
        max-width: 900px !important
    }

    .min-w-lg-down-900px {
        min-width: 900px !important
    }

    .max-w-lg-down-1000px {
        max-width: 1000px !important
    }

    .min-w-lg-down-1000px {
        min-width: 1000px !important
    }

    .max-w-lg-down-1100px {
        max-width: 1100px !important
    }

    .min-w-lg-down-1100px {
        min-width: 1100px !important
    }

    .max-w-lg-down-1200px {
        max-width: 1200px !important
    }

    .min-w-lg-down-1200px {
        min-width: 1200px !important
    }

    .max-w-lg-down-sm {
        max-width: 540px !important
    }

    .min-w-lg-down-sm {
        min-width: 540px !important
    }

    .max-w-lg-down-md {
        max-width: 720px !important
    }

    .min-w-lg-down-md {
        min-width: 720px !important
    }

    .max-w-lg-down-lg {
        max-width: 960px !important
    }

    .min-w-lg-down-lg {
        min-width: 960px !important
    }

    .max-w-lg-down-xl {
        max-width: 1140px !important
    }

    .min-w-lg-down-xl {
        min-width: 1140px !important
    }
}

@media (min-width:1200px) {
    .max-w-xl-up-10 {
        max-width: 10% !important
    }

    .min-w-xl-up-10 {
        min-width: 10% !important
    }

    .max-w-xl-up-15 {
        max-width: 15% !important
    }

    .min-w-xl-up-15 {
        min-width: 15% !important
    }

    .max-w-xl-up-20 {
        max-width: 20% !important
    }

    .min-w-xl-up-20 {
        min-width: 20% !important
    }

    .max-w-xl-up-25 {
        max-width: 25% !important
    }

    .min-w-xl-up-25 {
        min-width: 25% !important
    }

    .max-w-xl-up-30 {
        max-width: 30% !important
    }

    .min-w-xl-up-30 {
        min-width: 30% !important
    }

    .max-w-xl-up-35 {
        max-width: 35% !important
    }

    .min-w-xl-up-35 {
        min-width: 35% !important
    }

    .max-w-xl-up-40 {
        max-width: 40% !important
    }

    .min-w-xl-up-40 {
        min-width: 40% !important
    }

    .max-w-xl-up-45 {
        max-width: 45% !important
    }

    .min-w-xl-up-45 {
        min-width: 45% !important
    }

    .max-w-xl-up-50 {
        max-width: 50% !important
    }

    .min-w-xl-up-50 {
        min-width: 50% !important
    }

    .max-w-xl-up-55 {
        max-width: 55% !important
    }

    .min-w-xl-up-55 {
        min-width: 55% !important
    }

    .max-w-xl-up-60 {
        max-width: 60% !important
    }

    .min-w-xl-up-60 {
        min-width: 60% !important
    }

    .max-w-xl-up-65 {
        max-width: 65% !important
    }

    .min-w-xl-up-65 {
        min-width: 65% !important
    }

    .max-w-xl-up-70 {
        max-width: 70% !important
    }

    .min-w-xl-up-70 {
        min-width: 70% !important
    }

    .max-w-xl-up-75 {
        max-width: 75% !important
    }

    .min-w-xl-up-75 {
        min-width: 75% !important
    }

    .max-w-xl-up-80 {
        max-width: 80% !important
    }

    .min-w-xl-up-80 {
        min-width: 80% !important
    }

    .max-w-xl-up-85 {
        max-width: 85% !important
    }

    .min-w-xl-up-85 {
        min-width: 85% !important
    }

    .max-w-xl-up-90 {
        max-width: 90% !important
    }

    .min-w-xl-up-90 {
        min-width: 90% !important
    }

    .max-w-xl-up-95 {
        max-width: 95% !important
    }

    .min-w-xl-up-95 {
        min-width: 95% !important
    }

    .max-w-xl-up-100 {
        max-width: 100% !important
    }

    .min-w-xl-up-100 {
        min-width: 100% !important
    }

    .max-w-xl-up-100px {
        max-width: 100px !important
    }

    .min-w-xl-up-100px {
        min-width: 100px !important
    }

    .max-w-xl-up-200px {
        max-width: 200px !important
    }

    .min-w-xl-up-200px {
        min-width: 200px !important
    }

    .max-w-xl-up-300px {
        max-width: 300px !important
    }

    .min-w-xl-up-300px {
        min-width: 300px !important
    }

    .max-w-xl-up-400px {
        max-width: 400px !important
    }

    .min-w-xl-up-400px {
        min-width: 400px !important
    }

    .max-w-xl-up-500px {
        max-width: 500px !important
    }

    .min-w-xl-up-500px {
        min-width: 500px !important
    }

    .max-w-xl-up-600px {
        max-width: 600px !important
    }

    .min-w-xl-up-600px {
        min-width: 600px !important
    }

    .max-w-xl-up-700px {
        max-width: 700px !important
    }

    .min-w-xl-up-700px {
        min-width: 700px !important
    }

    .max-w-xl-up-800px {
        max-width: 800px !important
    }

    .min-w-xl-up-800px {
        min-width: 800px !important
    }

    .max-w-xl-up-900px {
        max-width: 900px !important
    }

    .min-w-xl-up-900px {
        min-width: 900px !important
    }

    .max-w-xl-up-1000px {
        max-width: 1000px !important
    }

    .min-w-xl-up-1000px {
        min-width: 1000px !important
    }

    .max-w-xl-up-1100px {
        max-width: 1100px !important
    }

    .min-w-xl-up-1100px {
        min-width: 1100px !important
    }

    .max-w-xl-up-1200px {
        max-width: 1200px !important
    }

    .min-w-xl-up-1200px {
        min-width: 1200px !important
    }

    .max-w-xl-up-sm {
        max-width: 540px !important
    }

    .min-w-xl-up-sm {
        min-width: 540px !important
    }

    .max-w-xl-up-md {
        max-width: 720px !important
    }

    .min-w-xl-up-md {
        min-width: 720px !important
    }

    .max-w-xl-up-lg {
        max-width: 960px !important
    }

    .min-w-xl-up-lg {
        min-width: 960px !important
    }

    .max-w-xl-up-xl {
        max-width: 1140px !important
    }

    .min-w-xl-up-xl {
        min-width: 1140px !important
    }
}

@media (max-width:1199.98px) {
    .max-w-xl-down-10 {
        max-width: 10% !important
    }

    .min-w-xl-down-10 {
        min-width: 10% !important
    }

    .max-w-xl-down-15 {
        max-width: 15% !important
    }

    .min-w-xl-down-15 {
        min-width: 15% !important
    }

    .max-w-xl-down-20 {
        max-width: 20% !important
    }

    .min-w-xl-down-20 {
        min-width: 20% !important
    }

    .max-w-xl-down-25 {
        max-width: 25% !important
    }

    .min-w-xl-down-25 {
        min-width: 25% !important
    }

    .max-w-xl-down-30 {
        max-width: 30% !important
    }

    .min-w-xl-down-30 {
        min-width: 30% !important
    }

    .max-w-xl-down-35 {
        max-width: 35% !important
    }

    .min-w-xl-down-35 {
        min-width: 35% !important
    }

    .max-w-xl-down-40 {
        max-width: 40% !important
    }

    .min-w-xl-down-40 {
        min-width: 40% !important
    }

    .max-w-xl-down-45 {
        max-width: 45% !important
    }

    .min-w-xl-down-45 {
        min-width: 45% !important
    }

    .max-w-xl-down-50 {
        max-width: 50% !important
    }

    .min-w-xl-down-50 {
        min-width: 50% !important
    }

    .max-w-xl-down-55 {
        max-width: 55% !important
    }

    .min-w-xl-down-55 {
        min-width: 55% !important
    }

    .max-w-xl-down-60 {
        max-width: 60% !important
    }

    .min-w-xl-down-60 {
        min-width: 60% !important
    }

    .max-w-xl-down-65 {
        max-width: 65% !important
    }

    .min-w-xl-down-65 {
        min-width: 65% !important
    }

    .max-w-xl-down-70 {
        max-width: 70% !important
    }

    .min-w-xl-down-70 {
        min-width: 70% !important
    }

    .max-w-xl-down-75 {
        max-width: 75% !important
    }

    .min-w-xl-down-75 {
        min-width: 75% !important
    }

    .max-w-xl-down-80 {
        max-width: 80% !important
    }

    .min-w-xl-down-80 {
        min-width: 80% !important
    }

    .max-w-xl-down-85 {
        max-width: 85% !important
    }

    .min-w-xl-down-85 {
        min-width: 85% !important
    }

    .max-w-xl-down-90 {
        max-width: 90% !important
    }

    .min-w-xl-down-90 {
        min-width: 90% !important
    }

    .max-w-xl-down-95 {
        max-width: 95% !important
    }

    .min-w-xl-down-95 {
        min-width: 95% !important
    }

    .max-w-xl-down-100 {
        max-width: 100% !important
    }

    .min-w-xl-down-100 {
        min-width: 100% !important
    }

    .max-w-xl-down-100px {
        max-width: 100px !important
    }

    .min-w-xl-down-100px {
        min-width: 100px !important
    }

    .max-w-xl-down-200px {
        max-width: 200px !important
    }

    .min-w-xl-down-200px {
        min-width: 200px !important
    }

    .max-w-xl-down-300px {
        max-width: 300px !important
    }

    .min-w-xl-down-300px {
        min-width: 300px !important
    }

    .max-w-xl-down-400px {
        max-width: 400px !important
    }

    .min-w-xl-down-400px {
        min-width: 400px !important
    }

    .max-w-xl-down-500px {
        max-width: 500px !important
    }

    .min-w-xl-down-500px {
        min-width: 500px !important
    }

    .max-w-xl-down-600px {
        max-width: 600px !important
    }

    .min-w-xl-down-600px {
        min-width: 600px !important
    }

    .max-w-xl-down-700px {
        max-width: 700px !important
    }

    .min-w-xl-down-700px {
        min-width: 700px !important
    }

    .max-w-xl-down-800px {
        max-width: 800px !important
    }

    .min-w-xl-down-800px {
        min-width: 800px !important
    }

    .max-w-xl-down-900px {
        max-width: 900px !important
    }

    .min-w-xl-down-900px {
        min-width: 900px !important
    }

    .max-w-xl-down-1000px {
        max-width: 1000px !important
    }

    .min-w-xl-down-1000px {
        min-width: 1000px !important
    }

    .max-w-xl-down-1100px {
        max-width: 1100px !important
    }

    .min-w-xl-down-1100px {
        min-width: 1100px !important
    }

    .max-w-xl-down-1200px {
        max-width: 1200px !important
    }

    .min-w-xl-down-1200px {
        min-width: 1200px !important
    }

    .max-w-xl-down-sm {
        max-width: 540px !important
    }

    .min-w-xl-down-sm {
        min-width: 540px !important
    }

    .max-w-xl-down-md {
        max-width: 720px !important
    }

    .min-w-xl-down-md {
        min-width: 720px !important
    }

    .max-w-xl-down-lg {
        max-width: 960px !important
    }

    .min-w-xl-down-lg {
        min-width: 960px !important
    }

    .max-w-xl-down-xl {
        max-width: 1140px !important
    }

    .min-w-xl-down-xl {
        min-width: 1140px !important
    }
}

.display-table {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: top
}

.display-table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.display-inline-block {
    display: inline-block;
    padding: 0 60px 20px
}

#event-sponsors .display-table {
    line-height: 65px
}

a.display-block {
    display: block
}

.img-responsive {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto
}

.image-default-grayscale {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    opacity: .75;
    transition: all .3s ease-in-out
}

.image-default-grayscale:hover {
    opacity: 1;
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none
}

.img-border-logo {
    display: inline-block;
    vertical-align: middle;
    max-width: 86px;
    height: auto
}

.border-rows .border-row {
    border-bottom: 1px solid #979797
}

.border-rows .border-row:last-child {
    border-bottom: 0
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-relative {
    position: relative !important
}

.position-static {
    position: static !important
}

.position-top {
    top: 0 !important
}

.position-right {
    right: 0 !important
}

.position-bottom {
    bottom: 0 !important
}

.position-left {
    left: 0 !important
}

@media (min-width:576px) {
    .position-sm-up-absolute {
        position: absolute !important
    }

    .position-sm-up-fixed {
        position: fixed !important
    }

    .position-sm-up-relative {
        position: relative !important
    }

    .position-sm-up-static {
        position: static !important
    }

    .position-sm-up-top {
        top: 0 !important
    }

    .position-sm-up-right {
        right: 0 !important
    }

    .position-sm-up-bottom {
        bottom: 0 !important
    }

    .position-sm-up-left {
        left: 0 !important
    }
}

@media (max-width:575.98px) {
    .position-sm-down-absolute {
        position: absolute !important
    }

    .position-sm-down-fixed {
        position: fixed !important
    }

    .position-sm-down-relative {
        position: relative !important
    }

    .position-sm-down-static {
        position: static !important
    }

    .position-sm-down-top {
        top: 0 !important
    }

    .position-sm-down-right {
        right: 0 !important
    }

    .position-sm-down-bottom {
        bottom: 0 !important
    }

    .position-sm-down-left {
        left: 0 !important
    }
}

@media (min-width:768px) {
    .position-md-up-absolute {
        position: absolute !important
    }

    .position-md-up-fixed {
        position: fixed !important
    }

    .position-md-up-relative {
        position: relative !important
    }

    .position-md-up-static {
        position: static !important
    }

    .position-md-up-top {
        top: 0 !important
    }

    .position-md-up-right {
        right: 0 !important
    }

    .position-md-up-bottom {
        bottom: 0 !important
    }

    .position-md-up-left {
        left: 0 !important
    }
}

@media (max-width:767.98px) {
    .position-md-down-absolute {
        position: absolute !important
    }

    .position-md-down-fixed {
        position: fixed !important
    }

    .position-md-down-relative {
        position: relative !important
    }

    .position-md-down-static {
        position: static !important
    }

    .position-md-down-top {
        top: 0 !important
    }

    .position-md-down-right {
        right: 0 !important
    }

    .position-md-down-bottom {
        bottom: 0 !important
    }

    .position-md-down-left {
        left: 0 !important
    }
}

@media (min-width:992px) {
    .position-lg-up-absolute {
        position: absolute !important
    }

    .position-lg-up-fixed {
        position: fixed !important
    }

    .position-lg-up-relative {
        position: relative !important
    }

    .position-lg-up-static {
        position: static !important
    }

    .position-lg-up-top {
        top: 0 !important
    }

    .position-lg-up-right {
        right: 0 !important
    }

    .position-lg-up-bottom {
        bottom: 0 !important
    }

    .position-lg-up-left {
        left: 0 !important
    }
}

@media (max-width:991.98px) {
    .position-lg-down-absolute {
        position: absolute !important
    }

    .position-lg-down-fixed {
        position: fixed !important
    }

    .position-lg-down-relative {
        position: relative !important
    }

    .position-lg-down-static {
        position: static !important
    }

    .position-lg-down-top {
        top: 0 !important
    }

    .position-lg-down-right {
        right: 0 !important
    }

    .position-lg-down-bottom {
        bottom: 0 !important
    }

    .position-lg-down-left {
        left: 0 !important
    }
}

@media (min-width:1200px) {
    .position-xl-up-absolute {
        position: absolute !important
    }

    .position-xl-up-fixed {
        position: fixed !important
    }

    .position-xl-up-relative {
        position: relative !important
    }

    .position-xl-up-static {
        position: static !important
    }

    .position-xl-up-top {
        top: 0 !important
    }

    .position-xl-up-right {
        right: 0 !important
    }

    .position-xl-up-bottom {
        bottom: 0 !important
    }

    .position-xl-up-left {
        left: 0 !important
    }
}

@media (max-width:1199.98px) {
    .position-xl-down-absolute {
        position: absolute !important
    }

    .position-xl-down-fixed {
        position: fixed !important
    }

    .position-xl-down-relative {
        position: relative !important
    }

    .position-xl-down-static {
        position: static !important
    }

    .position-xl-down-top {
        top: 0 !important
    }

    .position-xl-down-right {
        right: 0 !important
    }

    .position-xl-down-bottom {
        bottom: 0 !important
    }

    .position-xl-down-left {
        left: 0 !important
    }
}

.z--1 {
    z-index: -1 !important
}

.z-0 {
    z-index: 0 !important
}

.z-1 {
    z-index: 1 !important
}

.z-2 {
    z-index: 2 !important
}

.z-3 {
    z-index: 3 !important
}

.o-hidden {
    overflow-x: hidden !important
}

.o-hidden,
.o-y-hidden {
    overflow-y: hidden !important
}

.o-y-visible {
    overflow-y: visible !important
}

.text-1 {
    font-size: .75rem !important
}

.text-2 {
    font-size: .875rem !important
}

.text-3 {
    font-size: 1rem !important
}

.text-4 {
    font-size: 1.25rem !important
}

.text-5 {
    font-size: 1.5rem !important
}

.text-blue {
    color: #00b5e6 !important
}

.text-indigo {
    color: #6610f2 !important
}

.text-purple {
    color: #6f42c1 !important
}

.text-pink {
    color: #e83e8c !important
}

.text-red {
    color: #dc3545 !important
}

.text-orange {
    color: #f39c12 !important
}

.text-yellow {
    color: #ffc107 !important
}

.text-green {
    color: #28a745 !important
}

.text-teal {
    color: #20c997 !important
}

.text-cyan {
    color: #17a2b8 !important
}

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

.text-gray {
    color: #363f49 !important
}

.text-gray-dark {
    color: #2b333b !important
}

.text-d-blue {
    color: #1666a9 !important
}

.text-dd-blue {
    color: #363f49 !important
}

.text-beige {
    color: #edeae2 !important
}

.text-beige-light {
    color: #f3f2f1 !important
}

.text-gray-lighter {
    color: #708297 !important
}

.text-gray-light {
    color: #556474 !important
}

.text-gray-darker {
    color: #232629 !important
}

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

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

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

.line-height-1 {
    line-height: 1.3 !important
}

.line-height-2 {
    line-height: 1.5 !important
}

.line-height-3 {
    line-height: 1.7 !important
}

.line-height-4 {
    line-height: 1.9 !important
}

.line-height-5 {
    line-height: 2.1 !important
}

.font-weight-100 {
    font-weight: 100 !important
}

.font-weight-200 {
    font-weight: 200 !important
}

.font-weight-300 {
    font-weight: 300 !important
}

.font-weight-400 {
    font-weight: 400 !important
}

.font-weight-500 {
    font-weight: 500 !important
}

.font-weight-600 {
    font-weight: 600 !important
}

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

.font-weight-800 {
    font-weight: 800 !important
}

.font-weight-900 {
    font-weight: 900 !important
}

@media (max-width:575.98px) {
    .text-sm-down-1 {
        font-size: .75rem !important
    }

    .text-sm-down-2 {
        font-size: .875rem !important
    }

    .text-sm-down-3 {
        font-size: 1rem !important
    }

    .text-sm-down-4 {
        font-size: 1.25rem !important
    }

    .text-sm-down-5 {
        font-size: 1.5rem !important
    }

    .text-sm-down-blue {
        color: #00b5e6 !important
    }

    .text-sm-down-indigo {
        color: #6610f2 !important
    }

    .text-sm-down-purple {
        color: #6f42c1 !important
    }

    .text-sm-down-pink {
        color: #e83e8c !important
    }

    .text-sm-down-red {
        color: #dc3545 !important
    }

    .text-sm-down-orange {
        color: #f39c12 !important
    }

    .text-sm-down-yellow {
        color: #ffc107 !important
    }

    .text-sm-down-green {
        color: #28a745 !important
    }

    .text-sm-down-teal {
        color: #20c997 !important
    }

    .text-sm-down-cyan {
        color: #17a2b8 !important
    }

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

    .text-sm-down-gray {
        color: #363f49 !important
    }

    .text-sm-down-gray-dark {
        color: #2b333b !important
    }

    .text-sm-down-d-blue {
        color: #1666a9 !important
    }

    .text-sm-down-dd-blue {
        color: #363f49 !important
    }

    .text-sm-down-beige {
        color: #edeae2 !important
    }

    .text-sm-down-beige-light {
        color: #f3f2f1 !important
    }

    .text-sm-down-gray-lighter {
        color: #708297 !important
    }

    .text-sm-down-gray-light {
        color: #556474 !important
    }

    .text-sm-down-gray-darker {
        color: #232629 !important
    }

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

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

    .text-sm-down-right {
        text-align: right !important
    }

    .line-height-sm-down-1 {
        line-height: 1.3 !important
    }

    .line-height-sm-down-2 {
        line-height: 1.5 !important
    }

    .line-height-sm-down-3 {
        line-height: 1.7 !important
    }

    .line-height-sm-down-4 {
        line-height: 1.9 !important
    }

    .line-height-sm-down-5 {
        line-height: 2.1 !important
    }

    .font-weight-sm-down-100 {
        font-weight: 100 !important
    }

    .font-weight-sm-down-200 {
        font-weight: 200 !important
    }

    .font-weight-sm-down-300 {
        font-weight: 300 !important
    }

    .font-weight-sm-down-400 {
        font-weight: 400 !important
    }

    .font-weight-sm-down-500 {
        font-weight: 500 !important
    }

    .font-weight-sm-down-600 {
        font-weight: 600 !important
    }

    .font-weight-sm-down-700 {
        font-weight: 700 !important
    }

    .font-weight-sm-down-800 {
        font-weight: 800 !important
    }

    .font-weight-sm-down-900 {
        font-weight: 900 !important
    }
}

@media (min-width:576px) {
    .text-sm-up-1 {
        font-size: .75rem !important
    }

    .text-sm-up-2 {
        font-size: .875rem !important
    }

    .text-sm-up-3 {
        font-size: 1rem !important
    }

    .text-sm-up-4 {
        font-size: 1.25rem !important
    }

    .text-sm-up-5 {
        font-size: 1.5rem !important
    }

    .text-sm-up-blue {
        color: #00b5e6 !important
    }

    .text-sm-up-indigo {
        color: #6610f2 !important
    }

    .text-sm-up-purple {
        color: #6f42c1 !important
    }

    .text-sm-up-pink {
        color: #e83e8c !important
    }

    .text-sm-up-red {
        color: #dc3545 !important
    }

    .text-sm-up-orange {
        color: #f39c12 !important
    }

    .text-sm-up-yellow {
        color: #ffc107 !important
    }

    .text-sm-up-green {
        color: #28a745 !important
    }

    .text-sm-up-teal {
        color: #20c997 !important
    }

    .text-sm-up-cyan {
        color: #17a2b8 !important
    }

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

    .text-sm-up-gray {
        color: #363f49 !important
    }

    .text-sm-up-gray-dark {
        color: #2b333b !important
    }

    .text-sm-up-d-blue {
        color: #1666a9 !important
    }

    .text-sm-up-dd-blue {
        color: #363f49 !important
    }

    .text-sm-up-beige {
        color: #edeae2 !important
    }

    .text-sm-up-beige-light {
        color: #f3f2f1 !important
    }

    .text-sm-up-gray-lighter {
        color: #708297 !important
    }

    .text-sm-up-gray-light {
        color: #556474 !important
    }

    .text-sm-up-gray-darker {
        color: #232629 !important
    }

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

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

    .text-sm-up-right {
        text-align: right !important
    }

    .line-height-sm-up-1 {
        line-height: 1.3 !important
    }

    .line-height-sm-up-2 {
        line-height: 1.5 !important
    }

    .line-height-sm-up-3 {
        line-height: 1.7 !important
    }

    .line-height-sm-up-4 {
        line-height: 1.9 !important
    }

    .line-height-sm-up-5 {
        line-height: 2.1 !important
    }

    .font-weight-sm-up-100 {
        font-weight: 100 !important
    }

    .font-weight-sm-up-200 {
        font-weight: 200 !important
    }

    .font-weight-sm-up-300 {
        font-weight: 300 !important
    }

    .font-weight-sm-up-400 {
        font-weight: 400 !important
    }

    .font-weight-sm-up-500 {
        font-weight: 500 !important
    }

    .font-weight-sm-up-600 {
        font-weight: 600 !important
    }

    .font-weight-sm-up-700 {
        font-weight: 700 !important
    }

    .font-weight-sm-up-800 {
        font-weight: 800 !important
    }

    .font-weight-sm-up-900 {
        font-weight: 900 !important
    }
}

@media (max-width:767.98px) {
    .text-md-down-1 {
        font-size: .75rem !important
    }

    .text-md-down-2 {
        font-size: .875rem !important
    }

    .text-md-down-3 {
        font-size: 1rem !important
    }

    .text-md-down-4 {
        font-size: 1.25rem !important
    }

    .text-md-down-5 {
        font-size: 1.5rem !important
    }

    .text-md-down-blue {
        color: #00b5e6 !important
    }

    .text-md-down-indigo {
        color: #6610f2 !important
    }

    .text-md-down-purple {
        color: #6f42c1 !important
    }

    .text-md-down-pink {
        color: #e83e8c !important
    }

    .text-md-down-red {
        color: #dc3545 !important
    }

    .text-md-down-orange {
        color: #f39c12 !important
    }

    .text-md-down-yellow {
        color: #ffc107 !important
    }

    .text-md-down-green {
        color: #28a745 !important
    }

    .text-md-down-teal {
        color: #20c997 !important
    }

    .text-md-down-cyan {
        color: #17a2b8 !important
    }

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

    .text-md-down-gray {
        color: #363f49 !important
    }

    .text-md-down-gray-dark {
        color: #2b333b !important
    }

    .text-md-down-d-blue {
        color: #1666a9 !important
    }

    .text-md-down-dd-blue {
        color: #363f49 !important
    }

    .text-md-down-beige {
        color: #edeae2 !important
    }

    .text-md-down-beige-light {
        color: #f3f2f1 !important
    }

    .text-md-down-gray-lighter {
        color: #708297 !important
    }

    .text-md-down-gray-light {
        color: #556474 !important
    }

    .text-md-down-gray-darker {
        color: #232629 !important
    }

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

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

    .text-md-down-right {
        text-align: right !important
    }

    .line-height-md-down-1 {
        line-height: 1.3 !important
    }

    .line-height-md-down-2 {
        line-height: 1.5 !important
    }

    .line-height-md-down-3 {
        line-height: 1.7 !important
    }

    .line-height-md-down-4 {
        line-height: 1.9 !important
    }

    .line-height-md-down-5 {
        line-height: 2.1 !important
    }

    .font-weight-md-down-100 {
        font-weight: 100 !important
    }

    .font-weight-md-down-200 {
        font-weight: 200 !important
    }

    .font-weight-md-down-300 {
        font-weight: 300 !important
    }

    .font-weight-md-down-400 {
        font-weight: 400 !important
    }

    .font-weight-md-down-500 {
        font-weight: 500 !important
    }

    .font-weight-md-down-600 {
        font-weight: 600 !important
    }

    .font-weight-md-down-700 {
        font-weight: 700 !important
    }

    .font-weight-md-down-800 {
        font-weight: 800 !important
    }

    .font-weight-md-down-900 {
        font-weight: 900 !important
    }
}

@media (min-width:768px) {
    .text-md-up-1 {
        font-size: .75rem !important
    }

    .text-md-up-2 {
        font-size: .875rem !important
    }

    .text-md-up-3 {
        font-size: 1rem !important
    }

    .text-md-up-4 {
        font-size: 1.25rem !important
    }

    .text-md-up-5 {
        font-size: 1.5rem !important
    }

    .text-md-up-blue {
        color: #00b5e6 !important
    }

    .text-md-up-indigo {
        color: #6610f2 !important
    }

    .text-md-up-purple {
        color: #6f42c1 !important
    }

    .text-md-up-pink {
        color: #e83e8c !important
    }

    .text-md-up-red {
        color: #dc3545 !important
    }

    .text-md-up-orange {
        color: #f39c12 !important
    }

    .text-md-up-yellow {
        color: #ffc107 !important
    }

    .text-md-up-green {
        color: #28a745 !important
    }

    .text-md-up-teal {
        color: #20c997 !important
    }

    .text-md-up-cyan {
        color: #17a2b8 !important
    }

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

    .text-md-up-gray {
        color: #363f49 !important
    }

    .text-md-up-gray-dark {
        color: #2b333b !important
    }

    .text-md-up-d-blue {
        color: #1666a9 !important
    }

    .text-md-up-dd-blue {
        color: #363f49 !important
    }

    .text-md-up-beige {
        color: #edeae2 !important
    }

    .text-md-up-beige-light {
        color: #f3f2f1 !important
    }

    .text-md-up-gray-lighter {
        color: #708297 !important
    }

    .text-md-up-gray-light {
        color: #556474 !important
    }

    .text-md-up-gray-darker {
        color: #232629 !important
    }

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

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

    .text-md-up-right {
        text-align: right !important
    }

    .line-height-md-up-1 {
        line-height: 1.3 !important
    }

    .line-height-md-up-2 {
        line-height: 1.5 !important
    }

    .line-height-md-up-3 {
        line-height: 1.7 !important
    }

    .line-height-md-up-4 {
        line-height: 1.9 !important
    }

    .line-height-md-up-5 {
        line-height: 2.1 !important
    }

    .font-weight-md-up-100 {
        font-weight: 100 !important
    }

    .font-weight-md-up-200 {
        font-weight: 200 !important
    }

    .font-weight-md-up-300 {
        font-weight: 300 !important
    }

    .font-weight-md-up-400 {
        font-weight: 400 !important
    }

    .font-weight-md-up-500 {
        font-weight: 500 !important
    }

    .font-weight-md-up-600 {
        font-weight: 600 !important
    }

    .font-weight-md-up-700 {
        font-weight: 700 !important
    }

    .font-weight-md-up-800 {
        font-weight: 800 !important
    }

    .font-weight-md-up-900 {
        font-weight: 900 !important
    }
}

@media (max-width:991.98px) {
    .text-lg-down-1 {
        font-size: .75rem !important
    }

    .text-lg-down-2 {
        font-size: .875rem !important
    }

    .text-lg-down-3 {
        font-size: 1rem !important
    }

    .text-lg-down-4 {
        font-size: 1.25rem !important
    }

    .text-lg-down-5 {
        font-size: 1.5rem !important
    }

    .text-lg-down-blue {
        color: #00b5e6 !important
    }

    .text-lg-down-indigo {
        color: #6610f2 !important
    }

    .text-lg-down-purple {
        color: #6f42c1 !important
    }

    .text-lg-down-pink {
        color: #e83e8c !important
    }

    .text-lg-down-red {
        color: #dc3545 !important
    }

    .text-lg-down-orange {
        color: #f39c12 !important
    }

    .text-lg-down-yellow {
        color: #ffc107 !important
    }

    .text-lg-down-green {
        color: #28a745 !important
    }

    .text-lg-down-teal {
        color: #20c997 !important
    }

    .text-lg-down-cyan {
        color: #17a2b8 !important
    }

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

    .text-lg-down-gray {
        color: #363f49 !important
    }

    .text-lg-down-gray-dark {
        color: #2b333b !important
    }

    .text-lg-down-d-blue {
        color: #1666a9 !important
    }

    .text-lg-down-dd-blue {
        color: #363f49 !important
    }

    .text-lg-down-beige {
        color: #edeae2 !important
    }

    .text-lg-down-beige-light {
        color: #f3f2f1 !important
    }

    .text-lg-down-gray-lighter {
        color: #708297 !important
    }

    .text-lg-down-gray-light {
        color: #556474 !important
    }

    .text-lg-down-gray-darker {
        color: #232629 !important
    }

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

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

    .text-lg-down-right {
        text-align: right !important
    }

    .line-height-lg-down-1 {
        line-height: 1.3 !important
    }

    .line-height-lg-down-2 {
        line-height: 1.5 !important
    }

    .line-height-lg-down-3 {
        line-height: 1.7 !important
    }

    .line-height-lg-down-4 {
        line-height: 1.9 !important
    }

    .line-height-lg-down-5 {
        line-height: 2.1 !important
    }

    .font-weight-lg-down-100 {
        font-weight: 100 !important
    }

    .font-weight-lg-down-200 {
        font-weight: 200 !important
    }

    .font-weight-lg-down-300 {
        font-weight: 300 !important
    }

    .font-weight-lg-down-400 {
        font-weight: 400 !important
    }

    .font-weight-lg-down-500 {
        font-weight: 500 !important
    }

    .font-weight-lg-down-600 {
        font-weight: 600 !important
    }

    .font-weight-lg-down-700 {
        font-weight: 700 !important
    }

    .font-weight-lg-down-800 {
        font-weight: 800 !important
    }

    .font-weight-lg-down-900 {
        font-weight: 900 !important
    }
}

@media (min-width:992px) {
    .text-lg-up-1 {
        font-size: .75rem !important
    }

    .text-lg-up-2 {
        font-size: .875rem !important
    }

    .text-lg-up-3 {
        font-size: 1rem !important
    }

    .text-lg-up-4 {
        font-size: 1.25rem !important
    }

    .text-lg-up-5 {
        font-size: 1.5rem !important
    }

    .text-lg-up-blue {
        color: #00b5e6 !important
    }

    .text-lg-up-indigo {
        color: #6610f2 !important
    }

    .text-lg-up-purple {
        color: #6f42c1 !important
    }

    .text-lg-up-pink {
        color: #e83e8c !important
    }

    .text-lg-up-red {
        color: #dc3545 !important
    }

    .text-lg-up-orange {
        color: #f39c12 !important
    }

    .text-lg-up-yellow {
        color: #ffc107 !important
    }

    .text-lg-up-green {
        color: #28a745 !important
    }

    .text-lg-up-teal {
        color: #20c997 !important
    }

    .text-lg-up-cyan {
        color: #17a2b8 !important
    }

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

    .text-lg-up-gray {
        color: #363f49 !important
    }

    .text-lg-up-gray-dark {
        color: #2b333b !important
    }

    .text-lg-up-d-blue {
        color: #1666a9 !important
    }

    .text-lg-up-dd-blue {
        color: #363f49 !important
    }

    .text-lg-up-beige {
        color: #edeae2 !important
    }

    .text-lg-up-beige-light {
        color: #f3f2f1 !important
    }

    .text-lg-up-gray-lighter {
        color: #708297 !important
    }

    .text-lg-up-gray-light {
        color: #556474 !important
    }

    .text-lg-up-gray-darker {
        color: #232629 !important
    }

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

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

    .text-lg-up-right {
        text-align: right !important
    }

    .line-height-lg-up-1 {
        line-height: 1.3 !important
    }

    .line-height-lg-up-2 {
        line-height: 1.5 !important
    }

    .line-height-lg-up-3 {
        line-height: 1.7 !important
    }

    .line-height-lg-up-4 {
        line-height: 1.9 !important
    }

    .line-height-lg-up-5 {
        line-height: 2.1 !important
    }

    .font-weight-lg-up-100 {
        font-weight: 100 !important
    }

    .font-weight-lg-up-200 {
        font-weight: 200 !important
    }

    .font-weight-lg-up-300 {
        font-weight: 300 !important
    }

    .font-weight-lg-up-400 {
        font-weight: 400 !important
    }

    .font-weight-lg-up-500 {
        font-weight: 500 !important
    }

    .font-weight-lg-up-600 {
        font-weight: 600 !important
    }

    .font-weight-lg-up-700 {
        font-weight: 700 !important
    }

    .font-weight-lg-up-800 {
        font-weight: 800 !important
    }

    .font-weight-lg-up-900 {
        font-weight: 900 !important
    }
}

@media (max-width:1199.98px) {
    .text-xl-down-1 {
        font-size: .75rem !important
    }

    .text-xl-down-2 {
        font-size: .875rem !important
    }

    .text-xl-down-3 {
        font-size: 1rem !important
    }

    .text-xl-down-4 {
        font-size: 1.25rem !important
    }

    .text-xl-down-5 {
        font-size: 1.5rem !important
    }

    .text-xl-down-blue {
        color: #00b5e6 !important
    }

    .text-xl-down-indigo {
        color: #6610f2 !important
    }

    .text-xl-down-purple {
        color: #6f42c1 !important
    }

    .text-xl-down-pink {
        color: #e83e8c !important
    }

    .text-xl-down-red {
        color: #dc3545 !important
    }

    .text-xl-down-orange {
        color: #f39c12 !important
    }

    .text-xl-down-yellow {
        color: #ffc107 !important
    }

    .text-xl-down-green {
        color: #28a745 !important
    }

    .text-xl-down-teal {
        color: #20c997 !important
    }

    .text-xl-down-cyan {
        color: #17a2b8 !important
    }

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

    .text-xl-down-gray {
        color: #363f49 !important
    }

    .text-xl-down-gray-dark {
        color: #2b333b !important
    }

    .text-xl-down-d-blue {
        color: #1666a9 !important
    }

    .text-xl-down-dd-blue {
        color: #363f49 !important
    }

    .text-xl-down-beige {
        color: #edeae2 !important
    }

    .text-xl-down-beige-light {
        color: #f3f2f1 !important
    }

    .text-xl-down-gray-lighter {
        color: #708297 !important
    }

    .text-xl-down-gray-light {
        color: #556474 !important
    }

    .text-xl-down-gray-darker {
        color: #232629 !important
    }

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

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

    .text-xl-down-right {
        text-align: right !important
    }

    .line-height-xl-down-1 {
        line-height: 1.3 !important
    }

    .line-height-xl-down-2 {
        line-height: 1.5 !important
    }

    .line-height-xl-down-3 {
        line-height: 1.7 !important
    }

    .line-height-xl-down-4 {
        line-height: 1.9 !important
    }

    .line-height-xl-down-5 {
        line-height: 2.1 !important
    }

    .font-weight-xl-down-100 {
        font-weight: 100 !important
    }

    .font-weight-xl-down-200 {
        font-weight: 200 !important
    }

    .font-weight-xl-down-300 {
        font-weight: 300 !important
    }

    .font-weight-xl-down-400 {
        font-weight: 400 !important
    }

    .font-weight-xl-down-500 {
        font-weight: 500 !important
    }

    .font-weight-xl-down-600 {
        font-weight: 600 !important
    }

    .font-weight-xl-down-700 {
        font-weight: 700 !important
    }

    .font-weight-xl-down-800 {
        font-weight: 800 !important
    }

    .font-weight-xl-down-900 {
        font-weight: 900 !important
    }
}

@media (min-width:1200px) {
    .text-xl-up-1 {
        font-size: .75rem !important
    }

    .text-xl-up-2 {
        font-size: .875rem !important
    }

    .text-xl-up-3 {
        font-size: 1rem !important
    }

    .text-xl-up-4 {
        font-size: 1.25rem !important
    }

    .text-xl-up-5 {
        font-size: 1.5rem !important
    }

    .text-xl-up-blue {
        color: #00b5e6 !important
    }

    .text-xl-up-indigo {
        color: #6610f2 !important
    }

    .text-xl-up-purple {
        color: #6f42c1 !important
    }

    .text-xl-up-pink {
        color: #e83e8c !important
    }

    .text-xl-up-red {
        color: #dc3545 !important
    }

    .text-xl-up-orange {
        color: #f39c12 !important
    }

    .text-xl-up-yellow {
        color: #ffc107 !important
    }

    .text-xl-up-green {
        color: #28a745 !important
    }

    .text-xl-up-teal {
        color: #20c997 !important
    }

    .text-xl-up-cyan {
        color: #17a2b8 !important
    }

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

    .text-xl-up-gray {
        color: #363f49 !important
    }

    .text-xl-up-gray-dark {
        color: #2b333b !important
    }

    .text-xl-up-d-blue {
        color: #1666a9 !important
    }

    .text-xl-up-dd-blue {
        color: #363f49 !important
    }

    .text-xl-up-beige {
        color: #edeae2 !important
    }

    .text-xl-up-beige-light {
        color: #f3f2f1 !important
    }

    .text-xl-up-gray-lighter {
        color: #708297 !important
    }

    .text-xl-up-gray-light {
        color: #556474 !important
    }

    .text-xl-up-gray-darker {
        color: #232629 !important
    }

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

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

    .text-xl-up-right {
        text-align: right !important
    }

    .line-height-xl-up-1 {
        line-height: 1.3 !important
    }

    .line-height-xl-up-2 {
        line-height: 1.5 !important
    }

    .line-height-xl-up-3 {
        line-height: 1.7 !important
    }

    .line-height-xl-up-4 {
        line-height: 1.9 !important
    }

    .line-height-xl-up-5 {
        line-height: 2.1 !important
    }

    .font-weight-xl-up-100 {
        font-weight: 100 !important
    }

    .font-weight-xl-up-200 {
        font-weight: 200 !important
    }

    .font-weight-xl-up-300 {
        font-weight: 300 !important
    }

    .font-weight-xl-up-400 {
        font-weight: 400 !important
    }

    .font-weight-xl-up-500 {
        font-weight: 500 !important
    }

    .font-weight-xl-up-600 {
        font-weight: 600 !important
    }

    .font-weight-xl-up-700 {
        font-weight: 700 !important
    }

    .font-weight-xl-up-800 {
        font-weight: 800 !important
    }

    .font-weight-xl-up-900 {
        font-weight: 900 !important
    }
}

.h4,
.h5,
.h6,
.spco-payment-method-hdr,
.woocommerce .content h2,
.woocommerce .content h3,
h4,
h5,
h6 {
    line-height: 1.3
}

@media (max-width:767.98px) {

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

@media (max-width:575.98px) {

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

.p-small {
    font-size: 80% !important
}

p:empty {
    display: none
}

.big-date {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 1rem;
    font-size: 20vw;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
    color: #000;
    opacity: .04;
    z-index: 0;
    overflow: hidden;
    white-space: nowrap
}

@media (max-width:575.98px) {
    .big-date {
        font-size: 30vw
    }
}

.type-overlay {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    opacity: .04;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -50px
}

@media (min-width:576px) {
    .type-overlay {
        max-width: 1010px
    }
}

@media (min-width:768px) {
    .type-overlay {
        max-width: 1010px
    }
}

@media (min-width:992px) {
    .type-overlay {
        max-width: 1010px
    }
}

@media (min-width:1200px) {
    .type-overlay {
        max-width: 1010px
    }
}

@media (min-width:1600px) {
    .type-overlay {
        max-width: 1200px
    }
}

@media (min-width:1800px) {
    .type-overlay {
        max-width: 1400px
    }
}

@media (min-width:2000px) {
    .type-overlay {
        max-width: 1600px
    }
}

@media (max-width:1199.98px) {
    .type-overlay {
        max-width: none;
        width: 85%
    }
}

@media (max-width:767.98px) {
    .type-overlay {
        max-width: none;
        width: 90%
    }

    .type-overlay.w-100-sm {
        max-width: none !important;
        width: 100%
    }
}

@media (max-width:575.98px) {
    .type-overlay {
        max-width: none;
        width: 95%
    }

    .type-overlay.w-100-xs {
        max-width: none !important;
        width: 100%
    }
}

.type-overlay.type-overlay-w-90 {
    max-width: none !important;
    width: 95%
}

.type-overlay.type-overlay-bleed {
    top: -75px;
    max-width: none !important;
    width: 110%
}

.type-overlay.type-overlay-talk {
    top: -25px;
    max-width: none !important;
    width: 130%
}

@media (max-width:767.98px) {
    .type-overlay {
        top: -25px
    }
}

.text-primary {
    color: #00b5e6
}

.h-divider,
.h-divider-white {
    position: relative;
    padding-top: 2.5rem;
    margin-bottom: 2rem
}

.h-divider-white span,
.h-divider span {
    margin-left: -.4rem
}

.h-divider-white:before,
.h-divider:before {
    position: absolute;
    display: block;
    content: " ";
    width: 74px;
    top: 0;
    left: 0;
    padding-top: 4px;
    margin-bottom: 10px;
    border-bottom: 5px solid #000
}

.h-divider-white:after,
.h-divider:after {
    position: absolute;
    display: block;
    content: " ";
    width: 100%;
    top: 1rem;
    left: 0;
    border-bottom: 1px solid #000
}

.h-divider-white:before {
    border-bottom: 5px solid #fff
}

.h-divider-white:after {
    border-bottom: 1px solid #fff
}

.eyebrow-line {
    display: block;
    content: " ";
    width: 49px;
    height: 4px;
    background-color: #00b5e6;
    margin-bottom: .5rem
}

.border-l {
    border-left: 3px solid #1666a9
}

.font-weight-bold,
b,
strong {
    /* font-weight: 400; */
    font-family: 'Poppins', sans-serif
}

.underline-text {
    border-bottom: 1px solid #979797
}

.ls-1 {
    letter-spacing: 1px
}

.ls-2 {
    letter-spacing: 2px
}

.ls-3 {
    letter-spacing: 3px
}

.bg-dblue {
    background-color: #1666a9
}

.bg-ddblue {
    background-color: #363f49
}

.bg-lgray {
    background-color: #f3f2f1
}

.bg-black {
    background-color: #1e1f20
}

.text-black {
    color: #000
}

.text-d-blue {
    color: #1666a9
}

.border-white {
    border-color: hsla(0, 0%, 100%, .5) !important
}

.container-1 {
    width: 54.16667px;
    max-width: 100%
}

.container-2 {
    width: 138.33333px;
    max-width: 100%
}

.container-3 {
    width: 222.5px;
    max-width: 100%
}

.container-4 {
    width: 306.66667px;
    max-width: 100%
}

.container-5 {
    width: 390.83333px;
    max-width: 100%
}

.container-6 {
    width: 475px;
    max-width: 100%
}

.container-7 {
    width: 559.16667px;
    max-width: 100%
}

.container-8 {
    width: 643.33333px;
    max-width: 100%
}

.container-9 {
    width: 727.5px;
    max-width: 100%
}

.container-10 {
    width: 811.66667px;
    max-width: 100%
}

.container-11 {
    width: 895.83333px;
    max-width: 100%
}

.container-12 {
    width: 980px;
    max-width: 100%
}

@media (min-width:576px) {
    .container-sm-up-1 {
        width: 54.16667px;
        max-width: 100%
    }

    .container-sm-up-2 {
        width: 138.33333px;
        max-width: 100%
    }

    .container-sm-up-3 {
        width: 222.5px;
        max-width: 100%
    }

    .container-sm-up-4 {
        width: 306.66667px;
        max-width: 100%
    }

    .container-sm-up-5 {
        width: 390.83333px;
        max-width: 100%
    }

    .container-sm-up-6 {
        width: 475px;
        max-width: 100%
    }

    .container-sm-up-7 {
        width: 559.16667px;
        max-width: 100%
    }

    .container-sm-up-8 {
        width: 643.33333px;
        max-width: 100%
    }

    .container-sm-up-9 {
        width: 727.5px;
        max-width: 100%
    }

    .container-sm-up-10 {
        width: 811.66667px;
        max-width: 100%
    }

    .container-sm-up-11 {
        width: 895.83333px;
        max-width: 100%
    }

    .container-sm-up-12 {
        width: 980px;
        max-width: 100%
    }
}

@media (max-width:575.98px) {
    .container-sm-down-1 {
        width: 54.16667px;
        max-width: 100%
    }

    .container-sm-down-2 {
        width: 138.33333px;
        max-width: 100%
    }

    .container-sm-down-3 {
        width: 222.5px;
        max-width: 100%
    }

    .container-sm-down-4 {
        width: 306.66667px;
        max-width: 100%
    }

    .container-sm-down-5 {
        width: 390.83333px;
        max-width: 100%
    }

    .container-sm-down-6 {
        width: 475px;
        max-width: 100%
    }

    .container-sm-down-7 {
        width: 559.16667px;
        max-width: 100%
    }

    .container-sm-down-8 {
        width: 643.33333px;
        max-width: 100%
    }

    .container-sm-down-9 {
        width: 727.5px;
        max-width: 100%
    }

    .container-sm-down-10 {
        width: 811.66667px;
        max-width: 100%
    }

    .container-sm-down-11 {
        width: 895.83333px;
        max-width: 100%
    }

    .container-sm-down-12 {
        width: 980px;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .container-md-up-1 {
        width: 54.16667px;
        max-width: 100%
    }

    .container-md-up-2 {
        width: 138.33333px;
        max-width: 100%
    }

    .container-md-up-3 {
        width: 222.5px;
        max-width: 100%
    }

    .container-md-up-4 {
        width: 306.66667px;
        max-width: 100%
    }

    .container-md-up-5 {
        width: 390.83333px;
        max-width: 100%
    }

    .container-md-up-6 {
        width: 475px;
        max-width: 100%
    }

    .container-md-up-7 {
        width: 559.16667px;
        max-width: 100%
    }

    .container-md-up-8 {
        width: 643.33333px;
        max-width: 100%
    }

    .container-md-up-9 {
        width: 727.5px;
        max-width: 100%
    }

    .container-md-up-10 {
        width: 811.66667px;
        max-width: 100%
    }

    .container-md-up-11 {
        width: 895.83333px;
        max-width: 100%
    }

    .container-md-up-12 {
        width: 980px;
        max-width: 100%
    }
}

@media (max-width:767.98px) {
    .container-md-down-1 {
        width: 54.16667px;
        max-width: 100%
    }

    .container-md-down-2 {
        width: 138.33333px;
        max-width: 100%
    }

    .container-md-down-3 {
        width: 222.5px;
        max-width: 100%
    }

    .container-md-down-4 {
        width: 306.66667px;
        max-width: 100%
    }

    .container-md-down-5 {
        width: 390.83333px;
        max-width: 100%
    }

    .container-md-down-6 {
        width: 475px;
        max-width: 100%
    }

    .container-md-down-7 {
        width: 559.16667px;
        max-width: 100%
    }

    .container-md-down-8 {
        width: 643.33333px;
        max-width: 100%
    }

    .container-md-down-9 {
        width: 727.5px;
        max-width: 100%
    }

    .container-md-down-10 {
        width: 811.66667px;
        max-width: 100%
    }

    .container-md-down-11 {
        width: 895.83333px;
        max-width: 100%
    }

    .container-md-down-12 {
        width: 980px;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .container-lg-up-1 {
        width: 54.16667px;
        max-width: 100%
    }

    .container-lg-up-2 {
        width: 138.33333px;
        max-width: 100%
    }

    .container-lg-up-3 {
        width: 222.5px;
        max-width: 100%
    }

    .container-lg-up-4 {
        width: 306.66667px;
        max-width: 100%
    }

    .container-lg-up-5 {
        width: 390.83333px;
        max-width: 100%
    }

    .container-lg-up-6 {
        width: 475px;
        max-width: 100%
    }

    .container-lg-up-7 {
        width: 559.16667px;
        max-width: 100%
    }

    .container-lg-up-8 {
        width: 643.33333px;
        max-width: 100%
    }

    .container-lg-up-9 {
        width: 727.5px;
        max-width: 100%
    }

    .container-lg-up-10 {
        width: 811.66667px;
        max-width: 100%
    }

    .container-lg-up-11 {
        width: 895.83333px;
        max-width: 100%
    }

    .container-lg-up-12 {
        width: 980px;
        max-width: 100%
    }
}

@media (max-width:991.98px) {
    .container-lg-down-1 {
        width: 54.16667px;
        max-width: 100%
    }

    .container-lg-down-2 {
        width: 138.33333px;
        max-width: 100%
    }

    .container-lg-down-3 {
        width: 222.5px;
        max-width: 100%
    }

    .container-lg-down-4 {
        width: 306.66667px;
        max-width: 100%
    }

    .container-lg-down-5 {
        width: 390.83333px;
        max-width: 100%
    }

    .container-lg-down-6 {
        width: 475px;
        max-width: 100%
    }

    .container-lg-down-7 {
        width: 559.16667px;
        max-width: 100%
    }

    .container-lg-down-8 {
        width: 643.33333px;
        max-width: 100%
    }

    .container-lg-down-9 {
        width: 727.5px;
        max-width: 100%
    }

    .container-lg-down-10 {
        width: 811.66667px;
        max-width: 100%
    }

    .container-lg-down-11 {
        width: 895.83333px;
        max-width: 100%
    }

    .container-lg-down-12 {
        width: 980px;
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .container-xl-up-1 {
        width: 54.16667px;
        max-width: 100%
    }

    .container-xl-up-2 {
        width: 138.33333px;
        max-width: 100%
    }

    .container-xl-up-3 {
        width: 222.5px;
        max-width: 100%
    }

    .container-xl-up-4 {
        width: 306.66667px;
        max-width: 100%
    }

    .container-xl-up-5 {
        width: 390.83333px;
        max-width: 100%
    }

    .container-xl-up-6 {
        width: 475px;
        max-width: 100%
    }

    .container-xl-up-7 {
        width: 559.16667px;
        max-width: 100%
    }

    .container-xl-up-8 {
        width: 643.33333px;
        max-width: 100%
    }

    .container-xl-up-9 {
        width: 727.5px;
        max-width: 100%
    }

    .container-xl-up-10 {
        width: 811.66667px;
        max-width: 100%
    }

    .container-xl-up-11 {
        width: 895.83333px;
        max-width: 100%
    }

    .container-xl-up-12 {
        width: 980px;
        max-width: 100%
    }
}

@media (max-width:1199.98px) {
    .container-xl-down-1 {
        width: 54.16667px;
        max-width: 100%
    }

    .container-xl-down-2 {
        width: 138.33333px;
        max-width: 100%
    }

    .container-xl-down-3 {
        width: 222.5px;
        max-width: 100%
    }

    .container-xl-down-4 {
        width: 306.66667px;
        max-width: 100%
    }

    .container-xl-down-5 {
        width: 390.83333px;
        max-width: 100%
    }

    .container-xl-down-6 {
        width: 475px;
        max-width: 100%
    }

    .container-xl-down-7 {
        width: 559.16667px;
        max-width: 100%
    }

    .container-xl-down-8 {
        width: 643.33333px;
        max-width: 100%
    }

    .container-xl-down-9 {
        width: 727.5px;
        max-width: 100%
    }

    .container-xl-down-10 {
        width: 811.66667px;
        max-width: 100%
    }

    .container-xl-down-11 {
        width: 895.83333px;
        max-width: 100%
    }

    .container-xl-down-12 {
        width: 980px;
        max-width: 100%
    }
}

@media (max-width:575.98px) {
    .container-p {
        padding: 15px
    }
}

@media (min-width:576px) {
    .container-p {
        padding: 40px
    }
}

@media (min-width:768px) {
    .container-p {
        padding: 60px
    }
}

@media (min-width:992px) {
    .container-p {
        padding: 80px
    }
}

@media (min-width:1200px) {
    .container-p {
        padding: 100px
    }
}

@media (max-width:575.98px) {
    .container-p {
        padding: 2.5rem
    }
}

@media (max-width:575.98px) {
    .container-pt {
        padding-top: 15px
    }
}

@media (min-width:576px) {
    .container-pt {
        padding-top: 40px
    }
}

@media (min-width:768px) {
    .container-pt {
        padding-top: 60px
    }
}

@media (min-width:992px) {
    .container-pt {
        padding-top: 80px
    }
}

@media (min-width:1200px) {
    .container-pt {
        padding-top: 100px
    }
}

@media (max-width:575.98px) {
    .container-pr {
        padding-right: 15px
    }
}

@media (min-width:576px) {
    .container-pr {
        padding-right: 40px
    }
}

@media (min-width:768px) {
    .container-pr {
        padding-right: 60px
    }
}

@media (min-width:992px) {
    .container-pr {
        padding-right: 80px
    }
}

@media (min-width:1200px) {
    .container-pr {
        padding-right: 100px
    }
}

@media (max-width:575.98px) {
    .container-pb {
        padding-bottom: 15px
    }
}

@media (min-width:576px) {
    .container-pb {
        padding-bottom: 40px
    }
}

@media (min-width:768px) {
    .container-pb {
        padding-bottom: 60px
    }
}

@media (min-width:992px) {
    .container-pb {
        padding-bottom: 80px
    }
}

@media (min-width:1200px) {
    .container-pb {
        padding-bottom: 100px
    }
}

@media (max-width:575.98px) {
    .container-pl {
        padding-left: 15px
    }
}

@media (min-width:576px) {
    .container-pl {
        padding-left: 40px
    }
}

@media (min-width:768px) {
    .container-pl {
        padding-left: 60px
    }
}

@media (min-width:992px) {
    .container-pl {
        padding-left: 80px
    }
}

@media (min-width:1200px) {
    .container-pl {
        padding-left: 100px
    }
}

@media (max-width:575.98px) {
    .container-px {
        padding-left: 15px
    }
}

@media (min-width:576px) {
    .container-px {
        padding-left: 40px
    }
}

@media (min-width:768px) {
    .container-px {
        padding-left: 60px
    }
}

@media (min-width:992px) {
    .container-px {
        padding-left: 80px
    }
}

@media (min-width:1200px) {
    .container-px {
        padding-left: 100px
    }
}

@media (max-width:575.98px) {
    .container-px {
        padding-right: 15px
    }
}

@media (min-width:576px) {
    .container-px {
        padding-right: 40px
    }
}

@media (min-width:768px) {
    .container-px {
        padding-right: 60px
    }
}

@media (min-width:992px) {
    .container-px {
        padding-right: 80px
    }

    .video_home {
        width: 777px !important;
    }

}

@media (min-width:1200px) {
    .container-px {
        padding-right: 100px
    }

}

@media (max-width:575.98px) {
    .container-px {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
}

@media (max-width:1199.98px) {
    .container-px.container-px-0-lg {
        padding-left: 0;
        padding-right: 0
    }
}

.container-py-always {
    padding-top: 100px !important;
    padding-bottom: 100px !important
}

@media (max-width:575.98px) {
    .container-py {
        padding-top: 15px
    }
}

@media (min-width:576px) {
    .container-py {
        padding-top: 40px
    }
}

@media (min-width:768px) {
    .container-py {
        padding-top: 60px
    }
}

@media (min-width:992px) {
    .container-py {
        padding-top: 80px
    }
}

@media (min-width:1200px) {
    .container-py {
        padding-top: 100px
    }
}

@media (max-width:575.98px) {
    .container-py {
        padding-bottom: 15px
    }
}

@media (min-width:576px) {
    .container-py {
        padding-bottom: 40px
    }
}

@media (min-width:768px) {
    .container-py {
        padding-bottom: 60px
    }
}

@media (min-width:992px) {
    .container-py {
        padding-bottom: 80px
    }
}

@media (min-width:1200px) {
    .container-py {
        padding-bottom: 100px
    }
}

.container-py-tall {
    padding-top: 200px;
    padding-bottom: 200px
}

@media (max-width:767.98px) {
    .container-py-tall {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

.container-center {
    margin-left: auto;
    margin-right: auto
}

.container-top-line:before {
    content: " ";
    position: absolute;
    display: block;
    width: 230px;
    height: 6px;
    top: 0;
    left: 0;
    background-color: #00b5e6
}

.container-top-line-blue:before {
    background-color: #00b5e6
}

.container-top-line-indigo:before {
    background-color: #6610f2
}

.container-top-line-purple:before {
    background-color: #6f42c1
}

.container-top-line-pink:before {
    background-color: #e83e8c
}

.container-top-line-red:before {
    background-color: #dc3545
}

.container-top-line-orange:before {
    background-color: #f39c12
}

.container-top-line-yellow:before {
    background-color: #ffc107
}

.container-top-line-green:before {
    background-color: #28a745
}

.container-top-line-teal:before {
    background-color: #20c997
}

.container-top-line-cyan:before {
    background-color: #17a2b8
}

.container-top-line-white:before {
    background-color: #fff
}

.container-top-line-gray:before {
    background-color: #363f49
}

.container-top-line-gray-dark:before {
    background-color: #2b333b
}

.container-top-line-d-blue:before {
    background-color: #1666a9
}

.container-top-line-dd-blue:before {
    background-color: #363f49
}

.container-top-line-beige:before {
    background-color: #edeae2
}

.container-top-line-beige-light:before {
    background-color: #f3f2f1
}

.container-top-line-gray-lighter:before {
    background-color: #708297
}

.container-top-line-gray-light:before {
    background-color: #556474
}

.container-top-line-gray-darker:before {
    background-color: #232629
}

.container-left-line {
    position: relative
}

.container-left-line:before {
    content: " ";
    position: absolute;
    height: 2px;
    top: 30px;
    left: 0;
    background-color: #04477f
}

@media (min-width:576px) {
    .container-left-line:before {
        width: 28px
    }
}

@media (min-width:768px) {
    .container-left-line:before {
        width: 42px
    }
}

@media (min-width:992px) {
    .container-left-line:before {
        width: 56px
    }
}

@media (min-width:1200px) {
    .container-left-line:before {
        width: 70px
    }
}

.bleeding-container {
    position: relative
}

.bleeding-container:after {
    display: block;
    clear: both;
    content: ""
}

.bleeding-container .bleeding-container-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    background-position: 50%;
    background-size: cover
}

.bleeding-container .bleeding-container-body {
    position: relative;
    z-index: 101
}

.bleeding-container-top {
    padding-top: 1px
}

.bleeding-container-top .bleeding-container-body {
    margin-top: -7.25rem
}

.bleeding-container-bottom {
    padding-bottom: 1px
}

.bleeding-container-bottom .bleeding-container-body {
    margin-bottom: 7.25rem
}

@media (max-width:575.98px) {
    .bleeding-container-left {
        padding-left: 0;
        padding-right: 0
    }

    .video_home_1 {
        width: 300px !important;
        height: 300px !important;
    }

    .sm-mt {
        margin-top: 189px !important;
    }

    .sm-none {
        display: none !important;
    }
}

.bleeding-container-left .bleeding-container-background {
    left: -2000px
}

.d-sm-visible {
    display: none;
}

@media (max-width:575.98px) {
    .bleeding-container-left .bleeding-container-background {
        position: relative;
        left: 0 !important;
        min-height: 21.875rem
    }

    .video_home {
        width: 300px !important;
        height: 300px !important;
    }

    .video_home_1 {
        width: 300px !important;
        height: 300px !important;
    }

    .two {
        margin-top: -38px;
    }

    .btmt {
        margin-top: 20px;
    }
}

@media (max-width:767.98px) {
    .bleeding-container-left.col-md-5 .bleeding-container-background {
        position: relative;
        left: 0 !important;
        min-height: 48.25rem
    }

    .about_padding {
        padding: 20px !important;
    }

    .d-sm-visible {
        display: block;
    }

    .d-sm-visible a {
        font-size: 14px;
    }
}


.bleeding-container-left .bleeding-container-body-full {
    margin-left: -2000px
}

.bleeding-container-right .bleeding-container-background {
    right: -2000px
}

.bleeding-container-right .bleeding-container-body-full {
    margin-right: -2000px
}

.bleeding-container-bottom-offset:after,
.bleeding-container-top-offset:before {
    content: " ";
    display: block;
    height: 6.25rem
}

@media (min-width:1600px) {
    .container-sm-up-8 {
        width: 700px
    }

    .container-sm-up-7 {
        width: 600px
    }
}

@media (min-width:1800px) {
    .container-sm-up-5 {
        width: 490px
    }

    .container-sm-up-6 {
        width: 575px
    }
}

@media (max-width:767.98px) {
    .px-sm-down-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .item-left[style*=background] {
        min-height: 28.125rem
    }
}

.front-hero {
    z-index: 2 !important
}

.front-hero.section .section-table {
    height: 90vh
}

@media (max-width:767.98px) {
    .front-hero.section .section-table {
        height: 70vh
    }
}

.pattern-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .125;
    right: 0;
    bottom: 0;
    background-image: url(../../../cdnjs.cloudflare.com/ajax/libs/vegas/2.3.1/overlays/03.png);
    z-index: 0
}

.hero {
    z-index: 2 !important
}

.hero .section-inner {
    display: flex;
    align-items: center;
    height: calc(100vh - 20px)
}

@media (max-width:767.98px) {
    .hero .section-inner {
        height: auto;
        padding: 150px 0
    }

}

.hero .position-title {
    margin-top: -1em
}

.hero-overlay .section-inner {
    background: rgba(0, 0, 0, .125)
}

.single-hero {
    height: 27.5rem
}

@media (max-width:575.98px) {
    .single-hero {
        height: 21.25rem
    }
}

.single-hero .section-container {
    position: relative;
    height: 440px
}

.reveal {
    flex-basis: 100%
}

.single-event-hero {
    overflow-y: hidden
}

.single-event-hero .single-event-hero-title {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #000;
    font-size: 20vw;
    line-height: .5;
    margin: 0
}

@media (max-width:575.98px) {
    .single-event-hero .single-event-hero-title {
        font-size: 30vw
    }
}

.single-event-hero .single-page-hero-title-small {
    position: absolute;
    left: 8px;
    bottom: 50px;
    color: #000;
    font-size: 4vw;
    line-height: .5;
    margin: 0
}

@media (max-width:1599px) {
    .single-event-hero .single-page-hero-title-small {
        bottom: 30%
    }
}

@media (max-width:1199px) {
    .single-event-hero .single-page-hero-title-small {
        bottom: 35%
    }
}

@media (max-width:991px) {
    .single-event-hero .single-page-hero-title-small {
        bottom: 43%
    }
}

@media (max-width:767px) {
    .single-event-hero .single-page-hero-title-small {
        bottom: 54%
    }
}

@media (max-width:575.98px) {
    .single-event-hero .single-page-hero-title-small {
        bottom: 65%;
        font-size: 8vw
    }
}

.event-social-container {
    position: absolute;
    width: 100%;
    top: -21px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5
}

.event-social-container .section-container {
    height: auto
}

.single-espresso_events .event-social-container {
    width: 100%;
    top: auto;
    bottom: -30px
}

.single-espresso_events .espresso_events,
.single-espresso_events .espresso_venues {
    margin: 0
}

.single-espresso_events .single-tribe_events .single-hero {
    overflow: visible;
    z-index: 2
}

.single-espresso_events .single-tribe_events .single-hero .single-event-hero-title {
    bottom: 8px
}

@media (max-width:991px) {
    .single-espresso_events .single-tribe_events .single-hero .single-event-hero-title {
        bottom: 4px
    }
}

.section,
.single-espresso_events .single-tribe_events .main-event-content {
    position: relative;
    z-index: 1
}

.section,
.section-bg {
    background-size: cover;
    background-position: 50%
}

.section-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    transition: all .25s
}

.section-inner {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem
}

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

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

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

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

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

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

@media (min-width:1800px) {
    .section-container {
        max-width: 1400px
    }
}

@media (min-width:2000px) {
    .section-container {
        max-width: 1600px
    }
}

@media (max-width:1199.98px) {
    .section-container {
        max-width: none;
        width: 85%
    }
}

@media (max-width:767.98px) {
    .section-container {
        max-width: none;
        width: 90%
    }

    .section-container.w-100-sm {
        max-width: none !important;
        width: 100%
    }
}

@media (max-width:575.98px) {
    .section-container {
        max-width: none;
        width: 95%
    }

    .section-container.w-100-xs {
        max-width: none !important;
        width: 100%
    }
}

@media (min-width:576px) {
    .section-container.section--wide {
        max-width: 1210px
    }
}

@media (min-width:768px) {
    .section-container.section--wide {
        max-width: 1210px
    }
}

@media (min-width:992px) {
    .section-container.section--wide {
        max-width: 1210px
    }
}

@media (min-width:1200px) {
    .section-container.section--wide {
        max-width: 1210px
    }
}

@media (min-width:1600px) {
    .section-container.section--wide {
        max-width: 1400px
    }
}

@media (min-width:1800px) {
    .section-container.section--wide {
        max-width: 1600px
    }
}

@media (min-width:2000px) {
    .section-container.section--wide {
        max-width: 1800px
    }
}

.section-table {
    display: table;
    width: 100%
}

.section-table>div {
    display: table-cell;
    vertical-align: middle
}

#ee-spco-attendee_information-reg-step-form label,
#rtec label,
.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormFieldLabel,
.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormSectionHeading,
.event_wait_list-hidden-inputs label,
.section-label,
.single-tribe_events .tribe-events-event-meta .date-time-name-event,
.single-tribe_events .tribe-events-event-meta .tckt-slctr-tkt-details-dv h5 {
    font-size: .875rem;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 1rem
}

#ee-spco-attendee_information-reg-step-form label.bleeding-section-label-top,
#rtec label.bleeding-section-label-top,
.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .bleeding-section-label-top.BBFormFieldLabel,
.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .bleeding-section-label-top.BBFormSectionHeading,
.event_wait_list-hidden-inputs label.bleeding-section-label-top,
.section-label.bleeding-section-label-top,
.single-tribe_events .tribe-events-event-meta .bleeding-section-label-top.date-time-name-event,
.single-tribe_events .tribe-events-event-meta .tckt-slctr-tkt-details-dv h5.bleeding-section-label-top {
    margin-top: -2.1875rem
}

@media (max-width:575.98px) {

    #ee-spco-attendee_information-reg-step-form label.bleeding-section-label-top,
    #rtec label.bleeding-section-label-top,
    .BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .bleeding-section-label-top.BBFormFieldLabel,
    .BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .bleeding-section-label-top.BBFormSectionHeading,
    .event_wait_list-hidden-inputs label.bleeding-section-label-top,
    .section-label.bleeding-section-label-top,
    .single-tribe_events .tribe-events-event-meta .bleeding-section-label-top.date-time-name-event,
    .single-tribe_events .tribe-events-event-meta .tckt-slctr-tkt-details-dv h5.bleeding-section-label-top {
        margin-top: -2.5rem
    }
}

@media (max-width:575.98px) {

    #ee-spco-attendee_information-reg-step-form label,
    #rtec label,
    .BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormFieldLabel,
    .BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormSectionHeading,
    .event_wait_list-hidden-inputs label,
    .section-label,
    .single-tribe_events .tribe-events-event-meta .date-time-name-event,
    .single-tribe_events .tribe-events-event-meta .tckt-slctr-tkt-details-dv h5 {
        font-size: 1.125rem
    }
}

.section-primary {
    background-color: #00b5e6;
    color: #fff
}

.section-secondary {
    background-color: #04477f;
    color: #fff
}

.page-template-page-press-releases .main-container,
.section-beige {
    background-color: #edeae2
}

.section-beige-light {
    background-color: #f3f2f1
}

.section-gray {
    background-color: #363f49
}

.section-gray-light {
    background-color: #556474
}

.section-gray-lighter {
    background-color: #708297
}

.section-gray-dark {
    background-color: #2b333b
}

.section-gray-darker {
    background-color: #232629
}

.section-med .section-inner {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem
}

.section-lg .section-inner {
    padding-top: 200px;
    padding-bottom: 200px
}

@media (max-width:575.98px) {
    .section-lg .section-inner {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

.section-tall .section-inner {
    padding-top: 250px;
    padding-bottom: 250px
}

@media (max-width:991.98px) {
    .section-tall .section-inner {
        padding-top: 200px;
        padding-bottom: 200px
    }
}

@media (max-width:767.98px) {
    .section-tall .section-inner {
        padding-top: 150px;
        padding-bottom: 150px
    }
}

@media (max-width:575.98px) {
    .section-tall .section-inner {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

.section-tall-right .container-sm-up-6 {
    margin-left: auto;
    margin-right: 0
}

@media (min-width:576px) {
    .section-tall-right .container-sm-up-6 {
        width: calc(50% - 15px)
    }
}

.section-tall-top .section-inner {
    padding-top: 400px;
    padding-bottom: 200px
}

.section-tall-bot .section-inner {
    padding-bottom: 300px
}

@media (min-width:576px) {
    .section-wide .section-container {
        max-width: 1090px
    }
}

@media (min-width:768px) {
    .section-wide .section-container {
        max-width: 1130px
    }
}

@media (min-width:992px) {
    .section-wide .section-container {
        max-width: 1170px
    }
}

@media (min-width:1200px) {
    .section-wide .section-container {
        max-width: 1210px
    }
}

@media (min-width:1600px) {
    .section-wide .section-container {
        max-width: 1200px
    }
}

@media (min-width:1800px) {
    .section-wide .section-container {
        max-width: 1400px
    }
}

@media (min-width:2000px) {
    .section-wide .section-container {
        max-width: 1600px
    }
}

.section-top {
    background-color: #fff;
    color: #fff
}

@media (max-width:767.98px) {
    .section-top.section-med .section-inner {
        padding: 150px 0 100px
    }
}

.lax-mid,
.lax-top {
    overflow-y: hidden
}

.section-split {
    display: flex
}

@media (max-width:575.98px) {
    .section-split {
        display: block
    }
}

.section-split .section-inner {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 250px 0
}

@media (max-width:575.98px) {
    .section-split .section-inner {
        padding: 100px 0;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center
    }
}

.section-split .section-container {
    max-width: 28.125rem
}

@media (max-width:575.98px) {
    .section-split .section-container {
        max-width: 31.25rem
    }
}

.section-bleed-top-s {
    margin-top: -70px
}

.section-bleed-top-m {
    margin-top: -6.25rem
}

.section-bleed-top-l {
    margin-top: -150px
}

.section-bleed-top-xl {
    margin-top: -175px
}

.section-bleed-top {
    margin-top: -225px
}

.section-bleed-top .section-inner {
    padding-top: 350px
}

.section-bleed-top-slider {
    margin-top: -450px
}

.section-bleed-top-slider .section-inner {
    padding-top: 450px
}

.section-bleed-top-slider-reg {
    margin-top: -350px
}

.section-bleed-top-slider-reg .section-inner {
    padding-top: 350px
}

.flex-wrapper {
    display: flex
}

@media (max-width:767px) {
    .flex-wrapper__wrap-mobile {
        flex-wrap: wrap
    }
}

.flex-between {
    justify-content: space-between
}

.flex-100 {
    flex-basis: 100%
}

@media (max-width:575.98px) {
    #section-research-block-right {
        min-height: 21.875rem
    }
}

#section-intro p:last-child {
    margin-bottom: 0
}

@media (min-width:768px) {
    #section-blog-footer .section-container {
        display: flex
    }
}

#section-blog-footer .section-container.sc-narrow {
    max-width: 750px !important
}

@media (min-width:1200px) {
    #section-blog-footer .section-container.sc-narrow {
        max-width: 880px !important
    }
}

@media (min-width:1600px) {
    #section-blog-footer .section-container.sc-narrow {
        max-width: 1390px !important
    }
}

@media (max-width:767px) {
    #section-blog-footer .section-container.sc-narrow {
        text-align: center
    }
}

#section-blog-footer #share-buttons {
    height: 45px;
    margin-left: 0
}

#section-blog-footer #share-buttons a {
    margin-right: 1.4rem
}

#sbf-social-wrapper {
    width: 100%;
    display: block
}

@media (min-width:768px) {
    #sbf-social-wrapper {
        min-width: 228px
    }
}

@media (min-width:768px) {
    #sbf-icons {
        border-right: 1px solid #989898;
        flex-basis: 220px
    }
}

@media (max-width:767px) {
    #sbf-icons {
        margin-bottom: 1rem
    }

    #sbf-icons a {
        margin: 0 .7rem 0 0
    }
}

#sbf-text {
    display: flex;
    flex-direction: column;
    flex-basis: calc(100% - 280px)
}

@media (max-width:767px) {
    #sbf-text {
        flex-basis: 100%;
        display: block;
        margin: 0 auto
    }
}

#mc_embed_signup .gform_body {
    width: calc(100% - 140px) !important;
    float: left
}

#mc_embed_signup .gform_body li.gfield {
    margin-top: 0
}

@media (max-width:767px) {
    #mc_embed_signup .gform_body li.gfield {
        padding-right: 0 !important
    }
}

#mc_embed_signup .gform_body #mce-EMAIL {
    background: transparent;
    color: #000;
    padding: 14px 0 !important;
    font-size: 16px !important;
    border-radius: 0 !important;
    border: 0;
    border-bottom: 1px solid#00b5e6 !important;
    box-shadow: none !important;
    width: 100%
}

#mc_embed_signup .gform_fields {
    margin-top: 0
}

#mc_embed_signup .gform_fields input {
    background: transparent;
    margin-top: 0
}

#mc_embed_signup .gform_footer {
    width: 140px;
    float: right;
    clear: none;
    padding: 0;
    margin-top: 0
}

#mc_embed_signup .gform_footer input[type=submit] {
    width: 100%;
    margin: 0;
    min-width: 62px;
    background: #00b5e6;
    color: #fff;
    border: 1px solid#00b5e6 !important;
    font-size: 12.5px;
    border-radius: 0 !important
}

#mc_embed_signup .gform_footer input[type=submit]:active,
#mc_embed_signup .gform_footer input[type=submit]:focus,
#mc_embed_signup .gform_footer input[type=submit]:hover {
    border: 1px solid#00b5e6 !important;
    background: #fff !important;
    color: #00b5e6 !important
}

@media (min-width:1024px) {
    #mc_embed_signup .gform_footer input[type=submit] {
        min-width: 138px
    }
}

@media (max-width:767.98px) {
    #mc_embed_signup .gform_body {
        width: 100% !important;
        float: none
    }

    #mc_embed_signup .gform_footer {
        width: 100%;
        float: none
    }

    #mc_embed_signup .gform_footer input[type=submit] {
        min-height: 3rem !important
    }
}

.row-p-0 {
    margin-left: 0;
    margin-right: 0
}

.row-p-0>[class*=" col-"],
.row-p-0>[class^=col-] {
    padding-left: 0;
    padding-right: 0
}

.row-p-1 {
    margin-left: -.5rem;
    margin-right: -.5rem
}

.row-p-1>[class*=" col-"],
.row-p-1>[class^=col-] {
    padding-left: .5rem;
    padding-right: .5rem
}

.row-p-2 {
    margin-left: -1rem;
    margin-right: -1rem
}

.row-p-2>[class*=" col-"],
.row-p-2>[class^=col-] {
    padding-left: 1rem;
    padding-right: 1rem
}

.row-p-3 {
    margin-left: -1.5rem;
    margin-right: -1.5rem
}

.row-p-3>[class*=" col-"],
.row-p-3>[class^=col-] {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.row-p-4 {
    margin-left: -2rem;
    margin-right: -2rem
}

.row-p-4>[class*=" col-"],
.row-p-4>[class^=col-] {
    padding-left: 2rem;
    padding-right: 2rem
}

.row-p-5 {
    margin-left: -2.5rem;
    margin-right: -2.5rem
}

.row-p-5>[class*=" col-"],
.row-p-5>[class^=col-] {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.row-p-6 {
    margin-left: -3rem;
    margin-right: -3rem
}

.row-p-6>[class*=" col-"],
.row-p-6>[class^=col-] {
    padding-left: 3rem;
    padding-right: 3rem
}

.row-p-7 {
    margin-left: -3.5rem;
    margin-right: -3.5rem
}

.row-p-7>[class*=" col-"],
.row-p-7>[class^=col-] {
    padding-left: 3.5rem;
    padding-right: 3.5rem
}

.row-p-8 {
    margin-left: -4rem;
    margin-right: -4rem
}

.row-p-8>[class*=" col-"],
.row-p-8>[class^=col-] {
    padding-left: 4rem;
    padding-right: 4rem
}

@media (max-width:575.98px) {
    .row-p-sm-down-0 {
        margin-left: 0;
        margin-right: 0
    }

    .row-p-sm-down-0>[class*=" col-"],
    .row-p-sm-down-0>[class^=col-] {
        padding-left: 0;
        padding-right: 0
    }

    .row-p-sm-down-1 {
        margin-left: -.5rem;
        margin-right: -.5rem
    }

    .row-p-sm-down-1>[class*=" col-"],
    .row-p-sm-down-1>[class^=col-] {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .row-p-sm-down-2 {
        margin-left: -1rem;
        margin-right: -1rem
    }

    .row-p-sm-down-2>[class*=" col-"],
    .row-p-sm-down-2>[class^=col-] {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .row-p-sm-down-3 {
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }

    .row-p-sm-down-3>[class*=" col-"],
    .row-p-sm-down-3>[class^=col-] {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .row-p-sm-down-4 {
        margin-left: -2rem;
        margin-right: -2rem
    }

    .row-p-sm-down-4>[class*=" col-"],
    .row-p-sm-down-4>[class^=col-] {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .row-p-sm-down-5 {
        margin-left: -2.5rem;
        margin-right: -2.5rem
    }

    .row-p-sm-down-5>[class*=" col-"],
    .row-p-sm-down-5>[class^=col-] {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .row-p-sm-down-6 {
        margin-left: -3rem;
        margin-right: -3rem
    }

    .row-p-sm-down-6>[class*=" col-"],
    .row-p-sm-down-6>[class^=col-] {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .row-p-sm-down-7 {
        margin-left: -3.5rem;
        margin-right: -3.5rem
    }

    .row-p-sm-down-7>[class*=" col-"],
    .row-p-sm-down-7>[class^=col-] {
        padding-left: 3.5rem;
        padding-right: 3.5rem
    }

    .row-p-sm-down-8 {
        margin-left: -4rem;
        margin-right: -4rem
    }

    .row-p-sm-down-8>[class*=" col-"],
    .row-p-sm-down-8>[class^=col-] {
        padding-left: 4rem;
        padding-right: 4rem
    }
}

@media (min-width:576px) {
    .row-p-sm-up-0 {
        margin-left: 0;
        margin-right: 0
    }

    .row-p-sm-up-0>[class*=" col-"],
    .row-p-sm-up-0>[class^=col-] {
        padding-left: 0;
        padding-right: 0
    }

    .row-p-sm-up-1 {
        margin-left: -.5rem;
        margin-right: -.5rem
    }

    .row-p-sm-up-1>[class*=" col-"],
    .row-p-sm-up-1>[class^=col-] {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .row-p-sm-up-2 {
        margin-left: -1rem;
        margin-right: -1rem
    }

    .row-p-sm-up-2>[class*=" col-"],
    .row-p-sm-up-2>[class^=col-] {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .row-p-sm-up-3 {
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }

    .row-p-sm-up-3>[class*=" col-"],
    .row-p-sm-up-3>[class^=col-] {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .row-p-sm-up-4 {
        margin-left: -2rem;
        margin-right: -2rem
    }

    .row-p-sm-up-4>[class*=" col-"],
    .row-p-sm-up-4>[class^=col-] {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .row-p-sm-up-5 {
        margin-left: -2.5rem;
        margin-right: -2.5rem
    }

    .row-p-sm-up-5>[class*=" col-"],
    .row-p-sm-up-5>[class^=col-] {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .row-p-sm-up-6 {
        margin-left: -3rem;
        margin-right: -3rem
    }

    .row-p-sm-up-6>[class*=" col-"],
    .row-p-sm-up-6>[class^=col-] {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .row-p-sm-up-7 {
        margin-left: -3.5rem;
        margin-right: -3.5rem
    }

    .row-p-sm-up-7>[class*=" col-"],
    .row-p-sm-up-7>[class^=col-] {
        padding-left: 3.5rem;
        padding-right: 3.5rem
    }

    .row-p-sm-up-8 {
        margin-left: -4rem;
        margin-right: -4rem
    }

    .row-p-sm-up-8>[class*=" col-"],
    .row-p-sm-up-8>[class^=col-] {
        padding-left: 4rem;
        padding-right: 4rem
    }
}

@media (max-width:767.98px) {
    .row-p-md-down-0 {
        margin-left: 0;
        margin-right: 0
    }

    .row-p-md-down-0>[class*=" col-"],
    .row-p-md-down-0>[class^=col-] {
        padding-left: 0;
        padding-right: 0
    }

    .row-p-md-down-1 {
        margin-left: -.5rem;
        margin-right: -.5rem
    }

    .row-p-md-down-1>[class*=" col-"],
    .row-p-md-down-1>[class^=col-] {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .row-p-md-down-2 {
        margin-left: -1rem;
        margin-right: -1rem
    }

    .row-p-md-down-2>[class*=" col-"],
    .row-p-md-down-2>[class^=col-] {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .row-p-md-down-3 {
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }

    .row-p-md-down-3>[class*=" col-"],
    .row-p-md-down-3>[class^=col-] {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .row-p-md-down-4 {
        margin-left: -2rem;
        margin-right: -2rem
    }

    .row-p-md-down-4>[class*=" col-"],
    .row-p-md-down-4>[class^=col-] {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .row-p-md-down-5 {
        margin-left: -2.5rem;
        margin-right: -2.5rem
    }

    .row-p-md-down-5>[class*=" col-"],
    .row-p-md-down-5>[class^=col-] {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .row-p-md-down-6 {
        margin-left: -3rem;
        margin-right: -3rem
    }

    .row-p-md-down-6>[class*=" col-"],
    .row-p-md-down-6>[class^=col-] {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .row-p-md-down-7 {
        margin-left: -3.5rem;
        margin-right: -3.5rem
    }

    .row-p-md-down-7>[class*=" col-"],
    .row-p-md-down-7>[class^=col-] {
        padding-left: 3.5rem;
        padding-right: 3.5rem
    }

    .row-p-md-down-8 {
        margin-left: -4rem;
        margin-right: -4rem
    }

    .row-p-md-down-8>[class*=" col-"],
    .row-p-md-down-8>[class^=col-] {
        padding-left: 4rem;
        padding-right: 4rem
    }
}

@media (min-width:768px) {
    .row-p-md-up-0 {
        margin-left: 0;
        margin-right: 0
    }

    .row-p-md-up-0>[class*=" col-"],
    .row-p-md-up-0>[class^=col-] {
        padding-left: 0;
        padding-right: 0
    }

    .row-p-md-up-1 {
        margin-left: -.5rem;
        margin-right: -.5rem
    }

    .row-p-md-up-1>[class*=" col-"],
    .row-p-md-up-1>[class^=col-] {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .row-p-md-up-2 {
        margin-left: -1rem;
        margin-right: -1rem
    }

    .row-p-md-up-2>[class*=" col-"],
    .row-p-md-up-2>[class^=col-] {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .row-p-md-up-3 {
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }

    .row-p-md-up-3>[class*=" col-"],
    .row-p-md-up-3>[class^=col-] {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .row-p-md-up-4 {
        margin-left: -2rem;
        margin-right: -2rem
    }

    .row-p-md-up-4>[class*=" col-"],
    .row-p-md-up-4>[class^=col-] {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .row-p-md-up-5 {
        margin-left: -2.5rem;
        margin-right: -2.5rem
    }

    .row-p-md-up-5>[class*=" col-"],
    .row-p-md-up-5>[class^=col-] {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .row-p-md-up-6 {
        margin-left: -3rem;
        margin-right: -3rem
    }

    .row-p-md-up-6>[class*=" col-"],
    .row-p-md-up-6>[class^=col-] {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .row-p-md-up-7 {
        margin-left: -3.5rem;
        margin-right: -3.5rem
    }

    .row-p-md-up-7>[class*=" col-"],
    .row-p-md-up-7>[class^=col-] {
        padding-left: 3.5rem;
        padding-right: 3.5rem
    }

    .row-p-md-up-8 {
        margin-left: -4rem;
        margin-right: -4rem
    }

    .row-p-md-up-8>[class*=" col-"],
    .row-p-md-up-8>[class^=col-] {
        padding-left: 4rem;
        padding-right: 4rem
    }
}

@media (max-width:991.98px) {
    .row-p-lg-down-0 {
        margin-left: 0;
        margin-right: 0
    }

    .row-p-lg-down-0>[class*=" col-"],
    .row-p-lg-down-0>[class^=col-] {
        padding-left: 0;
        padding-right: 0
    }

    .row-p-lg-down-1 {
        margin-left: -.5rem;
        margin-right: -.5rem
    }

    .row-p-lg-down-1>[class*=" col-"],
    .row-p-lg-down-1>[class^=col-] {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .row-p-lg-down-2 {
        margin-left: -1rem;
        margin-right: -1rem
    }

    .row-p-lg-down-2>[class*=" col-"],
    .row-p-lg-down-2>[class^=col-] {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .row-p-lg-down-3 {
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }

    .row-p-lg-down-3>[class*=" col-"],
    .row-p-lg-down-3>[class^=col-] {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .row-p-lg-down-4 {
        margin-left: -2rem;
        margin-right: -2rem
    }

    .row-p-lg-down-4>[class*=" col-"],
    .row-p-lg-down-4>[class^=col-] {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .row-p-lg-down-5 {
        margin-left: -2.5rem;
        margin-right: -2.5rem
    }

    .row-p-lg-down-5>[class*=" col-"],
    .row-p-lg-down-5>[class^=col-] {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .row-p-lg-down-6 {
        margin-left: -3rem;
        margin-right: -3rem
    }

    .row-p-lg-down-6>[class*=" col-"],
    .row-p-lg-down-6>[class^=col-] {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .row-p-lg-down-7 {
        margin-left: -3.5rem;
        margin-right: -3.5rem
    }

    .row-p-lg-down-7>[class*=" col-"],
    .row-p-lg-down-7>[class^=col-] {
        padding-left: 3.5rem;
        padding-right: 3.5rem
    }

    .row-p-lg-down-8 {
        margin-left: -4rem;
        margin-right: -4rem
    }

    .row-p-lg-down-8>[class*=" col-"],
    .row-p-lg-down-8>[class^=col-] {
        padding-left: 4rem;
        padding-right: 4rem
    }
}

@media (min-width:992px) {
    .row-p-lg-up-0 {
        margin-left: 0;
        margin-right: 0
    }

    .row-p-lg-up-0>[class*=" col-"],
    .row-p-lg-up-0>[class^=col-] {
        padding-left: 0;
        padding-right: 0
    }

    .row-p-lg-up-1 {
        margin-left: -.5rem;
        margin-right: -.5rem
    }

    .row-p-lg-up-1>[class*=" col-"],
    .row-p-lg-up-1>[class^=col-] {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .row-p-lg-up-2 {
        margin-left: -1rem;
        margin-right: -1rem
    }

    .row-p-lg-up-2>[class*=" col-"],
    .row-p-lg-up-2>[class^=col-] {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .row-p-lg-up-3 {
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }

    .row-p-lg-up-3>[class*=" col-"],
    .row-p-lg-up-3>[class^=col-] {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .row-p-lg-up-4 {
        margin-left: -2rem;
        margin-right: -2rem
    }

    .row-p-lg-up-4>[class*=" col-"],
    .row-p-lg-up-4>[class^=col-] {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .row-p-lg-up-5 {
        margin-left: -2.5rem;
        margin-right: -2.5rem
    }

    .row-p-lg-up-5>[class*=" col-"],
    .row-p-lg-up-5>[class^=col-] {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .row-p-lg-up-6 {
        margin-left: -3rem;
        margin-right: -3rem
    }

    .row-p-lg-up-6>[class*=" col-"],
    .row-p-lg-up-6>[class^=col-] {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .row-p-lg-up-7 {
        margin-left: -3.5rem;
        margin-right: -3.5rem
    }

    .row-p-lg-up-7>[class*=" col-"],
    .row-p-lg-up-7>[class^=col-] {
        padding-left: 3.5rem;
        padding-right: 3.5rem
    }

    .row-p-lg-up-8 {
        margin-left: -4rem;
        margin-right: -4rem
    }

    .row-p-lg-up-8>[class*=" col-"],
    .row-p-lg-up-8>[class^=col-] {
        padding-left: 4rem;
        padding-right: 4rem
    }
}

@media (max-width:1199.98px) {
    .row-p-xl-down-0 {
        margin-left: 0;
        margin-right: 0
    }

    .row-p-xl-down-0>[class*=" col-"],
    .row-p-xl-down-0>[class^=col-] {
        padding-left: 0;
        padding-right: 0
    }

    .row-p-xl-down-1 {
        margin-left: -.5rem;
        margin-right: -.5rem
    }

    .row-p-xl-down-1>[class*=" col-"],
    .row-p-xl-down-1>[class^=col-] {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .row-p-xl-down-2 {
        margin-left: -1rem;
        margin-right: -1rem
    }

    .row-p-xl-down-2>[class*=" col-"],
    .row-p-xl-down-2>[class^=col-] {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .row-p-xl-down-3 {
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }

    .row-p-xl-down-3>[class*=" col-"],
    .row-p-xl-down-3>[class^=col-] {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .row-p-xl-down-4 {
        margin-left: -2rem;
        margin-right: -2rem
    }

    .row-p-xl-down-4>[class*=" col-"],
    .row-p-xl-down-4>[class^=col-] {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .row-p-xl-down-5 {
        margin-left: -2.5rem;
        margin-right: -2.5rem
    }

    .row-p-xl-down-5>[class*=" col-"],
    .row-p-xl-down-5>[class^=col-] {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .row-p-xl-down-6 {
        margin-left: -3rem;
        margin-right: -3rem
    }

    .row-p-xl-down-6>[class*=" col-"],
    .row-p-xl-down-6>[class^=col-] {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .row-p-xl-down-7 {
        margin-left: -3.5rem;
        margin-right: -3.5rem
    }

    .row-p-xl-down-7>[class*=" col-"],
    .row-p-xl-down-7>[class^=col-] {
        padding-left: 3.5rem;
        padding-right: 3.5rem
    }

    .row-p-xl-down-8 {
        margin-left: -4rem;
        margin-right: -4rem
    }

    .row-p-xl-down-8>[class*=" col-"],
    .row-p-xl-down-8>[class^=col-] {
        padding-left: 4rem;
        padding-right: 4rem
    }
}

@media (min-width:1200px) {
    .row-p-xl-up-0 {
        margin-left: 0;
        margin-right: 0
    }

    .row-p-xl-up-0>[class*=" col-"],
    .row-p-xl-up-0>[class^=col-] {
        padding-left: 0;
        padding-right: 0
    }

    .row-p-xl-up-1 {
        margin-left: -.5rem;
        margin-right: -.5rem
    }

    .row-p-xl-up-1>[class*=" col-"],
    .row-p-xl-up-1>[class^=col-] {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .row-p-xl-up-2 {
        margin-left: -1rem;
        margin-right: -1rem
    }

    .row-p-xl-up-2>[class*=" col-"],
    .row-p-xl-up-2>[class^=col-] {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .row-p-xl-up-3 {
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }

    .row-p-xl-up-3>[class*=" col-"],
    .row-p-xl-up-3>[class^=col-] {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .row-p-xl-up-4 {
        margin-left: -2rem;
        margin-right: -2rem
    }

    .row-p-xl-up-4>[class*=" col-"],
    .row-p-xl-up-4>[class^=col-] {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .row-p-xl-up-5 {
        margin-left: -2.5rem;
        margin-right: -2.5rem
    }

    .row-p-xl-up-5>[class*=" col-"],
    .row-p-xl-up-5>[class^=col-] {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .row-p-xl-up-6 {
        margin-left: -3rem;
        margin-right: -3rem
    }

    .row-p-xl-up-6>[class*=" col-"],
    .row-p-xl-up-6>[class^=col-] {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .row-p-xl-up-7 {
        margin-left: -3.5rem;
        margin-right: -3.5rem
    }

    .row-p-xl-up-7>[class*=" col-"],
    .row-p-xl-up-7>[class^=col-] {
        padding-left: 3.5rem;
        padding-right: 3.5rem
    }

    .row-p-xl-up-8 {
        margin-left: -4rem;
        margin-right: -4rem
    }

    .row-p-xl-up-8>[class*=" col-"],
    .row-p-xl-up-8>[class^=col-] {
        padding-left: 4rem;
        padding-right: 4rem
    }
}

.masonry-hero {
    position: relative;
    overflow-x: hidden
}

.masonry-hero img {
    width: 100%
}

.masonry-hero .slider-controls-wrap {
    position: absolute;
    bottom: 50px;
    left: 50px
}

@media (max-width:575.98px) {
    .masonry-hero .slider-controls-wrap {
        left: 20px;
        bottom: 15px
    }
}

.masonry-hero .slider-controls-wrap svg path,
.masonry-hero .slider-controls-wrap svg stroke {
    fill: #fff
}

.masonry-caption {
    position: absolute;
    bottom: 50px;
    left: 30px;
    color: #fff;
    font-size: .9rem;
    max-width: 13rem
}

@media (max-width:575.98px) {
    .masonry-caption {
        left: 20px;
        bottom: 15px
    }
}

.masonry-caption-right {
    left: auto;
    right: 50px
}

@media (max-width:575.98px) {
    .masonry-caption-right {
        right: 20px
    }
}

.masonry {
    column-count: 2;
    column-gap: 0;
    margin: 0;
    padding: 0
}

@media (max-width:767.98px) {
    .masonry {
        column-count: 1
    }
}

.masonry .masonry-item {
    position: relative;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.masonry .masonry-item img {
    width: 100%
}

.masonry .masonry-text-content {
    padding: 80px;
    background-color: #fff
}

.masonry .masonry-text-content h6 {
    max-width: 15.625rem
}

.inline-cols {
    margin-left: -2rem
}

.inline-cols .d-inline-block {
    padding: 0 2rem
}

.about-masonry .masonry {
    column-count: auto;
    column-gap: normal;
    display: flex;
    flex-wrap: wrap
}

.about-masonry .masonry .flex-item {
    flex-basis: 100%;
    column-count: 1
}

@media (min-width:768px) {
    .about-masonry .masonry .flex-item {
        flex-basis: 50%
    }
}

@media (min-width:992px) {
    .about-masonry .masonry .flex-item {
        flex-basis: 40%
    }
}

@media (min-width:992px) {
    .about-masonry .masonry .column-1 {
        flex-basis: 60%
    }
}

.about-masonry .masonry .column-1 .masonry-item {
    height: 50%
}

.about-masonry .masonry .masonry-text-content {
    padding-right: 60px
}

@media (max-width:991.98px) {
    .about-masonry .masonry .masonry-text-content {
        padding: 60px
    }
}

.about-masonry .masonry .masonry-text-content h6 {
    max-width: 100%;
    width: 100%;
    font-size: 1.5rem
}

@media (min-width:768px) {
    .about-masonry .masonry .masonry-text-content h6 {
        font-size: 1rem
    }
}

@media (min-width:1200px) {
    .about-masonry .masonry .masonry-text-content h6 {
        font-size: 1.5rem
    }
}

.about-masonry .masonry .img-fluid {
    height: 100%;
    object-fit: cover;
    object-position: center;
    font-family: "object-fit: cover; object-position: center;"
}

.btn,
.search-results #searchform #searchsubmit {
    font-size: 15px;
    min-width: 180px;
    border: 0;
    overflow-x: hidden;
    z-index: 2;
    font-weight: 400;
    font-family: 'Poppins', sans-serif
}

.btn[type=submit],
.search-results #searchform #searchsubmit[type=submit] {
    min-width: 0;
    max-width: none
}

.btn:not(.btn-link):active,
.btn:not(.btn-link):focus,
.btn:not(.btn-link):hover,
.search-results #searchform #searchsubmit:not(.btn-link):active,
.search-results #searchform #searchsubmit:not(.btn-link):focus,
.search-results #searchform #searchsubmit:not(.btn-link):hover {
    background-color: #00b5e6;
    border-color: #00b5e6
}

.btn-main {
    position: relative;
    background-color: transparent;
    transition: color 1s cubic-bezier(.19, 1, .22, 1)
}

.btn-main:active,
.btn-main:focus,
.btn-main:hover {
    background-color: inherit
}

.btn-main:after,
.btn-main:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 1
}

.btn-main:after {
    transform: translateX(-100%);
    z-index: -1;
    transition: transform 1s cubic-bezier(.19, 1, .22, 1)
}

.btn-main:before {
    background-color: #00b5e6;
    z-index: -2
}

.btn-main:hover {
    color: #00b5e6;
    transition: color 1s cubic-bezier(.19, 1, .22, 1);
    transition-delay: 0s !important
}

.btn-main:hover:after {
    transform: translateX(0);
    transition: transform 1s cubic-bezier(.19, 1, .22, 1)
}

.btn-white {
    background: #fff;
    color: #00b5e6;
    min-width: 254px
}

.btn-white:hover {
    color: #fff
}

.btn-white:hover .icon-share {
    transition: all 1s cubic-bezier(.19, 1, .22, 1)
}

.btn-white:hover .icon-share path {
    fill: #fff
}

.button-expand {
    display: inline-block;
    width: 62px;
    height: 62px;
    max-width: 62px;
    min-width: 62px;
    padding: 0;
    transition: none;
    overflow-x: visible
}

.button-expand .plus-expand {
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -7px
}

.button-expand .plus-expand:after,
.button-expand .plus-expand:before {
    content: " ";
    display: block;
    position: absolute;
    width: 2px;
    height: 14px;
    background-color: #fff;
    top: 0;
    left: 7px
}

.button-expand .plus-expand:after {
    transform: rotate(90deg)
}

.expand-link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5
}

.button-expand-sm {
    width: 40px;
    height: 40px;
    max-width: 40px;
    min-width: 40px
}

.text-expand {
    position: absolute;
    top: 50%;
    transform: translateX(-150%) translateY(-50%);
    opacity: 0;
    pointer-events: none;
    transition: all 1s cubic-bezier(.19, 1, .22, 1)
}

.text-expand svg {
    vertical-align: middle
}

.expand {
    position: relative
}

.expand h1,
.expand h2,
.expand h3,
.expand h4,
.expand p {
    position: relative;
    z-index: 1
}

.expand .item-type {
    transition: all 1.6s cubic-bezier(.19, 1, .22, 1)
}

@media (max-width:767.98px) {
    .expand {
        padding-bottom: 60px !important
    }

    .post-list-items .expand {
        padding-bottom: 0 !important
    }
}

.expand-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #00b5e6;
    opacity: 0;
    z-index: 1;
    transition: opacity 1s cubic-bezier(.19, 1, .22, 1)
}

.plus-expand {
    opacity: 1;
    transition: all 1s cubic-bezier(.19, 1, .22, 1);
    transition-delay: .125s
}

.expanded {
    background-image: none !important;
    color: #fff
}

.expanded .item-body-inner,
.expanded .item-date,
.expanded .item-excerpt,
.expanded .item-links,
.expanded .item-overlay-inner,
.expanded .item-title,
.expanded .item-type {
    position: relative;
    color: #fff !important;
    transition: all 1s cubic-bezier(.19, 1, .22, 1);
    z-index: 1000 !important
}

.expanded .expand-overlay {
    opacity: 1;
    transition: opacity 1s cubic-bezier(.19, 1, .22, 1)
}

.expanded .plus-expand {
    opacity: 0;
    transition: all .125s
}

.expanded .text-expand {
    transform: translateX(-88%) translateY(-50%);
    opacity: 1;
    pointer-events: all;
    transition: all 1.6s cubic-bezier(.19, 1, .22, 1);
    min-width: 120px !important
}

.expanded .button-expand {
    background-color: transparent;
    border-color: transparent;
    transition: all .125s
}

.expand-col,
.expand-col .item-date,
.expand-col .item-excerpt,
.expand-col .item-links,
.expand-col .item-title,
.expand-col:hover,
.expand-col a {
    transition: all 1.6s cubic-bezier(.19, 1, .22, 1)
}

.expand-col:hover {
    cursor: default;
    background-color: #00b5e6;
    transform: scale(1.0375) !important;
    transform-origin: top center
}

.expand-col:hover .item-date,
.expand-col:hover .item-excerpt,
.expand-col:hover .item-links,
.expand-col:hover .item-title,
.expand-col:hover a {
    color: #fff !important;
    transition: all 1s cubic-bezier(.19, 1, .22, 1)
}

.expand-col:hover .item-excerpt {
    opacity: 0
}

.button-arrow-down {
    position: relative;
    width: 62px;
    height: 62px;
    max-width: 62px;
    min-width: 62px
}

.button-arrow-down svg {
    display: block;
    position: absolute;
    width: 14px;
    height: 18px;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -7px
}

.button-arrow-down svg path {
    fill: #fff
}

.button-section-next {
    position: absolute;
    bottom: -31px;
    z-index: 5
}

.form-button {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    padding: .6875rem 1rem;
    min-width: unset;
    width: auto;
    background-color: transparent;
    color: #00b5e6;
    border: 0;
    font-size: 1rem;
    line-height: 1.5
}

.form-button:hover {
    background: none;
    background-color: transparent !important;
    color: #000
}

.btn-group>* {
    margin: 0 3.5rem
}

@media (max-width:575.98px) {
    .btn-group {
        display: block
    }

    .btn-group a {
        margin-left: 0 !important;
        width: 100%
    }

    .btn-group a:first-child {
        margin-bottom: 1.5rem
    }
}

#back-to-focus-areas a {
    vertical-align: middle;
    line-height: 1
}

#back-to-focus-areas a svg {
    vertical-align: middle
}

#back-to-focus-areas a .arrow-path {
    fill: #fff;
    vertical-align: middle;
    transition: all 1s cubic-bezier(.19, 1, .22, 1)
}

#back-to-focus-areas a:active .arrow-path,
#back-to-focus-areas a:focus .arrow-path,
#back-to-focus-areas a:hover .arrow-path {
    fill: #afafaf;
    transition: all 1s cubic-bezier(.19, 1, .22, 1)
}

#back-to-focus-areas a.link-white {
    display: block;
    margin-bottom: 0;
    transition: color 1s cubic-bezier(.19, 1, .22, 1)
}

#back-to-focus-areas a.link-white:active,
#back-to-focus-areas a.link-white:focus,
#back-to-focus-areas a.link-white:hover {
    color: #afafaf !important;
    transition: color 1s cubic-bezier(.19, 1, .22, 1)
}

.item-full-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

body .ui-datepicker {
    width: 242px
}

.bg-white .gform_wrapper div.validation_error {
    color: red !important
}

input,
input:active,
input:focus,
input:hover {
    outline: none !important;
    box-shadow: none !important
}

.form-label {
    font-size: .75rem;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase
}

.form-label:empty:before {
    display: block;
    content: "\A0"
}

.form-label:empty+.sp-control-checkbox,
.form-label:empty+.sp-control-radio {
    display: block
}

.form-control::-webkit-input-placeholder,
.select2-container--stimpack::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .2)
}

.form-control:-moz-placeholder,
.form-control::-moz-placeholder,
.select2-container--stimpack:-moz-placeholder,
.select2-container--stimpack::-moz-placeholder {
    color: rgba(0, 0, 0, .2)
}

.form-control:-ms-input-placeholder,
.select2-container--stimpack:-ms-input-placeholder {
    color: rgba(0, 0, 0, .2)
}

.form-control::-webkit-input-placeholder,
.select2-container--stimpack::-webkit-input-placeholder {
    text-transform: uppercase
}

.form-control:-moz-placeholder,
.form-control::-moz-placeholder,
.select2-container--stimpack:-moz-placeholder,
.select2-container--stimpack::-moz-placeholder {
    text-transform: uppercase
}

.form-control:-ms-input-placeholder,
.select2-container--stimpack:-ms-input-placeholder {
    text-transform: uppercase
}

.form-control::-webkit-input-placeholder,
.select2-container--stimpack::-webkit-input-placeholder {
    font-weight: 700
}

.form-control:-moz-placeholder,
.form-control::-moz-placeholder,
.select2-container--stimpack:-moz-placeholder,
.select2-container--stimpack::-moz-placeholder {
    font-weight: 700
}

.form-control:-ms-input-placeholder,
.select2-container--stimpack:-ms-input-placeholder {
    font-weight: 700
}

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

.form-underlined .form-control,
.form-underlined .select2-container--stimpack .select2-selection {
    border: none;
    border-bottom: 2px solid#00b5e6;
    padding-left: 0;
    padding-right: 0
}

.search-bar .section-inner {
    padding: 0
}

.search-bar .container-p {
    padding: 40px 100px 60px;
    background-color: #fff
}

@media (max-width:767.98px) {
    .search-bar .container-p {
        padding: 20px 40px 40px
    }
}

@media (max-width:575.98px) {
    .search-bar .container-p {
        padding: 10px 20px 30px
    }
}

.search-bar .form-control {
    border: none;
    border-bottom: 2px solid#00b5e6;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    color: #00b5e6
}

@media (max-width:767.98px) {
    .search-bar .form-button {
        padding: 1rem
    }
}

.search-bar::placeholder {
    text-transform: none
}

.search-bar-hero {
    position: absolute;
    top: -4.5rem;
    left: 0;
    width: 100%;
    z-index: 100
}

@media (max-width:575.98px) {
    .search-bar-hero {
        top: -3.5rem
    }
}

#search-submit:focus {
    background: none
}

.gform_wrapper .gfield_label {
    font-size: .875rem !important;
    margin-bottom: 0 !important
}

.ginput_container {
    margin-top: 0 !important;
    margin-bottom: 20px !important
}

.ginput_container .ginput_counter {
    display: none
}

.ginput_container input,
.ginput_container select,
.ginput_container textarea {
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-radius: 0 !important
}

.ginput_container input {
    border: 0;
    border-bottom: 2px solid#00b5e6 !important;
    border-radius: 0 !important;
    width: 100% !important;
    padding-bottom: 8px !important;
    transition: all 1s cubic-bezier(.19, 1, .22, 1)
}

.ginput_container input::placeholder {
    color: rgba(0, 0, 0, .2);
    opacity: 1;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400
}

.ginput_container input:focus {
    outline: none;
    transition: all 1s cubic-bezier(.19, 1, .22, 1)
}

.ginput_container textarea {
    border: 0 !important;
    border-bottom: 2px solid#00b5e6 !important;
    border-radius: 0 !important;
    height: 150px !important;
    overflow: hidden;
    transition: all 1s cubic-bezier(.19, 1, .22, 1)
}

.ginput_container textarea::placeholder {
    color: rgba(0, 0, 0, .2);
    opacity: 1;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400
}

.ginput_container textarea:focus {
    outline: none;
    transition: all 1s cubic-bezier(.19, 1, .22, 1)
}

.ginput_container select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    vertical-align: middle;
    background: #fff;
    background-size: 8px 10px;
    border: 0;
    border-bottom: 2px solid#00b5e6 !important;
    border-radius: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: rgba(0, 0, 0, .2);
    opacity: 1;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important
}

.ginput_container select:focus {
    outline: none;
    transition: all 1s cubic-bezier(.19, 1, .22, 1)
}

.ginput_container select.option-selected {
    color: #000;
    font-family: 'Poppins', sans-serif !important
}

.ginput_container .datepicker.hasDatepicker {
    padding: 4px !important
}

.gform_footer input[type=submit] {
    font-size: 15px;
    min-width: 180px;
    border: 0 !important;
    border-radius: 0 !important;
    overflow-x: hidden;
    z-index: 2;
    background: #00b5e6;
    color: #fff;
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    transition: all 1s cubic-bezier(.19, 1, .22, 1)
}

.gform_footer input[type=submit]:hover {
    background: #000;
    color: #fff;
    transition: all 1s cubic-bezier(.19, 1, .22, 1)
}

.gform_wrapper label.gfield_label {
    font-weight: 400;
    font-family: 'Poppins', sans-serif
}

.gform_wrapper div.validation_error {
    text-align: left !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    color: #fff !important;
    border-top: 0 !important;
    border-bottom: 0 !important
}

#sbf-text .gform_wrapper .validation_message,
#sbf-text .gform_wrapper div.validation_error {
    color: #000 !important
}

.gform_wrapper .validation_message {
    color: #fff !important
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield_error textarea {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    background-color: transparent !important
}

.gform_wrapper .gfield_required {
    color: #000 !important
}

.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper .gfield_error .gfield_label .gfield_required {
    color: red !important
}

#gform_ajax_spinner_2 {
    width: 40px;
    height: auto;
    padding-top: 10px
}

@media only screen and (min-width:641px) {
    .footer-right .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
        max-width: none !important
    }
}

.page-id-466 .form-underlined_wrapper {
    position: relative
}

.page-id-466 .form-underlined_wrapper .gform_footer {
    position: absolute;
    bottom: -7.1875rem;
    left: 0
}

.page-id-784 .ginput_container textarea {
    height: 80px !important
}

@media only screen and (min-width:641px) {
    .gform_wrapper ul.gform_fields li.gfield {
        padding-right: 1.875rem !important
    }
}

.tribe-events-notices {
    border: 0;
    border-radius: 0
}

#rtec {
    max-width: none;
    min-width: auto
}

#rtec .rtec-form-wrapper {
    padding: 60px;
    border: 0
}

@media (max-width:767.98px) {
    #rtec .rtec-form-wrapper {
        padding: 20px
    }
}

#rtec .rtec-register-button {
    border: 0;
    padding-left: 30px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif
}

#rtec .rtec-error,
#rtec .rtec-valid {
    border: 0 !important
}

#ee-promotion-code-input {
    border: 0;
    border-bottom: 2px solid#00b5e6 !important;
    border-radius: 0;
    width: 100% !important;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 8px !important;
    transition: all 1s cubic-bezier(.19, 1, .22, 1)
}

#ee-promotion-code-input::placeholder {
    color: rgba(0, 0, 0, .2);
    opacity: 1;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400
}

@media (max-width:767.98px) {
    #ee-promotion-code-input::placeholder {
        font-size: 14px
    }
}

#ee-promotion-code-input:focus {
    outline: none;
    transition: all 1s cubic-bezier(.19, 1, .22, 1)
}

#ee-spco-attendee_information-reg-step-form label,
#rtec label,
.event_wait_list-hidden-inputs label {
    margin-bottom: 0
}

#ee-spco-attendee_information-reg-step-form .rtec-register-button,
#rtec .rtec-register-button,
.event_wait_list-hidden-inputs .rtec-register-button {
    margin-bottom: .625rem
}

#ee-spco-attendee_information-reg-step-form input[type=email],
#ee-spco-attendee_information-reg-step-form input[type=number],
#ee-spco-attendee_information-reg-step-form input[type=tel],
#ee-spco-attendee_information-reg-step-form input[type=text],
#rtec input[type=email],
#rtec input[type=number],
#rtec input[type=tel],
#rtec input[type=text],
.event_wait_list-hidden-inputs input[type=email],
.event_wait_list-hidden-inputs input[type=number],
.event_wait_list-hidden-inputs input[type=tel],
.event_wait_list-hidden-inputs input[type=text] {
    border: 0;
    border-bottom: 2px solid#00b5e6 !important;
    border-radius: 0;
    width: 100% !important;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 8px !important;
    transition: all 1s cubic-bezier(.19, 1, .22, 1)
}

#ee-spco-attendee_information-reg-step-form input[type=email]::placeholder,
#ee-spco-attendee_information-reg-step-form input[type=number]::placeholder,
#ee-spco-attendee_information-reg-step-form input[type=tel]::placeholder,
#ee-spco-attendee_information-reg-step-form input[type=text]::placeholder,
#rtec input[type=email]::placeholder,
#rtec input[type=number]::placeholder,
#rtec input[type=tel]::placeholder,
#rtec input[type=text]::placeholder,
.event_wait_list-hidden-inputs input[type=email]::placeholder,
.event_wait_list-hidden-inputs input[type=number]::placeholder,
.event_wait_list-hidden-inputs input[type=tel]::placeholder,
.event_wait_list-hidden-inputs input[type=text]::placeholder {
    color: rgba(0, 0, 0, .2);
    opacity: 1;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400
}

@media (max-width:767.98px) {

    #ee-spco-attendee_information-reg-step-form input[type=email]::placeholder,
    #ee-spco-attendee_information-reg-step-form input[type=number]::placeholder,
    #ee-spco-attendee_information-reg-step-form input[type=tel]::placeholder,
    #ee-spco-attendee_information-reg-step-form input[type=text]::placeholder,
    #rtec input[type=email]::placeholder,
    #rtec input[type=number]::placeholder,
    #rtec input[type=tel]::placeholder,
    #rtec input[type=text]::placeholder,
    .event_wait_list-hidden-inputs input[type=email]::placeholder,
    .event_wait_list-hidden-inputs input[type=number]::placeholder,
    .event_wait_list-hidden-inputs input[type=tel]::placeholder,
    .event_wait_list-hidden-inputs input[type=text]::placeholder {
        font-size: 14px
    }
}

#ee-spco-attendee_information-reg-step-form input[type=email]:focus,
#ee-spco-attendee_information-reg-step-form input[type=number]:focus,
#ee-spco-attendee_information-reg-step-form input[type=tel]:focus,
#ee-spco-attendee_information-reg-step-form input[type=text]:focus,
#rtec input[type=email]:focus,
#rtec input[type=number]:focus,
#rtec input[type=tel]:focus,
#rtec input[type=text]:focus,
.event_wait_list-hidden-inputs input[type=email]:focus,
.event_wait_list-hidden-inputs input[type=number]:focus,
.event_wait_list-hidden-inputs input[type=tel]:focus,
.event_wait_list-hidden-inputs input[type=text]:focus {
    outline: none;
    transition: all 1s cubic-bezier(.19, 1, .22, 1)
}

#ee-spco-attendee_information-reg-step-form .ee-reg-qstn,
#ee-spco-attendee_information-reg-step-form .rtec-form-field,
#rtec .ee-reg-qstn,
#rtec .rtec-form-field,
.event_wait_list-hidden-inputs .ee-reg-qstn,
.event_wait_list-hidden-inputs .rtec-form-field {
    margin-bottom: 25px
}

#ee-spco-attendee_information-reg-step-form select,
#rtec select,
.event_wait_list-hidden-inputs select {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: .375rem 1.75rem .375rem .75rem;
    padding-left: 0;
    line-height: 1.5;
    vertical-align: middle;
    background: #fff;
    background-size: 8px 10px;
    border: 0;
    border-bottom: 2px solid#00b5e6 !important;
    border-radius: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: rgba(0, 0, 0, .2);
    opacity: 1;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important
}

#ee-spco-attendee_information-reg-step-form select:focus,
#rtec select:focus,
.event_wait_list-hidden-inputs select:focus {
    outline: none;
    transition: all 1s cubic-bezier(.19, 1, .22, 1)
}

@media (max-width:767.98px) {

    #ee-spco-attendee_information-reg-step-form select,
    #rtec select,
    .event_wait_list-hidden-inputs select {
        height: auto;
        font-size: 14px
    }
}

#ee-spco-attendee_information-reg-step-form textarea,
#rtec textarea,
.event_wait_list-hidden-inputs textarea {
    -webkit-appearance: none;
    appearance: none;
    border: 0 !important;
    border-bottom: 2px solid#00b5e6 !important;
    border-radius: 0;
    padding-left: 0;
    height: 150px !important;
    overflow: hidden;
    resize: none;
    transition: all 1s cubic-bezier(.19, 1, .22, 1)
}

#ee-spco-attendee_information-reg-step-form textarea::placeholder,
#rtec textarea::placeholder,
.event_wait_list-hidden-inputs textarea::placeholder {
    color: rgba(0, 0, 0, .2);
    opacity: 1;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400
}

@media (max-width:767.98px) {

    #ee-spco-attendee_information-reg-step-form textarea::placeholder,
    #rtec textarea::placeholder,
    .event_wait_list-hidden-inputs textarea::placeholder {
        font-size: 14px
    }
}

#ee-spco-attendee_information-reg-step-form textarea:focus,
#rtec textarea:focus,
.event_wait_list-hidden-inputs textarea:focus {
    outline: none;
    transition: all 1s cubic-bezier(.19, 1, .22, 1)
}

#ee-spco-attendee_information-reg-step-form input[type=submit],
#rtec input[type=submit],
.event_wait_list-hidden-inputs input[type=submit] {
    border: 0;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    padding: 12px 40px
}

#cart-results-modal-wrap-dv .button,
#ee-spco-attendee_information-reg-step-form input[type=submit],
#ee-stripe-button-btn,
#event-cart .event-cart-grand-total .event-cart-button.button,
#event-cart .event-cart-whats-next-buttons .event-cart-button.button,
#spco-attendee_information-dv .cart-results-button.button,
#spco-attendee_information-dv .event-cart-button.button,
#spco-attendee_information-dv .mini-cart-button.button,
#spco-go-to-step-finalize_registration-submit,
#spco-payment_options-dv #ee-promotion-code-submit,
#spco-payment_options-dv .return-to-event-cart-mini-cart-lnk.view-cart-lnk,
.ee-submit-wait-list-btn input[type=submit] {
    position: relative;
    margin-bottom: 30px;
    padding: 12px 40px 12px 16px;
    padding-right: 40px !important;
    font-size: 16px;
    cursor: pointer;
    border: 0;
    padding-left: 30px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: .625rem;
    background-color: #00b5e6;
    color: #fff;
    display: inline-block
}

#cart-results-modal-wrap-dv .button:active,
#cart-results-modal-wrap-dv .button:focus,
#cart-results-modal-wrap-dv .button:hover,
#ee-spco-attendee_information-reg-step-form input[type=submit]:active,
#ee-spco-attendee_information-reg-step-form input[type=submit]:focus,
#ee-spco-attendee_information-reg-step-form input[type=submit]:hover,
#ee-stripe-button-btn:active,
#ee-stripe-button-btn:focus,
#ee-stripe-button-btn:hover,
#event-cart .event-cart-grand-total .event-cart-button.button:active,
#event-cart .event-cart-grand-total .event-cart-button.button:focus,
#event-cart .event-cart-grand-total .event-cart-button.button:hover,
#event-cart .event-cart-whats-next-buttons .event-cart-button.button:active,
#event-cart .event-cart-whats-next-buttons .event-cart-button.button:focus,
#event-cart .event-cart-whats-next-buttons .event-cart-button.button:hover,
#spco-attendee_information-dv .cart-results-button.button:active,
#spco-attendee_information-dv .cart-results-button.button:focus,
#spco-attendee_information-dv .cart-results-button.button:hover,
#spco-attendee_information-dv .event-cart-button.button:active,
#spco-attendee_information-dv .event-cart-button.button:focus,
#spco-attendee_information-dv .event-cart-button.button:hover,
#spco-attendee_information-dv .mini-cart-button.button:active,
#spco-attendee_information-dv .mini-cart-button.button:focus,
#spco-attendee_information-dv .mini-cart-button.button:hover,
#spco-go-to-step-finalize_registration-submit:active,
#spco-go-to-step-finalize_registration-submit:focus,
#spco-go-to-step-finalize_registration-submit:hover,
#spco-payment_options-dv #ee-promotion-code-submit:active,
#spco-payment_options-dv #ee-promotion-code-submit:focus,
#spco-payment_options-dv #ee-promotion-code-submit:hover,
#spco-payment_options-dv .return-to-event-cart-mini-cart-lnk.view-cart-lnk:active,
#spco-payment_options-dv .return-to-event-cart-mini-cart-lnk.view-cart-lnk:focus,
#spco-payment_options-dv .return-to-event-cart-mini-cart-lnk.view-cart-lnk:hover,
.ee-submit-wait-list-btn input[type=submit]:active,
.ee-submit-wait-list-btn input[type=submit]:focus,
.ee-submit-wait-list-btn input[type=submit]:hover {
    background-color: #fff;
    color: #00b5e6
}

#spco-attendee_information-dv .cart-results-button.button,
#spco-attendee_information-dv .event-cart-button.button,
#spco-attendee_information-dv .mini-cart-button.button {
    border-radius: 0;
    line-height: inherit;
    padding-left: 40px !important;
    padding-right: 40px !important
}

#ee-promotion-code-input,
#ee-promotion-code-submit {
    top: auto !important
}

@media (min-width:1024px) {
    #ee-spco-payment_options-reg-step-form-payment-options-before-payment-options #ee-promotion-code-input {
        max-width: 80%
    }
}

#ee-spco-payment_options-reg-step-form-payment-options-before-payment-options br {
    display: none !important
}

.sp-control-checkbox {
    display: inline-block;
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7
}

.sp-control-checkbox input {
    position: absolute;
    margin: 0;
    opacity: 0;
    visibility: hidden
}

.sp-control-checkbox label {
    cursor: pointer;
    margin: 0;
    font-size: .75rem;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase
}

.sp-control-checkbox .sp-control-checkbox-table {
    display: table
}

.sp-control-checkbox .sp-control-checkbox-table>div {
    display: table-cell;
    vertical-align: top
}

.sp-control-checkbox .sp-control-checkbox-toggle {
    display: block;
    overflow: hidden
}

.sp-control-checkbox .sp-control-checkbox-toggle-slider {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.sp-control-checkbox .sp-control-checkbox-label-cell:first-child {
    padding-right: .5rem
}

.sp-control-checkbox .sp-control-checkbox-label-cell:last-child {
    padding-left: .5rem
}

.sp-control-radio {
    display: inline-block;
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7
}

.sp-control-radio input {
    position: absolute;
    margin: 0;
    opacity: 0;
    visibility: hidden
}

.sp-control-radio label {
    cursor: pointer;
    margin: 0;
    font-size: .75rem;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase
}

.sp-control-radio .sp-control-radio-table {
    display: table
}

.sp-control-radio .sp-control-radio-table>div {
    display: table-cell;
    vertical-align: top
}

.sp-control-radio .sp-control-radio-toggle {
    display: block;
    overflow: hidden
}

.sp-control-radio .sp-control-radio-toggle-slider {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.sp-control-radio .sp-control-radio-label-cell:first-child {
    padding-right: .5rem
}

.sp-control-radio .sp-control-radio-label-cell:last-child {
    padding-left: .5rem
}

.sp-control-checkbox:not(.sp-control-toggle-switch) .sp-control-checkbox-toggle-cell {
    padding-top: calc(((3.075rem + 2px) - 1.5rem) / 2)
}

.sp-control-checkbox:not(.sp-control-toggle-switch) .sp-control-checkbox-toggle {
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid#00b5e6
}

.sp-control-checkbox:not(.sp-control-toggle-switch) .sp-control-checkbox-toggle .sp-control-checkbox-toggle-slider {
    display: block;
    width: 100%;
    height: 100%
}

.sp-control-checkbox:not(.sp-control-toggle-switch) .sp-control-checkbox-toggle .sp-control-checkbox-toggle-slider .sp-control-checkbox-toggle-slider-options {
    position: relative;
    display: block;
    width: 100%;
    height: 100%
}

.sp-control-checkbox:not(.sp-control-toggle-switch) .sp-control-checkbox-toggle .sp-control-checkbox-toggle-slider .sp-control-checkbox-toggle-slider-options>span {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.sp-control-checkbox:not(.sp-control-toggle-switch) .sp-control-checkbox-toggle .sp-control-checkbox-toggle-slider .sp-control-checkbox-toggle-slider-options>span,
.sp-control-checkbox:not(.sp-control-toggle-switch) .sp-control-checkbox-toggle .sp-control-checkbox-toggle-slider .sp-control-checkbox-toggle-slider-options>span>span {
    transition: all .2s
}

.sp-control-checkbox:not(.sp-control-toggle-switch) .sp-control-checkbox-toggle .sp-control-checkbox-toggle-on>span {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #00b5e6;
    opacity: 0;
    transform: scale(0)
}

.sp-control-checkbox:not(.sp-control-toggle-switch) .sp-control-checkbox-label-cell {
    padding-top: calc(.6875rem + 1px);
    padding-bottom: calc(.6875rem + 1px)
}

.sp-control-checkbox:not(.sp-control-toggle-switch) input:checked+div .sp-control-checkbox-toggle .sp-control-checkbox-toggle-on>span {
    opacity: 1;
    transform: scale(.5)
}

.sp-control-checkbox:not(.sp-control-toggle-switch) input:checked+div .sp-control-checkbox-toggle .sp-control-checkbox-toggle-off>span {
    opacity: 0;
    transform: scale(0)
}

.sp-control-radio:not(.sp-control-toggle-switch) .sp-control-radio-toggle-cell {
    padding-top: calc(((3.075rem + 2px) - 1.5rem) / 2)
}

.sp-control-radio:not(.sp-control-toggle-switch) .sp-control-radio-toggle {
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid#00b5e6
}

.sp-control-radio:not(.sp-control-toggle-switch) .sp-control-radio-toggle .sp-control-radio-toggle-slider {
    display: block;
    width: 100%;
    height: 100%
}

.sp-control-radio:not(.sp-control-toggle-switch) .sp-control-radio-toggle .sp-control-radio-toggle-slider .sp-control-radio-toggle-slider-options {
    position: relative;
    display: block;
    width: 100%;
    height: 100%
}

.sp-control-radio:not(.sp-control-toggle-switch) .sp-control-radio-toggle .sp-control-radio-toggle-slider .sp-control-radio-toggle-slider-options>span {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.sp-control-radio:not(.sp-control-toggle-switch) .sp-control-radio-toggle .sp-control-radio-toggle-slider .sp-control-radio-toggle-slider-options>span,
.sp-control-radio:not(.sp-control-toggle-switch) .sp-control-radio-toggle .sp-control-radio-toggle-slider .sp-control-radio-toggle-slider-options>span>span {
    transition: all .2s
}

.sp-control-radio:not(.sp-control-toggle-switch) .sp-control-radio-toggle .sp-control-radio-toggle-on>span {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #00b5e6;
    opacity: 0;
    transform: scale(0)
}

.sp-control-radio:not(.sp-control-toggle-switch) .sp-control-radio-label-cell {
    padding-top: calc(.6875rem + 1px);
    padding-bottom: calc(.6875rem + 1px)
}

.sp-control-radio:not(.sp-control-toggle-switch) input:checked+div .sp-control-radio-toggle .sp-control-radio-toggle-on>span {
    opacity: 1;
    transform: scale(.5)
}

.sp-control-radio:not(.sp-control-toggle-switch) input:checked+div .sp-control-radio-toggle .sp-control-radio-toggle-off>span {
    opacity: 0;
    transform: scale(0)
}

.sp-control-radio:not(.sp-control-toggle-switch) .sp-control-radio-toggle,
.sp-control-radio:not(.sp-control-toggle-switch) .sp-control-radio-toggle .sp-control-radio-toggle-on>span {
    border-radius: 50%
}

.sp-control-radios .sp-control-radio:not(:last-child) {
    margin-right: 15px
}

.sp-control-toggle-switch {
    padding: 0
}

.sp-control-toggle-switch .sp-control-checkbox-toggle {
    display: block;
    border: 1px solid#00b5e6;
    background-color: #fff
}

.sp-control-toggle-switch .sp-control-checkbox-toggle .sp-control-checkbox-toggle-slider {
    display: block;
    width: 200%;
    text-align: center;
    color: #232629;
    transition: all .2s;
    transform: translateX(-50%)
}

.sp-control-toggle-switch .sp-control-checkbox-toggle .sp-control-checkbox-toggle-slider .sp-control-checkbox-toggle-slider-options {
    display: table;
    table-layout: fixed;
    width: 100%
}

.sp-control-toggle-switch .sp-control-checkbox-toggle .sp-control-checkbox-toggle-slider .sp-control-checkbox-toggle-slider-options>span {
    display: table-cell;
    width: 50%
}

.sp-control-toggle-switch .sp-control-checkbox-toggle .sp-control-checkbox-toggle-slider .sp-control-checkbox-toggle-slider-handle {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 50%;
    background-color: #556474;
    border-radius: 50%;
    transform: scale(.65);
    transition: all .2s
}

.sp-control-toggle-switch input:checked+div .sp-control-checkbox-toggle .sp-control-checkbox-toggle-slider {
    transform: translateX(0)
}

.sp-control-toggle-switch input:checked+div .sp-control-checkbox-toggle .sp-control-checkbox-toggle-slider .sp-control-checkbox-toggle-slider-handle {
    background-color: #00b5e6
}

.sp-control-toggle-switch .sp-control-checkbox-toggle {
    width: 6.15rem;
    border-radius: 3.075rem
}

.sp-control-toggle-switch .sp-control-checkbox-toggle .sp-control-checkbox-toggle-slider {
    margin-left: 1.5375rem
}

.sp-control-toggle-switch .sp-control-checkbox-toggle .sp-control-checkbox-toggle-slider .sp-control-checkbox-toggle-slider-options {
    height: 3.075rem
}

.sp-control-toggle-switch .sp-control-checkbox-toggle .sp-control-checkbox-toggle-slider .sp-control-checkbox-toggle-slider-options>span {
    padding: .6875rem 1.7875rem
}

.sp-control-toggle-switch .sp-control-checkbox-toggle .sp-control-checkbox-toggle-slider .sp-control-checkbox-toggle-slider-options>span:first-child {
    padding-left: 2.0375rem
}

.sp-control-toggle-switch .sp-control-checkbox-toggle .sp-control-checkbox-toggle-slider .sp-control-checkbox-toggle-slider-options>span:last-child {
    padding-right: 2.0375rem
}

.sp-control-toggle-switch .sp-control-checkbox-toggle .sp-control-checkbox-toggle-slider .sp-control-checkbox-toggle-slider-handle {
    width: 3.075rem;
    margin-left: -1.5375rem
}

.sp-control-toggle-switch .sp-control-checkbox-label-cell {
    padding-top: calc(.6875rem + 1px);
    padding-bottom: calc(.6875rem + 1px)
}

.sp-control-toggle-switch input:checked+div .sp-control-checkbox-toggle .sp-control-checkbox-toggle-slider {
    margin-left: -1.5375rem
}

.sp-control-toggle-switch .sp-control-radio-toggle {
    display: block;
    border: 1px solid#00b5e6;
    background-color: #fff
}

.sp-control-toggle-switch .sp-control-radio-toggle .sp-control-radio-toggle-slider {
    display: block;
    width: 200%;
    text-align: center;
    color: #232629;
    transition: all .2s;
    transform: translateX(-50%)
}

.sp-control-toggle-switch .sp-control-radio-toggle .sp-control-radio-toggle-slider .sp-control-radio-toggle-slider-options {
    display: table;
    table-layout: fixed;
    width: 100%
}

.sp-control-toggle-switch .sp-control-radio-toggle .sp-control-radio-toggle-slider .sp-control-radio-toggle-slider-options>span {
    display: table-cell;
    width: 50%
}

.sp-control-toggle-switch .sp-control-radio-toggle .sp-control-radio-toggle-slider .sp-control-radio-toggle-slider-handle {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 50%;
    background-color: #556474;
    border-radius: 50%;
    transform: scale(.65);
    transition: all .2s
}

.sp-control-toggle-switch input:checked+div .sp-control-radio-toggle .sp-control-radio-toggle-slider {
    transform: translateX(0)
}

.sp-control-toggle-switch input:checked+div .sp-control-radio-toggle .sp-control-radio-toggle-slider .sp-control-radio-toggle-slider-handle {
    background-color: #00b5e6
}

.sp-control-toggle-switch .sp-control-radio-toggle {
    width: 6.15rem;
    border-radius: 3.075rem
}

.sp-control-toggle-switch .sp-control-radio-toggle .sp-control-radio-toggle-slider {
    margin-left: 1.5375rem
}

.sp-control-toggle-switch .sp-control-radio-toggle .sp-control-radio-toggle-slider .sp-control-radio-toggle-slider-options {
    height: 3.075rem
}

.sp-control-toggle-switch .sp-control-radio-toggle .sp-control-radio-toggle-slider .sp-control-radio-toggle-slider-options>span {
    padding: .6875rem 1.7875rem
}

.sp-control-toggle-switch .sp-control-radio-toggle .sp-control-radio-toggle-slider .sp-control-radio-toggle-slider-options>span:first-child {
    padding-left: 2.0375rem
}

.sp-control-toggle-switch .sp-control-radio-toggle .sp-control-radio-toggle-slider .sp-control-radio-toggle-slider-options>span:last-child {
    padding-right: 2.0375rem
}

.sp-control-toggle-switch .sp-control-radio-toggle .sp-control-radio-toggle-slider .sp-control-radio-toggle-slider-handle {
    width: 3.075rem;
    margin-left: -1.5375rem
}

.sp-control-toggle-switch .sp-control-radio-label-cell {
    padding-top: calc(.6875rem + 1px);
    padding-bottom: calc(.6875rem + 1px)
}

.sp-control-toggle-switch input:checked+div .sp-control-radio-toggle .sp-control-radio-toggle-slider {
    margin-left: -1.5375rem
}

.sp-control-toggle-switch-sm .sp-control-checkbox-toggle {
    width: 3.975rem;
    border-radius: 1.9875rem
}

.sp-control-toggle-switch-sm .sp-control-checkbox-toggle .sp-control-checkbox-toggle-slider {
    margin-left: .99375rem
}

.sp-control-toggle-switch-sm .sp-control-checkbox-toggle .sp-control-checkbox-toggle-slider .sp-control-checkbox-toggle-slider-options {
    height: 1.9875rem
}

.sp-control-toggle-switch-sm .sp-control-checkbox-toggle .sp-control-checkbox-toggle-slider .sp-control-checkbox-toggle-slider-options>span {
    padding: .6875rem 1.24375rem
}

.sp-control-toggle-switch-sm .sp-control-checkbox-toggle .sp-control-checkbox-toggle-slider .sp-control-checkbox-toggle-slider-options>span:first-child {
    padding-left: 1.49375rem
}

.sp-control-toggle-switch-sm .sp-control-checkbox-toggle .sp-control-checkbox-toggle-slider .sp-control-checkbox-toggle-slider-options>span:last-child {
    padding-right: 1.49375rem
}

.sp-control-toggle-switch-sm .sp-control-checkbox-toggle .sp-control-checkbox-toggle-slider .sp-control-checkbox-toggle-slider-handle {
    width: 1.9875rem;
    margin-left: -.99375rem
}

.sp-control-toggle-switch-sm .sp-control-checkbox-label-cell {
    padding-top: calc(.6875rem + 1px);
    padding-bottom: calc(.6875rem + 1px)
}

.sp-control-toggle-switch-sm input:checked+div .sp-control-checkbox-toggle .sp-control-checkbox-toggle-slider {
    margin-left: -.99375rem
}

.sp-control-toggle-switch-sm .sp-control-radio-toggle {
    width: 3.975rem;
    border-radius: 1.9875rem
}

.sp-control-toggle-switch-sm .sp-control-radio-toggle .sp-control-radio-toggle-slider {
    margin-left: .99375rem
}

.sp-control-toggle-switch-sm .sp-control-radio-toggle .sp-control-radio-toggle-slider .sp-control-radio-toggle-slider-options {
    height: 1.9875rem
}

.sp-control-toggle-switch-sm .sp-control-radio-toggle .sp-control-radio-toggle-slider .sp-control-radio-toggle-slider-options>span {
    padding: .6875rem 1.24375rem
}

.sp-control-toggle-switch-sm .sp-control-radio-toggle .sp-control-radio-toggle-slider .sp-control-radio-toggle-slider-options>span:first-child {
    padding-left: 1.49375rem
}

.sp-control-toggle-switch-sm .sp-control-radio-toggle .sp-control-radio-toggle-slider .sp-control-radio-toggle-slider-options>span:last-child {
    padding-right: 1.49375rem
}

.sp-control-toggle-switch-sm .sp-control-radio-toggle .sp-control-radio-toggle-slider .sp-control-radio-toggle-slider-handle {
    width: 1.9875rem;
    margin-left: -.99375rem
}

.sp-control-toggle-switch-sm .sp-control-radio-label-cell {
    padding-top: calc(.6875rem + 1px);
    padding-bottom: calc(.6875rem + 1px)
}

.sp-control-toggle-switch-sm input:checked+div .sp-control-radio-toggle .sp-control-radio-toggle-slider {
    margin-left: -.99375rem
}

.sp-control-toggle-switch-lg .sp-control-checkbox-toggle {
    width: 6.25rem;
    border-radius: 3.125rem
}

.sp-control-toggle-switch-lg .sp-control-checkbox-toggle .sp-control-checkbox-toggle-slider {
    margin-left: 1.5625rem
}

.sp-control-toggle-switch-lg .sp-control-checkbox-toggle .sp-control-checkbox-toggle-slider .sp-control-checkbox-toggle-slider-options {
    height: 3.125rem
}

.sp-control-toggle-switch-lg .sp-control-checkbox-toggle .sp-control-checkbox-toggle-slider .sp-control-checkbox-toggle-slider-options>span {
    padding: .6875rem 1.8125rem
}

.sp-control-toggle-switch-lg .sp-control-checkbox-toggle .sp-control-checkbox-toggle-slider .sp-control-checkbox-toggle-slider-options>span:first-child {
    padding-left: 2.0625rem
}

.sp-control-toggle-switch-lg .sp-control-checkbox-toggle .sp-control-checkbox-toggle-slider .sp-control-checkbox-toggle-slider-options>span:last-child {
    padding-right: 2.0625rem
}

.sp-control-toggle-switch-lg .sp-control-checkbox-toggle .sp-control-checkbox-toggle-slider .sp-control-checkbox-toggle-slider-handle {
    width: 3.125rem;
    margin-left: -1.5625rem
}

.sp-control-toggle-switch-lg .sp-control-checkbox-label-cell {
    padding-top: calc(.6875rem + 1px);
    padding-bottom: calc(.6875rem + 1px)
}

.sp-control-toggle-switch-lg input:checked+div .sp-control-checkbox-toggle .sp-control-checkbox-toggle-slider {
    margin-left: -1.5625rem
}

.sp-control-toggle-switch-lg .sp-control-radio-toggle {
    width: 6.25rem;
    border-radius: 3.125rem
}

.sp-control-toggle-switch-lg .sp-control-radio-toggle .sp-control-radio-toggle-slider {
    margin-left: 1.5625rem
}

.sp-control-toggle-switch-lg .sp-control-radio-toggle .sp-control-radio-toggle-slider .sp-control-radio-toggle-slider-options {
    height: 3.125rem
}

.sp-control-toggle-switch-lg .sp-control-radio-toggle .sp-control-radio-toggle-slider .sp-control-radio-toggle-slider-options>span {
    padding: .6875rem 1.8125rem
}

.sp-control-toggle-switch-lg .sp-control-radio-toggle .sp-control-radio-toggle-slider .sp-control-radio-toggle-slider-options>span:first-child {
    padding-left: 2.0625rem
}

.sp-control-toggle-switch-lg .sp-control-radio-toggle .sp-control-radio-toggle-slider .sp-control-radio-toggle-slider-options>span:last-child {
    padding-right: 2.0625rem
}

.sp-control-toggle-switch-lg .sp-control-radio-toggle .sp-control-radio-toggle-slider .sp-control-radio-toggle-slider-handle {
    width: 3.125rem;
    margin-left: -1.5625rem
}

.sp-control-toggle-switch-lg .sp-control-radio-label-cell {
    padding-top: calc(.6875rem + 1px);
    padding-bottom: calc(.6875rem + 1px)
}

.sp-control-toggle-switch-lg input:checked+div .sp-control-radio-toggle .sp-control-radio-toggle-slider {
    margin-left: -1.5625rem
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--stimpack {
    width: 100% !important;
    color: #232629
}

.select2-container--stimpack::-webkit-input-placeholder {
    color: rgba(35, 38, 41, .4)
}

.select2-container--stimpack::-moz-placeholder {
    color: rgba(35, 38, 41, .4)
}

.select2-container--stimpack:-ms-input-placeholder {
    color: rgba(35, 38, 41, .4)
}

.select2-container--stimpack:-moz-placeholder {
    color: rgba(35, 38, 41, .4)
}

.select2-container--stimpack .select2-selection__placeholder {
    color: rgba(0, 0, 0, .2);
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Poppins', sans-serif
}

.select2-container--stimpack,
.select2-container--stimpack.select2-container--focus {
    outline: none !important
}

.select2-container--stimpack .select2-selection {
    display: block;
    width: 100%;
    padding: .6875rem 1rem;
    font-size: 1rem;
    color: #232629;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid#00b5e6;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: auto !important;
    box-shadow: none !important
}

@media screen and (prefers-reduced-motion:reduce) {
    .select2-container--stimpack .select2-selection {
        transition: none
    }
}

.select2-container--stimpack .select2-selection::-ms-expand {
    background-color: transparent;
    border: 0
}

.select2-container--stimpack .select2-selection:focus {
    color: #232629;
    background-color: #fff;
    border-color: #67dfff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 181, 230, .25)
}

.select2-container--stimpack .select2-selection::placeholder {
    color: #2b333b;
    opacity: 1
}

.select2-container--stimpack .select2-selection:disabled,
.select2-container--stimpack .select2-selection[readonly] {
    background-color: #979797;
    opacity: 1
}

.select2-container--stimpack .select2-selection .select2-search__field {
    background-color: transparent
}

.select2-container--stimpack .select2-selection .select2-selection__rendered {
    margin: 0;
    padding: 0
}

.select2-container--stimpack .select2-selection .select2-selection__arrow,
.select2-container--stimpack .select2-selection .select2-selection__clear {
    position: absolute;
    font-size: 1.25rem
}

.select2-container--stimpack .select2-selection .select2-selection__arrow:after,
.select2-container--stimpack .select2-selection .select2-selection__clear:after {
    content: "\F107";
    display: none;
    font-family: Font Awesome\ 5 Regular
}

.select2-container--stimpack .select2-selection .select2-selection__arrow svg,
.select2-container--stimpack .select2-selection .select2-selection__clear svg {
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    top: 0;
    right: 0;
    transform-origin: center;
    transition: all .2s
}

.select2-container--stimpack .select2-selection .select2-selection__clear {
    text-indent: -9999px;
    font-size: .94rem;
    opacity: .25;
    transition: all .3s
}

.select2-container--stimpack .select2-selection .select2-selection__clear svg {
    width: .94rem;
    height: .94rem
}

.select2-container--stimpack .select2-selection .select2-selection__clear:after {
    content: "\F00D"
}

.select2-container--stimpack .select2-selection .select2-selection__clear:hover {
    opacity: 1
}

.select2-container--stimpack .select2-selection.select2-selection--multiple .select2-selection__rendered {
    display: block;
    list-style: none;
    overflow: visible
}

.select2-container--stimpack .select2-selection.select2-selection--multiple .select2-selection__rendered:after {
    display: block;
    clear: both;
    content: ""
}

.select2-container--stimpack .select2-selection.select2-selection--multiple .select2-selection__choice {
    float: left;
    background-color: #f3f2f1
}

.select2-container--stimpack .select2-selection.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    margin-right: 4px
}

.select2-container--stimpack .select2-dropdown {
    border-color: #00b5e6
}

.select2-container--stimpack .select2-search--dropdown {
    position: relative;
    color: #232629;
    border-bottom: 1px solid#00b5e6
}

.select2-container--stimpack .select2-search--dropdown input {
    display: block;
    width: 100%;
    font-size: 1rem;
    color: #232629;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid#00b5e6;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: auto !important;
    border: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .select2-container--stimpack .select2-search--dropdown input {
        transition: none
    }
}

.select2-container--stimpack .select2-search--dropdown input::-ms-expand {
    background-color: transparent;
    border: 0
}

.select2-container--stimpack .select2-search--dropdown input:focus {
    color: #232629;
    background-color: #fff;
    border-color: #67dfff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 181, 230, .25)
}

.select2-container--stimpack .select2-search--dropdown input::placeholder {
    color: #2b333b;
    opacity: 1
}

.select2-container--stimpack .select2-search--dropdown input:disabled,
.select2-container--stimpack .select2-search--dropdown input[readonly] {
    background-color: #979797;
    opacity: 1
}

.select2-container--stimpack .select2-search--dropdown:after {
    content: "\F002";
    display: none;
    top: 50%;
    right: 0;
    font-family: Font Awesome\ 5 Regular
}

.select2-container--stimpack .select2-search--dropdown svg {
    position: absolute
}

.select2-container--stimpack .select2-results {
    color: #232629
}

.select2-container--stimpack .select2-results .select2-results__option.select2-results__option--highlighted:hover {
    background-color: #f3f2f1
}

.select2-container--stimpack .select2-results .select2-results__option[role=group] .select2-results__group {
    display: block;
    text-transform: uppercase
}

.select2-container--stimpack .select2-results .select2-results__option[role=group] .select2-results__options--nested {
    border-left: 3px solid #f3f2f1
}

.select2-container--stimpack .select2-results .select2-results__option[aria-selected=true] {
    background-color: #f3f2f1
}

.select2-container--stimpack .select2-results .select2-results__option[aria-disabled=true] {
    color: rgba(35, 38, 41, .7)
}

.select2-container--stimpack .sp-control-select-option-metas {
    padding-top: 4px;
    font-size: .75rem;
    color: #2b333b
}

.select2-container--stimpack.select2-container--open .select2-selection .select2-selection__arrow svg {
    transform: scale(-1)
}

.select2-container--stimpack.select2-container--disabled .select2-selection {
    background-color: #979797
}

.select2-container--stimpack .select2-selection {
    padding: .6875rem 5rem .6875rem 1rem;
    line-height: 1.7
}

.select2-container--stimpack .select2-selection .select2-selection__arrow {
    top: 50%;
    right: 1rem;
    margin-top: -.625rem
}

.select2-container--stimpack .select2-selection .select2-selection__clear {
    top: 50%;
    right: 3rem;
    margin-top: -.45rem
}

.select2-container--stimpack .select2-selection.select2-selection--multiple {
    padding-top: .34375rem;
    padding-bottom: .34375rem
}

.select2-container--stimpack .select2-selection.select2-selection--multiple .select2-selection__choice {
    padding: .34375rem .5rem;
    margin-right: 4px
}

.select2-container--stimpack .select2-selection.select2-selection--multiple .select2-search input {
    margin: 0;
    padding: .34375rem .5rem;
    outline: none !important;
    box-shadow: none !important
}

.select2-container--stimpack .select2-search--dropdown input {
    padding: .6875rem 1rem;
    line-height: 1.7
}

.select2-container--stimpack .select2-search--dropdown svg {
    top: 50%;
    right: 1rem;
    margin-top: -.85rem
}

.select2-container--stimpack .select2-results .select2-results__option {
    padding: .6875rem 1rem;
    line-height: 1.7
}

.select2-container--stimpack .select2-results .select2-results__option[role=group] {
    padding: 0 0 .6875rem
}

.select2-container--stimpack .select2-results .select2-results__option[role=group] .select2-results__group {
    font-size: .875rem;
    padding: .6875rem 1rem
}

.select2-container--stimpack .select2-results .select2-results__option[role=group] .select2-results__options--nested {
    margin-left: 1rem
}

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

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

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

.slick-list:focus {
    outline: none
}

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

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

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

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

.slick-track:after {
    clear: both
}

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

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

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

.slick-slide img {
    display: block
}

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

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

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

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

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

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

.slick-arrow,
.slick-dots button {
    display: block;
    background: none;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    outline: none
}

.slick-arrow button,
.slick-dots button {
    -webkit-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    padding: 0;
    background: none;
    border: none;
    outline: none;
    z-index: 200
}

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

@media (min-width:576px) {
    .slider .slide-container {
        max-width: 1010px
    }
}

@media (min-width:768px) {
    .slider .slide-container {
        max-width: 1010px
    }
}

@media (min-width:992px) {
    .slider .slide-container {
        max-width: 1010px
    }
}

@media (min-width:1200px) {
    .slider .slide-container {
        max-width: 1010px
    }
}

.slider .slide-table {
    display: table
}

.slider .slide-table>div {
    display: table-cell;
    vertical-align: middle
}

.slider .slick-dots {
    list-style: none;
    padding: 0;
    margin: 0
}

.slider .slick-dots button {
    cursor: pointer
}

.slider .slide {
    display: block !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.slider .slick-next,
.slider .slick-prev {
    cursor: pointer;
    opacity: .8;
    transition: all .2s
}

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

.slider .slick-next svg,
.slider .slick-prev svg {
    display: block;
    width: 50px;
    height: 8px
}

.slider-progress-bar .slider-progress-bar-inner {
    width: 0;
    height: 5px;
    background-color: #00b5e6;
    transition: all .5s
}

.slider-progress-bar.active .slider-progress-bar-inner {
    width: 100%;
    transition: all 2s
}

.slider-progress-bar-orange .slider-progress-bar-inner {
    background-color: #ffff
        /* lodingcolor home banner */
}

.slider-square-arrows {
    position: relative
}

.slider-square-arrows .slider-controls .slider-arrows {
    text-align: center;
    padding-top: 30px
}

.slider-square-arrows .slider-controls .slider-arrows:after {
    display: block;
    clear: both;
    content: ""
}

.slider-square-arrows .slider-controls .slider-arrows button {
    display: inline-block;
    position: relative;
    width: 104px;
    height: 86px;
    margin-left: 15px;
    margin-right: 15px;
    background-color: #00b5e6;
    color: #fff;
    cursor: pointer
}

.slider-square-arrows .slider-controls .slider-arrows button svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -25px
}

.slider-square-arrows .slider-controls .slider-arrows button svg path {
    fill: #fff
}

@media (max-width:767.98px) {
    .slider-square-arrows {
        position: relative
    }

    .slider-square-arrows .slider-controls .slider-arrows button {
        width: 60px;
        height: 50px
    }

    .slider-square-arrows .slider-controls .slider-arrows button svg {
        width: 30px;
        height: 5px;
        margin-left: -15px;
        margin-top: -2.5px
    }
}

@media (min-width:576px) {
    .slider-square-arrows-sm-up .slider-controls .slider-arrows {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding-top: 0
    }

    .slider-square-arrows-sm-up .slider-controls .slider-arrows button {
        margin-left: 0;
        margin-right: 0
    }

    .slider-square-arrows-sm-up .slider-controls .slider-arrows .slick-prev {
        float: left
    }

    .slider-square-arrows-sm-up .slider-controls .slider-arrows .slick-next {
        float: right
    }
}

@media (min-width:768px) {
    .slider-square-arrows-md-up .slider-controls .slider-arrows {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding-top: 0
    }

    .slider-square-arrows-md-up .slider-controls .slider-arrows button {
        margin-left: 0;
        margin-right: 0
    }

    .slider-square-arrows-md-up .slider-controls .slider-arrows .slick-prev {
        float: left
    }

    .slider-square-arrows-md-up .slider-controls .slider-arrows .slick-next {
        float: right
    }
}

@media (min-width:992px) {
    .slider-square-arrows-lg-up .slider-controls .slider-arrows {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding-top: 0
    }

    .slider-square-arrows-lg-up .slider-controls .slider-arrows button {
        margin-left: 0;
        margin-right: 0
    }

    .slider-square-arrows-lg-up .slider-controls .slider-arrows .slick-prev {
        float: left
    }

    .slider-square-arrows-lg-up .slider-controls .slider-arrows .slick-next {
        float: right
    }
}

.slider-floating-menu .slider-controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25%
}

.slider-floating-menu .slider-controls .slider-controls-inner {
    position: relative;
    overflow: auto;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .slider-floating-menu .slider-controls .slider-controls-inner {
        max-width: 1010px
    }
}

@media (min-width:768px) {
    .slider-floating-menu .slider-controls .slider-controls-inner {
        max-width: 1010px
    }
}

@media (min-width:992px) {
    .slider-floating-menu .slider-controls .slider-controls-inner {
        max-width: 1010px
    }
}

@media (min-width:1200px) {
    .slider-floating-menu .slider-controls .slider-controls-inner {
        max-width: 1010px
    }
}

@media (min-width:1600px) {
    .slider-floating-menu .slider-controls .slider-controls-inner {
        max-width: 1200px
    }
}

@media (min-width:1800px) {
    .slider-floating-menu .slider-controls .slider-controls-inner {
        max-width: 1400px
    }
}

@media (min-width:2000px) {
    .slider-floating-menu .slider-controls .slider-controls-inner {
        max-width: 1600px
    }
}

@media (max-width:1199.98px) {
    .slider-floating-menu .slider-controls .slider-controls-inner {
        max-width: none;
        width: 85%
    }
}

@media (max-width:767.98px) {
    .slider-floating-menu .slider-controls .slider-controls-inner {
        max-width: none;
        width: 90%
    }

    .slider-floating-menu .slider-controls .slider-controls-inner.w-100-sm {
        max-width: none !important;
        width: 100%
    }
}

@media (max-width:575.98px) {
    .slider-floating-menu .slider-controls .slider-controls-inner {
        max-width: none;
        width: 95%
    }

    .slider-floating-menu .slider-controls .slider-controls-inner.w-100-xs {
        max-width: none !important;
        width: 100%
    }
}

.slider-floating-menu .slider-controls .slider-arrows {
    width: 108px;
    margin-right: 50px;
    float: left
}

.slider-floating-menu .slider-controls .slider-arrows button {
    height: 18px
}

.slider-floating-menu .slider-controls .slider-arrows button svg path {
    fill: #fff
}

.slider-floating-menu .slider-controls .slider-arrows .slick-prev {
    float: left
}

.slider-floating-menu .slider-controls .slider-arrows .slick-next {
    float: right
}

.slider-floating-menu .slider-controls .slick-dots>li {
    float: left;
    margin-right: 100px;
    font-size: .875rem;
    opacity: .7;
    transition: all .2s
}

.slider-floating-menu .slider-controls .slick-dots>li.slick-active {
    opacity: 1
}

.slider-floating-menu .slider-controls .slick-dots>li:last-child {
    margin-right: 0
}

.slider-floating-menu .slider-controls .slick-dots .slick-dot-number {
    margin-right: 4px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif
}

.slider-floating-menu .slider-controls .slick-dots .slick-dot-text {
    text-transform: uppercase
}

@media (min-width:1200px) {
    .slider-floating-menu .slider-controls .slider-arrows {
        position: absolute;
        width: 108px;
        left: -108px
    }
}

@media (max-width:1199.98px) {
    .slider-floating-menu .slider-controls {
        bottom: 25%
    }

    .slider-floating-menu .slider-controls .slick-dots>li {
        margin-right: 50px
    }
}

@media (max-width:991.98px) {
    .slider-floating-menu .slider-controls {
        bottom: 20%
    }

    .slider-floating-menu .slider-controls .slick-dots {
        display: none !important
    }
}

@media (min-width:1600px) {
    .slider-floating-menu .slider-controls {
        right: auto;
        left: auto !important
    }

    .slider-floating-menu .slider-controls .slider-controls-inner {
        padding: 0
    }
}

.home #section-top .slick-dot-number,
.home #section-top .slick-next.slick-arrow,
.home #section-top .slick-prev.slick-arrow {
    display: none !important
}

.twitter-slider .slide-content {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
    margin-bottom: 1.5rem
}

.twitter-slider .slide-author {
    text-align: center;
    font-size: .875rem;
    font-weight: 400;
    font-family: 'Poppins', sans-serif
}

.twitter-slider.slider-square-arrows .slide-content {
    padding-left: 120px;
    padding-right: 120px
}

@media (max-width:767.98px) {
    .twitter-slider.slider-square-arrows .slide-content {
        padding-left: 80px;
        padding-right: 80px
    }
}

@media (max-width:575.98px) {
    .twitter-slider.slider-square-arrows .slide-content {
        padding-left: 0;
        padding-right: 0
    }
}

.quote-slider {
    position: relative
}

.quote-slider .slide-content {
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    line-height: 32px;
    margin-bottom: 1rem
}

.quote-slider .slider-controls .slider-controls-inner {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative
}

@media (min-width:576px) {
    .quote-slider .slider-controls .slider-controls-inner {
        max-width: 1010px
    }
}

@media (min-width:768px) {
    .quote-slider .slider-controls .slider-controls-inner {
        max-width: 1010px
    }
}

@media (min-width:992px) {
    .quote-slider .slider-controls .slider-controls-inner {
        max-width: 1010px
    }
}

@media (min-width:1200px) {
    .quote-slider .slider-controls .slider-controls-inner {
        max-width: 1010px
    }
}

@media (max-width:1199.98px) {
    .quote-slider .slider-controls .slider-controls-inner {
        margin: 0 auto;
        max-width: none;
        width: 85%
    }
}

@media (max-width:767.98px) {
    .quote-slider .slider-controls .slider-controls-inner {
        max-width: none;
        width: 90%
    }
}

@media (max-width:575.98px) {
    .quote-slider .slider-controls .slider-controls-inner {
        max-width: none;
        width: 95%
    }
}

.quote-slider .slider-controls .slider-arrows {
    width: 108px
}

.quote-slider .slider-controls .slider-arrows button {
    height: 18px
}

.quote-slider .slider-controls .slider-arrows .slick-prev {
    float: left
}

.quote-slider .slider-controls .slider-arrows .slick-next {
    float: right
}

@media (min-width:1200px) {
    .quote-slider .slider-controls {
        position: absolute;
        top: 7px;
        left: 0;
        right: 0
    }

    .quote-slider .slider-controls .slider-controls-inner {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        position: relative
    }
}

@media (min-width:1200px) and (min-width:576px) {
    .quote-slider .slider-controls .slider-controls-inner {
        max-width: 1010px
    }
}

@media (min-width:1200px) and (min-width:768px) {
    .quote-slider .slider-controls .slider-controls-inner {
        max-width: 1010px
    }
}

@media (min-width:1200px) and (min-width:992px) {
    .quote-slider .slider-controls .slider-controls-inner {
        max-width: 1010px
    }
}

@media (min-width:1200px) and (min-width:1200px) {
    .quote-slider .slider-controls .slider-controls-inner {
        max-width: 1010px
    }
}

@media (min-width:1200px) {
    .quote-slider .slider-controls .slider-arrows {
        position: absolute;
        left: -138px
    }
}

@media (max-width:991.98px) {
    .quote-slider .slider-controls {
        padding-top: 30px
    }
}

@media (min-width:1600px) {
    .quote-slider .slider-controls .slider-arrows {
        left: -230px
    }
}

@media (min-width:1800px) {
    .quote-slider .slider-controls .slider-arrows {
        left: -330px
    }
}

@media (min-width:2000px) {
    .quote-slider .slider-controls .slider-arrows {
        left: -410px
    }
}

.slider-alt-animation .slide .slide-body {
    overflow: hidden
}

.slider-alt-animation .slide [data-animation-order="1"],
.slider-alt-animation .slide [data-animation-order="2"],
.slider-alt-animation .slide [data-animation-order="3"],
.slider-alt-animation .slide [data-animation-order="4"],
.slider-alt-animation .slide [data-animation-order="5"],
.slider-alt-animation .slide [data-animation-order="6"] {
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    transition-delay: 0s
}

.slider-alt-animation .slider-controls {
    opacity: 0;
    transition: all .5s
}

.slider-alt-animation .slick-track {
    width: 100% !important;
    transform: translateZ(0) !important
}

.slider-alt-animation .slick-track .slick-slide:not(:last-child) {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.slider-alt-animation.slider-alt-animation-initialized .slider-controls {
    opacity: 1;
    transition-delay: .5s;
    transition: all 1.6s cubic-bezier(.19, 1, .22, 1)
}

.slider-alt-animation.slider-alt-animation-initialized .slick-active [data-animation-order="1"],
.slider-alt-animation.slider-alt-animation-initialized .slick-active [data-animation-order="2"],
.slider-alt-animation.slider-alt-animation-initialized .slick-active [data-animation-order="3"],
.slider-alt-animation.slider-alt-animation-initialized .slick-active [data-animation-order="4"],
.slider-alt-animation.slider-alt-animation-initialized .slick-active [data-animation-order="5"],
.slider-alt-animation.slider-alt-animation-initialized .slick-active [data-animation-order="6"] {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    transition: all 1.6s cubic-bezier(.19, 1, .22, 1)
}

.slider-alt-animation.slider-alt-animation-initialized .slick-active [data-animation-order="1"] {
    transition-delay: 1s
}

.slider-alt-animation.slider-alt-animation-initialized .slick-active [data-animation-order="2"] {
    transition-delay: 1.125s
}

.slider-alt-animation.slider-alt-animation-initialized .slick-active [data-animation-order="3"] {
    transition-delay: 1.25s
}

.slider-alt-animation.slider-alt-animation-initialized .slick-active [data-animation-order="4"] {
    transition-delay: 1.75s
}

.slider-alt-animation.slider-alt-animation-initialized .slick-active [data-animation-order="5"] {
    transition-delay: 2s
}

.slider-alt-animation.slider-alt-animation-initialized .slick-active [data-animation-order="6"] {
    transition-delay: 2.5s
}

.swiper-container {
    width: 100%;
    height: 100%
}

.swiper-wrapper {
    align-items: flex-end
}

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

.swiper-slide:after,
.swiper-slide img {
    transition: all 1.6s cubic-bezier(.19, 1, .22, 1)
}

.swiper-slide:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: #f39c12; */
    opacity: 0
}

.swiper-slide-next img,
.swiper-slide-prev img {
    /* filter: grayscale(1); */
    transition: all 1.6s cubic-bezier(.19, 1, .22, 1)
}

.swiper-slide-next:after,
.swiper-slide-prev:after {
    opacity: .8;
    transition: all 1.6s cubic-bezier(.19, 1, .22, 1)
}

.swiper-buttons {
    text-align: right
}

.swiper-button-next,
.swiper-button-prev {
    position: relative;
    display: inline-block;
    background-image: none;
    left: auto;
    right: auto;
    top: auto;
    width: 40px;
    height: auto
}

.swiper-controls {
    padding: 2rem 0
}

.swiper-pagination {
    position: relative;
    text-align: right
}

.swiper-pagination-bullet {
    width: auto;
    height: auto;
    margin-right: 1rem;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #00b5e6;
    background: none;
    border-radius: 0;
    opacity: 1
}

.swiper-pagination-bullet:last-child {
    margin-right: 0
}

.swiper-pagination-bullet-active {
    color: #1666a9
}

#ctf .ctf-item {
    max-width: 50rem;
    margin: 0 auto;
    text-align: center;
    font-family: 'Poppins', sans-serif
}

#ctf .ctf-tweet-content {
    font-size: 1.5rem;
    margin-bottom: 1.5rem
}

#ctf .ctf-author-name,
#ctf .ctf-screename-sep {
    display: none !important
}

@media (max-width:1199.98px) {
    #ctf .slick-arrow {
        display: none !important
    }
}

@media (max-width:767.98px) {
    #ctf {
        padding-bottom: 6rem
    }
}

.split-slider {
    overflow-x: hidden
}

.split-slider:not(.split-slider-alt) .slick-list {
    margin-left: -1px
}

@media (max-width:767.98px) {
    .split-slider:not(.split-slider-alt) .split-content {
        text-align: center;
        margin-left: 0
    }
}

.split-year {
    color: #f39c12;
    font-size: 9.375rem;
    line-height: .9;
    letter-spacing: -.0625em
}

.split-content {
    margin-left: 30px
}

.split-image {
    background-position: 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 351px;
    background-size: cover
}

@media (min-width:1800px) {
    .split-image {
        height: 380px
    }
}

@media (min-width:2000px) {
    .split-image {
        height: 380px
    }
}

@media (max-width:767.98px) {
    .split-image {
        height: 300px
    }
}

.split-next,
.split-prev {
    position: absolute;
    top: 0;
    right: calc((100vw - 995px) / 2 * -1);
    width: calc((100vw - 995px) / 2);
    height: 50%;
    background: #f39c12;
    cursor: pointer
}

@media (min-width:1600px) {

    .split-next,
    .split-prev {
        right: calc((100vw - 1185px) / 2 * -1);
        width: calc((100vw - 1185px) / 2)
    }
}

@media (min-width:1800px) {

    .split-next,
    .split-prev {
        right: calc((100vw - 1385px) / 2 * -1);
        width: calc((100vw - 1385px) / 2)
    }
}

@media (min-width:2000px) {

    .split-next,
    .split-prev {
        right: calc((100vw - 1585px) / 2 * -1);
        width: calc((100vw - 1585px) / 2)
    }
}

@media (max-width:1199.98px) {

    .split-next,
    .split-prev {
        right: calc((7.5% + 30px) * -1);
        width: calc(7.5% + 30px)
    }
}

@media (max-width:767.98px) {

    .split-next,
    .split-prev {
        top: auto;
        right: auto;
        bottom: -6.25rem;
        height: 6.25rem;
        width: 50%
    }
}

.split-next>div,
.split-prev>div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.split-prev {
    background: #e18d36
}

.split-next {
    top: auto;
    bottom: 0
}

@media (max-width:767.98px) {
    .split-next {
        right: 0;
        bottom: -6.25rem;
        height: 6.25rem;
        width: 50%
    }
}

.split-slider-alt {
    overflow-y: hidden
}

.split-slider-alt .slick-slide {
    height: 100%
}

.split-slider-alt .split-content {
    margin: 0;
    padding: 60px !important
}

@media (max-width:767.98px) {
    .split-slider-alt .split-content {
        padding: 30px !important
    }
}

.split-slider-alt .split-image {
    height: 600px;
    background-size: cover
}

@media (max-width:767.98px) {
    .split-slider-alt .split-image {
        height: 300px
    }
}

.split-next-alt {
    height: 100%;
    width: calc(4.25% + 2.125rem);
    right: calc(-4.25% - 2.125rem);
    bottom: 0
}

@media (max-width:767.98px) {
    .split-next-alt {
        right: 0;
        bottom: 0;
        left: 0;
        height: 6.25rem;
        width: 100%
    }
}

.split-next-alt>div {
    margin-right: 0
}

.swiper-col {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    height: 100%
}

@media (max-width:991.98px) {
    .swiper-col {
        display: none
    }
}

.swiper-col img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto
}

.swiper-col .swiper-wrapper {
    margin-left: -23%;
    height: auto
}

.swiper-col .swiper-slide {
    transition: opacity 1.6s cubic-bezier(.19, 1, .22, 1)
}

.swiper-col .swiper-slide:after {
    display: none
}

.swiper-col .swiper-slide-next,
.swiper-col .swiper-slide-prev {
    opacity: .4;
    transition: opacity 1.6s cubic-bezier(.19, 1, .22, 1)
}

.swiper-col .swiper-slide-next img,
.swiper-col .swiper-slide-prev img {
    filter: none
}

.swiper-col .swiper-slide-prev {
    opacity: 0
}

.swiper-col .swiper-button-prev {
    margin-right: .5rem
}

.swiper-col .swiper-controls-wrapper {
    position: absolute;
    left: 0;
    bottom: 5%;
    width: 100%;
    height: auto;
    z-index: 1000
}

@media (min-width:1600px) {
    .swiper-col .swiper-controls-wrapper {
        bottom: 0
    }

    .swiper-col .swiper-controls-wrapper .swiper-controls {
        padding-bottom: 5rem
    }
}

@media (min-width:1800px) {
    .swiper-col .swiper-controls-wrapper .swiper-controls {
        padding-bottom: 4rem
    }
}

.swiper-col .swiper-controls-wrapper .swiper-buttons,
.swiper-col .swiper-controls-wrapper .swiper-pagination {
    text-align: left
}

@media (min-width:1600px) {
    .section-swiper-col .section-inner {
        padding-top: 350px;
        padding-bottom: 350px
    }
}

.full-screen-double-sliders {
    position: relative
}

.full-screen-double-sliders .slide-0 {
    position: relative;
    z-index: 1
}

.full-screen-double-sliders .slider-back {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100
}

.full-screen-double-sliders .slider-back .slick-list,
.full-screen-double-sliders .slider-back .slick-slide>div,
.full-screen-double-sliders .slider-back .slide,
.full-screen-double-sliders .slider-back .slider-inner {
    width: 100%;
    height: 100%
}

.full-screen-double-sliders .slider-back .slick-slide,
.full-screen-double-sliders .slider-back .slick-track {
    height: 100%
}

.full-screen-double-sliders .slider-front {
    position: relative;
    z-index: 200
}

.full-screen-double-sliders .slider-front .section-container {
    position: relative;
    overflow: hidden
}

.full-screen-double-sliders .slider-front .section-inner {
    height: 100vh;
    display: flex;
    align-items: center
}

@media (min-width:992px) {
    .full-screen-double-sliders .slider-front .slider-inner {
        padding-left: 110px;
        padding-right: 110px
    }

    .full-screen-double-sliders .slick-arrow {
        position: absolute;
        height: 70%;
        width: 180px;
        top: 15%;
        transition: all 1.6s cubic-bezier(.19, 1, .22, 1);
        z-index: 300;
        opacity: 1;
        background-position: 50%;
        background-size: cover
    }

    .full-screen-double-sliders .slick-arrow.slick-next,
    .full-screen-double-sliders .slick-arrow.slick-prev {
        display: block !important
    }

    .full-screen-double-sliders .slick-arrow span {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        mix-blend-mode: multiply;
        background-color: #f39c12;
        transition: all .2s;
        transition: all 1.6s cubic-bezier(.19, 1, .22, 1)
    }

    .full-screen-double-sliders .slick-arrow svg {
        position: absolute;
        top: 50%
    }

    .full-screen-double-sliders .slick-arrow svg path {
        fill: #fff
    }

    .full-screen-double-sliders .slick-arrow:hover span {
        mix-blend-mode: multiply;
        background-color: #00b5e6;
        transition: all 1.6s cubic-bezier(.19, 1, .22, 1)
    }

    .full-screen-double-sliders .slick-prev {
        left: 0;
        transform: translateX(-90px);
        background-position: 100%;
        transition: all 1.6s cubic-bezier(.19, 1, .22, 1)
    }

    .full-screen-double-sliders .slick-prev svg {
        right: 15px
    }

    .full-screen-double-sliders .slick-prev:hover {
        transform: translateX(0);
        transition: all 1.6s cubic-bezier(.19, 1, .22, 1)
    }

    .full-screen-double-sliders .slick-next {
        right: 0;
        transform: translateX(90px);
        background-position: 0;
        transition: all 1.6s cubic-bezier(.19, 1, .22, 1)
    }

    .full-screen-double-sliders .slick-next svg {
        left: 15px
    }

    .full-screen-double-sliders .slick-next:hover {
        transform: translateX(0);
        transition: all 1.6s cubic-bezier(.19, 1, .22, 1)
    }

    .full-screen-double-sliders.slider-busy .slick-prev {
        transform: translateX(-200px)
    }

    .full-screen-double-sliders.slider-busy .slick-next {
        transform: translateX(200px)
    }
}

@media (max-width:991.98px) {
    .full-screen-double-sliders .slider-controls {
        position: absolute;
        right: 0;
        left: 0;
        bottom: 30px
    }

    .full-screen-double-sliders .slider-arrows {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        margin: 0 auto;
        max-width: none;
        width: 85%
    }

    .full-screen-double-sliders .slider-arrows:after {
        display: block;
        clear: both;
        content: ""
    }
}

@media (max-width:991.98px) and (min-width:576px) {
    .full-screen-double-sliders .slider-arrows {
        max-width: 1010px
    }
}

@media (max-width:991.98px) and (min-width:768px) {
    .full-screen-double-sliders .slider-arrows {
        max-width: 1010px
    }
}

@media (max-width:991.98px) and (min-width:992px) {
    .full-screen-double-sliders .slider-arrows {
        max-width: 1010px
    }
}

@media (max-width:991.98px) and (min-width:1200px) {
    .full-screen-double-sliders .slider-arrows {
        max-width: 1010px
    }
}

@media (max-width:991.98px) {
    .full-screen-double-sliders .slick-arrow {
        transition: all .2s;
        z-index: 300;
        float: left;
        background: none !important
    }

    .full-screen-double-sliders .slick-arrow.slick-next,
    .full-screen-double-sliders .slick-arrow.slick-prev {
        display: block !important
    }

    .full-screen-double-sliders .slick-arrow.slick-prev {
        margin-right: 15px
    }

    .full-screen-double-sliders .slick-arrow svg path {
        fill: #fff
    }
}

@media (max-width:991.98px) {
    .full-screen-double-sliders .slider-front .section-inner {
        height: auto;
        display: flex;
        align-items: center;
        min-height: 43.75rem
    }
}

@media (max-width:767.98px) {
    .full-screen-double-sliders .slider-arrows {
        max-width: none;
        width: 90%
    }
}

@media (max-width:575.98px) {
    .full-screen-double-sliders .slider-arrows {
        max-width: none;
        width: 95%
    }
}

.front-bg-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto
}

.front-bg-slider .bg-slide {
    height: calc(100vh + 1.5rem);
    width: 100%;
    background-size: cover;
    background-position: 50%
}

@media (max-width:767.98px) {
    .front-bg-slider .bg-slide {
        height: calc(80vh + 1.5rem)
    }
}

.front-bg-slider .bg-slide:after {
    height: calc(100vh + 1.5rem)
}

@media (max-width:767.98px) {
    .front-bg-slider .bg-slide:after {
        height: calc(80vh + 1.5rem)
    }
}

.slider-index-val {
    width: auto;
    height: auto;
    margin-right: 1rem;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    color: #00b5e6;
    background: none;
    border-radius: 0;
    opacity: 1
}

.sp-navigation {
    position: relative
}

.sp-navigation:after {
    display: block;
    clear: both;
    content: ""
}

.sp-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.sp-navigation .sp-navigation-nav:after,
.sp-navigation ul:after {
    display: block;
    clear: both;
    content: ""
}

.sp-navigation .sp-navigation-collapse-button-text,
.sp-navigation .sp-navigation-nav .sp-navigation-sub-nav {
    display: none
}

.sp-navigation .sp-navigation-collapse-button {
    display: none;
    z-index: 100
}

.sp-navigation .sp-navigation-collapse-button.sp-navigation-collapse-button-hamburger {
    position: relative;
    width: 42px;
    height: 40px;
    padding: 9px
}

.sp-navigation .sp-navigation-collapse-button.sp-navigation-collapse-button-hamburger .sp-navigation-collapse-button-text {
    display: none
}

.sp-navigation .sp-navigation-collapse-button.sp-navigation-collapse-button-hamburger i {
    display: block;
    width: 24px;
    height: 3px;
    background-color: #00b5e6;
    margin-bottom: 6px;
    transition: all .2s linear
}

.sp-navigation .sp-navigation-collapse-button.sp-navigation-collapse-button-hamburger i:nth-child(3) {
    position: absolute;
    top: 18px
}

.sp-navigation .sp-navigation-collapse-button.sp-navigation-collapse-button-hamburger:not(.collapsed) i:nth-child(2) {
    opacity: 0;
    transform: translateY(8px)
}

.sp-navigation .sp-navigation-collapse-button.sp-navigation-collapse-button-hamburger:not(.collapsed) i:nth-child(3) {
    width: 27px;
    transform: rotate(45deg) translate(-1px, 1px)
}

.sp-navigation .sp-navigation-collapse-button.sp-navigation-collapse-button-hamburger:not(.collapsed) i:nth-child(4) {
    width: 27px;
    transform: rotate(-45deg) translate(-1px, -1px)
}

.sp-navigation .sp-navigation-collapse-button.sp-navigation-collapse-button-hamburger:not(.collapsed) i:nth-child(5) {
    opacity: 0;
    transform: translateY(-9px)
}

.sp-navigation .sp-navigation-popover-root {
    position: relative;
    pointer-events: none;
    perspective: 2000px;
    z-index: 880
}

.sp-navigation .sp-navigation-popover-root .sp-navigation-popover-root-inner {
    opacity: 0;
    visibility: hidden;
    transform: rotateX(-25deg);
    transform-origin: 50% 0;
    will-change: transform, opacity;
    transition: all .2s ease-out
}

.sp-navigation .sp-navigation-popover {
    position: absolute;
    width: 100%;
    top: -1px;
    padding-top: 5px;
    box-sizing: content-box;
    transition: all .2s ease-out
}

.sp-navigation .sp-navigation-popover .sp-navigation-popover-marker {
    display: block;
    position: absolute;
    top: 1px;
    width: 12px;
    height: 12px;
    transition: all .2s ease-out
}

.sp-navigation .sp-navigation-popover .sp-navigation-popover-marker:before {
    content: " ";
    display: block;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 2px;
    transform: rotate(45deg)
}

.sp-navigation .sp-navigation-popover .sp-navigation-popover-content {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: hidden
}

.sp-navigation .sp-navigation-popover-panel {
    position: absolute;
    width: 1000px;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-out
}

.sp-navigation .sp-navigation-popover-panel ul a {
    padding: .5 1rem
}

.sp-navigation .sp-navigation-popover-panel .sp-navigation-popover-panel-inner {
    position: absolute
}

.sp-navigation .sp-navigation-popover-panel .sp-navigation-popover-panel-row {
    display: table
}

.sp-navigation .sp-navigation-popover-panel .sp-navigation-popover-panel-row>div {
    display: table-cell;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: top
}

.sp-navigation .sp-navigation-popover-panel .sp-navigation-popover-panel-nav .sp-navigation-sub-nav {
    display: none
}

.sp-navigation .sp-navigation-popover-panel .sp-navigation-popover-panel-slider .sp-navigation-popover-panel-slider-inner {
    position: relative;
    width: 440px
}

.sp-navigation .sp-navigation-popover-panel .sp-navigation-popover-panel-slider .sp-navigation-popover-panel-slide-description {
    font-size: 16px
}

.sp-navigation .sp-navigation-popover-panel .sp-navigation-popover-panel-slider .sp-navigation-popover-panel-slide {
    position: absolute;
    top: 0;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    transition: all .2s;
    z-index: 100
}

.sp-navigation .sp-navigation-popover-panel .sp-navigation-popover-panel-slider .sp-navigation-popover-panel-slide .sub-nav-columns {
    display: table
}

.sp-navigation .sp-navigation-popover-panel .sp-navigation-popover-panel-slider .sp-navigation-popover-panel-slide .sub-nav-columns>ul {
    display: table-cell
}

.sp-navigation .sp-navigation-popover-panel .sp-navigation-popover-panel-slider .sp-navigation-popover-panel-slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 200
}

.sp-navigation .sp-navigation-popover-panel.active {
    opacity: 1;
    visibility: visible
}

.sp-navigation.sp-navigation-sub-nav-popover .sp-navigation-nav .sp-navigation-sub-nav {
    display: none
}

.sp-navigation.sp-navigation-popover-active .sp-navigation-popover-root .sp-navigation-popover-root-inner {
    opacity: 1;
    visibility: visible;
    transform: none
}

.sp-navigation.sp-navigation-popover-active .sp-navigation-popover {
    pointer-events: auto
}

.sp-navigation.sp-navigation-popover-no-transition .sp-navigation-popover,
.sp-navigation.sp-navigation-popover-no-transition .sp-navigation-popover-marker,
.sp-navigation.sp-navigation-popover-no-transition .sp-navigation-popover-panel {
    transition: none
}

@media screen and (prefers-reduced-motion:reduce) {

    .sp-navigation.sp-navigation-popover-no-transition .sp-navigation-popover,
    .sp-navigation.sp-navigation-popover-no-transition .sp-navigation-popover-marker,
    .sp-navigation.sp-navigation-popover-no-transition .sp-navigation-popover-panel {
        transition: none
    }
}

.sp-navigation.sp-navigation-updating .sp-navigation-content {
    display: block !important;
    visibility: hidden !important
}

.sp-navigation.sp-navigation-breakpoint-down .sp-navigation-collapse-button,
.sp-navigation:not(.sp-navigation-breakpoint-down) .sp-navigation-nav.collapse {
    display: block
}

.sp-navigation.sp-navigation-breakpoint-down .sp-navigation-nav .sp-navigation-sub-nav {
    display: none
}

.sp-navigation.sp-navigation-breakpoint-down .sp-navigation-nav .sp-navigation-sub-nav.collapse.show,
.sp-navigation.sp-navigation-breakpoint-down .sp-navigation-nav .sp-navigation-sub-nav.collapsing {
    display: block
}

.sp-navigation.sp-navigation-breakpoint-down.sp-navigation-full-screen-expand .sp-navigation-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto
}

body.sp-navigation-full-screen-expanded {
    overflow: hidden
}

.sp-navigation-sub-nav-back {
    display: none
}

@media (max-width:767.98px) {
    #menu-header_navigation>.sp-navigation-has-sub-nav>.sp-navigation-sub-nav {
        padding: .5rem 30px
    }

    .sp-navigation-sub-nav-back {
        display: block
    }
}

@media (max-width:767.98px) {
    .event-list .post-list-items .item {
        margin-bottom: 2rem !important
    }

    .event-list .post-list-items .item:first-child {
        margin-top: 1rem !important
    }
}

@media (max-width:767.98px) {
    .event-list .post-list-items .item-title {
        min-height: 0 !important;
        margin-bottom: .25rem
    }
}

.post-list-default .post-list-items .item {
    margin-bottom: 2rem
}

.post-list-default .post-list-items .item-type {
    font-size: .875rem;
    color: #556474;
    text-transform: uppercase;
    margin-bottom: 6px
}

.post-list-default .post-list-items .item-image {
    margin-bottom: 1.5rem
}

.post-list-default .post-list-items .item-image img {
    width: 100%
}

.post-list-default .post-list-items .item-date {
    color: #04477f;
    font-size: .75rem;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Poppins', sans-serif
}

@media (max-width:767.98px) {
    .post-list-default .post-list-items .item-date {
        font-size: 1.125rem
    }
}

.post-list-default .post-list-items .item-date:after {
    display: block;
    content: " ";
    width: 30px;
    padding-top: 4px;
    margin-bottom: 10px;
    border-bottom: 3px solid #04477f
}

.post-list-default .post-list-items .item-date.item-after-white:after {
    border-bottom: 3px solid #fff
}

.post-list-default .post-list-items .item-title {
    font-size: 1.125rem;
    line-height: 1.4
}

@media (max-width:767.98px) {
    .post-list-default .post-list-items .item-title {
        font-size: 1.875rem
    }
}

.post-list-default .post-list-items .item-title.item-title-top-border {
    position: relative;
    padding-top: 2rem
}

.post-list-default .post-list-items .item-title.item-title-top-border:before {
    position: absolute;
    display: block;
    content: " ";
    width: 20px;
    top: 0;
    left: 0;
    padding-top: 4px;
    margin-bottom: 10px;
    border-bottom: 3px solid #fff
}

.post-list-default .post-list-items .item-title.item-title-top-border:after {
    position: absolute;
    display: block;
    content: " ";
    width: 100%;
    top: 1rem;
    left: 0;
    border-bottom: 1px solid #fff
}

.post-list-default .post-list-items .item-excerpt {
    margin-bottom: 10px
}

.post-list-default .post-list-items .item-links {
    font-size: .875rem;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #00b5e6
}

@media (max-width:767.98px) {
    .post-list-default .post-list-items .item-links {
        font-size: 1.25rem
    }
}

.post-list-numbered .post-list-items .item {
    position: relative;
    margin-bottom: 2rem
}

.post-list-numbered .post-list-items .item-inner {
    position: relative;
    padding-left: 1.8rem
}

.post-list-numbered .post-list-items .item-number {
    color: #00b5e6;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 400;
    font-family: 'Poppins', sans-serif
}

.post-list-numbered .post-list-items .item-title {
    font-size: 1rem;
    line-height: 1.7
}

@media (min-width:768px) {

    .page-template-page-news .post-grid .post-list-items .col-md-4 .item-thumbnail,
    .page-template-page-press-releases .post-grid .post-list-items .col-md-4 .item-thumbnail {
        max-height: 241px
    }
}

.post-grid .post-list-items .item {
    margin-bottom: 30px
}

@media (max-width:767.98px) {
    .post-grid .post-list-items .item.expand {
        padding-bottom: 0 !important
    }
}

@media (max-width:767.98px) {
    .post-grid .post-list-items .item.col-md-8 {
        height: 350px
    }
}

.post-grid .post-list-items .item .item-inner {
    position: relative;
    height: 100%;
    background-color: #fff
}

.post-grid .post-list-items .item.item-empy {
    visibility: hidden;
    opacity: 0
}

.post-grid .post-list-items .item-thumbnail {
    display: block;
    overflow: hidden
}

.post-grid .post-list-items .item-thumbnail img {
    display: block;
    width: 100%;
    transition: all .2s
}

.post-grid .post-list-items .item-thumbnail:hover img {
    transform: scale(1.1)
}

.post-grid .post-list-items .item-body-inner,
.post-grid .post-list-items .item-overlay-inner {
    padding: 30px;
    padding-bottom: 48px
}

.post-grid .post-list-items .item-body {
    background-color: #fff
}

@media (max-width:767.98px) {
    .post-grid .post-list-items .item-body {
        padding-bottom: 40px
    }
}

.post-grid .post-list-items .item-overlay {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    pointer-events: none;
    background: linear-gradient(180deg, transparent 25%, rgba(0, 0, 0, .6));
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#99000000", GradientType=0)
}

.post-grid .post-list-items .item-thumbnail-background {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 100
}

.post-grid .post-list-items .item-thumbnail-background>span {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    transition: all .2s
}

.post-grid .post-list-items .item-thumbnail-background+.item-body {
    position: relative;
    background-color: transparent !important;
    color: #fff !important;
    z-index: 200
}

.post-grid .post-list-items .item-metas {
    margin-bottom: 4px
}

.post-grid .post-list-items .item-type {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #00b5e6;
    text-transform: uppercase
}

.item-type_1 {
    font-size: 17px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #00b5e6;
    text-transform: uppercase
}

@media (max-width:767.98px) {
    .post-grid .post-list-items .item-type {
        font-size: 1.25rem
    }
}

.post-grid .post-list-items .item-date {
    font-size: .795rem
}

@media (max-width:767.98px) {
    .post-grid .post-list-items .item-date {
        font-size: 1.125rem
    }
}

.post-grid .post-list-items .item-expand {
    display: inline-block;
    width: 38px;
    height: 38px;
    max-width: 38px;
    min-width: 38px;
    padding: 0;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 300;
    overflow: hidden
}

.post-grid .post-list-items .item-expand .plus-expand {
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -7px
}

.post-grid .post-list-items .item-expand .plus-expand:after,
.post-grid .post-list-items .item-expand .plus-expand:before {
    content: " ";
    display: block;
    position: absolute;
    width: 2px;
    height: 14px;
    background-color: #fff;
    top: 0;
    left: 7px
}

.post-grid .post-list-items .item-expand .plus-expand:after {
    transform: rotate(90deg)
}

.post-grid .post-list-items .item .item-inner:hover .item-thumbnail-background>span {
    transform: scale(1.1);
    background-image: none
}

.post-grid-default .post-list-items .item-overlay .item-overlay-inner,
.post-grid-nav .post-list-items .item-overlay .item-overlay-inner,
.post-grid-team .post-list-items .item-overlay .item-overlay-inner {
    position: absolute;
    width: 100%;
    bottom: 15px
}

.post-grid-default .post-list-items .item-title,
.post-grid-team .post-list-items .item-title {
    font-size: 1.25rem
}

@media (max-width:767.98px) {

    .post-grid-default .post-list-items .item-title,
    .post-grid-team .post-list-items .item-title {
        font-size: 1.875rem
    }
}

.post-grid-team .post-list-items .item-overlay .item-overlay-inner {
    bottom: 0
}

.post-grid-team .post-list-items .item-overlay .item-overlay-inner .item-excerpt {
    font-size: .9rem;
    line-height: 1.3
}

.post-grid-nav .post-list-items .item-title {
    font-size: 1.75rem
}

.pub-list .item-date {
    font-size: 1rem
}

.pub-list .item-date:after {
    display: none !important
}

.pubs .section-header-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px
}

@media (min-width:1600px) {
    .pubs .section-header-container {
        max-width: 1200px
    }
}

@media (min-width:1800px) {
    .pubs .section-header-container {
        max-width: 1400px
    }
}

@media (min-width:2000px) {
    .pubs .section-header-container {
        max-width: 1600px
    }
}

.pubs .pub-row {
    display: none
}

.pubs .pub-row .item {
    margin: 0;
    padding: 1.5rem 0;
    border-top: 1px solid rgba(0, 0, 0, .25)
}

.pubs .pub-row .item .item-excerpt {
    margin: 0
}

.pubs .pub-row .item:last-child {
    margin-bottom: 3rem;
    border-bottom: 1px solid rgba(0, 0, 0, .25)
}

.pubs .pub-row.active {
    display: block
}

.pubs .pagination {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0
}

@media (max-width:991.98px) {
    .pubs .pagination {
        display: block
    }
}

.pubs .pagination li {
    flex: 0 0 auto;
    text-align: center;
    margin: 0
}

@media (max-width:991.98px) {
    .pubs .pagination li {
        display: inline-block
    }
}

.pubs .pagination li a,
.pubs .pub-row.tab-content {
    transition: all .3s ease-out
}

.pubs .pagination li a {
    display: block;
    background: transparent;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0
}

.pubs .pagination li:last-child {
    padding-right: 0
}

.pubs .pagination li.active a,
.pubs .pagination li a:hover {
    background: #00b5e6;
    color: #fff
}

@media (max-width:767.98px) {
    .research-tech-list .item.expand {
        padding-bottom: 0 !important
    }
}

.research-tech-list .item-inner {
    position: relative;
    display: flex;
    align-items: flex-end;
    height: 20.625rem
}

@media (max-width:575.98px) {
    .research-tech-list .item-inner {
        height: 28.125rem
    }

    .home-text {
        font-size: 55px !important;
    }

    .banner {
        height: 500px !important;
    }

    .banner_text {
        margin-left: 60px !important;
    }

    .sm-none {
        display: none !important;
    }
}

.research-tech-list .item-title {
    position: absolute;
    max-width: 230px;
    bottom: 150px;
    left: 15px;
    padding-right: 1rem
}

.research-tech-list .item-title a {
    word-break: break-word
}

.research-tech-list .button-expand {
    width: 40px;
    height: 40px;
    max-width: 40px;
    min-width: 40px
}

@media (max-width:767.98px) {
    .news-list .item {
        padding-bottom: 4rem
    }

    .news-list .item .item-title {
        min-height: auto !important
    }
}

#ajax-load-more {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.alm-btn-wrap {
    width: 100%
}

#inthenews .ajax-load-more-wrap .alm-reveal .item {
    padding-left: 3rem;
    padding-right: 3rem
}

.doc-section {
    margin-bottom: 100px
}

.doc-section .doc-section-header {
    margin-left: -30px;
    background-color: #2b333b;
    margin-bottom: 30px
}

.doc-section .doc-section-header .doc-section-title {
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
    padding: 15px 30px
}

.doc-panel {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #e8e8e8
}

.doc-panel .doc-panel-inner {
    padding: 2px
}

.doc-panel .doc-panel-header .doc-panel-title {
    margin-bottom: 30px
}

.doc-panel:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

#doc-sidebar {
    background-color: #edeae2
}

#doc-navigation a {
    display: block;
    padding: 10px 15px;
    font-size: .85rem;
    color: #212529;
    font-weight: 500;
    transition: all .2s
}

#doc-navigation a.active,
#doc-navigation a:active,
#doc-navigation a:hover {
    background-color: #00b5e6;
    color: #fff
}

#doc-navigation>ul ul {
    padding-left: 15px
}

#doc-navigation>ul>li>a {
    text-transform: uppercase;
    font-size: 1rem
}

.sp-sidebar {
    position: relative;
    max-width: 100%;
    height: 100%;
    z-index: 500
}

.sp-sidebar .sp-sidebar-inner {
    z-index: 500
}

.sp-sidebar .sp-sidebar-container {
    height: 100%
}

.sp-sidebar .sp-sidebar-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.sp-sidebar-fixed.sp-sidebar-top-reached .sp-sidebar-inner {
    position: fixed;
    top: 0;
    bottom: 0
}

.sp-sidebar-fixed.sp-sidebar-top-reached .sp-sidebar-container {
    overflow: scroll
}

.accordion {
    padding-top: 2rem
}

.accordion .card,
.accordion .card-header {
    background-color: transparent
}

.accordion .card {
    border-top: 1px solid rgba(0, 0, 0, .25)
}

.accordion .card:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, .25)
}

.accordion .card-body {
    padding: 0 0 2rem 3.5rem
}

.accordion .card-header {
    padding: 0;
    border: 0
}

.accordion .btn-link {
    color: #000
}

.accordion .btn-link[aria-expanded=true] .accordion-icon {
    transform: rotate(0deg);
    transition: transform 1s cubic-bezier(.19, 1, .22, 1)
}

.accordion .search-results #searchform h5>#searchsubmit,
.accordion h5>.btn,
.search-results #searchform .accordion h5>#searchsubmit {
    display: block;
    padding: 1.5rem 0;
    padding-left: 3.5rem;
    width: 100%;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    border: 0;
    white-space: normal;
    text-transform: uppercase
}

.accordion .search-results #searchform h5>#searchsubmit:hover,
.accordion h5>.btn:hover,
.search-results #searchform .accordion h5>#searchsubmit:hover {
    color: #00b5e6
}

.accordion .search-results #searchform h5>#searchsubmit:hover .accordion-icon g,
.accordion h5>.btn:hover .accordion-icon g,
.search-results #searchform .accordion h5>#searchsubmit:hover .accordion-icon g {
    fill: #00b5e6;
    transition: fill .15s ease-in-out
}

.accordion-white .card {
    border-top: 1px solid #fff
}

.accordion-white .card:last-child {
    border-bottom: 1px solid #fff
}

.accordion-white h5 .btn,
.accordion-white h5 .search-results #searchform #searchsubmit,
.search-results #searchform .accordion-white h5 #searchsubmit {
    color: #fff
}

.accordion-white h5 .btn .accordion-icon g,
.accordion-white h5 .search-results #searchform #searchsubmit .accordion-icon g,
.search-results #searchform .accordion-white h5 #searchsubmit .accordion-icon g {
    fill: #fff
}

.accordion-white h5 .btn:hover,
.accordion-white h5 .search-results #searchform #searchsubmit:hover,
.search-results #searchform .accordion-white h5 #searchsubmit:hover {
    color: #00b5e6
}

.accordion-white h5 .btn:hover .accordion-icon g,
.accordion-white h5 .search-results #searchform #searchsubmit:hover .accordion-icon g,
.search-results #searchform .accordion-white h5 #searchsubmit:hover .accordion-icon g {
    fill: #00b5e6
}

.accordion-black h5 .btn,
.accordion-black h5 .search-results #searchform #searchsubmit,
.search-results #searchform .accordion-black h5 #searchsubmit {
    color: #000
}

.accordion-black h5 .btn .accordion-icon g,
.accordion-black h5 .search-results #searchform #searchsubmit .accordion-icon g,
.search-results #searchform .accordion-black h5 #searchsubmit .accordion-icon g {
    fill: #000
}

.accordion-black h5 .btn:hover,
.accordion-black h5 .search-results #searchform #searchsubmit:hover,
.search-results #searchform .accordion-black h5 #searchsubmit:hover {
    color: #00b5e6
}

.profile-list {
    padding: 0;
    margin: 1rem 0;
    list-style-type: none
}

.profile-list .profile-list-item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 2.5rem
}

.profile-list .profile-image {
    max-width: 100px
}

.profile-list .profile-image img {
    max-width: 100%;
    height: auto
}

.profile-list .profile-image.profile-image-initials {
    font-size: 16px;
    letter-spacing: -.05em;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    vertical-align: top;
    border: 0;
    background-color: #00b5e6;
    color: #fff;
    height: 100px;
    width: 100%;
    text-align: center;
    line-height: 100px
}

.profile-list .profile-info {
    max-width: 720px;
    margin-left: 1rem;
    margin-right: auto;
    font-size: 1rem
}

.accordion-icon {
    position: absolute;
    top: 1.6rem;
    left: .5rem;
    transform-origin: 50%;
    transform: rotate(45deg);
    transition: transform 1s cubic-bezier(.19, 1, .22, 1)
}

.accordion-icon g {
    fill: #000;
    transition: fill .15s ease-in-out
}

.nav-tabs>li>a {
    color: #212529
}

.nav-tabs>li>a:hover {
    border-color: transparent !important;
    background-color: rgba(0, 0, 0, .05)
}

.nav-tabs>li>a.disabled {
    color: #979797 !important
}

.nav-tabs-underlined {
    border-bottom: 2px solid #979797
}

.nav-tabs-underlined ul {
    margin-left: -30px;
    margin-right: -30px
}

.nav-tabs-underlined ul>li {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 0
}

@media (max-width:575.98px) {
    .nav-tabs-underlined ul>li {
        margin-right: 0
    }
}

.nav-tabs-underlined ul>li>a {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    color: #212529;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    transition: all .2s;
    font-size: .75rem
}

.nav-tabs-underlined ul>li>a:hover {
    color: #00b5e6
}

.nav-tabs-underlined ul>li>a.active:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #232629;
    margin-bottom: -3px
}

.nav-tabs-underlined ul>li>a.disabled {
    color: #979797 !important
}

.events-calendar #tribe-events-bar,
.events-calendar #tribe-events-footer,
.events-calendar .tribe-events-ical.tribe-events-button,
.post-type-archive-tribe_events #tribe-events-pg-template {
    display: none
}

.events-calendar .tribe-events-page-title {
    position: relative;
    text-align: center
}

#ee-spco-attendee_information-reg-step-form .events-calendar .tribe-events-page-title label,
#rtec .events-calendar .tribe-events-page-title label,
.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .events-calendar .tribe-events-page-title .BBFormFieldLabel,
.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .events-calendar .tribe-events-page-title .BBFormSectionHeading,
.event_wait_list-hidden-inputs .events-calendar .tribe-events-page-title label,
.events-calendar .tribe-events-page-title #ee-spco-attendee_information-reg-step-form label,
.events-calendar .tribe-events-page-title #rtec label,
.events-calendar .tribe-events-page-title .BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormFieldLabel,
.events-calendar .tribe-events-page-title .BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormSectionHeading,
.events-calendar .tribe-events-page-title .event_wait_list-hidden-inputs label,
.events-calendar .tribe-events-page-title .section-label,
.events-calendar .tribe-events-page-title .single-tribe_events .tribe-events-event-meta .date-time-name-event,
.events-calendar .tribe-events-page-title .single-tribe_events .tribe-events-event-meta .tckt-slctr-tkt-details-dv h5,
.single-tribe_events .tribe-events-event-meta .events-calendar .tribe-events-page-title .date-time-name-event,
.single-tribe_events .tribe-events-event-meta .tckt-slctr-tkt-details-dv .events-calendar .tribe-events-page-title h5 {
    margin-bottom: 0;
    padding: 2rem 0
}

.events-calendar .tribe-events-sub-nav {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0;
    width: 100%;
    transform: translateY(-50%)
}

.events-calendar .tribe-events-sub-nav a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: transparent
}

.events-calendar .tribe-events-sub-nav .tribe-events-nav-previous {
    position: relative;
    float: left
}

.events-calendar .tribe-events-sub-nav .tribe-events-nav-next {
    position: relative;
    float: right
}

.events-calendar #tribe-events-content .tribe-events-calendar {
    color: #000;
    background-color: #fff;
    border: 0;
    text-align: center
}

.events-calendar #tribe-events-content .tribe-events-calendar thead {
    background-color: #f3f2f1
}

.events-calendar #tribe-events-content .tribe-events-calendar th {
    padding: 2rem 0
}

.events-calendar #tribe-events-content .tribe-events-calendar td {
    vertical-align: middle;
    border: 0
}

.events-calendar #tribe-events-content .tribe-events-calendar td div {
    font-size: .8rem
}

.events-calendar #tribe-events-content .tribe-events-month-event-title {
    font-size: 1rem;
    margin-bottom: 3rem
}

.events-calendar .tribe-events-has-events {
    color: #00b5e6
}

.events-calendar .tribe-events-has-events div:not(.hentry) {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    margin: 0 auto;
    margin-top: 5px;
    padding: 8px !important;
    border: 2px solid#00b5e6;
    text-align: center
}

.events-calendar .tribe-events-has-events .hentry {
    display: none;
    align-items: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important
}

.events-calendar .tribe-events-has-events .hentry .tribe-events-month-event-title {
    margin-bottom: 0 !important
}

.events-calendar .tribe-events-has-events .tribe-events-tooltip {
    display: none !important
}

.single-tribe_events .tribe-events-abbr {
    text-decoration: none
}

.single-tribe_events #tribe-events-footer,
.single-tribe_events #tribe-events-header,
.single-tribe_events .tribe-events-back,
.single-tribe_events .tribe-events-cal-links,
.single-tribe_events .tribe-events-schedule {
    display: none
}

.single-tribe_events .tribe-events-event-meta,
.single-tribe_events .tribe-events-single {
    margin-bottom: 0 !important
}

#ee-spco-attendee_information-reg-step-form .single-tribe_events .tribe-events-event-meta label,
#rtec .single-tribe_events .tribe-events-event-meta label,
.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .single-tribe_events .tribe-events-event-meta .BBFormFieldLabel,
.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .single-tribe_events .tribe-events-event-meta .BBFormSectionHeading,
.event_wait_list-hidden-inputs .single-tribe_events .tribe-events-event-meta label,
.single-tribe_events .tribe-events-event-meta #ee-spco-attendee_information-reg-step-form label,
.single-tribe_events .tribe-events-event-meta #rtec label,
.single-tribe_events .tribe-events-event-meta .BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormFieldLabel,
.single-tribe_events .tribe-events-event-meta .BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormSectionHeading,
.single-tribe_events .tribe-events-event-meta .date-time-name-event,
.single-tribe_events .tribe-events-event-meta .event_wait_list-hidden-inputs label,
.single-tribe_events .tribe-events-event-meta .section-label,
.single-tribe_events .tribe-events-event-meta .tckt-slctr-tkt-details-dv h5 {
    margin-bottom: 0;
    line-height: 1;
    font-weight: 400;
    padding-top: 2.5rem
}

.single-tribe_events dd {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5rem
}

.single-tribe_events .tribe-events-single-section.primary {
    padding-top: 0;
    border-top: 1px solid #000
}

.single-tribe_events .tribe-events-single-section.secondary {
    display: none
}

.single-espresso_events #tribe-events-pg-template {
    z-index: 2
}

.single-espresso_events #espresso-notices {
    position: static !important
}

.single-tribe_events .tribe-events-event-meta .ee-ticket-selector-ticket-qty-th {
    text-align: right !important
}

.single-tribe_events .tribe-events-event-meta .tckt-slctr-tbl-td-price {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400
}

.single-tribe_events .tribe-events-event-meta .ticket-selector-tbl-qty-slct {
    padding-left: 8px;
    font-size: 18px;
    border-radius: 4px;
    display: inline-block;
    width: 100%;
    height: auto;
    padding: .375rem 1.75rem .375rem .75rem;
    padding-left: 0;
    line-height: 1.5;
    vertical-align: middle;
    background-size: 8px 10px;
    border: 0;
    border-radius: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: rgba(0, 0, 0, .2);
    opacity: 1;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
    padding-right: 0;
    background: transparent;
    width: 70px;
    color: #000;
    text-align-last: center;
    border: 1px solid#00b5e6
}

.single-tribe_events .tribe-events-event-meta .ee-join-wait-list-btn.button,
.single-tribe_events .tribe-events-event-meta .ticket-selector-submit-btn {
    position: relative;
    margin-bottom: 30px;
    padding: 12px 40px 12px 16px;
    padding-right: 40px !important;
    font-size: 16px;
    cursor: pointer;
    border: 0;
    padding-left: 30px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: .625rem;
    background-color: #00b5e6;
    color: #fff;
    display: inline-block
}

.single-tribe_events .tribe-events-event-meta .ee-join-wait-list-btn.button:active,
.single-tribe_events .tribe-events-event-meta .ee-join-wait-list-btn.button:focus,
.single-tribe_events .tribe-events-event-meta .ee-join-wait-list-btn.button:hover,
.single-tribe_events .tribe-events-event-meta .ticket-selector-submit-btn:active,
.single-tribe_events .tribe-events-event-meta .ticket-selector-submit-btn:focus,
.single-tribe_events .tribe-events-event-meta .ticket-selector-submit-btn:hover {
    background-color: #fff;
    color: #00b5e6
}

.single-tribe_events .tribe-events-event-meta .tckt-slctr-tbl-td-qty.cntr {
    text-align: right
}

.single-tribe_events .tribe-events-event-meta .date-time-name-event {
    border-bottom: 2px solid#00b5e6 !important;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: .5rem
}

.single-tribe_events .tribe-events-event-meta .ee-event-datetimes-ul .date-time-name-event:first-child {
    padding-top: 0
}

.single-tribe_events .tribe-events-event-meta .small-text {
    font-size: .85rem
}

.single-tribe_events .tribe-events-event-meta .tckt-slctr-tkt-details-tbl td,
.single-tribe_events .tribe-events-event-meta .tckt-slctr-tkt-details-tbl th {
    padding-left: 0;
    padding-right: 0
}

.single-tribe_events .tribe-events-event-meta .tckt-slctr-tkt-details-tbl th {
    font-weight: 400;
    text-transform: uppercase
}

.single-tribe_events .tribe-events-event-meta .currency-code {
    vertical-align: top
}

.single-tribe_events .tribe-events-event-meta .dashicons.dashicons-calendar,
.single-tribe_events .tribe-events-event-meta .dashicons.dashicons-clock {
    display: none
}

.single-tribe_events .tribe-events-event-meta .tckt-slctr-tkt-details-sctn>section {
    border-bottom: 2px solid#00b5e6 !important;
    margin-bottom: 2rem;
    padding-bottom: 1rem
}

.single-tribe_events .tribe-events-event-meta .tckt-slctr-tkt-details-sctn>br {
    display: none
}

.single-tribe_events .tribe-events-event-meta .tckt-slctr-tkt-sale-dates-sctn .small-text {
    display: block;
    margin-bottom: 1rem
}

.single-tribe_events .tribe-events-event-meta .tkt-slctr-tbl {
    width: 100%
}

.single-tribe_events .tribe-events-event-meta .tkt-slctr-tbl tbody tr {
    border-bottom: 1px solid #ddd
}

.single-tribe_events .tribe-events-event-meta .tkt-slctr-tbl tbody tr:last-child {
    border-bottom: 0
}

.single-tribe_events .tribe-events-event-meta .tkt-slctr-tbl tbody tr td {
    padding-top: 5px
}

.single-tribe_events .tribe-events-event-meta .tkt-slctr-tbl tbody tr .tckt-slctr-tbl-td-name strong {
    display: inline-block;
    font-size: 18px;
    line-height: 1.2
}

.single-tribe_events .tribe-events-event-meta .tkt-slctr-tbl tbody tr .tckt-slctr-tbl-td-name .display-tckt-slctr-tkt-details {
    clear: both;
    display: block;
    margin: 0 0 10px
}

.single-tribe_events .tribe-events-event-meta .tckt-slctr-tkt-details-dv {
    background: #fff;
    margin: 2rem 0 0
}

.single-tribe_events .tribe-events-event-meta .tckt-slctr-tkt-details-dv h5 {
    margin-top: 0;
    padding-top: 0
}

.single-tribe_events .tribe-events-event-meta .tckt-slctr-tkt-details-dv .ticket-details-label-spn {
    font-weight: 600;
    max-width: 250px;
    width: auto
}

@media (min-width:1024px) {
    .single-tribe_events .tribe-events-event-meta .tckt-slctr-tkt-details-dv .ticket-details-label-spn {
        width: 30%
    }
}

.single-tribe_events .tribe-events-event-meta .tckt-slctr-tkt-details-dv .tckt-slctr-tkt-sale-dates-sctn,
.single-tribe_events .tribe-events-event-meta .tckt-slctr-tkt-details-dv .ticket-details-label-spn {
    color: inherit;
    font-size: 16px;
    line-height: 1.5
}

.event_wait_list-hidden-inputs {
    background: #fff !important
}

#espresso-ajax-notices-success,
#espresso-notices-success {
    border-color: #00b5e6 !important
}

.page-template-page-event-checkout-php .single-hero {
    height: 18.5rem
}

.page-template-page-event-checkout-php .single-event-hero .single-event-hero-title {
    font-size: 12vw !important
}

.page-template-page-event-checkout-php #spco-steps-big-hdr {
    color: #000
}

.page-template-page-event-checkout-php .spco-step-display-dv {
    text-align: left
}

@media (min-width:1024px) {
    .page-template-page-event-checkout-php #big-event-title-hdr {
        clear: both;
        display: block;
        max-width: 80%
    }
}

.page-template-page-event-checkout-php #ee-single-page-checkout-dv .ee-has-value,
.page-template-page-event-checkout-php #ee-single-page-checkout-dv .ee-has-value:focus {
    border-color: #00b5e6 !important;
    box-shadow: none !important
}

.page-template-page-event-checkout-php .spco-ticket-info-dv {
    border-bottom: 1px solid #000;
    margin-bottom: 3.5rem;
    padding-bottom: 2rem
}

.page-template-page-event-checkout-php .spco-ticket-info-dv table {
    width: 100%
}

#method-of-payment-hdr {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px
}

#spco-payment-info-table {
    width: 100%
}

#spco-payment-info-table thead th {
    padding-bottom: 10px;
    bottom: 10px
}

#spco-payment-info-table .total_tr td {
    padding-top: 10px
}

.spco-step-big-nmbr {
    color: #00b5e6
}

.spco-payment-method-hdr {
    color: #000 !important
}

.ee-attention {
    border-color: #00b5e6 !important
}

.ee-attention.spco-payment-method-desc {
    color: #000
}

.page-template-page-event-checkout-thank-you .single-event-hero .single-event-hero-title {
    font-size: 10vw !important
}

#main #ee-single-page-checkout-dv .tiny-lbl {
    min-width: 250px;
    width: 25%
}

#ee-spco-payment_options-reg-step-form-payment-options-before-payment-options #ee-promotion-code-input,
#ee-spco-payment_options-reg-step-form-payment-options-before-payment-options #ee-promotion-code-submit {
    display: block;
    position: relative !important;
    top: auto !important
}

.blog-slider .item-title {
    font-size: 1.5rem
}

@media (max-width:767.98px) {
    .blog-slider .item-title {
        font-size: 1.875rem
    }
}

.blog-slider .slider-controls {
    position: absolute;
    bottom: 4.5rem
}

.blog-slider .slider-controls .slider-arrows {
    padding-top: 1rem
}

.blog-slider .slider-controls .slider-arrows:after {
    display: block;
    clear: both;
    content: ""
}

.blog-slider .slider-controls .slider-arrows button {
    float: left
}

.blog-slider .slider-controls .slider-arrows button:first-child {
    margin-right: 10px
}

.blog-slider .slider-controls .slider-arrows button svg path {
    fill: #fff
}

.avatar-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    left: 50%;
    top: -4rem;
    transform: translateX(-50%);
    z-index: 5
}

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

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

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

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

.avatar-container,
.avatar-container .row {
    width: 100%
}

.avatar-container .row {
    flex-wrap: nowrap;
    align-items: center
}

.avatar-container img {
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 50%
}

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

@media (min-width:1800px) {
    .avatar-container {
        max-width: 1400px
    }
}

@media (min-width:2000px) {
    .avatar-container {
        max-width: 1600px
    }
}

@media (max-width:1199.98px) {
    .avatar-container {
        max-width: none;
        width: 85%
    }
}

@media (max-width:767.98px) {
    .avatar-container {
        max-width: none;
        width: 90%
    }

    .avatar-container.w-100-sm {
        max-width: none !important;
        width: 100%
    }
}

@media (max-width:575.98px) {
    .avatar-container {
        max-width: none;
        width: 95%
    }

    .avatar-container.w-100-xs {
        max-width: none !important;
        width: 100%
    }
}

@media (max-width:575.98px) {
    .avatar-container {
        width: 100%
    }
}

#share-buttons {
    margin-left: .25rem
}

#share-buttons a {
    display: inline-block;
    margin-right: 15px
}

#share-buttons a svg {
    display: block
}

@media (max-width:575.98px) {
    #share-buttons .icon-42 {
        width: 32px;
        height: 32px
    }
}

@media (max-width:324px) {
    #share-buttons .icon-42 {
        width: 25px;
        height: 25px
    }
}

#inthenews .ajax-load-more-wrap {
    width: 100%
}

.section-pagination {
    background: url(/wp-content/themes/buck/assets/images/bg/bg_backtoblog_opt.jpg) 50% no-repeat;
    background-size: cover
}

.section-pagination.section-sml .section-inner {
    padding: 3.25rem 0
}

.single-blog .post-navigation .nav-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%
}

.single-blog .post-navigation .nav-next,
.single-blog .post-navigation .nav-previous {
    display: flex;
    flex-direction: column;
    flex-basis: 45%;
    min-width: 120px;
    max-width: 560px
}

.single-blog .post-navigation .nav-next a,
.single-blog .post-navigation .nav-previous a {
    color: #fff;
    display: block;
    height: 100%;
    position: relative
}

.single-blog .post-navigation .nav-next a:active,
.single-blog .post-navigation .nav-next a:focus,
.single-blog .post-navigation .nav-next a:hover,
.single-blog .post-navigation .nav-previous a:active,
.single-blog .post-navigation .nav-previous a:focus,
.single-blog .post-navigation .nav-previous a:hover {
    color: #fff
}

.single-blog .post-navigation .nav-next a:active .section-pager-title,
.single-blog .post-navigation .nav-next a:focus .section-pager-title,
.single-blog .post-navigation .nav-next a:hover .section-pager-title,
.single-blog .post-navigation .nav-previous a:active .section-pager-title,
.single-blog .post-navigation .nav-previous a:focus .section-pager-title,
.single-blog .post-navigation .nav-previous a:hover .section-pager-title {
    text-decoration: underline !important
}

.single-blog .post-navigation .nav-next a svg.pager-arrow,
.single-blog .post-navigation .nav-previous a svg.pager-arrow {
    position: absolute;
    top: calc(50% - 4px)
}

.single-blog .post-navigation .nav-next a svg.pager-arrow path,
.single-blog .post-navigation .nav-previous a svg.pager-arrow path {
    fill: #fff
}

#ee-spco-attendee_information-reg-step-form .single-blog .post-navigation .nav-next label,
#ee-spco-attendee_information-reg-step-form .single-blog .post-navigation .nav-previous label,
#rtec .single-blog .post-navigation .nav-next label,
#rtec .single-blog .post-navigation .nav-previous label,
.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .single-blog .post-navigation .nav-next .BBFormFieldLabel,
.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .single-blog .post-navigation .nav-next .BBFormSectionHeading,
.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .single-blog .post-navigation .nav-previous .BBFormFieldLabel,
.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .single-blog .post-navigation .nav-previous .BBFormSectionHeading,
.event_wait_list-hidden-inputs .single-blog .post-navigation .nav-next label,
.event_wait_list-hidden-inputs .single-blog .post-navigation .nav-previous label,
.single-blog .post-navigation .nav-next #ee-spco-attendee_information-reg-step-form label,
.single-blog .post-navigation .nav-next #rtec label,
.single-blog .post-navigation .nav-next .BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormFieldLabel,
.single-blog .post-navigation .nav-next .BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormSectionHeading,
.single-blog .post-navigation .nav-next .event_wait_list-hidden-inputs label,
.single-blog .post-navigation .nav-next .section-label,
.single-blog .post-navigation .nav-next .single-tribe_events .tribe-events-event-meta .date-time-name-event,
.single-blog .post-navigation .nav-next .single-tribe_events .tribe-events-event-meta .tckt-slctr-tkt-details-dv h5,
.single-blog .post-navigation .nav-previous #ee-spco-attendee_information-reg-step-form label,
.single-blog .post-navigation .nav-previous #rtec label,
.single-blog .post-navigation .nav-previous .BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormFieldLabel,
.single-blog .post-navigation .nav-previous .BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormSectionHeading,
.single-blog .post-navigation .nav-previous .event_wait_list-hidden-inputs label,
.single-blog .post-navigation .nav-previous .section-label,
.single-blog .post-navigation .nav-previous .single-tribe_events .tribe-events-event-meta .date-time-name-event,
.single-blog .post-navigation .nav-previous .single-tribe_events .tribe-events-event-meta .tckt-slctr-tkt-details-dv h5,
.single-tribe_events .tribe-events-event-meta .single-blog .post-navigation .nav-next .date-time-name-event,
.single-tribe_events .tribe-events-event-meta .single-blog .post-navigation .nav-previous .date-time-name-event,
.single-tribe_events .tribe-events-event-meta .tckt-slctr-tkt-details-dv .single-blog .post-navigation .nav-next h5,
.single-tribe_events .tribe-events-event-meta .tckt-slctr-tkt-details-dv .single-blog .post-navigation .nav-previous h5 {
    clear: both;
    display: block
}

@media (max-width:767px) {

    #ee-spco-attendee_information-reg-step-form .single-blog .post-navigation .nav-next label,
    #ee-spco-attendee_information-reg-step-form .single-blog .post-navigation .nav-previous label,
    #rtec .single-blog .post-navigation .nav-next label,
    #rtec .single-blog .post-navigation .nav-previous label,
    .BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .single-blog .post-navigation .nav-next .BBFormFieldLabel,
    .BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .single-blog .post-navigation .nav-next .BBFormSectionHeading,
    .BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .single-blog .post-navigation .nav-previous .BBFormFieldLabel,
    .BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .single-blog .post-navigation .nav-previous .BBFormSectionHeading,
    .event_wait_list-hidden-inputs .single-blog .post-navigation .nav-next label,
    .event_wait_list-hidden-inputs .single-blog .post-navigation .nav-previous label,
    .single-blog .post-navigation .nav-next #ee-spco-attendee_information-reg-step-form label,
    .single-blog .post-navigation .nav-next #rtec label,
    .single-blog .post-navigation .nav-next .BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormFieldLabel,
    .single-blog .post-navigation .nav-next .BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormSectionHeading,
    .single-blog .post-navigation .nav-next .event_wait_list-hidden-inputs label,
    .single-blog .post-navigation .nav-next .section-label,
    .single-blog .post-navigation .nav-next .single-tribe_events .tribe-events-event-meta .date-time-name-event,
    .single-blog .post-navigation .nav-next .single-tribe_events .tribe-events-event-meta .tckt-slctr-tkt-details-dv h5,
    .single-blog .post-navigation .nav-previous #ee-spco-attendee_information-reg-step-form label,
    .single-blog .post-navigation .nav-previous #rtec label,
    .single-blog .post-navigation .nav-previous .BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormFieldLabel,
    .single-blog .post-navigation .nav-previous .BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormSectionHeading,
    .single-blog .post-navigation .nav-previous .event_wait_list-hidden-inputs label,
    .single-blog .post-navigation .nav-previous .section-label,
    .single-blog .post-navigation .nav-previous .single-tribe_events .tribe-events-event-meta .date-time-name-event,
    .single-blog .post-navigation .nav-previous .single-tribe_events .tribe-events-event-meta .tckt-slctr-tkt-details-dv h5,
    .single-tribe_events .tribe-events-event-meta .single-blog .post-navigation .nav-next .date-time-name-event,
    .single-tribe_events .tribe-events-event-meta .single-blog .post-navigation .nav-previous .date-time-name-event,
    .single-tribe_events .tribe-events-event-meta .tckt-slctr-tkt-details-dv .single-blog .post-navigation .nav-next h5,
    .single-tribe_events .tribe-events-event-meta .tckt-slctr-tkt-details-dv .single-blog .post-navigation .nav-previous h5 {
        margin-bottom: 0
    }

    .single-blog .post-navigation .nav-next .section-pager-title,
    .single-blog .post-navigation .nav-previous .section-pager-title {
        display: none
    }
}

.single-blog .post-navigation .nav-previous svg.pager-arrow {
    left: 0;
    right: auto
}

.single-blog .post-navigation .nav-previous a {
    padding-left: 75px
}

@media (max-width:767px) {
    .single-blog .post-navigation .nav-previous a {
        padding-left: 55px
    }
}

.single-blog .post-navigation .nav-previous a:before {
    background-size: 6px 10px;
    content: "";
    display: block;
    width: 15px;
    height: 10px;
    position: absolute;
    top: calc(50% - 4px);
    left: -15px;
    transform: rotate(-180deg);
    -webkit-transition: all .2s ease-in-out
}

.single-blog .post-navigation .nav-previous a:active:before,
.single-blog .post-navigation .nav-previous a:focus:before,
.single-blog .post-navigation .nav-previous a:hover:before {
    left: -20px
}

.single-blog .post-navigation .nav-next {
    margin-left: auto;
    text-align: right
}

.single-blog .post-navigation .nav-next svg.pager-arrow {
    left: auto;
    right: 0
}

.single-blog .post-navigation .nav-next a {
    padding-right: 75px
}

@media (max-width:767px) {
    .single-blog .post-navigation .nav-next a {
        padding-right: 55px
    }
}

.single-blog .post-navigation .nav-next a:after {
    background-size: 6px 10px;
    content: "";
    display: block;
    width: 15px;
    height: 10px;
    position: absolute;
    top: calc(50% - 5px);
    right: -15px;
    transform: rotate(0);
    -webkit-transition: all .2s ease-in-out
}

.single-blog .post-navigation .nav-next a:active:after,
.single-blog .post-navigation .nav-next a:focus:after,
.single-blog .post-navigation .nav-next a:hover:after {
    right: -20px
}

.single-event-hero .single-event-hero-title.single-event-hero-title-small {
    font-size: 9rem
}

.woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt {
    background: #00b5e6;
    color: #fff
}

.woocommerce #respond input#submit.alt:active,
.woocommerce #respond input#submit.alt:focus,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit:active,
.woocommerce #respond input#submit:focus,
.woocommerce #respond input#submit:hover,
.woocommerce a.button.alt:active,
.woocommerce a.button.alt:focus,
.woocommerce a.button.alt:hover,
.woocommerce a.button:active,
.woocommerce a.button:focus,
.woocommerce a.button:hover,
.woocommerce button.button.alt:active,
.woocommerce button.button.alt:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button:active,
.woocommerce button.button:focus,
.woocommerce button.button:hover,
.woocommerce input.button.alt:active,
.woocommerce input.button.alt:focus,
.woocommerce input.button.alt:hover,
.woocommerce input.button:active,
.woocommerce input.button:focus,
.woocommerce input.button:hover {
    background: #fff;
    color: #00b5e6
}

.woocommerce table.shop_table td.product-subtotal,
.woocommerce table.shop_table th.product-subtotal {
    text-align: right
}

.woocommerce ul.order_details {
    padding-left: 0
}

.woocommerce ul.order_details li {
    width: 100%;
    border-right: 0
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text {
    width: 160px
}

#tribe-events .tribe-events-tickets {
    background: #fff
}

@media (max-width:767px) {
    #tribe-events .tribe-events-tickets td {
        width: 100%;
        max-width: 100%
    }
}

#tribe-events .tribe-events-tickets .tickets_description,
#tribe-events .tribe-events-tickets .tickets_name,
#tribe-events .tribe-events-tickets .tickets_price,
#tribe-events .tribe-events-tickets .woocommerce {
    border: 0
}

#tribe-events .woocommerce.add-to-cart .tribe-button {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .875rem 1.5rem;
    font-size: 1rem;
    line-height: 1.7;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #00b5e6;
    border-color: #00b5e6;
    font-size: 15px;
    min-width: 180px;
    border: 0;
    overflow-x: hidden;
    z-index: 2;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    transition: color 1s cubic-bezier(.19, 1, .22, 1);
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    cursor: pointer
}

#tribe-events .woocommerce.add-to-cart .tribe-button:after,
#tribe-events .woocommerce.add-to-cart .tribe-button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 1
}

#tribe-events .woocommerce.add-to-cart .tribe-button:before {
    background-color: #00b5e6;
    z-index: -2
}

#tribe-events .woocommerce.add-to-cart .tribe-button:after {
    transform: translateX(-100%);
    z-index: -1;
    transition: transform 1s cubic-bezier(.19, 1, .22, 1)
}

#tribe-events .woocommerce.add-to-cart .tribe-button:hover {
    color: #00b5e6;
    transition: color 1s cubic-bezier(.19, 1, .22, 1);
    transition-delay: 0s !important
}

#tribe-events .woocommerce.add-to-cart .tribe-button:hover:after {
    transform: translateX(0);
    transition: transform 1s cubic-bezier(.19, 1, .22, 1)
}

.tribe-event-tickets-plus-meta-fields .tribe-tickets-meta input {
    margin-top: 0;
    width: 95%
}

@media (max-width:767px) {
    .tribe-event-tickets-plus-meta-fields .tribe-tickets-meta input {
        width: 100%
    }
}

.tribe-event-tickets-plus-meta-fields .tribe-tickets-meta label {
    font-size: 14px;
    margin-bottom: 0
}

@media (max-width:767px) {
    .tribe-event-tickets-plus-meta-fields .tribe-tickets-meta {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .tribe-event-tickets-plus-meta-fields .tribe-tickets-meta {
        float: left;
        width: 50%
    }

    .tribe-event-tickets-plus-meta-fields .tribe-tickets-meta:nth-child(2n+4) {
        clear: left
    }
}

@media (min-width:1200px) {
    .tribe-event-tickets-plus-meta-fields .tribe-tickets-meta {
        float: left;
        width: 33%
    }

    .tribe-event-tickets-plus-meta-fields .tribe-tickets-meta:nth-child(3n+5) {
        clear: left
    }

    .tribe-event-tickets-plus-meta-fields .tribe-tickets-meta input {
        width: 95%
    }
}

.woocommerce .content h2,
.woocommerce .content h3 {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.woocommerce .woocommerce-form-coupon-toggle,
.woocommerce .woocommerce-info {
    display: block;
    width: 100%
}

.woocommerce form.checkout.woocommerce-checkout .form-row,
.woocommerce form.checkout.woocommerce-checkout .form-row-first,
.woocommerce form.checkout.woocommerce-checkout .form-row-last,
.woocommerce form.checkout.woocommerce-checkout .form-row-wide {
    clear: both;
    display: block;
    margin-bottom: 1.5rem;
    width: 100%
}

.woocommerce form.checkout.woocommerce-checkout .form-row-first:nth-child(odd),
.woocommerce form.checkout.woocommerce-checkout .form-row-last:nth-child(odd),
.woocommerce form.checkout.woocommerce-checkout .form-row-wide:nth-child(odd),
.woocommerce form.checkout.woocommerce-checkout .form-row:nth-child(odd) {
    clear: left
}

.woocommerce form.checkout.woocommerce-checkout .form-row-first label,
.woocommerce form.checkout.woocommerce-checkout .form-row-last label,
.woocommerce form.checkout.woocommerce-checkout .form-row-wide label,
.woocommerce form.checkout.woocommerce-checkout .form-row label {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    clear: both;
    display: block;
    width: 100%
}

.woocommerce form.checkout.woocommerce-checkout .form-row-first .woocommerce-input-wrapper,
.woocommerce form.checkout.woocommerce-checkout .form-row-last .woocommerce-input-wrapper,
.woocommerce form.checkout.woocommerce-checkout .form-row-wide .woocommerce-input-wrapper,
.woocommerce form.checkout.woocommerce-checkout .form-row .woocommerce-input-wrapper {
    display: block;
    width: 100%
}

.woocommerce form.checkout.woocommerce-checkout .form-row-first .woocommerce-input-wrapper input,
.woocommerce form.checkout.woocommerce-checkout .form-row-last .woocommerce-input-wrapper input,
.woocommerce form.checkout.woocommerce-checkout .form-row-wide .woocommerce-input-wrapper input,
.woocommerce form.checkout.woocommerce-checkout .form-row .woocommerce-input-wrapper input {
    border: 0;
    border-bottom: 2px solid#00b5e6 !important;
    border-radius: 0 !important;
    width: 98% !important;
    padding-bottom: 8px !important;
    transition: all 1s cubic-bezier(.19, 1, .22, 1);
    font-size: inherit;
    font-family: inherit;
    padding: 5px 4px;
    letter-spacing: normal;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
    color: #212529
}

.woocommerce form.checkout.woocommerce-checkout .form-row-first .woocommerce-input-wrapper .select2-container--default .select2-selection--single,
.woocommerce form.checkout.woocommerce-checkout .form-row-last .woocommerce-input-wrapper .select2-container--default .select2-selection--single,
.woocommerce form.checkout.woocommerce-checkout .form-row-wide .woocommerce-input-wrapper .select2-container--default .select2-selection--single,
.woocommerce form.checkout.woocommerce-checkout .form-row .woocommerce-input-wrapper .select2-container--default .select2-selection--single {
    border: 0
}

.woocommerce form.checkout.woocommerce-checkout .form-row-first .woocommerce-input-wrapper .select2-container,
.woocommerce form.checkout.woocommerce-checkout .form-row-last .woocommerce-input-wrapper .select2-container,
.woocommerce form.checkout.woocommerce-checkout .form-row-wide .woocommerce-input-wrapper .select2-container,
.woocommerce form.checkout.woocommerce-checkout .form-row .woocommerce-input-wrapper .select2-container {
    display: inline-block;
    width: 98% !important;
    height: calc(2.26rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    vertical-align: middle;
    background: #fff;
    background-size: 8px 10px;
    border: 0;
    border-bottom: 2px solid#00b5e6 !important;
    border-radius: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: rgba(0, 0, 0, .2);
    opacity: 1;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
    padding: 2px 0 2px 3px;
    margin-left: 1px
}

.woocommerce form.checkout.woocommerce-checkout .form-row-first .woocommerce-input-wrapper textarea.input-text,
.woocommerce form.checkout.woocommerce-checkout .form-row-last .woocommerce-input-wrapper textarea.input-text,
.woocommerce form.checkout.woocommerce-checkout .form-row-wide .woocommerce-input-wrapper textarea.input-text,
.woocommerce form.checkout.woocommerce-checkout .form-row .woocommerce-input-wrapper textarea.input-text {
    border: 0;
    border-bottom: 2px solid#00b5e6 !important
}

@media (min-width:1024px) {

    .woocommerce form.checkout.woocommerce-checkout .form-row#billing_city_field,
    .woocommerce form.checkout.woocommerce-checkout .form-row#billing_company_field,
    .woocommerce form.checkout.woocommerce-checkout .form-row#billing_country_field,
    .woocommerce form.checkout.woocommerce-checkout .form-row#billing_email_field,
    .woocommerce form.checkout.woocommerce-checkout .form-row#billing_first_name_field,
    .woocommerce form.checkout.woocommerce-checkout .form-row#billing_last_name_field,
    .woocommerce form.checkout.woocommerce-checkout .form-row#billing_phone_field,
    .woocommerce form.checkout.woocommerce-checkout .form-row#billing_postcode_field,
    .woocommerce form.checkout.woocommerce-checkout .form-row#billing_state_field,
    .woocommerce form.checkout.woocommerce-checkout .form-row-first#billing_city_field,
    .woocommerce form.checkout.woocommerce-checkout .form-row-first#billing_company_field,
    .woocommerce form.checkout.woocommerce-checkout .form-row-first#billing_country_field,
    .woocommerce form.checkout.woocommerce-checkout .form-row-first#billing_email_field,
    .woocommerce form.checkout.woocommerce-checkout .form-row-first#billing_first_name_field,
    .woocommerce form.checkout.woocommerce-checkout .form-row-first#billing_last_name_field,
    .woocommerce form.checkout.woocommerce-checkout .form-row-first#billing_phone_field,
    .woocommerce form.checkout.woocommerce-checkout .form-row-first#billing_postcode_field,
    .woocommerce form.checkout.woocommerce-checkout .form-row-first#billing_state_field,
    .woocommerce form.checkout.woocommerce-checkout .form-row-last#billing_city_field,
    .woocommerce form.checkout.woocommerce-checkout .form-row-last#billing_company_field,
    .woocommerce form.checkout.woocommerce-checkout .form-row-last#billing_country_field,
    .woocommerce form.checkout.woocommerce-checkout .form-row-last#billing_email_field,
    .woocommerce form.checkout.woocommerce-checkout .form-row-last#billing_first_name_field,
    .woocommerce form.checkout.woocommerce-checkout .form-row-last#billing_last_name_field,
    .woocommerce form.checkout.woocommerce-checkout .form-row-last#billing_phone_field,
    .woocommerce form.checkout.woocommerce-checkout .form-row-last#billing_postcode_field,
    .woocommerce form.checkout.woocommerce-checkout .form-row-last#billing_state_field,
    .woocommerce form.checkout.woocommerce-checkout .form-row-wide#billing_city_field,
    .woocommerce form.checkout.woocommerce-checkout .form-row-wide#billing_company_field,
    .woocommerce form.checkout.woocommerce-checkout .form-row-wide#billing_country_field,
    .woocommerce form.checkout.woocommerce-checkout .form-row-wide#billing_email_field,
    .woocommerce form.checkout.woocommerce-checkout .form-row-wide#billing_first_name_field,
    .woocommerce form.checkout.woocommerce-checkout .form-row-wide#billing_last_name_field,
    .woocommerce form.checkout.woocommerce-checkout .form-row-wide#billing_phone_field,
    .woocommerce form.checkout.woocommerce-checkout .form-row-wide#billing_postcode_field,
    .woocommerce form.checkout.woocommerce-checkout .form-row-wide#billing_state_field {
        clear: none;
        float: left;
        width: 50%
    }

    .woocommerce form.checkout.woocommerce-checkout .form-row#billing_postcode_field,
    .woocommerce form.checkout.woocommerce-checkout .form-row#billing_state_field,
    .woocommerce form.checkout.woocommerce-checkout .form-row-first#billing_postcode_field,
    .woocommerce form.checkout.woocommerce-checkout .form-row-first#billing_state_field,
    .woocommerce form.checkout.woocommerce-checkout .form-row-last#billing_postcode_field,
    .woocommerce form.checkout.woocommerce-checkout .form-row-last#billing_state_field,
    .woocommerce form.checkout.woocommerce-checkout .form-row-wide#billing_postcode_field,
    .woocommerce form.checkout.woocommerce-checkout .form-row-wide#billing_state_field {
        width: 25%
    }
}

.page-template-page-press-releases #preloader {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
    min-height: 40vh;
    padding-top: 15vh
}

.page-template-page-press-releases #section-twitter {
    background: #fff
}

#filter-wrapper {
    margin-top: -4.375rem;
    position: relative;
    z-index: 500
}

#filter-wrapper .container {
    padding: 1rem 0
}

#filter-wrapper .filter {
    background: #fff;
    box-shadow: 0 0 30px -10px #6d6d6d;
    padding: 40px 5%
}

@media (max-width:991px) {
    #filter-wrapper .filter {
        padding: 35px 4%
    }
}

.form-filter-form label {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    color: #212529;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    transition: all .2s;
    font-size: .75rem
}

.form-filter-form .form-field:focus {
    background: #ececec
}

.form-filter-form .form_group_select {
    background: #fff;
    position: relative
}

.form-filter-form .form_group_select.focused {
    background: #ececec
}

.form-filter-form .form_group_select:hover {
    cursor: pointer
}

.form-filter-form .form_group_select:hover .select-arrow {
    color: #000
}

.form-filter-form .form_group_select .form-select {
    background: transparent !important;
    height: calc(2.25rem + 12px);
    line-height: 1.8;
    padding: .6875rem 1rem !important;
    padding-right: 30px !important;
    position: relative;
    z-index: 1
}

.form-filter-form .form_group_select .select-arrow {
    color: #00b5e6;
    font-size: 16px;
    position: absolute;
    right: 5px;
    top: 20px;
    z-index: 0
}

@media (max-width:991px) {
    .form-filter-form .form_group_select .select-arrow {
        top: 14px
    }
}

@media (max-width:767px) {
    .form-filter-form .form_group_select .select-arrow {
        font-size: 14px
    }
}

@media (min-width:1800px) {
    .form-filter-form .form_group_select .select-arrow {
        top: 25px;
        right: 10px
    }
}

.form-filter-form .search_field_and_button {
    position: relative
}

.form-filter-form .search_field_and_button.ginput_container {
    margin-bottom: 0 !important
}

.form-filter-form .search_field_and_button .form-field {
    border-top: 0 solid transparent;
    border-right: 0 solid transparent;
    border-left: 0 solid transparent;
    padding-right: 100px !important;
    padding-left: 1rem !important;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (max-width:991px) {
    .form-filter-form .search_field_and_button .form-field {
        margin-bottom: 30px
    }
}

.form-filter-form .search_field_and_button .form-submit {
    background: #00b5e6;
    color: #fff;
    padding-left: 0;
    padding-right: 5px
}

.form-filter-form .search_field_and_button .form-submit:active,
.form-filter-form .search_field_and_button .form-submit:focus,
.form-filter-form .search_field_and_button .form-submit:hover {
    background: #fff;
    color: #00b5e6
}

@media (max-width:991px) {
    .form-filter-form .search_field_and_button .form-submit {
        width: 100%
    }
}

@media (min-width:992px) {
    .form-filter-form .search_field_and_button .form-submit {
        background: transparent;
        color: #00b5e6;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2
    }

    .form-filter-form .search_field_and_button .form-submit:active,
    .form-filter-form .search_field_and_button .form-submit:focus,
    .form-filter-form .search_field_and_button .form-submit:hover {
        background: transparent;
        color: #000
    }
}

body.ie-legacy .select-arrow {
    display: none !important
}

.modal .close {
    margin-right: 140px;
    margin-top: 15px;
    font-size: 3rem
}

.modal-dialog {
    width: 85%;
    max-width: 73.125rem;
    margin: 9.375rem auto;
    margin-top: 6.25rem;
    height: 80vh;
    overflow: hidden
}

@media (max-width:767.98px) {
    .modal-dialog {
        height: auto;
        margin-top: 9.375rem
    }
}

@media (max-width:575.98px) {

    .modal-dialog .btn,
    .modal-dialog .search-results #searchform #searchsubmit,
    .search-results #searchform .modal-dialog #searchsubmit {
        display: block;
        width: 100%;
        margin: 0 0 1rem
    }

    .modal-dialog .btn:last-child,
    .modal-dialog .search-results #searchform #searchsubmit:last-child,
    .search-results #searchform .modal-dialog #searchsubmit:last-child {
        margin-bottom: 0
    }
}

@media (max-width:320px) {
    .modal-dialog {
        width: 100%
    }
}

.modal-body,
.modal-footer,
.modal-header {
    padding: 0
}

.modal-footer {
    border-top: 0;
    flex-wrap: wrap;
    padding-bottom: 6.25rem
}

.modal-content {
    padding: 10px;
    height: 80vh;
    border: 0;
    /* overflow: scroll */
}

@media (max-width:991.98px) {
    .modal-content {
        padding: 5rem
    }
}

@media (max-width:767.98px) {
    .modal-content {
        padding: 3.125rem;
        height: auto
    }
}

@media (max-width:575.98px) {
    .modal-content {
        padding: 1.875rem
    }
}

.modal-header {
    display: block;
    /* margin-bottom: 3rem; */
    border-bottom: 0
}

.modal-title {
    display: inline-block;
    font-size: 3rem;
    line-height: 1
}

.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormFieldContainer,
.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormSection,
.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"].BBFormWidthNarrow-Less600 .BBDFormSectionComments .BBFormFieldContainer {
    margin: 0 !important
}

.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormFieldContainer {
    overflow: auto !important;
    overflow-x: hidden !important
}

.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormFieldLabel {
    font-size: .75rem;
    letter-spacing: 0
}

.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"],
.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormSectionHeading {
    border: 0 !important
}

#bboxsecure {
    border-bottom: 0 !important
}

.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"],
.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormSectionHeading {
    padding: 0 !important
}

.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormSection {
    max-width: none !important;
    margin-bottom: 50px !important
}

.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormSelectList,
.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormTextArea,
.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormTextbox {
    min-height: 2.5rem !important;
    line-height: 1 !important;
    vertical-align: middle !important
}

.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"],
.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormGiftRadioOptions .BBFormFieldLabelEdit,
.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormPaymentRadioOptions .BBFormFieldLabelEdit,
.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormRadioLabelGivingLevel,
.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormSelectList,
.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormSubmitbutton,
.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormTextArea,
.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormTextbox {
    border-radius: 0 !important
}

.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormRadioLabelGivingLevel {
    min-width: auto !important
}

.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormRadioLabelGivingLevelOther span {
    top: -10px !important
}

.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormPaymentRadioOptions .BBFormFieldLabelEdit {
    padding: 1rem !important
}

#bboxdonation_payment_divProcessedByBlackbaud {
    margin-bottom: 3rem !important
}

.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormSelectList {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0 !important;
    border-bottom: 2px solid#00b5e6 !important;
    margin-bottom: 2rem !important;
    max-width: none !important;
    color: rgba(0, 0, 0, .2) !important;
    opacity: 1 !important;
    text-transform: uppercase !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important
}

.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormSelectList:focus {
    outline: none;
    transition: all 1s cubic-bezier(.19, 1, .22, 1);
    box-shadow: none !important
}

@-moz-document url-prefix() {
    .BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormSelectList {
        padding-top: 8px !important;
        padding-bottom: 0 !important
    }
}

.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBDFormSectionComments .BBFormFieldLabel,
.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBDFormSectionComments .BBFormTextArea {
    margin-left: 0 !important
}

.BBFormFieldLabel {
    margin-bottom: .5rem !important
}

.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormSectionHeading {
    margin-bottom: 2rem !important;
    margin-top: 0 !important
}

.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormRadioList {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap
}

.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormRadioList>* {
    flex: 0 0 auto
}

@media (max-width:767.98px) {
    .BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormRadioList>* {
        flex: auto;
        display: block !important;
        width: 100%;
        overflow: auto !important
    }

    .BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormRadioList>* .BBFormRadioLabel {
        width: 100%;
        padding: 8px !important
    }

    .BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormRadioList>* .BBFormRadioLabel .BBFormRadioAmount,
    .BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormRadioList>* .BBFormRadioLabel .BBFormRadioDescriptionOther {
        font-size: 16px !important
    }
}

@media (max-width:767.98px) {
    .BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormRadioList {
        display: block
    }
}

.BBDFormSectionGiftInfo legend,
.BBFormSectionRecurrenceInfo legend {
    display: none
}

.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormRadioAmountNoButtonCaption {
    top: -10px !important
}

.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormRadioDescription {
    font-size: 16px !important
}

@media (max-width:767.98px) {
    .BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormRadioDescription {
        font-size: 14px !important
    }
}

.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormFieldRecurrenceInfo {
    padding-left: 0 !important
}

.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormTextArea {
    display: block !important;
    max-width: none !important;
    border: 0 !important;
    border-bottom: 2px solid#00b5e6 !important;
    height: 40px !important;
    overflow: hidden;
    transition: all 1s cubic-bezier(.19, 1, .22, 1)
}

.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormTextArea::placeholder {
    color: rgba(0, 0, 0, .2);
    opacity: 1;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400
}

.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormTextArea:focus {
    outline: none;
    transition: all 1s cubic-bezier(.19, 1, .22, 1);
    box-shadow: none !important
}

.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] {
    overflow: auto
}

.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBDFormSectionComments .BBFormTextArea {
    width: 100% !important
}

.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormTextArea,
.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormTextbox {
    max-width: none !important;
    width: calc(50% - 10px) !important;
    margin-right: 0 !important;
    padding: 0 !important;
    margin-bottom: 2rem !important;
    border: 0 !important;
    border-bottom: 2px solid#00b5e6 !important;
    float: left !important
}

@media (max-width:767.98px) {

    .BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormTextArea,
    .BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormTextbox {
        width: 100% !important;
        float: none !important
    }
}

.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormTextArea::placeholder,
.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormTextbox::placeholder {
    color: rgba(0, 0, 0, .2);
    opacity: 1;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400
}

.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormTextArea {
    height: 0 !important
}

.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormAddress {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between
}

.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormAddress .BBFormFieldContainer,
.BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormAddress .BBTwoFields {
    flex: 0 0 calc(50% - 10px) !important;
    margin-right: 0 !important;
    margin-left: 0 !important
}

@media (max-width:767.98px) {

    .BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormAddress .BBFormFieldContainer,
    .BBFormContainer[data-bbox-part-id="92a2fd93-c459-4d7e-8915-8ccfc5eff22c"] .BBFormAddress .BBTwoFields {
        flex: 0 0 100% !important
    }
}

.BBExpirationCSC {
    flex-wrap: wrap
}

#DC_ValidOther,
.BBExpirationCSC {
    display: flex !important;
    justify-content: space-between
}

#DC_ValidOther {
    flex-wrap: wrap;
    flex: 0 0 calc(50% - 10px) !important;
    margin-right: 0 !important;
    margin-left: 0 !important
}

@media (max-width:767.98px) {
    #DC_ValidOther {
        flex: 0 0 100% !important
    }
}

#DC_ValidOther .BBFormSelectList {
    flex: 0 0 calc(50% - 10px) !important;
    margin-right: 0 !important;
    margin-left: 0 !important
}

#DCCreditSecurityCode {
    flex: 0 0 calc(50% - 10px) !important;
    margin-left: 20px !important
}

@media (max-width:767.98px) {
    #DCCreditSecurityCode {
        margin-left: 0 !important
    }
}

#DCCreditType {
    margin-bottom: 1rem !important
}

#bboxdonation_billing_ulChannel {
    padding-left: 26px !important
}

#bboxdonation_billing_billingAddress_txtAddress,
#bboxdonation_billing_billingAddress_txtCity,
#bboxdonation_payment_txtCardholder,
#bboxdonation_payment_txtCardNumber {
    width: 100% !important
}

#bboxdonation_billing_billingAddress_txtZip,
#bboxdonation_billing_txtFirstName,
#bboxdonation_payment_ddAccountType {
    width: calc(50% - 10px) !important;
    margin-right: 20px !important;
    margin-left: 0 !important
}

@media (max-width:767.98px) {

    #bboxdonation_billing_billingAddress_txtZip,
    #bboxdonation_billing_txtFirstName,
    #bboxdonation_payment_ddAccountType {
        width: 100% !important
    }
}

#bboxdonation_billing_billingAddress_ddState,
#bboxdonation_billing_txtLastName {
    width: calc(50% - 10px) !important;
    margin-right: -20px !important;
    margin-left: 0 !important
}

@media (max-width:767.98px) {

    #bboxdonation_billing_billingAddress_ddState,
    #bboxdonation_billing_txtLastName {
        width: 100% !important
    }
}

.section-video-modal {
    width: 100%
}

.section-video-modal .section-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    line-height: 1.73;
    max-width: 1002px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px
}

@media (max-width:1399px) {
    .modal-dialog.video-modal {
        max-width: 90% !important
    }
}

.video-image__wrapper {
    width: 100%;
    height: 300px;
    max-width: 1002px;
    max-height: 100%;
    object-fit: contain;
    font-family: "object-fit: contain;";
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (min-width:768px) {
    .video-image__wrapper {
        height: 564px
    }
}

.video-image__wrapper figure.video-image-screenshot {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-image__wrapper figure.video-image-screenshot img {
    vertical-align: middle;
    border-style: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    font-family: "object-fit: cover; object-position: center;"
}

.video-image__wrapper .js-play-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 0;
    z-index: 2;
    background-color: transparent;
    border: transparent
}

@media (min-width:768px) {
    .video-image__wrapper .js-play-btn {
        width: 118px;
        height: 118px
    }
}

.video-image__wrapper .js-play-btn svg {
    width: 60px;
    height: 60px
}

@media (min-width:768px) {
    .video-image__wrapper .js-play-btn svg {
        width: 118px;
        height: 118px
    }
}

.video-image__wrapper .js-play-btn:hover {
    cursor: pointer
}

.video-image__wrapper .js-play-btn:hover circle {
    fill: #0097c0
}

.modal[data-page="637"] {
    background-color: hsla(0, 0%, 100%, .8)
}

.modal-open .modal[data-page="637"] {
    max-height: 100vh;
    overflow: hidden
}

.modal-dialog.video-modal {
    position: relative;
    max-width: 1280px;
    width: 100%;
    padding: 10px
}

@media (min-width:768px) {
    .modal-dialog.video-modal {
        padding: 0
    }
}

.modal-dialog.video-modal .close {
    position: absolute;
    top: 0;
    right: 10px
}

@media (min-width:768px) {
    .modal-dialog.video-modal .close {
        right: 0
    }
}

.modal-dialog.video-modal .modal-content {
    max-height: 800px;
    padding: 0
}

.modal-dialog.video-modal .modal-body {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.modal-dialog.video-modal .modal-body iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.bg-blue {
    background-color: #00b5e6 !important
}

.bg-indigo {
    background-color: #6610f2 !important
}

.bg-purple {
    background-color: #6f42c1 !important
}

.bg-pink {
    background-color: #e83e8c !important
}

.bg-red {
    background-color: #dc3545 !important
}

.bg-orange {
    background-color: #f39c12 !important
}

.bg-yellow {
    background-color: #ffc107 !important
}

.bg-green {
    background-color: #28a745 !important
}

.bg-teal {
    background-color: #20c997 !important
}

.bg-cyan {
    background-color: #17a2b8 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-gray {
    background-color: #363f49 !important
}

.bg-gray-dark {
    background-color: #2b333b !important
}

.bg-d-blue {
    background-color: #1666a9 !important
}

.bg-dd-blue {
    background-color: #363f49 !important
}

.bg-beige {
    background-color: #edeae2 !important
}

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

.bg-gray-lighter {
    background-color: #708297 !important
}

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

.bg-gray-darker {
    background-color: #232629 !important
}

@media (max-width:575.98px) {
    .bg-sm-down-blue {
        background-color: #00b5e6 !important
    }

    .bg-sm-down-indigo {
        background-color: #6610f2 !important
    }

    .bg-sm-down-purple {
        background-color: #6f42c1 !important
    }

    .bg-sm-down-pink {
        background-color: #e83e8c !important
    }

    .bg-sm-down-red {
        background-color: #dc3545 !important
    }

    .bg-sm-down-orange {
        background-color: #f39c12 !important
    }

    .bg-sm-down-yellow {
        background-color: #ffc107 !important
    }

    .bg-sm-down-green {
        background-color: #28a745 !important
    }

    .bg-sm-down-teal {
        background-color: #20c997 !important
    }

    .bg-sm-down-cyan {
        background-color: #17a2b8 !important
    }

    .bg-sm-down-white {
        background-color: #fff !important
    }

    .bg-sm-down-gray {
        background-color: #363f49 !important
    }

    .bg-sm-down-gray-dark {
        background-color: #2b333b !important
    }

    .bg-sm-down-d-blue {
        background-color: #1666a9 !important
    }

    .bg-sm-down-dd-blue {
        background-color: #363f49 !important
    }

    .bg-sm-down-beige {
        background-color: #edeae2 !important
    }

    .bg-sm-down-beige-light {
        background-color: #f3f2f1 !important
    }

    .bg-sm-down-gray-lighter {
        background-color: #708297 !important
    }

    .bg-sm-down-gray-light {
        background-color: #556474 !important
    }

    .bg-sm-down-gray-darker {
        background-color: #232629 !important
    }
}

@media (min-width:576px) {
    .bg-sm-up-blue {
        background-color: #00b5e6 !important
    }

    .bg-sm-up-indigo {
        background-color: #6610f2 !important
    }

    .bg-sm-up-purple {
        background-color: #6f42c1 !important
    }

    .bg-sm-up-pink {
        background-color: #e83e8c !important
    }

    .bg-sm-up-red {
        background-color: #dc3545 !important
    }

    .bg-sm-up-orange {
        background-color: #f39c12 !important
    }

    .bg-sm-up-yellow {
        background-color: #ffc107 !important
    }

    .bg-sm-up-green {
        background-color: #28a745 !important
    }

    .bg-sm-up-teal {
        background-color: #20c997 !important
    }

    .bg-sm-up-cyan {
        background-color: #17a2b8 !important
    }

    .bg-sm-up-white {
        background-color: #fff !important
    }

    .bg-sm-up-gray {
        background-color: #363f49 !important
    }

    .bg-sm-up-gray-dark {
        background-color: #2b333b !important
    }

    .bg-sm-up-d-blue {
        background-color: #1666a9 !important
    }

    .bg-sm-up-dd-blue {
        background-color: #363f49 !important
    }

    .bg-sm-up-beige {
        background-color: #edeae2 !important
    }

    .bg-sm-up-beige-light {
        background-color: #f3f2f1 !important
    }

    .bg-sm-up-gray-lighter {
        background-color: #708297 !important
    }

    .bg-sm-up-gray-light {
        background-color: #556474 !important
    }

    .bg-sm-up-gray-darker {
        background-color: #232629 !important
    }
}

@media (max-width:767.98px) {
    .bg-md-down-blue {
        background-color: #00b5e6 !important
    }

    .bg-md-down-indigo {
        background-color: #6610f2 !important
    }

    .bg-md-down-purple {
        background-color: #6f42c1 !important
    }

    .bg-md-down-pink {
        background-color: #e83e8c !important
    }

    .bg-md-down-red {
        background-color: #dc3545 !important
    }

    .bg-md-down-orange {
        background-color: #f39c12 !important
    }

    .bg-md-down-yellow {
        background-color: #ffc107 !important
    }

    .bg-md-down-green {
        background-color: #28a745 !important
    }

    .bg-md-down-teal {
        background-color: #20c997 !important
    }

    .bg-md-down-cyan {
        background-color: #17a2b8 !important
    }

    .bg-md-down-white {
        background-color: #fff !important
    }

    .bg-md-down-gray {
        background-color: #363f49 !important
    }

    .bg-md-down-gray-dark {
        background-color: #2b333b !important
    }

    .bg-md-down-d-blue {
        background-color: #1666a9 !important
    }

    .bg-md-down-dd-blue {
        background-color: #363f49 !important
    }

    .bg-md-down-beige {
        background-color: #edeae2 !important
    }

    .bg-md-down-beige-light {
        background-color: #f3f2f1 !important
    }

    .bg-md-down-gray-lighter {
        background-color: #708297 !important
    }

    .bg-md-down-gray-light {
        background-color: #556474 !important
    }

    .bg-md-down-gray-darker {
        background-color: #232629 !important
    }
}

@media (min-width:768px) {
    .bg-md-up-blue {
        background-color: #00b5e6 !important
    }

    .bg-md-up-indigo {
        background-color: #6610f2 !important
    }

    .bg-md-up-purple {
        background-color: #6f42c1 !important
    }

    .bg-md-up-pink {
        background-color: #e83e8c !important
    }

    .bg-md-up-red {
        background-color: #dc3545 !important
    }

    .bg-md-up-orange {
        background-color: #f39c12 !important
    }

    .bg-md-up-yellow {
        background-color: #ffc107 !important
    }

    .bg-md-up-green {
        background-color: #28a745 !important
    }

    .bg-md-up-teal {
        background-color: #20c997 !important
    }

    .bg-md-up-cyan {
        background-color: #17a2b8 !important
    }

    .bg-md-up-white {
        background-color: #fff !important
    }

    .bg-md-up-gray {
        background-color: #363f49 !important
    }

    .bg-md-up-gray-dark {
        background-color: #2b333b !important
    }

    .bg-md-up-d-blue {
        background-color: #1666a9 !important
    }

    .bg-md-up-dd-blue {
        background-color: #363f49 !important
    }

    .bg-md-up-beige {
        background-color: #edeae2 !important
    }

    .bg-md-up-beige-light {
        background-color: #f3f2f1 !important
    }

    .bg-md-up-gray-lighter {
        background-color: #708297 !important
    }

    .bg-md-up-gray-light {
        background-color: #556474 !important
    }

    .bg-md-up-gray-darker {
        background-color: #232629 !important
    }
}

@media (max-width:991.98px) {
    .bg-lg-down-blue {
        background-color: #00b5e6 !important
    }

    .bg-lg-down-indigo {
        background-color: #6610f2 !important
    }

    .bg-lg-down-purple {
        background-color: #6f42c1 !important
    }

    .bg-lg-down-pink {
        background-color: #e83e8c !important
    }

    .bg-lg-down-red {
        background-color: #dc3545 !important
    }

    .bg-lg-down-orange {
        background-color: #f39c12 !important
    }

    .bg-lg-down-yellow {
        background-color: #ffc107 !important
    }

    .bg-lg-down-green {
        background-color: #28a745 !important
    }

    .bg-lg-down-teal {
        background-color: #20c997 !important
    }

    .bg-lg-down-cyan {
        background-color: #17a2b8 !important
    }

    .bg-lg-down-white {
        background-color: #fff !important
    }

    .bg-lg-down-gray {
        background-color: #363f49 !important
    }

    .bg-lg-down-gray-dark {
        background-color: #2b333b !important
    }

    .bg-lg-down-d-blue {
        background-color: #1666a9 !important
    }

    .bg-lg-down-dd-blue {
        background-color: #363f49 !important
    }

    .bg-lg-down-beige {
        background-color: #edeae2 !important
    }

    .bg-lg-down-beige-light {
        background-color: #f3f2f1 !important
    }

    .bg-lg-down-gray-lighter {
        background-color: #708297 !important
    }

    .bg-lg-down-gray-light {
        background-color: #556474 !important
    }

    .bg-lg-down-gray-darker {
        background-color: #232629 !important
    }
}

@media (min-width:992px) {
    .bg-lg-up-blue {
        background-color: #00b5e6 !important
    }

    .bg-lg-up-indigo {
        background-color: #6610f2 !important
    }

    .bg-lg-up-purple {
        background-color: #6f42c1 !important
    }

    .bg-lg-up-pink {
        background-color: #e83e8c !important
    }

    .bg-lg-up-red {
        background-color: #dc3545 !important
    }

    .bg-lg-up-orange {
        background-color: #f39c12 !important
    }

    .bg-lg-up-yellow {
        background-color: #ffc107 !important
    }

    .bg-lg-up-green {
        background-color: #28a745 !important
    }

    .bg-lg-up-teal {
        background-color: #20c997 !important
    }

    .bg-lg-up-cyan {
        background-color: #17a2b8 !important
    }

    .bg-lg-up-white {
        background-color: #fff !important
    }

    .bg-lg-up-gray {
        background-color: #363f49 !important
    }

    .bg-lg-up-gray-dark {
        background-color: #2b333b !important
    }

    .bg-lg-up-d-blue {
        background-color: #1666a9 !important
    }

    .bg-lg-up-dd-blue {
        background-color: #363f49 !important
    }

    .bg-lg-up-beige {
        background-color: #edeae2 !important
    }

    .bg-lg-up-beige-light {
        background-color: #f3f2f1 !important
    }

    .bg-lg-up-gray-lighter {
        background-color: #708297 !important
    }

    .bg-lg-up-gray-light {
        background-color: #556474 !important
    }

    .bg-lg-up-gray-darker {
        background-color: #232629 !important
    }
}

@media (max-width:1199.98px) {
    .bg-xl-down-blue {
        background-color: #00b5e6 !important
    }

    .bg-xl-down-indigo {
        background-color: #6610f2 !important
    }

    .bg-xl-down-purple {
        background-color: #6f42c1 !important
    }

    .bg-xl-down-pink {
        background-color: #e83e8c !important
    }

    .bg-xl-down-red {
        background-color: #dc3545 !important
    }

    .bg-xl-down-orange {
        background-color: #f39c12 !important
    }

    .bg-xl-down-yellow {
        background-color: #ffc107 !important
    }

    .bg-xl-down-green {
        background-color: #28a745 !important
    }

    .bg-xl-down-teal {
        background-color: #20c997 !important
    }

    .bg-xl-down-cyan {
        background-color: #17a2b8 !important
    }

    .bg-xl-down-white {
        background-color: #fff !important
    }

    .bg-xl-down-gray {
        background-color: #363f49 !important
    }

    .bg-xl-down-gray-dark {
        background-color: #2b333b !important
    }

    .bg-xl-down-d-blue {
        background-color: #1666a9 !important
    }

    .bg-xl-down-dd-blue {
        background-color: #363f49 !important
    }

    .bg-xl-down-beige {
        background-color: #edeae2 !important
    }

    .bg-xl-down-beige-light {
        background-color: #f3f2f1 !important
    }

    .bg-xl-down-gray-lighter {
        background-color: #708297 !important
    }

    .bg-xl-down-gray-light {
        background-color: #556474 !important
    }

    .bg-xl-down-gray-darker {
        background-color: #232629 !important
    }
}

@media (min-width:1200px) {
    .bg-xl-up-blue {
        background-color: #00b5e6 !important
    }

    .bg-xl-up-indigo {
        background-color: #6610f2 !important
    }

    .bg-xl-up-purple {
        background-color: #6f42c1 !important
    }

    .bg-xl-up-pink {
        background-color: #e83e8c !important
    }

    .bg-xl-up-red {
        background-color: #dc3545 !important
    }

    .bg-xl-up-orange {
        background-color: #f39c12 !important
    }

    .bg-xl-up-yellow {
        background-color: #ffc107 !important
    }

    .bg-xl-up-green {
        background-color: #28a745 !important
    }

    .bg-xl-up-teal {
        background-color: #20c997 !important
    }

    .bg-xl-up-cyan {
        background-color: #17a2b8 !important
    }

    .bg-xl-up-white {
        background-color: #fff !important
    }

    .bg-xl-up-gray {
        background-color: #363f49 !important
    }

    .bg-xl-up-gray-dark {
        background-color: #2b333b !important
    }

    .bg-xl-up-d-blue {
        background-color: #1666a9 !important
    }

    .bg-xl-up-dd-blue {
        background-color: #363f49 !important
    }

    .bg-xl-up-beige {
        background-color: #edeae2 !important
    }

    .bg-xl-up-beige-light {
        background-color: #f3f2f1 !important
    }

    .bg-xl-up-gray-lighter {
        background-color: #708297 !important
    }

    .bg-xl-up-gray-light {
        background-color: #556474 !important
    }

    .bg-xl-up-gray-darker {
        background-color: #232629 !important
    }
}

a {
    text-decoration: none !important
}

.btn,
.btn:active,
.btn:hover,
.form-control,
.form-control:active,
.form-control:hover,
.search-results #searchform #searchsubmit,
.search-results #searchform #searchsubmit:active,
.search-results #searchform #searchsubmit:hover,
a,
a:active,
a:hover,
button,
button:active,
button:hover,
input,
input:active,
input:hover {
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important
}

ul li {
    margin-bottom: .75rem
}

.gutter-offset {
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width:576px) {
    .gutter-offset-sm-up {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media (max-width:575.98px) {
    .gutter-offset-sm-down {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media (min-width:768px) {
    .gutter-offset-md-up {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media (max-width:767.98px) {
    .gutter-offset-md-down {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media (min-width:992px) {
    .gutter-offset-lg-up {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media (max-width:991.98px) {
    .gutter-offset-lg-down {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media (min-width:1200px) {
    .gutter-offset-xl-up {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media (max-width:1199.98px) {
    .gutter-offset-xl-down {
        margin-left: -15px;
        margin-right: -15px
    }
}

.bg-cover {
    background-size: cover !important;
    background-position: 50% !important
}

.bg-top {
    background-position-y: top !important
}

.bg-bottom {
    background-position-y: bottom !important
}

.bg-left {
    background-position-x: left !important
}

.bg-right {
    background-position-x: right !important
}

.icon-16 svg,
.icon-20 svg,
.icon-32 svg,
.icon-42 svg,
.icon-52 svg {
    display: block;
    width: 100%;
    height: 100%
}

.icon-16 {
    width: 16px;
    height: 16px
}

.icon-20 {
    width: 20px;
    height: auto;
    transition: transform 1s cubic-bezier(.19, 1, .22, 1)
}

.icon-32 {
    width: 32px;
    height: 32px
}

.icon-42 {
    width: 42px;
    height: 42px
}

.icon-52 {
    width: 52px;
    height: 52px
}

.icon-white path {
    fill: #fff
}

.icon-black path {
    fill: #000
}

.icon-primary svg path {
    fill: #00b5e6
}

.icon-x {
    transform: rotate(0deg);
    transition: transform 1s cubic-bezier(.19, 1, .22, 1)
}

.icon-share {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all 1s cubic-bezier(.19, 1, .22, 1)
}

.has-button-after {
    margin-bottom: 2.5rem
}

html {
    font-size: 100%
}

@media (min-width:1600px) {
    html {
        font-size: 120%
    }
}

@media (min-width:1800px) {
    html {
        font-size: 130%
    }
}

@media (min-width:2000px) {
    html {
        font-size: 140%
    }
}

@media (max-width:1199.98px) {
    html {
        font-size: 90%
    }
}

@media (max-width:991.98px) {
    html {
        font-size: 80%
    }
}

@media (max-width:767.98px) {
    html {
        font-size: 70%
    }
}

body {
    padding: 10px;
    font-size: 1.0625rem;
    -webkit-font-smoothing: antialiased
}

@media (max-width:767.98px) {
    body {
        padding: 5px;
        font-size: 1.25rem
    }
}

.bottom-frame {
    position: fixed;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 10px;
    width: 100%;
    background-color: #fff;
    z-index: 10000
}

@media (max-width:767.98px) {
    .bottom-frame {
        height: 5px
    }
}

.display-animation-slide-x {
    /* overflow: hidden */
}

.display-animation-slide-x [data-animation-order="1"],
.display-animation-slide-x [data-animation-order="2"],
.display-animation-slide-x [data-animation-order="3"],
.display-animation-slide-x [data-animation-order="4"],
.display-animation-slide-x [data-animation-order="5"],
.display-animation-slide-x [data-animation-order="6"] {
    transform: translateX(-100%);
    opacity: 0;
    transition: all 1.6s cubic-bezier(.19, 1, .22, 1)
}

.display-animation-slide-x.animation-active [data-animation-order="1"],
.display-animation-slide-x.animation-active [data-animation-order="2"],
.display-animation-slide-x.animation-active [data-animation-order="3"],
.display-animation-slide-x.animation-active [data-animation-order="4"],
.display-animation-slide-x.animation-active [data-animation-order="5"],
.display-animation-slide-x.animation-active [data-animation-order="6"] {
    transform: translateX(0);
    opacity: 1;
    transition: all 1.6s cubic-bezier(.19, 1, .22, 1)
}

.display-animation-slide-x.animation-active [data-animation-order="1"] {
    transition-delay: .75s
}

.display-animation-slide-x.animation-active [data-animation-order="2"] {
    transition-delay: .875s
}

.display-animation-slide-x.animation-active [data-animation-order="3"] {
    transition-delay: 1s
}

.display-animation-slide-x.animation-active [data-animation-order="4"] {
    transition-delay: 1.5s
}

.display-animation-slide-x.animation-active [data-animation-order="5"] {
    transition-delay: 2s
}

.display-animation-slide-x.animation-active [data-animation-order="6"] {
    transition-delay: 2.5s
}

.curtain {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    pointer-events: none;
    transition: all 2s cubic-bezier(.19, 1, .22, 1)
}

.curtain.closed {
    opacity: 1;
    transition: all .7s cubic-bezier(.19, 1, .22, 1)
}

.curtain.open {
    opacity: 0;
    transition: all 3s cubic-bezier(.19, 1, .22, 1)
}

.cut-b-beige,
.cut-b-beige-s,
.cut-b-dd-blue,
.cut-b-white {
    position: relative
}

.cut-b-beige-s .section-inner,
.cut-b-beige .section-inner,
.cut-b-dd-blue .section-inner,
.cut-b-white .section-inner {
    padding-bottom: 0
}

.cut-b-beige-s:after,
.cut-b-beige:after,
.cut-b-dd-blue:after,
.cut-b-white:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 34.375rem;
    background: #edeae2;
    z-index: -1
}

.cut-b-beige:after {
    background: #edeae2
}

.cut-b-beige-s:after {
    height: 15.625rem
}

.cut-b-dd-blue:after {
    height: 6.25rem;
    background: #363f49
}

.cut-b-white:after {
    background: #fff
}

.cut-t-beige,
.cut-t-beige-light,
.cut-t-white {
    position: relative
}

.cut-t-beige-light .section-inner,
.cut-t-beige .section-inner,
.cut-t-white .section-inner {
    padding-top: 0
}

.cut-t-beige-light:after,
.cut-t-beige:after,
.cut-t-white:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 12.5rem;
    z-index: -1
}

.cut-t-beige:after {
    background: #edeae2
}

.cut-t-white:after {
    background: #fff
}

.cut-t-beige-light:after {
    background: #f3f2f1
}

@media (min-width:1600px) {
    .max-w-300px {
        max-width: 400px !important
    }

    .max-w-400px {
        max-width: 500px !important
    }

    .max-w-500px {
        max-width: 600px !important
    }

    .max-w-600px {
        max-width: 700px !important
    }

    .max-w-700px {
        max-width: 800px !important
    }
}

@media (min-width:1800px) {
    .max-w-400px {
        max-width: 600px !important
    }

    .max-w-500px {
        max-width: 700px !important
    }

    .max-w-600px {
        max-width: 800px !important
    }

    .max-w-700px {
        max-width: 900px !important
    }
}

@media (max-width:767.98px) {
    .py-sm-down-10 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important
    }
}

.bcg {
    position: absolute;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    z-index: 0
}

.bcg-mid,
.bcg-mid-tall {
    height: 120%
}

.bcg-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .125
}

.careers-header {
    margin-left: 8%
}

@media (min-width:1600px) {
    .careers-header {
        margin-left: 9%
    }
}

@media (min-width:1800px) {
    .careers-header {
        margin-left: 15%
    }
}

@media (min-width:2000px) {
    .careers-header {
        margin-left: 19.5%
    }
}

.jv-careersite a {
    margin-left: 8%
}

@media (max-width:767.98px) {
    #block-spotlight-excellence .section-container {
        width: 100%
    }

    #block-spotlight-excellence .bleeding-container-left {
        padding-left: 0;
        padding-right: 0
    }
}

.search-results #searchform .screen-reader-text {
    display: none
}

.search-results #searchform input[type=text] {
    border: 0;
    padding: .875rem;
    background-color: #eee;
    width: 300px;
    line-height: 1.7;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif
}

@media (max-width:767.98px) {
    .search-results #searchform input[type=text] {
        width: 100%
    }
}

@media (max-width:767.98px) {
    .search-results #searchform #searchsubmit {
        display: block;
        width: 100%
    }
}

#header {
    font-size: 14px
}

@media (min-width:1800px) {
    #header {
        font-size: 16px
    }
}

@media (max-width:767.98px) {
    #header {
        font-size: 20px
    }
}

#header {
    color: #fff
}

#header a:hover {
    opacity: .8
}

#header ul {
    list-style: none;
    margin: 0;
    padding: 20px;
}

#header .header-inner {
    padding: 0 5px;
    transition: all .2s
}

#header .header-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: none;
    height: 100%;
    width: 100%;
    padding: 0 50px;
    transition: padding .2s
}

@media (max-width:1199.98px) {
    #header .header-container {
        padding: 0 15px;
        max-width: none;
        width: 85%
    }
}

@media (max-width:767.98px) {
    #header .header-container {
        width: 90%
    }
}

@media (max-width:575.98px) {
    #header .header-container {
        width: 95%
    }
}

#header .header-table {
    display: table;
    width: 100%;
    height: 100%
}

#header .header-table>div,
#header .header-table>span {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    float: none
}

#header .header-table .col-1 {
    width: 8.33333%
}

#header .header-table .col-2 {
    width: 16.66667%
}

#header .header-table .col-3 {
    width: 25%
}

#header .header-table .col-4 {
    width: 33.33333%
}

#header .header-table .col-5 {
    width: 41.66667%
}

#header .header-table .col-6 {
    width: 50%
}

#header .header-table .col-7 {
    width: 58.33333%
}

#header .header-table .col-8 {
    width: 66.66667%
}

#header .header-table .col-9 {
    width: 75%
}

#header .header-table .col-10 {
    width: 83.33333%
}

#header .header-table .col-11 {
    width: 91.66667%
}

#header .header-table .col-12 {
    width: 100%
}

@media (min-width:576px) {
    #header .header-table .col-sm-1 {
        width: 8.33333%
    }

    #header .header-table .col-sm-2 {
        width: 16.66667%
    }

    #header .header-table .col-sm-3 {
        width: 25%
    }

    #header .header-table .col-sm-4 {
        width: 33.33333%
    }

    #header .header-table .col-sm-5 {
        width: 41.66667%
    }

    #header .header-table .col-sm-6 {
        width: 50%
    }

    #header .header-table .col-sm-7 {
        width: 58.33333%
    }

    #header .header-table .col-sm-8 {
        width: 66.66667%
    }

    #header .header-table .col-sm-9 {
        width: 75%
    }

    #header .header-table .col-sm-10 {
        width: 83.33333%
    }

    #header .header-table .col-sm-11 {
        width: 91.66667%
    }

    #header .header-table .col-sm-12 {
        width: 100%
    }
}

@media (min-width:768px) {
    #header .header-table .col-md-1 {
        width: 8.33333%
    }

    #header .header-table .col-md-2 {
        width: 16.66667%
    }

    #header .header-table .col-md-3 {
        width: 25%
    }

    #header .header-table .col-md-4 {
        width: 33.33333%
    }

    #header .header-table .col-md-5 {
        width: 41.66667%
    }

    #header .header-table .col-md-6 {
        width: 50%
    }

    #header .header-table .col-md-7 {
        width: 58.33333%
    }

    #header .header-table .col-md-8 {
        width: 66.66667%
    }

    #header .header-table .col-md-9 {
        width: 75%
    }

    #header .header-table .col-md-10 {
        width: 83.33333%
    }

    #header .header-table .col-md-11 {
        width: 91.66667%
    }

    #header .header-table .col-md-12 {
        width: 100%
    }
}

@media (min-width:992px) {
    #header .header-table .col-lg-1 {
        width: 8.33333%
    }

    #header .header-table .col-lg-2 {
        width: 16.66667%
    }

    #header .header-table .col-lg-3 {
        width: 25%
    }

    #header .header-table .col-lg-4 {
        width: 33.33333%
    }

    #header .header-table .col-lg-5 {
        width: 41.66667%
    }

    #header .header-table .col-lg-6 {
        width: 50%
    }

    #header .header-table .col-lg-7 {
        width: 58.33333%
    }

    #header .header-table .col-lg-8 {
        width: 66.66667%
    }

    #header .header-table .col-lg-9 {
        width: 75%
    }

    #header .header-table .col-lg-10 {
        width: 83.33333%
    }

    #header .header-table .col-lg-11 {
        width: 91.66667%
    }

    #header .header-table .col-lg-12 {
        width: 100%
    }
}

@media (min-width:1200px) {
    #header .header-table .col-xl-1 {
        width: 8.33333%
    }

    #header .header-table .col-xl-2 {
        width: 16.66667%
    }

    #header .header-table .col-xl-3 {
        width: 25%
    }

    #header .header-table .col-xl-4 {
        width: 33.33333%
    }

    #header .header-table .col-xl-5 {
        width: 41.66667%
    }

    #header .header-table .col-xl-6 {
        width: 50%
    }

    #header .header-table .col-xl-7 {
        width: 58.33333%
    }

    #header .header-table .col-xl-8 {
        width: 66.66667%
    }

    #header .header-table .col-xl-9 {
        width: 75%
    }

    #header .header-table .col-xl-10 {
        width: 83.33333%
    }

    #header .header-table .col-xl-11 {
        width: 91.66667%
    }

    #header .header-table .col-xl-12 {
        width: 100%
    }
}

#header .header-table.row,
#header .header-table.vc_row {
    margin-left: 0;
    margin-right: 0
}

#header .header-table.vc_row>div:first-child>div {
    padding-left: 0
}

#header .header-table.vc_row>div:last-child>div {
    padding-right: 0
}

#header .header-table.display-table-vertical-align-top>div,
#header .header-table>div.display-table-vertical-align-top {
    vertical-align: top
}

#header .header-table.display-table-vertical-align-middle>div,
#header .header-table>div.display-table-vertical-align-middle {
    vertical-align: middle
}

#header .header-table.display-table-vertical-align-bottom>div,
#header .header-table>div.display-table-vertical-align-bottom {
    vertical-align: bottom
}

#header .header-table.display-table-equal-column-height {
    height: 1px
}

#header .header-table.display-table-equal-column-height.wpb_row>.wpb_column>.vc_column-inner {
    height: 100%
}

#header .header-logo {
    display: block
}

#header .header-logo span+span {
    display: none
}

#header .header-logo img,
#header .header-logo svg {
    display: block;
    width: 180px;
    height: 44px;
    overflow: visible
}

@media (min-width:1800px) {

    #header .header-logo img,
    #header .header-logo svg {
        width: 215px;
        height: 44px
    }
}

#header .header-logo svg path {
    transition: all .2s
}

#header .sp-navigation {
    float: right;
    position: static !important
}

#header .sp-navigation:after {
    display: block;
    clear: both;
    content: ""
}

#header .sp-navigation .sp-navigation-sub-nav-back {
    display: none
}

#header .sp-navigation #sp-navigation-custom-menu-item-0 {
    position: static !important
}

#header .sp-navigation #header-search-form {
    position: static
}

#header .sp-navigation .header-search-trigger {
    position: static !important
}

#header .sp-navigation .header-search-form {
    position: absolute;
    left: 20px;
    right: 20px;
    padding-top: 25px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s !important
}

#header .sp-navigation .header-search-form .header-search-form-inner {
    background-color: #f3f2f1;
    padding: 38px 46px
}

#header .sp-navigation .header-search-form .header-search-form-table {
    display: table;
    width: 100%
}

#header .sp-navigation .header-search-form .header-search-form-table>div {
    display: table-cell;
    vertical-align: middle
}

#header .sp-navigation .header-search-form .header-search-form-table>div:last-child {
    width: 1px
}

#header .sp-navigation .header-search-form [type=text] {
    border: none;
    background: none;
    padding: 0 6px;
    border-left: 2px solid rgba(85, 100, 116, .5);
    width: 100%
}

#header .sp-navigation .header-search-form [type=text]::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .2)
}

#header .sp-navigation .header-search-form [type=text]:-moz-placeholder,
#header .sp-navigation .header-search-form [type=text]::-moz-placeholder {
    color: rgba(0, 0, 0, .2)
}

#header .sp-navigation .header-search-form [type=text]:-ms-input-placeholder {
    color: rgba(0, 0, 0, .2)
}

#header .sp-navigation .header-search-form [type=text]::-webkit-input-placeholder {
    font-weight: 700
}

#header .sp-navigation .header-search-form [type=text]:-moz-placeholder,
#header .sp-navigation .header-search-form [type=text]::-moz-placeholder {
    font-weight: 700
}

#header .sp-navigation .header-search-form [type=text]:-ms-input-placeholder {
    font-weight: 700
}

#header .sp-navigation .header-search-form button {
    display: block;
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background: transparent;
    color: inherit;
    font: inherit;
    line-height: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
    color: #00b5e6;
    cursor: pointer
}

#header .sp-navigation .header-search-form .header-search-form-submit-icon {
    display: none
}

#header .sp-navigation .header-search-form .header-search-form-submit-icon svg {
    width: 20px;
    height: 20px
}

#header .sp-navigation .header-search-form .header-search-form-submit-icon svg path {
    fill: #00b5e6
}

#header .sp-navigation .header-search-form.active {
    opacity: 1;
    visibility: visible
}

#header .sp-navigation .sp-navigation-nav .sp-navigation-item-description {
    display: none
}

#header .sp-navigation .sp-navigation-nav>ul>li:after {
    display: block;
    clear: both;
    content: ""
}

#header .sp-navigation .sp-navigation-nav>ul>li>a {
    display: block;
    position: relative;
    color: #fff;
    font-weight: 400;
    font-family: 'Poppins', sans-serif
}

#header .sp-navigation .sp-navigation-nav>ul svg {
    display: block;
    width: 20px;
    height: 20px
}

#header .sp-navigation .sp-navigation-nav .header-navigation-sub-nav-description {
    display: none
}

#header .sp-navigation .sp-navigation-collapse-button.sp-navigation-collapse-button-hamburger i {
    background-color: #00b5e6
}

#header .sp-navigation .sp-navigation-popover {
    padding-top: 17px
}

@media (min-width:1800px) {
    #header .sp-navigation .sp-navigation-popover {
        top: -7px
    }
}

#header .sp-navigation .sp-navigation-popover .sp-navigation-item-description,
#header .sp-navigation .sp-navigation-popover .sp-navigation-popover-marker {
    display: none
}

#header .sp-navigation .sp-navigation-popover .sp-navigation-popover-content {
    background-color: #f3f2f1
}

#header .sp-navigation .sp-navigation-popover ul a {
    display: block;
    padding: 8px 0;
    min-width: 150px;
    color: #212529;
    font-weight: 400;
    font-family: 'Poppins', sans-serif
}

#header .sp-navigation .sp-navigation-popover ul a:hover {
    color: rgba(33, 37, 41, .5)
}

#header .sp-navigation .sp-navigation-popover .sp-navigation-popover-panel .sp-navigation-popover-panel-row {
    margin-left: 0;
    margin-right: 0
}

#header .sp-navigation .sp-navigation-popover .sp-navigation-popover-panel .sp-navigation-popover-panel-row>div {
    padding-left: 0;
    padding-right: 0
}

#header .sp-navigation .sp-navigation-popover .sp-navigation-popover-panel .sp-navigation-popover-panel-inner>ul,
#header .sp-navigation .sp-navigation-popover .sp-navigation-popover-panel .sp-navigation-popover-panel-nav-inner,
#header .sp-navigation .sp-navigation-popover .sp-navigation-popover-panel .sp-navigation-popover-panel-slide-inner {
    padding: 38px 46px
}

#header .sp-navigation .sp-navigation-popover .sp-navigation-popover-panel .sp-navigation-popover-panel-nav .sp-navigation-popover-panel-nav-inner {
    padding-right: 0
}

#header .sp-navigation .sp-navigation-popover .sp-navigation-popover-panel .sp-navigation-popover-panel-nav ul a {
    opacity: 1 !important
}

#header .sp-navigation .sp-navigation-popover .sp-navigation-popover-panel .sp-navigation-popover-panel-nav ul a.active,
#header .sp-navigation .sp-navigation-popover .sp-navigation-popover-panel .sp-navigation-popover-panel-nav ul a:hover {
    color: rgba(33, 37, 41, .5)
}

#header .sp-navigation .sp-navigation-popover .sp-navigation-popover-panel .sp-navigation-popover-panel-nav li>a {
    padding-right: 46px
}

#header .sp-navigation .sp-navigation-popover .sp-navigation-popover-panel .sp-navigation-popover-panel-nav li.sp-navigation-has-sub-nav>a:after {
    display: block;
    content: "\203A";
    float: right;
    margin-left: 10px
}

#header .sp-navigation .sp-navigation-popover .sp-navigation-popover-panel .sp-navigation-popover-panel-slider {
    color: #212529;
    background-color: #fff
}

#header .sp-navigation .sp-navigation-popover .sp-navigation-popover-panel .sp-navigation-popover-panel-slider .sp-navigation-popover-panel-slide .sub-nav-columns {
    display: table;
    width: calc(100% + 1rem);
    margin-left: -.5rem
}

#header .sp-navigation .sp-navigation-popover .sp-navigation-popover-panel .sp-navigation-popover-panel-slider .sp-navigation-popover-panel-slide .sub-nav-columns>ul {
    display: table-cell
}

#header .sp-navigation .sp-navigation-popover .sp-navigation-popover-panel .sp-navigation-popover-panel-slider .sp-navigation-popover-panel-slide .sub-nav-columns>ul li a {
    min-width: 0 !important
}

#header .sp-navigation .sp-navigation-popover .sp-navigation-popover-panel .sp-navigation-popover-panel-slider .sp-navigation-popover-panel-slide .sub-nav-columns>ul:not(:last-child) {
    border-right: 1px solid #f3f2f1;
    padding-right: 18px !important
}

#header .sp-navigation .sp-navigation-popover .sp-navigation-popover-panel .sp-navigation-popover-panel-slider .sp-navigation-popover-panel-slide .sub-nav-columns>ul:not(:first-child) {
    padding-left: 18px !important
}

#header .sp-navigation .sp-navigation-popover .sp-navigation-popover-panel .sp-navigation-popover-panel-column ul {
    padding: 0
}

#header .sp-navigation .sp-navigation-popover .sp-navigation-popover-panel .sp-navigation-popover-panel-column:not(:first-child) {
    color: #212529;
    background-color: #fff
}

#header .sp-navigation .sp-navigation-popover .sp-navigation-popover-panel.sp-navigation-popover-panel-has-table .sp-navigation-popover-panel-inner {
    padding: 0
}

#header .sp-navigation .sp-navigation-popover .sp-navigation-popover-panel.sp-navigation-popover-panel-has-table .sp-navigation-popover-panel-inner>div {
    margin-left: -15px;
    margin-right: -15px
}

#header .sp-navigation-breakpoint-up .sp-navigation-nav>ul {
    float: right
}

#header .sp-navigation-breakpoint-up .sp-navigation-nav>ul>li {
    float: left;
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 0
}

#header .sp-navigation-breakpoint-up .sp-navigation-nav>ul>li>a {
    padding-top: .5rem;
    padding-bottom: -0.75rem;
}

#header .sp-navigation-breakpoint-up .sp-navigation-nav>ul>li.current-menu-ancestor>a:after,
#header .sp-navigation-breakpoint-up .sp-navigation-nav>ul>li.current-menu-item>a:after {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    background-color: #fff
}

#header .sp-navigation-breakpoint-up .sp-navigation-nav>ul>li:last-child,
#header .sp-navigation-breakpoint-up .sp-navigation-nav>ul>li:last-child>a {
    padding-right: 0
}

#header .sp-navigation-breakpoint-down {
    position: static
}

#header .sp-navigation-breakpoint-down .sp-navigation-nav {
    position: fixed;
    top: 70px !important;
    right: 0;
    left: 0;
    background-color: #fff;
    padding: 10px 5px 0
}

#header .sp-navigation-breakpoint-down .sp-navigation-nav li {
    margin-bottom: 0
}

#header .sp-navigation-breakpoint-down .sp-navigation-nav a {
    display: block;
    color: #212529;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    padding: .5rem 15px .5rem 0
}

#header .sp-navigation-breakpoint-down .sp-navigation-nav .sp-navigation-nav-inner {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    min-height: 100%
}

#header .sp-navigation-breakpoint-down .sp-navigation-nav .sp-navigation-sub-nav-back {
    display: block;
    position: absolute;
    width: 100%;
    top: 26px;
    padding-bottom: 8px;
    background: #fff;
    background: linear-gradient(180deg, #fff 70%, hsla(0, 0%, 100%, 0));
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=0);
    z-index: 999
}

#header .sp-navigation-breakpoint-down .sp-navigation-nav .sp-navigation-sub-nav-back a {
    color: #979797
}

#header .sp-navigation-breakpoint-down .sp-navigation-nav .sp-navigation-has-sub-nav>a:after {
    display: block;
    content: "\203A";
    float: right;
    margin-left: 10px
}

#header .sp-navigation-breakpoint-down .sp-navigation-nav .sp-navigation-sub-nav {
    display: block;
    position: fixed;
    top: 124px;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 26px;
    background-color: #fff;
    transition: all .3s !important;
    transform: translateX(120%);
    z-index: 999
}

#header .sp-navigation-breakpoint-down .sp-navigation-nav .sp-navigation-sub-nav .sp-navigation-sub-nav {
    top: 0
}

#header .sp-navigation-breakpoint-down .sp-navigation-nav .sp-navigation-sub-nav .sp-navigation-sub-nav-overflow {
    height: 100%;
    overflow: auto;
    padding-top: 46px
}

#header .sp-navigation-breakpoint-down .sp-navigation-nav .sp-navigation-sub-nav .sp-navigation-sub-nav-back a,
#header .sp-navigation-breakpoint-down .sp-navigation-nav .sp-navigation-sub-nav ul {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto
}

#header .sp-navigation-breakpoint-down .sp-navigation-nav .sp-navigation-sub-nav.show {
    transform: translateX(0)
}

#header .sp-navigation-breakpoint-down .sp-navigation-nav #header-search-form {
    position: fixed;
    top: 70px;
    right: 5px;
    left: 5px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: auto;
    z-index: 9999
}

#header .sp-navigation-breakpoint-down .sp-navigation-nav #header-search-form:after {
    content: " ";
    display: block;
    height: 26px;
    background: #fff;
    background: linear-gradient(180deg, #fff 10%, hsla(0, 0%, 100%, 0));
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=0)
}

#header .sp-navigation-breakpoint-down .sp-navigation-nav #header-search-form .header-search-trigger {
    display: none !important
}

#header .sp-navigation-breakpoint-down .sp-navigation-nav #header-search-form .header-search-form {
    position: static;
    padding: 0;
    opacity: 1;
    visibility: visible
}

#header .sp-navigation-breakpoint-down .sp-navigation-nav #header-search-form .header-search-form .header-search-form-inner {
    padding: 10px 15px
}

#header .sp-navigation-breakpoint-down .sp-navigation-nav #header-search-form [type=text] {
    padding: 0;
    border: 0
}

#header .sp-navigation-breakpoint-down .sp-navigation-nav #header-search-form [type=text]::-webkit-input-placeholder {
    color: transparent
}

#header .sp-navigation-breakpoint-down .sp-navigation-nav #header-search-form [type=text]:-moz-placeholder,
#header .sp-navigation-breakpoint-down .sp-navigation-nav #header-search-form [type=text]::-moz-placeholder {
    color: transparent
}

#header .sp-navigation-breakpoint-down .sp-navigation-nav #header-search-form [type=text]:-ms-input-placeholder {
    color: transparent
}

#header .sp-navigation-breakpoint-down .sp-navigation-nav #header-search-form .header-search-form-submit-text {
    display: none
}

#header .sp-navigation-breakpoint-down .sp-navigation-nav #header-search-form .header-search-form-submit-icon {
    display: block
}

#header .sp-navigation-breakpoint-down .sp-navigation-nav .header-search-form,
#header .sp-navigation-breakpoint-down .sp-navigation-nav .sp-navigation-nav-inner,
#header .sp-navigation-breakpoint-down .sp-navigation-nav .sp-navigation-sub-nav-back a,
#header .sp-navigation-breakpoint-down .sp-navigation-nav .sp-navigation-sub-nav ul {
    margin: 0 auto
}

@media (max-width:1199.98px) {

    #header .sp-navigation-breakpoint-down .sp-navigation-nav .header-search-form,
    #header .sp-navigation-breakpoint-down .sp-navigation-nav .sp-navigation-nav-inner,
    #header .sp-navigation-breakpoint-down .sp-navigation-nav .sp-navigation-sub-nav-back a,
    #header .sp-navigation-breakpoint-down .sp-navigation-nav .sp-navigation-sub-nav ul {
        width: 85%
    }
}

@media (max-width:767.98px) {

    #header .sp-navigation-breakpoint-down .sp-navigation-nav .header-search-form,
    #header .sp-navigation-breakpoint-down .sp-navigation-nav .sp-navigation-nav-inner,
    #header .sp-navigation-breakpoint-down .sp-navigation-nav .sp-navigation-sub-nav-back a,
    #header .sp-navigation-breakpoint-down .sp-navigation-nav .sp-navigation-sub-nav ul {
        width: 90%
    }
}

@media (max-width:575.98px) {

    #header .sp-navigation-breakpoint-down .sp-navigation-nav .header-search-form,
    #header .sp-navigation-breakpoint-down .sp-navigation-nav .sp-navigation-nav-inner,
    #header .sp-navigation-breakpoint-down .sp-navigation-nav .sp-navigation-sub-nav-back a,
    #header .sp-navigation-breakpoint-down .sp-navigation-nav .sp-navigation-sub-nav ul {
        width: 95%
    }
}

#header .sp-navigation-breakpoint-down .sp-navigation-nav:after {
    content: " ";
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 26px;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .99) 99%, #fff);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=0);
    pointer-events: none;
    z-index: 9999
}

@media print {

    .single-blog #footer,
    .single-blog #header,
    .single-blog #section-support,
    .single-blog #share-buttons,
    .single-news #footer,
    .single-news #header,
    .single-news #section-support,
    .single-news #share-buttons {
        display: none !important
    }

    .single-blog .container-py-tall,
    .single-news .container-py-tall {
        padding: 50px 0 !important
    }

    .single-blog .section-top,
    .single-news .section-top {
        background: transparent !important;
        height: 250px !important
    }

    .single-blog .content-article p,
    .single-news .content-article p {
        font-size: 17px !important
    }
}

@media (min-width:768px) {
    #header {
        top: 40px;
        z-index: 9999
    }

    #header,
    #header .header-inner {
        position: absolute;
        right: 0;
        left: 0;
        height: 70px
    }

    #header .header-inner {
        top: 0;
        transform: translateY(0);
        transition: none !important
    }

    #header.is-passed .header-inner,
    #header[data-sp-scroll-position=after] .header-inner {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        transform: translateY(-100%);
        background-color: #fff
    }

    #header.is-passed .header-inner .header-logo .logo-icon path,
    #header[data-sp-scroll-position=after] .header-inner .header-logo .logo-icon path {
        fill: #0065a8
    }

    #header.is-passed .header-inner .header-logo .logo-text path,
    #header[data-sp-scroll-position=after] .header-inner .header-logo .logo-text path {
        fill: #090204
    }

    .two {
        display: none !important;
    }

    #header.is-passed .header-inner .header-logo .one {
        display: none !important;
    }


    #header.is-passed .header-inner .header-logo .two {
        display: block !important;

    }


    #header.is-passed .header-inner .sp-navigation .sp-navigation-nav>ul>li.current-menu-ancestor>a:after,
    #header.is-passed .header-inner .sp-navigation .sp-navigation-nav>ul>li.current-menu-item>a:after,
    #header[data-sp-scroll-position=after] .header-inner .sp-navigation .sp-navigation-nav>ul>li.current-menu-ancestor>a:after,
    #header[data-sp-scroll-position=after] .header-inner .sp-navigation .sp-navigation-nav>ul>li.current-menu-item>a:after {
        background-color: #232629
    }

    #header.is-passed .header-inner .sp-navigation .sp-navigation-nav>ul>li>a,
    #header[data-sp-scroll-position=after] .header-inner .sp-navigation .sp-navigation-nav>ul>li>a {
        color: #232629
    }

    #header.is-passed .header-inner .header-search-trigger svg path,
    #header[data-sp-scroll-position=after] .header-inner .header-search-trigger svg path {
        fill: #232629
    }

    #header.allow-transition .header-inner {
        transition: all .3s !important
    }

    #header[data-sp-scroll-direction=up][data-sp-scroll-position=after] .header-inner,
    #header[data-sp-scroll-direction=up][data-sp-scroll-position=in] .header-inner {
        transform: translateY(0)
    }
}

@media (max-width:767px) {
    #header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        height: 70px;
        z-index: 9999
    }

    #header .header-inner {
        height: 70px;
        background-color: #fff
    }

    #header .header-container {
        padding: 0 15px
    }

    #header .header-logo .logo-icon path {
        fill: #0065a8
    }

    #header .header-logo .logo-text path {
        fill: #090204
    }

    #header .sp-navigation .sp-navigation-nav>ul>li>a {
        color: #232629
    }
}

.font{
    font-size:1.5rem !important;
    /* font-size:2.5rem !important; */
}

.gform_wrapper .gform_heading{
    font-size:17px;
}

#main {
    overflow: hidden
}

@media (max-width:767.98px) {
    #main {
        padding-top: 125px;
        /* padding-top: 70px */
    }
}

.hero {
    position: relative
}

.video-wrap {
    overflow: hidden
}

.video-wrap,
.video-wrap:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.video-wrap:after {
    content: "";
    background: rgba(0, 0, 0, .25)
}

.video-wrap video {
    display: block;
    min-height: 100%;
    min-width: 100%
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

.aligncenter,
.alignnone {
    clear: both;
    display: block;
    width: 100%;
    height: auto
}

.wp-caption {
    font-size: .875rem;
    max-width: 100%
}

.content img,
.wp-caption .wp-caption-text {
    margin-bottom: 1rem
}

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

.content hr {
    margin-top: 1.5rem;
    margin-bottom: .5rem;
    border: 0;
    border-top: 2px solid#00b5e6
}

.content h3 {
    margin-bottom: 3rem
}

.content h6 {
    font-size: 1rem;
    margin-bottom: .25rem
}

.content p {
    margin-bottom: 3rem
}

.content p:last-child {
    margin-bottom: 1rem
}

.blog-template-default .content h1,
.blog-template-default .content h2,
.blog-template-default .content h3,
.news-template-default .content h1,
.news-template-default .content h2,
.news-template-default .content h3 {
    margin-bottom: .75rem
}

.blog-template-default .content h4,
.blog-template-default .content h5,
.blog-template-default .content h6,
.news-template-default .content h4,
.news-template-default .content h5,
.news-template-default .content h6 {
    margin-bottom: .5rem
}

.blog-template-default .content .embed-container,
.news-template-default .content .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    margin-bottom: 3rem;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto
}

.blog-template-default .content .embed-container embed,
.blog-template-default .content .embed-container iframe,
.blog-template-default .content .embed-container object,
.news-template-default .content .embed-container embed,
.news-template-default .content .embed-container iframe,
.news-template-default .content .embed-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.perfect-pullquote {
    position: relative;
    padding: 0;
    margin: 0;
    border: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400
}

.perfect-pullquote:before {
    content: "";
    display: block;
    width: 42px;
    height: 42px;
    margin-bottom: 1rem;
    background: url(/wp-content/themes/buck/assets/images/icon-quote.svg) 50% no-repeat;
    background-size: contain
}

.perfect-pullquote.pullquote-align-full {
    clear: both;
    margin: 0 0 4rem !important;
    width: 100%
}

.perfect-pullquote.pullquote-align-full p {
    font-size: 1.75rem !important
}

.perfect-pullquote.pullquote-align-left,
.perfect-pullquote.pullquote-align-right {
    width: 45%
}

.perfect-pullquote.pullquote-align-left p,
.perfect-pullquote.pullquote-align-right p {
    font-size: 1.375rem !important
}

.perfect-pullquote.pullquote-align-left:before,
.perfect-pullquote.pullquote-align-right:before {
    width: 28px;
    height: 28px
}

.perfect-pullquote.pullquote-align-left {
    position: relative;
    float: none;
    left: calc(-16.66667% + -30px);
    width: calc(100% + 16.66667% + 30px);
    padding: 3.75rem;
    margin: 0 0 4rem !important;
    background-color: #00b5e6
}

@media (max-width:991.98px) {
    .perfect-pullquote.pullquote-align-left {
        left: 0;
        width: 100% !important
    }
}

.perfect-pullquote.pullquote-align-left blockquote p {
    color: #fff !important;
    line-height: 1.7 !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.0625rem
}

.perfect-pullquote.pullquote-align-left blockquote p strong {
    display: block;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5rem !important;
    margin-bottom: .7rem
}

.perfect-pullquote.pullquote-align-left blockquote p a {
    color: #fff;
    text-decoration: underline !important;
    transition: color 1s cubic-bezier(.19, 1, .22, 1)
}

.perfect-pullquote.pullquote-align-left blockquote p a:hover {
    color: hsla(0, 0%, 100%, .75);
    transition: color 1s cubic-bezier(.19, 1, .22, 1)
}

.perfect-pullquote.pullquote-align-left:before {
    display: none
}

.perfect-pullquote.pullquote-align-right {
    padding-left: 1.875rem;
    padding-bottom: 1.875rem;
    margin: 0 0 4rem !important
}

@media (max-width:767.98px) {
    .perfect-pullquote.pullquote-align-right {
        padding-left: 0;
        padding-bottom: 0
    }
}

.content-lab h3 {
    margin-bottom: 2rem
}

.content-lab p+h3 {
    padding-top: 3rem
}

.funders-logo-list {
    padding-left: 0;
    list-style: none
}

.funders-logo-list li {
    float: left;
    list-style: none;
    line-height: 126px;
    width: 150px;
    height: 126px;
    margin: 0 20px 20px 0;
    border: 1px solid #d6d6d6;
    text-align: center;
    vertical-align: middle
}

.funders-logo-list li a {
    display: block
}

#footer {
    font-size: .875rem;
    background-color: #363f49;
    overflow: hidden
}

#footer,
#footer a {
    color: #fff
}

@media (max-width:767.98px) {
    #footer a {
        font-size: 12px
    }
}

#footer ul {
    list-style: none;
    margin: 0;
    padding: 0
}

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

#footer .footer-container .footer-left {
    padding-left: calc(7.5% + 15px)
}

@media (max-width:767.98px) {
    #footer .footer-container .footer-left {
        padding-right: calc(7.5% + 15px)
    }
}

#footer .footer-container .footer-right {
    padding-right: calc(7.5% + 15px)
}

@media (max-width:767.98px) {
    #footer .footer-container .footer-right {
        padding-left: calc(7.5% + 15px)
    }
}

#footer .footer-table>div {
    padding-top: 30px;
    padding-bottom: 30px
}

#footer .footer-navigations {
    border-bottom: 2px solid #979797;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    font-weight: 400;
    font-family: 'Poppins', sans-serif
}

#footer .footer-navigations li {
    margin-bottom: 3px
}

#footer .footer-navigations #menu-footer-navigation-2 a {
    opacity: .4
}

#footer .footer-logo {
    display: inline-block;
    padding-top: 1rem
}

#footer .footer-logo span+span {
    display: none
}

#footer .footer-logo img,
#footer .footer-logo svg {
    display: block;
    width: 150px;
    height: 50px;
    overflow: visible
}

#footer .footer-tagline {
    margin-bottom: 2px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif
}

#footer .footer-right {
    background-color: #00b5e6
}

@media (min-width:768px) and (max-width:991px) {
    #footer .footer-right {
        padding-left: 40px !important
    }
}

@media (min-width:992px) and (max-width:1335px) {
    #footer .footer-right {
        padding-left: 60px !important
    }
}

#footer .footer-form .footer-form-title {
    margin-bottom: 1.5rem
}

#footer .footer-form .form-control {
    border: none;
    border-bottom: 2px solid#00b5e6;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    color: #fff;
    text-transform: none;
    font-size: .9rem
}

#footer .footer-form .form-control::-webkit-input-placeholder {
    color: #556474
}

#footer .footer-form .form-control:-moz-placeholder,
#footer .footer-form .form-control::-moz-placeholder {
    color: #556474
}

#footer .footer-form .form-control:-ms-input-placeholder {
    color: #556474
}

@media (max-width:767.98px) {
    #footer .footer-form .form-control {
        margin-bottom: 1rem;
        font-size: 16px
    }
}

@media (min-width:768px) {
    #footer .footer-table {
        display: table;
        width: 100%
    }

    #footer .footer-table>div,
    #footer .footer-table>span {
        display: table-cell;
        vertical-align: middle;
        height: 100%;
        float: none
    }

    #footer .footer-table .col-1 {
        width: 8.33333%
    }

    #footer .footer-table .col-2 {
        width: 16.66667%
    }

    #footer .footer-table .col-3 {
        width: 25%
    }

    #footer .footer-table .col-4 {
        width: 33.33333%
    }

    #footer .footer-table .col-5 {
        width: 41.66667%
    }

    #footer .footer-table .col-6 {
        width: 50%
    }

    #footer .footer-table .col-7 {
        width: 58.33333%
    }

    #footer .footer-table .col-8 {
        width: 66.66667%
    }

    #footer .footer-table .col-9 {
        width: 75%
    }

    #footer .footer-table .col-10 {
        width: 83.33333%
    }

    #footer .footer-table .col-11 {
        width: 91.66667%
    }

    #footer .footer-table .col-12 {
        width: 100%
    }
}

@media (min-width:768px) and (min-width:576px) {
    #footer .footer-table .col-sm-1 {
        width: 8.33333%
    }

    #footer .footer-table .col-sm-2 {
        width: 16.66667%
    }

    #footer .footer-table .col-sm-3 {
        width: 25%
    }

    #footer .footer-table .col-sm-4 {
        width: 33.33333%
    }

    #footer .footer-table .col-sm-5 {
        width: 41.66667%
    }

    #footer .footer-table .col-sm-6 {
        width: 50%
    }

    #footer .footer-table .col-sm-7 {
        width: 58.33333%
    }

    #footer .footer-table .col-sm-8 {
        width: 66.66667%
    }

    #footer .footer-table .col-sm-9 {
        width: 75%
    }

    #footer .footer-table .col-sm-10 {
        width: 83.33333%
    }

    #footer .footer-table .col-sm-11 {
        width: 91.66667%
    }

    #footer .footer-table .col-sm-12 {
        width: 100%
    }
}

@media (min-width:768px) and (min-width:768px) {
    #footer .footer-table .col-md-1 {
        width: 8.33333%
    }

    #footer .footer-table .col-md-2 {
        width: 16.66667%
    }

    #footer .footer-table .col-md-3 {
        width: 25%
    }

    #footer .footer-table .col-md-4 {
        width: 33.33333%
    }

    #footer .footer-table .col-md-5 {
        width: 41.66667%
    }

    #footer .footer-table .col-md-6 {
        width: 50%
    }

    #footer .footer-table .col-md-7 {
        width: 58.33333%
    }

    #footer .footer-table .col-md-8 {
        width: 66.66667%
    }

    #footer .footer-table .col-md-9 {
        width: 75%
    }

    #footer .footer-table .col-md-10 {
        width: 83.33333%
    }

    #footer .footer-table .col-md-11 {
        width: 91.66667%
    }

    #footer .footer-table .col-md-12 {
        width: 100%
    }
}

@media (min-width:768px) and (min-width:992px) {
    #footer .footer-table .col-lg-1 {
        width: 8.33333%
    }

    #footer .footer-table .col-lg-2 {
        width: 16.66667%
    }

    #footer .footer-table .col-lg-3 {
        width: 25%
    }

    #footer .footer-table .col-lg-4 {
        width: 33.33333%
    }

    #footer .footer-table .col-lg-5 {
        width: 41.66667%
    }

    #footer .footer-table .col-lg-6 {
        width: 50%
    }

    #footer .footer-table .col-lg-7 {
        width: 58.33333%
    }

    #footer .footer-table .col-lg-8 {
        width: 66.66667%
    }

    #footer .footer-table .col-lg-9 {
        width: 75%
    }

    #footer .footer-table .col-lg-10 {
        width: 83.33333%
    }

    #footer .footer-table .col-lg-11 {
        width: 91.66667%
    }

    #footer .footer-table .col-lg-12 {
        width: 100%
    }
}

@media (min-width:768px) and (min-width:1200px) {
    #footer .footer-table .col-xl-1 {
        width: 8.33333%
    }

    #footer .footer-table .col-xl-2 {
        width: 16.66667%
    }

    #footer .footer-table .col-xl-3 {
        width: 25%
    }

    #footer .footer-table .col-xl-4 {
        width: 33.33333%
    }

    #footer .footer-table .col-xl-5 {
        width: 41.66667%
    }

    #footer .footer-table .col-xl-6 {
        width: 50%
    }

    #footer .footer-table .col-xl-7 {
        width: 58.33333%
    }

    #footer .footer-table .col-xl-8 {
        width: 66.66667%
    }

    #footer .footer-table .col-xl-9 {
        width: 75%
    }

    #footer .footer-table .col-xl-10 {
        width: 83.33333%
    }

    #footer .footer-table .col-xl-11 {
        width: 91.66667%
    }

    #footer .footer-table .col-xl-12 {
        width: 100%
    }

    .one {
        margin-top: -20px !important;
    }

    .book-bt {
        margin-top: -10px;
        color: #fff !important;
    }


}

@media (min-width:768px) {

    #footer .footer-table.row,
    #footer .footer-table.vc_row {
        margin-left: 0;
        margin-right: 0
    }

    #footer .footer-table.vc_row>div:first-child>div {
        padding-left: 0
    }

    #footer .footer-table.vc_row>div:last-child>div {
        padding-right: 0
    }

    #footer .footer-table.display-table-vertical-align-top>div,
    #footer .footer-table>div.display-table-vertical-align-top {
        vertical-align: top
    }

    #footer .footer-table.display-table-vertical-align-middle>div,
    #footer .footer-table>div.display-table-vertical-align-middle {
        vertical-align: middle
    }

    #footer .footer-table.display-table-vertical-align-bottom>div,
    #footer .footer-table>div.display-table-vertical-align-bottom {
        vertical-align: bottom
    }

    #footer .footer-table.display-table-equal-column-height {
        height: 1px
    }

    #footer .footer-table.display-table-equal-column-height.wpb_row>.wpb_column>.vc_column-inner {
        height: 100%
    }

    #footer .footer-table>div {
        width: 50%;
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media (min-width:768px) and (max-width:575.98px) {
    #footer .footer-table .footer-left {
        padding-right: 15px
    }
}

@media (min-width:768px) and (min-width:576px) {
    #footer .footer-table .footer-left {
        padding-right: 40px
    }
}

@media (min-width:768px) and (min-width:768px) {
    #footer .footer-table .footer-left {
        padding-right: 60px
    }
}

@media (min-width:768px) and (min-width:992px) {
    #footer .footer-table .footer-left {
        padding-right: 80px
    }
}

@media (min-width:768px) and (min-width:1200px) {
    #footer .footer-table .footer-left {
        padding-right: 100px
    }
}

@media (min-width:768px) and (max-width:575.98px) {
    #footer .footer-table .footer-right {
        padding-left: 15px
    }
}

@media (min-width:768px) and (min-width:576px) {
    #footer .footer-table .footer-right {
        padding-left: 40px
    }
}

@media (min-width:768px) and (min-width:768px) {
    #footer .footer-table .footer-right {
        padding-left: 60px
    }
}

@media (min-width:768px) and (min-width:992px) {
    #footer .footer-table .footer-right {
        padding-left: 80px
    }
}

@media (min-width:768px) and (min-width:1200px) {
    #footer .footer-table .footer-right {
        padding-left: 100px
    }
}

@media (min-width:768px) {
    #footer .footer-right {
        position: relative
    }

    #footer .footer-right:after {
        display: block;
        clear: both;
        content: ""
    }

    #footer .footer-right:before {
        content: " ";
        display: block;
        position: absolute;
        top: 0;
        right: -2000px;
        bottom: 0;
        left: 0;
        background-color: #00b5e6;
        z-index: 100
    }

    #footer .footer-right .footer-right-inner {
        position: relative;
        z-index: 200
    }
}

@media (min-width:1200px) {
    #footer .footer-table .footer-left {
        width: 64%
    }

    #footer .footer-navigations {
        width: 27.5rem;
        float: right
    }

    #footer .footer-left-table {
        display: table;
        width: 100%;
        font-size: .75rem
    }

    #footer .footer-left-table>div,
    #footer .footer-left-table>span {
        display: table-cell;
        vertical-align: middle;
        height: 100%;
        float: none
    }

    #footer .footer-left-table .col-1 {
        width: 8.33333%
    }

    #footer .footer-left-table .col-2 {
        width: 16.66667%
    }

    #footer .footer-left-table .col-3 {
        width: 25%
    }

    #footer .footer-left-table .col-4 {
        width: 33.33333%
    }

    #footer .footer-left-table .col-5 {
        width: 41.66667%
    }

    #footer .footer-left-table .col-6 {
        width: 50%
    }

    #footer .footer-left-table .col-7 {
        width: 58.33333%
    }

    #footer .footer-left-table .col-8 {
        width: 66.66667%
    }

    #footer .footer-left-table .col-9 {
        width: 75%
    }

    #footer .footer-left-table .col-10 {
        width: 83.33333%
    }

    #footer .footer-left-table .col-11 {
        width: 91.66667%
    }

    #footer .footer-left-table .col-12 {
        width: 100%
    }
}

@media (min-width:1200px) and (min-width:576px) {
    #footer .footer-left-table .col-sm-1 {
        width: 8.33333%
    }

    #footer .footer-left-table .col-sm-2 {
        width: 16.66667%
    }

    #footer .footer-left-table .col-sm-3 {
        width: 25%
    }

    #footer .footer-left-table .col-sm-4 {
        width: 33.33333%
    }

    #footer .footer-left-table .col-sm-5 {
        width: 41.66667%
    }

    #footer .footer-left-table .col-sm-6 {
        width: 50%
    }

    #footer .footer-left-table .col-sm-7 {
        width: 58.33333%
    }

    #footer .footer-left-table .col-sm-8 {
        width: 66.66667%
    }

    #footer .footer-left-table .col-sm-9 {
        width: 75%
    }

    #footer .footer-left-table .col-sm-10 {
        width: 83.33333%
    }

    #footer .footer-left-table .col-sm-11 {
        width: 91.66667%
    }

    #footer .footer-left-table .col-sm-12 {
        width: 100%
    }
}

@media (min-width:1200px) and (min-width:768px) {
    #footer .footer-left-table .col-md-1 {
        width: 8.33333%
    }

    #footer .footer-left-table .col-md-2 {
        width: 16.66667%
    }

    #footer .footer-left-table .col-md-3 {
        width: 25%
    }

    #footer .footer-left-table .col-md-4 {
        width: 33.33333%
    }

    #footer .footer-left-table .col-md-5 {
        width: 41.66667%
    }

    #footer .footer-left-table .col-md-6 {
        width: 50%
    }

    #footer .footer-left-table .col-md-7 {
        width: 58.33333%
    }

    #footer .footer-left-table .col-md-8 {
        width: 66.66667%
    }

    #footer .footer-left-table .col-md-9 {
        width: 75%
    }

    #footer .footer-left-table .col-md-10 {
        width: 83.33333%
    }

    #footer .footer-left-table .col-md-11 {
        width: 91.66667%
    }

    #footer .footer-left-table .col-md-12 {
        width: 100%
    }
}

@media (min-width:1200px) and (min-width:992px) {
    #footer .footer-left-table .col-lg-1 {
        width: 8.33333%
    }

    #footer .footer-left-table .col-lg-2 {
        width: 16.66667%
    }

    #footer .footer-left-table .col-lg-3 {
        width: 25%
    }

    #footer .footer-left-table .col-lg-4 {
        width: 33.33333%
    }

    #footer .footer-left-table .col-lg-5 {
        width: 41.66667%
    }

    #footer .footer-left-table .col-lg-6 {
        width: 50%
    }

    #footer .footer-left-table .col-lg-7 {
        width: 58.33333%
    }

    #footer .footer-left-table .col-lg-8 {
        width: 66.66667%
    }

    #footer .footer-left-table .col-lg-9 {
        width: 75%
    }

    #footer .footer-left-table .col-lg-10 {
        width: 83.33333%
    }

    #footer .footer-left-table .col-lg-11 {
        width: 91.66667%
    }

    #footer .footer-left-table .col-lg-12 {
        width: 100%
    }
}

@media (min-width:1200px) and (min-width:1200px) {
    #footer .footer-left-table .col-xl-1 {
        width: 8.33333%
    }

    #footer .footer-left-table .col-xl-2 {
        width: 16.66667%
    }

    #footer .footer-left-table .col-xl-3 {
        width: 25%
    }

    #footer .footer-left-table .col-xl-4 {
        width: 33.33333%
    }

    #footer .footer-left-table .col-xl-5 {
        width: 41.66667%
    }

    #footer .footer-left-table .col-xl-6 {
        width: 50%
    }

    #footer .footer-left-table .col-xl-7 {
        width: 58.33333%
    }

    #footer .footer-left-table .col-xl-8 {
        width: 66.66667%
    }

    #footer .footer-left-table .col-xl-9 {
        width: 75%
    }

    #footer .footer-left-table .col-xl-10 {
        width: 83.33333%
    }

    #footer .footer-left-table .col-xl-11 {
        width: 91.66667%
    }

    #footer .footer-left-table .col-xl-12 {
        width: 100%
    }
}

@media (min-width:1200px) {

    #footer .footer-left-table.row,
    #footer .footer-left-table.vc_row {
        margin-left: 0;
        margin-right: 0
    }

    #footer .footer-left-table.vc_row>div:first-child>div {
        padding-left: 0
    }

    #footer .footer-left-table.vc_row>div:last-child>div {
        padding-right: 0
    }

    #footer .footer-left-table.display-table-vertical-align-top>div,
    #footer .footer-left-table>div.display-table-vertical-align-top {
        vertical-align: top
    }

    #footer .footer-left-table.display-table-vertical-align-middle>div,
    #footer .footer-left-table>div.display-table-vertical-align-middle {
        vertical-align: middle
    }

    #footer .footer-left-table.display-table-vertical-align-bottom>div,
    #footer .footer-left-table>div.display-table-vertical-align-bottom {
        vertical-align: bottom
    }

    #footer .footer-left-table.display-table-equal-column-height {
        height: 1px
    }

    #footer .footer-left-table.display-table-equal-column-height.wpb_row>.wpb_column>.vc_column-inner {
        height: 100%
    }

    #footer .footer-left-table>div:last-child {
        width: 27.5rem
    }

    #footer .footer-right {
        position: relative
    }

    #footer .footer-right:after {
        display: block;
        clear: both;
        content: ""
    }

    #footer .footer-right:before {
        content: " ";
        display: block;
        position: absolute;
        top: 0;
        right: -2000px;
        bottom: 0;
        left: 0;
        background-color: #00b5e6;
        z-index: 100
    }

    #footer .footer-right .footer-right-inner {
        position: relative;
        z-index: 200
    }
}

@media (max-width:1199.98px) {
    .footer-logo {
        margin-bottom: 15px
    }

    .footer-right {
        margin-left: -15px;
        margin-right: -15px
    }

    .footer-right .footer-right-inner {
        padding-left: 15px;
        padding-right: 15px
    }
}

#footer .footer-left-table>div,
#footer .footer-left-table>span {
    vertical-align: bottom
}

.menu-social_navigation-container ul li a {
    color: #757a80 !important
}

.footer-newsletter .gform_wrapper .gform_title {
    font-size: 2.375rem;
    max-width: 20rem;
    font-weight: 400
}

@media (max-width:767px) {
    .footer-newsletter .gform_wrapper ul.gform_fields li.gfield {
        padding-right: 0 !important
    }
}

.footer-newsletter .gform_wrapper .ginput_container_email input {
    background: transparent;
    color: #fff;
    padding: 10px 0 !important;
    font-size: 16px !important;
    border-radius: 0 !important;
    border-color: #fff !important
}

.footer-newsletter .gform_wrapper .ginput_container_email input::placeholder {
    color: #fff;
    text-transform: none !important;
    font-size: 16px !important
}

.footer-newsletter .gform_wrapper .gform_body {
    width: 75% !important;
    float: left
}

.footer-newsletter .gform_wrapper .gform_footer {
    width: 25%;
    float: right;
    clear: none;
    padding: 13px 0 10px
}

.footer-newsletter .gform_wrapper .gform_footer input[type=submit] {
    width: 100%;
    margin: 0;
    min-width: 62px;
    background: #fff;
    color: #00b5e6;
    border: 1px solid#00b5e6 !important;
    font-size: 12.5px;
    border-radius: 0 !important
}

.footer-newsletter .gform_wrapper .gform_footer input[type=submit]:hover {
    border: 1px solid #fff !important;
    background: #00b5e6;
    color: #fff
}

@media (min-width:1024px) {
    .footer-newsletter .gform_wrapper .gform_footer input[type=submit] {
        min-width: 138px
    }
}

@media (max-width:767.98px) {
    .footer-newsletter .gform_wrapper .gform_body {
        width: 100% !important;
        float: none
    }

    .footer-newsletter .gform_wrapper .gform_footer {
        width: 100%;
        float: none
    }

    .footer-newsletter .gform_wrapper .gform_footer input[type=submit] {
        min-height: 3rem !important
    }
}

.rch_video {

    position: relative;
    left: 20% !important;
    top: -5px;
    z-index: 1;
    width: 900 !important;
    height: 509 !important;
}

.btn-linkedin {
    background: #0E76A8;
    border-radius: 0;
    color: #fff;
    border-width: 1px;
    border-style: solid;
    padding: 3px;
}

.btn-linkedin:link,
.btn-linkedin:visited {
    color: #fff;
}

.btn-linkedin:active,
.btn-linkedin:hover {
    background: #084461;
    color: #fff;
}

/* 
      /* video css 
      .play-btn {
        width: 50px;
        height: 50px;
        background: radial-gradient( hsla(189, 97%, 50%, 0.8) 60%, rgba(255, 255, 255, 1) 62%);
        border-radius: 50%;
        position: relative;
        display: block;
        margin: 40px auto;
        box-shadow: 0px 0px 25px 3px rgba(255, 0, 128, 0.8);
        right:46%;
      }
      
      /* triangle *
      .play-btn::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-40%) translateY(-50%);
        transform: translateX(-40%) translateY(-50%);
        transform-origin: center center;
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 25px solid #fff;
        z-index: 100;
        -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
      }
      
      /* pulse wave *
      .play-btn:before {
        content: "";
        position: absolute;
        width: 150%;
        height: 150%;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation: pulsate1 2s;
        animation: pulsate1 2s;
        -webkit-animation-direction: forwards;
        animation-direction: forwards;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: steps;
        animation-timing-function: steps;
        opacity: 1;
        border-radius: 50%;
        border: 5px solid rgba(255, 255, 255, .75);
        top: -30%;
        left: -30%;
        background: rgba(198, 16, 0, 0);
      }
      
      @-webkit-keyframes pulsate1 {
        0% {
          -webkit-transform: scale(0.6);
          transform: scale(0.6);
          opacity: 1;
          box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
        }
        100% {
          -webkit-transform: scale(1);
          transform: scale(1);
          opacity: 0;
          box-shadow: none;
      
        }
      }
      
      @keyframes pulsate1 {
        0% {
          -webkit-transform: scale(0.6);
          transform: scale(0.6);
          opacity: 1;
          box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
        }
        100% {
          -webkit-transform: scale(1, 1);
          transform: scale(1);
          opacity: 0;
          box-shadow: none;
      
        }
      }
 */




.video-play-button {
    position: absolute;
    z-index: 10;
    top: 200%;
    left: 6%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 15px;
    height: 12px;
    background: #00b5e6;
    border-radius: 50%;
    padding: 9px 24px 18px 28px;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 75px;
    height: 75px;
    background: #00b5e6;
    /* wave */
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #00b5e6;
    border-radius: 50%;
    transition: all 200ms;
    border: solid 4px #fff;
}


.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 18px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 12px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}


.watch {
    position: absolute;
    z-index: 80;
    top: 3;
    padding: 27px;
    left: 12%;
    font-size: 20px;
}

.slide-text {
    font-size: 96px !important;
}

/* Go to top button */
#button {
    display: inline-block;
    background-color: #FF9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

/* go to to  */
/* .float {
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#363f49;
	color:#FFF;
	border-radius:5px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100000;
}

.my-float{
	margin-top:16px;
} */

.font-14 {
    font-size: 14px !important;
}

/* whatappicon */
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 70px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
}

.my-float {
    margin-top: 16px;
}

.read_text {
    margin-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.read_head {
    font-weight: 400 !important;
}

.about_padding {
    padding: 100px;
}