@font-face {
    font-family: Readex Pro;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/readex-pro-v8-latin-300.eot);
    src: local(""), url(../fonts/readex-pro-v8-latin-300.eot#iefix) format("embedded-opentype"), url(../fonts/readex-pro-v8-latin-300.woff2) format("woff2"), url(../fonts/readex-pro-v8-latin-300.woff) format("woff"), url(../fonts/readex-pro-v8-latin-300.ttf) format("truetype"), url(../images/readex-pro-v8-latin-300.svg#ReadexPro) format("svg")
}

@font-face {
    font-family: Readex Pro;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/readex-pro-v8-latin-regular.eot);
    src: local(""), url(../fonts/readex-pro-v8-latin-regular.eot#iefix) format("embedded-opentype"), url(../fonts/readex-pro-v8-latin-regular.woff2) format("woff2"), url(../fonts/readex-pro-v8-latin-regular.woff) format("woff"), url(../fonts/readex-pro-v8-latin-regular.ttf) format("truetype"), url(../images/readex-pro-v8-latin-regular.svg#ReadexPro) format("svg")
}

@font-face {
    font-family: Readex Pro;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/readex-pro-v8-latin-500.eot);
    src: local(""), url(../fonts/readex-pro-v8-latin-500.eot#iefix) format("embedded-opentype"), url(../fonts/readex-pro-v8-latin-500.woff2) format("woff2"), url(../fonts/readex-pro-v8-latin-500.woff) format("woff"), url(../fonts/readex-pro-v8-latin-500.ttf) format("truetype"), url(../images/readex-pro-v8-latin-500.svg#ReadexPro) format("svg")
}

@font-face {
    font-family: Readex Pro;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/readex-pro-v8-latin-700.eot);
    src: local(""), url(../fonts/readex-pro-v8-latin-700.eot#iefix) format("embedded-opentype"), url(../fonts/readex-pro-v8-latin-700.woff2) format("woff2"), url(../fonts/readex-pro-v8-latin-700.woff) format("woff"), url(../fonts/readex-pro-v8-latin-700.ttf) format("truetype"), url(../images/readex-pro-v8-latin-700.svg#ReadexPro) format("svg")
}

@font-face {
    font-family: Readex Pro;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/readex-pro-v8-latin-600.eot);
    src: local(""), url(../fonts/readex-pro-v8-latin-600.eot#iefix) format("embedded-opentype"), url(../fonts/readex-pro-v8-latin-600.woff2) format("woff2"), url(../fonts/readex-pro-v8-latin-600.woff) format("woff"), url(../fonts/readex-pro-v8-latin-600.ttf) format("truetype"), url(../images/readex-pro-v8-latin-600.svg#ReadexPro) format("svg")
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #2c2c2c;
    --primary: #0080ff;
    --secondary: #4b4b4b;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #fafafa;
    --dark: #2c2c2c;
    --light-green: #f4ffe3;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Readex Pro", sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

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

body {
    margin: 0;
    font-family: Readex Pro, sans-serif;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.5;
    color: #2c2c2c;
    text-align: left;
    background-color: #fff
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
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;
    text-decoration-skip-ink: none
}

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: 700
}

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

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: 900
}

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: #0080ff;
    background-color: transparent
}

a,
a:hover {
    text-decoration: none
}

a:hover {
    color: #70a300
}

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

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

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

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

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

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

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

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

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
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

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

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

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

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
}

@media (max-width:1200px) {
    legend {
        font-size: calc(1.275rem + .3vw)
    }
}

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-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,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1rem;
    font-weight: 700;
    line-height: 1.2
}

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

@media (max-width:1200px) {

    .h1,
    h1 {
        font-size: calc(1.4302rem + 2.1624vw)
    }
}

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

@media (max-width:1200px) {

    .h2,
    h2 {
        font-size: calc(1.3691rem + 1.4292vw)
    }
}

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

@media (max-width:1200px) {

    .h3,
    h3 {
        font-size: calc(1.3203rem + .8436vw)
    }
}

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

@media (max-width:1200px) {

    .h4,
    h4 {
        font-size: calc(1.2813rem + .3756vw)
    }
}

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

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

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

@media (max-width:1200px) {
    .lead {
        font-size: calc(1.25156rem + .01875vw)
    }
}

.display-1 {
    font-size: 6rem;
    font-weight: 700;
    line-height: 1.2
}

@media (max-width:1200px) {
    .display-1 {
        font-size: calc(1.725rem + 5.7vw)
    }
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 700;
    line-height: 1.2
}

@media (max-width:1200px) {
    .display-2 {
        font-size: calc(1.675rem + 5.1vw)
    }
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1.2
}

@media (max-width:1200px) {
    .display-3 {
        font-size: calc(1.575rem + 3.9vw)
    }
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2
}

@media (max-width:1200px) {
    .display-4 {
        font-size: calc(1.475rem + 2.7vw)
    }
}

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

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

.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: 1rem;
    font-size: 1.40625rem
}

@media (max-width:1200px) {
    .blockquote {
        font-size: calc(1.26563rem + .1875vw)
    }
}

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

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

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

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

.figure {
    display: inline-block
}

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

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

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

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

.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%;
    padding-right: 15px;
    padding-left: 15px
}

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

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

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

.row-cols-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

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

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

.row-cols-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

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

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

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

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

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

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

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

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

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

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

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

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

.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.33333333%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-sm-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

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

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

    .row-cols-sm-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .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.33333333%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-md-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

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

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

    .row-cols-md-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .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.33333333%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-lg-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

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

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

    .row-cols-lg-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .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.33333333%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-xl-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

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

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

    .row-cols-xl-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .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.33333333%
    }

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

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

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

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

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

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

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

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

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

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

.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: #0080ff !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0079f1 !important
}

.bg-secondary {
    background-color: #4b4b4b !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #323232 !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: #fafafa !important
}

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

.bg-dark {
    background-color: #2c2c2c !important
}

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

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

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

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

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

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

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

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

.border-left {
    border-left: 1px solid #dee2e6 !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: #0080ff !important
}

.border-secondary {
    border-color: #4b4b4b !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: #fafafa !important
}

.border-dark {
    border-color: #2c2c2c !important
}

.border-light-green {
    border-color: #f4ffe3 !important
}

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

.rounded-sm {
    border-radius: 1rem !important
}

.rounded {
    border-radius: 2rem !important
}

.rounded-top {
    border-top-left-radius: 2rem !important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: 2rem !important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: 2rem !important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: 2rem !important
}

.rounded-left {
    border-top-left-radius: 2rem !important
}

.rounded-lg {
    border-radius: 2rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !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.85714286%
}

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

.user-select-all {
    user-select: all !important
}

.user-select-auto {
    user-select: auto !important
}

.user-select-none {
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: 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;
    margin: -1px;
    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 0 .5rem rgba(0, 0, 0, .1) !important
}

.shadow {
    box-shadow: 0 0 1rem rgba(0, 0, 0, .1) !important
}

.shadow-lg {
    box-shadow: 0 0 2rem rgba(0, 0, 0, .1) !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
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

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

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

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

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

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

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

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

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

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

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

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

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 2.5rem !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
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

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

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 2.5rem !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
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -2.5rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -2.5rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -2.5rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -2.5rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -2.5rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

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

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

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

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

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

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

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

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 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
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

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

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 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
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -2.5rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -2.5rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -2.5rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -2.5rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -2.5rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

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

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

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

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

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

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

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

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 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
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

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

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 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
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -2.5rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -2.5rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -2.5rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -2.5rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -2.5rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

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

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

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

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

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

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

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

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 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
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

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

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 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
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -2.5rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -2.5rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -2.5rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -2.5rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -2.5rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

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

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

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

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

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

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

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

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 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
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

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

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 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
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -2.5rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -2.5rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -2.5rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -2.5rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -2.5rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

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

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

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

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

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

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

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

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

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

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

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

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

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

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: 200 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: 900 !important
}

.font-italic {
    font-style: italic !important
}

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

.text-primary {
    color: #0080ff !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #70a300 !important
}

.text-secondary {
    color: #4b4b4b !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #3e3e3e !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #23923d !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #148ea1 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #edb100 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #d32535 !important
}

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

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

.text-dark {
    color: #2c2c2c !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #1f1f1f !important
}

.text-light-green {
    color: #f4ffe3 !important
}

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

