/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Cabin:wght@400;700&family=Heebo:wght@300;400;600;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cabin:wght@400;700&family=Heebo:wght@300;400;600;800&display=swap");

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

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.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: 0.35em 0.75em 0.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,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html,
body {
    height: 100%;
    width: 100%
}

img {
    display: block;
    max-width: 100%
}

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

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

.grid-1 {
    width: calc(8.33333% - 20px)
}

.grid-2 {
    width: calc(16.66667% - 20px)
}

.grid-3 {
    width: calc(25% - 20px)
}

.grid-4 {
    width: calc(33.33333% - 20px)
}

.grid-5 {
    width: calc(41.66667% - 20px)
}

.grid-6 {
    width: calc(50% - 20px)
}

.grid-7 {
    width: calc(58.33333% - 20px)
}

.grid-8 {
    width: calc(66.66667% - 20px)
}

.grid-9 {
    width: calc(75% - 20px)
}

.grid-10 {
    width: calc(83.33333% - 20px)
}

.grid-11 {
    width: calc(91.66667% - 20px)
}

.grid-12 {
    width: calc(100% - 20px)
}

[class^="grid-"] {
    float: left;
    min-height: 1px;
    margin-left: 10px;
    margin-right: 10px
}

@media screen and (max-width: 559px) {
    [class^="grid-"] {
        width: 100%;
        float: none;
        margin-left: 0px;
        margin-right: 0px
    }
}

.offset-1 {
    margin-left: calc(8.33333% + 10px)
}

.offset-2 {
    margin-left: calc(16.66667% + 10px)
}

.offset-3 {
    margin-left: calc(25% + 10px)
}

.offset-4 {
    margin-left: calc(33.33333% + 10px)
}

.offset-5 {
    margin-left: calc(41.66667% + 10px)
}

.offset-6 {
    margin-left: calc(50% + 10px)
}

.offset-7 {
    margin-left: calc(58.33333% + 10px)
}

.offset-8 {
    margin-left: calc(66.66667% + 10px)
}

.offset-9 {
    margin-left: calc(75% + 10px)
}

.offset-10 {
    margin-left: calc(83.33333% + 10px)
}

.offset-11 {
    margin-left: calc(91.66667% + 10px)
}

.offset-12 {
    margin-left: calc(100% + 10px)
}

@media screen and (max-width: 559px) {

    .offset-1,
    .offset-2,
    .offset-3,
    .offset-4,
    .offset-5,
    .offset-6,
    .offset-7,
    .offset-8,
    .offset-9,
    .offset-10,
    .offset-11,
    .offset-12 {
        margin-left: 0px
    }
}

.container {
    max-width: 1200px;
    height: 100%;
    margin: 0px auto;
    position: relative
}

@media screen and (min-width: 560px) and (max-width: 1199px) {
    .container {
        max-width: 560px
    }
}

@media screen and (max-width: 559px) {
    .container {
        max-width: 480px;
        padding-left: 10px;
        padding-right: 10px
    }
}

.container::after,
.container::before {
    content: "";
    display: table;
    clear: both
}

.container {
    max-width: 100%;
    height: 100%;
    margin: 0px auto;
    position: relative
}

@media screen and (min-width: 560px) and (max-width: 1199px) {
    .container {
        max-width: 100%
    }
}

@media screen and (max-width: 559px) {
    .container {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }
}

.container::after,
.container::before {
    content: "";
    display: table;
    clear: both
}

.row {
    position: relative;
    margin-left: -10px;
    margin-right: -10px
}

@media screen and (max-width: 559px) {
    .row {
        margin-left: 0px;
        margin-right: 0px
    }
}

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

.flex {
    display: flex
}

@media screen and (max-width: 559px) {
    .flex-m-col {
        flex-direction: column
    }
}

.content-center {
    justify-content: center
}

.content-start {
    justify-content: flex-start
}

.content-end {
    justify-content: flex-end
}

.content-between {
    justify-content: space-between
}

@media screen and (max-width: 559px) {
    .content-mobile {
        justify-content: center
    }
}

.align-center {
    align-items: center
}

.align-start {
    align-items: flex-start
}

.align-end {
    align-items: flex-end
}

.pos-relative {
    position: relative
}

.pos-absolute {
    position: absolute
}

.txt-center {
    text-align: center
}

.txt-left {
    text-align: left
}

.txt-right {
    text-align: right
}

.txt-upper {
    text-transform: uppercase
}

.txt-lower {
    text-transform: lowercase
}

.txt-caps {
    text-transform: capitalize
}

.txt-white {
    color: #fff
}

.font1 {
    font-family: 'Quicksand', sans-serif
}

.font2 {
    font-family: 'Heebo', sans-serif
}

.font3 {
    font-family: 'Cabin', sans-serif
}

.pointer {
    cursor: pointer
}

.vsbody {
    background: #177080;
    overflow: hidden
}

@media screen and (min-width: 560px) and (max-width: 1199px) {
    .vsbody {
        overflow: inherit
    }
}

@media screen and (max-width: 559px) {
    .vsbody {
        overflow: inherit
    }
}

.h100 {
    height: 100%
}

#vslogin {
    height: 100%;
    overflow: hidden
}

#vslogin .vslogin-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

#vslogin .vslogin-box .vsimage-box {
    margin-bottom: 10px
}

#vslogin .vslogin-box #vsform {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 350px;
    padding: 20px;
    font-size: 14px;
    border-radius: 5px;
    background: #f8f8f8;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2)
}

