/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@font-face {
    font-family: Permanent Marker;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(/landingV3Fonts/permanent-marker-latin-400-normal.woff2) format("woff2"),url(/landingV3Fonts/permanent-marker-all-400-normal.woff) format("woff");
    unicode-range: u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd
}

@font-face {
    font-family: Modak;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(/landingV3Fonts/modak-devanagari-400-normal.woff2) format("woff2"),url(/landingV3Fonts/modak-all-400-normal.woff) format("woff");
    unicode-range: u+0900-097f,u+1cd0-1cf6,u+1cf8-1cf9,u+200c-200d,u+20a8,u+20b9,u+25cc,u+a830-a839,u+a8e0-a8fb
}

@font-face {
    font-family: Modak;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(/landingV3Fonts/modak-latin-ext-400-normal.woff2) format("woff2"),url(/landingV3Fonts/modak-all-400-normal.woff) format("woff");
    unicode-range: u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff
}

@font-face {
    font-family: Modak;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(/landingV3Fonts/modak-latin-400-normal.woff2) format("woff2"),url(/landingV3Fonts/modak-all-400-normal.woff) format("woff");
    unicode-range: u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd
}

@font-face {
    font-family: Monda;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(/landingV3Fonts/monda-vietnamese-400-normal.woff2) format("woff2"),url(/landingV3Fonts/monda-all-400-normal.woff) format("woff");
    unicode-range: u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+1ea0-1ef9,u+20ab
}

@font-face {
    font-family: Monda;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(/landingV3Fonts/monda-latin-ext-400-normal.woff2) format("woff2"),url(/landingV3Fonts/monda-all-400-normal.woff) format("woff");
    unicode-range: u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff
}

@font-face {
    font-family: Monda;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(/landingV3Fonts/monda-latin-400-normal.woff2) format("woff2"),url(/landingV3Fonts/monda-all-400-normal.woff) format("woff");
    unicode-range: u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd
}

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

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

article,footer,header,nav,section {
    display: block
}

body {
    margin: 0;
    font-family: neue-haas-unica,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

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

h1,h2,h3 {
    margin-top: 0;
    margin-bottom: .5rem
}

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

ul ul {
    margin-bottom: 0
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

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

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

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

img {
    border-style: none
}

img,svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

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

button {
    border-radius: 0
}

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

button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    overflow: visible;
    text-transform: none
}

[role=button] {
    cursor: pointer
}

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

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

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

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

template {
    display: none
}

[hidden] {
    display: none!important
}

.h1,.h2,.h3,h1,h2,h3 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

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

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

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

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

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

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

a>code {
    color: inherit
}

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

.container {
    max-width: 0
}

@media (min-width: 320px) {
    .container {
        max-width:310px
    }
}

@media (min-width: 375px) {
    .container {
        max-width:365px
    }
}

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

@media (min-width: 667px) {
    .container {
        max-width:657px
    }
}

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

@media (min-width: 992px) {
    .container,.container-lg {
        max-width:952px
    }
}

@media (min-width: 1200px) {
    .container,.container-lg {
        max-width:1140px
    }
}

@media (min-width: 1440px) {
    .container,.container-lg {
        max-width:1380px
    }
}

.row-up {
    display: block;
    margin-right: -15px;
    margin-left: -15px
}

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

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

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

.col-12,.col-auto,.col-lg-4,.col-lg-8,.col-md-3,.col-sm-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

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

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

@media (min-width: 667px) {
    .col-sm-6 {
        flex:0 0 50%;
        max-width: 50%
    }
}

@media (min-width: 768px) {
    .col-md-3 {
        flex:0 0 25%;
        max-width: 25%
    }
}

@media (min-width: 992px) {
    .col-lg-4 {
        flex:0 0 33.33333%;
        max-width: 33.33333%
    }

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

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

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.btn.disabled,.btn:disabled {
    opacity: .65
}

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

a.btn.disabled,fieldset:disabled a.btn {
    pointer-events: none
}

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

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

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

.collapsing.width {
    width: 0;
    height: auto;
    transition: width .35s ease
}

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

.dropdown {
    position: relative
}

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

.dropdown-menu.show {
    display: block
}

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

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

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

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: .5rem 1rem
}

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

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

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

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

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

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

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

@media (max-width: 991.98px) {
    .navbar-expand-lg>.container,.navbar-expand-lg>.container-lg {
        padding-right:0;
        padding-left: 0
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

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

a.close.disabled {
    pointer-events: none
}

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

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    outline: 0
}

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

.modal.show .modal-dialog {
    transform: none
}

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

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: ""
}

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

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

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

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
        height: min-content
    }
}

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

.d-none {
    display: none!important
}