.text-body {
    color: #2c2c2c !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.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 #adb5bd
    }

    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container,
    body {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

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

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

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

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

@media (min-width:1400px) {

    .container,
    .container-xl {
        max-width: 1300px
    }
}

@media (min-width:1500px) {

    .container,
    .container-xl {
        max-width: 1440px
    }
}

@media (min-width:1760px) {

    .container,
    .container-xl {
        max-width: 1600px
    }
}

.ratio-1-1 {
    position: relative
}

.ratio-1-1:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%
}

.ratio-1-1>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.ratio-16-9 {
    position: relative
}

.ratio-16-9:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%
}

.ratio-16-9>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.ratio-4-3 {
    position: relative
}

.ratio-4-3:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%
}

.ratio-4-3>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.op-0 {
    opacity: 0
}

.op-1 {
    opacity: .01
}

.op-2 {
    opacity: .02
}

.op-3 {
    opacity: .03
}

.op-4 {
    opacity: .04
}

.op-5 {
    opacity: .05
}

.op-6 {
    opacity: .06
}

.op-7 {
    opacity: .07
}

.op-8 {
    opacity: .08
}

.op-9 {
    opacity: .09
}

.op-10 {
    opacity: .1
}

.op-11 {
    opacity: .11
}

.op-12 {
    opacity: .12
}

.op-13 {
    opacity: .13
}

.op-14 {
    opacity: .14
}

.op-15 {
    opacity: .15
}

.op-16 {
    opacity: .16
}

.op-17 {
    opacity: .17
}

.op-18 {
    opacity: .18
}

.op-19 {
    opacity: .19
}

.op-20 {
    opacity: .2
}

.op-21 {
    opacity: .21
}

.op-22 {
    opacity: .22
}

.op-23 {
    opacity: .23
}

.op-24 {
    opacity: .24
}

.op-25 {
    opacity: .25
}

.op-26 {
    opacity: .26
}

.op-27 {
    opacity: .27
}

.op-28 {
    opacity: .28
}

.op-29 {
    opacity: .29
}

.op-30 {
    opacity: .3
}

.op-31 {
    opacity: .31
}

.op-32 {
    opacity: .32
}

.op-33 {
    opacity: .33
}

.op-34 {
    opacity: .34
}

.op-35 {
    opacity: .35
}

.op-36 {
    opacity: .36
}

.op-37 {
    opacity: .37
}

.op-38 {
    opacity: .38
}

.op-39 {
    opacity: .39
}

.op-40 {
    opacity: .4
}

.op-41 {
    opacity: .41
}

.op-42 {
    opacity: .42
}

.op-43 {
    opacity: .43
}

.op-44 {
    opacity: .44
}

.op-45 {
    opacity: .45
}

.op-46 {
    opacity: .46
}

.op-47 {
    opacity: .47
}

.op-48 {
    opacity: .48
}

.op-49 {
    opacity: .49
}

.op-50 {
    opacity: .5
}

.op-51 {
    opacity: .51
}

.op-52 {
    opacity: .52
}

.op-53 {
    opacity: .53
}

.op-54 {
    opacity: .54
}

.op-55 {
    opacity: .55
}

.op-56 {
    opacity: .56
}

.op-57 {
    opacity: .57
}

.op-58 {
    opacity: .58
}

.op-59 {
    opacity: .59
}

.op-60 {
    opacity: .6
}

.op-61 {
    opacity: .61
}

.op-62 {
    opacity: .62
}

.op-63 {
    opacity: .63
}

.op-64 {
    opacity: .64
}

.op-65 {
    opacity: .65
}

.op-66 {
    opacity: .66
}

.op-67 {
    opacity: .67
}

.op-68 {
    opacity: .68
}

.op-69 {
    opacity: .69
}

.op-70 {
    opacity: .7
}

.op-71 {
    opacity: .71
}

.op-72 {
    opacity: .72
}

.op-73 {
    opacity: .73
}

.op-74 {
    opacity: .74
}

.op-75 {
    opacity: .75
}

.op-76 {
    opacity: .76
}

.op-77 {
    opacity: .77
}

.op-78 {
    opacity: .78
}

.op-79 {
    opacity: .79
}

.op-80 {
    opacity: .8
}

.op-81 {
    opacity: .81
}

.op-82 {
    opacity: .82
}

.op-83 {
    opacity: .83
}

.op-84 {
    opacity: .84
}

.op-85 {
    opacity: .85
}

.op-86 {
    opacity: .86
}

.op-87 {
    opacity: .87
}

.op-88 {
    opacity: .88
}

.op-89 {
    opacity: .89
}

.op-90 {
    opacity: .9
}

.op-91 {
    opacity: .91
}

.op-92 {
    opacity: .92
}

.op-93 {
    opacity: .93
}

.op-94 {
    opacity: .94
}

.op-95 {
    opacity: .95
}

.op-96 {
    opacity: .96
}

.op-97 {
    opacity: .97
}

.op-98 {
    opacity: .98
}

.op-99 {
    opacity: .99
}

.op-100 {
    opacity: 1
}

@media (min-width:576px) {
    .min-vh-sm-100 {
        min-height: 100vh !important
    }

    .vh-sm-100 {
        height: 100vh !important
    }
}

@media (min-width:768px) {
    .min-vh-md-100 {
        min-height: 100vh !important
    }

    .vh-md-100 {
        height: 100vh !important
    }
}

@media (min-width:992px) {
    .min-vh-lg-100 {
        min-height: 100vh !important
    }

    .vh-lg-100 {
        height: 100vh !important
    }
}

@media (min-width:1200px) {
    .min-vh-xl-100 {
        min-height: 100vh !important
    }

    .vh-xl-100 {
        height: 100vh !important
    }
}

.lh-0 {
    line-height: .75rem
}

.lh-1 {
    line-height: 1rem
}

.lh-2 {
    line-height: 1.25rem
}

.lh-3 {
    line-height: 1.5rem
}

.lh-4 {
    line-height: 1.75rem
}

.lh-5 {
    line-height: 2rem
}

.lh-6 {
    line-height: 2.25rem
}

.lh-7 {
    line-height: 2.5rem
}

.lh-8 {
    line-height: 2.75rem
}

.lh-9 {
    line-height: 3rem
}

.lh-10 {
    line-height: 3.25rem
}

.lh-11 {
    line-height: 3.5rem
}

.lh-12 {
    line-height: 3.75rem
}

.lh-13 {
    line-height: 4rem
}

.lh-14 {
    line-height: 4.25rem
}

.lh-15 {
    line-height: 4.5rem
}

.lh-16 {
    line-height: 4.75rem
}

.lh-17 {
    line-height: 5rem
}

.lh-18 {
    line-height: 5.25rem
}

.lh-19 {
    line-height: 5.5rem
}

.lh-20 {
    line-height: 5.75rem
}

@media (min-width:576px) {
    .lh-sm-0 {
        line-height: .75rem
    }

    .lh-sm-1 {
        line-height: 1rem
    }

    .lh-sm-2 {
        line-height: 1.25rem
    }

    .lh-sm-3 {
        line-height: 1.5rem
    }

    .lh-sm-4 {
        line-height: 1.75rem
    }

    .lh-sm-5 {
        line-height: 2rem
    }

    .lh-sm-6 {
        line-height: 2.25rem
    }

    .lh-sm-7 {
        line-height: 2.5rem
    }

    .lh-sm-8 {
        line-height: 2.75rem
    }

    .lh-sm-9 {
        line-height: 3rem
    }

    .lh-sm-10 {
        line-height: 3.25rem
    }
}

@media (min-width:768px) {
    .lh-md-0 {
        line-height: .75rem
    }

    .lh-md-1 {
        line-height: 1rem
    }

    .lh-md-2 {
        line-height: 1.25rem
    }

    .lh-md-3 {
        line-height: 1.5rem
    }

    .lh-md-4 {
        line-height: 1.75rem
    }

    .lh-md-5 {
        line-height: 2rem
    }

    .lh-md-6 {
        line-height: 2.25rem
    }

    .lh-md-7 {
        line-height: 2.5rem
    }

    .lh-md-8 {
        line-height: 2.75rem
    }

    .lh-md-9 {
        line-height: 3rem
    }

    .lh-md-10 {
        line-height: 3.25rem
    }
}

@media (min-width:992px) {
    .lh-lg-0 {
        line-height: .75rem
    }

    .lh-lg-1 {
        line-height: 1rem
    }

    .lh-lg-2 {
        line-height: 1.25rem
    }

    .lh-lg-3 {
        line-height: 1.5rem
    }

    .lh-lg-4 {
        line-height: 1.75rem
    }

    .lh-lg-5 {
        line-height: 2rem
    }

    .lh-lg-6 {
        line-height: 2.25rem
    }

    .lh-lg-7 {
        line-height: 2.5rem
    }

    .lh-lg-8 {
        line-height: 2.75rem
    }

    .lh-lg-9 {
        line-height: 3rem
    }

    .lh-lg-10 {
        line-height: 3.25rem
    }
}