@media screen and (max-width: 559px) {
    #vslogin .vslogin-box #vsform {
        width: 300px
    }
}

#vslogin .vslogin-box #vsform .wrapper {
    width: 100%
}

#vslogin .vslogin-box .vslabel {
    position: absolute;
    left: 20px;
    top: 17px;
    color: #b0adad;
    pointer-events: none
}

#vslogin .vslogin-box label,
#vslogin .vslogin-box a {
    color: #b0adad;
    font-family: "Cabin", sans-serif;
    font-weight: 300;
    transition: .4s
}

#vslogin .vslogin-box label:hover,
#vslogin .vslogin-box a:hover {
    color: #959393
}

#vslogin .vslogin-box input {
    color: #959393;
    margin-bottom: 20px;
    font-family: "Cabin", sans-serif;
    font-weight: 300;
    border: 2px solid #d0cfcf
}

#vslogin .vslogin-box input:focus ~ .vslabel,
#vslogin .vslogin-box input ~ .vslabel.active {
    font-size: 12px;
    font-family: "Cabin", sans-serif;
    color: #959393;
    font-weight: 400;
    -webkit-transform: translate(-20px, -30px);
    -moz-transform: translate(-20px, -30px);
    -ms-transform: translate(-20px, -30px);
    -o-transform: translate(-20px, -30px);
    transform: translate(-20px, -30px)
}

#vslogin .vslogin-box input:focus,
#vslogin .vslogin-box input.active {
    font-weight: 400;
    border: 2px solid #959393
}

#vslogin .vslogin-box .vsbutton {
    color: #fff;
    font-weight: 700;
    background: #0a4c57;
    font-family: "Cabin", sans-serif;
    padding: 16px 60px;
    transition: .4s;
    width: 100%
}

#vslogin .vslogin-box .vsbutton:hover {
    background: #177080
}

@media screen and (min-width: 560px) and (max-width: 1199px) {
    .vsinit [class^="grid-"] {
        margin: 0 10px !important
    }
}

.vsbox {
    margin-top: 40px;
    height: 340px;
    width: 340px;
    background: #f8f8f8;
    border-radius: 4px;
    text-transform: uppercase;
    transition: .4s;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2)
}

@media screen and (min-width: 560px) and (max-width: 1199px) {
    .vsbox {
        height: 300px;
        width: 300px
    }
}

@media screen and (max-width: 559px) {
    .vsbox {
        width: 280px;
        height: 280px;
        margin: 10px 0
    }
}

.vsbox:hover {
    background: #0a4c57
}

.vsbox:hover svg {
    fill: #fff
}

.vsbox:hover h2 {
    color: #fff
}

.vsbox svg {
    fill: #0a4c57;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    transition: .4s
}

.vsbox h2 {
    font-family: "Heebo", sans-serif;
    font-size: 20px;
    color: #b0adad;
    transition: .4s
}

.vs-container {
    padding: 100px 0
}

.vs-container .vscpf-wrapper {
    width: 40%;
    margin: 0 auto
}

@media screen and (min-width: 560px) and (max-width: 1199px) {
    .vs-container .vscpf-wrapper {
        width: 80%
    }
}

@media screen and (max-width: 559px) {
    .vs-container .vscpf-wrapper {
        width: 100%
    }
}

.vs-container .vscpf-wrapper h2 {
    font-family: "Cabin", sans-serif;
    font-size: 40px;
    margin-bottom: 20px
}

@media screen and (max-width: 559px) {
    .vs-container .vscpf-wrapper h2 {
        font-size: 30px
    }
}

.vs-container .vscpf-wrapper .vsinput {
    background: #fff;
    padding: 25px 20px;
    font-size: 36px;
    transition: .4s;
    border-radius: 10px;
    text-align: center;
    font-family: "Cabin", sans-serif;
    color: #b0adad;
    margin-left: 10px;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2)
}

@media screen and (max-width: 559px) {
    .vs-container .vscpf-wrapper .vsinput {
        margin-left: -2px
    }
}

.vs-container .vscpf-wrapper .vsinput:focus,
.vs-container .vscpf-wrapper .vsinput.active {
    color: #b0adad
}

.vs-container .vscpf-wrapper a {
    display: block;
    color: #fff;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    font-family: "Cabin", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    transition: .4s;
    color: #fff
}

.vs-container .vscpf-wrapper a:hover {
    color: #0a4c57
}

.vs-container .vscpf-wrapper a:hover svg {
    fill: #0a4c57;
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px)
}

.vs-container .vscpf-wrapper a svg {
    position: relative;
    top: 2px;
    width: 16px;
    height: 16px;
    fill: #fff;
    transition: .4s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.vs-container .vsconfirm-wrapper > div {
    width: 20%;
    margin: 0 auto
}

.vs-container .vsconfirm-wrapper h2 {
    font-family: "Cabin", sans-serif;
    font-size: 40px;
    margin-bottom: 20px
}

@media screen and (max-width: 559px) {
    .vs-container .vsconfirm-wrapper h2 {
        font-size: 30px
    }
}

.vs-container .vsconfirm-wrapper a {
    display: block;
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 0 10px;
    font-family: "Cabin", sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    transition: .4s;
    color: #fff;
    border-radius: 6px
}

.vs-container .vsconfirm-wrapper a:first-child {
    background: #4cd475;
    padding: 20px 0;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2)
}

