/*
Theme Name: Wunderbar
Theme URI: https://bazucompany.com/
Description: Bazu company
Author: Bazu
Author URI: https://bazucompany.com/
Version: 1.0.0
*/

@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: "Montserrat";
    src:local('Montserrat'),
    url("./fonts/Montserrat-Medium.woff2") format("woff2"),
    url("./fonts/Montserrat-Medium.woff") format("woff"),
    url("./fonts/Montserrat-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src:local('Montserrat'),
    url("./fonts/Montserrat-SemiBold.woff2") format("woff2"),
    url("./fonts/Montserrat-SemiBold.woff") format("woff"),
    url("./fonts/Montserrat-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "Montserrat";
    src:local('Montserrat'),
    url("./fonts/Montserrat-Bold.woff2") format("woff2"),
    url("./fonts/Montserrat-Bold.woff") format("woff"),
    url("./fonts/Montserrat-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/*reset css*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-style: normal;
    vertical-align: baseline;
    font-feature-settings: 'locl' 0;
    color: #FFFFFF;
    /*color: #1A1A1F;*/
}
em{
    font-style: italic;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


*{
    box-sizing: border-box;
}

button,
button:hover,
button:focus{
    outline: none;
}

/*end reset css*/

html{
    background: #000000;
}

.fp-enabled{
    background: transparent;
}

body{
    background: #000000;
}

body.single{
    height: auto;
}

.fullpage-template{
    display: none;
}

.fp-enabled body{
    display: block;
}

body *{
    font-family: 'Montserrat', sans-serif;
}

body, html, #fullpage, .section{
    height: 100%
}

body{
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-width: none;
}

body::-webkit-scrollbar{
    width: 0 !important;
}

#wpadminbar{
    position: fixed;
}

.header-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1320px;
    margin: auto;
    position: relative;
}

h1{
    font-style: normal;
    font-weight: 700;
    font-size: 72px;
    line-height: 150%;
    color: #FFFFFF;
    margin: 0 0 20px;
}

h2{
    font-style: normal;
    font-weight: 700;
    font-size: 54px;
    line-height: 150%;
    color: #FFFFFF;
    margin: 0 0 20px;
}

h3, .h3{
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 150%;
    color: #FFFFFF;
    margin: 0 0 20px;
}

h4{
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 125%;
    color: #FFFFFF;
    margin: 0 0 20px;
}

h5{
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    margin: 0 0 20px;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    width: max-content;
}


h6{
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    margin: 0 0 8px;
}

p{
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    color: #FFFFFF;
    opacity: 0.8;
    margin: 0 0 20px;
}

.editor-text-style li{
    font-weight: 500;
    font-size: 18px;
    line-height: 125%;
    color: #FFFFFF;
    opacity: 0.8;
    margin: 0 0 16px 16px;
}

.editor-text-style ul li{
    list-style-type: disc;
}

.editor-text-style ol li{
    list-style-type: auto;
}

.text-small,
.section-content p{
    font-weight: 500;
    font-size: 18px;
    line-height: 125%;
}

.section-content .has-small-font-size{
    font-size: 16px;
}

.text-extra-small{
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    margin: 0;
}

.text-medium-small,
p.text-medium-small{
    font-size: 16px;
}

.text--center{
    text-align: center;
}

/* style */

.legal-list li{
    font-size: 24px;
}

.breadcrumb-wrap{
    margin: 0 0 60px;
}

/* style */

.privacy-policy .section-content,
.single-post-content,
.section-legal-content{
    padding: 160px 0 100px;
}

.privacy-policy #fullpage{
    height: auto;
}

.has-text-align-center{
    text-align: center;
}

.earn-passively .content-block-2 h2,
.earn-passively .content-block-3 h2{
    font-size: 48px;
}

.about-us .content-block-1 h1{
    font-size: 64px;
}

.section-our-mission h2{
    font-size: 48px;
}

.form-registration-wrap h3{
    font-size: 36px;
}

.vp-video-wrapper video{
    width: 100vw;
    height: auto;
}

.header{
    position:fixed;
    top:0;
    left: 0;
    display:block;
    width: 100%;
    text-align:center;
    color: #f2f2f2;
    padding: 0;
    z-index: 10;
    background: transparent;
    transition: all 1s ease-in;
}


.header:after{
    content: '';
    position: absolute;
    width: 200%;
    height: 100vh;
    right: 0;
    top: 0;
    background: transparent;
    transform: scale(0);
    transform-origin: top right;
    transition: all 0.5s ease-in;
    pointer-events: none;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    overflow: hidden;
}

.menu-open .header:after{
    background: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    pointer-events: all;
    transform: scale(1);
}

.menu-box{
    width: 100%;
    background: transparent;
    position: absolute;
    z-index: 0;
    top: 0;
    opacity: 0;
    transition: all 0.5s ease-in;
    pointer-events: none;
}

.menu-open .menu-box{
    pointer-events: all;
    opacity: 1;
    z-index: 5;
}

.menu-box-wrap{
    display: flex;
    max-width: 1200px;
    margin: auto;
    height: 100vh;
    padding: 170px 0 40px;
    overflow: auto;
    justify-content: space-between;
}

.main-menu-box-wrap{
    height: max-content;
}

.menu-box-wrap::-webkit-scrollbar {
    display: none;
}

.social-menu-box-wrap{
    height: max-content;
}


/* Hide scrollbar for IE, Edge and Firefox */
.menu-box-wrap {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.fp-overflow{
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-width: none;
}

.fp-overflow::-webkit-scrollbar{
    width: 0 !important;
}

.main-menu{
    display: grid;
    grid-template-columns: repeat(3, 220px);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
}

.header-contact-wrap{
    display: none;
}

.logo{
    position: absolute;
    z-index: 10;
    left: 0;
    top: 50px;
}

.menu-toggle-button{
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    height: 60px;
    width: 60px;
    padding: 0;
    cursor: pointer;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    right: 0;
    top: 50px;
    z-index: 10;
}

.menu-toggle-button span {
    display: block;
    width: 25px;
    height: 2px;
    background: #000000;
    border-radius: 1px;
}

.menu-toggle-button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 12px;
    width: 25px;
    height: 2px;
    margin: auto;
    background: #000000;
    border-radius: 1px;
    transition: all 0.3s ease-out;
}

.menu-toggle-button:after {
    content: '';
    position: absolute;
    bottom: 0;
    top: 12px;
    left: 0;
    right: 0;
    width: 25px;
    height: 2px;
    margin: auto;
    background: #000000;
    border-radius: 1px;
    transition: all 0.3s ease-out;
}

.menu-open .menu-toggle-button span {
    visibility: hidden;
}