@media (min-width:1200px) {
    .lh-xl-0 {
        line-height: .75rem
    }

    .lh-xl-1 {
        line-height: 1rem
    }

    .lh-xl-2 {
        line-height: 1.25rem
    }

    .lh-xl-3 {
        line-height: 1.5rem
    }

    .lh-xl-4 {
        line-height: 1.75rem
    }

    .lh-xl-5 {
        line-height: 2rem
    }

    .lh-xl-6 {
        line-height: 2.25rem
    }

    .lh-xl-7 {
        line-height: 2.5rem
    }

    .lh-xl-8 {
        line-height: 2.75rem
    }

    .lh-xl-9 {
        line-height: 3rem
    }

    .lh-xl-10 {
        line-height: 3.25rem
    }
}

.ofit-cover .bkg__media img,
.ofit-cover .bkg__media video {
    object-fit: cover
}

.ofit-contain .bkg__media img,
.ofit-contain .bkg__media video {
    object-fit: contain
}

.ofit-fill .bkg__media img,
.ofit-fill .bkg__media video {
    object-fit: fill
}

.ofit-inherit .bkg__media img,
.ofit-inherit .bkg__media video {
    object-fit: inherit
}

.ofit-initial .bkg__media img,
.ofit-initial .bkg__media video {
    object-fit: fill
}

.ofit-none .bkg__media img,
.ofit-none .bkg__media video {
    object-fit: none
}

.ofit-scale-down .bkg__media img,
.ofit-scale-down .bkg__media video {
    object-fit: scale-down
}

.ofit-unset .bkg__media img,
.ofit-unset .bkg__media video {
    object-fit: unset
}

.bkg,
.bkg__color,
.bkg__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0
}

.bkg.type-embedded .bkg__media,
.type-embedded.bkg__color .bkg__media,
.type-embedded.bkg__media .bkg__media {
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

.bkg.type-embedded .bkg__media iframe,
.type-embedded.bkg__color .bkg__media iframe,
.type-embedded.bkg__media .bkg__media iframe {
    position: absolute;
    top: -50%;
    left: 0;
    width: 100%;
    height: 100%
}

.bkg__media {
    z-index: 1
}

.bkg__media figure {
    width: 100%;
    height: 100%;
    margin: 0
}

.bkg__media img,
.bkg__media video {
    object-fit: cover;
    object-position: 50% 50%;
    height: 100%;
    width: 100%
}

@supports (-ms-ime-align:auto) {
    .bkg__media video {
        position: absolute;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%)
    }
}

.bkg__color {
    z-index: 2
}

.bkg--image-up .bkg__color {
    z-index: 1
}

.bkg--image-up .bkg__media {
    z-index: 2
}

.bkg--parallax .bkg__media {
    background-attachment: fixed
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 10px, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -10px, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, -10px, 0)
    }
}