.vs-container .vsconfirm-wrapper a:last-child {
    background: #d31f28;
    padding: 20px 0;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2)
}

.vs-container .vsconfirm-wrapper a:hover {
    color: rgba(0, 0, 0, 0.376471)
}

.vs-container .vsconfirm-wrapper a:hover svg {
    fill: rgba(0, 0, 0, 0.376471)
}

.vs-container .vsconfirm-wrapper a svg {
    position: relative;
    top: 2px;
    width: 20px;
    height: 20px;
    fill: #fff;
    transition: .4s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.vs-container .vshelp-wrapper h2 {
    font-family: "Cabin", sans-serif;
    font-size: 40px;
    margin-bottom: 10px
}

@media screen and (max-width: 559px) {
    .vs-container .vshelp-wrapper h2 {
        font-size: 30px
    }
}

.vs-container .vshelp-wrapper p {
    font-size: 24px;
    font-family: "Cabin", sans-serif;
    margin-bottom: 20px
}

.vs-container .vshelp-wrapper svg {
    width: 80px;
    height: 80px;
    fill: #fff;
    margin-bottom: 20px
}

.vs-container .vshelp-wrapper img {
    height: 120px
}

.vswelcome-box {
    background: #4cd475;
    width: 340px;
    height: 340px;
    padding: 60px 20px;
    margin: 40px auto 0 auto;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2)
}

.vswelcome-box-red {
    background: #d31f28
}

@media screen and (max-width: 559px) {
    .vswelcome-box {
        width: 280px;
        height: 280px;
        margin: 10px auto
    }
}

.vswelcome-box h2 {
    font-size: 32px;
    font-family: "Heebo", sans-serif;
    text-transform: uppercase;
    color: #f8f8f8;
    margin-bottom: 5px
}

@media screen and (min-width: 560px) and (max-width: 1199px) {
    .vswelcome-box h2 {
        font-size: 24px
    }
}

@media screen and (max-width: 559px) {
    .vswelcome-box h2 {
        font-size: 24px
    }
}

.vswelcome-box p {
    font-family: "Heebo", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    color: #f8f8f8
}

.vswelcome-box svg {
    width: 80px;
    height: 80px;
    fill: #f8f8f8;
    margin-bottom: 10px
}

.vsregister {
    position: absolute;
    top: 53%;
    left: 50%;
    width: 90%;
    height: 60vh;
    padding: 10px 20px;
    background: #fff;
    border-radius: 4px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2)
}

@media screen and (min-width: 560px) and (max-width: 1199px) {
    .vsregister {
        top: 50% !important
    }
}

@media screen and (max-width: 559px) {
    .vsregister {
        top: 50% !important
    }
}

.vsregister .row:last-child {
    margin-top: 20px
}

@media screen and (max-width: 559px) {
    .vsregister .row:last-child {
        margin-top: 10px
    }
}

@media screen and (max-width: 559px) {
    .vsregister .vsuser {
        margin-bottom: 10px
    }
}

.vsregister .vsuser .vsimage {
    width: 100px;
    height: 100px;
    border-radius: 4px
}

.vsregister .vsuser .vsuser-name {
    margin-left: 20px
}

@media screen and (max-width: 559px) {
    .vsregister .vsuser .vsuser-name {
        margin-left: 10px
    }
}

.vsregister .vsuser .vsuser-name h2 {
    font-family: "Cabin", sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    color: #0a4c57
}

@media screen and (max-width: 559px) {
    .vsregister .vsuser .vsuser-name h2 {
        font-size: 20px !important
    }
}

.vsregister .vsuser .vsuser-name p {
    font-family: "Heebo", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    color: #959393;
    margin-top: 5px
}

.vsregister .vsuser-info {
    flex-direction: column;
    justify-content: center
}

.vsregister .vsuser-field {
    background: #959393;
    padding: 8px 10px;
    margin: 2px 0;
    color: #f8f8f8;
    font-family: "Heebo", sans-serif;
    border-radius: 4px
}

.vsregister .vsinfos {
    flex-wrap: wrap;
    margin-left: -5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px
}

.vsregister .vsinfos .vsuser-field {
    width: 280px;
    margin: 5px
}

.vsregister .vsprint,
.vsregister .vsexit {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: "Heebo", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    padding: 20px 0;
    border-radius: 4px;
    background: #4cd475;
    transition: .4s
}

.vsregister .vsprint svg,
.vsregister .vsexit svg {
    width: 30px;
    height: 20px;
    fill: #fff
}

.vsregister .vsprint:hover {
    background: #3ab45f
}

.vsregister .vsexit {
    margin-top: 10px;
    background: #d31f28
}

.vsregister .vsexit:hover {
    background: #900
}

@media (max-width: 1120px) {
    .vsuser h2 {
        font-size: 28px !important
    }

    .vs-container .vsconfirm-wrapper > div {
        width: 50% !important
    }
}

@media (max-width: 992px) {
    .vsregister {
        height: auto;
        margin-bottom: 40px !important
    }

    [class^="grid-"] {
        width: 100% !important;
        float: none !important;
        margin: 0 !important
    }

    .vsuser-info {
        flex-direction: row !important;
        justify-content: flex-start !important
    }

    .vsuser-info .vsuser-field {
        margin: 5px 2px !important
    }

    .vsuser-info .vsuser-field:first-child {
        margin-left: 0 !important
    }

    .vsbuttons {
        display: flex
    }
}

