body {
    font-family: "Montserrat", sans-serif;
    font-size: 1.125rem;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    animation: overflow .1s forwards;
    animation-delay: 1.1s;
}

video {
    opacity: 0;
    animation: fadeIn 1s forwards;
}

#backgroundVid,
.background-overlay {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    filter: blur(10px);
}

.background-overlay {
    background-color: rgba(0, 0, 0, .25);
}

.youtube {
    background-color: #CD201F;
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation: bottomToTopButton .3s forwards;
    animation-delay: .4s;
    will-change: transform;
}

.youtube:hover {
    background-color: #BD081C;
    color: #FFFFFF;
    transform: scale(1.05) translateY(0) !important;
}

.faqs {
    transform: scale(1);
    will-change: transform;
    opacity: 0;
    animation: bottomToTopButton .3s forwards;
    animation-delay: .5s;
}

.faqs:hover {
    transform: scale(1.05) translateY(0) !important;
}

.youtube i {
    font-size: 1.2rem;
}

#header {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
}

.logo {
    width: 15rem;
    transform: translateY(100px);
    opacity: 0;
    animation: bottomToTop .3s forwards;
    animation-delay: .1s;
    will-change: transform;
}

.main-title {
    font-weight: 800;
    animation: bottomToTop .3s forwards;
    opacity: 0;
    animation: bottomToTop .3s forwards;
    animation-delay: .2s;
    will-change: transform;
}

.main-description {
    color: #FFF;
    opacity: .7;
    opacity: 0;
    animation: bottomToTop .3s forwards;
    animation-delay: .3s;
    will-change: transform;
}

.main-description span {
    font-weight: 800;
}

.ts-social-icons a:nth-child(1) {
    transform: translateY(100px);
    opacity: 0;
    animation: bottomToTopSocial .3s forwards;
    animation-delay: .6s;
    will-change: transform;
}

.ts-social-icons a:nth-child(2) {
    transform: translateY(100px);
    opacity: 0;
    animation: bottomToTopSocial .3s forwards;
    animation-delay: .7s;
    will-change: transform;
}

.ts-social-icons a:nth-child(3) {
    transform: translateY(100px);
    opacity: 0;
    animation: bottomToTopSocial .3s forwards;
    animation-delay: .8s;
    will-change: transform;
}

.ts-social-icons a:nth-child(4) {
    transform: translateY(100px);
    opacity: 0;
    animation: bottomToTopSocial .3s forwards;
    animation-delay: .9s;
    will-change: transform;
}

.copyright {
    transform: translateY(100px);
    opacity: 0;
    animation: bottomToTop .3s forwards;
    animation-delay: 1s;
    will-change: transform;
}

.ts-social-icons a:hover {
    opacity: 1!important;
}


body.ts-side-panel-active .ts-side-panel {
    transform: translateX(0%);
}

body.ts-side-panel-active .ts-page-wrapper {
    transform: translateX(-100%);
}

body.ts-theme-light .ts-shapes-canvas:after {
    opacity: .1;
}

body.ts-theme-light p {
    color: rgba(25, 25, 25, .6);
}

body.ts-theme-light h2 {
    border-bottom-color: rgba(25, 25, 25, .1);
}

body.ts-theme-light .ts-social-icons a {
    color: #191919;
    opacity: .6;
}

body.ts-theme-light .ts-social-icons a:hover {
    opacity: 1;
}

body.ts-theme-dark {
    color: #fff;
    background-color: #191919;
}



body.ts-theme-dark .form-control {
    box-shadow: 0 0 0 .125rem rgba(255, 255, 255, .2);
}

body.ts-theme-dark .form-control:focus {
    box-shadow: 0 0 0 .125rem rgba(255, 255, 255, .4);
}

body.ts-theme-dark .ts-social-icons a {
    color: #fff;
    opacity: .6;
}

body.ts-theme-dark .ts-social-icons a:hover {
    opacity: 1;
}

body,
html {
    height: 100%;
}

html {
    font-size: 80%;
}

h1 {
    font-weight: 400;
    font-size: 1.875rem;
}

h2 {
    font-weight: 500;
    font-size: 1.25rem;
}

h3 {
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 1.25rem;
}

h4 {
    font-weight: 500;
    margin-bottom: 1.875rem;
}

h5 {
    font-size: 1rem;
    font-weight: 500;
}

h6 {
    font-size: .9375rem;
}

.ts-height__50px {
    height: 3.125rem;
}

.ts-height__100px {
    height: 6.25rem;
}