@keyframes imageZoomOut {
    0% {
        opacity: 1;
        transition: all .6s ease;
        transition-delay: .2s;
        transform: scale(1.05)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.anim,
.anim-base {
    animation-duration: .7s;
    animation-fill-mode: both;
    animation-timing-function: ease-out
}

.anim.fadeInUp.in-view {
    animation-name: fadeInUp
}

.anim.fadeInUpBig.in-view {
    animation-name: fadeInUpBig
}

.anim.fadeInDown.in-view {
    animation-name: fadeInDown
}

.anim.fadeInDownBig.in-view {
    animation-name: fadeInDownBig
}

.anim.fadeIn.in-view {
    animation-name: fadeIn
}

.anim.fadeInRight.in-view {
    animation-name: fadeInRight
}

.anim.fadeInLeft.in-view {
    animation-name: fadeInLeft
}

.anim.imageZoomOut.in-view {
    animation-name: imageZoomOut
}

.anim {
    opacity: 0
}

.anim--visible,
.hs-inline-edit .anim {
    opacity: 1
}

.delay-1 {
    animation-delay: .1s
}

.transition-delay-1 {
    transition-delay: .1s
}

.delay-2 {
    animation-delay: .2s
}

.transition-delay-2 {
    transition-delay: .2s
}

.delay-3 {
    animation-delay: .3s
}

.transition-delay-3 {
    transition-delay: .3s
}

.delay-4 {
    animation-delay: .4s
}

.transition-delay-4 {
    transition-delay: .4s
}

.delay-5 {
    animation-delay: .5s
}

.transition-delay-5 {
    transition-delay: .5s
}

.delay-6 {
    animation-delay: .6s
}

.transition-delay-6 {
    transition-delay: .6s
}

.delay-7 {
    animation-delay: .7s
}

.transition-delay-7 {
    transition-delay: .7s
}

.delay-8 {
    animation-delay: .8s
}

.transition-delay-8 {
    transition-delay: .8s
}

.delay-9 {
    animation-delay: .9s
}

.transition-delay-9 {
    transition-delay: .9s
}

.delay-10 {
    animation-delay: 1s
}

.transition-delay-10 {
    transition-delay: 1s
}

.delay-11 {
    animation-delay: 1.1s
}

.transition-delay-11 {
    transition-delay: 1.1s
}

.delay-12 {
    animation-delay: 1.2s
}

.transition-delay-12 {
    transition-delay: 1.2s
}

.delay-13 {
    animation-delay: 1.3s
}

.transition-delay-13 {
    transition-delay: 1.3s
}

.delay-14 {
    animation-delay: 1.4s
}

.transition-delay-14 {
    transition-delay: 1.4s
}

.delay-15 {
    animation-delay: 1.5s
}

.transition-delay-15 {
    transition-delay: 1.5s
}

.delay-16 {
    animation-delay: 1.6s
}

.transition-delay-16 {
    transition-delay: 1.6s
}

.delay-17 {
    animation-delay: 1.7s
}

.transition-delay-17 {
    transition-delay: 1.7s
}

.delay-18 {
    animation-delay: 1.8s
}

.transition-delay-18 {
    transition-delay: 1.8s
}

.delay-19 {
    animation-delay: 1.9s
}

.transition-delay-19 {
    transition-delay: 1.9s
}

.delay-20 {
    animation-delay: 2s
}

.transition-delay-20 {
    transition-delay: 2s
}

.delay-21 {
    animation-delay: 2.1s
}

.transition-delay-21 {
    transition-delay: 2.1s
}

.delay-22 {
    animation-delay: 2.2s
}

.transition-delay-22 {
    transition-delay: 2.2s
}

.delay-23 {
    animation-delay: 2.3s
}

.transition-delay-23 {
    transition-delay: 2.3s
}

.delay-24 {
    animation-delay: 2.4s
}

.transition-delay-24 {
    transition-delay: 2.4s
}

.delay-25 {
    animation-delay: 2.5s
}

.transition-delay-25 {
    transition-delay: 2.5s
}

.delay-26 {
    animation-delay: 2.6s
}

.transition-delay-26 {
    transition-delay: 2.6s
}

.delay-27 {
    animation-delay: 2.7s
}

.transition-delay-27 {
    transition-delay: 2.7s
}

.delay-28 {
    animation-delay: 2.8s
}

.transition-delay-28 {
    transition-delay: 2.8s
}

.delay-29 {
    animation-delay: 2.9s
}

.transition-delay-29 {
    transition-delay: 2.9s
}

.delay-30 {
    animation-delay: 3s
}

.transition-delay-30 {
    transition-delay: 3s
}

.rowformsection>.row-fluid {
    justify-content: space-between
}

.rowformsection>.row-fluid>.span6 {
    flex: 0 0 45%
}

.rowproductform>.row-fluid {
    justify-content: space-between;
    flex-direction: column
}

.rowproductform>.row-fluid>.span6 {
    flex: 0 0 100%
}

@media (min-width:992px) {
    .rowproductform>.row-fluid {
        flex-direction: row
    }

    .rowproductform>.row-fluid>.span6 {
        flex: 0 0 50%
    }
}

.rowproductdesc>.row-fluid {
    justify-content: space-between;
    flex-direction: column
}

.rowproductdesc>.row-fluid>.span6 {
    flex: 0 0 100%
}

@media (min-width:992px) {
    .rowproductdesc>.row-fluid {
        flex-direction: row
    }

    .rowproductdesc>.row-fluid>.span6 {
        flex: 0 0 45%
    }
}

.whoisrow>.row-fluid {
    flex-direction: column;
    display: flex
}

.whoisrow>.row-fluid>.span6 {
    flex-basis: 100%
}

.whoisrow>.row-fluid>.span6:first-child {
    order: 1
}

.whoisrow>.row-fluid>.span6:last-child {
    order: 0
}

@media (min-width:1200px) {
    .whoisrow>.row-fluid {
        flex-direction: row;
        justify-content: space-between
    }

    .whoisrow>.row-fluid>.span6:first-child {
        order: 0;
        flex-basis: 41.66%
    }

    .whoisrow>.row-fluid>.span6:last-child {
        order: 1;
        flex-basis: 50%
    }
}

.rowtwocols>.row-fluid {
    justify-content: space-between;
    flex-direction: column
}

.rowtwocols>.row-fluid>.span6 {
    flex: 0 0 100%
}

@media (min-width:992px) {
    .rowtwocols>.row-fluid {
        flex-direction: row
    }

    .rowtwocols>.row-fluid>.span6 {
        flex: 0 0 45%
    }
}

.rowhalfbackground:before {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 50%;
    width: 100%;
    background: #fff
}

@media (min-width:768px) {
    .rowhalfbackground:before {
        display: block
    }
}

.rowhalfbackground>.row-fluid>.span12 {
    z-index: 1
}

.rowthreectagreen .dnd-row>.row-fluid>.span4>div,
.rowthreectagreen .modcta__wrapper {
    height: 100%
}

.rowthreectagreen .modcta__description {
    flex: 0
}

.rowthreectagreen .modcta {
    margin: 0
}

.rowthreectagreen .boxcta .modcta {
    padding: 50px
}

.rowthreectagreen .modcta__buttons {
    text-align: center
}

@media (min-width:768px) and (max-width:1199px) {
    .rowthreectagreen .boxcta .modcta {
        padding: 40px 30px
    }
}

@media (max-width:1023px) {
    .rowthreectagreen .dnd-row>.row-fluid {
        flex-wrap: wrap
    }

    .rowthreectagreen .dnd-row>.row-fluid>.span4 {
        flex-basis: 48%
    }

    .rowthreectagreen .modcta {
        height: 100%
    }
}

@media (max-width:767px) {
    .rowthreectagreen .dnd-row>.row-fluid>.span4 {
        flex-basis: 100%;
        margin-bottom: 15px
    }
}

.rowoutlinecta .dnd-row>.row-fluid>.dnd-column:first-child {
    order: 1
}

.rowoutlinecta .dnd-row>.row-fluid>.dnd-column:last-child {
    order: 0
}

.rowoutlinecta .dnd-row>.row-fluid {
    display: flex;
    flex-direction: column
}

.rowoutlinecta .dnd-row>.row-fluid>.dnd-column:last-child {
    display: flex;
    justify-content: center;
    align-items: center
}

@media (min-width:1200px) {
    .rowoutlinecta .dnd-row>.row-fluid>.dnd-column:last-child .span12 {
        padding: 70px
    }

    .rowoutlinecta .dnd-row>.row-fluid {
        flex-direction: row
    }

    .rowoutlinecta .dnd-row>.row-fluid>.dnd-column:first-child {
        order: 0
    }

    .rowoutlinecta .dnd-row>.row-fluid>.dnd-column:last-child {
        order: 1
    }
}

.rowkarriere {
    text-align: center
}

.rowkarriere>.row-fluid .dnd-column:first-child {
    order: 1
}

.rowkarriere>.row-fluid .dnd-column:last-child {
    order: 0
}

.rowkarriere>.row-fluid {
    display: flex;
    flex-direction: column
}

.rowkarriere img {
    max-width: 150px !important
}

@media (min-width:768px) {
    .rowkarriere {
        text-align: left
    }

    .rowkarriere>.row-fluid {
        flex-direction: row
    }

    .rowkarriere>.row-fluid .dnd-column:first-child {
        order: 0;
        display: flex;
        align-items: center
    }

    .rowkarriere>.row-fluid .dnd-column:last-child {
        order: 1;
        display: flex;
        align-items: center;
        justify-content: center
    }
}

.rowsalesmanager img {
    max-width: 80% !important;
    margin: 0 auto;
    display: block
}

.rowsalesmanager>.row-fluid {
    flex-wrap: wrap
}

.rowsalesmanager>.row-fluid .span3 {
    flex-basis: 48%;
    margin-bottom: 30px
}

@media (min-width:1024px) {
    .rowsalesmanager>.row-fluid {
        flex-wrap: nowrap
    }

    .rowsalesmanager>.row-fluid .span3 {
        flex-basis: 25%;
        margin-bottom: 0
    }
}

.rowsalesmanager>.row-fluid .span3 {
    display: flex;
    flex-direction: column
}

.rowsalesmanager>.row-fluid .span3>.row-fluid-wrapper {
    margin-top: auto
}

#main-content>.container,
#main-content>.container-fluid {
    padding: 0;
    margin: 0
}

.content-wrapper {
    max-width: 1240px
}

.content-wrapper--vertical-spacing,
.dnd-section {
    padding-top: 70px;
    padding-bottom: 70px
}

.dnd-section {
    position: relative
}

.dnd-section>.row-fluid {
    max-width: 1240px
}

@media (min-width:1400px) {

    .content-wrapper,
    .dnd-section>.row-fluid {
        max-width: 1300px
    }
}

@media (min-width:1500px) {

    .content-wrapper,
    .dnd-section>.row-fluid {
        max-width: 1400px
    }
}

@media (min-width:1760px) {

    .content-wrapper,
    .dnd-section>.row-fluid {
        max-width: 1600px
    }
}

ul.no-list {
    list-style: none;
    margin: 0;
    padding-left: 0
}

html {
    font-size: 16px
}

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

a {
    transition: all .25s ease
}

.button-wrapper.button--reverse .button {
    border: 1px solid #0080ff;
    background-color: #0080ff;
    color: #2c2c2c
}

.button--fullwidth {
    width: 100%
}

.button--fullwidth .button {
    display: block;
    text-align: center
}

.button,
button,
form .hs-button,
form input[type=submit] {
    border: 1px solid #0080ff;
    background-color: #fff;
    border-radius: 2.2rem;
    color: #2c2c2c;
    padding: .9rem 3rem;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .2s ease;
    display: inline-block;
    font-weight: 400
}

.text-button .button {
    padding: 0;
    background: none;
    text-transform: none;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #0080ff
}

.text-button .button:hover {
    box-shadow: none
}

.text-button--arrow .button {
    position: relative;
    padding-right: 30px;
    transition: all .3s ease-in
}

.text-button .button:hover:after {
    width: 22px;
    right: -4px
}

.text-button .button:hover:before {
    right: 0
}

.text-button--arrow .button:before {
    content: "";
    display: inline-block;
    position: absolute;
    right: 4px;
    top: 50%;
    border-right: 2px solid #0080ff;
    border-top: 2px solid #0080ff;
    height: 10px;
    width: 10px;
    transform: rotate(45deg) translateY(-6px);
    transform-origin: center
}

.text-button--arrow .button:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    height: 2px;
    width: 18px;
    background: #0080ff
}

.button:active,
.button:focus,
.button:hover,
button:active,
button:focus,
button:hover,
form .hs-button:active,
form .hs-button:focus,
form .hs-button:hover,
form input[type=submit]:active,
form input[type=submit]:focus,
form input[type=submit]:hover {
    box-shadow: 0 4px .5rem rgba(0, 121, 241, .71);
    color: #2c2c2c;
    text-decoration: none
}

form label,
form legend {
    color: #2c2c2c;
    font-size: 1rem
}

body form fieldset {
    max-width: 100%
}

form input[type=email],
form input[type=file],
form input[type=number],
form input[type=password],
form input[type=tel],
form input[type=text],
form select,
form textarea {
    border: 1px solid #0080ff;
    background-color: #fff;
    color: #2c2c2c;
    border-radius: 5px;
    padding: .8rem 1rem;
    width: 100% !important
}

form textarea {
    display: block
}

::-webkit-input-placeholder {
    color: #6c757d
}

::-moz-placeholder {
    color: #6c757d
}

:-ms-input-placeholder {
    color: #6c757d
}

::placeholder {
    color: #6c757d
}

.hs-fieldtype-date .input .hs-dateinput:before {
    color: #6c757d
}

.fn-date-picker td.is-selected .pika-button {
    background-color: #0080ff
}

.fn-date-picker td .pika-button:hover {
    background-color: #0080ff !important
}

.fn-date-picker td.is-today .pika-button {
    color: #0080ff
}