@media screen and (max-width: 992px) and (max-width: 559px) {
    .vsbuttons {
        flex-direction: column
    }
}

@media (max-width: 992px) {

    .vsprint,
    .vsexit {
        width: 50%;
        margin: 8px 2px !important
    }
}

@media screen and (max-width: 992px) and (max-width: 559px) {

    .vsprint,
    .vsexit {
        width: 100%;
        margin: 4px 2px !important
    }
}

@media (max-width: 992px) {
    .vs-container .vsconfirm-wrapper > div {
        width: 80% !important
    }
}

@media (max-width: 850px) {
    .vsbody-register {
        height: 120% !important
    }
}

@media screen and (max-width: 850px) and (max-width: 559px) {
    .vsbody-register {
        height: 130% !important
    }
}

@media (max-width: 850px) {
    .vsinfos {
        margin: 0 !important
    }

    .vsinfos .vsuser-field {
        margin: 5px 0 !important;
        width: 49% !important
    }

    .vsinfos .vsuser-field:nth-child(2n) {
        margin-left: 10px !important
    }
}

@media (max-width: 590px) {
    .vsuser-info {
        flex-direction: column !important
    }

    .vsuser-info .vsuser-field {
        margin: 4px 0 !important;
        background: #177080
    }

    .vsinfos .vsuser-field {
        width: 100% !important
    }

    .vsinfos .vsuser-field:nth-child(2n) {
        margin-left: 0 !important
    }
}

.vsinput {
    padding: 14px 20px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid;
    background: transparent
}

.vsbutton {
    padding: 12px 40px;
    border: 0;
    border-radius: 3px;
    cursor: pointer
}

.vsheader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    background: #0a4c57
}

@media screen and (min-width: 560px) and (max-width: 1199px) {
    .vsheader {
        width: 100%;
        position: relative
    }
}

@media screen and (max-width: 559px) {
    .vsheader {
        position: relative
    }
}

.vsheader h2 {
    font-size: 46px;
    font-family: "Heebo", sans-serif;
    font-weight: 300
}

@media screen and (min-width: 560px) and (max-width: 1199px) {
    .vsheader h2 {
        font-size: 36px
    }
}

@media screen and (max-width: 559px) {
    .vsheader h2 {
        font-size: 28px
    }
}

.vsheader h2 span {
    font-weight: 800
}

.vsfooter {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 5px 0;
    background: #0a4c57
}

@media screen and (min-width: 560px) and (max-width: 1199px) {
    .vsfooter {
        position: relative
    }
}

@media screen and (max-width: 559px) {
    .vsfooter {
        position: relative
    }
}

.vsfooter .row {
    margin: 0
}

.vsfooter img {
    width: 80px
}

.vsfooter {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 5px 0;
    background: #0a4c57
}

@media screen and (min-width: 560px) and (max-width: 1199px) {
    .vsfooter {
        position: relative
    }
}

@media screen and (max-width: 559px) {
    .vsfooter {
        position: relative
    }
}

.vsfooter .row {
    margin: 0
}

.vsfooter img {
    width: 80px
}

.vsinput {
    padding: 14px 20px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid;
    background: transparent
}

.vsbutton {
    padding: 12px 40px;
    border: 0;
    border-radius: 3px;
    cursor: pointer
}

.vsheader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    background: #0a4c57
}

@media screen and (min-width: 560px) and (max-width: 1199px) {
    .vsheader {
        width: 100%;
        position: relative
    }
}

@media screen and (max-width: 559px) {
    .vsheader {
        position: relative
    }
}

.vsheader h2 {
    font-size: 46px;
    font-family: "Heebo", sans-serif;
    font-weight: 300
}

@media screen and (min-width: 560px) and (max-width: 1199px) {
    .vsheader h2 {
        font-size: 36px
    }
}

@media screen and (max-width: 559px) {
    .vsheader h2 {
        font-size: 28px
    }
}

.vsheader h2 span {
    font-weight: 800
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.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: 0.35em 0.75em 0.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,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

#vslogin {
    height: 100%;
    overflow: hidden
}

#vslogin .vslogin-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

#vslogin .vslogin-box .vsimage-box {
    margin-bottom: 10px
}

#vslogin .vslogin-box #vsform {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 350px;
    padding: 20px;
    font-size: 14px;
    border-radius: 5px;
    background: #f8f8f8;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2)
}

@media screen and (max-width: 559px) {
    #vslogin .vslogin-box #vsform {
        width: 300px
    }
}

#vslogin .vslogin-box #vsform .wrapper {
    width: 100%
}

#vslogin .vslogin-box .vslabel {
    position: absolute;
    left: 20px;
    top: 17px;
    color: #b0adad;
    pointer-events: none
}

#vslogin .vslogin-box label,
#vslogin .vslogin-box a {
    color: #b0adad;
    font-family: "Cabin", sans-serif;
    font-weight: 300;
    transition: .4s
}

#vslogin .vslogin-box label:hover,
#vslogin .vslogin-box a:hover {
    color: #959393
}

#vslogin .vslogin-box input {
    color: #959393;
    margin-bottom: 20px;
    font-family: "Cabin", sans-serif;
    font-weight: 300;
    border: 2px solid #d0cfcf
}