.menu-open .menu-toggle-button:after {
    transform: rotate(-45deg);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.menu-open .menu-toggle-button:before {
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.main-menu a{
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    color: #FFFFFF;
    text-decoration: none;
}

.main-menu li{
   text-align: left;
}

.menu-picture{
    display: block;
    margin-bottom: 20px;
}

.links-menu-box-wrap{
    margin: 0 35px auto;
}

.menu-label{
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    color: #FFFFFF;
    text-align: left;
    margin: 0 0 20px;
}

.links-menu a,
.social-menu a{
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 150%;
    color: #FFFFFF;
    text-decoration: none;
}

.links-menu .menu-item,
.social-menu .menu-item{
    margin: 0 0 20px;
    text-align: left;
}

.download-button-img,
.download-button img{
    position: relative;
    border-radius: 9px;
    margin-top: 20px;
    transition: all 0.3s ease-out;
}

.download-button{
    position: relative;
    display: inline-block;
    border-radius: 9px;
}

.download-button:after{
    content: 'Download Wunderbar';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    position: absolute;
    left: 18px;
    top: 15px;
    bottom: 0;
    right: auto;
    width: 106px;
    height: max-content;
    margin: auto;
    color: #ffffff;
    transition: all 0.3s ease-out;
}

.download-button:hover:after{
    color: #000000;
}

.download-button:hover img{
    background: #ffffff;
}

.button-link{
    display: block;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    width: 350px;
    padding: 30px;
    text-decoration: none;
    background: #FFFFFF;
    border-radius: 90px;
    text-align: center;
    margin-top: 40px;
    cursor: pointer;
    border: none;
    outline: none;
    color: #000000;
    transition: all 0.5s ease-out;
}

.button-link:hover{
    background: #05B5CD;
    color: #FFFFFF;
}

.button-link[dissabled]{
    pointer-events: none;
}

.button-link--form{
    position: relative;
    font-size: 16px;
    line-height: 20px;
    padding: 20px 35px 20px 45px;
}

.button-link--form:after{
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    transform: rotate(-45deg);
    top: 0;
    bottom: 0;
    right: 40px;
    margin: auto;
    transition: all 0.3s ease-out;
}

.button-link--form:hover:after{
    border-color: #ffffff;
}

.button-link--registration{
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    width: 100%;
    padding: 20px;
}

.button-link--sign-up{
    max-width: 237px;
    padding: 20px;
    font-size: 16px;
    line-height: 20px;
}

.button--center{
    margin: auto;
}

.button-browse-link{
    display: inline-block;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    padding: 30px 40px;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    transition: all 0.3s ease-out;
    border-left: 1px solid lightgray;
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
}

.button-browse-link:hover{
    background: #FFFFFF;
    color: #000000;
}

.button-browse-link--post{
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    padding: 20px;
    text-align: center;
    max-width: 400px;
    margin: auto auto 0;
}

.see-all-link{
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    text-align: right;
    text-decoration-line: underline;
    color: #FFFFFF;
    opacity: 0.5;
}

.text-form,
.text-form a{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    opacity: 0.5;
    margin: 20px 0 0;
}

.text-form a{
    opacity: 1;
}

.white-list{
    display: flex;
    align-items: center;
}

.white-list input{
    margin: 40px 10px 0 0;
    padding: 20px 30px;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    border-radius: 90px;
    border: 1px solid lightgray;
    border-right: 0;
    outline: none;
    background: rgba(255, 255, 255, 0.25);
    transition: all 0.3s ease-out;
}

.white-list input::placeholder{
    color: #FFFFFF;
    opacity: 0.8;
}

.white-list button{
    padding: 20px;
}

.white-list--newsletter{
    flex-wrap: wrap;
    margin: auto 0 0;
}

.white-list--newsletter input{
    max-width: 100%;
    width: 100%;
    margin: 10px 0 0 0;
    font-size: 16px;
}

.white-list--newsletter .button-link{
    width: 100%;
    margin: 15px 0 0 0;
    font-size: 16px;
}

.input-item,
.item-form{
    position: relative;
}

.white-list--newsletter .input-item{
    width: 100%;
}

.white-list--newsletter .input-item{
    margin: 0 0 15px;
}

.white-list .input-response,
.input-response-register{
    position: absolute;
    left: 0;
    bottom: -20px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    display: none;
}

.form-error .input-response,
.item-form-error .input-response-register{
    display: block;
    color: #FF7675;
}

.form-success .input-response{
    display: block;
    color: #0f3f03;
}

.form-error input,
.item-form-error input{
    background: rgba(255, 118, 117, 0.15);
}

/*.form-success input{*/
/*    background: rgba(135, 255, 117, 0.15);*/
/*}*/

.menu-download-button-wrap{
    margin: 140px 0 0;
}

.download-button-wrap{
    display: flex;
    justify-content: center;
}

.form-title{
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

.fp-watermark{
    display: none;
}
.section{
    overflow: hidden;
}

.iframe-wrapper{
    position: absolute;
    right: 0;
    bottom: 0;
    top:0;
    width: 100%;
    height: 100%;
    z-index:-1;
    pointer-events: none;
    overflow: hidden;
    /*opacity: 0.5;*/
}

/*.iframe-wrapper:after{*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    pointer-events: none;*/
/*    overflow: hidden;*/
/*    background: rgb(0,0,0, 0.1);*/
/*}*/

.iframe-wrapper-box{
    opacity: 0.5;
}

/*#video7.show{*/
/*    opacity: 0.6;*/
/*}*/

/*.buy-sell-crypto .iframe-wrapper:after,*/
/*.about-us .iframe-wrapper:after,*/
/*.academy .iframe-wrapper:after,*/
/*.error404 .iframe-wrapper:after{*/
/*    background: rgb(0,0,0, 0.4);*/
/*}*/

/*.token-sale .iframe-wrapper:after{*/
/*    background: rgb(0,0,0, 0.2);*/
/*}*/

/*.error404 .iframe-wrapper{*/
/*    z-index: 0;*/
/*}*/

.error-page-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
}

.error-page__img{
    margin: auto;
    display: block;
    opacity: 0.5;
    max-width: 100%;
}

.animation-video{
    width: 100vw;
    height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.animation-wrap{
    z-index:10;
    position:absolute;
    height:100%;
    width:100%;
    top: 0;
    left: 0;
}

.content{
    position: relative;
    z-index: 4;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: max-content;
    margin: auto;
    padding: 130px 0 100px;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.content::-webkit-scrollbar {
    display: none;
}

.animation-video{
    opacity: 0;
    will-change: opacity;
    transition: opacity 0.5s ease;
}

.animation-video.show{
    opacity: 1;
}

.section-download-app{
    position: relative;
    padding: 90px;
    z-index: 1;
}

.download-app-img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.section-benefits,
.section-info{
    background: #0F0F0F;
    padding: 120px 0;
}

.content-wrap{
    width: 100%;
    max-width: 1240px;
    margin: auto;
}

.content-wrap--succesful-registration{
    padding-bottom: 20px !important;
}

.content-wrap--succesful-registration ~ .content-wrap{
    padding-top: 20px;
}

.content-duo-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-items{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 53px;
    grid-row-gap: 53px;
}

.info-items--2{
    grid-template-columns: repeat(2, 1fr);
    max-width: 80%;
    margin: auto;
}

.info-items--2 h4{
    margin: 0;
}

.info-item{
    padding: 40px 10px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    transition: all 0.7s ease-out;
    cursor: pointer;
    text-decoration: none;
}

.info-item a{
    text-decoration: none;
}

.info-item:hover{
    background: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.info-item *{
    transition: all 0.7s ease-out;
}

.info-item:hover h4{
    color: #000000;
}

.info-item:hover p{
    color: rgba(0, 0, 0, 0.5);
}

.info-item .text-small{
    margin: 0;
}

.h3--info{
    margin: 0 0 45px;
}

.buy-sell-crypto .info-item h4{
    margin: 0;
}

.contact-wrap-items{
    display: flex;
    flex-direction: column;
}

.form-wrap{
    width: 100%;
    max-width: 440px;
    min-height: 500px;
    padding: 40px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(7.5px);
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.form-content{
    opacity: 1;
    transition: opacity 0.3s ease-out;
}

.form-content-success{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #000000;
    padding: 40px;
    pointer-events: none;
    opacity: 0;
}

.success-modal .form-content-success{
    pointer-events: all;
    opacity: 1;
}

.currency-select-wrap,
.currency-countries-select-wrap,
.select-wrap{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
    pointer-events: none;
    padding: 40px 40px 0;
    opacity: 0;
    transition: opacity 0.3s ease-out;
}

.show-currency .form-content,
.show-currency-countries .form-content,
.show-select .form-content{
    opacity: 0;
}

.show-currency .currency-select-wrap,
.show-currency-countries .currency-countries-select-wrap,
.show-select .select-wrap{
    opacity: 1;
    pointer-events: all;
}

.label{
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    color: #FFFFFF;
    opacity: 0.5;
    margin: 0 0 10px;
}

.label-period{
    color: #FFFFFF;
}

.label--white{
    opacity: 1;
}

.label-registration{
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    margin: 0 0 10px;
}

.form-registration-wrap .item-form{
    margin: 0 0 40px;
}

.summary-crypto,
.summary-currency{
    color: #ffffff;
}

.input{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 10px 0 0 10px;
    border: none;
    outline: none;
    padding: 15px 140px 15px 15px;
    width: 100%;
}

.investment-amount{
    padding: 15px 40px 15px 15px;
}

.input::placeholder{
    color: #FFFFFF;
    opacity: 0.5;
}

.input:-webkit-autofill,
.input:-webkit-autofill:hover,
.input:-webkit-autofill:focus,
.input:-webkit-autofill:active{
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #FFFFFF;
    color: #FFFFFF !important;
}

.input:-internal-autofill-selected{
    background: rgba(255, 255, 255, 0.15);
}

.input--registration{
    background: rgba(255, 255, 255, 0.15);
    border-radius: 90px;
    padding: 20px 30px;
}

.select--input{
    position: relative;
    padding: 15px 40px 15px 15px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    cursor: pointer;
}

.select--input b{
    color: #ffffff;
}

.label-chart{
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    color: #FFFFFF;
    margin: 0 0 20px;
}

.chart-wrap{
    padding: 20px 0 20px 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 10px;
}

.converting-value{
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 60px;
    margin: auto;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    opacity: 0.5;
}

.toggle-button-wrap{
    display: flex;
    margin: 30px 0;
}

.toggle-button{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: rgba(255,255,255,.5);
    outline: none;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 15px;
    background: rgba(255, 255, 255, 0.15);
    cursor: pointer;
    transition: color 0.3s ease-out;
}

.toggle-button--left{
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}


.toggle-button--right{
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.toggle-button.active,
.toggle-button:hover{
    color: #ffffff;
}


.label-wrap{
    display: flex;
    justify-content: space-between;
    margin: 40px 0 0;
}

.row-wrap{
    display: flex;
    justify-content: space-between;
    margin: 15px 0 0;
}

.item-form--rows{
    margin: 30px 0 -10px;
}

.item-form-wrap{
    display: flex;
    justify-content: space-between;
    position: relative;
}

.button-currency{
    position: relative;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    padding: 15px 35px 15px 45px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0 10px 10px 0;
    color: #FFFFFF;
    opacity: 0.8;
    cursor: pointer;
    border: none;
    outline: none;
    flex-shrink: 0;
}

.button-currency--crypto{
    display: flex;
    align-items: center;
    padding: 15px 35px 15px 25px;
}

.button-currency--crypto-exchange,
.button-currency--countries{
    display: flex;
    align-items: center;
    padding: 15px 35px 15px 25px;
}

.button-currency__img{
    margin: 0 5px 0 0;
}

.button-currency__text{
    color: #FFFFFF;
}

.button-currency:before{
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    transform: rotate(45deg);
    top: 0;
    bottom: 5px;
    right: 20px;
    margin: auto;
    transition: all 0.3s ease-out;
}

.button-currency-close{
    width: 20px;
    height: 20px;
    border: none;
    outline: none;
    background: transparent;
    position: relative;
    cursor: pointer;
}

.button-currency-close:before,
.button-currency-close:after{
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background: #ffffff;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.button-currency-close:before{
    transform: rotate(45deg);
}

.button-currency-close:after{
    transform: rotate(-45deg);
}

.input-search{
    width: 320px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    padding: 15px 92px 15px 50px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 10px;
    border: none;
    outline: none;
}

.input-search::placeholder{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}

.search-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.search-wrap:after{
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    width: 22px;
    height: 22px;
    margin: auto;
    background: center / contain no-repeat url("/wp-content/themes/wunderbar/img/search.svg");
    pointer-events: none;
}

.search-button-wrap{
    display: flex;
    justify-content: end;
    position: relative;
}

.search-button-wrap button{
    position: absolute;
    right: 0;
}

.search-category-wrap{
    margin: 20px 0 15px;
    display: flex;
}

.search-category-item{
    display: inline-block;
    padding: 10px;
    width: 50%;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    opacity: 0.5;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease-out;
    cursor: pointer;
}

.search-category-item.active,
.search-category-item:hover{
    border-color: #ffffff;
    opacity: 1;
}

.search-result-category{
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    color: #FFFFFF;
    opacity: 0.5;
}

.search-result-item{
    display: flex;
    margin: 15px 0;
    cursor: pointer;
    width: 100%;
    align-items: center;
    transition: all 0.3s ease-out;
}

.search-result-item:hover{
    opacity: 0.8;
}

.search-result-logo{
    margin: 0 10px 0 0;
    pointer-events: none;
}

.search-result-content{
    pointer-events: none;
}

.search-result-title{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    width: 100%;
    margin: 0 0 2px;
}

.search-result-subtitle{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    opacity: 0.8;
}

.search-result-wrap{
    overflow: auto;
    height: 390px;
    padding: 0 0 20px 0;
    margin: 20px 0 0;
}

.search-result-wrap::-webkit-scrollbar{
    width: 4px;
}
.search-result-wrap::-webkit-scrollbar-track{
    background:  #3A332D;
}

.search-result-wrap::-webkit-scrollbar-thumb{
    background: #9D9FB0;
    height: 94px;
}

.wbar-table{
    display: table;
    width: 100%;
}

.wbar-table-row{
    display: table-row;
}

.wbar-table-th{
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    color: #FFFFFF;
    opacity: 0.5;
}

.wbar-table-td{
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 150%;
    color: #FFFFFF;
}

.wbar-table-th,
.wbar-table-td{
    display: table-cell;
    vertical-align: middle;
}

.wbar-content{
    margin: 60px 0 0;
}

.wbar-content-item{
    display: flex;
    flex-direction: column;
    width: 440px;
    height: 440px;
    justify-content: center;
    padding: 100px;
    position: relative;
}

.wbar-content-item:after{
    content: '';
    position: absolute;
    width: 310px;
    height: 310px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    z-index: -1;
    background: radial-gradient(transparent, rgb(255 255 255 / 70%));
    box-shadow: 0 0 80px 80px rgb(255 255 255 / 50%);
    pointer-events: none;
}

.wbar-content-wrap{
    display: flex;
    justify-content: space-around;
    align-items: stretch;
}

.wbar-content__img{
    position: absolute;
    object-fit: contain;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
}


.wbar-content-item--1 p{
    opacity: 1;
}

.wbar-content-item--1 span,
.wbar-content-item--2 span{
    position: relative;
    display: inline-block;
    color: #FFFFFF;
    min-width: 170px;
    opacity: 0.8;
    transition: all 0.3s ease-out;
}

.wbar-content-item--2 span{
    min-width: 190px;
}

.wbar-content-item--1 span:nth-of-type(1):after{
    right: -135px;
    top: 98px;
    width: 276px;
    height: 203px;
    -webkit-mask: url(/wp-content/themes/wunderbar/img/wbar/1-1.svg) no-repeat center;
    mask: url(/wp-content/themes/wunderbar/img/wbar/1-1.svg) no-repeat center;
    border-top-left-radius: 200px;
    border-bottom-right-radius: 200px;
}

.wbar-content-item--1 span:nth-of-type(2):after{
    right: 131px;
    top: 170px;
    width: 117px;
    height: 103px;
    -webkit-mask: url(/wp-content/themes/wunderbar/img/wbar/1-2.svg) no-repeat center;
    mask: url(/wp-content/themes/wunderbar/img/wbar/1-2.svg) no-repeat center;
    border-top-left-radius: 28px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 57px;
}

.wbar-content-item--1 span:nth-of-type(3):after{
    right: 206px;
    top: 104px;
    width: 80px;
    height: 77px;
    -webkit-mask: url(/wp-content/themes/wunderbar/img/wbar/1-3.svg) no-repeat center;
    mask: url(/wp-content/themes/wunderbar/img/wbar/1-3.svg) no-repeat center;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 38px;
    border-top-right-radius: 31px;
}

.wbar-content-item--1 span:nth-of-type(4):after{
    right: 231px;
    top: -58px;
    width: 74px;
    height: 159px;
    -webkit-mask: url(/wp-content/themes/wunderbar/img/wbar/1-4.svg) no-repeat center;
    mask: url(/wp-content/themes/wunderbar/img/wbar/1-4.svg) no-repeat center;
}

.wbar-content-item--1 span:nth-of-type(5):after{
    right: 205px;
    top: -139px;
    width: 74px;
    height: 86px;
    -webkit-mask: url(/wp-content/themes/wunderbar/img/wbar/1-5.svg) no-repeat center;
    mask: url(/wp-content/themes/wunderbar/img/wbar/1-5.svg) no-repeat center;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-top-left-radius: 40px;
}

.wbar-content-item--1 span:nth-of-type(6):after{
    right: 151px;
    top: -207px;
    width: 91px;
    height: 90px;
    -webkit-mask: url(/wp-content/themes/wunderbar/img/wbar/1-6.svg) no-repeat center;
    mask: url(/wp-content/themes/wunderbar/img/wbar/1-6.svg) no-repeat center;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 40px;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.wbar-content-item--1 span:nth-of-type(7):after{
    right: 44px;
    top: -246px;
    width: 119px;
    height: 74px;
    -webkit-mask: url(/wp-content/themes/wunderbar/img/wbar/1-7.svg) no-repeat center;
    mask: url(/wp-content/themes/wunderbar/img/wbar/1-7.svg) no-repeat center;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.wbar-content-item--1 span:nth-of-type(8):after{
    right: -46px;
    top: -258px;
    width: 96px;
    height: 88px;
    -webkit-mask: url(/wp-content/themes/wunderbar/img/wbar/1-8.svg) no-repeat center;
    mask: url(/wp-content/themes/wunderbar/img/wbar/1-8.svg) no-repeat center;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.wbar-content-item--1 span:nth-of-type(9):after{
    right: -111px;
    top: -227px;
    width: 94px;
    height: 98px;
    -webkit-mask: url(/wp-content/themes/wunderbar/img/wbar/1-9.svg) no-repeat center;
    mask: url(/wp-content/themes/wunderbar/img/wbar/1-9.svg) no-repeat center;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.wbar-content-item--1 span:nth-of-type(10):after{
    right: -130px;
    top: -161px;
    width: 72px;
    height: 59px;
    -webkit-mask: url(/wp-content/themes/wunderbar/img/wbar/1-10.svg) no-repeat center;
    mask: url(/wp-content/themes/wunderbar/img/wbar/1-10.svg) no-repeat center;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.wbar-content-item--1 span:nth-of-type(11):after{
    right: -135px;
    bottom: 100px;
    width: 70px;
    height: 40px;
    -webkit-mask: url(/wp-content/themes/wunderbar/img/wbar/1-11.svg) no-repeat center;
    mask: url(/wp-content/themes/wunderbar/img/wbar/1-11.svg) no-repeat center;
}


.wbar-content-item--2 span:nth-of-type(1):after{
    right: -127px;
    top: 62px;
    width: 276px;
    height: 203px;
    -webkit-mask: url(/wp-content/themes/wunderbar/img/wbar/1-1.svg) no-repeat center;
    mask: url(/wp-content/themes/wunderbar/img/wbar/1-1.svg) no-repeat center;
    border-top-left-radius: 200px;
    border-bottom-right-radius: 200px;
}


.wbar-content-item--2 span:nth-of-type(2):after{
    right: 134px;
    top: 38px;
    width: 183px;
    height: 202px;
    -webkit-mask: url(/wp-content/themes/wunderbar/img/wbar/2-2.svg) no-repeat center;
    mask: url(/wp-content/themes/wunderbar/img/wbar/2-2.svg) no-repeat center;
    border-top-right-radius: 162px;
    border-bottom-left-radius: 198px;
}

.wbar-content-item--2 span:nth-of-type(3):after{
    right: 228px;
    top: -99px;
    width: 91px;
    height: 118px;
    -webkit-mask: url(/wp-content/themes/wunderbar/img/wbar/2-3.svg) no-repeat center;
    mask: url(/wp-content/themes/wunderbar/img/wbar/2-3.svg) no-repeat center;
    border-top-left-radius: 32px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 58px;
    border-bottom-right-radius: 53px;
}

.wbar-content-item--2 span:nth-of-type(4):after{
    right: 167px;
    top: -206px;
    width: 110px;
    height: 110px;
    -webkit-mask: url(/wp-content/themes/wunderbar/img/wbar/2-4.svg) no-repeat center;
    mask: url(/wp-content/themes/wunderbar/img/wbar/2-4.svg) no-repeat center;
    border-top-right-radius: 49px;
    border-bottom-left-radius: 49px;
    border-top-left-radius: 89px;
    border-bottom-right-radius: 60px;
}

.wbar-content-item--2 span:nth-of-type(5):after{
    right: 25px;
    top: -246px;
    width: 160px;
    height: 74px;
    -webkit-mask: url(/wp-content/themes/wunderbar/img/wbar/2-5.svg) no-repeat center;
    mask: url(/wp-content/themes/wunderbar/img/wbar/2-5.svg) no-repeat center;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.wbar-content-item--2 span:nth-of-type(6):after{
    right: -88px;
    top: -249px;
    width: 130px;
    height: 110px;
    -webkit-mask: url(/wp-content/themes/wunderbar/img/wbar/2-6.svg) no-repeat center;
    mask: url(/wp-content/themes/wunderbar/img/wbar/2-6.svg) no-repeat center;
    border-top-right-radius: 97px;
    border-bottom-left-radius: 88px;
    border-top-left-radius: 56px;
    border-bottom-right-radius: 76px;
}

.wbar-content-item--2 span:nth-of-type(7):after{
    right: -130px;
    top: -191px;
    width: 94px;
    height: 154px;
    -webkit-mask: url(/wp-content/themes/wunderbar/img/wbar/2-7.svg) no-repeat center;
    mask: url(/wp-content/themes/wunderbar/img/wbar/2-7.svg) no-repeat center;
    border-top-right-radius: 83px;
    border-bottom-left-radius: 77px;
    border-top-left-radius: 113px;
    border-bottom-right-radius: 48px;
}

.wbar-content-item--1 span:hover,
.wbar-content-item--2 span:hover{
    opacity: 1;
    font-weight: 700;
}

.wbar-content-item--1 span:after,
.wbar-content-item--2 span:after{
    content: '';
    position: absolute;
    background: #ffffff;
    transition: all 0.5s ease-out;
}

.wbar-content-item--1 span:after,
.wbar-content-item--2 span:after{
    opacity: 0.1;
}

.wbar-content-item--1 span:hover:after,
.wbar-content-item--2 span:hover:after{
    opacity: 1;
}


.wbar-table-td-mob{
    display: none;
}

.wbar-mobile{
    display: none;
}

.token-sale .content-block-2{
    /*height: 100vh;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-our-mission{
    padding: 140px 0 30px;
    background: #0F0F0F;
}

.content-wrap--our-mission{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 60px;
    grid-row-gap: 45px;
}

.content-wrap--our-mission p{
    margin: 0 0 45px;
}

.content-wrap--our-mission .content-part:nth-child(2){
    max-width: 550px;
}

.section-our-mission + .section-info{
    padding: 60px 0;
}

.section-our-team{
    padding: 60px 0 120px;
    background: #0F0F0F;
}

.team-member__subtitle{
    font-weight: 500;
    font-size: 18px;
    line-height: 125%;
    color: #FFFFFF;
    opacity: 0.5;
}

.team-members-items{
    display: flex;
    justify-content: center;
    margin: 50px 0 0;
    flex-wrap: wrap;
}

.team-member-item{
    display: flex;
    align-items: center;
    width: calc(50% - 20px);
    padding: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    border: 1px solid lightgray;
    margin: 10px;
    flex-shrink: 0;
}

.team-member-title-wrap{
    width: 100%;
}

.team-member-title-wrap{
    display: flex;
}

.team-member__img{
    margin: 0 20px 0 0;
}

.team-member-linkedin__img-wrap{
    position: relative;
    display: block;
    margin: 0 0 0 15px;
}

.team-member-linkedin__img-wrap:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 1px;
    box-shadow: 0 5px 40px 40px rgb(255 255 255 / 10%);
    margin: auto;
}

.section-blog{
    padding: 130px 0 90px;
    background: #1A1A1F;
}

.archive-items{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 28px;
    grid-row-gap: 40px;
    margin: 60px 0;
}

.archive-item{
    display: flex;
    flex-direction: column;
    padding: 40px;
    background: rgba(209, 209, 209, 0.1);
    border-radius: 15px;
    min-height: 500px;
}

.archive-item--career{
    min-height: 380px;
}

.archive-header-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.archive-header-wrap h3{
    margin: 0;
}

.archive-item__title{
    font-size: 22px;
}

.archive-item__excerpt p{
    font-size: 18px;
    line-height: 150%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin: 0 0 20px;
}

.archive-item__img-wrap{
    width: 100%;
    height: 160px;
    border-radius: 10px;
    margin: 0 0 20px;
}

.archive-item__img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.archive-item__date{
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    opacity: 0.5;
    margin: 0 0 20px;
}

.single .archive-item__date{
    margin: 0 0 5px;
}

.archive-item_type-job{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    opacity: 0.5;
    margin: 0 0 20px;
}

.content-wrap--archive{
    padding: 150px 0 130px;
}

.pagination-archive-page .page-numbers,
.pagination-archive-page .page-numbers.dots{
    display: none;
}

.pagination-archive-page .page-numbers.current,
.pagination-archive-page .page-numbers.next,
.pagination-archive-page .page-numbers.prev,
.pagination-archive-page .next-pointer,
.pagination-archive-page .prev-pointer{
    display: inline-block;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    text-decoration: none;
}

.pagination-wrap{
    max-width: max-content;
    margin: auto;
    border-radius: 30px;
    border: 1px solid lightgray;
    overflow: hidden;
}

.pagination-archive-page .page-numbers.prev{
    padding: 15px 30px;
    background: rgba(255, 255, 255, 0.1);
}

.pagination-archive-page .page-numbers.next{
    padding: 15px 30px;
    background: rgba(255, 255, 255, 0.1);
}

.pagination-archive-page .page-numbers.current{
    padding: 15px 30px;
}

.page-template-registration .iframe-wrapper{
    width: 50%;
    left: 0;
}

.form-registration-wrap{
    width: 50%;
    margin: 0 0 0 auto;
    padding: 0 0 0 60px;
    position: relative;
}

.icon-wrap{
    display: flex;
    width: 28px;
    margin: 0 10px 0 0;
}

.icon-wrap{
    position: relative;
}

.icon-wrap:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 1px;
    box-shadow: 0 5px 40px 40px rgb(255 255 255 / 10%);
    margin: auto;
}

.single-post-thumbnail img{
    width: 100%;
    height: 100%;
    min-height: 470px;
    object-fit: cover;
}

.content-wrap--single{
    display: flex;
    justify-content: space-between;
}

.single-post-main-content{
    width: 60%;
}

.single-post-sidebar{
    width: calc(40% - 30px);
    flex-shrink: 0;
}

.single-post-thumbnail{
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 30px;
}

.newsletter-wrap{
    padding: 30px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
}

.newsletter-wrap h4{
    max-width: 300px;
    line-height: 150%;
    margin: 0 0 15px;
}

.section-latest-posts{
    padding: 20px 0 120px;
}

.featured-wrap{
    margin: 60px 0 0;
}

.archive-featured-items{
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
}

.archive-featured-items p{
    display: none;
}

.archive-featured-items .archive-item{
    min-height: 350px;
}

.page-template-download .content-duo-wrap{
    flex-direction: column;
}

.download-buttons-wrap{
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
}

.download-buttons-wrap img{
    height: auto;
}

.footer{
    background: #000000;
    padding: 90px 0 150px;
    margin: 0 0 15px;
}

.footer .links-menu-box-wrap{
    margin: 0 100px;
}

.footer-wrap{
    display: flex;
    justify-content: space-between;
}

.footer-column{
    display: flex;
}

.footer-title{
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    color: #FFFFFF;
    text-decoration: none;
    margin: 0 0 20px;
}

.footer-title__img{
    margin: 0 10px 0 0;
}

.footer-contact-item{
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 0 20px;
    text-decoration: none;
    font-weight: 500;
    font-size: 22px;
    line-height: 150%;
    color: #FFFFFF;
}


.section-questions{
    background: #0F0F0F;
    padding: 60px 0 120px;
}

/* accordion */

.accordion{
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
    margin: 45px 0 0;
}

.accordion__item{
    padding: 40px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: rgba(255, 255, 255, 0.10);
}

.accordion__title{
    position: relative;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    color: #FFF;
    cursor: pointer;
    padding: 0 30px 0 0;
}

.accordion__arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    margin: auto;
    transform: rotate(-45deg);
    transition: all 0.3s ease-out;
}

.accordion__arrow.accordion__rotate{
    transform: rotate(135deg);
}

.accordion__content,
.accordion__content li,
.accordion__content p{
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    color: rgba(255, 255, 255, 0.50);
}

.accordion__content{
    display: none;
    padding: 20px 0 0;
}

.accordion__content ul li{
    position: relative;
    margin: 10px 0;
    padding: 0 0 0 20px;
}

.accordion__content > *:not(:last-child){
    margin: 0 0 12px;
}

.accordion__content ul li:after{
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    left: 0;
    top: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.50);
}

/* end accordion */

/* form contact style */
.section-form-contact{
    padding: 120px 0 60px;
}

.section-form-contact .content-wrap{
    display: flex;
    justify-content: space-between;
}

.form-contact-wrap{
    position: relative;
    width: 100%;
    max-width: 624px;
    margin: 0 0 0 auto;
    padding: 0 0 0 85px;
}

.form-contact-info-wrap{
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.form-contact-social{
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-contact-social a{
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 22px;
    line-height: 150%;
    color: #fff;
    max-width: 100%;
    gap: 10px;
    text-decoration: none;
}

.form-contact-social a:after {
    content: '';
    position: absolute;
    left: 5px;
    top: -5px;
    bottom: 0;
    width: 1px;
    height: 1px;
    box-shadow: 0 5px 40px 40px rgb(255 255 255 / 10%);
    margin: auto;
}

.form-contact-items-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.form-contact-wrap .item-form label{
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    color: #fff;
    opacity: 0.5;
    margin: 0 0 10px 0;
}

.form-contact-items-wrap .item-form{
    width: calc(50% - 12px);
}

.form-contact-items-wrap .item-form .input{
    font-size: 18px;
    border-radius: 10px;
    padding: 15px;
}

.form-contact-items-wrap .item-form option,
.form-contact-items-wrap .item-form select{
    color: #FFFFFF;
    opacity: 0.8;
}

.form-contact-items-wrap .item-form option{
    background: rgba(0, 0, 0, .7);
}

.form-contact-items-wrap button[type='submit']{
    display: block;
    font-weight: 600;
    font-size: 20px;
    color: #000;
    background: #fff;
    padding: 20px 50px;
    border-radius: 100px;
    cursor: pointer;
    margin: 24px 0 0 auto;
    transition: all 0.3s ease-out;
}

.form-contact-items-wrap button[type='submit']:hover{
    background: #05B5CD;
    color: #FFFFFF;
}

.sending button[type='submit']{
    pointer-events: none;
}

.item-form-error .error-text{
    position: absolute;
    left: 0;
    bottom: -20px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #FF7675;
}

.form-status{
    position: absolute;
    bottom: 0;
}

/* form contact style */

/* select */

.custom-select{
    position: relative;
}

.custom-select select {
    display: none; /*hide original SELECT element: */
}


.input.custom-select{
    padding: 0;
}

.custom-select.default .select-selected,
.custom-select .select-selected{
    font-size: 18px;
    line-height: 22px;
    background: rgba(255, 255, 255, 0.25);
    padding: 15px;
    border-radius: 10px;
}

.custom-select.default .select-selected{
    color: rgba(255, 255, 255, .5);
}

.custom-select .select-selected{
    color: #fff;
}

.input.custom-select .select-selected {
    padding: 22px 24px;
}


.custom-select .select-items div{
    padding: 12px 24px;
}

/* Style the arrow inside the select element: */
.select-selected:after {
    position: absolute;
    content: "";
    top: 5px;
    right: 15px;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto;
    transition: transform 0.3s ease-out;
    border: 9px solid transparent;
    border-color: rgba(255, 255, 255, .5) transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
    transform: rotate(180deg);
    /*border-color: transparent transparent #c5c5c5 transparent;*/
    top: -5px;
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
    cursor: pointer;
}

/* Style items (options): */
.select-items {
    position: absolute;
    background-color: #222;
    top: calc(100% + 24px);
    left: 0;
    right: 0;
    z-index: 99;
    padding: 12px 0;
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.field-error .custom-select{
    border: 1px solid #FF4141;
}
/* end select */

@media screen and (max-width: 1399px) {
    .header-wrap,
    .menu-box-wrap,
    .content-wrap{
        max-width: 1140px;
    }

    .menu-picture__img{
        width: 200px;
        height: auto;
    }

    h1{
        font-size: 54px;
        margin: 0 0 15px;
    }

    h2{
        font-size: 42px;
        margin: 0 0 15px;
    }

    h3{
        font-size: 42px;
        margin: 0 0 15px;
    }
}

@media screen and (max-width: 1199px) {
    .menu-toggle-button{
        height: 50px;
        width: 50px;
        top: 40px;
    }

    .logo{
        top: 40px;
    }

    .menu-box-wrap{
        padding: 130px 0 40px;
    }

    .menu-toggle-button:before,
    .menu-toggle-button:after,
    .menu-toggle-button span{
        width: 20px;
    }

    .logo img{
        width: 61px;
        height: 50px;
    }


    .header-wrap,
    .menu-box-wrap,
    .content-wrap{
        max-width: 960px;
    }

    .main-menu{
        grid-template-columns: repeat(2, 200px);
        grid-column-gap: 40px;
        grid-row-gap: 40px;
    }

    .info-items{
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }

    h1{
        font-size: 48px;
        margin: 0 0 15px;
    }

    h2{
        font-size: 36px;
        margin: 0 0 15px;
    }

    h3{
        font-size: 36px;
        margin: 0 0 15px;
    }

    h4{
        font-size: 24px;
    }

    p,
    .section-content p{
        font-size: 16px;
        margin: 0 0 15px;
    }

    .section-content .has-small-font-size{
        font-size: 14px;
    }

    .editor-text-style li{
        font-size: 16px;
    }

    .earn-passively .content-block-2 h2,
    .earn-passively .content-block-3 h2{
        font-size: 34px;
    }

    .about-us .content-block-1 h1 {
        font-size: 48px;
    }

    .section-our-mission h2 {
        font-size: 40px;
    }

    .form-registration-wrap{
        font-size: 28px;
    }

    .form-registration-wrap{
        padding: 0 0 0 40px;
    }

    .text-small{
        font-size: 17px;
    }

    .button-link{
        margin-top: 30px;
    }

    .wbar-table-td{
        font-size: 30px;
    }

    .wbar-table-th{
        font-size: 20px;
    }

    .archive-item{
        padding: 20px;
    }

    .accordion__item{
        padding: 30px;
    }

    .accordion__title{
        font-size: 24px;
        line-height: 110%;
    }

    .accordion__content,
    .accordion__content li,
    .accordion__content p{
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {
    .header-wrap,
    .content-wrap{
        max-width: 720px;
    }

    .buy-sell-crypto .form-wrap{
        background: gray;
    }

    .menu-box-wrap{
        max-width: 800px;
        padding:130px 40px 40px 40px;
    }

    .main-menu{
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        margin: 0 0 60px;
    }

    .main-menu a{
        font-size: 18px;
    }

    .menu-picture__img{
        width: 100%;
    }

    .menu-box-wrap{
        flex-wrap: wrap;
    }

    .main-menu-box-wrap{
        width: 100%;
    }

    .social-menu-box-wrap{
        display: flex;
    }

    .menu-download-button-wrap{
        display: none;
        margin: -20px 0 0 40px;
    }

    .header-contact-wrap{
        display: flex;
        flex-direction: column;
    }

    .button-link--sign-up{
        order: -1;
        margin: 0 0 40px;
    }

    .links-menu-box-wrap{
        margin: 0;
    }

    .section-download-app{
        padding: 90px 30px;
    }

    .content-duo-wrap{
        flex-wrap: wrap;
        justify-content: center;
    }

    .content-duo{
        position: relative;
    }

    .form-wrap{
        margin: 40px 0 0;
    }

    .info-items{
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: auto;
    }

    .wbar-table{
        max-width: max-content;
        margin: auto;
    }

    .wbar-content-wrap{
        display: grid;
        grid-row-gap: 40px;
    }

    .wbar-table-td-mob{
        display: block;
        margin: 0 0 40px;
    }

    .wbar-table-row{
        display: flex;
        flex-direction: column;
    }

    .wbar-table-desk{
        display: none;
    }


    .footer .links-menu-box-wrap {
        margin: 0 85px;
    }

    .section-info h3 br,
    .section-download-app h3 br{
        display: none;
    }

    .team-member-item{
        width: 100%;
        max-width: 500px;
    }

    .content-wrap--our-mission{
        grid-column-gap: 20px;
    }

    .button-browse-link{
        font-size: 20px;
        padding: 30px;
    }

    .archive-items{
        grid-template-columns: repeat(2, 1fr);
    }

    .archive-item {
        padding: 40px;
    }

    .form-registration-wrap{
        width: 100%;
        padding: 20px;
        max-width: 600px;
        margin: auto;
    }

    .page-template-registration .iframe-wrapper{
        display: none;
    }

    .page-template-registration .content-wrap {
        padding: 80px;
    }

    /* style */

    .privacy-policy .section-content,
    .section-legal-content{
        padding: 130px 0 100px;
    }

    .content-wrap--single{
        flex-wrap: wrap;
    }

    .single-post-main-content{
        width: 100%;
    }

    .single-post-sidebar{
        width: 100%;
        margin: 60px 0 0;
    }

    .archive-featured-items{
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 28px;
        grid-row-gap: 28px;
    }

    .archive-featured-items .archive-item{
        min-height: 100%;
    }

    .newsletter-wrap h4{
        max-width: 100%;
    }

    /* form contact style */
    .form-contact-wrap{
        padding: 0 0 0 30px;
    }

    .form-contact-items-wrap{
        column-gap: 16px;
    }
    /* form contact style */
}

@media screen and (max-width: 767px) {
    .form-registration-wrap h3{
        font-size: 28px;
    }

    .about-us .content-block-1 h1 {
        font-size: 36px;
    }

    .section-our-mission h2 {
        font-size: 48px;
    }

    .content-wrap--our-mission p{
        font-size: 18px;
    }

    .header-wrap{
        max-width: calc(100% - 40px);
    }

    .content-wrap{
        max-width: 100%;
        padding: 130px 20px 100px;
    }

    .footer-wrap{
        padding: 0 20px;
    }

    .menu-box-wrap{
        max-width: 800px;
        padding:130px 40px 40px 40px;
    }

    .header-contact-wrap{
        width: 100%;
    }

    .contact-wrap{
        margin: 0 0 40px 0;
    }

    .content-wrap--our-mission{
        grid-template-columns: 1fr;
    }

    .section-our-mission{
        padding: 0;
    }

    .section-our-mission + .section-info{
        padding: 0;
    }

    .section-our-mission + .section-info .content-wrap{
        padding: 30px 20px 20px;
    }

    .section-our-team{
        padding: 0;
    }

    .section-our-team .content-wrap{
        padding: 70px 20px 100px;
    }

    .content-wrap--our-mission{
        padding: 130px 20px 30px;
    }

    .section-blog{
        padding: 0;
    }

    .archive-items,
    .archive-featured-items{
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 60px auto 20px;
    }

    .privacy-policy .section-content,
    .section-legal-content{
        padding: 40px 0 40px;
    }

    .single .content-wrap{
        padding: 20px;
    }

    .single-post-content{
        padding: 40px 0 20px;
    }

    .single-post-thumbnail img{
        min-height: calc(100vw / 1.8)
    }

    .newsletter-wrap{
        max-width: 500px;
        margin: auto;
    }

    .white-list{
        flex-wrap: wrap;
    }

    .input-item{
        width: 100%;
    }

    .header-contact-wrap{
        flex-direction: inherit;
        justify-content: space-between;
    }

    .button-link--sign-up{
        height: max-content;
        margin: 0 40px 0 0;
    }

    .footer-wrap{
        flex-wrap: wrap;
    }

    .footer-column{
        width: 100%;
        justify-content: space-between;
    }

    .footer .links-menu-box-wrap{
        margin: 0;
    }

    .section-questions{
        padding: 0 0 120px;
    }

    .section-questions .content-wrap{
        padding: 0 20px;
    }

    /* form contact style */
    .section-form-contact{
        padding: 90px 0 60px;
    }
    .section-form-contact .content-wrap{
        flex-direction: column;
        padding: 0 20px 0;
    }

    .form-contact-wrap{
        max-width: 100%;
        padding: 0;
        margin: 40px 0 0;
    }
    /* form contact style */

}

@media screen and (max-width: 575px) {
    .header-contact-wrap{
        flex-direction: column;
    }

    .button-link--sign-up{
        width: 100%;
        max-width: 100vw;
        margin: 0 0 60px;
    }

    .input--registration{
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
    }

    .button-link--registration{
        font-size: 16px;
        line-height: 20px;
    }

    .text-form, .text-form a{
        font-weight: 500;
        font-size: 14px;
        line-height: 150%;
    }

    .page-template-registration .content-wrap{
        padding: 100px 0 40px;
    }

    .main-menu{
        grid-template-columns: repeat(2, 1fr);
    }

    .earn-passively .content-block-2 h2,
    .earn-passively .content-block-3 h2{
        font-size: 24px;
    }

    .token-sale .content-block-1 h3{
        font-size: 28px;
    }

    .token-sale .info-items h4{
        font-size: 24px;
        line-height: 125%;
    }

    .token-sale .section-info--2  .info-items h4{
        font-size: 28px;
        line-height: 125%;
    }

    .token-sale .info-items p{
        font-size: 22px;
        line-height: 125%;
    }

    .form-wrap,
    .currency-select-wrap{
        padding: 30px;
    }

    .search-result-wrap{
        height: 345px;
    }

    .form-wrap{
        min-height: 450px;
    }

    .input{
        padding: 15px;
    }

    .input-search{
        padding: 15px 25px 15px 50px;
    }

    .select--input{
        font-size: 14px;
        padding: 15px 40px 15px 15px;
    }


    .content-wrap{
        padding: 110px 20px 90px;
    }

    .content-wrap--our-mission{
        padding: 90px 20px 30px;
    }

    .content br{
        display: none;
    }

    .form-content br{
        display: block;
    }

    .section-download-app h3{
        font-size: 28px;
    }

    .button-link{
        max-width: 90vw;
    }

    .button-link--form{
        max-width: 100%;
        font-size: 12px;
        padding: 16px 45px 16px 25px;
        margin: 30px auto 0;
    }

    .earn-passively .section-info h3{
        font-size: 28px;
    }

    .section-benefits,
    .section-info{
        padding: 30px 0;
    }

    .footer {
        padding: 40px 0 90px;
    }

    .single .footer,
    .blog .footer{
        padding: 40px 0 20px;
    }

    .content-part{
        max-width: 100%;
    }

    .form-wrap img{
        max-width: 100%;
    }

    .input-search{
        max-width: 85%;
    }

    .input-search,
    .input-search::placeholder{
        font-size: 14px;
    }

    .white-list{
        flex-wrap: wrap;
    }

    .white-list button,
    .white-list input{
        width: 390px;
        max-width: 100%;
        font-size: 16px;
        line-height: 20px;
    }

    .wbar-content{
        display: none;
    }

    .wbar-mobile,
    .wbar-mobile .wbar-content{
        display: block;
        background: #1A1A1F;
    }

    .wbar-mobile{
        padding: 20px 20px 60px;
        overflow: hidden;
    }

    .wbar-content__img{
        max-width: calc(100vw - 40px);
    }

    .wbar-content-wrap{
         grid-row-gap: 20px;
    }


    .token-sale .content-block-3{
        display: flex;
        align-items: center;
        height: 100vh;
    }

    .about-us .info-item p{
        font-size: 22px;
    }

    .team-member__img{
        width: 100%;
        height: auto;
        margin: 0 0 20px;
    }

    .team-members-items{
        margin: 0;
    }

    .team-member-item{
        flex-wrap: wrap;
        max-width: 400px;
    }

    .team-member-data{
        width: 100%;
    }

    .team-member__subtitle{
        margin: 0;
    }

    .button-browse-link{
        display: block;
        font-size: 24px;
        text-align: center;
        max-width: max-content;
        margin: auto;
    }

    .button-browse-link--post{
        font-size: 16px;
        line-height: 20px;
        max-width: 100%;
        margin: auto auto 0;
        padding: 20px;
    }

    .about-us .info-item p br{
        display: none;
    }

    .see-all-link{
        font-size: 16px;
    }

    .archive-header-wrap h3{
        font-size: 28px;
    }

    .archive-items{
        margin: 40px auto 40px;
    }

    .single h3{
        font-size: 28px;
    }

    .form-registration-wrap .item-form{
        margin: 0 0 30px;
    }

    .section-latest-posts .archive-header-wrap{
        flex-wrap: wrap;
    }

    .see-all-link{
        display: none;
    }

    .section-latest-posts{
        padding: 0;
    }

    .download-buttons-wrap{
        grid-row-gap: 25px;
    }

    .download-buttons-wrap img{
        width: 241px;
        height: auto;
    }

    .wbar-content__img{
        display: none;
    }


    .wbar-content-item--1 span:after,
    .wbar-content-item--2 span:after {
        opacity: 0.3;
    }

    .wbar-content-item:after{
        z-index: 0;
        width: 260px;
        height: 260px;
        box-shadow: 0 0 60px 60px rgb(255 255 255 / 50%);
    }

    .content-wrap--succesful-registration h3{
        font-size: 28px;
    }

    .footer-wrap {
        padding: 40px 20px 20px;
    }

    /* form contact style */
    .form-contact-items-wrap .item-form{
        width: 100%;
    }
    .form-status{
        bottom: -40px;
    }
    /* form contact style */

}

@media screen and (max-width: 450px) {
    .wbar-content-item--1 span:after,
    .wbar-content-item--2 span:after{
        scale: 0.8;
    }

    .wbar-content-item--1 span:nth-of-type(1):after{
        right: -117px;
        top: 80px;
    }

    .wbar-content-item--1 span:nth-of-type(2):after{
        right: 112px;
        top: 143px;
    }

    .wbar-content-item--1 span:nth-of-type(3):after{
        right: 178px;
        top: 89px;
    }

    .wbar-content-item--1 span:nth-of-type(4):after{
        right: 195px;
        top: -54px;
    }

    .wbar-content-item--1 span:nth-of-type(5):after{
        right: 176px;
        top: -116px;
    }

    .wbar-content-item--1 span:nth-of-type(6):after{
        right: 129px;
        top: -178px;
    }

    .wbar-content-item--1 span:nth-of-type(7):after{
        right: 41px;
        top: -214px;
    }

    .wbar-content-item--1 span:nth-of-type(8):after{
        right: -32px;
        top: -228px;
    }

    .wbar-content-item--1 span:nth-of-type(9):after{
        right: -85px;
        top: -207px;
    }

    .wbar-content-item--1 span:nth-of-type(10):after{
        right: -97px;
        top: -152px;
    }

    .wbar-content-item--1 span:nth-of-type(11):after {
        right: -99px;
        bottom: 96px;
    }

    .wbar-content-item--2 span:nth-of-type(1):after {
        right: -109px;
        top: 41px;
    }

    .wbar-content-item--2 span:nth-of-type(2):after {
        right: 109px;
        top: 16px;
    }

    .wbar-content-item--2 span:nth-of-type(3):after {
        right: 191px;
        top: -87px;
    }

    .wbar-content-item--2 span:nth-of-type(4):after {
        right: 140px;
        top: -172px;
    }

    .wbar-content-item--2 span:nth-of-type(5):after {
        right: 21px;
        top: -204px;
    }

    .wbar-content-item--2 span:nth-of-type(6):after {
        right: -67px;
        top: -213px;
    }

    .wbar-content-item--2 span:nth-of-type(7):after {
        right: -93px;
        top: -176px;
    }

    .breadcrumb-wrap{
        font-size: 12px;
    }
}

@media screen and (max-width: 400px) {
    .wbar-content__img{
        max-width: calc(100vw - 20px);
    }

    .wbar-content-item{
        width: 400px;
        height: 400px;
    }

    .button-browse-link{
        font-size: 20px;
    }
}

@media screen and (max-width: 370px) {
    .pagination-archive-page .page-numbers.current,
    .pagination-archive-page .page-numbers.prev,
    .pagination-archive-page .page-numbers.next{
        padding: 15px 20px;
    }

    .form-registration-wrap h3{
        font-size: 23px;
    }
}

@media screen and (max-width: 340px) {
    h1{
        font-size: 40px;
    }
    h3, h2{
        font-size: 30px;
    }

    h6{
        font-size: 16px;
        margin: 0 0 5px;
    }

    .form-wrap {
    padding: 15px;
    }

    .wbar-content-item--2{
        margin: 40px 0 0;
    }

    .wbar-content__img{
        max-width: calc(100vw);
    }

    .wbar-content-item{
        height: 350px;
    }

    .wbar-content-item--2 span:nth-of-type(7):after {
        right: -95px;
        top: -172px;
    }

    .text-extra-small{
        font-size: 11px;
    }

    .button-browse-link{
        font-size: 18px;
    }

    .archive-header-wrap{
        flex-wrap: wrap;
    }

    .archive-item{
        padding: 20px;
    }

    .wbar-content-item--1 span:nth-of-type(8):after{
        right: -32px;
        top: -221px;
    }

    .wbar-content-item--1 span:nth-of-type(9):after{
        right: -85px;
        top: -198px;
    }

    .wbar-content-item--1 span:nth-of-type(10):after{
        right: -98px;
        top: -140px;
    }

    .wbar-content-item--1 span:nth-of-type(11):after{
        right: -102px;
        bottom: 81px;
    }
}