.d-inline-block,.mega-menu .submenu:hover {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-flex,.mega-menu .submenu-links {
    display: flex!important
}

.d-inline-flex,.mega-menu .menu-banner,.mega-menu .menu-banner-left,.mega-menu .menu-banner-right {
    display: inline-flex!important
}

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

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

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

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

.flex-column,.mega-menu .menu-banner-left,.mega-menu .submenu-links {
    flex-direction: column!important
}

.mega-menu .menu-banner-left {
    justify-content: flex-start!important
}

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

.justify-content-center,.mega-menu .menu-banner-right,.mega-menu .submenu-links {
    justify-content: center!important
}

.mega-menu .menu-banner-right {
    align-items: flex-end!important
}

.align-items-center,.mega-menu .menu-link {
    align-items: center!important
}

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

.float-right {
    float: right!important
}

.position-relative {
    position: relative!important
}

.position-sticky {
    position: sticky!important
}

.mega-menu .menu-banner,.mega-menu .submenu-links,.w-100 {
    width: 100%!important
}

.h-100,.mega-menu .menu-banner,.mega-menu .menu-banner-left,.mega-menu .menu-banner-right,.mega-menu .submenu-links {
    height: 100%!important
}

.mw-100 {
    max-width: 100%!important
}

.m-0 {
    margin: 0!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
    padding: 0!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-6 {
    padding-top: 3.5rem!important
}

.px-6 {
    padding-right: 3.5rem!important;
    padding-left: 3.5rem!important
}

.pt-7 {
    padding-top: 4rem!important
}

.pb-8 {
    padding-bottom: 4.5rem!important
}

.pb-10 {
    padding-bottom: 5.5rem!important
}

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

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

@media (min-width: 667px) {
    .mt-sm-0 {
        margin-top:0!important
    }

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

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

@media (min-width: 992px) {
    .my-lg-0 {
        margin-top:0!important;
        margin-bottom: 0!important
    }

    .px-lg-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

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

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

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

@media print {
    *,:after,:before {
        text-shadow: none!important;
        box-shadow: none!important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    img {
        page-break-inside: avoid
    }

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

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

    @page {
        size: a3
    }

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

    .navbar {
        display: none
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.color-main,.mega-menu .menu-banner-subheader,.mega-menu .menu-label,.mega-menu .menu-link-subheader {
    color: #a4b1cd!important
}

.color-green {
    color: #9fef00!important
}

.color-white,.mega-menu .menu-banner-left {
    color: #fff!important
}

.color-blue-nav {
    color: #111927!important
}

.mega-menu .menu-link-header,.mega-menu .submenu-link {
    color: #1a2332!important
}

.mega-menu .menu-link:hover .menu-link-subheader {
    color: #0e141d!important
}

.mega-menu .submenu {
    background-color: #eff5ff!important
}

.bg-color-blue-nav,.mega-menu .menu-banner-left,.nav-main {
    background-color: #111927!important
}

.bg-color-blue-nav-active {
    background-color: #1a2332!important
}

.bg-color-green,.mega-menu .menu-banner-right {
    background-color: #9fef00!important
}

.tk-neue-haas-unica {
    font-family: neue-haas-unica,sans-serif
}

.icon {
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: hack-the-box;
    src: url(/landingV3Fonts/hack-the-box.eot);
    src: url(/landingV3Fonts/hack-the-box.eot) format("embedded-opentype"),url(/landingV3Fonts/hack-the-box.woff) format("woff"),url(/landingV3Fonts/hack-the-box.ttf) format("truetype"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cfont id='icomoon' horiz-adv-x='1024'%3E%3Cfont-face units-per-em='1024' ascent='1024' descent='0'/%3E%3Cglyph/%3E%3Cglyph unicode='î¨' glyph-name='htb-arrow-right-v3' horiz-adv-x='1303' d='M771.891 985.088q18.022 17.818 42.394 24.166 23.552 6.349 47.104 0 24.371-6.349 42.189-24.166l372.531-372.326q17.818-17.818 24.166-42.189 6.144-23.757 0-47.309-6.349-24.371-24.166-42.189L903.578 108.749q-17.818-17.818-42.189-24.166-23.552-6.349-47.104 0-24.371 6.349-42.291 24.166t-24.269 42.189q-6.144 23.552 0 47.309 6.349 24.166 24.166 42.189l213.606 213.402H93.183q-25.395 0-47.104 12.698-21.094 12.288-33.382 33.382Q-.001 521.627-.001 546.92t12.698 47.002q12.288 21.094 33.382 33.382 21.709 12.698 47.104 12.698h892.314L771.891 853.404q-17.818 18.022-24.166 42.189-6.144 23.757 0 47.309 6.349 24.371 24.166 42.189z'/%3E%3Cglyph unicode='î¨‚' glyph-name='htb-arrow-right' d='M1007.616 551.731L637.747 921.6q-7.782 7.987-18.022 12.186t-21.504 4.198-21.504-4.198T558.49 921.6l-33.587-33.587q-7.782-7.987-11.981-18.227t-4.198-21.504 4.198-21.709 11.981-18.227l215.859-216.269H55.296q-15.155 0-27.853-7.27t-20.07-19.968T0 536.986v-47.514q0-15.155 7.373-28.467t19.866-21.094q12.902-7.987 28.058-7.987H743.22L524.903 214.631q-7.782-7.987-11.981-18.022t-4.198-21.299 4.198-21.402 11.981-18.125l33.587-33.382q7.987-7.987 18.227-12.186t21.504-4.198 21.504 4.301 18.022 12.083l369.869 369.869q7.987 7.987 12.186 18.227t4.198 21.504-4.198 21.606-12.186 18.125z'/%3E%3Cglyph unicode='î¨ƒ' glyph-name='htb-calendar' d='M320.102 576.102h-42.598q-11.674 0-21.504-5.734t-15.565-15.565-5.734-21.402 5.734-21.402T256 496.434t21.504-5.734h42.598q11.469 0 21.299 5.734t15.565 15.565 5.734 21.402-5.734 21.402-15.565 15.565-21.299 5.734zm213.197 0h-42.803q-11.469 0-21.299-5.734t-15.565-15.565-5.734-21.402 5.734-21.402 15.565-15.565 21.299-5.734h42.803q11.469 0 21.299 5.734t15.565 15.565 5.734 21.402-5.734 21.402-15.462 15.565-21.402 5.734zm213.402 0h-42.598q-11.469 0-21.299-5.734t-15.565-15.565-5.734-21.402 5.734-21.402 15.565-15.565 21.299-5.734h42.598q11.674 0 21.504 5.734t15.565 15.565 5.734 21.402-5.734 21.402-15.565 15.565-21.504 5.734zM320.102 405.504h-42.598q-11.674 0-21.504-5.734t-15.565-15.565-5.734-21.402 5.734-21.402T256 325.836t21.504-5.734h42.598q11.469 0 21.299 5.734t15.565 15.565 5.734 21.402-5.734 21.402-15.565 15.565-21.299 5.734zm213.197 0h-42.803q-11.469 0-21.299-5.734t-15.565-15.565-5.734-21.402 5.734-21.402 15.565-15.565 21.299-5.734h42.803q11.469 0 21.299 5.734t15.565 15.565 5.734 21.402-5.734 21.402-15.462 15.565-21.402 5.734zm213.402 0h-42.598q-11.469 0-21.299-5.734t-15.565-15.565-5.734-21.402 5.734-21.402 15.565-15.565 21.299-5.734h42.598q11.674 0 21.504 5.734t15.565 15.565 5.734 21.402-5.734 21.402-15.565 15.565-21.504 5.734zM320.102 234.701h-42.598q-11.674 0-21.504-5.734t-15.565-15.565-5.734-21.299 5.734-21.299T256 155.239t21.504-5.734h42.598q11.469 0 21.299 5.734t15.565 15.565 5.734 21.299-5.734 21.299-15.565 15.565-21.299 5.734zm213.197 0h-42.803q-11.469 0-21.299-5.734t-15.565-15.565-5.734-21.299 5.734-21.299 15.565-15.565 21.299-5.734h42.803q11.469 0 21.299 5.734t15.565 15.565 5.734 21.402-5.734 21.299-15.462 15.462-21.402 5.734zm213.402 0h-42.598q-11.469 0-21.299-5.734t-15.565-15.565-5.734-21.299 5.734-21.299 15.565-15.565 21.299-5.734h42.598q11.674 0 21.504 5.734t15.565 15.565 5.734 21.299-5.734 21.299-15.565 15.565-21.504 5.734zM917.504 896h-117.35q-4.506 0-7.578 3.072t-3.072 7.578v74.752q0 11.469-5.734 21.299t-15.565 15.565-21.402 5.734-21.402-5.734-15.565-15.565-5.734-21.299V778.65q0-8.806-4.301-16.179t-11.674-11.674-16.077-4.301-16.077 4.301-11.674 11.674-4.301 16.179v95.846q0 5.939-2.867 10.752t-7.782 7.68-10.65 2.867H351.845q-4.301 0-7.373 3.072t-3.072 7.578v74.957q0 11.469-5.734 21.299t-15.565 15.565-21.402 5.734-21.402-5.734-15.565-15.565-5.734-21.299V778.65q0-8.806-4.301-16.179t-11.674-11.674-16.077-4.301-16.077 4.301-11.674 11.674-4.301 16.179v95.846q0 5.939-2.867 10.752t-7.782 7.68-10.65 2.867h-64.102q-23.142 0-43.008-11.674-19.251-11.264-30.515-30.72-11.674-19.866-11.674-43.008V85.401q0-23.142 11.674-43.008 11.264-19.456 30.515-30.72Q83.351-.001 106.493-.001h810.803q23.142 0 43.008 11.674 19.251 11.264 30.515 30.72 11.674 19.866 11.674 43.008v725.197q.205 23.142-11.469 43.008-11.264 19.456-30.515 30.72Q940.643 896 917.501 896zm0-789.504q0-5.734-2.867-10.65t-7.782-7.68-10.65-2.765h-768q-5.734 0-10.65 2.867t-7.782 7.68-2.867 10.547v512q0 5.939 2.867 10.752t7.782 7.68 10.65 2.867h768q5.734 0 10.65-2.867t7.782-7.782 2.867-10.65v-512z'/%3E%3Cglyph unicode='î¨„' glyph-name='htb-checkmark' d='M273.818 319.488L105.677 487.834q-11.674 11.674-27.443 15.77-15.36 4.096-30.72.205-15.974-4.096-27.648-15.77l-.205-.205Q7.987 476.16 3.687 460.186q-4.096-15.565 0-30.925 4.096-15.974 15.77-27.648l254.157-254.771q11.674-11.674 27.648-15.77 15.36-3.891 30.925 0 15.77 4.096 27.443 15.77l644.71 645.939q11.674 11.674 15.974 27.443 3.891 15.565 0 30.925-4.301 15.974-15.974 27.648-11.674 11.674-27.443 15.77-15.36 4.096-30.925 0-15.77-4.096-27.443-15.77L359.835 319.488q-11.674-11.674-27.443-15.77-15.565-4.096-30.925 0-15.974 4.096-27.648 15.77z'/%3E%3Cglyph unicode='î¨…' glyph-name='htb-chevron-down-v3' horiz-adv-x='1609' d='M44.646 889.651q20.89 21.094 48.333 32.154 26.419 10.854 54.989 10.854t54.989-10.854q27.443-11.059 48.538-32.154l498.278-498.278 498.278 498.278q21.094 21.094 48.538 32.154 26.419 10.854 54.989 10.854t54.989-10.854q27.443-11.059 48.435-32.051t32.256-48.435q10.65-26.419 10.65-55.091t-10.65-55.091q-11.264-27.238-32.154-48.333l-573.44-573.44Q855.45 83.15 821.146 69.018t-71.373-14.131-71.27 14.131-60.416 40.346l-573.44 573.44q-21.094 21.094-32.154 48.333-10.854 26.419-10.854 55.091t10.854 55.091q11.059 27.443 32.154 48.333z'/%3E%3Cglyph unicode='î¨†' glyph-name='htb-chevron-right' d='M270.95 0q-5.939 0-11.469 2.253t-9.626 6.554q-5.939 5.734-7.987 13.517t0 15.565 7.987 13.517l460.39 460.595-460.39 460.595q-5.939 5.734-7.987 13.517t0 15.565 7.885 13.619 13.619 7.885 15.462 0 13.619-7.987l481.69-481.894q5.939-5.939 7.987-13.722t0-15.462-7.987-13.619L292.453 8.808q-4.506-4.301-10.035-6.554T270.949.001z'/%3E%3Cglyph unicode='î¨‡' glyph-name='htb-close-line' d='M780.902 819.2l38.298-38.298L550.502 512 819.2 243.302 780.902 204.8 512 473.702 243.302 204.8 204.8 243.302 473.702 512 204.8 780.902l38.502 38.298L512 550.502z'/%3E%3Cglyph unicode='î¨ˆ' glyph-name='htb-close' d='M860.774 1006.592l145.818-145.818q11.469-11.469 15.565-27.034 3.891-15.155 0-30.106-4.096-15.565-15.565-27.034L247.398 17.406Q235.929 5.937 220.364 1.841q-14.95-3.891-30.106 0-15.565 4.096-27.034 15.565L17.406 163.224Q5.937 174.693 1.841 190.258q-3.891 15.155 0 30.106 4.096 15.565 15.565 27.034L776.6 1006.592q11.469 11.469 27.034 15.565 14.95 3.891 30.106 0 15.565-4.096 27.034-15.565zM17.408 860.774l145.818 145.818q11.469 11.469 27.034 15.565 15.155 3.891 30.106 0 15.565-4.096 27.034-15.565l759.194-759.194q11.469-11.469 15.565-27.034 3.891-14.95 0-30.106-4.096-15.565-15.565-27.034L860.776 17.406Q849.307 5.937 833.742 1.841q-15.155-3.891-30.106 0-15.565 4.096-27.034 15.565L17.408 776.6Q5.939 788.069 1.843 803.634q-3.891 14.95 0 30.106 4.096 15.565 15.565 27.034z'/%3E%3Cglyph unicode='î¨‰' glyph-name='htb-discord' d='M512 0q83.354 0 161.792 26.01 75.776 25.395 140.493 72.704 64.102 46.899 111.002 111.002 47.309 64.717 72.704 140.493 26.01 78.438 26.01 161.792t-26.01 161.792q-25.395 75.776-72.704 140.493-46.899 64.102-111.002 111.002-64.717 47.309-140.493 72.704-78.438 26.01-161.792 26.01t-161.792-26.01q-75.776-25.395-140.493-72.704-64.102-46.899-111.002-111.002-47.309-64.717-72.704-140.493-26.01-78.438-26.01-161.792t26.01-161.792q25.395-75.776 72.704-140.493 46.899-64.102 111.002-111.002 64.717-47.309 140.493-72.704Q428.646 0 512 0zm73.728 706.97q36.045-1.843 67.789-13.926 33.178-12.493 60.211-35.43 31.13-61.85 47.923-131.686 16.589-68.608 18.637-141.312-28.262-31.744-64.922-49.357-37.888-18.227-77.824-18.227l-10.24 12.698q-11.674 14.95-19.251 26.214 24.576 6.144 45.056 19.456 21.709 14.336 36.045 35.226-17.203-10.445-25.805-15.36-14.336-8.192-25.805-13.312-14.746-6.963-33.178-12.288-11.059-3.277-33.382-8.397v-.205q-19.661-2.458-29.491-3.482-16.384-1.638-29.491-1.638t-29.491 1.638q-9.83 1.024-29.491 3.482v.205q-22.323 5.12-33.382 8.397-18.432 5.325-33.178 12.288-12.698 5.734-29.286 15.36-7.373 4.301-22.118 13.107l-.205.205q14.336-20.89 36.045-35.226 20.48-13.312 45.056-19.456-7.578-11.264-19.251-26.214l-10.24-12.698q-39.936 0-77.824 18.227-36.659 17.613-64.922 49.357 2.048 72.704 18.637 141.312 16.794 69.837 47.923 131.686 27.034 22.938 60.211 35.43 31.744 12.083 67.789 13.926l7.373-7.782q-30.515-7.578-59.392-22.938-27.238-14.746-53.862-36.864 31.744 17.818 66.15 28.877 35.226 11.469 71.68 15.36 9.83 1.843 20.89 2.253 6.758.41 20.89.41t20.89-.41q11.059-.41 20.89-2.253 36.454-3.891 71.68-15.36 34.406-11.059 66.15-28.877-26.624 22.118-53.862 36.864-28.877 15.36-59.392 22.938zM384 483.328q0-13.926 6.758-26.214 6.349-11.674 17.101-18.739t22.938-7.066 22.938 7.066 17.101 18.739q6.758 12.288 6.758 26.317t-6.758 26.112q-6.349 11.674-17.101 18.739t-22.938 7.066-22.938-7.066-17.101-18.739Q384 497.46 384 483.329zm162.406 0q0-13.926 6.758-26.214 6.349-11.674 17.101-18.739t22.938-7.066 22.938 7.066 17.101 18.739Q640 469.402 640 483.431t-6.758 26.112q-6.349 11.674-17.101 18.739t-22.938 7.066-22.938-7.066-17.101-18.739q-6.758-12.083-6.758-26.214z'/%3E%3Cglyph unicode='î¨Š' glyph-name='htb-facebook' d='M512 0q83.354 0 161.792 26.01 75.776 25.395 140.493 72.704 64.102 46.899 111.002 111.002 47.309 64.717 72.704 140.493 26.01 78.438 26.01 161.792t-26.01 161.792q-25.395 75.776-72.704 140.493-46.899 64.102-111.002 111.002-64.717 47.309-140.493 72.704-78.438 26.01-161.792 26.01t-161.792-26.01q-75.776-25.395-140.493-72.704-64.102-46.899-111.002-111.002-47.309-64.717-72.704-140.493-26.01-78.438-26.01-161.792t26.01-161.792q25.395-75.776 72.704-140.493 46.899-64.102 111.002-111.002 64.717-47.309 140.493-72.704Q428.646 0 512 0zm-58.368 243.712v234.701h-85.197v97.075h85.197v74.138q0 41.37 15.77 71.27 15.36 28.877 43.93 44.134t67.072 15.258q22.938 0 51.405-3.277 14.131-1.638 23.757-3.277v-82.739h-42.189q-19.866 0-32.768-7.782-11.469-6.758-17.203-19.251-4.915-11.059-4.915-25.395v-63.078h93.184l-14.95-97.075h-78.234V243.713H453.633z'/%3E%3Cglyph unicode='î¨‹' glyph-name='htb-instagram' d='M512 0q83.354 0 161.792 26.01 75.776 25.395 140.493 72.704 64.102 46.899 111.002 111.002 47.309 64.717 72.704 140.493 26.01 78.438 26.01 161.792t-26.01 161.792q-25.395 75.776-72.704 140.493-46.899 64.102-111.002 111.002-64.717 47.309-140.493 72.704-78.438 26.01-161.792 26.01t-161.792-26.01q-75.776-25.395-140.493-72.704-64.102-46.899-111.002-111.002-47.309-64.717-72.704-140.493-26.01-78.438-26.01-161.792t26.01-161.792q25.395-75.776 72.704-140.493 46.899-64.102 111.002-111.002 64.717-47.309 140.493-72.704Q428.646 0 512 0zM319.898 788.685q14.746 5.939 30.72 9.216 17.818 3.482 40.141 4.71 28.262 1.229 52.429 1.638 20.275.205 68.198.205 56.525.205 78.438-.205 17.203-.205 42.189-1.229 22.323-1.024 40.346-4.506 15.77-3.277 30.72-9.011t27.034-13.517q12.902-8.192 24.781-20.07t20.275-24.781q7.782-12.083 13.619-26.931t9.114-30.822q3.482-17.818 4.71-40.141.819-16.998 1.024-26.214.41-12.698.614-30.515.205-20.07.205-63.898.205-56.934-.205-78.438-.205-17.408-1.229-42.189-1.024-22.323-4.506-40.346-3.277-15.974-9.011-30.822t-13.517-26.931q-8.192-12.902-20.07-24.781t-24.781-20.275q-12.083-7.782-26.931-13.619t-30.822-9.114q-17.818-3.686-40.141-4.71-24.986-1.024-42.189-1.434-21.709-.41-78.438-.41-65.126-.205-87.45.205-12.288.41-33.178 1.229-22.323 1.024-40.141 4.506-15.974 3.277-30.925 9.011t-27.034 13.517q-12.902 8.192-24.781 20.07t-20.275 24.781q-7.782 12.083-13.619 26.931t-9.114 30.822q-3.482 17.818-4.71 40.141-1.024 24.781-1.434 42.189-.41 21.504-.512 78.438t.307 78.438q.205 17.408 1.229 42.189 1.024 22.323 4.506 40.346 3.277 15.974 9.011 30.822t13.517 26.931q8.192 12.902 20.07 24.781t24.781 20.275q12.083 7.782 27.034 13.517zm40.755-511.181q14.746-3.072 33.587-3.891 24.781-1.024 41.37-1.229 21.094-.41 76.8-.205 56.32 0 76.8.41 17.203.41 41.37 1.434 22.528 1.024 39.117 5.325 7.578 1.843 15.36 4.915 10.24 3.891 18.022 9.011t15.462 12.902 12.8 15.667 9.011 17.92 5.939 20.48q3.277 14.746 4.096 33.997 1.024 24.371 1.229 41.37.41 20.48.307 76.595t-.512 77.005q-.41 16.794-1.434 41.37-1.024 19.251-4.096 33.997-2.253 10.445-6.144 20.275-4.096 10.24-9.216 18.125t-12.8 15.565-15.565 12.8-18.125 9.011q-9.83 3.686-20.275 5.939-14.746 3.072-33.997 3.891-24.576 1.229-41.37 1.434-20.89.205-77.107.102t-76.493-.512q-17.203-.205-41.37-1.434-19.251-.819-33.997-4.096-10.65-2.253-20.48-5.939-12.493-5.12-21.914-11.878-5.734-4.301-11.674-10.24-7.578-7.578-12.698-15.462t-9.011-17.92-6.144-20.48q-3.072-14.95-3.891-33.997-1.024-24.576-1.229-41.37-.41-20.89-.205-77.005t.41-76.8q.41-16.998 1.434-41.37 1.229-24.781 6.349-42.598 1.638-5.734 3.891-11.674 4.096-10.24 9.216-18.125t12.8-15.462 15.565-12.698 17.92-9.011 20.89-6.144zm273.203 382.362q-1.024 4.096-1.024 8.602 0 6.963 2.662 13.414t7.578 11.366 11.366 7.578 13.517 2.662 13.414-2.662q3.277-1.434 5.939-3.072 8.806-5.939 12.902-15.77t2.048-20.275-9.523-18.022-17.92-9.728-20.275 1.946q-6.758 2.867-11.878 8.192-2.253 2.253-3.891 4.71-3.482 5.12-4.915 11.059zM512.205 361.882q-30.515-.205-58.368 11.674-27.034 11.264-47.821 32.051t-32.256 47.616q-11.878 27.853-11.981 58.47t11.776 58.47q11.264 27.034 32.051 47.821t47.616 32.256q27.853 11.878 58.47 11.981t58.47-11.776q27.034-11.264 47.821-32.051t32.256-47.616q11.878-27.853 11.981-58.47t-11.776-58.47q-11.264-27.034-32.051-47.821t-47.616-32.256q-27.853-11.878-58.573-11.878zm-81.306 204.185q-8.192-12.083-12.288-25.907t-4.096-28.365q0-11.878 2.867-23.347 1.843-7.168 4.506-13.926 7.578-18.022 21.299-31.642t31.642-20.992 37.376-7.373q14.541 0 28.365 4.198t25.805 12.288 21.094 19.251 14.643 24.576 6.963 27.853-1.434 28.57-9.728 26.931-17.101 22.938-23.04 16.998-26.931 9.626-28.57 1.331-27.75-7.066-24.474-14.746-19.149-21.197z'/%3E%3Cglyph unicode='î¨Œ' glyph-name='htb-linkedin' d='M512 1024q-83.354 0-161.792-26.01-75.776-25.395-140.493-72.704-64.102-46.899-111.002-111.002-47.309-64.717-72.704-140.493-26.01-78.438-26.01-161.792t26.01-161.792q25.395-75.776 72.704-140.493 46.899-64.102 111.002-111.002 64.717-47.309 140.493-72.704Q428.646-.002 512-.002t161.792 26.01q75.776 25.395 140.493 72.704 64.102 46.899 111.002 111.002 47.309 64.717 72.704 140.493 26.01 78.438 26.01 161.792t-26.01 161.792q-25.395 75.776-72.704 140.493-46.899 64.102-111.002 111.002-64.717 47.309-140.493 72.704Q595.354 1024 512 1024zM374.17 275.661h-98.509V630.17h98.509V275.661zm-49.562 393.83h-.614q-13.517.205-24.883 6.861t-18.022 18.125-6.554 24.986 6.758 24.986 18.125 18.125 24.986 6.656 24.883-6.656 18.125-18.125 6.758-24.986-6.656-24.986-18.022-18.125-24.883-6.861zm423.731-393.83H649.83v177.357q0 28.058-8.397 46.49-7.782 16.794-21.709 24.986-12.493 7.168-28.877 7.168-15.565 0-28.058-7.168-14.131-8.397-22.118-24.986-9.011-18.637-9.011-46.49V275.661h-98.509V630.17h98.509v-59.187q9.011 18.637 24.166 32.358t34.406 20.685 39.936 6.144q38.912 0 65.536-19.046 26.214-18.432 39.526-53.862 13.107-35.021 13.107-84.582V275.662z'/%3E%3Cglyph unicode='î¨' glyph-name='htb-plus' d='M972.8 563.2H563.2v409.6q0 13.926-6.861 25.702t-18.637 18.637T512 1024t-25.702-6.861-18.637-18.637T460.8 972.8V563.2H51.2q-13.926 0-25.702-6.861T6.861 537.702 0 512t6.861-25.702 18.637-18.637T51.2 460.8h409.6V51.2q0-13.926 6.861-25.702t18.637-18.637T512 0t25.702 6.861 18.637 18.637T563.2 51.2v409.6h409.6q13.926 0 25.702 6.861t18.637 18.637T1024 512t-6.861 25.702-18.637 18.637T972.8 563.2z'/%3E%3Cglyph unicode='î¨Ž' glyph-name='htb-rss' horiz-adv-x='1048' d='M534.733 0q83.354 0 161.792 26.01 75.776 25.395 140.493 72.704 64.102 46.899 111.002 111.002 47.309 64.717 72.704 140.493 26.01 78.438 26.01 161.792t-26.01 161.792q-25.395 75.776-72.704 140.493-46.899 64.102-111.002 111.002-64.717 47.309-140.493 72.704-78.438 26.01-161.792 26.01t-161.792-26.01q-75.776-25.395-140.493-72.704-64.102-46.899-111.002-111.002-47.309-64.717-72.704-140.493-26.01-78.438-26.01-161.792t26.01-161.792q25.395-75.776 72.704-140.493 46.899-64.102 111.002-111.002 64.717-47.309 140.493-72.704Q451.379 0 534.733 0zM356.966 268.288q18.022 0 33.382 9.011 14.95 8.602 23.757 23.552 9.011 15.36 9.011 33.28t-9.011 33.28q-8.806 14.95-23.757 23.757-15.36 9.011-33.28 9.011t-33.485-9.011q-14.95-8.806-23.552-23.757-9.011-15.36-9.011-33.28t9.011-33.28q8.602-14.95 23.552-23.552 15.565-9.011 33.382-9.011zm-65.945 271.974q0 13.517 6.656 24.678t17.715 16.896q11.469 5.734 24.576 3.686 51.2-7.987 97.075-31.744 44.851-23.142 80.691-58.982t58.982-80.486q23.757-45.875 31.949-96.87 2.048-13.107-3.686-24.781-5.734-11.059-16.896-17.715t-24.474-6.656-24.986 6.554q-10.854 6.349-18.637 17.306t-10.854 24.064q-9.421 41.779-33.997 77.21-23.962 35.021-58.778 58.982-35.635 24.371-77.414 33.792-13.107 3.072-24.064 10.854t-17.306 18.637q-6.554 11.674-6.554 24.576zm48.537 114.688q-13.312 1.638-24.474 8.909t-17.51 18.125q-6.554 11.674-6.554 24.883t6.554 24.474 17.613 16.998q11.674 6.144 24.781 4.915 84.992-8.806 161.792-45.875 74.752-36.045 133.632-94.925t94.925-133.632q37.069-76.595 45.67-161.587 1.434-13.312-4.71-24.781-5.939-11.059-17.203-17.613t-24.474-6.554-24.883 6.554q-11.059 6.349-18.227 17.51t-9.011 24.474q-8.192 65.331-37.478 124.109-28.467 57.139-73.83 102.502t-102.707 73.83q-58.778 29.286-123.904 37.683z'/%3E%3Cglyph unicode='î¨' glyph-name='htb-search' d='M433.971 144.384q-63.488 0-124.109 17.51t-113.254 50.893q-53.248 33.792-93.798 81.101-41.984 48.742-67.379 108.339Q12.903 455.065 5.53 511.078t.41 112.333 30.618 109.773 58.266 98.918 81.408 80.691 100.25 58.368q66.56 28.262 137.626 34.611 68.813 6.144 136.192-8.397 66.355-14.541 124.723-47.923 59.187-33.792 104.243-83.763 46.49-51.61 73.83-115.814t32.256-133.632q4.506-66.97-12.083-133.12-16.589-65.331-52.224-123.29-36.25-58.573-88.474-103.834-54.067-46.694-120.422-74.957-43.213-18.432-88.678-27.648-44.442-9.011-89.498-9.011zm20.89 787.251q-37.683 0-74.752-7.578-37.888-7.578-73.933-22.938-45.261-19.046-83.558-48.435t-67.686-67.174-48.23-82.022q-28.262-66.355-28.57-136.397t27.341-134.963q22.528-52.838 61.03-95.232 37.069-41.165 86.016-68.813 48.333-27.443 103.219-39.322 55.706-11.878 112.845-6.758 58.778 5.53 113.971 28.979t100.045 62.157q43.213 37.274 73.318 85.606 29.696 47.923 43.418 101.581 13.926 54.477 10.24 109.773-3.686 57.139-26.214 109.978-20.685 48.947-55.296 89.088-33.587 38.707-77.414 66.355-43.418 27.443-93.389 41.779t-102.4 14.336zm-163.431 4.506zM985.907 16.384q-7.373 0-14.131 2.765t-12.288 7.885L705.126 271.975q-7.373 7.168-10.138 16.896t-.41 19.558 9.523 17.203 16.896 10.138 19.558.41 17.203-9.318l254.566-245.146q7.578-7.168 10.24-16.794t.307-19.456-9.523-17.408q-5.53-5.734-12.698-8.704t-14.746-2.97z'/%3E%3Cglyph unicode='î¨' glyph-name='htb-star-fill' d='M542.515 1003.725l146.227-301.67 281.395-29.082q10.24-1.024 18.432-7.475t11.776-16.589 1.229-20.582-9.728-17.818L760.422 371.303 846.438 46.49q2.662-10.65-.512-20.992T834.662 8.192 816.128.102t-19.866 3.584L510.976 150.937 225.894 4.095q-9.421-4.71-19.866-3.584t-18.534 7.987-11.366 17.306-.41 21.094l85.811 324.813L29.695 610.713q-7.168 7.373-9.421 17.92t1.229 20.582 11.674 16.589 18.432 7.373l281.395 29.082 145.818 301.466q4.506 9.421 13.21 14.848t18.739 5.427 18.534-5.427 13.21-14.848z'/%3E%3Cglyph unicode='î¨‘' glyph-name='htb-twitch' d='M425.37 234.906l86.63 86.63h163.021l101.99 101.99v326.042H287.744V321.536H425.37v-86.63zm188.62 397.312h61.235V454.042H613.99v178.176zm-163.225 0H512V454.042h-61.235v178.176zM810.598 1024H213.401q-43.418 0-83.149-16.794-38.298-16.179-67.789-45.67t-45.67-67.789Q-.001 854.016-.001 810.598V213.401q0-43.418 16.794-83.149 16.179-38.298 45.67-67.789t67.789-45.67Q169.983-.001 213.401-.001h597.197q43.418 0 83.149 16.794 38.298 16.179 67.789 45.67t45.67 67.789Q1024 169.983 1024 213.401v597.197q0 43.418-16.794 83.149-16.179 38.298-45.67 67.789t-67.789 45.67Q854.016 1024 810.598 1024zm27.444-630.989L659.866 214.63H527.36L440.73 128h-91.75v86.63H185.959v478.822l45.67 117.146h606.208V393.011h.205z'/%3E%3Cglyph unicode='î¨’' glyph-name='htb-twitter' horiz-adv-x='1048' d='M523.469 0q83.354 0 161.792 26.01 75.776 25.395 140.493 72.704 63.898 46.899 110.797 111.002 47.514 64.717 72.704 140.493 26.214 78.438 26.214 161.792t-26.214 161.792q-25.19 75.776-72.704 140.493-46.899 64.102-110.797 111.002-64.717 47.309-140.493 72.704-78.438 26.01-161.894 26.01t-161.894-26.01q-75.776-25.395-140.493-72.704-63.898-46.899-110.797-111.002-47.514-64.717-72.704-140.493-26.01-78.438-26.01-161.792t26.01-161.792q25.19-75.776 72.704-140.493 46.899-64.102 110.797-111.002 64.717-47.309 140.493-72.704Q439.911 0 523.47 0zm232.857 615.834q0-48.128-14.336-96.461-14.541-49.357-42.189-92.365-29.082-45.056-69.427-78.234-42.803-35.43-95.232-54.272-56.32-20.275-120.218-20.275-48.947 0-95.949 13.722t-88.166 40.346q14.336-1.843 28.672-1.843 40.55 0 78.848 13.21t70.246 38.195q-18.842.41-36.557 6.451t-32.768 17.306-26.01 26.522-16.691 33.075q27.238-5.12 54.067 2.048-20.275 4.096-38.093 14.848t-31.027 26.829-20.173 35.738-6.963 40.346v1.434q25.395-13.926 54.272-14.95-19.046 12.902-32.051 31.744t-18.125 41.165-1.741 44.954 14.848 42.496q22.733-27.853 50.586-50.381t59.802-38.707 66.56-25.395 70.451-10.854q-4.506 19.251-2.56 38.912t10.138 37.786 21.811 32.563 31.027 23.757 36.966 12.595 39.117 0 37.069-12.493 31.027-23.757q40.755 7.987 76.186 29.082-6.758-20.685-20.378-37.888t-32.256-28.467q35.84 4.096 68.813 18.842-24.371-36.454-59.802-62.054.205-7.782.205-15.565z'/%3E%3Cglyph unicode='î¨“' glyph-name='htb-youtube' d='M512 0q83.354 0 161.792 26.01 75.776 25.395 140.493 72.704 64.102 46.899 111.002 111.002 47.309 64.717 72.704 140.493 26.01 78.438 26.01 161.792t-26.01 161.792q-25.395 75.776-72.704 140.493-46.899 64.102-111.002 111.002-64.717 47.309-140.493 72.704-78.438 26.01-161.792 26.01t-161.792-26.01q-75.776-25.395-140.493-72.704-64.102-46.899-111.002-111.002-47.309-64.717-72.704-140.493-26.01-78.438-26.01-161.792t26.01-161.792q25.395-75.776 72.704-140.493 46.899-64.102 111.002-111.002 64.717-47.309 140.493-72.704Q428.646 0 512 0zM224.461 649.011q1.434 20.48 12.083 37.683 10.445 16.794 27.443 26.829 17.408 10.445 37.888 11.264 132.301 6.554 210.125 6.554t210.125-6.554q20.48-.819 37.888-11.264 16.998-10.035 27.443-26.829 10.65-17.203 12.083-37.683 5.12-78.643 5.12-126.566t-5.12-126.566q-1.434-20.48-12.083-37.683-10.445-16.589-27.443-26.829-17.408-10.24-37.888-11.264-132.301-6.554-210.125-6.554t-210.125 6.554q-20.48 1.024-37.888 11.264-16.998 10.24-27.443 26.829-10.65 17.203-12.083 37.683-5.12 78.643-5.12 126.566t5.12 126.566zm224.87-210.125l167.117 83.558-167.117 83.558V438.885z'/%3E%3Cglyph unicode='î¨”' glyph-name='htb-tiktok' d='M512 0c282.773 0 512 229.232 512 512s-229.227 512-512 512C229.226 1024 0 794.768 0 512S229.226 0 512 0zm25.059 804.571h98.621c0-74.625 58.153-135.685 132.32-138.233V566.274c-48.048.851-93.559 16.957-130.643 44.1V405.993c0-102.612-82.595-186.565-184.583-186.565s-184.583 83.107-184.583 186.565c0 102.612 80.916 184.876 181.214 186.57V492.494c-45.512-1.697-82.595-39.858-82.595-86.501 0-47.489 37.917-86.501 85.119-86.501 47.204 0 85.131 39.012 85.131 86.501V804.57z'/%3E%3Cglyph unicode='î¨•' glyph-name='htb-x-platform' d='M512 0c282.773 0 512 229.232 512 512s-229.227 512-512 512C229.226 1024 0 794.768 0 512S229.226 0 512 0zm261.047 804.571L560.001 556.929l231.69-337.203H621.285L465.262 446.803 269.917 219.726h-50.488l223.417 259.691-223.417 325.154h170.406l147.749-215.023L722.56 804.571h50.488zM468.214 508.935l176.82-252.93h77.548L365.655 766.567h-77.548l180.107-257.631z'/%3E%3C/font%3E%3C/defs%3E%3C/svg%3E") format("svg");
    font-display: swap
}

.htb-icon-chevron-right:before {
    font-family: hack-the-box;
    font-style: normal;
    font-weight: 400;
    content: "î¨†"
}

.htb-icon-close-line:before {
    content: "î¨‡"
}

.htb-icon-close-line:before,.htb-icon-discord:before {
    font-family: hack-the-box;
    font-style: normal;
    font-weight: 400
}

.htb-icon-discord:before {
    content: "î¨‰"
}

.htb-icon-facebook:before {
    content: "î¨Š"
}

.htb-icon-facebook:before,.htb-icon-instagram:before {
    font-family: hack-the-box;
    font-style: normal;
    font-weight: 400
}

.htb-icon-instagram:before {
    content: "î¨‹"
}

.htb-icon-linkedin:before {
    content: "î¨Œ"
}

.htb-icon-linkedin:before,.htb-icon-twitch:before {
    font-family: hack-the-box;
    font-style: normal;
    font-weight: 400
}

.htb-icon-twitch:before {
    content: "î¨‘"
}

.htb-icon-youtube:before {
    content: "î¨“"
}

.htb-icon-rss:before,.htb-icon-youtube:before {
    font-family: hack-the-box;
    font-style: normal;
    font-weight: 400
}

.htb-icon-rss:before {
    content: "î¨Ž"
}

.htb-icon-tiktok:before {
    content: "î¨”"
}

.htb-icon-tiktok:before,.htb-icon-x-platform:before {
    font-family: hack-the-box;
    font-style: normal;
    font-weight: 400
}

.htb-icon-x-platform:before {
    content: "î¨•"
}

.font-size8 {
    font-size: 8px!important
}

.font-size10,.mega-menu .menu-label {
    font-size: 10px!important;
    line-height: 16px;
    letter-spacing: 1px
}

.font-size13,.mega-menu .menu-banner-subheader,.mega-menu .menu-link-subheader,.mega-menu .submenu-links {
    font-size: 13px!important
}

.font-size15 {
    font-size: 15px!important;
    line-height: 28px;
    letter-spacing: .2px
}

.font-size16 {
    font-size: 16px!important
}

.font-size20,.mega-menu .menu-banner-header {
    font-size: 20px!important
}

.font-size24 {
    font-size: 24px!important
}

.font-size28 {
    font-size: 28px!important
}

.font-size32 {
    font-size: 32px!important;
    line-height: 42px;
    letter-spacing: .2px
}

.font-size42 {
    font-size: 42px!important;
    line-height: 50px;
    letter-spacing: .2px
}

.font-weight400 {
    font-weight: 400
}

.font-weight500,.mega-menu .menu-link-header,.mega-menu .submenu-links,.nav-b2c .nav-item .nav-link,.nav-main .nav-item .nav-link {
    font-weight: 500
}

.font-weight600,.mega-menu .menu-label {
    font-weight: 600
}

.letter-spacing-02 {
    letter-spacing: .2px
}

.letter-spacing-1 {
    letter-spacing: 1px
}

.letter-spacing-1-2 {
    letter-spacing: 1.2px!important
}

.letter-spacing-2,.mega-menu .menu-label {
    letter-spacing: 2px
}

.letter-spacing-wide {
    letter-spacing: 2.6px
}

.line-height-32 {
    line-height: 32px
}

.border-radius-2 {
    border-radius: 2px!important
}

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

.cursor-pointer {
    cursor: pointer
}

.w-180 {
    width: 180px
}

.max-w-1200 {
    max-width: 1280px
}

.min-h-900 {
    min-height: 900px
}

.sticky-placeholder {
    height: 5rem
}

.body-noscroll {
    overflow: hidden
}

.preload * {
    transition: none!important;
    -webkit-transition: none!important;
    -moz-transition: none!important;
    -ms-transition: none!important;
    -o-transition: none!important
}

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

.no-hover-decoration:hover {
    text-decoration: none
}

.hoverGreen {
    text-decoration: none!important;
    transition: all .3s ease-in-out
}

.hoverGreen:hover {
    color: #9fef00!important;
    text-decoration: none
}

.hoverGreen:hover svg path {
    fill: #9fef00!important;
    stroke: #9fef00!important
}

.d-hover .d-hover-state:hover .d-none-hover {
    display: none!important
}

.d-hover .d-hover-state:hover .d-block-hover {
    display: block!important
}

.content-wrap {
    padding-top: 155.56px
}

@media (max-width: 991.98px) {
    .content-wrap {
        padding-top:0
    }
}

body {
    background-color: #111927
}

p {
    color: #a4b1cd;
    line-height: 30px;
    font-size: 18px
}

h1 {
    font-size: 72px;
    line-height: 80px;
    color: #fff;
    font-weight: 600
}

h2 {
    font-size: 20px
}

h3 {
    font-size: 42px
}

.btn:focus {
    box-shadow: none!important
}

.navbar {
    justify-content: space-between
}

.nav-b2c,.nav-main {
    padding: .5rem 0
}

@media (max-width: 991.98px) {
    .nav-b2c .nav-main-toggle,.nav-main .nav-main-toggle {
        z-index:9999
    }

    .nav-b2c .nav-main-links a,.nav-main .nav-main-links a {
        color: #a4b1cd;
        transition: .3s
    }

    .nav-b2c .nav-main-links a:hover,.nav-main .nav-main-links a:hover {
        color: #fff
    }
}

.nav-b2c .navbar-brand,.nav-main .navbar-brand {
    width: 100%;
    max-width: 11rem;
    height: auto
}

.nav-b2c .nav-item,.nav-main .nav-item {
    margin-right: 3.5rem
}

.nav-b2c .nav-item:last-of-type,.nav-main .nav-item:last-of-type {
    margin-right: 0
}

.nav-b2c .nav-item.active a,.nav-main .nav-item.active a {
    color: #9fef00;
    transition: .3s
}

.nav-b2c .nav-item.active a:hover,.nav-main .nav-item.active a:hover {
    color: #9fef00
}

@media (min-width: 992px) {
    .nav-b2c .nav-item a,.nav-main .nav-item a {
        color:#a4b1cd;
        transition: .3s
    }

    .nav-b2c .nav-item a:hover,.nav-main .nav-item a:hover {
        color: #fff
    }
}

.nav-b2c .nav-item .nav-link,.nav-main .nav-item .nav-link {
    padding: 1.4rem 0;
    font-size: 15px
}

@media (max-width: 991.98px) {
    .nav-b2c .nav-item .nav-link,.nav-main .nav-item .nav-link {
        font-size:10px
    }
}

.nav-b2c .nav-item .nav-link:hover svg,.nav-main .nav-item .nav-link:hover svg {
    fill: #fff
}

.nav-b2c .nav-item .nav-link-right-icon,.nav-main .nav-item .nav-link-right-icon {
    margin-left: .5rem;
    max-height: 28px
}

.nav-b2c .nav-item .nav-link-right-icon svg,.nav-main .nav-item .nav-link-right-icon svg {
    transition: fill .3s ease;
    transform: rotate(-90deg)!important;
    fill: #a4b1cd;
    width: 22px
}

@media (max-width: 991.98px) {
    .nav-b2c .nav-item .nav-link-right-icon svg,.nav-main .nav-item .nav-link-right-icon svg {
        width:14px;
        height: 14px
    }
}

.nav-main {
    padding-top: 0;
    padding-bottom: 0
}

.nav-main .navbar-collapse {
    background-color: #111927
}

.nav-main .nav-link:focus {
    outline: none;
    -webkit-tap-highlight-color: none
}

.nav-main .nav-main-collapse {
    margin-right: -2px
}

@media (min-width: 992px) {
    .nav-main .nav-main-links .nav-link {
        font-size:13px
    }

    .nav-main .nav-main-actions .nav-item {
        font-size: 15px;
        line-height: 28px;
        letter-spacing: .2px
    }

    .nav-main .nav-main-actions .nav-item .nav-link.green {
        color: #9fef00
    }

    .nav-main .nav-main-actions .nav-item .nav-link.green:hover {
        color: #fff
    }
}

@media (min-width: 992px) {
    .nav-main--dark .navbar-collapse-main.navbar-indicator .nav-item.active .nav-link:after {
        border-bottom:10px solid #141d2b!important
    }
}

@media (min-width: 992px) {
    .nav-main .navbar-collapse-main.navbar-indicator .nav-item.active .nav-link {
        position:relative
    }

    .nav-main .navbar-collapse-main.navbar-indicator .nav-item.active .nav-link:after {
        content: "";
        display: inline-block;
        position: absolute;
        bottom: -6px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 10px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff
    }
}

@media (max-width: 991.98px) {
    .nav-main {
        padding:1rem
    }

    .nav-main.presticked {
        transform: translate3d(0,-10rem,0)
    }

    .nav-main.presticked,.nav-main.sticky {
        position: fixed;
        z-index: 1030;
        box-shadow: 0 9px 15px -12px #000;
        width: 100%
    }

    .nav-main.sticky {
        transition: transform .5s ease;
        transform: translateZ(0)
    }

    .nav-main.navbar {
        top: 0
    }

    .nav-main .navbar-collapse.show {
        background-color: #141d2b
    }

    .nav-main .navbar-brand--mobile {
        margin-left: 1rem
    }

    .nav-main .nav-main-links .nav-item:first-child {
        margin-left: .5rem
    }

    .nav-main .navbar-collapse-main {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        box-shadow: 0 9px 15px -12px #000;
        text-align: center;
        height: 100vh!important;
        visibility: hidden;
        opacity: 0;
        transition: opacity .1s ease;
        align-items: flex-start;
        flex-direction: column
    }

    .nav-main .navbar-collapse-main>.navbar-nav {
        flex: none;
        max-width: 100%;
        width: 100%;
        margin-bottom: 0;
        padding: .5rem;
        height: 4.5rem;
        display: flex;
        align-items: center
    }

    .nav-main .navbar-collapse-main>.nav-main-actions {
        position: sticky;
        background-color: #eff5ff;
        bottom: 0;
        display: flex;
        justify-content: center
    }

    .nav-main .navbar-collapse-main>.nav-main-actions .nav-item {
        margin: 0
    }

    .nav-main .navbar-collapse-main>.nav-main-actions .nav-item:last-child {
        margin-left: 1rem
    }
}

@media (max-width: 991.98px) and (max-width:374.98px) {
    .nav-main .navbar-collapse-main>.nav-main-actions .nav-item:last-child {
        margin-left:0
    }
}

@media (max-width: 991.98px) {
    .nav-main .navbar-collapse-main.collapsing,.nav-main .navbar-collapse-main.show {
        z-index:999;
        opacity: 1;
        visibility: visible
    }

    .nav-main .navbar-collapse-main.show {
        transition: opacity .1s ease
    }

    .nav-main .nav-item,.nav-main .nav-item:last-of-type {
        margin: 0 1rem
    }

    .nav-main .nav-item .nav-link {
        padding: .5rem 0
    }

    .nav-main .navbar-nav {
        padding: 0 1rem;
        margin-bottom: .5rem
    }
}

@media (max-width: 374.98px) {
    .nav-main .nav-item,.nav-main .nav-item:last-of-type {
        margin:0 .5rem
    }
}

.nav-menu {
    background-color: #141d2b;
    height: 100%
}

.nav-menu--white {
    background-color: #fff
}

.nav-menu--white .nav-item a:hover {
    color: #1a2332
}

.nav-menu .navbar-brand {
    display: none
}

@media (min-width: 992px) {
    .nav-menu .navbar-brand {
        display:inline-block;
        margin-right: 9rem
    }
}

@media (max-width: 1439.98px) {
    .nav-menu .navbar-brand {
        margin-right:5rem
    }
}

@media (max-width: 991.98px) {
    .nav-menu {
        height:100vh
    }

    .nav-menu .navbar-collapse {
        background-color: #fff
    }
}

.nav-menu .nav-menu-container {
    padding: 0;
    display: block
}

@media (min-width: 992px) {
    .nav-menu .nav-menu-container {
        padding:0 15px
    }
}

@media (max-width: 991.98px) {
    .nav-menu .nav-menu-container {
        height:100%
    }
}

@media (max-width: 991.98px) {
    .nav-menu {
        background-color:#fff;
        width: 100%
    }

    .nav-menu .navbar-nav {
        flex-direction: column;
        align-items: flex-start
    }

    .nav-menu .navbar {
        width: 100%;
        padding-bottom: 0;
        padding-top: 0
    }

    .nav-menu .navbar .navbar-nav {
        width: 100%
    }

    .nav-menu .navbar .navbar-nav .dropdown-menu {
        position: static
    }

    .nav-menu .nav-item {
        position: relative;
        width: 100%
    }

    .nav-menu .nav-item.dropdown.show a {
        color: #0e141d
    }

    .nav-menu .nav-item a {
        color: #a4b1cd
    }

    .nav-menu .nav-item a:hover {
        color: #0e141d
    }

    .nav-menu .nav-item .nav-link {
        font-size: 15px;
        padding: 1rem 0
    }

    .nav-menu .nav-item.dropdown .nav-link {
        position: relative
    }

    .nav-menu .nav-item.dropdown .nav-link:after {
        display: inline-block;
        font-family: hack-the-box;
        content: "î¨†";
        transform: rotate(90deg);
        transition: transform .3s ease;
        position: absolute;
        right: 16px;
        top: calc(50% - 10px);
        font-size: 14px
    }

    .nav-menu .nav-item.dropdown.show .nav-link:after {
        transform: rotate(270deg)
    }

    .nav-menu .nav-item,.nav-menu .nav-item:last-of-type {
        margin: 0;
        text-align: left
    }

    .nav-menu .navbar-collapse {
        flex-direction: column;
        align-items: flex-start;
        height: calc(100vh - 82px);
        max-height: calc(100vh - 82px);
        padding: 1rem 0 5rem;
        overflow: overlay
    }
}

.grecaptcha-badge {
    visibility: hidden
}

.btn {
    min-width: 160px
}

.btn-htb-hollow {
    text-transform: uppercase;
    border: 1px solid #1a2332;
    border-radius: 4px;
    padding: 1rem;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1.6px
}

.btn-htb-hollow.btn-htb-green {
    transition: .3s;
    color: #9fef00!important
}

.btn-htb-hollow.btn-htb-green.active,.btn-htb-hollow.btn-htb-green:hover {
    border-color: #9fef00;
    background: #9fef00;
    color: #141d2b!important;
    text-decoration: none
}

.btn-htb-hollow.btn-htb-gray {
    transition: .3s;
    color: #a4b1cd!important;
    border: 1px solid #a4b1cd
}

.btn-htb-hollow.btn-htb-gray svg {
    transition: .3s;
    fill: #a4b1cd
}

.btn-htb-hollow.btn-htb-gray:hover {
    border-color: #a4b1cd;
    background: #a4b1cd;
    color: #fff!important
}

.btn-htb-hollow.btn-htb-gray:hover svg {
    fill: #fff!important
}

.btn-htb-hollow.new:before {
    content: "NEW";
    position: absolute;
    font-size: 7px;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    color: #9fef00
}

.btn-htb-filled {
    text-transform: uppercase;
    border-radius: 4px;
    font-size: 10px;
    letter-spacing: 1px;
    padding: 1rem;
    font-weight: 500
}

.btn-htb-filled.btn-htb-green {
    transition: .3s;
    color: #141d2b;
    background: #9fef00
}

.btn-htb-filled.btn-htb-green:hover {
    background: #bbff34;
    color: #000
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(../public/images/landingv3/ajax-loader.gif) 50% no-repeat
}

.slick-next,.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    border: none
}

.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover {
    background: transparent;
    color: transparent;
    outline: none
}

.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,.slick-prev:before {
    font-family: hack-the-box;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

.slick-prev:before {
    content: "â†"
}

.slick-next {
    right: -25px
}

.slick-next:before {
    content: "â†’"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li,.slick-dots li button {
    height: 20px;
    width: 20px;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px
}

.slick-dots li button:focus,.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "â€¢";
    width: 20px;
    height: 20px;
    font-family: hack-the-box;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.slick-slide {
    margin: 0 20px
}

.slick-slide:focus {
    outline: none
}

@media (max-width: 767.98px) {
    .slick-slide {
        margin:0 15px
    }
}

@media (max-width: 567.98px) {
    .slick-slide {
        margin:0 10px;
        margin: 0 5px
    }
}

.slick-carousel-animated {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease;
    max-height: 500px
}

.slick-carousel-animated.slick-initialized {
    visibility: visible;
    opacity: 1;
    max-height: 100%
}

.slick-carousel--white-theme .slick-arrow {
    border: 1px solid #a4b1cd;
    color: #fff
}

.slick-carousel--white-theme .slick-arrow:before {
    color: #a4b1cd
}

.slick-carousel--white-theme .slick-arrow:hover {
    border-color: rgba(164,177,205,.7)
}

.slick-carousel--white-theme .slick-arrow:hover:before {
    color: rgba(164,177,205,.7)
}

.slick-arrow {
    z-index: 10;
    transition: border-color .3s ease;
    display: flex;
    justify-content: center;
    align-items: center
}

.slick-arrow:before {
    font-size: 16px;
    transition: color .3s ease;
    left: 1px;
    position: relative
}

.slick-arrow:hover {
    border-color: #fff
}

.slick-arrow:hover:before {
    color: #fff
}

.slick-arrow.slick-next,.slick-arrow.slick-prev {
    border-radius: 50%;
    height: 4rem;
    width: 4rem
}

.slick-arrow.slick-next:before {
    transform: rotate(-90deg)
}

.slick-arrow.slick-next:before,.slick-arrow.slick-prev:before {
    font-family: hack-the-box;
    font-style: normal;
    font-weight: 400;
    content: "î¨…"
}

.slick-arrow.slick-prev:before {
    transform: rotate(90deg);
    top: 1px;
    left: -1px
}

.slick-loading .slick-list {
    background: #fff url(/images/landingv3/ajax-loader.gif)
}

@media (max-width: 767.98px) {
    section.head .title {
        font-size:42px;
        line-height: 48px
    }
}

section.head .title {
    margin: 2.5rem 0!important
}

.form-hubspot p {
    font-size: 12px!important;
    text-align: center
}

.form-hubspot .hbspt-form {
    display: inline-block;
    width: 100%;
    color: #a4b1cd
}

.form-hubspot .hbspt-form fieldset {
    margin-left: auto!important;
    margin-right: auto!important
}

.form-hubspot .hbspt-form fieldset label:not(.hs-error-msg) {
    color: #a4b1cd
}

.form-hubspot .hbspt-form fieldset label:not(.hs-error-msg)>span {
    margin-top: 1rem;
    display: inline-block
}

.form-hubspot ul {
    list-style: none;
    padding: unset
}

.hs-recaptcha {
    display: none!important
}

@keyframes fall-1 {
    65.221% {
        transform: translate(64.0904vw,65.221vh) scale(.5908)
    }

    to {
        transform: translate(62.8981vw,100vh) scale(.5908)
    }
}

@keyframes fall-2 {
    48.85% {
        transform: translate(64.719vw,48.85vh) scale(.3199)
    }

    to {
        transform: translate(60.38845vw,100vh) scale(.3199)
    }
}

@keyframes fall-3 {
    57.6% {
        transform: translate(95.56vw,57.6vh) scale(.1623)
    }

    to {
        transform: translate(97.0309vw,100vh) scale(.1623)
    }
}

@keyframes fall-4 {
    51.15% {
        transform: translate(100.7576vw,51.15vh) scale(.991)
    }

    to {
        transform: translate(96.18415vw,100vh) scale(.991)
    }
}

@keyframes fall-5 {
    77.805% {
        transform: translate(38.0046vw,77.805vh) scale(.4981)
    }

    to {
        transform: translate(36.942vw,100vh) scale(.4981)
    }
}

@keyframes fall-6 {
    48.16% {
        transform: translate(68.2808vw,48.16vh) scale(.5922)
    }

    to {
        transform: translate(63.66095vw,100vh) scale(.5922)
    }
}

@keyframes fall-7 {
    74.079% {
        transform: translate(-1.5621vw,74.079vh) scale(.5187)
    }

    to {
        transform: translate(2.57305vw,100vh) scale(.5187)
    }
}

@keyframes fall-8 {
    78.404% {
        transform: translate(3.1442vw,78.404vh) scale(.9499)
    }

    to {
        transform: translate(1.94975vw,100vh) scale(.9499)
    }
}

@keyframes fall-9 {
    56.05% {
        transform: translate(30.0732vw,56.05vh) scale(.9585)
    }

    to {
        transform: translate(29.38135vw,100vh) scale(.9585)
    }
}

@keyframes fall-10 {
    45.997% {
        transform: translate(57.8216vw,45.997vh) scale(.1951)
    }

    to {
        transform: translate(58.0512vw,100vh) scale(.1951)
    }
}

@keyframes fall-11 {
    57.814% {
        transform: translate(53.0232vw,57.814vh) scale(.6459)
    }

    to {
        transform: translate(49.25035vw,100vh) scale(.6459)
    }
}

@keyframes fall-12 {
    49.406% {
        transform: translate(56.2195vw,49.406vh) scale(.0561)
    }

    to {
        transform: translate(53.68945vw,100vh) scale(.0561)
    }
}

@keyframes fall-13 {
    45.66% {
        transform: translate(82.9977vw,45.66vh) scale(.1772)
    }

    to {
        transform: translate(82.53365vw,100vh) scale(.1772)
    }
}

@keyframes fall-14 {
    62.432% {
        transform: translate(27.4625vw,62.432vh) scale(.3282)
    }

    to {
        transform: translate(25.2844vw,100vh) scale(.3282)
    }
}

@keyframes fall-15 {
    79.443% {
        transform: translate(15.5198vw,79.443vh) scale(.0477)
    }

    to {
        transform: translate(14.22205vw,100vh) scale(.0477)
    }
}

@keyframes fall-16 {
    50.123% {
        transform: translate(84.7787vw,50.123vh) scale(.89)
    }

    to {
        transform: translate(81.7059vw,100vh) scale(.89)
    }
}

@keyframes fall-17 {
    59.245% {
        transform: translate(28.3289vw,59.245vh) scale(.4352)
    }

    to {
        transform: translate(23.56615vw,100vh) scale(.4352)
    }
}

@keyframes fall-18 {
    39.876% {
        transform: translate(57.4777vw,39.876vh) scale(.2348)
    }

    to {
        transform: translate(56.8304vw,100vh) scale(.2348)
    }
}

@keyframes fall-19 {
    72.865% {
        transform: translate(85.4569vw,72.865vh) scale(.1732)
    }

    to {
        transform: translate(83.84165vw,100vh) scale(.1732)
    }
}

@keyframes fall-20 {
    46.699% {
        transform: translate(94.9836vw,46.699vh) scale(.0613)
    }

    to {
        transform: translate(96.67715vw,100vh) scale(.0613)
    }
}

@keyframes fall-21 {
    34.908% {
        transform: translate(62.729vw,34.908vh) scale(.019)
    }

    to {
        transform: translate(59.22825vw,100vh) scale(.019)
    }
}

@keyframes fall-22 {
    56.396% {
        transform: translate(3.7726vw,56.396vh) scale(.8573)
    }

    to {
        transform: translate(4.1699vw,100vh) scale(.8573)
    }
}

@keyframes fall-23 {
    64.156% {
        transform: translate(81.8261vw,64.156vh) scale(.5326)
    }

    to {
        transform: translate(81.338vw,100vh) scale(.5326)
    }
}

@keyframes fall-24 {
    54.357% {
        transform: translate(40.3082vw,54.357vh) scale(.8534)
    }

    to {
        transform: translate(35.8162vw,100vh) scale(.8534)
    }
}

@keyframes fall-25 {
    61.837% {
        transform: translate(52.8356vw,61.837vh) scale(.2491)
    }

    to {
        transform: translate(48.60425vw,100vh) scale(.2491)
    }
}

@keyframes fall-26 {
    60.102% {
        transform: translate(73.6399vw,60.102vh) scale(.1686)
    }

    to {
        transform: translate(75.6024vw,100vh) scale(.1686)
    }
}

@keyframes fall-27 {
    74.762% {
        transform: translate(21.1516vw,74.762vh) scale(.5812)
    }

    to {
        transform: translate(19.0468vw,100vh) scale(.5812)
    }
}

@keyframes fall-28 {
    60.517% {
        transform: translate(-4.2076vw,60.517vh) scale(.645)
    }

    to {
        transform: translate(-1.3962vw,100vh) scale(.645)
    }
}

@keyframes fall-29 {
    78.207% {
        transform: translate(85.8119vw,78.207vh) scale(.2512)
    }

    to {
        transform: translate(81.15895vw,100vh) scale(.2512)
    }
}

@keyframes fall-30 {
    30.873% {
        transform: translate(49.9893vw,30.873vh) scale(.8943)
    }

    to {
        transform: translate(51.35395vw,100vh) scale(.8943)
    }
}

@keyframes fall-31 {
    62.044% {
        transform: translate(14.8412vw,62.044vh) scale(.6435)
    }

    to {
        transform: translate(19.4631vw,100vh) scale(.6435)
    }
}

@keyframes fall-32 {
    41.032% {
        transform: translate(56.9197vw,41.032vh) scale(.2375)
    }

    to {
        transform: translate(60.2357vw,100vh) scale(.2375)
    }
}

@keyframes fall-33 {
    45.959% {
        transform: translate(51.5519vw,45.959vh) scale(.1389)
    }

    to {
        transform: translate(53.29735vw,100vh) scale(.1389)
    }
}

@keyframes fall-34 {
    44.983% {
        transform: translate(28.954vw,44.983vh) scale(.5349)
    }

    to {
        transform: translate(25.3792vw,100vh) scale(.5349)
    }
}

@keyframes fall-35 {
    73.192% {
        transform: translate(104.3477vw,73.192vh) scale(.0585)
    }

    to {
        transform: translate(100.92975vw,100vh) scale(.0585)
    }
}

@keyframes fall-36 {
    60.321% {
        transform: translate(83.6776vw,60.321vh) scale(.2686)
    }

    to {
        transform: translate(86.72555vw,100vh) scale(.2686)
    }
}

@keyframes fall-37 {
    69.522% {
        transform: translate(57.5168vw,69.522vh) scale(.0998)
    }

    to {
        transform: translate(59.3506vw,100vh) scale(.0998)
    }
}

@keyframes fall-38 {
    72.897% {
        transform: translate(92.0117vw,72.897vh) scale(.2693)
    }

    to {
        transform: translate(90.91665vw,100vh) scale(.2693)
    }
}

@keyframes fall-39 {
    78.915% {
        transform: translate(17.4301vw,78.915vh) scale(.2759)
    }

    to {
        transform: translate(14.02225vw,100vh) scale(.2759)
    }
}

@keyframes fall-40 {
    47.74% {
        transform: translate(77.139vw,47.74vh) scale(.6345)
    }

    to {
        transform: translate(75.77995vw,100vh) scale(.6345)
    }
}

@keyframes fall-41 {
    71.524% {
        transform: translate(12.7074vw,71.524vh) scale(.1994)
    }

    to {
        transform: translate(16.75505vw,100vh) scale(.1994)
    }
}

@keyframes fall-42 {
    39.334% {
        transform: translate(83.3719vw,39.334vh) scale(.8493)
    }

    to {
        transform: translate(82.34305vw,100vh) scale(.8493)
    }
}

@keyframes fall-43 {
    50.52% {
        transform: translate(55.5108vw,50.52vh) scale(.1965)
    }

    to {
        transform: translate(59.2453vw,100vh) scale(.1965)
    }
}

@keyframes fall-44 {
    46.443% {
        transform: translate(16.2469vw,46.443vh) scale(.1078)
    }

    to {
        transform: translate(15.8819vw,100vh) scale(.1078)
    }
}

@keyframes fall-45 {
    75.821% {
        transform: translate(36.2347vw,75.821vh) scale(.4517)
    }

    to {
        transform: translate(31.99455vw,100vh) scale(.4517)
    }
}

@keyframes fall-46 {
    64.297% {
        transform: translate(73.9811vw,64.297vh) scale(.533)
    }

    to {
        transform: translate(78.5144vw,100vh) scale(.533)
    }
}

@keyframes fall-47 {
    34.132% {
        transform: translate(98.3978vw,34.132vh) scale(.7215)
    }

    to {
        transform: translate(97.87215vw,100vh) scale(.7215)
    }
}

@keyframes fall-48 {
    37.729% {
        transform: translate(33.0685vw,37.729vh) scale(.1156)
    }

    to {
        transform: translate(31.42155vw,100vh) scale(.1156)
    }
}

@keyframes fall-49 {
    72.901% {
        transform: translate(14.0794vw,72.901vh) scale(.4876)
    }

    to {
        transform: translate(14.32945vw,100vh) scale(.4876)
    }
}

@keyframes fall-50 {
    72.991% {
        transform: translate(86.9444vw,72.991vh) scale(.765)
    }

    to {
        transform: translate(82.4883vw,100vh) scale(.765)
    }
}

@keyframes fall-51 {
    60.429% {
        transform: translate(68.869vw,60.429vh) scale(.476)
    }

    to {
        transform: translate(71.57105vw,100vh) scale(.476)
    }
}

@keyframes fall-52 {
    32.359% {
        transform: translate(96.8286vw,32.359vh) scale(.2957)
    }

    to {
        transform: translate(94.7088vw,100vh) scale(.2957)
    }
}

@keyframes fall-53 {
    44.752% {
        transform: translate(43.5994vw,44.752vh) scale(.0218)
    }

    to {
        transform: translate(46.7441vw,100vh) scale(.0218)
    }
}

@keyframes fall-54 {
    54.292% {
        transform: translate(41.8213vw,54.292vh) scale(.8793)
    }

    to {
        transform: translate(44.74515vw,100vh) scale(.8793)
    }
}

@keyframes fall-55 {
    44.85% {
        transform: translate(73.4791vw,44.85vh) scale(.5192)
    }

    to {
        transform: translate(70.28765vw,100vh) scale(.5192)
    }
}

@keyframes fall-56 {
    60.739% {
        transform: translate(92.6205vw,60.739vh) scale(.4309)
    }

    to {
        transform: translate(94.9005vw,100vh) scale(.4309)
    }
}

@keyframes fall-57 {
    78.179% {
        transform: translate(20.2415vw,78.179vh) scale(.6593)
    }

    to {
        transform: translate(19.2853vw,100vh) scale(.6593)
    }
}

@keyframes fall-58 {
    66.17% {
        transform: translate(17.0141vw,66.17vh) scale(.4563)
    }

    to {
        transform: translate(16.62235vw,100vh) scale(.4563)
    }
}

@keyframes fall-59 {
    49.284% {
        transform: translate(65.5482vw,49.284vh) scale(.0318)
    }

    to {
        transform: translate(63.96225vw,100vh) scale(.0318)
    }
}

@keyframes fall-60 {
    43.04% {
        transform: translate(13.8718vw,43.04vh) scale(.8942)
    }

    to {
        transform: translate(15.76245vw,100vh) scale(.8942)
    }
}

@keyframes fall-61 {
    37.544% {
        transform: translate(64.1159vw,37.544vh) scale(.4391)
    }

    to {
        transform: translate(61.3358vw,100vh) scale(.4391)
    }
}

@keyframes fall-62 {
    47.293% {
        transform: translate(56.6663vw,47.293vh) scale(.0892)
    }

    to {
        transform: translate(56.4606vw,100vh) scale(.0892)
    }
}

@keyframes fall-63 {
    47.352% {
        transform: translate(75.7562vw,47.352vh) scale(.8803)
    }

    to {
        transform: translate(70.9726vw,100vh) scale(.8803)
    }
}

@keyframes fall-64 {
    39.229% {
        transform: translate(8.0594vw,39.229vh) scale(.0875)
    }

    to {
        transform: translate(4.6325vw,100vh) scale(.0875)
    }
}

@keyframes fall-65 {
    70.832% {
        transform: translate(53.8846vw,70.832vh) scale(.9172)
    }

    to {
        transform: translate(53.4639vw,100vh) scale(.9172)
    }
}

@keyframes fall-66 {
    52.119% {
        transform: translate(22.0401vw,52.119vh) scale(.6583)
    }

    to {
        transform: translate(22.5796vw,100vh) scale(.6583)
    }
}

@keyframes fall-67 {
    39.055% {
        transform: translate(75.083vw,39.055vh) scale(.0234)
    }

    to {
        transform: translate(74.57025vw,100vh) scale(.0234)
    }
}

@keyframes fall-68 {
    32.982% {
        transform: translate(29.0797vw,32.982vh) scale(.4777)
    }

    to {
        transform: translate(26.29415vw,100vh) scale(.4777)
    }
}

@keyframes fall-69 {
    57.111% {
        transform: translate(-7.2977vw,57.111vh) scale(.6524)
    }

    to {
        transform: translate(-3.16425vw,100vh) scale(.6524)
    }
}

@keyframes fall-70 {
    44.666% {
        transform: translate(62.0002vw,44.666vh) scale(.8566)
    }

    to {
        transform: translate(64.4342vw,100vh) scale(.8566)
    }
}

@keyframes fall-71 {
    36.059% {
        transform: translate(56.2606vw,36.059vh) scale(.6688)
    }

    to {
        transform: translate(54.56915vw,100vh) scale(.6688)
    }
}

@keyframes fall-72 {
    45.116% {
        transform: translate(59.8208vw,45.116vh) scale(.7262)
    }

    to {
        transform: translate(59.1259vw,100vh) scale(.7262)
    }
}

@keyframes fall-73 {
    57.657% {
        transform: translate(91.5897vw,57.657vh) scale(.1486)
    }

    to {
        transform: translate(92.11745vw,100vh) scale(.1486)
    }
}

@keyframes fall-74 {
    34.048% {
        transform: translate(66.1084vw,34.048vh) scale(.228)
    }

    to {
        transform: translate(63.86545vw,100vh) scale(.228)
    }
}

@keyframes fall-75 {
    34.915% {
        transform: translate(18.4917vw,34.915vh) scale(.6147)
    }

    to {
        transform: translate(22.7643vw,100vh) scale(.6147)
    }
}

@keyframes fall-76 {
    43.804% {
        transform: translate(77.7823vw,43.804vh) scale(.3067)
    }

    to {
        transform: translate(78.0353vw,100vh) scale(.3067)
    }
}

@keyframes fall-77 {
    34.514% {
        transform: translate(2.2451vw,34.514vh) scale(.1377)
    }

    to {
        transform: translate(5.2568vw,100vh) scale(.1377)
    }
}

@keyframes fall-78 {
    40.492% {
        transform: translate(95.0779vw,40.492vh) scale(.6417)
    }

    to {
        transform: translate(95.9608vw,100vh) scale(.6417)
    }
}

@keyframes fall-79 {
    53.547% {
        transform: translate(7.5702vw,53.547vh) scale(.8897)
    }

    to {
        transform: translate(4.89215vw,100vh) scale(.8897)
    }
}

@keyframes fall-80 {
    75.002% {
        transform: translate(14.6428vw,75.002vh) scale(.5916)
    }

    to {
        transform: translate(15.41555vw,100vh) scale(.5916)
    }
}

@keyframes fall-81 {
    79.244% {
        transform: translate(58.0473vw,79.244vh) scale(.3088)
    }

    to {
        transform: translate(60.5828vw,100vh) scale(.3088)
    }
}

@keyframes fall-82 {
    50.604% {
        transform: translate(55.9497vw,50.604vh) scale(.4078)
    }

    to {
        transform: translate(55.6605vw,100vh) scale(.4078)
    }
}

@keyframes fall-83 {
    78.857% {
        transform: translate(91.0758vw,78.857vh) scale(.605)
    }

    to {
        transform: translate(86.86505vw,100vh) scale(.605)
    }
}

@keyframes fall-84 {
    34.072% {
        transform: translate(80.2107vw,34.072vh) scale(.1381)
    }

    to {
        transform: translate(78.5819vw,100vh) scale(.1381)
    }
}

@keyframes fall-85 {
    72.537% {
        transform: translate(94.1495vw,72.537vh) scale(.2728)
    }

    to {
        transform: translate(90.43965vw,100vh) scale(.2728)
    }
}

@keyframes fall-86 {
    65.285% {
        transform: translate(63.0237vw,65.285vh) scale(.4572)
    }

    to {
        transform: translate(59.1131vw,100vh) scale(.4572)
    }
}

@keyframes fall-87 {
    44.085% {
        transform: translate(62.3111vw,44.085vh) scale(.2822)
    }

    to {
        transform: translate(59.7262vw,100vh) scale(.2822)
    }
}

@keyframes fall-88 {
    72.454% {
        transform: translate(47.8716vw,72.454vh) scale(.2046)
    }

    to {
        transform: translate(45.4469vw,100vh) scale(.2046)
    }
}

@keyframes fall-89 {
    57.01% {
        transform: translate(85.3013vw,57.01vh) scale(.6253)
    }

    to {
        transform: translate(86.7141vw,100vh) scale(.6253)
    }
}

@keyframes fall-90 {
    39.064% {
        transform: translate(43.7243vw,39.064vh) scale(.5616)
    }

    to {
        transform: translate(44.4215vw,100vh) scale(.5616)
    }
}

@keyframes fall-91 {
    63.577% {
        transform: translate(54.3752vw,63.577vh) scale(.7612)
    }

    to {
        transform: translate(55.1432vw,100vh) scale(.7612)
    }
}

@keyframes fall-92 {
    58.094% {
        transform: translate(67.1733vw,58.094vh) scale(.3379)
    }

    to {
        transform: translate(69.37365vw,100vh) scale(.3379)
    }
}

@keyframes fall-93 {
    79.951% {
        transform: translate(79.6607vw,79.951vh) scale(.3005)
    }

    to {
        transform: translate(80.4041vw,100vh) scale(.3005)
    }
}

@keyframes fall-94 {
    35.217% {
        transform: translate(11.8193vw,35.217vh) scale(.2685)
    }

    to {
        transform: translate(11.338vw,100vh) scale(.2685)
    }
}

@keyframes fall-95 {
    56.286% {
        transform: translate(50.4965vw,56.286vh) scale(.576)
    }

    to {
        transform: translate(46.95vw,100vh) scale(.576)
    }
}

@keyframes fall-96 {
    33.376% {
        transform: translate(103.091vw,33.376vh) scale(.2031)
    }

    to {
        transform: translate(99.23145vw,100vh) scale(.2031)
    }
}

@keyframes fall-97 {
    71.361% {
        transform: translate(65.3428vw,71.361vh) scale(.8872)
    }

    to {
        transform: translate(60.4159vw,100vh) scale(.8872)
    }
}

@keyframes fall-98 {
    62.424% {
        transform: translate(-2.3787vw,62.424vh) scale(.0347)
    }

    to {
        transform: translate(2.41915vw,100vh) scale(.0347)
    }
}

@keyframes fall-99 {
    60.226% {
        transform: translate(51.6657vw,60.226vh) scale(.958)
    }

    to {
        transform: translate(47.2215vw,100vh) scale(.958)
    }
}

@keyframes fall-100 {
    75.496% {
        transform: translate(84.3775vw,75.496vh) scale(.2852)
    }

    to {
        transform: translate(89.0893vw,100vh) scale(.2852)
    }
}

@keyframes fall-101 {
    62.563% {
        transform: translate(27.5167vw,62.563vh) scale(.5999)
    }

    to {
        transform: translate(22.79625vw,100vh) scale(.5999)
    }
}

@keyframes fall-102 {
    35.695% {
        transform: translate(28.4993vw,35.695vh) scale(.6891)
    }

    to {
        transform: translate(25.1682vw,100vh) scale(.6891)
    }
}

@keyframes fall-103 {
    57.359% {
        transform: translate(46.0555vw,57.359vh) scale(.2793)
    }

    to {
        transform: translate(49.09715vw,100vh) scale(.2793)
    }
}

@keyframes fall-104 {
    41.689% {
        transform: translate(37.8514vw,41.689vh) scale(.5799)
    }

    to {
        transform: translate(37.9124vw,100vh) scale(.5799)
    }
}

@keyframes fall-105 {
    50.878% {
        transform: translate(60.3741vw,50.878vh) scale(.295)
    }

    to {
        transform: translate(63.6877vw,100vh) scale(.295)
    }
}

@keyframes fall-106 {
    50.964% {
        transform: translate(1.321vw,50.964vh) scale(.9861)
    }

    to {
        transform: translate(1.4483vw,100vh) scale(.9861)
    }
}

@keyframes fall-107 {
    50.598% {
        transform: translate(-3.5711vw,50.598vh) scale(.9315)
    }

    to {
        transform: translate(.50585vw,100vh) scale(.9315)
    }
}

@keyframes fall-108 {
    77.771% {
        transform: translate(16.8134vw,77.771vh) scale(.7751)
    }

    to {
        transform: translate(18.4044vw,100vh) scale(.7751)
    }
}

@keyframes fall-109 {
    48.111% {
        transform: translate(33.8347vw,48.111vh) scale(.5753)
    }

    to {
        transform: translate(36.7468vw,100vh) scale(.5753)
    }
}

@keyframes fall-110 {
    59.932% {
        transform: translate(59.5906vw,59.932vh) scale(.179)
    }

    to {
        transform: translate(63.57515vw,100vh) scale(.179)
    }
}

@keyframes fall-111 {
    55.886% {
        transform: translate(26.5066vw,55.886vh) scale(.9179)
    }

    to {
        transform: translate(29.2405vw,100vh) scale(.9179)
    }
}

@keyframes fall-112 {
    71.079% {
        transform: translate(68.5434vw,71.079vh) scale(.8705)
    }

    to {
        transform: translate(64.1974vw,100vh) scale(.8705)
    }
}

@keyframes fall-113 {
    54.465% {
        transform: translate(78.917vw,54.465vh) scale(.2306)
    }

    to {
        transform: translate(81.30695vw,100vh) scale(.2306)
    }
}

@keyframes fall-114 {
    46.564% {
        transform: translate(62.536vw,46.564vh) scale(.3526)
    }

    to {
        transform: translate(65.55615vw,100vh) scale(.3526)
    }
}

@keyframes fall-115 {
    44.627% {
        transform: translate(51.2304vw,44.627vh) scale(.943)
    }

    to {
        transform: translate(47.93935vw,100vh) scale(.943)
    }
}

@keyframes fall-116 {
    48.209% {
        transform: translate(101.3905vw,48.209vh) scale(.3489)
    }

    to {
        transform: translate(99.8556vw,100vh) scale(.3489)
    }
}

@keyframes fall-117 {
    56.766% {
        transform: translate(62.0902vw,56.766vh) scale(.412)
    }

    to {
        transform: translate(64.54725vw,100vh) scale(.412)
    }
}

@keyframes fall-118 {
    30.771% {
        transform: translate(56.8601vw,30.771vh) scale(.9141)
    }

    to {
        transform: translate(52.8vw,100vh) scale(.9141)
    }
}

@keyframes fall-119 {
    38.969% {
        transform: translate(18.326vw,38.969vh) scale(.1884)
    }

    to {
        transform: translate(21.80635vw,100vh) scale(.1884)
    }
}

@keyframes fall-120 {
    37.021% {
        transform: translate(97.7908vw,37.021vh) scale(.4421)
    }

    to {
        transform: translate(93.2992vw,100vh) scale(.4421)
    }
}

@keyframes fall-121 {
    68.569% {
        transform: translate(.1108vw,68.569vh) scale(.7847)
    }

    to {
        transform: translate(2.10865vw,100vh) scale(.7847)
    }
}

@keyframes fall-122 {
    56.607% {
        transform: translate(93.7983vw,56.607vh) scale(.3304)
    }

    to {
        transform: translate(93.26205vw,100vh) scale(.3304)
    }
}

@keyframes fall-123 {
    67.26% {
        transform: translate(84.0312vw,67.26vh) scale(.9009)
    }

    to {
        transform: translate(86.64295vw,100vh) scale(.9009)
    }
}

@keyframes fall-124 {
    77.543% {
        transform: translate(82.5356vw,77.543vh) scale(.5702)
    }

    to {
        transform: translate(78.39655vw,100vh) scale(.5702)
    }
}

@keyframes fall-125 {
    56.511% {
        transform: translate(-4.8579vw,56.511vh) scale(.2871)
    }

    to {
        transform: translate(.02845vw,100vh) scale(.2871)
    }
}

@keyframes fall-126 {
    61.724% {
        transform: translate(35.0791vw,61.724vh) scale(.9869)
    }

    to {
        transform: translate(38.2045vw,100vh) scale(.9869)
    }
}

@keyframes fall-127 {
    79.823% {
        transform: translate(27.1925vw,79.823vh) scale(.4547)
    }

    to {
        transform: translate(23.73355vw,100vh) scale(.4547)
    }
}

@keyframes fall-128 {
    49.798% {
        transform: translate(84.7056vw,49.798vh) scale(.3509)
    }

    to {
        transform: translate(88.2819vw,100vh) scale(.3509)
    }
}

@keyframes fall-129 {
    57.64% {
        transform: translate(42.4254vw,57.64vh) scale(.4548)
    }

    to {
        transform: translate(39.137vw,100vh) scale(.4548)
    }
}

@keyframes fall-130 {
    32.874% {
        transform: translate(21.17vw,32.874vh) scale(.6975)
    }

    to {
        transform: translate(17.06005vw,100vh) scale(.6975)
    }
}

@keyframes fall-131 {
    42.155% {
        transform: translate(65.942vw,42.155vh) scale(.4588)
    }

    to {
        transform: translate(66.9951vw,100vh) scale(.4588)
    }
}

@keyframes fall-132 {
    74.262% {
        transform: translate(71.6779vw,74.262vh) scale(.6197)
    }

    to {
        transform: translate(72.60275vw,100vh) scale(.6197)
    }
}

@keyframes fall-133 {
    62.873% {
        transform: translate(55.7641vw,62.873vh) scale(.1047)
    }

    to {
        transform: translate(58.2759vw,100vh) scale(.1047)
    }
}

@keyframes fall-134 {
    31.52% {
        transform: translate(26.8356vw,31.52vh) scale(.4982)
    }

    to {
        transform: translate(26.35515vw,100vh) scale(.4982)
    }
}

@keyframes fall-135 {
    44.202% {
        transform: translate(43.576vw,44.202vh) scale(.1362)
    }

    to {
        transform: translate(40.0049vw,100vh) scale(.1362)
    }
}

@keyframes fall-136 {
    57.063% {
        transform: translate(24.8566vw,57.063vh) scale(.3675)
    }

    to {
        transform: translate(26.516vw,100vh) scale(.3675)
    }
}

@keyframes fall-137 {
    68.379% {
        transform: translate(90.4008vw,68.379vh) scale(.3964)
    }

    to {
        transform: translate(86.73515vw,100vh) scale(.3964)
    }
}

@keyframes fall-138 {
    57.206% {
        transform: translate(82.3127vw,57.206vh) scale(.5088)
    }

    to {
        transform: translate(84.03125vw,100vh) scale(.5088)
    }
}

@keyframes fall-139 {
    68.693% {
        transform: translate(45.3534vw,68.693vh) scale(.2077)
    }

    to {
        transform: translate(43.7623vw,100vh) scale(.2077)
    }
}

@keyframes fall-140 {
    63.805% {
        transform: translate(11.164vw,63.805vh) scale(.2337)
    }

    to {
        transform: translate(7.20525vw,100vh) scale(.2337)
    }
}

@keyframes fall-141 {
    78.015% {
        transform: translate(26.8093vw,78.015vh) scale(.5857)
    }

    to {
        transform: translate(27.51285vw,100vh) scale(.5857)
    }
}

@keyframes fall-142 {
    66.885% {
        transform: translate(23.3568vw,66.885vh) scale(.7691)
    }

    to {
        transform: translate(19.66725vw,100vh) scale(.7691)
    }
}

@keyframes fall-143 {
    67.531% {
        transform: translate(76.5123vw,67.531vh) scale(.3317)
    }

    to {
        transform: translate(76.3924vw,100vh) scale(.3317)
    }
}

@keyframes fall-144 {
    30.649% {
        transform: translate(88.1504vw,30.649vh) scale(.0144)
    }

    to {
        transform: translate(85.1115vw,100vh) scale(.0144)
    }
}

@keyframes fall-145 {
    53.295% {
        transform: translate(59.3629vw,53.295vh) scale(.3836)
    }

    to {
        transform: translate(55.6763vw,100vh) scale(.3836)
    }
}

@keyframes fall-146 {
    72.939% {
        transform: translate(21.7198vw,72.939vh) scale(.5705)
    }

    to {
        transform: translate(23.96695vw,100vh) scale(.5705)
    }
}

@keyframes fall-147 {
    73.078% {
        transform: translate(69.5557vw,73.078vh) scale(.3034)
    }

    to {
        transform: translate(74.32885vw,100vh) scale(.3034)
    }
}

@keyframes fall-148 {
    58.888% {
        transform: translate(-3.6886vw,58.888vh) scale(.0757)
    }

    to {
        transform: translate(.15315vw,100vh) scale(.0757)
    }
}

@keyframes fall-149 {
    53.663% {
        transform: translate(22.8141vw,53.663vh) scale(.0177)
    }

    to {
        transform: translate(21.6717vw,100vh) scale(.0177)
    }
}

@keyframes fall-150 {
    38.805% {
        transform: translate(93.7627vw,38.805vh) scale(.8366)
    }

    to {
        transform: translate(96.3695vw,100vh) scale(.8366)
    }
}

@keyframes fall-151 {
    63.396% {
        transform: translate(86.2229vw,63.396vh) scale(.8482)
    }

    to {
        transform: translate(84.2998vw,100vh) scale(.8482)
    }
}

@keyframes fall-152 {
    74.106% {
        transform: translate(-4.3385vw,74.106vh) scale(.8986)
    }

    to {
        transform: translate(-.38505vw,100vh) scale(.8986)
    }
}

@keyframes fall-153 {
    73.187% {
        transform: translate(43.1506vw,73.187vh) scale(.2757)
    }

    to {
        transform: translate(44.6863vw,100vh) scale(.2757)
    }
}

@keyframes fall-154 {
    33.893% {
        transform: translate(54.3776vw,33.893vh) scale(.3283)
    }

    to {
        transform: translate(53.5794vw,100vh) scale(.3283)
    }
}

@keyframes fall-155 {
    47.914% {
        transform: translate(63.825vw,47.914vh) scale(.3316)
    }

    to {
        transform: translate(66.9639vw,100vh) scale(.3316)
    }
}

@keyframes fall-156 {
    35.815% {
        transform: translate(21.3501vw,35.815vh) scale(.8099)
    }

    to {
        transform: translate(21.4738vw,100vh) scale(.8099)
    }
}

@keyframes fall-157 {
    37.272% {
        transform: translate(72.494vw,37.272vh) scale(.5965)
    }

    to {
        transform: translate(74.8511vw,100vh) scale(.5965)
    }
}

@keyframes fall-158 {
    77.156% {
        transform: translate(11.1637vw,77.156vh) scale(.624)
    }

    to {
        transform: translate(11.5912vw,100vh) scale(.624)
    }
}

@keyframes fall-159 {
    74.553% {
        transform: translate(97.8546vw,74.553vh) scale(.1766)
    }

    to {
        transform: translate(98.6265vw,100vh) scale(.1766)
    }
}

@keyframes fall-160 {
    78.076% {
        transform: translate(21.5901vw,78.076vh) scale(.028)
    }

    to {
        transform: translate(22.40535vw,100vh) scale(.028)
    }
}

@keyframes fall-161 {
    63.293% {
        transform: translate(72.1721vw,63.293vh) scale(.3642)
    }

    to {
        transform: translate(70.72735vw,100vh) scale(.3642)
    }
}

@keyframes fall-162 {
    58.515% {
        transform: translate(28.9245vw,58.515vh) scale(.8974)
    }

    to {
        transform: translate(24.4895vw,100vh) scale(.8974)
    }
}

@keyframes fall-163 {
    63.211% {
        transform: translate(46.9261vw,63.211vh) scale(.2124)
    }

    to {
        transform: translate(48.71365vw,100vh) scale(.2124)
    }
}

@keyframes fall-164 {
    58.642% {
        transform: translate(93.4335vw,58.642vh) scale(.9529)
    }

    to {
        transform: translate(90.89vw,100vh) scale(.9529)
    }
}

@keyframes fall-165 {
    49.489% {
        transform: translate(52.2197vw,49.489vh) scale(.9228)
    }

    to {
        transform: translate(56.917vw,100vh) scale(.9228)
    }
}

@keyframes fall-166 {
    64.568% {
        transform: translate(27.6832vw,64.568vh) scale(.4219)
    }

    to {
        transform: translate(29.013vw,100vh) scale(.4219)
    }
}

@keyframes fall-167 {
    77.887% {
        transform: translate(38.804vw,77.887vh) scale(.416)
    }

    to {
        transform: translate(38.8237vw,100vh) scale(.416)
    }
}

@keyframes fall-168 {
    54.143% {
        transform: translate(87.4259vw,54.143vh) scale(.0799)
    }

    to {
        transform: translate(83.85265vw,100vh) scale(.0799)
    }
}

@keyframes fall-169 {
    69.937% {
        transform: translate(38.1204vw,69.937vh) scale(.5946)
    }

    to {
        transform: translate(35.52265vw,100vh) scale(.5946)
    }
}

@keyframes fall-170 {
    57.384% {
        transform: translate(16.4726vw,57.384vh) scale(.0747)
    }

    to {
        transform: translate(18.90275vw,100vh) scale(.0747)
    }
}

@keyframes fall-171 {
    48.126% {
        transform: translate(84.5411vw,48.126vh) scale(.6904)
    }

    to {
        transform: translate(87.7963vw,100vh) scale(.6904)
    }
}

@keyframes fall-172 {
    69.156% {
        transform: translate(13.3514vw,69.156vh) scale(.2733)
    }

    to {
        transform: translate(9.0132vw,100vh) scale(.2733)
    }
}

@keyframes fall-173 {
    75.142% {
        transform: translate(53.6746vw,75.142vh) scale(.1938)
    }

    to {
        transform: translate(53.04125vw,100vh) scale(.1938)
    }
}

@keyframes fall-174 {
    71.348% {
        transform: translate(16.019vw,71.348vh) scale(.9414)
    }

    to {
        transform: translate(16.55715vw,100vh) scale(.9414)
    }
}

@keyframes fall-175 {
    56.008% {
        transform: translate(86.6596vw,56.008vh) scale(.8924)
    }

    to {
        transform: translate(89.49125vw,100vh) scale(.8924)
    }
}

@keyframes fall-176 {
    50.727% {
        transform: translate(46.5994vw,50.727vh) scale(.4649)
    }

    to {
        transform: translate(43.6431vw,100vh) scale(.4649)
    }
}

@keyframes fall-177 {
    40.84% {
        transform: translate(12.0203vw,40.84vh) scale(.8272)
    }

    to {
        transform: translate(15.61055vw,100vh) scale(.8272)
    }
}

@keyframes fall-178 {
    73.707% {
        transform: translate(5.5912vw,73.707vh) scale(.348)
    }

    to {
        transform: translate(2.81145vw,100vh) scale(.348)
    }
}

@keyframes fall-179 {
    73.751% {
        transform: translate(24.9532vw,73.751vh) scale(.1292)
    }

    to {
        transform: translate(23.31825vw,100vh) scale(.1292)
    }
}

@keyframes fall-180 {
    43.408% {
        transform: translate(99.9311vw,43.408vh) scale(.9818)
    }

    to {
        transform: translate(96.22115vw,100vh) scale(.9818)
    }
}

@keyframes fall-181 {
    52.541% {
        transform: translate(87.7683vw,52.541vh) scale(.6104)
    }

    to {
        transform: translate(84.56195vw,100vh) scale(.6104)
    }
}

@keyframes fall-182 {
    40.247% {
        transform: translate(15.5468vw,40.247vh) scale(.1745)
    }

    to {
        transform: translate(15.31445vw,100vh) scale(.1745)
    }
}

@keyframes fall-183 {
    66.426% {
        transform: translate(99.1166vw,66.426vh) scale(.1456)
    }

    to {
        transform: translate(96.0001vw,100vh) scale(.1456)
    }
}

@keyframes fall-184 {
    50.652% {
        transform: translate(7.3723vw,50.652vh) scale(.0283)
    }

    to {
        transform: translate(5.9385vw,100vh) scale(.0283)
    }
}

@keyframes fall-185 {
    38.495% {
        transform: translate(40.8501vw,38.495vh) scale(.6407)
    }

    to {
        transform: translate(37.96395vw,100vh) scale(.6407)
    }
}

@keyframes fall-186 {
    55.532% {
        transform: translate(33.451vw,55.532vh) scale(.3342)
    }

    to {
        transform: translate(30.568vw,100vh) scale(.3342)
    }
}

@keyframes fall-187 {
    65.505% {
        transform: translate(69.935vw,65.505vh) scale(.438)
    }

    to {
        transform: translate(67.02775vw,100vh) scale(.438)
    }
}

@keyframes fall-188 {
    65.163% {
        transform: translate(49.8329vw,65.163vh) scale(.0003)
    }

    to {
        transform: translate(48.15435vw,100vh) scale(.0003)
    }
}

@keyframes fall-189 {
    50.443% {
        transform: translate(-5.7223vw,50.443vh) scale(.6586)
    }

    to {
        transform: translate(-1.59845vw,100vh) scale(.6586)
    }
}

@keyframes fall-190 {
    69.324% {
        transform: translate(53.0027vw,69.324vh) scale(.0864)
    }

    to {
        transform: translate(51.31835vw,100vh) scale(.0864)
    }
}

@keyframes fall-191 {
    73.598% {
        transform: translate(87.4034vw,73.598vh) scale(.7167)
    }

    to {
        transform: translate(87.3488vw,100vh) scale(.7167)
    }
}

@keyframes fall-192 {
    44.475% {
        transform: translate(39.9859vw,44.475vh) scale(.1055)
    }

    to {
        transform: translate(39.5666vw,100vh) scale(.1055)
    }
}

@keyframes fall-193 {
    71.413% {
        transform: translate(66.4137vw,71.413vh) scale(.2911)
    }

    to {
        transform: translate(68.5063vw,100vh) scale(.2911)
    }
}

@keyframes fall-194 {
    50.936% {
        transform: translate(105.7561vw,50.936vh) scale(.6366)
    }

    to {
        transform: translate(100.78315vw,100vh) scale(.6366)
    }
}

@keyframes fall-195 {
    68.279% {
        transform: translate(40.3425vw,68.279vh) scale(.1003)
    }

    to {
        transform: translate(43.11025vw,100vh) scale(.1003)
    }
}

@keyframes fall-196 {
    78.452% {
        transform: translate(29.2556vw,78.452vh) scale(.8983)
    }

    to {
        transform: translate(29.2169vw,100vh) scale(.8983)
    }
}

@keyframes fall-197 {
    38.23% {
        transform: translate(72.98vw,38.23vh) scale(.8637)
    }

    to {
        transform: translate(73.2465vw,100vh) scale(.8637)
    }
}

@keyframes fall-198 {
    57.509% {
        transform: translate(57.0708vw,57.509vh) scale(.4201)
    }

    to {
        transform: translate(57.15165vw,100vh) scale(.4201)
    }
}

@keyframes fall-199 {
    60.909% {
        transform: translate(86.9365vw,60.909vh) scale(.1256)
    }

    to {
        transform: translate(84.80245vw,100vh) scale(.1256)
    }
}

@keyframes fall-200 {
    39.521% {
        transform: translate(77.285vw,39.521vh) scale(.7485)
    }

    to {
        transform: translate(77.2196vw,100vh) scale(.7485)
    }
}

@keyframes move {
    0% {
        transform: translateZ(-200px) rotate(0deg)
    }

    to {
        transform: translateZ(150px) rotate(0deg)
    }
}

.reservation-card {
    border-radius: 6px;
    padding: 36px 42px;
    position: relative;
    z-index: 1;
    transition: all 1s ease-in
}

.reservation-card .title {
    text-transform: uppercase;
    color: #9fef00;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1.2px
}

.reservation-card .date {
    font-size: 24px;
    font-weight: 600;
    color: #fff
}

.reservation-card .reservation-card__tags {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column
}

.reservation-card .reservation-card__tags div {
    display: flex;
    align-items: center;
    padding: 8px 0;
    margin: 0 !important;
}

.reservation-card .reservation-card__tags div:first-child img {
    padding-left: 0
}

.reservation-card .reservation-card__tags div img {
    width: 20px;
    height: 20px;
    margin: 2px 16px 0 0 !important;
}

.reservation-card .reservation-card__tags div p {
    font-size: 15px;
    margin: 0;
    line-height: 28px
}

@media (max-width: 1199.98px) {
    .reservation-card button.btn-htb-green {
        transition:none
    }
}

.sponsor-card {
    position: relative;
    border-radius: 6px;
    padding: 36px 42px;
    margin: 24px 1px 80px;
    border: 1px solid #a4b1cd
}

.sponsor-card p {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1.2px
}

html {
    scroll-behavior: smooth
}

section.footer {
    background: #111927;
    padding-top: 5rem;
    padding-bottom: 1rem
}

@media (max-width: 666.98px) {
    section.footer {
        padding-top:4rem
    }
}

section.footer .main-link {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700
}

section.footer .social-icon {
    transition: color .3s ease
}

section.footer .social-icon:hover {
    color: #9fef00
}

section.footer .link {
    transition: .3s;
    display: block;
    color: #a4b1cd;
    font-size: 15px;
    margin-top: 1rem;
    margin-bottom: 1rem
}

section.footer .link.disabled {
    pointer-events: none;
    opacity: .3
}

section.footer .link:hover {
    color: #fff;
    text-decoration: none
}

section.footer .link.active {
    color: #fff
}

section.footer .title {
    color: #a4b1cd;
    font-size: 15px
}

section.footer .copyrights-wrapper .copyright {
    color: #a4b1cd;
    font-size: 15px;
    margin-top: 1rem;
    margin-bottom: 1rem
}

@media (max-width: 767.98px) {
    section.footer .copyrights-wrapper .copyright {
        padding-top:1rem;
        padding-bottom: 1rem
    }
}

@media (max-width: 767.98px) {
    section.footer .copyrights-wrapper {
        justify-content:normal
    }

    section.footer .copyrights-wrapper div {
        margin: 0!important;
        display: block;
        width: 100%;
        text-align: left
    }
}

@media (max-width: 991.98px) {
    section.head h1 {
        font-size:42px
    }
}

section.head .title {
    margin: 0 1rem 2rem
}

@media (max-width: 991.98px) {
    section.head h1 {
        line-height:60px
    }
}

section.head .subtitle {
    margin: 0 0 2rem;
    padding: 0 3rem
}

section.stats--3 {
    max-width: 38.5rem;
    margin-left: auto;
    margin-right: auto
}

section.general a {
    color: #9fef00
}

section.webinar-modal .modal {
    backdrop-filter: blur(5px);
    background-color: rgba(26,35,50,.5)
}

section.webinar-modal .modal-dialog {
    max-width: 1015px
}

@media (max-width: 991.98px) {
    section.webinar-modal .modal-dialog {
        padding-top:100px;
        padding-bottom: 100px
    }
}

section.webinar-modal .modal-content {
    background-color: transparent;
    overflow: hidden;
    border: none
}

section.webinar-modal .modal-content .close {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 20px;
    top: 10px;
    z-index: 20;
    opacity: .7;
    background-color: #a4b1cd;
    text-shadow: none;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    transition: opacity .3s ease-in-out
}

section.webinar-modal .modal-content .close:hover {
    opacity: .6
}

section.webinar-modal .modal-content .modal-content__form {
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media (max-width: 991.98px) {
    section.webinar-modal .modal-content .modal-content__form h3,section.webinar-modal .modal-content .modal-content__form p {
        font-size:24px!important
    }
}

section.webinar-modal .modal-content .description-content {
    padding: 20px 26px
}

section.webinar-modal .modal-content .description-content p {
    margin-bottom: 0
}

section.webinar-modal .modal-content .description-tags {
    padding: 0 26px 31px
}

section.webinar-modal .modal-content .description-tags div {
    display: flex;
    align-items: center
}

section.webinar-modal .modal-content .description-tags div img {
    padding-right: 8px;
    width: 28px;
    height: 20px
}

section.webinar-modal .modal-content .description-tags p {
    margin-bottom: 0
}

.nav-com {
    padding: .5rem 0
}

@media (max-width: 991.98px) {
    .nav-com .nav-main-toggle {
        z-index:9999
    }

    .nav-com .nav-main-links a {
        color: #a4b1cd;
        transition: .3s
    }

    .nav-com .nav-main-links a:hover {
        color: #fff
    }
}

.nav-com .navbar-brand {
    width: 100%;
    max-width: 11rem;
    height: auto
}

.nav-com .nav-item {
    margin-right: 3.5rem
}

.nav-com .nav-item:last-of-type {
    margin-right: 0
}

.nav-com .nav-item.active a {
    color: #9fef00;
    transition: .3s
}

.nav-com .nav-item.active a:hover {
    color: #9fef00
}

@media (min-width: 992px) {
    .nav-com .nav-item a {
        color:#a4b1cd;
        transition: .3s
    }

    .nav-com .nav-item a:hover {
        color: #fff
    }
}

.nav-com .nav-item .nav-link {
    padding: 1.4rem 0;
    font-size: 15px
}

@media (max-width: 991.98px) {
    .nav-com .nav-item .nav-link {
        font-size:10px
    }
}

.nav-com .nav-item .nav-link:hover svg {
    fill: #fff
}

.nav-com .nav-item .nav-link-right-icon {
    margin-left: .5rem;
    max-height: 28px
}

.nav-com .nav-item .nav-link-right-icon svg {
    transition: fill .3s ease;
    transform: rotate(-90deg)!important;
    fill: #a4b1cd;
    width: 22px
}

@media (max-width: 991.98px) {
    .nav-com .nav-item .nav-link-right-icon svg {
        width:14px;
        height: 14px
    }
}

.mega-menu {
    width: 100%;
    box-shadow: 0 2px 13px 3px rgba(0,0,0,.1);
    border: none;
    padding: 0
}

@media (max-width: 991.98px) {
    .mega-menu {
        box-shadow:none;
        border: none;
        margin: 0 0 1rem
    }
}

@media (min-width: 992px) {
    .mega-menu {
        width:52.4rem;
        height: 18.5625rem;
        left: -250%
    }

    .mega-menu.mega-menu--xs {
        width: 18rem;
        height: auto;
        left: 0
    }

    .mega-menu.mega-menu--xs:before {
        left: 21px
    }

    .mega-menu:before {
        top: -8px;
        left: 173px;
        width: 0;
        height: 0;
        border-left: 13px solid transparent;
        border-right: 13px solid transparent;
        border-bottom: 12px solid #fff
    }

    .mega-menu:after,.mega-menu:before {
        position: absolute;
        display: inline-block;
        content: ""
    }

    .mega-menu:after {
        height: 14px;
        left: 0;
        top: -14px;
        width: 100%
    }
}

@media (min-width: 992px) {
    .mega-menu .menu {
        padding:1.8125rem 0 0
    }

    .mega-menu .menu.menu-no-label {
        padding: 1.5rem 2.5rem 1.5rem 1rem
    }
}

@media (min-width: 992px) {
    .mega-menu .menu--first {
        padding-left:2.6875rem
    }
}

@media (min-width: 992px) {
    .mega-menu .menu--second {
        padding-left:1.75rem
    }
}

.mega-menu .menu-label {
    margin-bottom: 1.5rem;
    line-height: 14px
}

.mega-menu .menu-link {
    display: inline-flex
}

.mega-menu .menu-link.disabled {
    pointer-events: none;
    opacity: .6
}

.mega-menu .menu-link.disabled.menu-link-hover:after {
    display: none
}

.mega-menu .menu-link.disabled .menu-link-header {
    color: #a4b1cd!important
}

@media (max-width: 991.98px) {
    .mega-menu .menu-link {
        display:flex;
        margin: 1rem 0
    }

    .mega-menu .menu-link:first-child {
        margin-top: 0
    }

    .mega-menu .menu-link:last-child {
        margin-bottom: 0
    }

    .mega-menu .menu-link.menu-link-hover {
        position: relative
    }

    .mega-menu .menu-link.menu-link-hover.menu-link--expanded:after {
        transform: rotate(180deg) scale(.8)
    }

    .mega-menu .menu-link.menu-link-hover:after {
        display: inline-block;
        font-family: hack-the-box;
        content: "î¨†";
        transform: rotate(90deg);
        transition: transform .3s ease;
        position: absolute;
        right: 16px;
        top: 1px;
        transform: rotate(0deg) scale(.8);
        font-size: 14px
    }
}

@media (min-width: 992px) {
    .mega-menu .menu-link {
        position:relative;
        width: 100%
    }

    .mega-menu .menu-link.menu-link--xs:not(:last-child) {
        margin-bottom: 1.5rem
    }

    .mega-menu .menu-link:not(:last-child) {
        margin-bottom: 1.6875rem
    }

    .mega-menu .menu-link-hover:hover+.submenu {
        display: inline-block
    }
}

@media (min-width: 992px) and (min-width:768px) {
    .mega-menu .menu-link-hover:hover+.submenu {
        animation:fadeIn .3s
    }
}

.mega-menu .menu-link:hover {
    text-decoration: none
}

@media (min-width: 992px) {
    .mega-menu .menu-link:hover .menu-link-header:after {
        visibility:visible;
        opacity: 1;
        transition: all .3s ease,left .2s ease .1s;
        left: 0
    }
}

.mega-menu .menu-link:hover .menu-link-subheader {
    transition: color .3s ease
}

.mega-menu .menu-link>img {
    max-width: 32px
}

.mega-menu .menu-link-right {
    margin-left: 1rem
}

.mega-menu .menu-link-header {
    font-size: 15px;
    line-height: 24px
}

.mega-menu .menu-link-header>span {
    background-color: #fff;
    padding-right: 2px
}

.mega-menu .menu-link-header:after {
    display: inline-block;
    font-family: hack-the-box;
    content: "î¨‚";
    font-size: 10px;
    visibility: hidden;
    transition: none;
    opacity: 0;
    position: relative;
    left: -6px;
    z-index: -1
}

.mega-menu .menu-link-subheader {
    transition: color .3s ease;
    height: 1.5rem;
    overflow: visible;
    line-height: 18px;
    padding-top: 3px
}

.mega-menu .menu-banner {
    pointer-events: none
}

.mega-menu .menu-banner-left {
    width: calc(100% - 2rem);
    position: relative
}

.mega-menu .menu-banner-left img {
    position: absolute;
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available
}

.mega-menu .menu-banner-text {
    position: absolute;
    padding: 1.25rem 1rem 0;
    bottom: 20px
}

.mega-menu .menu-banner-right {
    cursor: pointer;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    padding-bottom: 1.25rem;
    width: 2rem
}

.mega-menu .menu-banner-link {
    text-decoration: none;
    display: flex;
    align-items: flex-end;
    height: 100%;
    width: 100%
}

.mega-menu .menu-banner-link:hover {
    text-decoration: none
}

.mega-menu .menu-banner-icon {
    line-height: 10px
}

.mega-menu .menu-banner-header {
    margin-top: 1.8125rem;
    margin-bottom: .5rem;
    line-height: 24px;
    cursor: default
}

.mega-menu .menu-banner-subheader {
    line-height: 18px;
    cursor: default
}

.mega-menu .submenu {
    display: none;
    margin-left: -24px;
    width: calc(100% + 40px)
}

@media (min-width: 992px) {
    .mega-menu .submenu {
        height:100%;
        width: 100%;
        z-index: 10;
        position: absolute;
        right: -100%;
        top: 0;
        bottom: 0
    }
}

@media (min-width: 992px) {
    .mega-menu .submenu:after {
        content:"";
        z-index: 20;
        position: absolute;
        display: inline-block;
        left: 0;
        bottom: 0;
        width: 0;
        height: 0;
        top: calc(50% + 10px);
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 12px solid #fff
    }
}

.mega-menu .submenu-links {
    line-height: 24px;
    padding: 2.5rem 0 2.5rem 3rem
}

@media (max-width: 991.98px) {
    .mega-menu .submenu-links {
        padding:1rem 0 1rem 4.5rem
    }
}

.mega-menu .submenu-link:not(:last-child) {
    margin-bottom: 1.5rem
}

@media (max-width: 991.98px) {
    .mega-menu .submenu-link:not(:last-child) {
        margin-bottom:1rem
    }
}

@media (min-width: 768px) {
    .nav-menu .dropdown:hover>.dropdown-menu {
        display:block;
        animation: fadeIn .3s
    }
}

@media screen and (min-width: 992px) {
    .sticky-header {
        position:fixed;
        top: 0;
        transition: top .2s ease-in-out;
        width: 100%;
        z-index: 9999
    }
}

.nav-up {
    top: -156px
}

.nav-shadow {
    box-shadow: 0 9px 15px -12px rgba(0,0,0,.5)
}

.hs-form-wrap__dark .hs-form {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center
}

.hs-form-wrap__dark .hs-form label {
    color: #a4b1cd
}

.hs-form-wrap__dark .inputs-list {
    padding: 0
}

.hs-form-wrap__dark li {
    list-style-type: none
}

.hs-form-wrap__dark .hs-input {
    border-radius: 6px;
    border: none;
    font-size: 15px;
    height: 4rem;
    box-shadow: none;
    background-color: #111927;
    color: #fff;
    padding: 5px 16px;
    margin-bottom: 16px;
    width: 270px
}

.hs-form-wrap__dark .hs-input ::placeholder {
    color: #a4b1cd;
    opacity: 1
}

.hs-form-wrap__dark .hs-input:focus {
    -webkit-appearance: none;
    outline: none;
    border: none
}

.hs-form-wrap__dark .hs-button {
    transition: .3s;
    color: #141d2b;
    background: #9fef00;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 1rem;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    border: none
}

.hs-form-wrap__dark .hs-button:hover {
    background: #bbff34
}

.hs-form-wrap__dark .submitted-message {
    text-align: center
}

.hs-form-wrap__dark.hs-webinar .hs-input {
    background-color: #1a2332
}

@media (max-width: 991.98px) {
    .hs-form-wrap__dark.hs-webinar .hs-form-field,.hs-form-wrap__dark.hs-webinar .hs-input {
        width:100%!important
    }
}

.hs-form-wrap__dark.hs-webinar fieldset {
    width: 100%;
    max-width: none
}

.hs-form-wrap__dark.hs-webinar fieldset.form-columns-1 .hs-input {
    width: 270px!important
}

@media (max-width: 991.98px) {
    .hs-form-wrap__dark.hs-webinar fieldset.form-columns-1 .hs-input {
        width:100%!important
    }
}

.hamburger {
    padding: 8px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity,filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger:focus {
    outline: none;
    box-shadow: none
}

.hamburger:hover {
    opacity: .7
}

.hamburger--medium {
    transform: scale(.5)
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before {
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease
}

.hamburger-inner:after,.hamburger-inner:before {
    content: "";
    display: block
}

.hamburger-inner:before {
    top: -10px
}

.hamburger-inner:after {
    bottom: -10px
}

.hamburger--slider .hamburger-inner {
    top: 2px
}

.hamburger--slider .hamburger-inner:before {
    top: 10px;
    transition-property: transform,opacity;
    transition-timing-function: ease;
    transition-duration: .15s
}

.hamburger--slider .hamburger-inner:after {
    top: 20px
}

.hamburger--slider:not(.collapsed) .hamburger-inner {
    transform: translate3d(0,10px,0) rotate(45deg)
}

.hamburger--slider:not(.collapsed) .hamburger-inner:before {
    transform: rotate(-45deg) translate3d(-5.71429px,-6px,0);
    opacity: 0
}

.hamburger--slider:not(.collapsed) .hamburger-inner:after {
    transform: translate3d(0,-20px,0) rotate(-90deg)
}

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

.reserve-spot-sticky {
    position: fixed;
    margin: auto;
    bottom: 10px;
    width: calc(100vw - 198px)!important;
    left: 0;
    transform: translate(calc(50vw - 50%))
}

.webinar-bg {
    position: absolute;
    width: 100%;
    height: 600px;
    background: url(/images/landingv3/bg-pattern-active.svg),linear-gradient(0deg,#1a2332,#141d2b 0);
    background-position: 100% 56%;
    background-repeat: no-repeat
}

.webinar-body {
    max-width: 630px
}

@media (max-width: 991.98px) {
    .webinar-body {
        margin:auto
    }
}

.webinar-body__content {
    color: #fff
}

.webinar-body__content h2 {
    font-weight: 600;
    line-height: 54px;
    padding-bottom: 20px
}

.webinar-body__content p {
    padding-bottom: 0
}

.webinar-body__content li {
    line-height: 2
}

.webinar-body__speakers .speaker-name {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin: 0
}

.webinar-body__speakers .speaker-name svg {
    height: 27px;
    width: 27px
}

.webinar-body__speakers .speaker-name svg path {
    fill: #fff!important;
    height: 20px;
    transition: .3s;
    width: 20px
}

.webinar-body__getrecordingafter h2 {
    font-weight: 600;
    line-height: 54px
}

.webinar-body__getrecordingafter .hs-form-wrap__dark.subscribe .hs-form {
    justify-content: flex-start
}

.webinar-body__getrecordingafter .hs-form-wrap__dark.subscribe .hs-form>div:first-child {
    margin-left: 0
}

.hs-form-wrap__dark.subscribe .hs-form {
    align-items: unset;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center
}

.hs-form-wrap__dark.subscribe .hs-form>div {
    margin: 0 10px
}

@media (max-width: 991.98px) {
    .hs-form-wrap__dark.subscribe .hs-form {
        justify-content:center!important
    }
}

.hs-form-wrap__dark.subscribe .hs-input {
    background-color: #263143
}

.hs-form-wrap__dark.subscribe .hs-button {
    padding: 1.5rem 2.5rem;
    margin-top: 2rem;
    font-family: inherit;
    letter-spacing: 1.2px!important
}

.hs-form-wrap__dark.subscribe .hs-button:hover {
    color: #000
}

.hs-form-wrap__dark.subscribe .hs-main-font-element {
    color: #a4b1cd
}

.hs-form-wrap__dark.subscribe .hs_error_rollup {
    display: none
}

.webinar-info {
    top: 200px;
    max-width: 70%;
    margin-left: 20%;
}

@media (max-width: 767px) {
    .webinar-info {
    top: 200px;
    max-width: 100%;
    margin-left: 0%;
}
}

html .hs-form input:not([type=submit]):not(.number__input):not([type=radio]):not([type=checkbox]):not([type=file]), html .hs-form input[type=email], html .hs-form input[type=number], html .hs-form input[type=tel], html .hs-form input[type=text], html .hs-form select, html .hs-form textarea {
    border-color: #9fef00 !important;
}

.oc-ctas_h-right {
    justify-content: center !important;
}

html .hs-form .hs-richtext {
    text-align: left !important;
}

#hs_cos_wrapper_widget_1715775819952_{
      background-color: transparent;
}

.widget_1715775819952-flexbox-positioning{
      margin: 0 auto !important;
      width: 1320px !important;
}

.custom-images-block{
  max-width: 50%; 
  margin: 0 auto;
}

@media (max-width: 767px) {
    .custom-images-block{ display: none;}
}

html .hs-form .hs-form-field>label, html .hs-form .leadin-input-wrapper>label {
    color: #9FEF00 !important;
}

html .hs-form .gdpr-options label, html .hs-form .hs-fieldtype-radio label, html .hs-form .hs-form-booleancheckbox label, html .hs-form .hs-form-checkbox label, html .hs-form .hs-form-radio label {
    color: #9FEF00 !important;
}

html .inputs-list {
    list-style: none;
}

html .hs-form input[type=submit]{
   color: #0b121c !important;
}

html .hs-form .hs-form-checkbox input+:before {
    background: #fff !important;
}

/*a.oc-cta_primary1 {
    background-color: transparent !important;
}