#vslogin .vslogin-box input:focus ~ .vslabel,
#vslogin .vslogin-box input ~ .vslabel.active {
    font-size: 12px;
    font-family: "Cabin", sans-serif;
    color: #959393;
    font-weight: 400;
    -webkit-transform: translate(-20px, -30px);
    -moz-transform: translate(-20px, -30px);
    -ms-transform: translate(-20px, -30px);
    -o-transform: translate(-20px, -30px);
    transform: translate(-20px, -30px)
}

#vslogin .vslogin-box input:focus,
#vslogin .vslogin-box input.active {
    font-weight: 400;
    border: 2px solid #959393
}

#vslogin .vslogin-box .vsbutton {
    color: #fff;
    font-weight: 700;
    background: #0a4c57;
    font-family: "Cabin", sans-serif;
    padding: 16px 60px;
    transition: .4s;
    width: 100%
}

#vslogin .vslogin-box .vsbutton:hover {
    background: #177080
}

@media screen and (min-width: 560px) and (max-width: 1199px) {
    .vsinit [class^="grid-"] {
        margin: 0 10px !important
    }
}

.vsbox {
    margin-top: 40px;
    height: 340px;
    width: 340px;
    background: #f8f8f8;
    border-radius: 4px;
    text-transform: uppercase;
    transition: .4s;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2)
}

@media screen and (min-width: 560px) and (max-width: 1199px) {
    .vsbox {
        height: 300px;
        width: 300px
    }
}

@media screen and (max-width: 559px) {
    .vsbox {
        width: 280px;
        height: 280px;
        margin: 10px 0
    }
}

.vsbox:hover {
    background: #0a4c57
}

.vsbox:hover svg {
    fill: #fff
}

.vsbox:hover h2 {
    color: #fff
}

.vsbox svg {
    fill: #0a4c57;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    transition: .4s
}

.vsbox h2 {
    font-family: "Heebo", sans-serif;
    font-size: 20px;
    color: #b0adad;
    transition: .4s
}

.vs-container {
    padding: 100px 0
}

.vs-container .vscpf-wrapper {
    width: 40%;
    margin: 0 auto
}

@media screen and (min-width: 560px) and (max-width: 1199px) {
    .vs-container .vscpf-wrapper {
        width: 80%
    }
}

@media screen and (max-width: 559px) {
    .vs-container .vscpf-wrapper {
        width: 100%
    }
}

.vs-container .vscpf-wrapper h2 {
    font-family: "Cabin", sans-serif;
    font-size: 40px;
    margin-bottom: 20px
}

@media screen and (max-width: 559px) {
    .vs-container .vscpf-wrapper h2 {
        font-size: 30px
    }
}

.vs-container .vscpf-wrapper .vsinput {
    background: #fff;
    padding: 25px 20px;
    font-size: 36px;
    transition: .4s;
    border-radius: 10px;
    text-align: center;
    font-family: "Cabin", sans-serif;
    color: #b0adad;
    margin-left: 10px;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2)
}

@media screen and (max-width: 559px) {
    .vs-container .vscpf-wrapper .vsinput {
        margin-left: -2px
    }
}

.vs-container .vscpf-wrapper .vsinput:focus,
.vs-container .vscpf-wrapper .vsinput.active {
    color: #b0adad
}

.vs-container .vscpf-wrapper a {
    display: block;
    color: #fff;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    font-family: "Cabin", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    transition: .4s;
    color: #fff
}

.vs-container .vscpf-wrapper a:hover {
    color: #0a4c57
}

.vs-container .vscpf-wrapper a:hover svg {
    fill: #0a4c57;
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px)
}

.vs-container .vscpf-wrapper a svg {
    position: relative;
    top: 2px;
    width: 16px;
    height: 16px;
    fill: #fff;
    transition: .4s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.vs-container .vsconfirm-wrapper > div {
    width: 20%;
    margin: 0 auto
}

.vs-container .vsconfirm-wrapper h2 {
    font-family: "Cabin", sans-serif;
    font-size: 40px;
    margin-bottom: 20px
}

@media screen and (max-width: 559px) {
    .vs-container .vsconfirm-wrapper h2 {
        font-size: 30px
    }
}

.vs-container .vsconfirm-wrapper a {
    display: block;
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 0 10px;
    font-family: "Cabin", sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    transition: .4s;
    color: #fff;
    border-radius: 6px
}

.vs-container .vsconfirm-wrapper a:first-child {
    background: #4cd475;
    padding: 20px 0;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2)
}

.vs-container .vsconfirm-wrapper a:last-child {
    background: #d31f28;
    padding: 20px 0;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2)
}

.vs-container .vsconfirm-wrapper a:hover {
    color: rgba(0, 0, 0, 0.376471)
}

.vs-container .vsconfirm-wrapper a:hover svg {
    fill: rgba(0, 0, 0, 0.376471)
}

.vs-container .vsconfirm-wrapper a svg {
    position: relative;
    top: 2px;
    width: 20px;
    height: 20px;
    fill: #fff;
    transition: .4s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.vs-container .vshelp-wrapper h2 {
    font-family: "Cabin", sans-serif;
    font-size: 40px;
    margin-bottom: 10px
}

@media screen and (max-width: 559px) {
    .vs-container .vshelp-wrapper h2 {
        font-size: 30px
    }
}

.vs-container .vshelp-wrapper p {
    font-size: 24px;
    font-family: "Cabin", sans-serif;
    margin-bottom: 20px
}

.vs-container .vshelp-wrapper svg {
    width: 80px;
    height: 80px;
    fill: #fff;
    margin-bottom: 20px
}

.vs-container .vshelp-wrapper img {
    height: 120px
}

.vswelcome-box {
    background: #4cd475;
    width: 340px;
    height: 340px;
    padding: 60px 20px;
    margin: 40px auto 0 auto;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2)
}