.hs-error-msg,
.hs-error-msg label,
.hs-error-msgs,
.hs-error-msgs label {
    font-size: .85rem;
    color: #dc3545
}

ul.hs-error-msgs {
    margin-top: 5px
}

div[data-hs-responsive-table=true]>table {
    width: auto !important
}

table {
    background-color: transparent
}

table,
td,
th {
    border: 1px solid #dfdfdf
}

td,
th {
    color: #2c2c2c
}

tfoot td,
thead th {
    background-color: #0080ff;
    color: #2c2c2c
}

.blog-index__post-tags {
    font-size: 1rem
}

.blog-index__post-tags a {
    color: #2c2c2c;
    text-decoration: none
}

.blog-index__post-tags a:hover {
    color: #000
}

.blog-index__post-button {
    margin-top: 15px
}

.blog-index__post-title-link:hover {
    text-decoration: none
}

.blog-index__post--large {
    flex-direction: column
}

body .blog-index__post-content--large {
    padding-left: 0;
    padding-bottom: 2.8rem;
    border-bottom: 1px solid #f3f3f3
}

@media (max-width:1024px) {

    .body-container--blog-index .span12 .row-fluid-wrapper:last-child .span3,
    .body-container--blog-index .span12 .row-fluid-wrapper:last-child .span4,
    .body-container--blog-index .span12 .row-fluid-wrapper:last-child .span8,
    .body-container--blog-index .span12 .row-fluid-wrapper:last-child .span9 {
        width: 100%;
        margin: 0
    }

    .body-container--blog-index .span12 .row-fluid {
        flex-direction: column
    }
}

body .blog-index__post-image-wrapper {
    margin-bottom: 1.5rem;
    position: relative;
    display: block;
    overflow: hidden;
    flex: none
}

.blog-index__post-image-wrapper:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%
}

body .blog-index__post-image-wrapper img {
    transition: all .6s ease;
    transition-delay: .2s;
    transform: scale(1.05);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.blog-index__post-image-wrapper.in-view img {
    transform: scale(1)
}

.blog-index__post-image-wrapper.in-view:hover img {
    transform: scale(1.05)
}

.blog-widget {
    margin-top: 1.4rem;
    padding: 1.4rem 1rem
}

.blog-widget--categories ul,
.blog-widget--tags ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.blog-widget__title {
    position: relative;
    margin-bottom: 30px
}

.blog-widget__title:after,
.blog-widget__title:before {
    position: absolute;
    content: "";
    bottom: -8px;
    left: 0;
    width: 90%;
    height: 1px;
    background-color: #0080ff
}

.blog-widget__title:after {
    bottom: -9px;
    width: 60%;
    height: 3px;
    border-radius: 50px
}

.blog-widget--categories a {
    color: #2c2c2c;
    display: block;
    padding: 6px 0
}

.blog-widget--categories a:hover {
    color: #0080ff
}

.blog-widget--tags ul {
    margin-left: -3px;
    margin-right: -3px
}

.blog-widget--tags li {
    display: inline-block
}

.blog-widget--tags a {
    color: #2c2c2c;
    border: 1px solid #f3f3f3;
    padding: 4px 15px;
    margin: 3px;
    font-size: 1rem;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 400
}

.blog-widget--tags a:hover {
    color: #2c2c2c;
    background: #f3f3f3
}

.blog-post__image {
    margin-bottom: 1.5rem;
    position: relative;
    display: block;
    overflow: hidden;
    flex: none
}

.blog-post__image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%
}

.blog-post__image img {
    transition: all .6s ease;
    transition-delay: .2s;
    transform: scale(1.05);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.blog-post__image.in-view img {
    transform: scale(1)
}

.blog-post__image.in-view:hover img {
    transform: scale(1.05)
}

.blog-post__meta {
    font-size: 1rem
}

.blog-post__body {
    line-height: 2rem;
    margin-top: 3rem
}

.blog-post__body p img {
    margin-bottom: 1rem;
    margin-top: 1rem
}

.blog-post__body .hs-embed-wrapper {
    margin-bottom: 2rem;
    margin-top: 2rem;
    max-width: 100% !important;
    max-height: 100% !important
}

.body-container--blog-post {
    padding: 70px 0 0
}

.body-container--blog-post>.content-wrapper {
    margin-bottom: 70px
}

body .comment.depth-0 {
    border-top-width: 1px
}

.blog-post__tags {
    margin-top: 2rem
}

.blog-post__tags a {
    text-decoration: none
}

.blog-comments {
    margin-top: 3rem;
    margin-bottom: 0
}

.meta__author,
.meta__datetime {
    display: inline-block
}

.meta__author {
    display: none
}

.meta__author:before {
    content: "|";
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px
}

.blog-post__meta a,
.blog-post__tag-link {
    color: #2c2c2c
}

.blog-post__tag-link:focus,
.blog-post__tag-link:hover {
    color: #040404
}

.blog-post__tag-link:active {
    color: #545454
}

body .blog-related-posts {
    background: #f3f3f3;
    padding-top: 70px;
    padding-bottom: 70px
}

.blog-related-posts__post-image-wrapper {
    position: relative;
    display: block
}

.blog-comments {
    max-width: 960px
}

.replying {
    padding-left: 30px;
    margin-top: 30px
}

.replying-to {
    display: block;
    margin-bottom: 15px
}

#comments-listing {
    margin-bottom: 30px
}

.comment-body {
    padding: 30px;
    background-color: #f3f3f3
}

.comment-reply-to {
    margin-top: 15px
}

.comment-reply-to:active,
.comment-reply-to:focus,
.comment-reply-to:hover {
    border: none;
    box-shadow: none
}

.blog-comments form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.blog-comments form .field {
    width: 100%;
    margin-bottom: 1.5rem;
    padding-left: 15px;
    padding-right: 15px
}

.blog-comments form .hs-submit {
    text-align: left;
    margin-top: 1rem
}

@media (min-width:992px) {
    .blog-comments form .field {
        width: 50%
    }

    .blog-comments form .hs-fieldtype-textarea,
    .blog-comments form .hs-submit,
    .blog-comments form .hs_recaptcha {
        width: 100%;
        margin-bottom: 1.5rem;
        padding-left: 15px;
        padding-right: 15px
    }

    .blog-comments form .hs_error_rollup {
        padding-left: 15px;
        padding-right: 15px
    }
}

.social-links__icon {
    background-color: #0080ff;
    border: 1px solid #0080ff
}

@media (min-width:768px) {
    .footer__social {
        margin-top: 30px
    }
}

.footer__social .social-links__icon {
    background-color: transparent;
    border: 1px solid #fff;
    transition: all .2s ease
}

.social-links__icon:focus,
.social-links__icon:hover {
    background-color: #0079f1;
    border: 1px solid #0079f1
}

.footer__social .social-links__icon:active,
.footer__social .social-links__icon:focus,
.footer__social .social-links__icon:hover {
    background-color: #fff;
    border: 1px solid #fff
}

.footer__social .social-links__icon:active svg,
.footer__social .social-links__icon:focus svg,
.footer__social .social-links__icon:hover svg {
    fill: #2c2c2c
}

.social-links__icon:active {
    background-color: #0079f1
}

.footer__social .social-links__icon {
    border: 2px solid #fff;
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center
}

.footer__social .social-links__icon svg {
    height: 15px
}

@media (min-width:1200px) {
    .w-xl-60 {
        max-width: 60%
    }

    .w-xl-75 {
        max-width: 75%
    }

    .w-xl-80 {
        max-width: 80%
    }
}

body .swiper-button-next,
body .swiper-button-prev {
    color: #2c2c2c;
    border: 2px solid #0080ff;
    position: static;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center
}

body .swiper-button-next {
    margin-left: 6px
}

body .swiper-button-next:hover:after {
    transform: translateX(1px) rotate(180deg)
}

body .swiper-button-prev:hover:after {
    transform: translateX(-1px)
}

body .swiper-button-next:after,
body .swiper-button-prev:after {
    content: "";
    speak: none;
    background-size: cover;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    transition: all .2s ease-out
}

body .swiper-button-next:after {
    transform: rotate(180deg)
}

body .swiper-button-next:after,
body .swiper-button-prev:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMC41NTciIGhlaWdodD0iMjcuNDIyIj48ZyBmaWxsPSIjMmMyYzJjIj48cGF0aCBkPSJNMjkuNTU3IDE0LjcxMUgxYTEgMSAwIDAxMC0yaDI4LjU1N2ExIDEgMCAwMTAgMnoiLz48cGF0aCBkPSJNMTMuNzExIDI3LjQyMmExIDEgMCAwMS0uNzExLS4yOTNMLjI5MyAxNC40MThhMSAxIDAgMDEwLTEuNDE0TDEzIC4yOTNhMSAxIDAgMDExLjQxNCAxLjQxNGwtMTIgMTIgMT twelveg+PC9zdmc+)
}

