.site-footer {
    padding: 65px 0 0;
    border-top: 1px solid #e9edf3
}

.site-footer .link-text {
    color: #1b222c;
    display: block;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-size: var(--text-small-font-size);
    font-weight: 400;
    line-height: var(--text-small-line-height);
    font-family: var(--font-family-text)
}

.site-footer .link-text:link,.site-footer .link-text:focus,.site-footer .link-text:active,.site-footer .link-text:visited {
    color: #1b222c
}

.site-footer .link-text:hover {
    color: #0038df
}

.site-footer .link-text+.link-text {
    margin-top: 12px
}

.site-footer .widget {
    padding-bottom: 40px
}

.site-footer .widget .entry-title {
    color: #000;
    margin: 0 0 14px;
    font-size: var(--text-small-font-size);
    font-weight: 600;
    line-height: var(--text-small-line-height);
    font-family: var(--font-family-text)
}

.site-footer .appstore-links {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.site-footer .appstore-links a {
    width: 100%;
    margin: 12px 0 0;
    padding: 0 !important
}

.site-footer .textwidget p {
    color: #242527;
    margin: 0
}

.site-footer .inline-logo {
    width: 200px;
    height: 38px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top left;
    object-position: top left;
    margin-bottom: 30px
}

.site-footer small {
    display: block;
    margin-bottom: 13px;
    font-size: var(--text-tiny-font-size);
    font-weight: 400;
    line-height: var(--text-tiny-line-height);
    font-family: var(--font-family-text)
}

.site-footer small a {
    color: #0027b3;
    -webkit-text-decoration: none;
    text-decoration: none
}

.site-footer small a:link,.site-footer small a:focus,.site-footer small a:active,.site-footer small a:visited {
    color: #0027b3
}

.site-footer small a:hover {
    color: #0038df
}

.site-footer small a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.site-footer .social {
    margin: 0;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.site-footer .social a {
    color: #242527;
    display: block;
    line-height: 1;
    font-size: var(--text-larger-font-size);
    font-weight: 400;
    line-height: var(--text-larger-line-height);
    font-family: var(--font-family-text)
}

.site-footer .social a:link,.site-footer .social a:focus,.site-footer .social a:active,.site-footer .social a:visited {
    color: #242527
}

.site-footer .social a:hover {
    color: #0038df
}

.site-footer .social li,.site-footer .social li+li {
    margin: 16px 16px 0 0
}

.widget_nav_menu .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: var(--text-small-font-size);
    font-weight: 400;
    line-height: var(--text-small-line-height);
    font-family: var(--font-family-text)
}

.widget_nav_menu .menu-item a {
    color: #1b222c;
    display: block;
    padding: 6px 0;
    -webkit-text-decoration: none;
    text-decoration: none
}

.widget_nav_menu .menu-item a:link,.widget_nav_menu .menu-item a:focus,.widget_nav_menu .menu-item a:active,.widget_nav_menu .menu-item a:visited {
    color: #1b222c
}

.widget_nav_menu .menu-item a:hover {
    color: #0038df
}

.widget_nav_menu .menu-item-crypto .menu-item-description {
    color: #516880;
    margin: 4px 0 0;
    display: inline-block;
    padding: 3px 5px 2px;
    text-align: center;
    background: #fafafa;
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
    border-radius: 32px;
    font-size: var(--text-tiny-font-size);
    font-weight: 400;
    line-height: var(--text-tiny-line-height);
    font-family: var(--font-family-text)
}

.container-links {
    padding: 25px 0 35px
}

.container-links h3 {
    color: #000;
    margin: 0 0 22px;
    font-size: var(--text-small-font-size);
    line-height: var(--text-small-line-height);
    font-weight: 500;
    font-family: var(--font-family-heading)
}

.container-links h4 {
    color: #000;
    margin: 0;
    font-size: var(--text-tiny-font-size);
    line-height: var(--text-tiny-line-height);
    font-weight: 500;
    font-family: var(--font-family-heading)
}

.container-links ul {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
    font-size: var(--text-small-font-size);
    font-weight: 400;
    line-height: var(--text-small-line-height);
    font-family: var(--font-family-text)
}

.container-links li {
    padding-bottom: 5px
}

.container-links li:last-of-type {
    padding-bottom: 0
}

.container-links a {
    color: #1b222c;
    display: block;
    padding: 3px 0;
    -webkit-text-decoration: none;
    text-decoration: none
}

.container-links a:link,.container-links a:focus,.container-links a:active,.container-links a:visited {
    color: #1b222c
}

.container-links a:hover {
    color: #0038df
}

.container-nav-footer {
    padding: 14px 0;
    border-top: 1px solid #e9edf3;
    border-bottom: 1px solid #e9edf3;
    background: #f3f6f9;
    font-size: var(--text-tiny-font-size);
    font-weight: 400;
    line-height: var(--text-tiny-line-height);
    font-family: var(--font-family-text)
}

.container-nav-footer .menu-footer {
    margin: 0;
    padding: 0;
    list-style: none
}

.container-nav-footer .menu-item a {
    color: #566e8c;
    display: block;
    padding: 9px 0;
    -webkit-text-decoration: none;
    text-decoration: none
}

.container-nav-footer .menu-item a:link,.container-nav-footer .menu-item a:focus,.container-nav-footer .menu-item a:active,.container-nav-footer .menu-item a:visited {
    color: #566e8c
}

.container-nav-footer .menu-item a:hover {
    color: #0038df
}

.container-copyright {
    padding: 40px 0;
    background: #f3f6f9
}

.container-copyright p {
    color: #516880;
    margin: 0 0 18px;
    font-size: var(--text-tiny-font-size);
    font-weight: 400;
    line-height: var(--text-tiny-line-height);
    font-family: var(--font-family-text)
}

.container-copyright a:not(.button) {
    color: #0027b3;
    -webkit-text-decoration: none;
    text-decoration: none
}

.container-copyright a:not(.button):link,.container-copyright a:not(.button):focus,.container-copyright a:not(.button):active,.container-copyright a:not(.button):visited {
    color: #0027b3
}

.container-copyright a:not(.button):hover {
    color: #0038df
}

.container-copyright a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.container-copyright .button {
    color: #000;
    border: 1px solid #e9edf3;
    display: inline-block;
    padding: 5px 8px;
    background: hsla(0,0%,100%,.15);
    text-align: center;
    border-radius: 100px;
    -webkit-text-decoration: none;
    text-decoration: none;
    backdrop-filter: blur(8px)
}

.container-copyright .button:link,.container-copyright .button:focus,.container-copyright .button:active,.container-copyright .button:visited {
    color: #000
}

.container-copyright .button:hover {
    color: #000
}

.container-copyright .button::after {
    width: 12px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    height: 12px;
    content: "";
    display: inline-block;
    margin-left: 3px;
    background: center url("data:image/svg+xml,%3csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.4295 6.42473L0.666582 6.42473L0.666582 7.75789L11.4283 7.75789L7.38136 11.8049L8.32405 12.7476L13.9802 7.09142L13.9795 7.09075L13.9802 7.09007L8.32405 1.43394L7.38136 2.37663L11.4295 6.42473Z' fill='blue'/%3e %3c/svg%3e") no-repeat;
    background-size: contain;
    vertical-align: middle
}

.container-copyright .button:hover {
    border: 1px solid #d3dce7;
    -webkit-text-decoration: none;
    text-decoration: none
}

@media(min-width: 640px) {
    .container-widgets .container {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .container-widgets .widget {
        width: 20%
    }

    .container-widgets .widget:nth-child(4) {
        max-width: 150px
    }

    .container-widgets .widget:nth-child(5) {
        width: 100%
    }

    .container-nav-footer .menu-footer li {
        display: inline-block;
        padding-right: 20px
    }

    .container-nav-footer .menu-footer li:last-of-type {
        padding-right: 0
    }

    .container-links li {
        display: inline-block;
        position: relative;
        padding-right: 12px;
        padding-bottom: 0
    }

    .container-links li::after {
        top: 50%;
        right: 2px;
        content: "|";
        position: absolute;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .container-links li:last-of-type::after {
        content: none
    }
}

@media(min-width: 1024px) {
    .container-widgets .container {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .container-widgets .widget {
        width: 18%
    }

    .container-widgets .widget:nth-child(5) {
        width: 20%;
        max-width: 210px
    }
}

@media(min-width: 1680px) {
    .container-widgets .widget {
        width:auto
    }
}

.rwd-table {
    border: 1px solid #e8e8e8;
    overflow-x: auto;
    border-radius: 6px
}

.rwd-table table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0
}

.rwd-table table.fixed {
    table-layout: fixed
}

.rwd-table table th,.rwd-table table td {
    padding: 16px 20px;
    text-align: left
}

.rwd-table table thead th {
    background: #f9fafb
}

.rwd-table table td {
    color: #000;
    border-top: 1px solid #e8e8e8;
    vertical-align: top;
    font-size: var(--text-regular-font-size);
    font-weight: 400;
    line-height: var(--text-regular-line-height);
    font-family: var(--font-family-text)
}

.rwd-table table td+td,.rwd-table table th+th {
    border-left: 1px solid #e8e8e8
}

.rwd-table table td p {
    margin: 0;
    font-size: var(--text-regular-font-size);
    font-weight: 400;
    line-height: var(--text-regular-line-height);
    font-family: var(--font-family-text)
}

.rwd-table table td p+p {
    margin-top: 16px
}

.rwd-table table a {
    color: #0027b3;
    -webkit-text-decoration: none;
    text-decoration: none
}

.rwd-table table a:link,.rwd-table table a:focus,.rwd-table table a:active,.rwd-table table a:visited {
    color: #0027b3
}

.rwd-table table a:hover {
    color: #0038df
}

.rwd-table table.ninja_footable {
    margin: 0
}

.modal-window-active {
    overflow: hidden
}

.modal-window-active .page-wrap {
    overflow: hidden;
    max-height: 100vh
}

.modal-window {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 987654321;
    position: fixed;
    -webkit-transition: visibility 0s ease, opacity .25s ease;
    -o-transition: visibility 0s ease, opacity .25s ease;
    transition: visibility 0s ease, opacity .25s ease;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition-delay: 0s,.25s;
    -o-transition-delay: 0s,.25s;
    transition-delay: 0s,.25s
}

.modal-window:not(.active) {
    opacity: 0;
    visibility: collapse;
    pointer-events: none
}

.modal-window.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .25s ease, visibility 0s ease;
    -o-transition: opacity .25s ease, visibility 0s ease;
    transition: opacity .25s ease, visibility 0s ease
}

.modal-window .modal-header {
    z-index: 2;
    position: relative
}

.modal-window .modal-dialog {
    width: 100%;
    z-index: 1;
    padding: 24px;
    position: relative;
    max-width: 500px;
    max-height: 60vh;
    border-radius: 8px
}

.modal-window .close {
    top: -8px;
    right: -8px;
    width: 26px;
    height: 26px;
    border: none;
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0;
    z-index: 21;
    position: absolute;
    text-align: center;
    background: none;
    font-size: 0;
    font-weight: 400;
    line-height: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modal-window .close span {
    font-size: 24px;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px)
}

.modal-window.style-white {
    background: hsla(0,0%,100%,.25);
    backdrop-filter: blur(10px)
}

.modal-window.style-white .close {
    color: #000
}

.modal-window.style-white .modal-dialog {
    -webkit-box-shadow: 0px 4px 24px rgba(0,0,0,.12);
    box-shadow: 0px 4px 24px rgba(0,0,0,.12);
    background: #fff
}

.modal-active {
    position: fixed;
    overflow: hidden;
    max-width: 100vw
}

.modal-active .banner {
    z-index: 1
}

.modal-active body {
    position: fixed;
    overflow: hidden
}

.modal-active .modal.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1
}

.modal-active .wgt-sticky-video {
    display: none
}

.modal-active .modal.video {
    background: rgba(52,55,76,.6)
}

.modal-active .wgt {
    z-index: 1;
    pointer-events: none
}

.modal {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    padding: 10px;
    z-index: 100000005;
    position: fixed;
    overflow: auto;
    background: rgba(52,55,76,.7);
    backdrop-filter: blur(10px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modal .modal-close.background-close {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: block;
    z-index: 1;
    cursor: pointer;
    position: absolute;
    background: rgba(0,0,0,0)
}

.modal:not(.active) {
    z-index: -1;
    pointer-events: none
}

.modal.show {
    -webkit-animation: show .4s;
    -o-animation: show .4s;
    animation: show .4s;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.modal.hide {
    -webkit-animation: hide .7s;
    -o-animation: hide .7s;
    animation: hide .7s
}

.modal .modal-wrap {
    width: 100vw;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    position: relative
}

.modal .modal-panel {
    width: 100%;
    margin: 0 auto;
    max-width: 360px
}

.modal .modal-close {
    top: 18px;
    right: 18px;
    z-index: 70;
    position: absolute
}

.modal .icon-close {
    width: 16px;
    height: 16px
}

.modal.video .website-logo {
    display: none
}

.modal.video .background-close {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1;
    position: fixed
}

.modal.video .modal-content {
    z-index: 2;
    position: relative
}

@media(min-width: 992px) {
    .modal-active,.modal-active body {
        position:relative
    }

    .icon-close {
        width: 24px;
        height: 24px
    }
}

@media only screen and (max-device-width: 749px)and (orientation: landscape) {
    .modal.video .modal-content {
        margin:0 auto;
        padding: 20px 0;
        max-width: 80%
    }
}

@media only screen and (min-device-width: 750px)and (max-device-width: 1024px)and (orientation: landscape) {
    .modal.video .modal-content {
        margin:0 auto;
        padding: 0;
        max-width: 90%
    }
}

@-webkit-keyframes show {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes show {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes show {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes hide {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-o-keyframes hide {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes hide {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.modal-signup h2 {
    margin: 0 0 13px;
    font-weight: 500;
    font-size: 28px;
    line-height: 130%
}

.modal-signup p {
    margin: 0 0 27px;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: .003rem
}

.modal-signup .form-nexmo {
    display: none
}

.modal-signup .modal-wrap {
    max-width: 100%
}

.modal-signup .modal-panel {
    position: relative;
    max-width: 100%
}

.modal-signup .icon-close::after,.modal-signup .icon-close::before {
    background: #fff
}

.modal-signup .website-logo {
    left: 32px;
    width: 136px;
    bottom: 40px;
    z-index: 3;
    position: absolute;
    pointer-events: none
}

.modal-signup .span-image {
    z-index: 1;
    position: relative
}

.modal-signup .thumb {
    width: 100%;
    height: 220px;
    z-index: 1;
    position: relative;
    background: url(/wp-content/themes/public/dist/fc85ece6341ceae8436d.webp) no-repeat;
    border-radius: 0 0 24px 24px;
    background-size: cover;
    background-position: top center
}

.modal-signup .span-content {
    padding: 38px 32px 39px;
    z-index: 6;
    position: relative;
    background: #fff;
    margin-top: -24px;
    border-radius: 24px
}

@media(min-width: 0px)and (max-width: 767px) {
    .modal-signup {
        padding:0;
        background: #fff;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        backdrop-filter: none
    }
}

@media(min-width: 768px) {
    .modal-signup .modal-wrap {
        max-width:720px
    }

    .modal-signup .modal-panel {
        border-radius: 24px
    }

    .modal-signup .icon-close::after,.modal-signup .icon-close::before {
        background: #5d7795
    }

    .modal-signup .modal-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .modal-signup .span-image,.modal-signup .span-content {
        width: 360px;
        margin: 0;
        min-height: 370px
    }

    .modal-signup .span-content {
        -webkit-box-shadow: 0px 20px 150px rgba(9,13,48,.15);
        box-shadow: 0px 20px 150px rgba(9,13,48,.15)
    }

    .modal-signup .thumb {
        width: 430px;
        height: 100%;
        z-index: 1;
        position: absolute;
        border-radius: 24px;
        background-image: url(/wp-content/themes/public/dist/fefb21235fcd0b760607.webp);
        background-position: center left -20px
    }

    .modal-signup .appstore-links {
        display: none
    }

    .modal-signup .form-nexmo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .modal-signup .form-nexmo .span-input,.modal-signup .form-nexmo .span-submit {
        width: 100%
    }

    .modal-signup .form-nexmo input {
        border: 1px solid #c0cce4;
        height: 55px;
        padding: 17px 15px 18px;
        border-radius: 2px 2px 0 0
    }

    .modal-signup .form-nexmo button {
        height: 55px;
        padding: 19px 15px 20px;
        border-radius: 0 0 2px 2px
    }
}

.appstore-links {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 350px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.appstore-links a {
    width: 50%;
    display: block;
    max-width: 165px
}

.appstore-links img {
    height: 56px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.appstore-links:not(.style-vertical) a:first-of-type {
    padding-right: 8px
}

.appstore-links:not(.style-vertical) a:last-of-type {
    padding-left: 8px
}

.appstore-links.style-white img {
    border: 1px solid #f1f4f7;
    border-radius: 6px
}