.ts-height__150px {
    height: 9.375rem;
}

.ts-height__200px {
    height: 12.5rem;
}

.ts-height__250px {
    height: 15.625rem;
}

.ts-height__300px {
    height: 18.75rem;
}

.ts-height__350px {
    height: 21.875rem;
}

.ts-height__400px {
    height: 25rem;
}

.ts-height__450px {
    height: 28.125rem;
}

.ts-height__500px {
    height: 31.25rem;
}

.ts-height__600px {
    height: 37.5rem;
}

.ts-height__700px {
    height: 43.75rem;
}

.ts-height__800px {
    height: 50rem;
}

.ts-height__900px {
    height: 56.25rem;
}

.ts-height__1000px {
    height: 62.5rem;
}

.ts-mt__0 {
    margin-top: 0 !important;
}

.ts-mr__0 {
    margin-right: 0 !important;
}

.ts-mb__0 {
    margin-bottom: 0 !important;
}

.ts-ml__0 {
    margin-left: 0 !important;
}

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

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



.ts-opacity__5 {
    opacity: .05;
}

.ts-opacity__10 {
    opacity: .1;
}

.ts-opacity__20 {
    opacity: .2;
}

.ts-opacity__30 {
    opacity: .3;
}

.ts-opacity__40 {
    opacity: .4;
}

.ts-opacity__50 {
    opacity: .5;
}

.ts-opacity__60 {
    opacity: .6;
}

.ts-opacity__70 {
    opacity: .7;
}

.ts-opacity__80 {
    opacity: .8;
}

.ts-opacity__90 {
    opacity: .9;
}

.ts-overflow__hidden {
    overflow: hidden;
}

.ts-overflow__visible {
    overflow: visible;
}

.ts-pt__0 {
    padding-top: 0 !important;
}

.ts-pr__0 {
    padding-right: 0 !important;
}

.ts-pb__0 {
    padding-bottom: 0 !important;
}

.ts-pl__0 {
    padding-left: 0 !important;
}


a {
    color: #00c9ee;
}

a:hover {
    color: rgb(0, 165, 194);
    text-decoration: none;
}

p {
    line-height: 1.6875rem;
    margin-bottom: 1.875rem;
    color: rgba(25, 25, 25, .6);
}

.ts-font-weight__normal {
    font-weight: normal;
}

.ts-font-weight__light {
    font-weight: lighter;
}

.ts-font-weight__bold {
    font-weight: bold;
}

.ts-text-small {
    font-size: .8125rem !important;
}

.ts-xs-text-center {}


.ts-title {
    margin-bottom: 1.25rem;
}

.ts-title h5 {
    font-weight: normal;
    opacity: .5;
}

.ts-social-icons {
    font-size: 120%;
}

.ts-social-icons a {
    padding: .25rem .5rem;
    color: #9e9e9e;
}

.btn {
    border-radius: 6.25rem;
    border-width: .125rem;
    box-shadow: .125rem .1875rem .9375rem rgba(0, 0, 0, .15);
    font-weight: 600;
    font-size: .9375rem;
    padding: .5rem 1.25rem;
    position: relative;
    outline: none !important;
}

.btn span {
    transition: .3s ease;
}

.btn .status {
    bottom: 0;
    height: 1.375rem;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    width: 1.5rem;
}

.btn .status .spinner {
    left: .3125rem;
    transition: .3s ease;
    top: .1875rem;
    position: absolute;
    opacity: 0;
}

.btn .status .status-icon {
    border-radius: 50%;
    left: 0;
    opacity: 0;
    font-size: .625rem;
    padding: .25rem .4375rem;
    position: relative;
    transition: .3s ease;
    z-index: 1;
    transform: scale(0);
}

.btn .status .status-icon.valid {
    background-color: var(--green);
}

.btn .status .status-icon.invalid {
    background-color: var(--red);
}

.btn.processing span {
    opacity: .2;
}

.btn.processing .spinner {
    opacity: 1;
}

.btn.done .ts-spinner {
    opacity: 0;
}

.btn.done .status-icon {
    transform: scale(1);
    opacity: 1;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    /*background-color: darken( var(--color-primary), 20% );
    border-color: darken( var(--color-primary), 20% );*/
    background-color: #00c9ee;
    border-color: #00c9ee;
    box-shadow: .125rem .1875rem .9375rem rgba(0, 0, 0, .3);
}

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

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: rgb(0, 165, 194);
    border-color: rgb(0, 165, 194);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    background-color: rgb(0, 165, 194);
    border-color: rgb(0, 143, 168);
    box-shadow: 0 .1875rem .9375rem rgba(0, 0, 0, .2);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    background-color: rgb(0, 165, 194);
    border-color: rgb(0, 165, 194);
    box-shadow: 0 .1875rem .9375rem rgba(0, 0, 0, .2);
}

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

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

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

