﻿a {
    color: #4e454a;
    text-decoration: none;
    transition: .2s all ease-in-out
}

a:hover {
    color: #7b96d3;
    text-decoration: underline;
    transition: .2s all ease-in-out
}

a:hover,
a:active,
a:focus {
    color: #7b96d3;
    text-decoration: underline
}

.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary h5,
.bg-primary h6,
.bg-primary p {
    color: inherit
}

.bg-primary a {
    color: inherit
}

.bg-primary a:hover {
    color: inherit
}

.bg-primary a:hover,
.bg-primary a:active,
.bg-primary a:focus {
    color: inherit
}

.bg-secondary h1,
.bg-secondary h2,
.bg-secondary h3,
.bg-secondary h4,
.bg-secondary h5,
.bg-secondary h6,
.bg-secondary p {
    color: inherit
}

.bg-secondary a {
    color: inherit
}

.bg-secondary a:hover {
    color: inherit;
    text-decoration: underline
}

.bg-secondary a:hover,
.bg-secondary a:active,
.bg-secondary a:focus {
    color: inherit;
    text-decoration: underline
}

.bg-tertiary h1,
.bg-tertiary h2,
.bg-tertiary h3,
.bg-tertiary h4,
.bg-tertiary h5,
.bg-tertiary h6,
.bg-tertiary p {
    color: inherit
}

.bg-tertiary a {
    color: inherit
}

.bg-tertiary a:hover {
    color: inherit;
    text-decoration: underline
}

.bg-tertiary a:hover,
.bg-tertiary a:active,
.bg-tertiary a:focus {
    color: inherit;
    text-decoration: underline
}

.bg-light h1,
.bg-light h2,
.bg-light h3,
.bg-light h4,
.bg-light h5,
.bg-light h6,
.bg-light p {
    color: inherit
}

.bg-light a {
    color: inherit
}

.bg-light a:hover {
    color: inherit;
    text-decoration: underline
}

.bg-light a:hover,
.bg-light a:active,
.bg-light a:focus {
    color: inherit;
    text-decoration: underline
}

.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark p {
    color: inherit
}

.bg-dark a {
    color: inherit
}

.bg-dark a:hover {
    color: inherit;
    text-decoration: underline
}

.bg-dark a:hover,
.bg-dark a:active,
.bg-dark a:focus {
    color: inherit;
    text-decoration: underline
}

::selection {
    background: #b7d5fc;
    color: #000
}

::-moz-selection {
    background: #b7d5fc;
    color: #000
}