body .swiper-button-prev {
    margin-right: 6px
}

.checklist ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.checklist ul>li {
    margin: 15px 0;
    position: relative;
    padding-left: 35px
}

.checklist ul>li:last-child {
    margin-bottom: 0
}

@media (min-width:992px) {
    .checklist ul>li:last-child {
        margin-bottom: 15px
    }
}

.checklist ul>li:before {
    content: "";
    speak: none;

    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4xNDgiIGhlaWdodD0iMzEuMzk3Ij48ZyBmaWxsPSIjODJiYzAwIj48cGF0aCBkPSJNNi45NzcgMzEuNEgyNC40MmE2Ljk3NyA2Ljk3NyAwIDAwNi45OC02Ljk4di04LjQ2YTEuNzQ1IDEuNzQ1IDAgMTAtMy40ODkgMHY4LjQ2YTMuNDg5IDMuNDg5IDAgMDEtMy.0079f1;border:1px solid #0079f1}.footer__social .social-links__icon:active,.footer__social .social-links__icon:focus,.footer__social .social-links__icon:hover{background-color:#fff;border:1px solid #fff}.footer__social .social-links__icon:active svg,.footer__social .social-links__icon:focus svg,.footer__social .social-links__icon:hover svg{fill:#2c2c2c}.social-links__icon:active{background-color:#0079f1}.footer__social .social-links__icon{border:2px solid #fff;display:flex;height:40px;width:40px;justify-content:center;align-items:center}.footer__social .social-links__icon svg{height:15px}@media (min-width:1200px){
    .w-xl-60 {
        max-width: 60%
    }

    .w-xl-75 {
        max-width: 75%
    }

    .w-xl-80 {
        max-width: 80%
    }
}

body .swiper-button-next,
body .swiper-button-prev {
    color: #2c2c2c;
    border: 2px solid #0080ff;
    position: static;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center
}

body .swiper-button-next {
    margin-left: 6px
}

body .swiper-button-next:hover:after {
    transform: translateX(1px) rotate(180deg)
}

body .swiper-button-prev:hover:after {
    transform: translateX(-1px)
}

body .swiper-button-next:after,
body .swiper-button-prev:after {
    content: "";
    speak: none;
    background-size: cover;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    transition: all .2s ease-out
}

body .swiper-button-next:after {
    transform: rotate(180deg)
}

body .swiper-button-next:after,
body .swiper-button-prev:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMC41NTciIGhlaWdodD0iMjcuNDIyIj48ZyBmaWxsPSIjMmMyYzJjIj48cGF0aCBkPSJNMjkuNTU3IDE0LjcxMUgxYTEgMSAwIDAxMC0yaDI4LjU1N2ExIDEgMCAwMTAgMnoiLz48cGF0aCBkPSJNMTMuNzExIDI3LjQyMmExIDEgMCAwMS0uNzExLS4yOTNMLjI5MyAxNC40MThhMSAxIDAgMDEwLTEuNDE0TDEzIC4yOTNhMSAxIDAgMDExLjQxNCAxLjQxNGwtMTIgMTIgMT twelveg+PC9zdmc+)
}

body .swiper-button-prev {
    margin-right: 6px
}

.checklist ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.checklist ul>li {
    margin: 15px 0;
    position: relative;
    padding-left: 35px
}

.checklist ul>li:last-child {
    margin-bottom: 0
}

@media (min-width:992px) {
    .checklist ul>li:last-child {
        margin-bottom: 15px
    }
}

.checklist ul>li:before {
    content: "";
    speak: none;

    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4xNDgiIGhlaWdodD0iMzEuMzk3Ij48ZyBmaWxsPSIjODJiYzAwIj48cGF0aCBkPSJNNi45NzcgMzEuNEgyNC40MmE2Ljk3NyA2Ljk3NyAwIDAwNi45OC02Ljk4di04LjQ2YTEuNzQ1IDEuNzQ1IDAgMTAtMy40ODkgMHY4LjQ2YTMuNDg5IDMuNDg5IDAgMDEtMy.0079f1;border:1px solid #0079f1}.footer__social .social-links__icon:active,.footer__social .social-links__icon:focus,.footer__social .social-links__icon:hover{background-color:#fff;border:1px solid #fff}.footer__social .social-links__icon:active svg,.footer__social .social-links__icon:focus svg,.footer__social .social-links__icon:hover svg{fill:#2c2c2c}.social-links__icon:active{background-color:#0079f1}.footer__social .social-links__icon{border:2px solid #fff;display:flex;height:40px;width:40px;justify-content:center;align-items:center}.footer__social .social-links__icon svg{height:15px}@media (min-width:1200px){
    .w-xl-60 {
        max-width: 60%
    }

    .w-xl-75 {
        max-width: 75%
    }

    .w-xl-80 {
        max-width: 80%
    }
}

body .swiper-button-next,
body .swiper-button-prev {
    color: #2c2c2c;
    border: 2px solid #0080ff;
    position: static;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center
}

body .swiper-button-next {
    margin-left: 6px
}

body .swiper-button-next:hover:after {
    transform: translateX(1px) rotate(180deg)
}

body .swiper-button-prev:hover:after {
    transform: translateX(-1px)
}

body .swiper-button-next:after,
body .swiper-button-prev:after {
    content: "";
    speak: none;
    background-size: cover;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    transition: all .2s ease-out
}

body .swiper-button-next:after {
    transform: rotate(180deg)
}

body .swiper-button-next:after,
body .swiper-button-prev:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMC41NTciIGhlaWdodD0iMjcuNDIyIj48ZyBmaWxsPSIjMmMyYzJjIj48cGF0aCBkPSJNMjkuNTU3IDE0LjcxMUgxYTEgMSAwIDAxMC0yaDI4LjU1N2ExIDEgMCAwMTAgMnoiLz48cGF0aCBkPSJNMTMuNzExIDI3LjQyMmExIDEgMCAwMS0uNzExLS4yOTNMLjI5MyAxNC40MThhMSAxIDAgMDEwLTEuNDE0TDEzIC4yOTNhMSAxIDAgMDExLjQxNCAxLjQxNGwtMTIgMTIgMT twelveg+PC9zdmc+)
}

body .swiper-button-prev {
    margin-right: 6px
}

.checklist ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.checklist ul>li {
    margin: 15px 0;
    position: relative;
    padding-left: 35px
}

.checklist ul>li:last-child {
    margin-bottom: 0
}

@media (min-width:992px) {
    .checklist ul>li:last-child {
        margin-bottom: 15px
    }
}

.checklist ul>li:before {
    content: "";
    speak: none;

    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4xNDgiIGhlaWdodD0iMzEuMzk3Ij48ZyBmaWxsPSIjODJiYzAwIj48cGF0aCBkPSJNNi45NzcgMzEuNEgyNC40MmE2Ljk3NyA2Ljk3NyAwIDAwNi45OC02Ljk4di04LjQ2YTEuNzQ1IDEuNzQ1IDAgMTAtMy40ODkgMHY4LjQ2YTMuNDg5IDMuNDg5IDAgMDEtMy.0079f1;border:1px solid #0079f1}.footer__social .social-links__icon:active,.footer__social .social-links__icon:focus,.footer__social .social-links__icon:hover{background-color:#fff;border:1px solid #fff}.footer__social .social-links__icon:active svg,.footer__social .social-links__icon:focus svg,.footer__social .social-links__icon:hover svg{fill:#2c2c2c}.social-links__icon:active{background-color:#0079f1}.footer__social .social-links__icon{border:2px solid #fff;display:flex;height:40px;width:40px;justify-content:center;align-items:center}.footer__social .social-links__icon svg{height:15px}@media (min-width:1200px){
    .w-xl-60 {
        max-width: 60%
    }

    .w-xl-75 {
        max-width: 75%
    }

    .w-xl-80 {
        max-width: 80%
    }
}

body .swiper-button-next,
body .swiper-button-prev {
    color: #2c2c2c;
    border: 2px solid #0080ff;
    position: static;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center
}

body .swiper-button-next {
    margin-left: 6px
}

body .swiper-button-next:hover:after {
    transform: translateX(1px) rotate(180deg)
}

body .swiper-button-prev:hover:after {
    transform: translateX(-1px)
}

body .swiper-button-next:after,
body .swiper-button-prev:after {
    content: "";
    speak: none;
    background-size: cover;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    transition: all .2s ease-out
}