.vswelcome-box-red {
    background: #d31f28
}

@media screen and (max-width: 559px) {
    .vswelcome-box {
        width: 280px;
        height: 280px;
        margin: 10px auto
    }
}

.vswelcome-box h2 {
    font-size: 32px;
    font-family: "Heebo", sans-serif;
    text-transform: uppercase;
    color: #f8f8f8;
    margin-bottom: 5px
}

@media screen and (min-width: 560px) and (max-width: 1199px) {
    .vswelcome-box h2 {
        font-size: 24px
    }
}

@media screen and (max-width: 559px) {
    .vswelcome-box h2 {
        font-size: 24px
    }
}

.vswelcome-box p {
    font-family: "Heebo", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    color: #f8f8f8
}

.vswelcome-box svg {
    width: 80px;
    height: 80px;
    fill: #f8f8f8;
    margin-bottom: 10px
}

.vsregister {
    position: absolute;
    top: 53%;
    left: 50%;
    width: 90%;
    height: 60vh;
    padding: 10px 20px;
    background: #fff;
    border-radius: 4px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2)
}

@media screen and (min-width: 560px) and (max-width: 1199px) {
    .vsregister {
        top: 50% !important
    }
}

@media screen and (max-width: 559px) {
    .vsregister {
        top: 50% !important
    }
}

.vsregister .row:last-child {
    margin-top: 20px
}

@media screen and (max-width: 559px) {
    .vsregister .row:last-child {
        margin-top: 10px
    }
}

@media screen and (max-width: 559px) {
    .vsregister .vsuser {
        margin-bottom: 10px
    }
}

.vsregister .vsuser .vsimage {
    width: 100px;
    height: 100px;
    border-radius: 4px
}

.vsregister .vsuser .vsuser-name {
    margin-left: 20px
}

@media screen and (max-width: 559px) {
    .vsregister .vsuser .vsuser-name {
        margin-left: 10px
    }
}

.vsregister .vsuser .vsuser-name h2 {
    font-family: "Cabin", sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    color: #0a4c57
}

@media screen and (max-width: 559px) {
    .vsregister .vsuser .vsuser-name h2 {
        font-size: 20px !important
    }
}

.vsregister .vsuser .vsuser-name p {
    font-family: "Heebo", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    color: #959393;
    margin-top: 5px
}

.vsregister .vsuser-info {
    flex-direction: column;
    justify-content: center
}

.vsregister .vsuser-field {
    background: #959393;
    padding: 8px 10px;
    margin: 2px 0;
    color: #f8f8f8;
    font-family: "Heebo", sans-serif;
    border-radius: 4px
}

.vsregister .vsinfos {
    flex-wrap: wrap;
    margin-left: -5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px
}

.vsregister .vsinfos .vsuser-field {
    width: 280px;
    margin: 5px
}

.vsregister .vsprint,
.vsregister .vsexit {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: "Heebo", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    padding: 20px 0;
    border-radius: 4px;
    background: #4cd475;
    transition: .4s
}

.vsregister .vsprint svg,
.vsregister .vsexit svg {
    width: 30px;
    height: 20px;
    fill: #fff
}

.vsregister .vsprint:hover {
    background: #3ab45f
}

.vsregister .vsexit {
    margin-top: 10px;
    background: #d31f28
}

.vsregister .vsexit:hover {
    background: #900
}

@media (max-width: 1120px) {
    .vsuser h2 {
        font-size: 28px !important
    }

    .vs-container .vsconfirm-wrapper > div {
        width: 50% !important
    }
}

@media (max-width: 992px) {
    .vsregister {
        height: auto;
        margin-bottom: 40px !important
    }

    [class^="grid-"] {
        width: 100% !important;
        float: none !important;
        margin: 0 !important
    }

    .vsuser-info {
        flex-direction: row !important;
        justify-content: flex-start !important
    }

    .vsuser-info .vsuser-field {
        margin: 5px 2px !important
    }

    .vsuser-info .vsuser-field:first-child {
        margin-left: 0 !important
    }

    .vsbuttons {
        display: flex
    }
}

@media screen and (max-width: 992px) and (max-width: 559px) {
    .vsbuttons {
        flex-direction: column
    }
}

@media (max-width: 992px) {

    .vsprint,
    .vsexit {
        width: 50%;
        margin: 8px 2px !important
    }
}

@media screen and (max-width: 992px) and (max-width: 559px) {

    .vsprint,
    .vsexit {
        width: 100%;
        margin: 4px 2px !important
    }
}

@media (max-width: 992px) {
    .vs-container .vsconfirm-wrapper > div {
        width: 80% !important
    }
}

@media (max-width: 850px) {
    .vsbody-register {
        height: 120% !important
    }
}

@media screen and (max-width: 850px) and (max-width: 559px) {
    .vsbody-register {
        height: 130% !important
    }
}

@media (max-width: 850px) {
    .vsinfos {
        margin: 0 !important
    }

    .vsinfos .vsuser-field {
        margin: 5px 0 !important;
        width: 49% !important
    }

    .vsinfos .vsuser-field:nth-child(2n) {
        margin-left: 10px !important
    }
}