@font-face {
    font-family: "GT Walsheim Pro";
    src: url("../fonts/GT-Walsheim-Pro-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "GT Walsheim Pro";
    src: url("../fonts/GT-Walsheim-Pro-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

.border-radius {
    border-radius: 24px
}

picture.border-radius img {
    border-radius: 24px
}

.box-shadow {
    box-shadow: 0 0 2px 10px rgba(0, 0, 0, .3)
}

picture.img-responsive img {
    max-width: 100%;
    height: auto
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

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

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

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

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

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

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

html {
    box-sizing: border-box
}

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

html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a,
a:visited {
    color: #000;
    text-decoration: none
}

ul {
    margin: 0;
    padding: 0
}

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

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

@media(min-width: 568px) {
    .container {
        max-width: 518px
    }
}

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

@media(min-width: 1024px) {
    .container {
        max-width: 974px
    }
}

@media(min-width: 1441px) {
    .container {
        max-width: 1391px
    }
}

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

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

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

.col-hd-12,
.col-hd-11,
.col-hd-10,
.col-hd-9,
.col-hd-8,
.col-hd-7,
.col-hd-6,
.col-hd-5,
.col-hd-4,
.col-hd-3,
.col-hd-2,
.col-hd-1,
.col-hd-auto,
.col-desk-12,
.col-desk-11,
.col-desk-10,
.col-desk-9,
.col-desk-8,
.col-desk-7,
.col-desk-6,
.col-desk-5,
.col-desk-4,
.col-desk-3,
.col-desk-2,
.col-desk-1,
.col-desk-auto,
.col-tab-12,
.col-tab-11,
.col-tab-10,
.col-tab-9,
.col-tab-8,
.col-tab-7,
.col-tab-6,
.col-tab-5,
.col-tab-4,
.col-tab-3,
.col-tab-2,
.col-tab-1,
.col-tab-auto,
.col-mob-12,
.col-mob-11,
.col-mob-10,
.col-mob-9,
.col-mob-8,
.col-mob-7,
.col-mob-6,
.col-mob-5,
.col-mob-4,
.col-mob-3,
.col-mob-2,
.col-mob-1,
.col-mob-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1,
.col-auto {
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

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

.col-1 {
    width: 8.3333333333%
}

.col-2 {
    width: 16.6666666667%
}

.col-3 {
    width: 25%
}

.col-4 {
    width: 33.3333333333%
}

.col-5 {
    width: 41.6666666667%
}

.col-6 {
    width: 50%
}

.col-7 {
    width: 58.3333333333%
}

.col-8 {
    width: 66.6666666667%
}

.col-9 {
    width: 75%
}

.col-10 {
    width: 83.3333333333%
}

.col-11 {
    width: 91.6666666667%
}

.col-12 {
    width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

.offset-12 {
    margin-left: 100%
}

@media(min-width: 568px) {
    .col-mob-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-mob-1 {
        width: 8.3333333333%
    }

    .col-mob-2 {
        width: 16.6666666667%
    }

    .col-mob-3 {
        width: 25%
    }

    .col-mob-4 {
        width: 33.3333333333%
    }

    .col-mob-5 {
        width: 41.6666666667%
    }

    .col-mob-6 {
        width: 50%
    }

    .col-mob-7 {
        width: 58.3333333333%
    }

    .col-mob-8 {
        width: 66.6666666667%
    }

    .col-mob-9 {
        width: 75%
    }

    .col-mob-10 {
        width: 83.3333333333%
    }

    .col-mob-11 {
        width: 91.6666666667%
    }

    .col-mob-12 {
        width: 100%
    }

    .col-mob-offset-0 {
        margin-left: 0
    }

    .offset-mob-1 {
        margin-left: 8.3333333333%
    }

    .offset-mob-2 {
        margin-left: 16.6666666667%
    }

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

    .offset-mob-4 {
        margin-left: 33.3333333333%
    }

    .offset-mob-5 {
        margin-left: 41.6666666667%
    }

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

    .offset-mob-7 {
        margin-left: 58.3333333333%
    }

    .offset-mob-8 {
        margin-left: 66.6666666667%
    }

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

    .offset-mob-10 {
        margin-left: 83.3333333333%
    }

    .offset-mob-11 {
        margin-left: 91.6666666667%
    }

    .offset-mob-12 {
        margin-left: 100%
    }
}

@media(min-width: 768px) {
    .col-tab-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-tab-1 {
        width: 8.3333333333%
    }

    .col-tab-2 {
        width: 16.6666666667%
    }

    .col-tab-3 {
        width: 25%
    }

    .col-tab-4 {
        width: 33.3333333333%
    }

    .col-tab-5 {
        width: 41.6666666667%
    }

    .col-tab-6 {
        width: 50%
    }

    .col-tab-7 {
        width: 58.3333333333%
    }

    .col-tab-8 {
        width: 66.6666666667%
    }

    .col-tab-9 {
        width: 75%
    }

    .col-tab-10 {
        width: 83.3333333333%
    }

    .col-tab-11 {
        width: 91.6666666667%
    }

    .col-tab-12 {
        width: 100%
    }

    .col-tab-offset-0 {
        margin-left: 0
    }

    .offset-tab-1 {
        margin-left: 8.3333333333%
    }

    .offset-tab-2 {
        margin-left: 16.6666666667%
    }

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

    .offset-tab-4 {
        margin-left: 33.3333333333%
    }

    .offset-tab-5 {
        margin-left: 41.6666666667%
    }

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

    .offset-tab-7 {
        margin-left: 58.3333333333%
    }

    .offset-tab-8 {
        margin-left: 66.6666666667%
    }

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

    .offset-tab-10 {
        margin-left: 83.3333333333%
    }

    .offset-tab-11 {
        margin-left: 91.6666666667%
    }

    .offset-tab-12 {
        margin-left: 100%
    }
}

@media(min-width: 1024px) {
    .col-desk-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-desk-1 {
        width: 8.3333333333%
    }

    .col-desk-2 {
        width: 16.6666666667%
    }

    .col-desk-3 {
        width: 25%
    }

    .col-desk-4 {
        width: 33.3333333333%
    }

    .col-desk-5 {
        width: 41.6666666667%
    }

    .col-desk-6 {
        width: 50%
    }

    .col-desk-7 {
        width: 58.3333333333%
    }

    .col-desk-8 {
        width: 66.6666666667%
    }

    .col-desk-9 {
        width: 75%
    }

    .col-desk-10 {
        width: 83.3333333333%
    }

    .col-desk-11 {
        width: 91.6666666667%
    }

    .col-desk-12 {
        width: 100%
    }

    .col-desk-offset-0 {
        margin-left: 0
    }

    .offset-desk-1 {
        margin-left: 8.3333333333%
    }

    .offset-desk-2 {
        margin-left: 16.6666666667%
    }

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

    .offset-desk-4 {
        margin-left: 33.3333333333%
    }

    .offset-desk-5 {
        margin-left: 41.6666666667%
    }

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

    .offset-desk-7 {
        margin-left: 58.3333333333%
    }

    .offset-desk-8 {
        margin-left: 66.6666666667%
    }

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

    .offset-desk-10 {
        margin-left: 83.3333333333%
    }

    .offset-desk-11 {
        margin-left: 91.6666666667%
    }

    .offset-desk-12 {
        margin-left: 100%
    }
}

@media(min-width: 1441px) {
    .col-hd-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-hd-1 {
        width: 8.3333333333%
    }

    .col-hd-2 {
        width: 16.6666666667%
    }

    .col-hd-3 {
        width: 25%
    }

    .col-hd-4 {
        width: 33.3333333333%
    }

    .col-hd-5 {
        width: 41.6666666667%
    }

    .col-hd-6 {
        width: 50%
    }

    .col-hd-7 {
        width: 58.3333333333%
    }

    .col-hd-8 {
        width: 66.6666666667%
    }

    .col-hd-9 {
        width: 75%
    }

    .col-hd-10 {
        width: 83.3333333333%
    }

    .col-hd-11 {
        width: 91.6666666667%
    }

    .col-hd-12 {
        width: 100%
    }

    .col-hd-offset-0 {
        margin-left: 0
    }

    .offset-hd-1 {
        margin-left: 8.3333333333%
    }

    .offset-hd-2 {
        margin-left: 16.6666666667%
    }

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

    .offset-hd-4 {
        margin-left: 33.3333333333%
    }

    .offset-hd-5 {
        margin-left: 41.6666666667%
    }

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

    .offset-hd-7 {
        margin-left: 58.3333333333%
    }

    .offset-hd-8 {
        margin-left: 66.6666666667%
    }

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

    .offset-hd-10 {
        margin-left: 83.3333333333%
    }

    .offset-hd-11 {
        margin-left: 91.6666666667%
    }

    .offset-hd-12 {
        margin-left: 100%
    }
}

.flex-row {
    flex-direction: row !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column {
    flex-direction: column !important
}

.flex-column-reverse {
    flex-direction: column-reverse !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-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
}

.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-stretch {
    align-content: stretch !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !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
}

@media(min-width: 568px) {
    .flex-mob-row {
        flex-direction: row !important
    }

    .flex-mob-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-mob-column {
        flex-direction: column !important
    }

    .flex-mob-column-reverse {
        flex-direction: column-reverse !important
    }

    .justify-content-mob-start {
        justify-content: flex-start !important
    }

    .justify-content-mob-end {
        justify-content: flex-end !important
    }

    .justify-content-mob-center {
        justify-content: center !important
    }

    .justify-content-mob-between {
        justify-content: space-between !important
    }

    .justify-content-mob-around {
        justify-content: space-around !important
    }

    .align-self-mob-start {
        align-self: flex-start !important
    }

    .align-self-mob-end {
        align-self: flex-end !important
    }

    .align-self-mob-center {
        align-self: center !important
    }

    .align-self-mob-baseline {
        align-self: baseline !important
    }

    .align-self-mob-stretch {
        align-self: stretch !important
    }

    .align-items-mob-start {
        align-items: flex-start !important
    }

    .align-items-mob-end {
        align-items: flex-end !important
    }

    .align-items-mob-center {
        align-items: center !important
    }

    .align-items-mob-baseline {
        align-items: baseline !important
    }

    .align-items-mob-stretch {
        align-items: stretch !important
    }

    .align-content-mob-start {
        align-content: flex-start !important
    }

    .align-content-mob-end {
        align-content: flex-end !important
    }

    .align-content-mob-center {
        align-content: center !important
    }

    .align-content-mob-stretch {
        align-content: stretch !important
    }

    .align-content-mob-between {
        align-content: space-between !important
    }

    .align-content-mob-around {
        align-content: space-around !important
    }

    .flex-mob-wrap {
        flex-wrap: wrap !important
    }

    .flex-mob-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-mob-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-mob-fill {
        flex: 1 1 auto !important
    }

    .flex-mob-grow-0 {
        flex-grow: 0 !important
    }

    .flex-mob-grow-1 {
        flex-grow: 1 !important
    }

    .flex-mob-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-mob-shrink-1 {
        flex-shrink: 1 !important
    }
}

@media(min-width: 768px) {
    .flex-tab-row {
        flex-direction: row !important
    }

    .flex-tab-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-tab-column {
        flex-direction: column !important
    }

    .flex-tab-column-reverse {
        flex-direction: column-reverse !important
    }

    .justify-content-tab-start {
        justify-content: flex-start !important
    }

    .justify-content-tab-end {
        justify-content: flex-end !important
    }

    .justify-content-tab-center {
        justify-content: center !important
    }

    .justify-content-tab-between {
        justify-content: space-between !important
    }

    .justify-content-tab-around {
        justify-content: space-around !important
    }

    .align-self-tab-start {
        align-self: flex-start !important
    }

    .align-self-tab-end {
        align-self: flex-end !important
    }

    .align-self-tab-center {
        align-self: center !important
    }

    .align-self-tab-baseline {
        align-self: baseline !important
    }

    .align-self-tab-stretch {
        align-self: stretch !important
    }

    .align-items-tab-start {
        align-items: flex-start !important
    }

    .align-items-tab-end {
        align-items: flex-end !important
    }

    .align-items-tab-center {
        align-items: center !important
    }

    .align-items-tab-baseline {
        align-items: baseline !important
    }

    .align-items-tab-stretch {
        align-items: stretch !important
    }

    .align-content-tab-start {
        align-content: flex-start !important
    }

    .align-content-tab-end {
        align-content: flex-end !important
    }

    .align-content-tab-center {
        align-content: center !important
    }

    .align-content-tab-stretch {
        align-content: stretch !important
    }

    .align-content-tab-between {
        align-content: space-between !important
    }

    .align-content-tab-around {
        align-content: space-around !important
    }

    .flex-tab-wrap {
        flex-wrap: wrap !important
    }

    .flex-tab-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-tab-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-tab-fill {
        flex: 1 1 auto !important
    }

    .flex-tab-grow-0 {
        flex-grow: 0 !important
    }

    .flex-tab-grow-1 {
        flex-grow: 1 !important
    }

    .flex-tab-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-tab-shrink-1 {
        flex-shrink: 1 !important
    }
}

@media(min-width: 1024px) {
    .flex-desk-row {
        flex-direction: row !important
    }

    .flex-desk-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-desk-column {
        flex-direction: column !important
    }

    .flex-desk-column-reverse {
        flex-direction: column-reverse !important
    }

    .justify-content-desk-start {
        justify-content: flex-start !important
    }

    .justify-content-desk-end {
        justify-content: flex-end !important
    }

    .justify-content-desk-center {
        justify-content: center !important
    }

    .justify-content-desk-between {
        justify-content: space-between !important
    }

    .justify-content-desk-around {
        justify-content: space-around !important
    }

    .align-self-desk-start {
        align-self: flex-start !important
    }

    .align-self-desk-end {
        align-self: flex-end !important
    }

    .align-self-desk-center {
        align-self: center !important
    }

    .align-self-desk-baseline {
        align-self: baseline !important
    }

    .align-self-desk-stretch {
        align-self: stretch !important
    }

    .align-items-desk-start {
        align-items: flex-start !important
    }

    .align-items-desk-end {
        align-items: flex-end !important
    }

    .align-items-desk-center {
        align-items: center !important
    }

    .align-items-desk-baseline {
        align-items: baseline !important
    }

    .align-items-desk-stretch {
        align-items: stretch !important
    }

    .align-content-desk-start {
        align-content: flex-start !important
    }

    .align-content-desk-end {
        align-content: flex-end !important
    }

    .align-content-desk-center {
        align-content: center !important
    }

    .align-content-desk-stretch {
        align-content: stretch !important
    }

    .align-content-desk-between {
        align-content: space-between !important
    }

    .align-content-desk-around {
        align-content: space-around !important
    }

    .flex-desk-wrap {
        flex-wrap: wrap !important
    }

    .flex-desk-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-desk-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-desk-fill {
        flex: 1 1 auto !important
    }

    .flex-desk-grow-0 {
        flex-grow: 0 !important
    }

    .flex-desk-grow-1 {
        flex-grow: 1 !important
    }

    .flex-desk-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-desk-shrink-1 {
        flex-shrink: 1 !important
    }
}

@media(min-width: 1441px) {
    .flex-hd-row {
        flex-direction: row !important
    }

    .flex-hd-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-hd-column {
        flex-direction: column !important
    }

    .flex-hd-column-reverse {
        flex-direction: column-reverse !important
    }

    .justify-content-hd-start {
        justify-content: flex-start !important
    }

    .justify-content-hd-end {
        justify-content: flex-end !important
    }

    .justify-content-hd-center {
        justify-content: center !important
    }

    .justify-content-hd-between {
        justify-content: space-between !important
    }

    .justify-content-hd-around {
        justify-content: space-around !important
    }

    .align-self-hd-start {
        align-self: flex-start !important
    }

    .align-self-hd-end {
        align-self: flex-end !important
    }

    .align-self-hd-center {
        align-self: center !important
    }

    .align-self-hd-baseline {
        align-self: baseline !important
    }

    .align-self-hd-stretch {
        align-self: stretch !important
    }

    .align-items-hd-start {
        align-items: flex-start !important
    }

    .align-items-hd-end {
        align-items: flex-end !important
    }

    .align-items-hd-center {
        align-items: center !important
    }

    .align-items-hd-baseline {
        align-items: baseline !important
    }

    .align-items-hd-stretch {
        align-items: stretch !important
    }

    .align-content-hd-start {
        align-content: flex-start !important
    }

    .align-content-hd-end {
        align-content: flex-end !important
    }

    .align-content-hd-center {
        align-content: center !important
    }

    .align-content-hd-stretch {
        align-content: stretch !important
    }

    .align-content-hd-between {
        align-content: space-between !important
    }

    .align-content-hd-around {
        align-content: space-around !important
    }

    .flex-hd-wrap {
        flex-wrap: wrap !important
    }

    .flex-hd-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-hd-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-hd-fill {
        flex: 1 1 auto !important
    }

    .flex-hd-grow-0 {
        flex-grow: 0 !important
    }

    .flex-hd-grow-1 {
        flex-grow: 1 !important
    }

    .flex-hd-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-hd-shrink-1 {
        flex-shrink: 1 !important
    }
}

.order-first {
    order: -1 !important
}

.order-last {
    order: 13 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-6 {
    order: 6 !important
}

.order-7 {
    order: 7 !important
}

.order-8 {
    order: 8 !important
}

.order-9 {
    order: 9 !important
}

.order-10 {
    order: 10 !important
}

.order-11 {
    order: 11 !important
}

.order-12 {
    order: 12 !important
}

@media(min-width: 568px) {
    .order-mob-first {
        order: -1 !important
    }

    .order-mob-last {
        order: 13 !important
    }

    .order-mob-1 {
        order: 1 !important
    }

    .order-mob-2 {
        order: 2 !important
    }

    .order-mob-3 {
        order: 3 !important
    }

    .order-mob-4 {
        order: 4 !important
    }

    .order-mob-5 {
        order: 5 !important
    }

    .order-mob-6 {
        order: 6 !important
    }

    .order-mob-7 {
        order: 7 !important
    }

    .order-mob-8 {
        order: 8 !important
    }

    .order-mob-9 {
        order: 9 !important
    }

    .order-mob-10 {
        order: 10 !important
    }

    .order-mob-11 {
        order: 11 !important
    }

    .order-mob-12 {
        order: 12 !important
    }
}

@media(min-width: 768px) {
    .order-tab-first {
        order: -1 !important
    }

    .order-tab-last {
        order: 13 !important
    }

    .order-tab-1 {
        order: 1 !important
    }

    .order-tab-2 {
        order: 2 !important
    }

    .order-tab-3 {
        order: 3 !important
    }

    .order-tab-4 {
        order: 4 !important
    }

    .order-tab-5 {
        order: 5 !important
    }

    .order-tab-6 {
        order: 6 !important
    }

    .order-tab-7 {
        order: 7 !important
    }

    .order-tab-8 {
        order: 8 !important
    }

    .order-tab-9 {
        order: 9 !important
    }

    .order-tab-10 {
        order: 10 !important
    }

    .order-tab-11 {
        order: 11 !important
    }

    .order-tab-12 {
        order: 12 !important
    }
}

@media(min-width: 1024px) {
    .order-desk-first {
        order: -1 !important
    }

    .order-desk-last {
        order: 13 !important
    }

    .order-desk-1 {
        order: 1 !important
    }

    .order-desk-2 {
        order: 2 !important
    }

    .order-desk-3 {
        order: 3 !important
    }

    .order-desk-4 {
        order: 4 !important
    }

    .order-desk-5 {
        order: 5 !important
    }

    .order-desk-6 {
        order: 6 !important
    }

    .order-desk-7 {
        order: 7 !important
    }

    .order-desk-8 {
        order: 8 !important
    }

    .order-desk-9 {
        order: 9 !important
    }

    .order-desk-10 {
        order: 10 !important
    }

    .order-desk-11 {
        order: 11 !important
    }

    .order-desk-12 {
        order: 12 !important
    }
}

@media(min-width: 1441px) {
    .order-hd-first {
        order: -1 !important
    }

    .order-hd-last {
        order: 13 !important
    }

    .order-hd-1 {
        order: 1 !important
    }

    .order-hd-2 {
        order: 2 !important
    }

    .order-hd-3 {
        order: 3 !important
    }

    .order-hd-4 {
        order: 4 !important
    }

    .order-hd-5 {
        order: 5 !important
    }

    .order-hd-6 {
        order: 6 !important
    }

    .order-hd-7 {
        order: 7 !important
    }

    .order-hd-8 {
        order: 8 !important
    }

    .order-hd-9 {
        order: 9 !important
    }

    .order-hd-10 {
        order: 10 !important
    }

    .order-hd-11 {
        order: 11 !important
    }

    .order-hd-12 {
        order: 12 !important
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

@media(min-width: 568px) {
    .d-mob-none {
        display: none !important
    }

    .d-mob-inline {
        display: inline !important
    }

    .d-mob-inline-block {
        display: inline-block !important
    }

    .d-mob-block {
        display: block !important
    }

    .d-mob-flex {
        display: flex !important
    }

    .d-mob-inline-flex {
        display: inline-flex !important
    }

    .d-mob-table {
        display: table !important
    }

    .d-mob-table-row {
        display: table-row !important
    }

    .d-mob-table-cell {
        display: table-cell !important
    }
}

@media(min-width: 768px) {
    .d-tab-none {
        display: none !important
    }

    .d-tab-inline {
        display: inline !important
    }

    .d-tab-inline-block {
        display: inline-block !important
    }

    .d-tab-block {
        display: block !important
    }

    .d-tab-flex {
        display: flex !important
    }

    .d-tab-inline-flex {
        display: inline-flex !important
    }

    .d-tab-table {
        display: table !important
    }

    .d-tab-table-row {
        display: table-row !important
    }

    .d-tab-table-cell {
        display: table-cell !important
    }
}

@media(min-width: 1024px) {
    .d-desk-none {
        display: none !important
    }

    .d-desk-inline {
        display: inline !important
    }

    .d-desk-inline-block {
        display: inline-block !important
    }

    .d-desk-block {
        display: block !important
    }

    .d-desk-flex {
        display: flex !important
    }

    .d-desk-inline-flex {
        display: inline-flex !important
    }

    .d-desk-table {
        display: table !important
    }

    .d-desk-table-row {
        display: table-row !important
    }

    .d-desk-table-cell {
        display: table-cell !important
    }
}

@media(min-width: 1441px) {
    .d-hd-none {
        display: none !important
    }

    .d-hd-inline {
        display: inline !important
    }

    .d-hd-inline-block {
        display: inline-block !important
    }

    .d-hd-block {
        display: block !important
    }

    .d-hd-flex {
        display: flex !important
    }

    .d-hd-inline-flex {
        display: inline-flex !important
    }

    .d-hd-table {
        display: table !important
    }

    .d-hd-table-row {
        display: table-row !important
    }

    .d-hd-table-cell {
        display: table-cell !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: .5rem !important
}

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

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

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

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

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

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

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

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

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

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

.mt-3,
.my-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 0.75rem  !important;
}

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

.mb-3,
.my-3 {
    margin-bottom: 1.5rem 
}

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

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

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

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

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

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

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

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

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

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

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

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

.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: .5rem !important
}

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

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

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

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

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

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

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

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

.pl-2,
.px-2 {
    padding-left: .75rem !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: 2rem !important
}

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

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

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

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

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

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

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

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

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

.m-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: 568px) {
    .m-mob-0 {
        margin: 0 !important
    }

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

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

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

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

    .m-mob-1 {
        margin: .5rem !important
    }

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

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

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

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

    .m-mob-2 {
        margin: .75rem !important
    }

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

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

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

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

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

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

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

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

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

    .m-mob-4 {
        margin: 2rem !important
    }

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

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

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

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

    .m-mob-5 {
        margin: 3rem !important
    }

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

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

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

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

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

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

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

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

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

@media(min-width: 568px) {
    .p-mob-0 {
        padding: 0 !important
    }

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

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

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

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

    .p-mob-1 {
        padding: .5rem !important
    }

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

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

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

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

    .p-mob-2 {
        padding: .75rem !important
    }

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

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

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

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

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

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

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

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

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

    .p-mob-4 {
        padding: 2rem !important
    }

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

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

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

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

    .p-mob-5 {
        padding: 3rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-tab-1 {
        margin: .5rem !important
    }

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

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

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

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

    .m-tab-2 {
        margin: .75rem !important
    }

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

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

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

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

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

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

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

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

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

    .m-tab-4 {
        margin: 2rem !important
    }

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

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

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

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

    .m-tab-5 {
        margin: 3rem !important
    }

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

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

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

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

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

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

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

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

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

@media(min-width: 768px) {
    .p-tab-0 {
        padding: 0 !important
    }

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

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

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

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

    .p-tab-1 {
        padding: .5rem !important
    }

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

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

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

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

    .p-tab-2 {
        padding: .75rem !important
    }

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

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

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

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

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

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

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

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

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

    .p-tab-4 {
        padding: 2rem !important
    }

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

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

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

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

    .p-tab-5 {
        padding: 3rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-desk-1 {
        margin: .5rem !important
    }

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

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

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

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

    .m-desk-2 {
        margin: .75rem !important
    }

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

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

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

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

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

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

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

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

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

    .m-desk-4 {
        margin: 2rem !important
    }

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

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

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

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

    .m-desk-5 {
        margin: 3rem !important
    }

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

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

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

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

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

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

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

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

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

@media(min-width: 1024px) {
    .p-desk-0 {
        padding: 0 !important
    }

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

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

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

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

    .p-desk-1 {
        padding: .5rem !important
    }

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

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

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

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

    .p-desk-2 {
        padding: .75rem !important
    }

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

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

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

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

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

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

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

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

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

    .p-desk-4 {
        padding: 2rem !important
    }

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

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

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

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

    .p-desk-5 {
        padding: 3rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-hd-1 {
        margin: .5rem !important
    }

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

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

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

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

    .m-hd-2 {
        margin: .75rem !important
    }

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

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

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

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

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

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

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

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

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

    .m-hd-4 {
        margin: 2rem !important
    }

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

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

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

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

    .m-hd-5 {
        margin: 3rem !important
    }

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

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

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

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

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

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

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

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

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

@media(min-width: 1441px) {
    .p-hd-0 {
        padding: 0 !important
    }

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

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

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

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

    .p-hd-1 {
        padding: .5rem !important
    }

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

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

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

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

    .p-hd-2 {
        padding: .75rem !important
    }

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

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

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

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

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

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

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

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

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

    .p-hd-4 {
        padding: 2rem !important
    }

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

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

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

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

    .p-hd-5 {
        padding: 3rem !important
    }

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

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

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

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

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

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

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

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

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

.p-relative {
    position: relative !important
}

.p-absolute {
    position: absolute !important
}

.p-fixed {
    position: fixed !important
}

.p-static {
    position: static !important
}

.p-sticky {
    position: sticky !important
}

@media(min-width: 568px) {
    .p-mob-relative {
        position: relative !important
    }

    .p-mob-absolute {
        position: absolute !important
    }

    .p-mob-fixed {
        position: fixed !important
    }

    .p-mob-static {
        position: static !important
    }

    .p-mob-sticky {
        position: sticky !important
    }
}

@media(min-width: 768px) {
    .p-tab-relative {
        position: relative !important
    }

    .p-tab-absolute {
        position: absolute !important
    }

    .p-tab-fixed {
        position: fixed !important
    }

    .p-tab-static {
        position: static !important
    }

    .p-tab-sticky {
        position: sticky !important
    }
}

@media(min-width: 1024px) {
    .p-desk-relative {
        position: relative !important
    }

    .p-desk-absolute {
        position: absolute !important
    }

    .p-desk-fixed {
        position: fixed !important
    }

    .p-desk-static {
        position: static !important
    }

    .p-desk-sticky {
        position: sticky !important
    }
}

@media(min-width: 1441px) {
    .p-hd-relative {
        position: relative !important
    }

    .p-hd-absolute {
        position: absolute !important
    }

    .p-hd-fixed {
        position: fixed !important
    }

    .p-hd-static {
        position: static !important
    }

    .p-hd-sticky {
        position: sticky !important
    }
}

.pin-t {
    top: 0 !important
}

.pin-r {
    right: 0 !important
}

.pin-b {
    bottom: 0 !important
}

.pin-l {
    left: 0 !important
}

.pin-y {
    top: 0 !important;
    bottom: 0 !important
}

.pin-x {
    right: 0 !important;
    left: 0 !important
}

.pin {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important
}

.pin-none {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important
}

.w-10 {
    width: 10% !important
}

.w-20 {
    width: 20% !important
}

.w-30 {
    width: 30% !important
}

.w-40 {
    width: 40% !important
}

.w-50 {
    width: 50% !important
}

.w-60 {
    width: 60% !important
}

.w-70 {
    width: 70% !important
}

.w-80 {
    width: 80% !important
}

.w-90 {
    width: 90% !important
}

.w-100 {
    width: 100% !important
}

@media(min-width: 568px) {
    .w-mob-10 {
        width: 10% !important
    }

    .w-mob-20 {
        width: 20% !important
    }

    .w-mob-30 {
        width: 30% !important
    }

    .w-mob-40 {
        width: 40% !important
    }

    .w-mob-50 {
        width: 50% !important
    }

    .w-mob-60 {
        width: 60% !important
    }

    .w-mob-70 {
        width: 70% !important
    }

    .w-mob-80 {
        width: 80% !important
    }

    .w-mob-90 {
        width: 90% !important
    }

    .w-mob-100 {
        width: 100% !important
    }
}

@media(min-width: 768px) {
    .w-tab-10 {
        width: 10% !important
    }

    .w-tab-20 {
        width: 20% !important
    }

    .w-tab-30 {
        width: 30% !important
    }

    .w-tab-40 {
        width: 40% !important
    }

    .w-tab-50 {
        width: 50% !important
    }

    .w-tab-60 {
        width: 60% !important
    }

    .w-tab-70 {
        width: 70% !important
    }

    .w-tab-80 {
        width: 80% !important
    }

    .w-tab-90 {
        width: 90% !important
    }

    .w-tab-100 {
        width: 100% !important
    }
}

@media(min-width: 1024px) {
    .w-desk-10 {
        width: 10% !important
    }

    .w-desk-20 {
        width: 20% !important
    }

    .w-desk-30 {
        width: 30% !important
    }

    .w-desk-40 {
        width: 40% !important
    }

    .w-desk-50 {
        width: 50% !important
    }

    .w-desk-60 {
        width: 60% !important
    }

    .w-desk-70 {
        width: 70% !important
    }

    .w-desk-80 {
        width: 80% !important
    }

    .w-desk-90 {
        width: 90% !important
    }

    .w-desk-100 {
        width: 100% !important
    }
}

@media(min-width: 1441px) {
    .w-hd-10 {
        width: 10% !important
    }

    .w-hd-20 {
        width: 20% !important
    }

    .w-hd-30 {
        width: 30% !important
    }

    .w-hd-40 {
        width: 40% !important
    }

    .w-hd-50 {
        width: 50% !important
    }

    .w-hd-60 {
        width: 60% !important
    }

    .w-hd-70 {
        width: 70% !important
    }

    .w-hd-80 {
        width: 80% !important
    }

    .w-hd-90 {
        width: 90% !important
    }

    .w-hd-100 {
        width: 100% !important
    }
}

.h-10 {
    height: 10% !important
}

.h-20 {
    height: 20% !important
}

.h-30 {
    height: 30% !important
}

.h-40 {
    height: 40% !important
}

.h-50 {
    height: 50% !important
}

.h-60 {
    height: 60% !important
}

.h-70 {
    height: 70% !important
}

.h-80 {
    height: 80% !important
}

.h-90 {
    height: 90% !important
}

.h-100 {
    height: 100% !important
}

@media(min-width: 568px) {
    .h-mob-10 {
        height: 10% !important
    }

    .h-mob-20 {
        height: 20% !important
    }

    .h-mob-30 {
        height: 30% !important
    }

    .h-mob-40 {
        height: 40% !important
    }

    .h-mob-50 {
        height: 50% !important
    }

    .h-mob-60 {
        height: 60% !important
    }

    .h-mob-70 {
        height: 70% !important
    }

    .h-mob-80 {
        height: 80% !important
    }

    .h-mob-90 {
        height: 90% !important
    }

    .h-mob-100 {
        height: 100% !important
    }
}

@media(min-width: 768px) {
    .h-tab-10 {
        height: 10% !important
    }

    .h-tab-20 {
        height: 20% !important
    }

    .h-tab-30 {
        height: 30% !important
    }

    .h-tab-40 {
        height: 40% !important
    }

    .h-tab-50 {
        height: 50% !important
    }

    .h-tab-60 {
        height: 60% !important
    }

    .h-tab-70 {
        height: 70% !important
    }

    .h-tab-80 {
        height: 80% !important
    }

    .h-tab-90 {
        height: 90% !important
    }

    .h-tab-100 {
        height: 100% !important
    }
}

@media(min-width: 1024px) {
    .h-desk-10 {
        height: 10% !important
    }

    .h-desk-20 {
        height: 20% !important
    }

    .h-desk-30 {
        height: 30% !important
    }

    .h-desk-40 {
        height: 40% !important
    }

    .h-desk-50 {
        height: 50% !important
    }

    .h-desk-60 {
        height: 60% !important
    }

    .h-desk-70 {
        height: 70% !important
    }

    .h-desk-80 {
        height: 80% !important
    }

    .h-desk-90 {
        height: 90% !important
    }

    .h-desk-100 {
        height: 100% !important
    }
}

@media(min-width: 1441px) {
    .h-hd-10 {
        height: 10% !important
    }

    .h-hd-20 {
        height: 20% !important
    }

    .h-hd-30 {
        height: 30% !important
    }

    .h-hd-40 {
        height: 40% !important
    }

    .h-hd-50 {
        height: 50% !important
    }

    .h-hd-60 {
        height: 60% !important
    }

    .h-hd-70 {
        height: 70% !important
    }

    .h-hd-80 {
        height: 80% !important
    }

    .h-hd-90 {
        height: 90% !important
    }

    .h-hd-100 {
        height: 100% !important
    }
}

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

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

.c-black {
    color: #000 !important
}

.bg-black {
    background-color: #000 !important
}

.c-primary {
    color: #5cfd86 !important
}

.bg-primary {
    background-color: #5cfd86 !important
}

.c-secondary {
    color: #4e454a !important
}

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

.c-copy {
    color: #4e454a !important
}

.bg-copy {
    background-color: #4e454a !important
}

.c-light {
    color: #efefef !important
}

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

.c-dark {
    color: #4e454a !important
}

.bg-dark {
    background-color: #4e454a !important
}

.c-tertiary {
    color: #56eb7c !important
}

.bg-tertiary {
    background-color: #56eb7c !important
}

.c-link {
    color: #4e454a !important
}

.bg-link {
    background-color: #4e454a !important
}

.c-grey {
    color: #efefef !important
}

.bg-grey {
    background-color: #efefef !important
}

.c-l-grey {
    color: #f5f5f5 !important
}

.bg-l-grey {
    background-color: #f5f5f5 !important
}

.c-dark-gray {
    color: #726b70 !important
}

.bg-dark-gray {
    background-color: #726b70 !important
}

.c-green {
    color: #5cfd86 !important
}

.bg-green {
    background-color: #5cfd86 !important
}

.c-l-green {
    color: #56eb7c !important
}

.bg-l-green {
    background-color: #56eb7c !important
}

.c-grass {
    color: #5cfd86 !important
}

.bg-grass {
    background-color: #5cfd86 !important
}

.c-l-grass {
    color: #56eb7c !important
}

.bg-l-grass {
    background-color: #56eb7c !important
}

.c-yellow {
    color: #ffde43 !important
}

.bg-yellow {
    background-color: #ffde43 !important
}

.c-l-yellow {
    color: #fdf6b8 !important
}

.bg-l-yellow {
    background-color: #fdf6b8 !important
}

.c-orange {
    color: #fb822f !important
}

.bg-orange {
    background-color: #fb822f !important
}

.c-l-orange {
    color: #ffd5a5 !important
}

.bg-l-orange {
    background-color: #ffd5a5 !important
}

.c-purple {
    color: #b482b8 !important
}

.bg-purple {
    background-color: #b482b8 !important
}

.c-l-purple {
    color: #fbdbfd !important
}

.bg-l-purple {
    background-color: #fbdbfd !important
}

.c-ll-purple {
    color: #f2e4e8 !important
}

.bg-ll-purple {
    background-color: #f2e4e8 !important
}

.c-blue {
    color: #0056a7 !important
}

.bg-blue {
    background-color: #0056a7 !important
}

.c-l-blue {
    color: #cfebfc !important
}

.bg-l-blue {
    background-color: #cfebfc !important
}

.c-pink {
    color: #e71672 !important
}

.bg-pink {
    background-color: #e71672 !important
}

.c-ocean {
    color: #4e6db3 !important
}

.bg-ocean {
    background-color: #4e6db3 !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.6em
}

h1 {
    font-size: 3.31rem;
    margin: .4413333333rem 0
}

h2 {
    font-size: 2.25rem;
    margin: .3rem 0
}

h3 {
    font-size: 1.56rem;
    margin: .208rem 0
}

h4 {
    font-size: 1.12rem;
    margin: .1493333333rem 0
}

h5 {
    font-size: 1.06rem;
    margin: .1413333333rem 0
}

h6 {
    font-size: .75rem;
    margin: .1rem 0
}

p {
    font-size: 1rem;
    margin: 0 0 1rem;
    font-weight: 300
}

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

em {
    font-style: italic
}

strong {
    font-weight: 900
}

small {
    font-size: 75%
}

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

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

.t-bold {
    font-weight: 900 !important
}

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

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

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

.t-initial {
    text-transform: initial !important
}

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

@media only screen and (min-width: 389.1px) {
    .t-responsive {
        font-size: 1.224rem
    }
}

@media only screen and (min-width: 418.2px) {
    .t-responsive {
        font-size: 1.248rem
    }
}

@media only screen and (min-width: 447.3px) {
    .t-responsive {
        font-size: 1.272rem
    }
}

@media only screen and (min-width: 476.4px) {
    .t-responsive {
        font-size: 1.296rem
    }
}

@media only screen and (min-width: 505.5px) {
    .t-responsive {
        font-size: 1.32rem
    }
}

@media only screen and (min-width: 534.6px) {
    .t-responsive {
        font-size: 1.344rem
    }
}

@media only screen and (min-width: 563.7px) {
    .t-responsive {
        font-size: 1.368rem
    }
}

@media only screen and (min-width: 592.8px) {
    .t-responsive {
        font-size: 1.392rem
    }
}

@media only screen and (min-width: 621.9px) {
    .t-responsive {
        font-size: 1.416rem
    }
}

@media only screen and (min-width: 651px) {
    .t-responsive {
        font-size: 1.44rem
    }
}

@media only screen and (min-width: 680.1px) {
    .t-responsive {
        font-size: 1.464rem
    }
}

@media only screen and (min-width: 709.2px) {
    .t-responsive {
        font-size: 1.488rem
    }
}

@media only screen and (min-width: 738.3px) {
    .t-responsive {
        font-size: 1.512rem
    }
}

@media only screen and (min-width: 767.4px) {
    .t-responsive {
        font-size: 1.536rem
    }
}

@media only screen and (min-width: 796.5px) {
    .t-responsive {
        font-size: 1.56rem
    }
}

@media only screen and (min-width: 825.6px) {
    .t-responsive {
        font-size: 1.584rem
    }
}

@media only screen and (min-width: 854.7px) {
    .t-responsive {
        font-size: 1.608rem
    }
}

@media only screen and (min-width: 883.8px) {
    .t-responsive {
        font-size: 1.632rem
    }
}

@media only screen and (min-width: 912.9px) {
    .t-responsive {
        font-size: 1.656rem
    }
}

@media only screen and (min-width: 942px) {
    .t-responsive {
        font-size: 1.68rem
    }
}

@media only screen and (min-width: 971.1px) {
    .t-responsive {
        font-size: 1.704rem
    }
}

@media only screen and (min-width: 1000.2px) {
    .t-responsive {
        font-size: 1.728rem
    }
}

@media only screen and (min-width: 1029.3px) {
    .t-responsive {
        font-size: 1.752rem
    }
}

@media only screen and (min-width: 1058.4px) {
    .t-responsive {
        font-size: 1.776rem
    }
}

@media only screen and (min-width: 1087.5px) {
    .t-responsive {
        font-size: 1.8rem
    }
}

@media only screen and (min-width: 1116.6px) {
    .t-responsive {
        font-size: 1.824rem
    }
}

@media only screen and (min-width: 1145.7px) {
    .t-responsive {
        font-size: 1.848rem
    }
}

@media only screen and (min-width: 1174.8px) {
    .t-responsive {
        font-size: 1.872rem
    }
}

@media only screen and (min-width: 1203.9px) {
    .t-responsive {
        font-size: 1.896rem
    }
}

@media only screen and (min-width: 1233px) {
    .t-responsive {
        font-size: 1.92rem
    }
}

@media only screen and (max-width: 360px) {
    .t-responsive {
        font-size: 1.2rem
    }
}

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

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

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

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

@media(min-width: 568px) {
    .t-mob-center {
        text-align: center !important
    }

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

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

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

@media(min-width: 768px) {
    .t-tab-center {
        text-align: center !important
    }

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

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

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

@media(min-width: 1024px) {
    .t-desk-center {
        text-align: center !important
    }

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

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

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

@media(min-width: 1441px) {
    .t-hd-center {
        text-align: center !important
    }

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

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

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

.b {
    border: 1px solid rgba(0, 0, 0, .3) !important
}

.b-light {
    border: 1px solid rgba(0, 0, 0, .1) !important
}

.b-dark {
    border: 1px solid rgba(0, 0, 0, .6) !important
}

.b-t {
    border-top: 1px solid rgba(0, 0, 0, .3) !important
}

.b-r {
    border-right: 1px solid rgba(0, 0, 0, .3) !important
}

.b-b {
    border-bottom: 1px solid rgba(0, 0, 0, .3) !important
}

.b-l {
    border-left: 1px solid rgba(0, 0, 0, .3) !important
}

.b-t-light {
    border-top: 1px solid rgba(0, 0, 0, .1) !important
}

.b-r-light {
    border-right: 1px solid rgba(0, 0, 0, .1) !important
}

.b-b-light {
    border-bottom: 1px solid rgba(0, 0, 0, .1) !important
}

.b-l-light {
    border-left: 1px solid rgba(0, 0, 0, .1) !important
}

.b-t-dark {
    border-top: 1px solid rgba(0, 0, 0, .6) !important
}

.b-r-dark {
    border-right: 1px solid rgba(0, 0, 0, .6) !important
}

.b-b-dark {
    border-bottom: 1px solid rgba(0, 0, 0, .6) !important
}

.b-l-dark {
    border-left: 1px solid rgba(0, 0, 0, .6) !important
}

.br {
    border-radius: .25em !important
}

.br-sm {
    border-radius: 24px !important
}

.br-lg {
    border-radius: 1em !important
}

.br-circle {
    border-radius: 100% !important
}

.br-none {
    border-radius: 0 !important
}

.br-top-left {
    border-top-left-radius: 24px !important
}

.br-top-right {
    border-top-right-radius: 24px !important
}

.br-bottom-left {
    border-bottom-left-radius: 24px !important
}

.br-bottom-right {
    border-bottom-right-radius: 24px !important
}

.br-top {
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important
}

.br-right {
    border-top-right-radius: 24px !important;
    border-bottom-right-radius: 24px !important
}

.br-bottom {
    border-bottom-right-radius: 24px !important;
    border-bottom-left-radius: 24px !important
}

.br-left {
    border-top-left-radius: 24px !important;
    border-bottom-left-radius: 24px !important
}

[class^=spacer] {
    width: 100%;
    display: block;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0
}

.spacer-1 {
    height: 1px !important
}

.spacer-2 {
    height: 2px !important
}

.spacer-3 {
    height: 3px !important
}

.spacer-4 {
    height: 4px !important
}

.spacer-5 {
    height: 5px !important
}

.spacer-10 {
    height: 10px !important
}

.spacer-15 {
    height: 15px !important
}

.spacer-20 {
    height: 20px !important
}

.spacer-25 {
    height: 25px !important
}

.spacer-30 {
    height: 30px !important
}

.spacer-35 {
    height: 35px !important
}

.spacer-40 {
    height: 40px !important
}

.spacer-45 {
    height: 45px !important
}

.spacer-50 {
    height: 50px !important
}

.spacer-75 {
    height: 75px !important
}

.spacer-100 {
    height: 100px !important
}

.spacer-150 {
    height: 150px !important
}

.spacer-200 {
    height: 200px !important
}

.spacer-300 {
    height: 300px !important
}

.spacer-400 {
    height: 400px !important
}

.spacer-500 {
    height: 500px !important
}

.f-left {
    float: left !important
}

.f-right {
    float: right !important
}

.f-none {
    float: none !important
}

@media(min-width: 568px) {
    .f-mob-left {
        float: left !important
    }

    .f-mob-right {
        float: right !important
    }

    .f-mob-none {
        float: none !important
    }
}

@media(min-width: 768px) {
    .f-tab-left {
        float: left !important
    }

    .f-tab-right {
        float: right !important
    }

    .f-tab-none {
        float: none !important
    }
}

@media(min-width: 1024px) {
    .f-desk-left {
        float: left !important
    }

    .f-desk-right {
        float: right !important
    }

    .f-desk-none {
        float: none !important
    }
}

@media(min-width: 1441px) {
    .f-hd-left {
        float: left !important
    }

    .f-hd-right {
        float: right !important
    }

    .f-hd-none {
        float: none !important
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media(min-width: 568px) {
    .visible-mob {
        visibility: visible !important
    }

    .invisible-mob {
        visibility: hidden !important
    }
}

@media(min-width: 768px) {
    .visible-tab {
        visibility: visible !important
    }

    .invisible-tab {
        visibility: hidden !important
    }
}

@media(min-width: 1024px) {
    .visible-desk {
        visibility: visible !important
    }

    .invisible-desk {
        visibility: hidden !important
    }
}

@media(min-width: 1441px) {
    .visible-hd {
        visibility: visible !important
    }

    .invisible-hd {
        visibility: hidden !important
    }
}

.img-responsive {
    max-width: 100%;
    height: auto
}

.iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.alert {
    border: 0;
    font-weight: 300;
    position: relative;
    padding: 20px 15px;
    line-height: 20px;
    margin-bottom: 20px;
    font-size: 1rem;
    background: hsla(0, 0%, 80%, .5);
    border-left: 3px solid rgba(0, 0, 0, .5);
    border-radius: 4px
}

.alert-container {
    position: relative
}

.alert-close {
    padding-right: 2.8rem
}

.alert-toggle {
    display: none;
    position: absolute;
    top: -999999px;
    left: -999999px
}

.alert-toggle:checked~.alert {
    display: none
}

.alert-ocean.alert-background,
.alert-pink.alert-background,
.alert-l-blue.alert-background,
.alert-blue.alert-background,
.alert-ll-purple.alert-background,
.alert-l-purple.alert-background,
.alert-purple.alert-background,
.alert-l-orange.alert-background,
.alert-orange.alert-background,
.alert-l-yellow.alert-background,
.alert-yellow.alert-background,
.alert-l-grass.alert-background,
.alert-grass.alert-background,
.alert-l-green.alert-background,
.alert-green.alert-background,
.alert-dark-gray.alert-background,
.alert-l-grey.alert-background,
.alert-grey.alert-background,
.alert-link.alert-background,
.alert-tertiary.alert-background,
.alert-dark.alert-background,
.alert-light.alert-background,
.alert-copy.alert-background,
.alert-secondary.alert-background,
.alert-primary.alert-background,
.alert-black.alert-background,
.alert-white.alert-background {
    border: 0
}

.alert-white {
    border-left: 3px solid #fff;
    background: #fff;
    color: hsl(0, 0%, 75%)
}

.alert-white.alert-background {
    background-color: #fff;
    color: #3c4858;
    box-shadow: 0 12px 20px -10px hsla(0, 0%, 100%, .28), 0 4px 20px 0 rgba(0, 0, 0, .12), 0 7px 8px -5px hsla(0, 0%, 100%, .2)
}

.alert-black {
    border-left: 3px solid #000;
    background: hsl(0, 0%, 32%);
    color: #000
}

.alert-black.alert-background {
    background-color: #000;
    color: #fff;
    box-shadow: 0 12px 20px -10px rgba(0, 0, 0, .28), 0 4px 20px 0 rgba(0, 0, 0, .12), 0 7px 8px -5px rgba(0, 0, 0, .2)
}

.alert-primary {
    border-left: 3px solid #5cfd86;
    background: rgb(253.2218181818, 254.9781818182, 253.68);
    color: rgb(2.6363636364, 214.8636363636, 58)
}

.alert-primary.alert-background {
    background-color: #5cfd86;
    color: #3c4858;
    box-shadow: 0 12px 20px -10px rgba(92, 253, 134, .28), 0 4px 20px 0 rgba(0, 0, 0, .12), 0 7px 8px -5px rgba(92, 253, 134, .2)
}

.alert-secondary {
    border-left: 3px solid #4e454a;
    background: hsl(326.6666666667, 6.1224489796%, 60.8235294118%);
    color: rgb(10.3469387755, 9.1530612245, 9.8163265306)
}

.alert-secondary.alert-background {
    background-color: #4e454a;
    color: #fff;
    box-shadow: 0 12px 20px -10px rgba(78, 69, 74, .28), 0 4px 20px 0 rgba(0, 0, 0, .12), 0 7px 8px -5px rgba(78, 69, 74, .2)
}

.alert-copy {
    border-left: 3px solid #4e454a;
    background: hsl(326.6666666667, 6.1224489796%, 60.8235294118%);
    color: rgb(10.3469387755, 9.1530612245, 9.8163265306)
}

.alert-copy.alert-background {
    background-color: #4e454a;
    color: #fff;
    box-shadow: 0 12px 20px -10px rgba(78, 69, 74, .28), 0 4px 20px 0 rgba(0, 0, 0, .12), 0 7px 8px -5px rgba(78, 69, 74, .2)
}

.alert-light {
    border-left: 3px solid #efefef;
    background: #fff;
    color: hsl(0, 0%, 68.7254901961%)
}

.alert-light.alert-background {
    background-color: #efefef;
    color: #3c4858;
    box-shadow: 0 12px 20px -10px rgba(239, 239, 239, .28), 0 4px 20px 0 rgba(0, 0, 0, .12), 0 7px 8px -5px rgba(239, 239, 239, .2)
}

.alert-dark {
    border-left: 3px solid #4e454a;
    background: hsl(326.6666666667, 6.1224489796%, 60.8235294118%);
    color: rgb(10.3469387755, 9.1530612245, 9.8163265306)
}

.alert-dark.alert-background {
    background-color: #4e454a;
    color: #fff;
    box-shadow: 0 12px 20px -10px rgba(78, 69, 74, .28), 0 4px 20px 0 rgba(0, 0, 0, .12), 0 7px 8px -5px rgba(78, 69, 74, .2)
}

.alert-tertiary {
    border-left: 3px solid #56eb7c;
    background: hsl(135.3020134228, 78.835978836%, 94.9411764706%);
    color: rgb(20.4761904762, 173.0238095238, 59.380952381)
}

.alert-tertiary.alert-background {
    background-color: #56eb7c;
    color: #fff;
    box-shadow: 0 12px 20px -10px rgba(86, 235, 124, .28), 0 4px 20px 0 rgba(0, 0, 0, .12), 0 7px 8px -5px rgba(86, 235, 124, .2)
}

.alert-link {
    border-left: 3px solid #4e454a;
    background: hsl(326.6666666667, 6.1224489796%, 60.8235294118%);
    color: rgb(10.3469387755, 9.1530612245, 9.8163265306)
}

.alert-link.alert-background {
    background-color: #4e454a;
    color: #fff;
    box-shadow: 0 12px 20px -10px rgba(78, 69, 74, .28), 0 4px 20px 0 rgba(0, 0, 0, .12), 0 7px 8px -5px rgba(78, 69, 74, .2)
}

.alert-grey {
    border-left: 3px solid #efefef;
    background: #fff;
    color: hsl(0, 0%, 68.7254901961%)
}

.alert-grey.alert-background {
    background-color: #efefef;
    color: #3c4858;
    box-shadow: 0 12px 20px -10px rgba(239, 239, 239, .28), 0 4px 20px 0 rgba(0, 0, 0, .12), 0 7px 8px -5px rgba(239, 239, 239, .2)
}

.alert-l-grey {
    border-left: 3px solid #f5f5f5;
    background: #fff;
    color: hsl(0, 0%, 71.0784313725%)
}

.alert-l-grey.alert-background {
    background-color: #f5f5f5;
    color: #3c4858;
    box-shadow: 0 12px 20px -10px rgba(245, 245, 245, .28), 0 4px 20px 0 rgba(0, 0, 0, .12), 0 7px 8px -5px rgba(245, 245, 245, .2)
}

.alert-dark-gray {
    border-left: 3px solid #726b70;
    background: hsl(317.1428571429, 3.1674208145%, 75.3333333333%);
    color: rgb(48.2307692308, 45.2692307692, 47.3846153846)
}

.alert-dark-gray.alert-background {
    background-color: #726b70;
    color: #fff;
    box-shadow: 0 12px 20px -10px rgba(114, 107, 112, .28), 0 4px 20px 0 rgba(0, 0, 0, .12), 0 7px 8px -5px rgba(114, 107, 112, .2)
}

.alert-green {
    border-left: 3px solid #5cfd86;
    background: rgb(253.2218181818, 254.9781818182, 253.68);
    color: rgb(2.6363636364, 214.8636363636, 58)
}

.alert-green.alert-background {
    background-color: #5cfd86;
    color: #3c4858;
    box-shadow: 0 12px 20px -10px rgba(92, 253, 134, .28), 0 4px 20px 0 rgba(0, 0, 0, .12), 0 7px 8px -5px rgba(92, 253, 134, .2)
}

.alert-l-green {
    border-left: 3px solid #56eb7c;
    background: hsl(135.3020134228, 78.835978836%, 94.9411764706%);
    color: rgb(20.4761904762, 173.0238095238, 59.380952381)
}

.alert-l-green.alert-background {
    background-color: #56eb7c;
    color: #fff;
    box-shadow: 0 12px 20px -10px rgba(86, 235, 124, .28), 0 4px 20px 0 rgba(0, 0, 0, .12), 0 7px 8px -5px rgba(86, 235, 124, .2)
}

.alert-grass {
    border-left: 3px solid #5cfd86;
    background: rgb(253.2218181818, 254.9781818182, 253.68);
    color: rgb(2.6363636364, 214.8636363636, 58)
}

.alert-grass.alert-background {
    background-color: #5cfd86;
    color: #3c4858;
    box-shadow: 0 12px 20px -10px rgba(92, 253, 134, .28), 0 4px 20px 0 rgba(0, 0, 0, .12), 0 7px 8px -5px rgba(92, 253, 134, .2)
}

.alert-l-grass {
    border-left: 3px solid #56eb7c;
    background: hsl(135.3020134228, 78.835978836%, 94.9411764706%);
    color: rgb(20.4761904762, 173.0238095238, 59.380952381)
}

.alert-l-grass.alert-background {
    background-color: #56eb7c;
    color: #fff;
    box-shadow: 0 12px 20px -10px rgba(86, 235, 124, .28), 0 4px 20px 0 rgba(0, 0, 0, .12), 0 7px 8px -5px rgba(86, 235, 124, .2)
}

.alert-yellow {
    border-left: 3px solid #ffde43;
    background: rgb(255, 250.6468085106, 230.2);
    color: rgb(194.5, 160.3590425532, 0)
}

.alert-yellow.alert-background {
    background-color: #ffde43;
    color: #3c4858;
    box-shadow: 0 12px 20px -10px rgba(255, 222, 67, .28), 0 4px 20px 0 rgba(0, 0, 0, .12), 0 7px 8px -5px rgba(255, 222, 67, .2)
}

.alert-l-yellow {
    border-left: 3px solid #fdf6b8;
    background: #fff;
    color: rgb(249.5068493151, 230.2808219178, 59.9931506849)
}

.alert-l-yellow.alert-background {
    background-color: #fdf6b8;
    color: #3c4858;
    box-shadow: 0 12px 20px -10px rgba(253, 246, 184, .28), 0 4px 20px 0 rgba(0, 0, 0, .12), 0 7px 8px -5px rgba(253, 246, 184, .2)
}

.alert-orange {
    border-left: 3px solid #fb822f;
    background: rgb(254.079245283, 226.2264150943, 207.120754717);
    color: rgb(167.2830188679, 69.9693396226, 3.2169811321)
}

.alert-orange.alert-background {
    background-color: #fb822f;
    color: #fff;
    box-shadow: 0 12px 20px -10px rgba(251, 130, 47, .28), 0 4px 20px 0 rgba(0, 0, 0, .12), 0 7px 8px -5px rgba(251, 130, 47, .2)
}

.alert-l-orange {
    border-left: 3px solid #ffd5a5;
    background: #fff;
    color: rgb(255, 153.5, 37.5)
}

.alert-l-orange.alert-background {
    background-color: #ffd5a5;
    color: #3c4858;
    box-shadow: 0 12px 20px -10px rgba(255, 213, 165, .28), 0 4px 20px 0 rgba(0, 0, 0, .12), 0 7px 8px -5px rgba(255, 213, 165, .2)
}

.alert-purple {
    border-left: 3px solid #b482b8;
    background: hsl(295.5555555556, 27.5510204082%, 93.568627451%);
    color: rgb(115.1352040816, 67.5586734694, 118.9413265306)
}

.alert-purple.alert-background {
    background-color: #b482b8;
    color: #fff;
    box-shadow: 0 12px 20px -10px rgba(180, 130, 184, .28), 0 4px 20px 0 rgba(0, 0, 0, .12), 0 7px 8px -5px rgba(180, 130, 184, .2)
}

.alert-l-purple {
    border-left: 3px solid #fbdbfd;
    background: #fff;
    color: rgb(237.5789473684, 98.2105263158, 246.2894736842)
}

.alert-l-purple.alert-background {
    background-color: #fbdbfd;
    color: #3c4858;
    box-shadow: 0 12px 20px -10px rgba(251, 219, 253, .28), 0 4px 20px 0 rgba(0, 0, 0, .12), 0 7px 8px -5px rgba(251, 219, 253, .2)
}

.alert-ll-purple {
    border-left: 3px solid #f2e4e8;
    background: #fff;
    color: rgb(200.5625, 141.9375, 158.6875)
}

.alert-ll-purple.alert-background {
    background-color: #f2e4e8;
    color: #3c4858;
    box-shadow: 0 12px 20px -10px rgba(242, 228, 232, .28), 0 4px 20px 0 rgba(0, 0, 0, .12), 0 7px 8px -5px rgba(242, 228, 232, .2)
}

.alert-blue {
    border-left: 3px solid #0056a7;
    background: rgb(75.2, 167.7916167665, 255);
    color: rgb(0, 20.3413173653, 39.5)
}

.alert-blue.alert-background {
    background-color: #0056a7;
    color: #fff;
    box-shadow: 0 12px 20px -10px rgba(0, 86, 167, .28), 0 4px 20px 0 rgba(0, 0, 0, .12), 0 7px 8px -5px rgba(0, 86, 167, .2)
}

.alert-l-blue {
    border-left: 3px solid #cfebfc;
    background: #fff;
    color: rgb(87, 185, 244.5)
}

.alert-l-blue.alert-background {
    background-color: #cfebfc;
    color: #3c4858;
    box-shadow: 0 12px 20px -10px rgba(207, 235, 252, .28), 0 4px 20px 0 rgba(0, 0, 0, .12), 0 7px 8px -5px rgba(207, 235, 252, .2)
}

.alert-pink {
    border-left: 3px solid #e71672;
    background: rgb(246.8434782609, 169.3565217391, 203.4656126482);
    color: rgb(114.5869565217, 10.9130434783, 56.5494071146)
}

.alert-pink.alert-background {
    background-color: #e71672;
    color: #fff;
    box-shadow: 0 12px 20px -10px rgba(231, 22, 114, .28), 0 4px 20px 0 rgba(0, 0, 0, .12), 0 7px 8px -5px rgba(231, 22, 114, .2)
}

.alert-ocean {
    border-left: 3px solid #4e6db3;
    background: rgb(192.1754940711, 203.1786561265, 228.0245059289);
    color: rgb(38.9011857708, 54.7687747036, 90.5988142292)
}

.alert-ocean.alert-background {
    background-color: #4e6db3;
    color: #fff;
    box-shadow: 0 12px 20px -10px rgba(78, 109, 179, .28), 0 4px 20px 0 rgba(0, 0, 0, .12), 0 7px 8px -5px rgba(78, 109, 179, .2)
}

button.close,
label.close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 26px;
    color: inherit
}

button.close:not(:disabled),
label.close:not(:disabled) {
    cursor: pointer
}

button.close {
    background-color: rgba(0, 0, 0, 0);
    height: 100%;
    border: 0;
    -webkit-appearance: none;
    padding: .75rem 1.25rem;
    color: inherit;
    outline: none
}

label.close {
    padding: 1.25rem
}

.badge {
    display: inline-flex;
    align-items: center;
    padding: 3px 12px;
    background-color: #999;
    color: #fff;
    border-radius: 3px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    height: auto;
    margin-right: 5px;
    user-select: none
}

.badge-ocean,
.badge-pink,
.badge-l-blue,
.badge-blue,
.badge-ll-purple,
.badge-l-purple,
.badge-purple,
.badge-l-orange,
.badge-orange,
.badge-l-yellow,
.badge-yellow,
.badge-l-grass,
.badge-grass,
.badge-l-green,
.badge-green,
.badge-dark-gray,
.badge-l-grey,
.badge-grey,
.badge-link,
.badge-tertiary,
.badge-dark,
.badge-light,
.badge-copy,
.badge-secondary,
.badge-primary,
.badge-black,
.badge-white {
    border: 0;
    color: #fff
}

.badge-white {
    color: #3c4858;
    background-color: #fff
}

.badge-black {
    color: #fff;
    background-color: #000
}

.badge-primary {
    color: #3c4858;
    background-color: #5cfd86
}

.badge-secondary {
    color: #fff;
    background-color: #4e454a
}

.badge-copy {
    color: #fff;
    background-color: #4e454a
}

.badge-light {
    color: #3c4858;
    background-color: #efefef
}

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

.badge-tertiary {
    color: #fff;
    background-color: #56eb7c
}

.badge-link {
    color: #fff;
    background-color: #4e454a
}

.badge-grey {
    color: #3c4858;
    background-color: #efefef
}

.badge-l-grey {
    color: #3c4858;
    background-color: #f5f5f5
}

.badge-dark-gray {
    color: #fff;
    background-color: #726b70
}

.badge-green {
    color: #3c4858;
    background-color: #5cfd86
}

.badge-l-green {
    color: #fff;
    background-color: #56eb7c
}

.badge-grass {
    color: #3c4858;
    background-color: #5cfd86
}

.badge-l-grass {
    color: #fff;
    background-color: #56eb7c
}

.badge-yellow {
    color: #3c4858;
    background-color: #ffde43
}

.badge-l-yellow {
    color: #3c4858;
    background-color: #fdf6b8
}

.badge-orange {
    color: #fff;
    background-color: #fb822f
}

.badge-l-orange {
    color: #3c4858;
    background-color: #ffd5a5
}

.badge-purple {
    color: #fff;
    background-color: #b482b8
}

.badge-l-purple {
    color: #3c4858;
    background-color: #fbdbfd
}

.badge-ll-purple {
    color: #3c4858;
    background-color: #f2e4e8
}

.badge-blue {
    color: #fff;
    background-color: #0056a7
}

.badge-l-blue {
    color: #3c4858;
    background-color: #cfebfc
}

.badge-pink {
    color: #fff;
    background-color: #e71672
}

.badge-ocean {
    color: #fff;
    background-color: #4e6db3
}

.badge-rounded {
    border-radius: 500px;
    padding: 3px 12px
}

.badge-close {
    position: relative;
    border-radius: 500px;
    transition: .3s ease;
    transition-property: padding-right;
    padding-right: 20px
}

.badge-close .badge-delete {
    position: absolute;
    font-size: 12px;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    transition: all .3s cubic-bezier(0.25, 0.8, 0.25, 1);
    color: #fff;
    padding: 4px
}

@media(min-width: 1024px) {
    .badge-close {
        padding: 3px 12px
    }

    .badge-close .badge-delete {
        opacity: 0;
        right: 8px
    }

    .badge-close:hover {
        padding-right: 20px
    }

    .badge-close:hover .badge-delete {
        opacity: 1;
        transform: translate(20%, -50%);
        cursor: pointer
    }
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    width: 100%;
    padding: 20px 15px;
    margin-bottom: 20px
}

.breadcrumb-item a,
.breadcrumb-item a:visited {
    color: inherit;
    text-decoration: none
}

.breadcrumb-item:after {
    content: "/";
    padding-right: 3px;
    font-size: 1rem;
    margin-left: 5px;
    margin-right: 5px
}

.breadcrumb.breadcrumb-arrow .breadcrumb-item:after {
    content: "›"
}

.breadcrumb-item:last-child:after {
    content: none !important
}

.breadcrumb .active {
    color: rgba(0, 0, 0, .5)
}

.btn {
    display: inline-flex;
    justify-content: center;
    position: relative;
    padding: 14px 30px;
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, .12);
    outline: none;
    border-radius: 3px;
    font-size: 14px;
    text-transform: uppercase;
    transition: border .1s cubic-bezier(0.4, 0, 1, 1);
    height: auto;
    font-weight: 400;
    user-select: none;
    line-height: 1
}

.btn:hover,
.btn:focus {
    border: 1px solid rgba(0, 0, 0, .25)
}

.btn:active {
    border: 1px solid rgba(0, 0, 0, .55)
}

.btna {
    text-decoration: none !important
}

.btn-ocean,
.btn-pink,
.btn-l-blue,
.btn-blue,
.btn-ll-purple,
.btn-l-purple,
.btn-purple,
.btn-l-orange,
.btn-orange,
.btn-l-yellow,
.btn-yellow,
.btn-l-grass,
.btn-grass,
.btn-l-green,
.btn-green,
.btn-dark-gray,
.btn-l-grey,
.btn-grey,
.btn-link,
.btn-tertiary,
.btn-dark,
.btn-light,
.btn-copy,
.btn-secondary,
.btn-primary,
.btn-black,
.btn-white {
    border: 0;
    color: #fff;
    transition: box-shadow .2s cubic-bezier(0.4, 0, 1, 1)
}

.btn-ocean:hover,
.btn-pink:hover,
.btn-l-blue:hover,
.btn-blue:hover,
.btn-ll-purple:hover,
.btn-l-purple:hover,
.btn-purple:hover,
.btn-l-orange:hover,
.btn-orange:hover,
.btn-l-yellow:hover,
.btn-yellow:hover,
.btn-l-grass:hover,
.btn-grass:hover,
.btn-l-green:hover,
.btn-green:hover,
.btn-dark-gray:hover,
.btn-l-grey:hover,
.btn-grey:hover,
.btn-link:hover,
.btn-tertiary:hover,
.btn-dark:hover,
.btn-light:hover,
.btn-copy:hover,
.btn-secondary:hover,
.btn-primary:hover,
.btn-black:hover,
.btn-white:hover,
.btn-ocean:focus,
.btn-pink:focus,
.btn-l-blue:focus,
.btn-blue:focus,
.btn-ll-purple:focus,
.btn-l-purple:focus,
.btn-purple:focus,
.btn-l-orange:focus,
.btn-orange:focus,
.btn-l-yellow:focus,
.btn-yellow:focus,
.btn-l-grass:focus,
.btn-grass:focus,
.btn-l-green:focus,
.btn-green:focus,
.btn-dark-gray:focus,
.btn-l-grey:focus,
.btn-grey:focus,
.btn-link:focus,
.btn-tertiary:focus,
.btn-dark:focus,
.btn-light:focus,
.btn-copy:focus,
.btn-secondary:focus,
.btn-primary:focus,
.btn-black:focus,
.btn-white:focus,
.btn-ocean:active,
.btn-pink:active,
.btn-l-blue:active,
.btn-blue:active,
.btn-ll-purple:active,
.btn-l-purple:active,
.btn-purple:active,
.btn-l-orange:active,
.btn-orange:active,
.btn-l-yellow:active,
.btn-yellow:active,
.btn-l-grass:active,
.btn-grass:active,
.btn-l-green:active,
.btn-green:active,
.btn-dark-gray:active,
.btn-l-grey:active,
.btn-grey:active,
.btn-link:active,
.btn-tertiary:active,
.btn-dark:active,
.btn-light:active,
.btn-copy:active,
.btn-secondary:active,
.btn-primary:active,
.btn-black:active,
.btn-white:active {
    border: 0
}

.btn-white {
    color: #3c4858;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 hsla(0, 0%, 100%, .14), 0 3px 1px -2px hsla(0, 0%, 100%, .2), 0 1px 5px 0 hsla(0, 0%, 100%, .12)
}

.btn-white:hover {
    box-shadow: 0 14px 26px -12px hsla(0, 0%, 100%, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px hsla(0, 0%, 100%, .2)
}

.btn-white:active {
    background-color: hsl(0, 0%, 90%)
}

.btn-black {
    color: #fff;
    background-color: #000;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.btn-black:hover {
    box-shadow: 0 14px 26px -12px rgba(0, 0, 0, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.btn-black:active {
    background-color: #000
}

.btn-primary {
    color: #3c4858;
    background-color: #5cfd86;
    box-shadow: 0 2px 2px 0 rgba(92, 253, 134, .14), 0 3px 1px -2px rgba(92, 253, 134, .2), 0 1px 5px 0 rgba(92, 253, 134, .12)
}

.btn-primary:hover {
    box-shadow: 0 14px 26px -12px rgba(92, 253, 134, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(92, 253, 134, .2)
}

.btn-primary:active {
    background-color: rgb(41.6181818182, 252.3818181818, 96.6)
}

.btn-secondary {
    color: #fff;
    background-color: #4e454a;
    box-shadow: 0 2px 2px 0 rgba(78, 69, 74, .14), 0 3px 1px -2px rgba(78, 69, 74, .2), 0 1px 5px 0 rgba(78, 69, 74, .12)
}

.btn-secondary:hover {
    box-shadow: 0 14px 26px -12px rgba(78, 69, 74, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(78, 69, 74, .2)
}

.btn-secondary:active {
    background-color: rgb(50.9387755102, 45.0612244898, 48.3265306122)
}

.btn-copy {
    color: #fff;
    background-color: #4e454a;
    box-shadow: 0 2px 2px 0 rgba(78, 69, 74, .14), 0 3px 1px -2px rgba(78, 69, 74, .2), 0 1px 5px 0 rgba(78, 69, 74, .12)
}

.btn-copy:hover {
    box-shadow: 0 14px 26px -12px rgba(78, 69, 74, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(78, 69, 74, .2)
}

.btn-copy:active {
    background-color: rgb(50.9387755102, 45.0612244898, 48.3265306122)
}

.btn-light {
    color: #3c4858;
    background-color: #efefef;
    box-shadow: 0 2px 2px 0 rgba(239, 239, 239, .14), 0 3px 1px -2px rgba(239, 239, 239, .2), 0 1px 5px 0 rgba(239, 239, 239, .12)
}

.btn-light:hover {
    box-shadow: 0 14px 26px -12px rgba(239, 239, 239, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(239, 239, 239, .2)
}

.btn-light:active {
    background-color: rgb(213.5, 213.5, 213.5)
}

.btn-dark {
    color: #fff;
    background-color: #4e454a;
    box-shadow: 0 2px 2px 0 rgba(78, 69, 74, .14), 0 3px 1px -2px rgba(78, 69, 74, .2), 0 1px 5px 0 rgba(78, 69, 74, .12)
}

.btn-dark:hover {
    box-shadow: 0 14px 26px -12px rgba(78, 69, 74, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(78, 69, 74, .2)
}

.btn-dark:active {
    background-color: rgb(50.9387755102, 45.0612244898, 48.3265306122)
}

.btn-tertiary {
    color: #fff;
    background-color: #56eb7c;
    box-shadow: 0 2px 2px 0 rgba(86, 235, 124, .14), 0 3px 1px -2px rgba(86, 235, 124, .2), 0 1px 5px 0 rgba(86, 235, 124, .12)
}

.btn-tertiary:hover {
    box-shadow: 0 14px 26px -12px rgba(86, 235, 124, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(86, 235, 124, .2)
}

.btn-tertiary:active {
    background-color: rgb(40.3968253968, 229.6031746032, 88.6507936508)
}

.btn-link {
    color: #fff;
    background-color: #4e454a;
    box-shadow: 0 2px 2px 0 rgba(78, 69, 74, .14), 0 3px 1px -2px rgba(78, 69, 74, .2), 0 1px 5px 0 rgba(78, 69, 74, .12)
}

.btn-link:hover {
    box-shadow: 0 14px 26px -12px rgba(78, 69, 74, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(78, 69, 74, .2)
}

.btn-link:active {
    background-color: rgb(50.9387755102, 45.0612244898, 48.3265306122)
}

.btn-grey {
    color: #3c4858;
    background-color: #efefef;
    box-shadow: 0 2px 2px 0 rgba(239, 239, 239, .14), 0 3px 1px -2px rgba(239, 239, 239, .2), 0 1px 5px 0 rgba(239, 239, 239, .12)
}

.btn-grey:hover {
    box-shadow: 0 14px 26px -12px rgba(239, 239, 239, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(239, 239, 239, .2)
}

.btn-grey:active {
    background-color: rgb(213.5, 213.5, 213.5)
}

.btn-l-grey {
    color: #3c4858;
    background-color: #f5f5f5;
    box-shadow: 0 2px 2px 0 rgba(245, 245, 245, .14), 0 3px 1px -2px rgba(245, 245, 245, .2), 0 1px 5px 0 rgba(245, 245, 245, .12)
}

.btn-l-grey:hover {
    box-shadow: 0 14px 26px -12px rgba(245, 245, 245, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(245, 245, 245, .2)
}

.btn-l-grey:active {
    background-color: rgb(219.5, 219.5, 219.5)
}

.btn-dark-gray {
    color: #fff;
    background-color: #726b70;
    box-shadow: 0 2px 2px 0 rgba(114, 107, 112, .14), 0 3px 1px -2px rgba(114, 107, 112, .2), 0 1px 5px 0 rgba(114, 107, 112, .12)
}

.btn-dark-gray:hover {
    box-shadow: 0 14px 26px -12px rgba(114, 107, 112, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(114, 107, 112, .2)
}

.btn-dark-gray:active {
    background-color: rgb(87.6923076923, 82.3076923077, 86.1538461538)
}

.btn-green {
    color: #3c4858;
    background-color: #5cfd86;
    box-shadow: 0 2px 2px 0 rgba(92, 253, 134, .14), 0 3px 1px -2px rgba(92, 253, 134, .2), 0 1px 5px 0 rgba(92, 253, 134, .12)
}

.btn-green:hover {
    box-shadow: 0 14px 26px -12px rgba(92, 253, 134, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(92, 253, 134, .2)
}

.btn-green:active {
    background-color: rgb(41.6181818182, 252.3818181818, 96.6)
}

.btn-l-green {
    color: #fff;
    background-color: #56eb7c;
    box-shadow: 0 2px 2px 0 rgba(86, 235, 124, .14), 0 3px 1px -2px rgba(86, 235, 124, .2), 0 1px 5px 0 rgba(86, 235, 124, .12)
}

.btn-l-green:hover {
    box-shadow: 0 14px 26px -12px rgba(86, 235, 124, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(86, 235, 124, .2)
}

.btn-l-green:active {
    background-color: rgb(40.3968253968, 229.6031746032, 88.6507936508)
}

.btn-grass {
    color: #3c4858;
    background-color: #5cfd86;
    box-shadow: 0 2px 2px 0 rgba(92, 253, 134, .14), 0 3px 1px -2px rgba(92, 253, 134, .2), 0 1px 5px 0 rgba(92, 253, 134, .12)
}

.btn-grass:hover {
    box-shadow: 0 14px 26px -12px rgba(92, 253, 134, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(92, 253, 134, .2)
}

.btn-grass:active {
    background-color: rgb(41.6181818182, 252.3818181818, 96.6)
}

.btn-l-grass {
    color: #fff;
    background-color: #56eb7c;
    box-shadow: 0 2px 2px 0 rgba(86, 235, 124, .14), 0 3px 1px -2px rgba(86, 235, 124, .2), 0 1px 5px 0 rgba(86, 235, 124, .12)
}

.btn-l-grass:hover {
    box-shadow: 0 14px 26px -12px rgba(86, 235, 124, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(86, 235, 124, .2)
}

.btn-l-grass:active {
    background-color: rgb(40.3968253968, 229.6031746032, 88.6507936508)
}

.btn-yellow {
    color: #3c4858;
    background-color: #ffde43;
    box-shadow: 0 2px 2px 0 rgba(255, 222, 67, .14), 0 3px 1px -2px rgba(255, 222, 67, .2), 0 1px 5px 0 rgba(255, 222, 67, .12)
}

.btn-yellow:hover {
    box-shadow: 0 14px 26px -12px rgba(255, 222, 67, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(255, 222, 67, .2)
}

.btn-yellow:active {
    background-color: rgb(255, 213.0478723404, 16)
}

.btn-l-yellow {
    color: #3c4858;
    background-color: #fdf6b8;
    box-shadow: 0 2px 2px 0 rgba(253, 246, 184, .14), 0 3px 1px -2px rgba(253, 246, 184, .2), 0 1px 5px 0 rgba(253, 246, 184, .12)
}

.btn-l-yellow:hover {
    box-shadow: 0 14px 26px -12px rgba(253, 246, 184, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(253, 246, 184, .2)
}

.btn-l-yellow:active {
    background-color: rgb(251.602739726, 239.7123287671, 134.397260274)
}

.btn-orange {
    color: #fff;
    background-color: #fb822f;
    box-shadow: 0 2px 2px 0 rgba(251, 130, 47, .14), 0 3px 1px -2px rgba(251, 130, 47, .2), 0 1px 5px 0 rgba(251, 130, 47, .12)
}

.btn-orange:hover {
    box-shadow: 0 14px 26px -12px rgba(251, 130, 47, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(251, 130, 47, .2)
}

.btn-orange:active {
    background-color: rgb(242.3396226415, 101.3632075472, 4.6603773585)
}

.btn-l-orange {
    color: #3c4858;
    background-color: #ffd5a5;
    box-shadow: 0 2px 2px 0 rgba(255, 213, 165, .14), 0 3px 1px -2px rgba(255, 213, 165, .2), 0 1px 5px 0 rgba(255, 213, 165, .12)
}

.btn-l-orange:hover {
    box-shadow: 0 14px 26px -12px rgba(255, 213, 165, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(255, 213, 165, .2)
}

.btn-l-orange:active {
    background-color: rgb(255, 189.2, 114)
}

.btn-purple {
    color: #fff;
    background-color: #b482b8;
    box-shadow: 0 2px 2px 0 rgba(180, 130, 184, .14), 0 3px 1px -2px rgba(180, 130, 184, .2), 0 1px 5px 0 rgba(180, 130, 184, .12)
}

.btn-purple:hover {
    box-shadow: 0 14px 26px -12px rgba(180, 130, 184, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(180, 130, 184, .2)
}

.btn-purple:active {
    background-color: rgb(160.4846938776, 97.4744897959, 165.5255102041)
}

.btn-l-purple {
    color: #3c4858;
    background-color: #fbdbfd;
    box-shadow: 0 2px 2px 0 rgba(251, 219, 253, .14), 0 3px 1px -2px rgba(251, 219, 253, .2), 0 1px 5px 0 rgba(251, 219, 253, .12)
}

.btn-l-purple:hover {
    box-shadow: 0 14px 26px -12px rgba(251, 219, 253, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(251, 219, 253, .2)
}

.btn-l-purple:active {
    background-color: rgb(245.6315789474, 170.6842105263, 250.3157894737)
}

.btn-ll-purple {
    color: #3c4858;
    background-color: #f2e4e8;
    box-shadow: 0 2px 2px 0 rgba(242, 228, 232, .14), 0 3px 1px -2px rgba(242, 228, 232, .2), 0 1px 5px 0 rgba(242, 228, 232, .12)
}

.btn-ll-purple:hover {
    box-shadow: 0 14px 26px -12px rgba(242, 228, 232, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(242, 228, 232, .2)
}

.btn-ll-purple:active {
    background-color: rgb(225.425, 193.575, 202.675)
}

.btn-blue {
    color: #fff;
    background-color: #0056a7;
    box-shadow: 0 2px 2px 0 rgba(0, 86, 167, .14), 0 3px 1px -2px rgba(0, 86, 167, .2), 0 1px 5px 0 rgba(0, 86, 167, .12)
}

.btn-blue:hover {
    box-shadow: 0 14px 26px -12px rgba(0, 86, 167, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 86, 167, .2)
}

.btn-blue:active {
    background-color: rgb(0, 59.7365269461, 116)
}

.btn-l-blue {
    color: #3c4858;
    background-color: #cfebfc;
    box-shadow: 0 2px 2px 0 rgba(207, 235, 252, .14), 0 3px 1px -2px rgba(207, 235, 252, .2), 0 1px 5px 0 rgba(207, 235, 252, .12)
}

.btn-l-blue:hover {
    box-shadow: 0 14px 26px -12px rgba(207, 235, 252, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(207, 235, 252, .2)
}

.btn-l-blue:active {
    background-color: #9fd7f9
}

.btn-pink {
    color: #fff;
    background-color: #e71672;
    box-shadow: 0 2px 2px 0 rgba(231, 22, 114, .14), 0 3px 1px -2px rgba(231, 22, 114, .2), 0 1px 5px 0 rgba(231, 22, 114, .12)
}

.btn-pink:hover {
    box-shadow: 0 14px 26px -12px rgba(231, 22, 114, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(231, 22, 114, .2)
}

.btn-pink:active {
    background-color: rgb(184.4347826087, 17.5652173913, 91.0197628459)
}

.btn-ocean {
    color: #fff;
    background-color: #4e6db3;
    box-shadow: 0 2px 2px 0 rgba(78, 109, 179, .14), 0 3px 1px -2px rgba(78, 109, 179, .2), 0 1px 5px 0 rgba(78, 109, 179, .12)
}

.btn-ocean:hover {
    box-shadow: 0 14px 26px -12px rgba(78, 109, 179, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(78, 109, 179, .2)
}

.btn-ocean:active {
    background-color: rgb(61.8814229249, 87.1225296443, 144.1185770751)
}

.btn-simple {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    border: 0
}

.btn-simple:focus,
.btn-simple:hover {
    border: 0
}

.btn-white.btn-outline {
    color: #fff;
    border: 1px solid #fff
}

.btn-white.btn-outline:active,
.btn-white.btn-outline:after {
    border-color: #fff
}

.btn-white.btn-outline:active {
    background-color: hsl(0, 0%, 90%) !important
}

.btn-white.btn-outline:hover {
    background-color: #fff;
    color: #3c4858 !important
}

.btn-black.btn-outline {
    color: #000;
    border: 1px solid #000
}

.btn-black.btn-outline:active,
.btn-black.btn-outline:after {
    border-color: #000
}

.btn-black.btn-outline:active {
    background-color: #000 !important
}

.btn-black.btn-outline:hover {
    background-color: #000;
    color: #fff !important
}

.btn-primary.btn-outline {
    color: #5cfd86;
    border: 1px solid #5cfd86
}

.btn-primary.btn-outline:active,
.btn-primary.btn-outline:after {
    border-color: #5cfd86
}

.btn-primary.btn-outline:active {
    background-color: rgb(41.6181818182, 252.3818181818, 96.6) !important
}

.btn-primary.btn-outline:hover {
    background-color: #5cfd86;
    color: #3c4858 !important
}

.btn-secondary.btn-outline {
    color: #4e454a;
    border: 1px solid #4e454a
}

.btn-secondary.btn-outline:active,
.btn-secondary.btn-outline:after {
    border-color: #4e454a
}

.btn-secondary.btn-outline:active {
    background-color: rgb(50.9387755102, 45.0612244898, 48.3265306122) !important
}

.btn-secondary.btn-outline:hover {
    background-color: #4e454a;
    color: #fff !important
}

.btn-copy.btn-outline {
    color: #4e454a;
    border: 1px solid #4e454a
}

.btn-copy.btn-outline:active,
.btn-copy.btn-outline:after {
    border-color: #4e454a
}

.btn-copy.btn-outline:active {
    background-color: rgb(50.9387755102, 45.0612244898, 48.3265306122) !important
}

.btn-copy.btn-outline:hover {
    background-color: #4e454a;
    color: #fff !important
}

.btn-light.btn-outline {
    color: #efefef;
    border: 1px solid #efefef
}

.btn-light.btn-outline:active,
.btn-light.btn-outline:after {
    border-color: #efefef
}

.btn-light.btn-outline:active {
    background-color: rgb(213.5, 213.5, 213.5) !important
}

.btn-light.btn-outline:hover {
    background-color: #efefef;
    color: #3c4858 !important
}

.btn-dark.btn-outline {
    color: #4e454a;
    border: 1px solid #4e454a
}

.btn-dark.btn-outline:active,
.btn-dark.btn-outline:after {
    border-color: #4e454a
}

.btn-dark.btn-outline:active {
    background-color: rgb(50.9387755102, 45.0612244898, 48.3265306122) !important
}

.btn-dark.btn-outline:hover {
    background-color: #4e454a;
    color: #fff !important
}

.btn-tertiary.btn-outline {
    color: #56eb7c;
    border: 1px solid #56eb7c
}

.btn-tertiary.btn-outline:active,
.btn-tertiary.btn-outline:after {
    border-color: #56eb7c
}

.btn-tertiary.btn-outline:active {
    background-color: rgb(40.3968253968, 229.6031746032, 88.6507936508) !important
}

.btn-tertiary.btn-outline:hover {
    background-color: #56eb7c;
    color: #fff !important
}

.btn-link.btn-outline {
    color: #4e454a;
    border: 1px solid #4e454a
}

.btn-link.btn-outline:active,
.btn-link.btn-outline:after {
    border-color: #4e454a
}

.btn-link.btn-outline:active {
    background-color: rgb(50.9387755102, 45.0612244898, 48.3265306122) !important
}

.btn-link.btn-outline:hover {
    background-color: #4e454a;
    color: #fff !important
}

.btn-grey.btn-outline {
    color: #efefef;
    border: 1px solid #efefef
}

.btn-grey.btn-outline:active,
.btn-grey.btn-outline:after {
    border-color: #efefef
}

.btn-grey.btn-outline:active {
    background-color: rgb(213.5, 213.5, 213.5) !important
}

.btn-grey.btn-outline:hover {
    background-color: #efefef;
    color: #3c4858 !important
}

.btn-l-grey.btn-outline {
    color: #f5f5f5;
    border: 1px solid #f5f5f5
}

.btn-l-grey.btn-outline:active,
.btn-l-grey.btn-outline:after {
    border-color: #f5f5f5
}

.btn-l-grey.btn-outline:active {
    background-color: rgb(219.5, 219.5, 219.5) !important
}

.btn-l-grey.btn-outline:hover {
    background-color: #f5f5f5;
    color: #3c4858 !important
}

.btn-dark-gray.btn-outline {
    color: #726b70;
    border: 1px solid #726b70
}

.btn-dark-gray.btn-outline:active,
.btn-dark-gray.btn-outline:after {
    border-color: #726b70
}

.btn-dark-gray.btn-outline:active {
    background-color: rgb(87.6923076923, 82.3076923077, 86.1538461538) !important
}

.btn-dark-gray.btn-outline:hover {
    background-color: #726b70;
    color: #fff !important
}

.btn-green.btn-outline {
    color: #5cfd86;
    border: 1px solid #5cfd86
}

.btn-green.btn-outline:active,
.btn-green.btn-outline:after {
    border-color: #5cfd86
}

.btn-green.btn-outline:active {
    background-color: rgb(41.6181818182, 252.3818181818, 96.6) !important
}

.btn-green.btn-outline:hover {
    background-color: #5cfd86;
    color: #3c4858 !important
}

.btn-l-green.btn-outline {
    color: #56eb7c;
    border: 1px solid #56eb7c
}

.btn-l-green.btn-outline:active,
.btn-l-green.btn-outline:after {
    border-color: #56eb7c
}

.btn-l-green.btn-outline:active {
    background-color: rgb(40.3968253968, 229.6031746032, 88.6507936508) !important
}

.btn-l-green.btn-outline:hover {
    background-color: #56eb7c;
    color: #fff !important
}

.btn-grass.btn-outline {
    color: #5cfd86;
    border: 1px solid #5cfd86
}

.btn-grass.btn-outline:active,
.btn-grass.btn-outline:after {
    border-color: #5cfd86
}

.btn-grass.btn-outline:active {
    background-color: rgb(41.6181818182, 252.3818181818, 96.6) !important
}

.btn-grass.btn-outline:hover {
    background-color: #5cfd86;
    color: #3c4858 !important
}

.btn-l-grass.btn-outline {
    color: #56eb7c;
    border: 1px solid #56eb7c
}

.btn-l-grass.btn-outline:active,
.btn-l-grass.btn-outline:after {
    border-color: #56eb7c
}

.btn-l-grass.btn-outline:active {
    background-color: rgb(40.3968253968, 229.6031746032, 88.6507936508) !important
}

.btn-l-grass.btn-outline:hover {
    background-color: #56eb7c;
    color: #fff !important
}

.btn-yellow.btn-outline {
    color: #ffde43;
    border: 1px solid #ffde43
}

.btn-yellow.btn-outline:active,
.btn-yellow.btn-outline:after {
    border-color: #ffde43
}

.btn-yellow.btn-outline:active {
    background-color: rgb(255, 213.0478723404, 16) !important
}

.btn-yellow.btn-outline:hover {
    background-color: #ffde43;
    color: #3c4858 !important
}

.btn-l-yellow.btn-outline {
    color: #fdf6b8;
    border: 1px solid #fdf6b8
}

.btn-l-yellow.btn-outline:active,
.btn-l-yellow.btn-outline:after {
    border-color: #fdf6b8
}

.btn-l-yellow.btn-outline:active {
    background-color: rgb(251.602739726, 239.7123287671, 134.397260274) !important
}

.btn-l-yellow.btn-outline:hover {
    background-color: #fdf6b8;
    color: #3c4858 !important
}

.btn-orange.btn-outline {
    color: #fb822f;
    border: 1px solid #fb822f
}

.btn-orange.btn-outline:active,
.btn-orange.btn-outline:after {
    border-color: #fb822f
}

.btn-orange.btn-outline:active {
    background-color: rgb(242.3396226415, 101.3632075472, 4.6603773585) !important
}

.btn-orange.btn-outline:hover {
    background-color: #fb822f;
    color: #fff !important
}

.btn-l-orange.btn-outline {
    color: #ffd5a5;
    border: 1px solid #ffd5a5
}

.btn-l-orange.btn-outline:active,
.btn-l-orange.btn-outline:after {
    border-color: #ffd5a5
}

.btn-l-orange.btn-outline:active {
    background-color: rgb(255, 189.2, 114) !important
}

.btn-l-orange.btn-outline:hover {
    background-color: #ffd5a5;
    color: #3c4858 !important
}

.btn-purple.btn-outline {
    color: #b482b8;
    border: 1px solid #b482b8
}

.btn-purple.btn-outline:active,
.btn-purple.btn-outline:after {
    border-color: #b482b8
}

.btn-purple.btn-outline:active {
    background-color: rgb(160.4846938776, 97.4744897959, 165.5255102041) !important
}

.btn-purple.btn-outline:hover {
    background-color: #b482b8;
    color: #fff !important
}

.btn-l-purple.btn-outline {
    color: #fbdbfd;
    border: 1px solid #fbdbfd
}

.btn-l-purple.btn-outline:active,
.btn-l-purple.btn-outline:after {
    border-color: #fbdbfd
}

.btn-l-purple.btn-outline:active {
    background-color: rgb(245.6315789474, 170.6842105263, 250.3157894737) !important
}

.btn-l-purple.btn-outline:hover {
    background-color: #fbdbfd;
    color: #3c4858 !important
}

.btn-ll-purple.btn-outline {
    color: #f2e4e8;
    border: 1px solid #f2e4e8
}

.btn-ll-purple.btn-outline:active,
.btn-ll-purple.btn-outline:after {
    border-color: #f2e4e8
}

.btn-ll-purple.btn-outline:active {
    background-color: rgb(225.425, 193.575, 202.675) !important
}

.btn-ll-purple.btn-outline:hover {
    background-color: #f2e4e8;
    color: #3c4858 !important
}

.btn-blue.btn-outline {
    color: #0056a7;
    border: 1px solid #0056a7
}

.btn-blue.btn-outline:active,
.btn-blue.btn-outline:after {
    border-color: #0056a7
}

.btn-blue.btn-outline:active {
    background-color: rgb(0, 59.7365269461, 116) !important
}

.btn-blue.btn-outline:hover {
    background-color: #0056a7;
    color: #fff !important
}

.btn-l-blue.btn-outline {
    color: #cfebfc;
    border: 1px solid #cfebfc
}

.btn-l-blue.btn-outline:active,
.btn-l-blue.btn-outline:after {
    border-color: #cfebfc
}

.btn-l-blue.btn-outline:active {
    background-color: #9fd7f9 !important
}

.btn-l-blue.btn-outline:hover {
    background-color: #cfebfc;
    color: #3c4858 !important
}

.btn-pink.btn-outline {
    color: #e71672;
    border: 1px solid #e71672
}

.btn-pink.btn-outline:active,
.btn-pink.btn-outline:after {
    border-color: #e71672
}

.btn-pink.btn-outline:active {
    background-color: rgb(184.4347826087, 17.5652173913, 91.0197628459) !important
}

.btn-pink.btn-outline:hover {
    background-color: #e71672;
    color: #fff !important
}

.btn-ocean.btn-outline {
    color: #4e6db3;
    border: 1px solid #4e6db3
}

.btn-ocean.btn-outline:active,
.btn-ocean.btn-outline:after {
    border-color: #4e6db3
}

.btn-ocean.btn-outline:active {
    background-color: rgb(61.8814229249, 87.1225296443, 144.1185770751) !important
}

.btn-ocean.btn-outline:hover {
    background-color: #4e6db3;
    color: #fff !important
}

.btn-outline {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    transition: color, background-color .1s cubic-bezier(0.4, 0, 1, 1)
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
    box-shadow: none
}

.btn-outline:disabled {
    background-color: rgba(0, 0, 0, 0) !important;
    border: 1px solid rgba(0, 0, 0, .12);
    color: rgba(0, 0, 0, .12) !important
}

.btn-outline:disabled:hover {
    color: rgba(0, 0, 0, .12) !important
}

.btn:disabled {
    box-shadow: none;
    cursor: default
}

.btn:disabled:hover {
    box-shadow: none;
    cursor: default
}

.btn:disabled:after {
    display: none
}

.btn-white:disabled {
    background-color: hsla(0, 0%, 100%, .5)
}

.btn-black:disabled {
    background-color: rgba(0, 0, 0, .5)
}

.btn-primary:disabled {
    background-color: rgba(92, 253, 134, .5)
}

.btn-secondary:disabled {
    background-color: rgba(78, 69, 74, .5)
}

.btn-copy:disabled {
    background-color: rgba(78, 69, 74, .5)
}

.btn-light:disabled {
    background-color: rgba(239, 239, 239, .5)
}

.btn-dark:disabled {
    background-color: rgba(78, 69, 74, .5)
}

.btn-tertiary:disabled {
    background-color: rgba(86, 235, 124, .5)
}

.btn-link:disabled {
    background-color: rgba(78, 69, 74, .5)
}

.btn-grey:disabled {
    background-color: rgba(239, 239, 239, .5)
}

.btn-l-grey:disabled {
    background-color: rgba(245, 245, 245, .5)
}

.btn-dark-gray:disabled {
    background-color: rgba(114, 107, 112, .5)
}

.btn-green:disabled {
    background-color: rgba(92, 253, 134, .5)
}

.btn-l-green:disabled {
    background-color: rgba(86, 235, 124, .5)
}

.btn-grass:disabled {
    background-color: rgba(92, 253, 134, .5)
}

.btn-l-grass:disabled {
    background-color: rgba(86, 235, 124, .5)
}

.btn-yellow:disabled {
    background-color: rgba(255, 222, 67, .5)
}

.btn-l-yellow:disabled {
    background-color: rgba(253, 246, 184, .5)
}

.btn-orange:disabled {
    background-color: rgba(251, 130, 47, .5)
}

.btn-l-orange:disabled {
    background-color: rgba(255, 213, 165, .5)
}

.btn-purple:disabled {
    background-color: rgba(180, 130, 184, .5)
}

.btn-l-purple:disabled {
    background-color: rgba(251, 219, 253, .5)
}

.btn-ll-purple:disabled {
    background-color: rgba(242, 228, 232, .5)
}

.btn-blue:disabled {
    background-color: rgba(0, 86, 167, .5)
}

.btn-l-blue:disabled {
    background-color: rgba(207, 235, 252, .5)
}

.btn-pink:disabled {
    background-color: rgba(231, 22, 114, .5)
}

.btn-ocean:disabled {
    background-color: rgba(78, 109, 179, .5)
}

.btn-small {
    padding: 8px 20px;
    font-size: 13px
}

.btn-large {
    padding: 20px 40px;
    font-size: 16px
}

.btn-rounded {
    border-radius: 500px;
    padding: 14px 40px
}

.btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap
}

.btn-icon i:first-child:not(:last-child) {
    margin-left: 0;
    margin-right: 3px
}

.btn-icon i:last-child:not(:first-child) {
    margin-left: 3px;
    margin-right: 0
}

.btn-icon.btn-large i {
    font-size: 1.2rem
}

.btn-justicon {
    padding: 0;
    height: 45px;
    min-width: 45px;
    width: 45px;
    align-items: center;
    font-size: 1rem !important
}

.btn-justicon.btn-large {
    width: 56px;
    height: 56px;
    min-width: 56px
}

.btn-justicon.btn-large i {
    font-size: 1.3rem;
    line-height: 56px
}

.btn-loading {
    transition: none;
    pointer-events: none;
    color: rgba(0, 0, 0, 0) !important
}

.btn-loading:after {
    content: "";
    width: 18px;
    height: 18px;
    border: 2px solid rgba(0, 0, 0, .5);
    border-right-color: rgba(0, 0, 0, 0) !important;
    border-radius: 50%;
    display: inline-block;
    animation-duration: .75s;
    animation-iteration-count: infinite;
    animation-name: spinner;
    animation-timing-function: linear;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -9px;
    margin-top: -9px
}

.btn-loading.btn-small:after {
    width: 14px;
    height: 14px;
    border-width: 1.5px;
    margin-left: -7px;
    margin-top: -7px
}

.btn-loading.btn-large:after {
    width: 26px;
    height: 26px;
    border-width: 3px;
    margin-left: -13px;
    margin-top: -13px
}

@keyframes spinner {
    0% {
        transform: rotate(0deg)
    }

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

.btn-loading:hover {
    box-shadow: none
}

.btn-ocean:after,
.btn-pink:after,
.btn-l-blue:after,
.btn-blue:after,
.btn-ll-purple:after,
.btn-l-purple:after,
.btn-purple:after,
.btn-l-orange:after,
.btn-orange:after,
.btn-l-yellow:after,
.btn-yellow:after,
.btn-l-grass:after,
.btn-grass:after,
.btn-l-green:after,
.btn-green:after,
.btn-dark-gray:after,
.btn-l-grey:after,
.btn-grey:after,
.btn-link:after,
.btn-tertiary:after,
.btn-dark:after,
.btn-light:after,
.btn-copy:after,
.btn-secondary:after,
.btn-primary:after,
.btn-black:after,
.btn-white:after {
    border-color: #fff
}

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

.btn-block+.btn-block {
    margin-top: 10px
}

.card {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    margin: .5rem 0 1rem 0;
    background: #fff;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, .2);
    word-wrap: break-word
}

@media(min-width: 768px) {
    .card {
        width: 300px
    }

    .card-large {
        width: 400px
    }
}

.card-shadow {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    border: 0
}

.card-header {
    padding: 12px 24px
}

.card-header * {
    margin: 0
}

.card-header .card-subtitle {
    margin-top: -5px;
    color: #999
}

.card-content {
    position: relative;
    padding: 24px
}

.card-content .card-title {
    margin: 0
}

.card-content .card-subtitle {
    margin-top: -5px;
    margin-bottom: .5rem;
    color: #999
}

.card-content .card-text {
    margin-bottom: 0
}

.card-action {
    padding: 16px 24px;
    border-top: 1px solid rgba(0, 0, 0, .2)
}

.card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large) {
    margin-right: 1rem
}

.card .btn {
    margin: 0
}

.card .card-image {
    position: relative
}

.card .card-image img {
    display: block;
    border-radius: 2px 2px 0 0;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.card-icon {
    position: absolute;
    right: 24px;
    bottom: -22.5px;
    margin: 0;
    z-index: 1;
    box-shadow: none;
    transition: box-shadow .15s cubic-bezier(0.4, 0, 1, 1)
}

.card-icon.btn-large {
    bottom: -28px
}

.card-background-img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.collapse {
    position: relative
}

.collapse-item .collapse-header {
    padding: 25px 10px 5px 0;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    outline: none
}

.collapse-item .collapse-header .collapse-title {
    margin-top: 10px
}

.collapse-item .collapse-header:hover .collapse-title,
.collapse-item .collapse-header:hover i {
    color: #4e454a
}

.collapse-item .collapse-header:focus .collapse-title,
.collapse-item .collapse-header:focus i,
.collapse-item .collapse-header:active .collapse-title,
.collapse-item .collapse-header:active i {
    color: #4e454a
}

.collapse-item .collapse-content {
    padding: 15px 15px 20px
}

.collapse.collapse-css .collapse-content {
    display: none
}

.collapse.collapse-css .collapse-toggle {
    display: none;
    position: absolute;
    top: -999999px;
    left: -999999px
}

.collapse.collapse-css .collapse-toggle:checked~.collapse-content {
    display: block
}

.collapse-item.active .collapse-header i {
    transform: rotate(180deg)
}

.collapse-item.active .collapse-title,
.collapse-item.active i {
    color: #4e454a
}

.collapse .collapse-title,
.collapse i {
    transition: .4s
}

.collapse.collapse-js .collapse-content {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition: .5s
}

.collapse.collapse-js .collapse-content .collapse-inner {
    padding: 15px 15px 20px
}

.epic {
    padding: 2rem 1rem;
    margin-bottom: 2rem
}

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

.list {
    padding: 0;
    list-style-type: none;
    margin: .5rem 0 1rem 0;
    border: 1px solid #ddd;
    border-radius: 3px;
    overflow: hidden;
    position: relative
}

.list-item {
    background-color: #fff;
    line-height: 1.5rem;
    padding: 10px 20px;
    margin: 0;
    cursor: pointer
}

.list-item:not(:last-child) {
    border-bottom: 1px solid #ddd
}

.list-item.active {
    background-color: #5cfd86;
    color: #3c4858
}

.list-item.disabled {
    color: #999;
    cursor: initial
}

.list a.list-item {
    display: block;
    transition: background-color .25s
}

.list a.list-item:not(.active) {
    background-color: #fff
}

.list a.list-item:hover:not(.active) {
    background-color: #ddd
}

.list-icon {
    display: flex !important;
    justify-content: space-between;
    align-items: center
}

.modal {
    visibility: hidden;
    position: fixed;
    display: flex;
    align-items: flex-start;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999;
    overflow-y: auto;
    padding: 25px 15px
}

@media(min-width: 768px) {
    .modal {
        padding: 75px 0
    }
}

.modal-toggle {
    display: none;
    position: absolute;
    top: -999999px;
    left: -999999px
}

.modal-container {
    max-width: 500px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 27px 24px 0 rgba(0, 0, 0, .2), 0 40px 77px 0 rgba(0, 0, 0, .22);
    border-radius: 6px;
    border: 0;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(-50px);
    transition: all .4s
}

.modal-container .modal-header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 24px 0
}

.modal-container .modal-btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    color: rgba(0, 0, 0, .4);
    cursor: pointer;
    font-size: 12px
}

.modal-container .modal-body {
    padding: 24px 24px 16px
}

.modal-container .modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 24px 24px
}

.modal-overlay {
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    position: fixed;
    display: block;
    cursor: default;
    background: rgba(0, 0, 0, .4);
    z-index: -1;
    opacity: 0;
    transition: opacity .6s
}

.modal-toggle:checked+.modal {
    visibility: visible
}

.modal-toggle:checked+.modal .modal-container {
    opacity: 1;
    transform: translateY(0)
}

.modal-toggle:checked+.modal .modal-overlay {
    opacity: 1
}

.modal-open {
    visibility: visible
}

.modal-open .modal-container {
    opacity: 1;
    transform: translateY(0)
}

.modal-open .modal-overlay {
    opacity: 1
}

.modal-large .modal-container {
    max-width: 700px
}

.modal-centered .modal-container {
    margin: auto
}

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

.pagination .page-item {
    border: 0;
    margin: 0 6px;
    padding: 0;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    color: #999;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0);
    text-align: center;
    cursor: pointer;
    border-radius: 30px !important
}

.pagination .page-item a {
    color: inherit
}

.pagination .page-item:hover {
    color: #5cfd86
}

.pagination .page-item.active {
    background-color: #5cfd86;
    border-color: #5cfd86;
    color: #3c4858 !important;
    box-shadow: 0 4px 5px 0 rgba(92, 253, 134, .14), 0 1px 10px 0 rgba(92, 253, 134, .12), 0 2px 4px -1px rgba(92, 253, 134, .2)
}

.pagination .page-item.active a {
    color: inherit
}

.pagination .page-item:first-of-type {
    margin-left: 0
}

.pagination .page-item:last-of-type {
    margin-right: 0
}

.pagination .prev-btn,
.pagination .next-btn {
    text-transform: uppercase
}

.pagination .prev-arrow,
.pagination .next-arrow {
    font-size: 24px
}

.pagination .prev-btn,
.pagination .prev-arrow {
    margin-right: 15px
}

.pagination .next-btn,
.pagination .next-arrow {
    margin-left: 15px
}

.table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    font-weight: 300
}

.table thead th {
    font-size: 1.1rem;
    padding: 12px 32px 12px 0;
    position: relative;
    text-align: left;
    height: 28px;
    line-height: 28px;
    font-weight: 300
}

.table thead th:last-child,
.table tbody td:last-child,
.table tfoot th:last-child {
    text-align: right;
    padding: 0
}

.table tbody tr,
.table tfoot tr {
    border-top: 1.4px solid #ddd
}

.table tbody td,
.table tfoot th {
    font-size: 14px;
    padding: 12px 32px 12px 0;
    font-weight: 300;
    text-align: left
}

.table-striped tbody tr:nth-child(even) {
    background-color: #f9f9f9
}

.table-striped thead th:first-child,
.table-striped tbody td:first-child,
.table-striped tfoot th:first-child,
.table-hover thead th:first-child,
.table-hover tbody td:first-child,
.table-hover tfoot th:first-child {
    padding-left: 10px
}

.table-striped thead th:last-child,
.table-striped tbody td:last-child,
.table-striped tfoot th:last-child,
.table-hover thead th:last-child,
.table-hover tbody td:last-child,
.table-hover tfoot th:last-child {
    padding-right: 10px
}

.table.table-hover tbody tr {
    transition: background-color .3s cubic-bezier(0.4, 0, 0.2, 1)
}

.table.table-hover tbody tr:hover {
    background-color: #f5f5f5
}

.table-scroll {
    overflow-x: auto
}

.h-tabs {
    display: flex;
    flex-wrap: wrap;
    overflow-x: auto;
    background-color: #999
}

@media(max-width: 599px) {
    .h-tabs {
        display: block
    }
}

.h-tabs-label {
    font-size: 14px;
    height: 48px;
    padding: 0 24px;
    cursor: pointer;
    min-width: 160px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    vertical-align: top;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-weight: 500
}

@media(max-width: 599px) {
    .h-tabs-label {
        min-width: 72px
    }
}

.h-tabs-label:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 80px;
    right: 80px;
    display: block;
    height: 2px;
    background-color: #3f51b5;
    opacity: 0;
    transition: left 1s, right 1s
}

.h-tabs-label:hover {
    opacity: .8
}

.h-tabs-toggle {
    display: none;
    position: absolute;
    user-select: none;
    top: -999999px;
    left: -999999px
}

.h-tabs-panel {
    display: none;
    order: 99;
    flex-grow: 999999;
    width: 100%;
    padding: 1rem;
    background-color: #fff;
    color: #000
}

.h-tabs-slider {
    visibility: visible;
    left: 0;
    right: 0;
    width: 160px;
    position: absolute;
    background-color: #3f51b5;
    top: 45px;
    height: 2px;
    transition: 1s cubic-bezier(0.35, 0, 0.25, 1)
}

.h-tabs-toggle:checked+.h-tabs-label {
    color: #3f51b5
}

.h-tabs-toggle:checked+.h-tabs-label:after {
    visibility: visible;
    left: 0;
    right: 0;
    opacity: 1
}

.h-tabs-toggle:checked+.h-tabs-label+.h-tabs-panel {
    display: block
}

.v-tabs {
    color: #333;
    display: block;
    font-family: arial, sans-serif;
    margin: auto;
    position: relative;
    overflow: auto;
    width: 100%
}

.v-tabs-label {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 5px;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 20px;
    position: relative;
    width: 200px;
    z-index: 100
}

@media(max-width: 599px) {
    .v-tabs-label {
        min-width: 72px
    }
}

.v-tabs-toggle {
    position: absolute;
    user-select: none;
    top: -999999px;
    left: -999999px
}

.v-tabs-panel {
    display: none;
    left: 230px;
    min-width: 300px;
    padding: 0 21px;
    position: absolute;
    top: 0
}

.v-tabs-panel:after {
    bottom: 0;
    content: "";
    display: block;
    left: -229px;
    position: absolute;
    top: 0;
    width: 198px;
    z-index: 1
}

.v-tabs-toggle:checked+.v-tabs-label:after {
    visibility: visible;
    left: 0;
    right: 0;
    opacity: 1
}

.v-tabs-toggle:checked+.v-tabs-label+.v-tabs-panel {
    display: block
}

.tabs-ocean,
.tabs-pink,
.tabs-l-blue,
.tabs-blue,
.tabs-ll-purple,
.tabs-l-purple,
.tabs-purple,
.tabs-l-orange,
.tabs-orange,
.tabs-l-yellow,
.tabs-yellow,
.tabs-l-grass,
.tabs-grass,
.tabs-l-green,
.tabs-green,
.tabs-dark-gray,
.tabs-l-grey,
.tabs-grey,
.tabs-link,
.tabs-tertiary,
.tabs-dark,
.tabs-light,
.tabs-copy,
.tabs-secondary,
.tabs-primary,
.tabs-black,
.tabs-white {
    border: 0;
    color: #fff
}

.tabs-white {
    color: #3c4858;
    background-color: #fff
}

.tabs-black {
    color: #fff;
    background-color: #000
}

.tabs-primary {
    color: #3c4858;
    background-color: #5cfd86
}

.tabs-secondary {
    color: #fff;
    background-color: #4e454a
}

.tabs-copy {
    color: #fff;
    background-color: #4e454a
}

.tabs-light {
    color: #3c4858;
    background-color: #efefef
}

.tabs-dark {
    color: #fff;
    background-color: #4e454a
}

.tabs-tertiary {
    color: #fff;
    background-color: #56eb7c
}

.tabs-link {
    color: #fff;
    background-color: #4e454a
}

.tabs-grey {
    color: #3c4858;
    background-color: #efefef
}

.tabs-l-grey {
    color: #3c4858;
    background-color: #f5f5f5
}

.tabs-dark-gray {
    color: #fff;
    background-color: #726b70
}

.tabs-green {
    color: #3c4858;
    background-color: #5cfd86
}

.tabs-l-green {
    color: #fff;
    background-color: #56eb7c
}

.tabs-grass {
    color: #3c4858;
    background-color: #5cfd86
}

.tabs-l-grass {
    color: #fff;
    background-color: #56eb7c
}

.tabs-yellow {
    color: #3c4858;
    background-color: #ffde43
}

.tabs-l-yellow {
    color: #3c4858;
    background-color: #fdf6b8
}

.tabs-orange {
    color: #fff;
    background-color: #fb822f
}

.tabs-l-orange {
    color: #3c4858;
    background-color: #ffd5a5
}

.tabs-purple {
    color: #fff;
    background-color: #b482b8
}

.tabs-l-purple {
    color: #3c4858;
    background-color: #fbdbfd
}

.tabs-ll-purple {
    color: #3c4858;
    background-color: #f2e4e8
}

.tabs-blue {
    color: #fff;
    background-color: #0056a7
}

.tabs-l-blue {
    color: #3c4858;
    background-color: #cfebfc
}

.tabs-pink {
    color: #fff;
    background-color: #e71672
}

.tabs-ocean {
    color: #fff;
    background-color: #4e6db3
}

[tooltip] {
    position: relative;
    cursor: pointer
}

[tooltip]::after,
[tooltip]::before {
    position: absolute;
    opacity: 0;
    will-change: opacity;
    transition: opacity .15s, transform .15s
}

[tooltip]::after {
    content: attr(tooltip);
    left: 50%;
    top: -6px;
    border-radius: 4px;
    padding: 12px 22px;
    transform: translateX(-50%) translateY(-100%);
    font-size: .875rem;
    font-weight: 400;
    text-align: center;
    color: #666;
    background-color: #fff;
    text-transform: initial;
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2);
    pointer-events: none;
    min-width: 130px;
    z-index: 999;
    line-height: 1
}

[tooltip]::before {
    content: "";
    display: inline-block;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 4px 6px 0 6px;
    border-style: solid;
    border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    z-index: 1000
}

[tooltip]:hover::after,
[tooltip]:hover::before {
    opacity: 1
}

[tooltip-color=dark]::after {
    background-color: #323232;
    color: #fff
}

[tooltip-color=dark]::before {
    border-top-color: #323232
}

[tooltip-position=top]::after,
[tooltip-position=top]::before {
    left: 50%
}

[tooltip-position=right]::after {
    left: 100%;
    top: 50%;
    margin-left: 8px;
    transform: translateX(0%) translateY(-50%)
}

[tooltip-position=right]::before {
    left: 100%;
    top: 50%;
    margin-left: 1px;
    transform: translateY(-50%) rotate(90deg)
}

[tooltip-position=bottom]::after {
    top: 100%;
    margin-top: 8px;
    transform: translateX(-50%) translateY(0%);
    z-index: 100
}

[tooltip-position=bottom]::before {
    top: 100%;
    margin-top: 8px;
    transform: translateX(-50%) translateY(-100%) rotate(-180deg)
}

[tooltip-position=left]::after {
    left: 0%;
    top: 50%;
    margin-left: -8px;
    transform: translateX(-100%) translateY(-50%)
}

[tooltip-position=left]::before {
    left: 0%;
    top: 50%;
    margin-left: -12.2px;
    transform: translateY(-50%) rotate(-90deg)
}

.toast {
    position: absolute;
    width: auto;
    max-width: 100%;
    height: auto;
    min-height: 48px;
    top: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 100;
    font-weight: 300;
    line-height: 1.6;
    cursor: default
}

.toast-body {
    border-radius: 3px;
    color: #fff;
    position: relative;
    padding: 10px 25px;
    margin-bottom: 10px
}

.toast-body .toast-control {
    position: absolute;
    top: 10px;
    right: 20px
}

.toast-body.toast-show {
    animation: toast-show-animation 2s 1
}

.toast-rounded .toast-body {
    border-radius: 24px
}

.toast-block .toast-body {
    width: 100%
}

.toast-action {
    font-weight: 500;
    margin-left: 3rem
}

@keyframes toast-show-animation {
    0% {
        opacity: 0;
        transform: translateY(20px);
        display: none
    }

    15% {
        opacity: 1;
        transform: translateY(0);
        display: block
    }

    85% {
        opacity: 1;
        transform: translateY(0);
        display: block
    }

    100% {
        opacity: 0;
        transform: translateY(-20px);
        display: none
    }
}

.reveal {
    opacity: 0;
    transform: translateY(60px) scale(0.97);
    transition: opacity .75s cubic-bezier(0.22, 1, 0.36, 1), transform .75s cubic-bezier(0.22, 1, 0.36, 1)
}

.reveal.in-view {
    opacity: 1;
    transform: translateY(0) scale(1)
}

.reveal-group>.reveal:nth-child(2) {
    transition-delay: .15s
}

.reveal-group>.reveal:nth-child(3) {
    transition-delay: .3s
}

.reveal-group>.reveal:nth-child(4) {
    transition-delay: .45s
}

.reveal-group>.reveal:nth-child(5) {
    transition-delay: .6s
}

.reveal-group>.reveal:nth-child(6) {
    transition-delay: .75s
}

@media(prefers-reduced-motion: reduce) {
    .reveal {
        opacity: 1;
        transform: none;
        transition: none
    }
}

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

html {
    scroll-behavior: smooth
}

body {
    font-family: "GT Walsheim Pro", sans-serif;
    color: #4e454a;
    background: #fff;
    margin: 0;
    padding: 0;
    padding-bottom: 80px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "GT Walsheim Pro", sans-serif;
    font-weight: 700;
    color: #4e454a;
    margin: 0 0 16px;
    line-height: 1.1;
    letter-spacing: .1px
}

p {
    margin: 0 0 16px;
    line-height: 1.55
}

p:last-child {
    margin-bottom: 0
}

img {
    max-width: 100%;
    height: auto;
    display: block
}

.text-cont>*+* {
    margin-top: 12px
}

.text-cont>*:last-child {
    margin-bottom: 0
}

.container {
    max-width: 1920px;
    padding-left: 116px;
    padding-right: 116px
}

@media(max-width: 1024px) {
    .container {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media(max-width: 768px) {
    .container {
        padding-left: 20px;
        padding-right: 20px
    }
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "GT Walsheim Pro", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: .2s all ease-in-out;
    white-space: nowrap;
    text-transform: none
}

@media(min-width: 768px) {
    .btn {
        font-size: 16px;
        line-height: 1.3
    }
}

.btn-primary {
    background: #5cfd86;
    color: #4e454a;
    padding: 7px 15px;
    border: 1.5px solid #5cfd86
}

@media(min-width: 768px) {
    .btn-primary {
        padding: 10px 16px
    }
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background: #38e86a;
    color: #4e454a;
    text-decoration: none
}

.btn-outline {
    background: rgba(0, 0, 0, 0);
    color: #4e454a;
    border: 1.5px solid #4e454a;
    padding: 7px 15px
}

@media(min-width: 768px) {
    .btn-outline {
        padding: 10px 16px
    }
}

.btn-outline:hover,
.btn-outline:active,
.btn-outline:focus {
    background: #4e454a;
    color: #fff;
    text-decoration: none
}

.btn-md {
    font-family: "GT Walsheim Pro", sans-serif;
    font-weight: 700;
    padding: 12px 32px;
    font-size: 22px;
    line-height: 24px
}

.btn-lg {
    font-family: "GT Walsheim Pro", sans-serif;
    font-weight: 700;
    letter-spacing: .117px;
    padding: 10px 42px
}

.btn-lg {
    font-size: 24px
}

@media screen and (min-width: 420px) {
    .btn-lg {
        font-size: calc(24px + 14*(100vw - 420px)/1021)
    }
}

@media screen and (min-width: 1441px) {
    .btn-lg {
        font-size: 38px
    }
}

.btn-lg {
    line-height: 30px
}

@media screen and (min-width: 420px) {
    .btn-lg {
        line-height: calc(30px + 20*(100vw - 420px)/1021)
    }
}

@media screen and (min-width: 1441px) {
    .btn-lg {
        line-height: 50px
    }
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #fff;
    padding-top: 16px;
    padding-bottom: 5px
}

@media(min-width: 768px) {
    .site-header {
        padding-top: 23px
    }
}

.site-header .container {
    height: 100%
}

.site-header .row {
    height: 100%;
    align-items: center
}

.header-logo {
    display: flex;
    align-items: center;
    height: 44px;
    width: 44px
}

@media(min-width: 768px) {
    .header-logo img {
        height: 77px;
        width: 77px
    }
}

.header-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px
}

@media(min-width: 768px) {
    .header-nav {
        gap: 16px
    }
}

@keyframes heroFadeUp {
    from {
        opacity: 0;
        transform: translateY(50px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.hero {
    position: relative;
    background: linear-gradient(to bottom, #FFF 90%, #efefef 90%);
    overflow: hidden;
    padding-top: 0;
    width: 100%
}

@media(min-width: 768px) {
    .hero {
        background: linear-gradient(to bottom, #FFF 50%, #efefef 50%);
        padding-top: 50px
    }
}

@media(min-width: 1024px) {
    .hero {
        padding-top: 140px;
        background: linear-gradient(to bottom, #FFF 60%, #efefef 60%)
    }
}

.hero-bg-grey {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100vw;
    aspect-ratio: 16/9;
    background-image: url("../images/grey-bg.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform-origin: center center;
    pointer-events: none
}

@media(min-width: 768px) {
    .hero-bg-grey {
        top: 20%;
        bottom: auto
    }
}

.hero-bg-curve {
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 178px;
    pointer-events: none;
    z-index: 0;
    left: 0;
    display: none
}

@media(min-width: 768px) {
    .hero-bg-curve {
        display: block
    }
}

.hero-bg-curve svg {
    width: 100%;
    height: auto
}

.hero-content {
    position: relative;
    z-index: 1;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px
}

@media(min-width: 768px) {
    .hero-content {
        padding-top: 0;
        padding-bottom: 40px
    }
}

.hero-text {
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media(min-width: 1024px) {
    .hero-text {
        animation: heroFadeUp .8s cubic-bezier(0.22, 1, 0.36, 1) 1.2s both
    }
}

.hero h1 {
    font-size: 40px
}

@media screen and (min-width: 420px) {
    .hero h1 {
        font-size: calc(40px + 30*(100vw - 420px)/1021)
    }
}

@media screen and (min-width: 1441px) {
    .hero h1 {
        font-size: 70px
    }
}

.hero h1 {
    line-height: 43px
}

@media screen and (min-width: 420px) {
    .hero h1 {
        line-height: calc(43px + 27*(100vw - 420px)/1021)
    }
}

@media screen and (min-width: 1441px) {
    .hero h1 {
        line-height: 70px
    }
}

.hero h1 {
    font-weight: 700;
    color: #4e454a;
    margin-bottom: 28px;
    letter-spacing: -0.5px
}

@media(min-width: 1441px) {
    .hero h1 {
        font-size: 60px
    }

    .hero h1 {
        line-height: 1.05
    }
}

@media screen and (min-width: 1441px)and (min-width: 1441px) {
    .hero h1 {
        font-size: calc(60px + 20*(100vw - 1441px)/359)
    }
}

@media screen and (min-width: 1441px)and (min-width: 1800px) {
    .hero h1 {
        font-size: 80px
    }
}

.hero-pretitle {
    font-family: "GT Walsheim Pro", sans-serif
}

.hero-pretitle {
    font-size: 27px
}

@media screen and (min-width: 420px) {
    .hero-pretitle {
        font-size: 18px;
        margin-top: 0 !important;
    }
}

@media screen and (min-width: 1441px) {
    .hero-pretitle {
        font-size: 35px
    }
}

.hero-pretitle {
    line-height: 23px
}

@media screen and (min-width: 420px) {
    .hero-pretitle {
        line-height: calc(23px + 12*(100vw - 420px)/1021)
    }
}

@media screen and (min-width: 1441px) {
    .hero-pretitle {
        line-height: 35px
    }
}

.hero-pretitle {
    color: #4e454a;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 700
}

@media(min-width: 768px) {
    .hero-pretitle {
        margin-bottom: 8px;
        margin-top: 0
    }
}

.hero-cta {
    margin-bottom: 24px
}

.hero-small-print {
    font-size: 11px;
    color: #726b70;
    line-height: 1.3;
    margin-bottom: 13px;
    max-width: 520px
}

@media(min-width: 768px) {
    .hero-small-print {
        line-height: 1.5;
        margin-bottom: 20px;
        font-size: 14px
    }
}

.hero-small-print a {
    color: #726b70;
    text-decoration: underline
}

.hero-app-badges {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
    flex-wrap: wrap
}

@media(min-width: 768px) {
    .hero-app-badges {
        margin-bottom: 24px
    }
}

.hero-app-badges a {
    display: block
}

.hero-app-badges a:hover,
.hero-app-badges a:active,
.hero-app-badges a:focus {
    opacity: .7
}

.hero-app-badges a img {
    height: 41px;
    width: auto
}

.hero-trust {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap
}

@media(min-width: 768px) {
    .hero-trust {
        gap: 20px
    }
}

.hero-trust img {
    max-height: 15px;
    width: auto
}

.hero-trust img.gambleAware {
    max-height: 9px;
}

@media(min-width: 768px) {
    .hero-trust img {
        max-height: 31px
    }
    .hero-trust img.gambleAware {
        max-height: 31px
    }
}

.hero-media {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 420px
}

@media(min-width: 1024px) {
    .hero-media {
        animation: heroFadeUp .9s cubic-bezier(0.22, 1, 0.36, 1) .55s both
    }
}

.hero-media img {
    width: 100%;
    max-width: 400px;
    height: auto;
    position: relative;
    z-index: 1
}

@media(min-width: 1024px) {
    .hero-media img {
        margin-top: -100px;
        max-width: 808px
    }
}

@media(max-width: 768px) {
    .hero-media {
        min-height: 260px;
        margin-top: 24px
    }
}

.steps {
    background: #efefef;
    padding: 60px 0
}

@media(max-width: 768px) {
    .steps {
        padding: 40px 0
    }
}

.steps-heading {
    font-size: 24px
}

@media screen and (min-width: 420px) {
    .steps-heading {
        font-size: calc(24px + 15*(100vw - 420px)/1021)
    }
}

@media screen and (min-width: 1441px) {
    .steps-heading {
        font-size: 39px
    }
}

.steps-heading {
    line-height: 24px
}

@media screen and (min-width: 420px) {
    .steps-heading {
        line-height: calc(24px + 15*(100vw - 420px)/1021)
    }
}

@media screen and (min-width: 1441px) {
    .steps-heading {
        line-height: 39px
    }
}

.steps-heading {
    font-weight: 700;
    margin-bottom: 32px;
    color: #4e454a;
    letter-spacing: .1px
}

.steps-grid {
    display: flex;
    flex-direction: column
}

@media(min-width: 1024px) {
    .steps-grid {
        flex-direction: row
    }
}

.step-card {
    flex: 1;
    background: #fff;
    border-radius: 24px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
    overflow: hidden
}

@media(max-width: 1024px) {
    .step-card {
        margin-bottom: 16px
    }

    .step-card:last-child {
        margin-bottom: 0
    }
}

@media(min-width: 1024px) {
    .step-card {
        margin-right: 30px
    }

    .step-card:last-child {
        margin-right: 0
    }
}

.step-card-content {
    width: calc(100% - 138px);
    display: flex;
    gap: 16px;
    align-items: start;
    flex-flow: column
}

@media(min-width: 1441px) {
    .step-card-content {
        flex-flow: row;
        gap: 32px;
        align-items: center
    }
}

.step-card-number {
    font-family: "GT Walsheim Pro", sans-serif;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    color: #4e454a;
    background-color: #5cfd86;
    border-radius: 14px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    min-width: 50px
}

@media(min-width: 768px) {
    .step-card-number {
        font-size: 34px
    }
}

@media(min-width: 1441px) {
    .step-card-number {
        border-radius: 24px;
        width: 90px;
        height: 90px;
        line-height: 90px;
        min-width: 90px;
        font-size: 60px
    }
}

.step-card-text {
    flex: 1
}

.step-card-text h3 {
    font-size: 26px;
    line-height: 30px
}

@media(min-width: 768px) {
    .step-card-text h3 {
        font-size: 30px;
        line-height: 32px
    }
}

.step-card-text h3 {
    font-weight: 700;
    margin-bottom: 0;
    color: #4e454a
}

.step-card-image {
    position: absolute;
    right: 0;
    bottom: 0;
    height: calc(100% - 10px);
    width: 131px;
    pointer-events: none;
    object-fit: contain;
    object-position: bottom
}

@media(max-width: 768px) {
    .step-card-image {
        height: 90%
    }
}

.usp {
    background: #fff;
    padding: 80px 0
}

@media(max-width: 768px) {
    .usp {
        padding: 50px 0
    }
}

.usp-header {
    margin-bottom: 40px
}

.usp-header h2 {
    font-size: 26px
}

@media screen and (min-width: 420px) {
    .usp-header h2 {
        font-size: calc(26px + 13*(100vw - 420px)/1021)
    }
}

@media screen and (min-width: 1441px) {
    .usp-header h2 {
        font-size: 39px
    }
}

.usp-header h2 {
    line-height: 28px
}

@media screen and (min-width: 420px) {
    .usp-header h2 {
        line-height: calc(28px + 11*(100vw - 420px)/1021)
    }
}

@media screen and (min-width: 1441px) {
    .usp-header h2 {
        line-height: 39px
    }
}

.usp-header h2 {
    margin-bottom: 12px
}

.usp-header p {
    font-size: 18px;
    color: #726b70;
    max-width: 800px
}

.fact-card {
    background: #efefef;
    border-radius: 16px;
    padding: 20px;
    display: flex;
    gap: 20px;
    align-items: center;
    height: 100%
}

@media(min-width: 768px) {
    .fact-card {
        padding: 24px
    }
}

.fact-card-icon {
    width: 33.33%;
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 160px
}

.fact-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.fact-card-body {
    flex: 1
}

.fact-card-body h3 {
    font-size: 20px
}

@media screen and (min-width: 420px) {
    .fact-card-body h3 {
        font-size: calc(20px + 7*(100vw - 420px)/1021)
    }
}

@media screen and (min-width: 1441px) {
    .fact-card-body h3 {
        font-size: 27px
    }
}

.fact-card-body h3 {
    line-height: 22px
}

@media screen and (min-width: 420px) {
    .fact-card-body h3 {
        line-height: calc(22px + 5*(100vw - 420px)/1021)
    }
}

@media screen and (min-width: 1441px) {
    .fact-card-body h3 {
        line-height: 27px
    }
}

.fact-card-body h3 {
    letter-spacing: .1px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #4e454a
}

.fact-card-body p {
    font-size: 18px;
    line-height: normal;
    color: #726b70;
    margin-bottom: 0
}

@media(min-width: 768px) {
    .fact-card-body p {
        font-size: 20px
    }
}

.reviews {
    background: #efefef;
    padding: 80px 0
}

@media(max-width: 768px) {
    .reviews {
        padding: 50px 0
    }
}

.reviews-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px
}

.reviews-header h2 {
    font-size: 32px
}

@media screen and (min-width: 420px) {
    .reviews-header h2 {
        font-size: calc(32px + 7*(100vw - 420px)/1021)
    }
}

@media screen and (min-width: 1441px) {
    .reviews-header h2 {
        font-size: 39px
    }
}

.reviews-header h2 {
    line-height: 36px
}

@media screen and (min-width: 420px) {
    .reviews-header h2 {
        line-height: calc(36px + 3*(100vw - 420px)/1021)
    }
}

@media screen and (min-width: 1441px) {
    .reviews-header h2 {
        line-height: 39px
    }
}

.reviews-header h2 {
    margin-bottom: 0
}

.reviews-arrows {
    display: flex;
    gap: 10px
}

.reviews-arrow {
    width: 42px;
    height: 42px;
    background: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #4e454a;
    transition: .2s all ease-in-out
}

.reviews-arrow:first-child {
    opacity: .5
}

.reviews-arrow:hover,
.reviews-arrow:active,
.reviews-arrow:focus {
    background: #5cfd86
}

.reviews-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none
}

.reviews-track::-webkit-scrollbar {
    display: none
}

@media screen and (max-width: 559px) {
    .reviews .trustpilot-widget iframe {
        min-height: 300px !important;
        height: 300px !important
    }
}

.hero .trustpilot-widget {
    max-width: 420px;
    margin-left: -73px;
    width: 420px;
    transform: scale(0.73)
}

@media(min-width: 768px) {
    .hero .trustpilot-widget {
        margin-left: -21px;
        width: 100%;
        transform: scale(1)
    }
}

.new-games {
    position: relative;
    overflow: hidden
}

@media(min-width: 768px) {
    .new-games {
        background: linear-gradient(to right, transparent 60%, #56EB7C 60%)
    }
}

@media(min-width: 1024px) {
    .new-games {
        background: linear-gradient(to right, transparent 50%, #56EB7C 50%)
    }
}

.new-games .container {
    padding-left: 0;
    padding-right: 0
}

@media(min-width: 768px) {
    .new-games .container {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media(min-width: 1024px) {
    .new-games .container {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media(min-width: 1441px) {
    .new-games .container {
        padding-left: 116px;
        padding-right: 116px
    }
}

.new-games .slot-scroll {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    height: 300px;
    background-image: url("../images/slot-1.png");
    background-repeat: repeat-y;
    background-size: 100% auto;
    animation: newGamesScrollBg 70s linear infinite;
    pointer-events: none;
    width: 100%;
    background-color: #56eb7c
}

@media(min-width: 768px) {
    .new-games .slot-scroll {
        background-color: rgba(0, 0, 0, 0);
        height: calc(100% + 4304px);
        position: absolute;
        left: auto;
        width: 40%;
        animation: newGamesScroll 70s linear infinite
    }
}

@media(min-width: 1024px) {
    .new-games .slot-scroll {
        width: 50%
    }
}

.new-games .slot-scroll::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 300px;
    background-image: url("../images/slot-2.png");
    background-repeat: repeat-y;
    background-size: 100% auto;
    animation: newGamesScrollBg 60s linear infinite;
    pointer-events: none;
    width: 100%;
    background-color: rgba(0, 0, 0, 0)
}

@media(min-width: 768px) {
    .new-games .slot-scroll::before {
        height: calc(100% + 4304px);
        position: absolute;
        left: auto;
        animation: newGamesScroll 60s linear infinite
    }
}

.new-games .slot-scroll::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 300px;
    background-image: url("../images/slot-3.png");
    background-repeat: repeat-y;
    background-size: 100% auto;
    animation: newGamesScrollBg 80s linear infinite;
    pointer-events: none;
    width: 100%;
    background-color: rgba(0, 0, 0, 0)
}

@media(min-width: 768px) {
    .new-games .slot-scroll::after {
        height: calc(100% + 4304px);
        position: absolute;
        left: auto;
        animation: newGamesScroll 80s linear infinite
    }
}

.new-games-content {
    position: relative;
    z-index: 1;
    padding: 50px 0
}

@media(min-width: 768px) {
    .new-games-content {
        padding: 140px 0
    }
}

@media(min-width: 1024px) {
    .new-games-content {
        padding: 140px 0
    }
}

@media(min-width: 1441px) {
    .new-games-content {
        padding: 260px 0
    }
}

.new-games-content .text-cont {
    margin-bottom: 32px
}

.new-games-content .text-cont h2 {
    font-size: 32px
}

@media screen and (min-width: 420px) {
    .new-games-content .text-cont h2 {
        font-size: calc(32px + 7*(100vw - 420px)/1021)
    }
}

@media screen and (min-width: 1441px) {
    .new-games-content .text-cont h2 {
        font-size: 39px
    }
}

.new-games-content .text-cont h2 {
    line-height: 36px
}

@media screen and (min-width: 420px) {
    .new-games-content .text-cont h2 {
        line-height: calc(36px + 3*(100vw - 420px)/1021)
    }
}

@media screen and (min-width: 1441px) {
    .new-games-content .text-cont h2 {
        line-height: 39px
    }
}

.new-games-content .text-cont h2 {
    margin-bottom: 12px
}

.new-games-content .text-cont p {
    font-size: 18px;
    color: #726b70
}

.new-games-visual {
    background: #56eb7c;
    overflow: hidden;
    position: relative;
    min-height: 660px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0
}

@media(max-width: 1024px) {
    .new-games-visual {
        min-height: 400px
    }
}

@keyframes newGamesScrollBg {
    from {
        background-position: center 0
    }

    to {
        background-position: center -2152px
    }
}

@keyframes newGamesScroll {
    from {
        transform: translateY(0)
    }

    to {
        transform: translateY(-2152px)
    }
}

.app-section {
    background: #efefef;
    overflow: hidden;
    padding: 50px 0 0;
    position: relative
}

@media(min-width: 1024px) {
    .app-section {
        padding: 80px 0
    }
}

.app-section .text-cont h2 {
    font-size: 32px
}

@media screen and (min-width: 420px) {
    .app-section .text-cont h2 {
        font-size: calc(32px + 7*(100vw - 420px)/1021)
    }
}

@media screen and (min-width: 1441px) {
    .app-section .text-cont h2 {
        font-size: 39px
    }
}

.app-section .text-cont h2 {
    line-height: 36px
}

@media screen and (min-width: 420px) {
    .app-section .text-cont h2 {
        line-height: calc(36px + 3*(100vw - 420px)/1021)
    }
}

@media screen and (min-width: 1441px) {
    .app-section .text-cont h2 {
        line-height: 39px
    }
}

.app-section .text-cont h2 {
    margin-bottom: 12px
}

.app-section .text-cont p {
    font-size: 18px;
    color: #726b70
}

.app-section-badges {
    display: flex;
    gap: 12px;
    margin: 20px 0 30px;
    flex-wrap: wrap
}

@media(min-width: 768px) {
    .app-section-badges {
        margin: 20px 0 52px
    }
}

.app-section-badges a {
    display: block
}

.app-section-badges a img {
    height: 53px;
    width: auto
}

@media(min-width: 768px) {
    .app-section-badges a img {
        height: 49px
    }
}

.app-section-badges a:hover,
.app-section-badges a:active,
.app-section-badges a:focus {
    opacity: .7
}

.app-section-features {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.app-section-media {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin-top: 20px
}

@media(min-width: 1024px) {
    .app-section-media {
        margin-top: 0;
        position: absolute;
        left: auto;
        width: 50%
    }
}

.app-section-phones {
    width: 100%;
    height: 100%
}

.app-section-phones img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom
}

.app-feature {
    background: #fff;
    border-radius: 24px;
    padding: 20px;
    display: flex;
    align-items: start;
    flex-flow: column;
    gap: 16px
}

@media(min-width: 768px) {
    .app-feature {
        flex-flow: row;
        align-items: center;
        padding: 24px;
        gap: 24px
    }
}

.app-feature-icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 14px;
    background: #5cfd86;
    display: flex;
    align-items: center;
    justify-content: center
}

@media(min-width: 768px) {
    .app-feature-icon {
        width: 56px;
        min-width: 56px;
        height: 56px;
        border-radius: 16px
    }
}

@media(min-width: 1024px) {
    .app-feature-icon {
        width: 80px;
        min-width: 80px;
        height: 80px
    }
}

.app-feature-icon img {
    width: 32px;
    height: 32px;
    object-fit: contain
}

@media(min-width: 768px) {
    .app-feature-icon img {
        width: 40px;
        height: 40px
    }
}

.app-feature-body {
    flex: 1;
    margin-bottom: 0
}

.app-feature-body h4 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #4e454a
}

.app-feature-body p {
    font-size: 18px;
    line-height: 1.2;
    color: #726b70;
    margin-bottom: 0
}

.site-footer {
    background: #4e454a;
    color: hsla(0, 0%, 100%, .7);
    font-size: 14px;
    line-height: 1.5
}

.site-footer a {
    color: hsla(0, 0%, 100%, .7);
    text-decoration: none;
    transition: .2s all ease-in-out
}

.site-footer a:hover,
.site-footer a:active,
.site-footer a:focus {
    color: #fff;
    text-decoration: underline
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
    flex-wrap: wrap;
    gap: 16px;
    color: hsla(0, 0%, 100%, .7);
    font-size: 13px
}

.footer-social {
    display: flex;
    gap: 14px
}

.footer-social a {
    width: 34px;
    height: 34px;
    background: #5f585c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .75;
    transition: .2s all ease-in-out
}

.footer-social a:hover,
.footer-social a:active,
.footer-social a:focus {
    opacity: 1;
    background: #5cfd86
}

.footer-social a svg {
    width: 16px;
    height: 16px;
    fill: #fff
}

.sticky-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background: #4e454a;
    padding: 20px 116px;
    transform: translateY(100%);
    transition: transform .35s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, .2);
    transition: transform .35s ease 0s
}

.sticky-bar p {
    color: #fff;
    font-family: "GT Walsheim Pro", sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    flex: 1
}

@media(max-width: 768px) {
    .sticky-bar p {
        font-size: 14px
    }
}

@media(max-width: 1024px) {
    .sticky-bar {
        padding: 16px 40px
    }
}

@media(max-width: 768px) {
    .sticky-bar {
        padding: 12px 20px
    }
}


/*10bet Overwrites*/
.reviews {
    background-color: #f8f9fa;
}
@media(max-width: 768px) {
    .reviews {
        background-color: #efefef;
        padding: 20px 0;
        .container {
            background-color: #f8f9fa;
            padding: 20px 20px 0;
            margin: 0 20px;
            width:auto;
            border-radius: 16px;
        }
    }
}