body .swiper-button-next:after {
    transform: rotate(180deg)
}

body .swiper-button-next:after,
body .swiper-button-prev:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMC41NTciIGhlaWdodD0iMjcuNDIyIj48ZyBmaWxsPSIjMmMyYzJjIj48cGF0aCBkPSJNMjkuNTU3IDE0LjcxMUgxYTEgMSAwIDAxMC0yaDI4LjU1N2ExIDEgMCAwMTAgMnoiLz48cGF0aCBkPSJNMTMuNzExIDI3LjQyMmExIDEgMCAwMS0uNzExLS4yOTNMLjI5MyAxNC40MThhMSAxIDAgMDEwLTEuNDE0TDEzIC4yOTNhMSAxIDAgMDExLjQxNCAxLjQxNGwtMTIgMTIgMT twelveg+PC9zdmc+)
}

body .swiper-button-prev {
    margin-right: 6px
}

.checklist ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.checklist ul>li {
    margin: 15px 0;
    position: relative;
    padding-left: 35px
}

.checklist ul>li:last-child {
    margin-bottom: 0
}

@media (min-width:992px) {
    .checklist ul>li:last-child {
        margin-bottom: 15px
    }
}

.checklist ul>li:before {
    content: "";
    speak: none;

    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4xNDgiIGhlaWdodD0iMzEuMzk3Ij48ZyBmaWxsPSIjODJiYzAwIj48cGF0aCBkPSJNNi45NzcgMzEuNEgyNC40MmE2Ljk3NyA2Ljk3NyAwIDAwNi.0079f1;border:1px solid #0079f1}.footer__social .social-links__icon:active,.footer__social .social-links__icon:focus,.footer__social .social-links__icon:hover{background-color:#fff;border:1px solid #fff}.footer__social .social-links__icon:active svg,.footer__social .social-links__icon:focus svg,.footer__social .social-links__icon:hover svg{fill:#2c2c2c}.social-links__icon:active{background-color:#0079f1}.footer__social .social-links__icon{border:2px solid #fff;display:flex;height:40px;width:40px;justify-content:center;align-items:center}.footer__social .social-links__icon svg{height:15px}@media (min-width:1200px){
    .w-xl-60 {
        max-width: 60%
    }

    .w-xl-75 {
        max-width: 75%
    }

    .w-xl-80 {
        max-width: 80%
    }
}

body .swiper-button-next,
body .swiper-button-prev {
    color: #2c2c2c;
    border: 2px solid #0080ff;
    position: static;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center
}

body .swiper-button-next {
    margin-left: 6px
}

body .swiper-button-next:hover:after {
    transform: translateX(1px) rotate(180deg)
}

body .swiper-button-prev:hover:after {
    transform: translateX(-1px)
}

body .swiper-button-next:after,
body .swiper-button-prev:after {
    content: "";
    speak: none;
    background-size: cover;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    transition: all .2s ease-out
}

body .swiper-button-next:after {
    transform: rotate(180deg)
}

body .swiper-button-next:after,
body .swiper-button-prev:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMC41NTciIGhlaWdodD0iMjcuNDIyIj48ZyBmaWxsPSIjMmMyYzJjIj48cGF0aCBkPSJNMjkuNTU3IDE0LjcxMUgxYTEgMSAwIDAxMC0yaDI4LjU1N2ExIDEgMCAwMTAgMnoiLz48cGF0aCBkPSJNMTMuNzExIDI3LjQyMmExIDEgMCAwMS0uNzExLS4yOTNMLjI5MyAxNC40MThhMSAxIDAgMDEwLTEuNDE0TDEzIC4yOTNhMSAxIDAgMDExLjQxNCAxLjQxNGwtMTIgMTIgMT twelveg+PC9zdmc+)
}

body .swiper-button-prev {
    margin-right: 6px
}

.checklist ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.checklist ul>li {
    margin: 15px 0;
    position: relative;
    padding-left: 35px
}

.checklist ul>li:last-child {
    margin-bottom: 0
}

@media (min-width:992px) {
    .checklist ul>li:last-child {
        margin-bottom: 15px
    }
}

.checklist ul>li:before {
    content: "";
    speak: none;

    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4xNDgiIGhlaWdodD0iMzEuMzk3Ij48ZyBmaWxsPSIjODJiYzAwIj48cGF0aCBkPSJNNi45NzcgMzEuNEgyNC40MmE2Ljk3NyA2Ljk3NyAwIDAwNi.0079f1;border:1px solid #0079f1}.footer__social .social-links__icon:active,.footer__social .social-links__icon:focus,.footer__social .social-links__icon:hover{background-color:#fff;border:1px solid #fff}.footer__social .social-links__icon:active svg,.footer__social .social-links__icon:focus svg,.footer__social .social-links__icon:hover svg{fill:#2c2c2c}.social-links__icon:active{background-color:#0079f1}.footer__social .social-links__icon{border:2px solid #fff;display:flex;height:40px;width:40px;justify-content:center;align-items:center}.footer__social .social-links__icon svg{height:15px}@media (min-width:1200px){
    .w-xl-60 {
        max-width: 60%
    }

    .w-xl-75 {
        max-width: 75%
    }

    .w-xl-80 {
        max-width: 80%
    }
}

body .swiper-button-next,
body .swiper-button-prev {
    color: #2c2c2c;
    border: 2px solid #0080ff;
    position: static;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center
}

body .swiper-button-next {
    margin-left: 6px
}

body .swiper-button-next:hover:after {
    transform: translateX(1px) rotate(180deg)
}

body .swiper-button-prev:hover:after {
    transform: translateX(-1px)
}

body .swiper-button-next:after,
body .swiper-button-prev:after {
    content: "";
    speak: none;
    background-size: cover;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    transition: all .2s ease-out
}

body .swiper-button-next:after {
    transform: rotate(180deg)
}

body .swiper-button-next:after,
body .swiper-button-prev:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMC41NTciIGhlaWdodD0iMjcuNDIyIj48ZyBmaWxsPSIjMmMyYzJjIj48cGF0aCBkPSJNMjkuNTU3IDE0LjcxMUgxYTEgMSAwIDAxMC0yaDI4LjU1N2ExIDEgMCAwMTAgMnoiLz48cGF0aCBkPSJNMTMuNzExIDI3LjQyMmExIDEgMCAwMS0uNzExLS4yOTNMLjI5MyAxNC40MThhMSAxIDAgMDEwLTEuNDE0TDEzIC4yOTNhMSAxIDAgMDExLjQxNCAxLjQxNGwtMTIgMTIgMT twelveg+PC9zdmc+)
}

body .swiper-button-prev {
    margin-right: 6px
}

.checklist ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.checklist ul>li {
    margin: 15px 0;
    position: relative;
    padding-left: 35px
}

.checklist ul>li:last-child {
    margin-bottom: 0
}

@media (min-width:992px) {
    .checklist ul>li:last-child {
        margin-bottom: 15px
    }
}

.checklist ul>li:before {
    content: "";
    speak: none;

    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4xNDgiIGhlaWdodD0iMzEuMzk3Ij48ZyBmaWxsPSIjODJiYzAwIj48cGF0aCBkPSJNNi45NzcgMzEuNEgyNC40MmE2Ljk3NyA2Ljk3NyAwIDAwNi.0079f1;border:1px solid #0079f1}.footer__social .social-links__icon:active,.footer__social .social-links__icon:focus,.footer__social .social-links__icon:hover{background-color:#fff;border:1px solid #fff}.footer__social .social-links__icon:active svg,.footer__social .social-links__icon:focus svg,.footer__social .social-links__icon:hover svg{fill:#2c2c2c}.social-links__icon:active{background-color:#0079f1}.footer__social .social-links__icon{border:2px solid #fff;display:flex;height:40px;width:40px;justify-content:center;align-items:center}.footer__social .social-links__icon svg{height:15px}@media (min-width:1200px){
    .w-xl-60 {
        max-width: 60%
    }

    .w-xl-75 {
        max-width: 75%
    }

    .w-xl-80 {
        max-width: 80%
    }
}

body .swiper-button-next,
body .swiper-button-prev {
    color: #2c2c2c;
    border: 2px solid #0080ff;
    position: static;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center
}

body .swiper-button-next {
    margin-left: 6px
}

body .swiper-button-next:hover:after {
    transform: translateX(1px) rotate(180deg)
}

body .swiper-button-prev:hover:after {
    transform: translateX(-1px)
}