@media (max-width: 590px) {
    .vsuser-info {
        flex-direction: column !important
    }

    .vsuser-info .vsuser-field {
        margin: 4px 0 !important;
        background: #177080
    }

    .vsinfos .vsuser-field {
        width: 100% !important
    }

    .vsinfos .vsuser-field:nth-child(2n) {
        margin-left: 0 !important
    }
}

.flex {
    display: flex
}

@media screen and (max-width: 559px) {
    .flex-m-col {
        flex-direction: column
    }
}

.content-center {
    justify-content: center
}

.content-start {
    justify-content: flex-start
}

.content-end {
    justify-content: flex-end
}

.content-between {
    justify-content: space-between
}

@media screen and (max-width: 559px) {
    .content-mobile {
        justify-content: center
    }
}

.align-center {
    align-items: center
}

.align-start {
    align-items: flex-start
}

.align-end {
    align-items: flex-end
}

.pos-relative {
    position: relative
}

.pos-absolute {
    position: absolute
}

.txt-center {
    text-align: center
}

.txt-left {
    text-align: left
}

.txt-right {
    text-align: right
}

.txt-upper {
    text-transform: uppercase
}

.txt-lower {
    text-transform: lowercase
}

.txt-caps {
    text-transform: capitalize
}

.txt-white {
    color: #fff
}

.font1 {
    font-family: 'Quicksand', sans-serif
}

.font2 {
    font-family: 'Heebo', sans-serif
}

.font3 {
    font-family: 'Cabin', sans-serif
}

.pointer {
    cursor: pointer
}

.vsbody {
    background: #177080;
    overflow: hidden
}

@media screen and (min-width: 560px) and (max-width: 1199px) {
    .vsbody {
        overflow: inherit
    }
}

@media screen and (max-width: 559px) {
    .vsbody {
        overflow: inherit
    }
}

.h100 {
    height: 100%
}

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

.grid-1 {
    width: calc(8.33333% - 20px)
}

.grid-2 {
    width: calc(16.66667% - 20px)
}

.grid-3 {
    width: calc(25% - 20px)
}

.grid-4 {
    width: calc(33.33333% - 20px)
}

.grid-5 {
    width: calc(41.66667% - 20px)
}

.grid-6 {
    width: calc(50% - 20px)
}

.grid-7 {
    width: calc(58.33333% - 20px)
}

.grid-8 {
    width: calc(66.66667% - 20px)
}

.grid-9 {
    width: calc(75% - 20px)
}

.grid-10 {
    width: calc(83.33333% - 20px)
}

.grid-11 {
    width: calc(91.66667% - 20px)
}

.grid-12 {
    width: calc(100% - 20px)
}

[class^="grid-"] {
    float: left;
    min-height: 1px;
    margin-left: 10px;
    margin-right: 10px
}

@media screen and (max-width: 559px) {
    [class^="grid-"] {
        width: 100%;
        float: none;
        margin-left: 0px;
        margin-right: 0px
    }
}

.offset-1 {
    margin-left: calc(8.33333% + 10px)
}

.offset-2 {
    margin-left: calc(16.66667% + 10px)
}

.offset-3 {
    margin-left: calc(25% + 10px)
}

.offset-4 {
    margin-left: calc(33.33333% + 10px)
}

.offset-5 {
    margin-left: calc(41.66667% + 10px)
}

.offset-6 {
    margin-left: calc(50% + 10px)
}

.offset-7 {
    margin-left: calc(58.33333% + 10px)
}

.offset-8 {
    margin-left: calc(66.66667% + 10px)
}

.offset-9 {
    margin-left: calc(75% + 10px)
}

.offset-10 {
    margin-left: calc(83.33333% + 10px)
}

.offset-11 {
    margin-left: calc(91.66667% + 10px)
}

.offset-12 {
    margin-left: calc(100% + 10px)
}

@media screen and (max-width: 559px) {

    .offset-1,
    .offset-2,
    .offset-3,
    .offset-4,
    .offset-5,
    .offset-6,
    .offset-7,
    .offset-8,
    .offset-9,
    .offset-10,
    .offset-11,
    .offset-12 {
        margin-left: 0px
    }
}

.container {
    max-width: 1200px;
    height: 100%;
    margin: 0px auto;
    position: relative
}

@media screen and (min-width: 560px) and (max-width: 1199px) {
    .container {
        max-width: 560px
    }
}

@media screen and (max-width: 559px) {
    .container {
        max-width: 480px;
        padding-left: 10px;
        padding-right: 10px
    }
}

.container::after,
.container::before {
    content: "";
    display: table;
    clear: both
}

.container {
    max-width: 100%;
    height: 100%;
    margin: 0px auto;
    position: relative
}

@media screen and (min-width: 560px) and (max-width: 1199px) {
    .container {
        max-width: 100%
    }
}

@media screen and (max-width: 559px) {
    .container {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }
}

.container::after,
.container::before {
    content: "";
    display: table;
    clear: both
}

.row {
    position: relative;
    margin-left: -10px;
    margin-right: -10px
}

@media screen and (max-width: 559px) {
    .row {
        margin-left: 0px;
        margin-right: 0px
    }
}

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

html,
body {
    height: 100%;
    width: 100%
}