.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    background-color: #00c9ee;
    border-color: #00c9ee;
    box-shadow: 0 0 0 .2rem rgba(0, 201, 238, .5);
}

.btn-lg {
    padding: .75rem 1.5rem;
    font-size: 1.125rem;
}

.btn-sm {
    font-size: .8125rem;
    padding: .375rem 1rem;
}

.btn-xs {
    font-size: .75rem;
    font-weight: 600;
    padding: .125rem .6875rem;
    text-transform: uppercase;
}

[class*="btn-outline-"] {
    box-shadow: none;
}

.ts-btn-border-muted {
    border-color: rgba(25, 25, 25, .1);
}



/*-------------------------------------------
  -- Navbar
-------------------------------------------*/

.navbar {
    font-size: .875rem;
    font-weight: 500;
    padding-bottom: 2rem;
    padding-top: 2rem;
    transition: .3s ease;
}

.navbar.in {
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.navbar.in .ts-background {
    opacity: 1 !important;
}

.navbar .ts-background {
    transition: 1s ease;
}

.navbar .navbar-toggler {
    outline: none !important;
    border: none;
}

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

[class*="navbar-expand"] .navbar-nav .nav-link {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
}

/*XL*/

/*LG*/

/*MD*/

/*SM*/

/*-------------------------------------------
  -- Page
-------------------------------------------*/

.ts-page-wrapper {
    height: 100%;
    transition: 1s cubic-bezier(.77, 0, .18, 1);
}

.ts-page-wrapper>.container {
    display: table;
    height: 100%;
}

#header,
#footer {
    display: table-row;
    height: .0625rem;
}

#header {
    vertical-align: top;
}

#header .navbar {
    padding-left: 0;
    padding-right: 0;
}

#main-content {
    display: table;
    height: 100%;
    width: 100%;
}

#main-content .ts-content-wrapper {
    display: table-cell;
    vertical-align: middle;
}

#main-content .ts-content-wrapper>.row {
    width: 100%;
}

#footer {
    vertical-align: bottom;
}

@media (max-width: 768px) {
    #main-content .ts-content-wrapper>.row {
        width: 100% !important;
    }

}





@media (min-width: 36rem) and (max-width: 47.9375rem) {
    body.ts-side-panel-active .ts-page-wrapper {
        transform: translateX(-80%);
    }

    html {
        font-size: 85%;
    }

    h2 {
        font-size: 1.375rem;
    }

    .ts-column-count-sm-1 {
        column-count: 1;
    }

    .ts-column-count-sm-2 {
        column-count: 2;
    }

    .ts-column-count-sm-3 {
        column-count: 3;
    }

    .ts-column-count-sm-4 {
        column-count: 4;
    }

    .ts-promo-numbers h2 {
        font-size: 2.375rem;
    }

    .ts-count-down {
        font-size: 3.125rem;
    }

    .ts-count-down .ts-cc-description {
        font-size: .625rem;
    }

    .ts-side-panel {
        padding: 1.25rem;
        width: 80%;
    }
}

@media (min-width: 48rem) and (max-width: 61.9375rem) {
    body.ts-side-panel-active .ts-page-wrapper {
        transform: translateX(-70%);
    }

    html {
        font-size: 90%;
    }

    h1 {
        font-size: 2.25rem;
    }

    h2 {
        font-size: 1.625rem;
    }

    .ts-column-count-md-1 {
        column-count: 1;
    }

    .ts-column-count-md-2 {
        column-count: 2;
    }

    .ts-column-count-md-3 {
        column-count: 3;
    }

    .ts-column-count-md-4 {
        column-count: 4;
    }

    .ts-promo-numbers h2 {
        font-size: 2.5rem;
    }

    .ts-count-down {
        font-size: 3.125rem;
    }

    .ts-count-down .ts-cc-description {
        font-size: .75rem;
    }

    .ts-side-panel {
        padding: 1.5rem;
        width: 70%;
    }
}