body .swiper-button-next:after,
body .swiper-button-prev:after {
    content: "";
    speak: none;
    background-size: cover;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    transition: all .2s ease-out
}

body .swiper-button-next:after {
    transform: rotate(180deg)
}

body .swiper-button-next:after,
body .swiper-button-prev:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMC41NTciIGhlaWdodD0iMjcuNDIyIj48ZyBmaWxsPSIjMmMyYzJjIj48cGF0aCBkPSJNMjkuNTU3IDE0LjcxMUgxYTEgMSAwIDAxMC0yaDI4LjU1N2ExIDEgMCAwMTAgMnoiLz48cGF0aCBkPSJNMTMuNzExIDI3LjQyMmExIDEgMCAwMS0uNzExLS4yOTNMLjI5MyAxNC40MThhMSAxIDAgMDEwLTEuNDE0TDEzIC4yOTNhMSAxIDAgMDExLjQxNCAxLjQxNGwtMTIgMTIgMT twelveg+PC9zdmc+)
}

body .swiper-button-prev {
    margin-right: 6px
}

.checklist ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.checklist ul>li {
    margin: 15px 0;
    position: relative;
    padding-left: 35px
}

.checklist ul>li:last-child {
    margin-bottom: 0
}

@media (min-width:992px) {
    .checklist ul>li:last-child {
        margin-bottom: 15px
    }
}

.checklist ul>li:before {
    content: "";
    speak: none;

    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4xNDgiIGhlaWdodD0iMzEuMzk3Ij48ZyBmaWxsPSIjODJiYzAwIj48cGF0aCBkPSJNNi45NzcgMzEuNEgyNC40MmE2Ljk3NyA2Ljk3NyAwIDAwNi.0079f1;border:1px solid #0079f1}.footer__social .social-links__icon:active,.footer__social .social-links__icon:focus,.footer__social .social-links__icon:hover{background-color:#fff;border:1px solid #fff}.footer__social .social-links__icon:active svg,.footer__social .social-links__icon:focus svg,.footer__social .social-links__icon:hover svg{fill:#2c2c2c}.social-links__icon:active{background-color:#0079f1}.footer__social .social-links__icon{border:2px solid #fff;display:flex;height:40px;width:40px;justify-content:center;align-items:center}.footer__social .social-links__icon svg{height:15px}@media (min-width:1200px){
    .w-xl-60 {
        max-width: 60%
    }

    .w-xl-75 {
        max-width: 75%
    }

    .w-xl-80 {
        max-width: 80%
    }
}

body .swiper-button-next,
body .swiper-button-prev {
    color: #2c2c2c;
    border: 2px solid #0080ff;
    position: static;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center
}

body .swiper-button-next {
    margin-left: 6px
}

body .swiper-button-next:hover:after {
    transform: translateX(1px) rotate(180deg)
}

body .swiper-button-prev:hover:after {
    transform: translateX(-1px)
}

body .swiper-button-next:after,
body .swiper-button-prev:after {
    content: "";
    speak: none;
    background-size: cover;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    transition: all .2s ease-out
}

body .swiper-button-next:after {
    transform: rotate(180deg)
}

body .swiper-button-next:after,
body .swiper-button-prev:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMC41NTciIGhlaWdodD0iMjcuNDIyIj48ZyBmaWxsPSIjMmMyYzJjIj48cGF0aCBkPSJNMjkuNTU3IDE0LjcxMUgxYTEgMSAwIDAxMC0yaDI4LjU1N2ExIDEgMCAwMTAgMnoiLz48cGF0aCBkPSJNMTMuNzExIDI3LjQyMmExIDEgMCAwMS0uNzExLS4yOTNMLjI5MyAxNC40MThhMSAxIDAgMDEwLTEuNDE0TDEzIC4yOTNhMSAxIDAgMDExLjQxNCAxLjQxNGwtMTIgMTIgMT twelveg+PC9zdmc+)
}

body .swiper-button-prev {
    margin-right: 6px
}

.checklist ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.checklist ul>li {
    margin: 15px 0;
    position: relative;
    padding-left: 35px
}

.checklist ul>li:last-child {
    margin-bottom: 0
}

@media (min-width:992px) {
    .checklist ul>li:last-child {
        margin-bottom: 15px
    }
}

.checklist ul>li:before {
    content: "";
    speak: none;

    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4xNDgiIGhlaWdodD0iMzEuMzk3Ij48ZyBmaWxsPSIjODJiYzAwIj48cGF0aCBkPSJNNi45NzcgMzEuNEgyNC40MmE2Ljk3NyA2Ljk3NyAwIDAwNi.0079f1;border:1px solid #0079f1}.footer__social .social-links__icon:active,.footer__social .social-links__icon:focus,.footer__social .social-links__icon:hover{background-color:#fff;border:1px solid #fff}.footer__social .social-links__icon:active svg,.footer__social .social-links__icon:focus svg,.footer__social .social-links__icon:hover svg{fill:#2c2c2c}.social-links__icon:active{background-color:#0079f1}.footer__social .social-links__icon{border:2px solid #fff;display:flex;height:40px;width:40px;justify-content:center;align-items:center}.footer__social .social-links__icon svg{height:15px}@media (min-width:1200px){
    .w-xl-60 {
        max-width: 60%
    }

    .w-xl-75 {
        max-width: 75%
    }

    .w-xl-80 {
        max-width: 80%
    }
}

body .swiper-button-next,
body .swiper-button-prev {
    color: #2c2c2c;
    border: 2px solid #0080ff;
    position: static;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center
}

body .swiper-button-next {
    margin-left: 6px
}

body .swiper-button-next:hover:after {
    transform: translateX(1px) rotate(180deg)
}

body .swiper-button-prev:hover:after {
    transform: translateX(-1px)
}

body .swiper-button-next:after,
body .swiper-button-prev:after {
    content: "";
    speak: none;
    background-size: cover;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    transition: all .2s ease-out
}

body .swiper-button-next:after {
    transform: rotate(180deg)
}

body .swiper-button-next:after,
body .swiper-button-prev:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMC41NTciIGhlaWdodD0iMjcuNDIyIj48ZyBmaWxsPSIjMmMyYzJjIj48cGF0aCBkPSJNMjkuNTU3IDE0LjcxMUgxYTEgMSAwIDAxMC0yaDI4LjU1N2ExIDEgMCAwMTAgMnoiLz48cGF0aCBkPSJNMTMuNzExIDI3LjQyMmExIDEgMCAwMS0uNzExLS4yOTNMLjI5MyAxNC40MThhMSAxIDAgMDEwLTEuNDE0TDEzIC4yOTNhMSAxIDAgMDExLjQxNCAxLjQxNGwtMTIgMTIgMT twelveg+PC9sZz48L3N2Zz4=);
    background-size: cover;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0
}

.gslide-title {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 1.25rem
}

.glightbox-clean .gdesc-inner {
    padding: 15px 20px
}

@media (min-width:768px) {
    :not(.hs-inline-edit) .toptranslate-md {
        transform: translateY(-70px);
        margin-bottom: -70px
    }
}

@media (min-width:992px) {
    :not(.hs-inline-edit) .toptranslate-lg {
        transform: translateY(-70px);
        margin-bottom: -70px
    }
}

@media (min-width:1200px) {
    :not(.hs-inline-edit) .toptranslate-xl {
        transform: translateY(-70px);
        margin-bottom: -70px
    }
}

.bkg-white-gradient {
    background: #fff;
    background: linear-gradient(130deg, #fff, hsla(0, 0%, 100%, 0)) !important
}

.bkg-green-gradient {
    background: #fff;
    background: linear-gradient(50deg, #fff, #0080ff) !important
}

.rowourproducts>.row-fluid>.span12>.row-fluid-wrapper:first-child {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 15px
}

.rowourproducts .orizcarouselmod__controls {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px
}

@media (min-width:1400px) {

    .rowourproducts .orizcarouselmod__controls,
    .rowourproducts>.row-fluid>.span12>.row-fluid-wrapper:first-child {
        max-width: 1300px
    }
}

@media (min-width:1500px) {

    .rowourproducts .orizcarouselmod__controls,
    .rowourproducts>.row-fluid>.span12>.row-fluid-wrapper:first-child {
        max-width: 1400px
    }
}

@media (min-width:1760px) {

    .rowourproducts .orizcarouselmod__controls,
    .rowourproducts>.row-fluid>.span12>.row-fluid-wrapper:first-child {
        max-width: 1600px
    }
}

/*# sourceMappingURL=https://cdn2.hubspot.net/hub/4295351/hub_generated/template_assets/66748340500/1655980751962/sf-theme/css/theme-overrides.css */