img {
    display: block;
    max-width: 100%
}

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

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
    transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
    transition-delay: 50ms
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
    transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
    transition-delay: .1s
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
    transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
    transition-delay: .15s
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
    transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
    transition-delay: .2s
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
    transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
    transition-delay: .25s
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
    transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
    transition-delay: .3s
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
    transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
    transition-delay: .35s
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
    transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
    transition-delay: .4s
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
    transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
    transition-delay: .45s
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
    transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
    transition-delay: .5s
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
    transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
    transition-delay: .55s
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
    transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
    transition-delay: .6s
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
    transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
    transition-delay: .65s
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
    transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
    transition-delay: .7s
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
    transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
    transition-delay: .75s
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
    transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
    transition-delay: .8s
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
    transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
    transition-delay: .85s
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
    transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
    transition-delay: .9s
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
    transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
    transition-delay: .95s
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
    transition-delay: 1s
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
    transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
    transition-delay: 1.05s
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
    transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
    transition-delay: 1.1s
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
    transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
    transition-delay: 1.15s
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
    transition-delay: 1.2s
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
    transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
    transition-delay: 1.25s
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
    transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
    transition-delay: 1.3s
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
    transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
    transition-delay: 1.35s
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
    transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
    transition-delay: 1.4s
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
    transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
    transition-delay: 1.45s
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
    transition-delay: 1.5s
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
    transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
    transition-delay: 1.55s
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
    transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
    transition-delay: 1.6s
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
    transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
    transition-delay: 1.65s
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
    transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
    transition-delay: 1.7s
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
    transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
    transition-delay: 1.75s
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
    transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
    transition-delay: 1.8s
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
    transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
    transition-delay: 1.85s
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
    transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
    transition-delay: 1.9s
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
    transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
    transition-delay: 1.95s
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
    transition-delay: 2s
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
    transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
    transition-delay: 2.05s
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
    transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
    transition-delay: 2.1s
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
    transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
    transition-delay: 2.15s
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
    transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
    transition-delay: 2.2s
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
    transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
    transition-delay: 2.25s
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
    transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
    transition-delay: 2.3s
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
    transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
    transition-delay: 2.35s
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
    transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
    transition-delay: 2.4s
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
    transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
    transition-delay: 2.45s
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
    transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
    transition-delay: 2.5s
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
    transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
    transition-delay: 2.55s
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
    transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
    transition-delay: 2.6s
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
    transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
    transition-delay: 2.65s
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
    transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
    transition-delay: 2.7s
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
    transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
    transition-delay: 2.75s
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
    transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
    transition-delay: 2.8s
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
    transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
    transition-delay: 2.85s
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
    transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
    transition-delay: 2.9s
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
    transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
    transition-delay: 2.95s
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
    transition-delay: 3s
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75)
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
    transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
    transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
    transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
    transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
    transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0)
}

[data-aos=fade-up] {
    transform: translate3d(0, 100px, 0)
}

[data-aos=fade-down] {
    transform: translate3d(0, -100px, 0)
}

[data-aos=fade-right] {
    transform: translate3d(-100px, 0, 0)
}

[data-aos=fade-left] {
    transform: translate3d(100px, 0, 0)
}

[data-aos=fade-up-right] {
    transform: translate3d(-100px, 100px, 0)
}

[data-aos=fade-up-left] {
    transform: translate3d(100px, 100px, 0)
}

[data-aos=fade-down-right] {
    transform: translate3d(-100px, -100px, 0)
}

[data-aos=fade-down-left] {
    transform: translate3d(100px, -100px, 0)
}

[data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, transform
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translateZ(0) scale(1)
}

[data-aos=zoom-in] {
    transform: scale(0.6)
}

[data-aos=zoom-in-up] {
    transform: translate3d(0, 100px, 0) scale(0.6)
}

[data-aos=zoom-in-down] {
    transform: translate3d(0, -100px, 0) scale(0.6)
}

[data-aos=zoom-in-right] {
    transform: translate3d(-100px, 0, 0) scale(0.6)
}

[data-aos=zoom-in-left] {
    transform: translate3d(100px, 0, 0) scale(0.6)
}

[data-aos=zoom-out] {
    transform: scale(1.2)
}

[data-aos=zoom-out-up] {
    transform: translate3d(0, 100px, 0) scale(1.2)
}

[data-aos=zoom-out-down] {
    transform: translate3d(0, -100px, 0) scale(1.2)
}

[data-aos=zoom-out-right] {
    transform: translate3d(-100px, 0, 0) scale(1.2)
}

[data-aos=zoom-out-left] {
    transform: translate3d(100px, 0, 0) scale(1.2)
}

[data-aos^=slide][data-aos^=slide] {
    transition-property: transform
}

[data-aos^=slide][data-aos^=slide].aos-animate {
    transform: translateZ(0)
}

[data-aos=slide-up] {
    transform: translate3d(0, 100%, 0)
}

[data-aos=slide-down] {
    transform: translate3d(0, -100%, 0)
}

[data-aos=slide-right] {
    transform: translate3d(-100%, 0, 0)
}

[data-aos=slide-left] {
    transform: translate3d(100%, 0, 0)
}

[data-aos^=flip][data-aos^=flip] {
    backface-visibility: hidden;
    transition-property: transform
}

[data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg)
}

[data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg)
}

[data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg)
}

[data-aos=flip-up].aos-animate {
    transform: perspective(2500px) rotateX(0)
}

[data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg)
}

[data-aos=flip-down].aos-animate {
    transform: perspective(2500px) rotateX(0)
}