@media (min-width: 62rem) and (max-width: 74.9375rem) {
    body.ts-side-panel-active .ts-page-wrapper {
        transform: translateX(-60%);
    }

    html {
        font-size: 95%;
    }

    h1 {
        font-size: 2.375rem;
    }

    h2 {
        font-size: 1.75rem;
    }

    h3 {
        font-size: 1.125rem;
    }

    .ts-column-count-lg-1 {
        column-count: 1;
    }

    .ts-column-count-lg-2 {
        column-count: 2;
    }

    .ts-column-count-lg-3 {
        column-count: 3;
    }

    .ts-column-count-lg-4 {
        column-count: 4;
    }

    .ts-block {
        padding-bottom: 6.25rem;
        padding-top: 6.25rem;
    }

    .ts-card__image {
        height: 12.5rem;
    }

    .ts-promo-numbers h2 {
        font-size: 2.75rem;
    }

    .ts-count-down {
        font-size: 3.75rem;
    }

    .ts-count-down .ts-cc-description {
        font-size: 1.125rem;
    }

    .ts-side-panel {
        padding: 1.75rem;
        width: 60%;
    }
}

@media (min-width: 75rem) {
    body.ts-side-panel-active .ts-page-wrapper {
        transform: translateX(-50%);
    }

    html {
        font-size: 100%;
    }

    h1 {
        font-size: 2.625rem;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.1875rem;
    }

    .ts-column-count-xl-1 {
        column-count: 1;
    }

    .ts-column-count-xl-2 {
        column-count: 2;
    }

    .ts-column-count-xl-3 {
        column-count: 3;
    }

    .ts-column-count-xl-4 {
        column-count: 4;
    }

    .ts-block {
        padding-bottom: 8.125rem;
        padding-top: 8.125rem;
    }

    .ts-card__image {
        height: 15.625rem;
    }

    .navbar.navbar-expand-xl .ts-background {
        opacity: 0;
    }

    .ts-promo-numbers h2 {
        font-size: 3rem;
    }

    .ts-count-down {
        font-size: 4.375rem;
    }

    .ts-count-down .ts-cc-description {
        font-size: 1.125rem;
    }

    .ts-carousel-centered .owl-nav .owl-next {
        right: 5rem;
    }

    .ts-carousel-centered .owl-nav .owl-prev {
        left: 5rem;
    }

    .floated form {
        padding: 2.5rem 5rem;
    }

    .ts-side-panel {
        padding: 2rem;
        width: 50%;
    }
}

@media (max-width: 35.9375rem) {
    h1 {
        margin-bottom: 1.25rem;
    }

    [class*="ts-column-count-"] {
        column-count: 1;
    }

    .ts-xs-text-center {
        text-align: center !important;
    }

    .ts-promo-numbers h2 {
        font-size: 2.25rem;
    }

    .ts-promo-number {
        margin-bottom: 1.875rem;
    }
}

@media (min-width: 36rem) and (max-width: 61.9375rem) {
    h1 {
        margin-bottom: 1.25rem;
    }

    .ts-title {
        margin-bottom: 1.875rem;
    }

    .ts-block-inside {
        padding: 2.5rem;
    }
}

@media (min-width: 62rem) {


    .ts-title {
        margin-bottom: 2.5rem;
    }

    .ts-block-inside {
        padding: 3.75rem;
    }

    .navbar.navbar-expand-lg .ts-background {
        opacity: 0;
    }

    .floated {
        position: absolute;
    }
}

@media (min-width: 48rem) {
    h4 {
        font-size: 1.0625rem;
    }

    .navbar.navbar-expand-md .ts-background {
        opacity: 0;
    }
}

@media (max-width: 61.9375rem) {
    .ts-card__image {
        height: 15.625rem;
    }
}

@media (min-width: 36rem) {
    .navbar.navbar-expand-sm .ts-background {
        opacity: 0;
    }

    .ts-carousel-centered .owl-nav .owl-next {
        right: 2.5rem;
    }

    .ts-carousel-centered .owl-nav .owl-prev {
        left: 2.5rem;
    }

    .ts-side-panel .ts-close-side-panel {
        top: 1.25rem;
    }
}

@keyframes bottomToTop {
    from {
        transform: translateY(100px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes bottomToTopSocial {
    from {
        transform: translateY(100px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: .6;
    }
}

@keyframes bottomToTopButton {
    from {
        transform: translateY(100px) scale(1);
        opacity: 0;
        transition: none;
    }

    to {
        transform: translateY(0) scale(1);
        opacity: 1;
        transition: transform .2s, background-color .2s;
    }
}

@keyframes overflow {
    from {
        overflow-y: hidden;
    }

    to {
        overflow-y: auto;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}