* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

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: inherit;
    vertical-align: baseline
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent
}

button {
    -webkit-tap-highlight-color: transparent
}

input[type=button] {
    cursor: pointer
}

input {
    outline: none
}

li {
    list-style: none
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('https://www.manaaki.io/wp-content/themes/manaaki/assets/css/HelveticaNeue.eot');
    src: local('HelveticaNeue'), local('HelveticaNeue'),
    url('../fonts/HelveticaNeue.eot') format('embedded-opentype'),
    url('../fonts/HelveticaNeue.woff2') format('woff2'),
    url('../fonts/HelveticaNeue.woff') format('woff'),
    url('../fonts/HelveticaNeue.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('https://www.manaaki.io/wp-content/themes/manaaki/assets/css/HelveticaNeue-Bold.eot');
    src: local('HelveticaNeue-Bold'), local('HelveticaNeue-Bold'),
    url('../fonts/HelveticaNeue-Bold.eot') format('embedded-opentype'),
    url('../fonts/HelveticaNeue-Bold.woff') format('woff2'),
    url('../fonts/HelveticaNeue-Bold.woff') format('woff'),
    url('../fonts/HelveticaNeue-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'TitlingGothicFB Comp';
    src: url('https://www.manaaki.io/wp-content/themes/manaaki/assets/css/TitlingGothicFBComp-Stand.eot');
    src: local('TitlingGothicFBComp-Stand'), local('TitlingGothicFBComp-Stand'),
    url('../fonts/TitlingGothicFBComp/TitlingGothicFBComp-Stand.eot') format('embedded-opentype'),
    url('../fonts/TitlingGothicFBComp/TitlingGothicFBComp-Stand.woff2') format('woff2'),
    url('../fonts/TitlingGothicFBComp/TitlingGothicFBComp-Stand.woff') format('woff'),
    url('../fonts/TitlingGothicFBComp/TitlingGothicFBComp-Stand.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'HelveticaNeue-Medium';
    src: url('https://www.manaaki.io/wp-content/themes/manaaki/assets/css/HelveticaNeue-Medium.eot');
    src: local('HelveticaNeue-Medium'), local('HelveticaNeue-Medium'),
    url('../fonts/HelveticaNeue-Medium.eot') format('embedded-opentype'),
    url('../fonts/HelveticaNeue-Medium.woff2') format('woff2'),
    url('../fonts/HelveticaNeue-Medium.woff') format('woff'),
    url('../fonts/HelveticaNeue-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

body {
    min-width: 300px;
    position: relative;
    font-family: 'HelveticaNeue';
    overflow-x: hidden;
}

html {
    font-size: 0.833vw;
}

img {
    max-width: 100%;
    vertical-align: bottom
}

video {
    vertical-align: bottom
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

@media (min-width: 320px) and (max-width: 450px) {
    .container {
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px;
        width: 100%;
        max-width: none
    }
}

@media (min-width: 451px) and (max-width: 767.98px) {
    .container {
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px;
        width: 100%;
        max-width: 540px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .container {
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px;
        width: 100%;
        max-width: 720px
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .container {
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px;
        width: 100%;
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px;
        width: 100%;
        max-width: 90%;
    }
}

.row {
    display: flex;
}

.header {
    background: #FD4232;
    height: 6.1875rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.header .logo {
    display: flex;
    align-items: center;
}

.header_nav {
    margin-right: 10%;
    height: 100%;
}

.header .row {
    align-items: center;
}

.header .menu {
    display: flex;
    align-items: center;
    margin-left: 10rem;
}

.header div {
    height: 100%;
}

.header .menu {
    height: 100%;
}

.header .menu li {
    height: 100%;
}

.header .menu li:first-child {
    margin-left: 0
}

.header .menu li:last-child {
    margin-right: 0
}

.header .menu li a {
    font-size: 1rem;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: .3s;
    width: 100%;
    padding: 0 2.2rem;
    height: 100%;
    display: flex;
    align-items: center;
}

.header .menu li a:hover {
    color: #d6d6d6;
    transition: .3s;
}

.header .wrap_link_head {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.header .wrap_link_head .link_head {
    background: #222222;
    display: flex;
    flex-direction: column;
    padding: 1.5rem 2.8125rem 1.125rem 2.8125rem;
    align-items: center;
    transition: .3s;
    position: relative;
}

/*.header .wrap_link_head .link_head:before {*/
/*    content: '';*/
/*    background: #707070;*/
/*    width: 1px;*/
/*    height: 4.3125rem;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 50%;*/
/*    transform: translate(0, -50%);*/
/*}*/

/*.header .wrap_link_head .link_head:last-child:before {*/
/*    content: none;*/
/*}*/

.header .wrap_link_head .link_head:hover {
    background: #404040;
    transition: .3s;
}

.header .wrap_link_head .link_head span {
    color: #fff;
    font-size: 10px;
    margin-top: 0.25rem;
    display: inline-block;
    text-transform: uppercase;
}


.title_section {
    font-size: 2.625rem;
    letter-spacing: 0.0525rem;
    color: #222222;
    margin-bottom: 6.875rem;
    text-transform: uppercase;
    text-align: center;
}

.title_section.title_section_left {
    text-align: left;
    margin-bottom: 4.1875rem;
}

.title_section span {
    font-family: 'Helvetica Neue';
}

.how_works {
    padding: 8.75rem 0 10rem 0;
}

.how_works .items {
    display: flex;
}

.how_works .items .number {
    font-size: 1.9375rem;
    width: 3.3125rem;
    height: 3.3125rem;
    border-radius: 50%;
    background: #FD4232;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 3.625rem;
}

.how_works .items p {
    font-size: 1.125rem;
    line-height: 2.375rem;
    max-width: 25.875rem;
}

.how_works .items .col {
    width: 33.333333333%;
}

footer {
    height: 7.125rem;
    background: #FD4232;
    display: flex;
}

footer .row {
    align-items: center;
    height: 100%;
}

footer .wrap_powered {
    display: flex;
    align-items: center;
}

footer .wrap_powered .powered {
    font-size: 1.125rem;
    color: #fff;
    margin: 0 1.5625rem;
}

footer .copyright {
    font-size: 1.125rem;
    color: #fff;
    border-left: 1px solid #fff;
    margin-left: 4.5rem;
    padding-left: 5.125rem;
    line-height: 2.8125rem;
}

.how_works_black {
    background: #222222;
}

.how_works_black .title_section {
    color: #fff;
}

.how_works_black p {
    color: #BABABA;
}

.ask_question {
    padding: 7.5625rem 0 9.1875rem 0;
    background: #F7F6F4;
}

.wrap_form {
    margin: 0 auto;
    max-width: 68.4375rem;
}


.form_ask .input_text {
    width: 100%;
    height: 4.625rem;
    background: #FFFFFF;
    border: 1px solid #CECECE;
    border-radius: 10px;
    padding: 0 2.9375rem;
    font-size: 1.375rem;
    margin-bottom: 1.125rem;
    font-family: 'HelveticaNeue';
}

.form_ask .wrap_row {
    display: flex;
    justify-content: space-between;
}

.form_ask .submit {
    width: 21.75rem;
    height: 4.625rem;
    background: #FD4232;
    font-size: 1.375rem;
    border: none;
    color: #fff;
    border-radius: 10px;
    transition: .3s;
    font-family: 'HelveticaNeue';
    display: flex;
    align-items: center;
    justify-content: center;
}

.bbp-remember-me label {
    width: auto !important;
}


#bbpress-forums .bbp-search-results .bbp-topic-title a, #bbpress-forums .bbp-topic-title-meta a {
    font-size: 16px !important;
}

.form_ask .submit:hover {
    cursor: pointer;
    background: #CECECE;
    transition: .3s;
}

.select {
    width: 21.75rem;
    height: 4.625rem;
    border: 1px solid #CECECE;
    border-radius: 10px;
    padding: 0 2.9375rem;
    font-size: 1.375rem;
    color: #D8D8D8;
    appearance: none; /* remove arrow        */
    -webkit-appearance: none; /* remove arrow Chrome */
    -moz-appearance: none; /* remove arrow FF     */
    background: #fff url("../images/select-arr.svg") no-repeat right 20px center;
    background-size: 1.6875rem;
    font-family: 'HelveticaNeue';
}

::-webkit-input-placeholder {
    color: #D8D8D8;
}

::-moz-placeholder {
    color: #D8D8D8;
}

/* Firefox 19+ */
:-moz-placeholder {
    color: #D8D8D8;
}

/* Firefox 18- */
:-ms-input-placeholder {
    color: #D8D8D8;
}

.livestream {
    display: flex;
    margin-top: 6.75rem;
}

.livestream .wrap_info {
    display: flex;
}

.livestream .wrap_left {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    padding: 2.5rem 7.5625rem 2.5rem 3.5625rem;
    text-align: center;
    width: 64%;
}

.livestream .wrap_right {
    display: flex;
    width: 100%;
}

.livestream .wrap_left .item:first-child {
    margin-right: 8.33125rem;
    position: relative;
}

.livestream .wrap_left .item:first-child:after {
    content: '';
    height: 5.67375rem;
    width: 1px;
    background: #D8D8D8;
    position: absolute;
    right: -4.16rem;
    top: 50%;
    transform: translate(0, -50%);
}

.livestream .item .title {
    font-size: 1.125rem;
    letter-spacing: 0.09rem;
    color: #AFAAA9;
    margin-bottom: 0.625rem;
    font-family: 'HelveticaNeue-Medium';
    white-space: pre;
}

.livestream .photo_box {
    width: 5.09375rem;
    flex-shrink: 0;
}


.livestream .photo_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.livestream .item .name, .livestream .item .date {
    font-size: 1.9375rem;
    letter-spacing: 0.135625rem;
    color: #191515;
    font-family: 'TitlingGothicFB Comp';
    white-space: pre;
}


.livestream .info_box {
    background: #7E7978;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 2.1875rem;
}

.livestream .info_box .online {
    width: 1.875rem;
    height: 1.875rem;
    background: #CDD0E3;
    border-radius: 50%;
    margin-right: 1.5625rem;
    flex-shrink: 0;
}

.livestream .info_box .title {
    font-size: 1.5rem;
    letter-spacing: 0.0975rem;
    color: #FFFFFF;
    font-family: 'TitlingGothicFB Comp';
}

.livestream .info_box .number {
    font-size: 1.5rem;
    letter-spacing: 0.0975rem;
    color: #AFAAA9;
    font-family: 'TitlingGothicFB Comp';
}

h1.entry-title {
    font-size: 34px;
    letter-spacing: 0.671px;
    color: #222222;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.bp-dir-search-form {
    width: 100% !important;
    height: 4.625rem !important;
    background: #FFFFFF !important;
    border: 1px solid #CECECE !important;
    border-radius: 10px !important;
    padding: 0 1rem 0 1.5rem !important;
    font-size: 1.375rem !important;
    margin-bottom: 1.125rem !important;
    font-family: 'HelveticaNeue' !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.buddypress-wrap form.bp-dir-search-form button[type=submit] {
    padding: 0 !important;
    width: auto;
}

.dashicons-search {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bp-dir-search-form input {
    padding: 0 !important;
    width: auto !important;
    height: 100%;
}

.select-wrap {
    border: none !important;
}

.select-wrap select {
    width: 21.75rem !important;
    height: 4.625rem !important;
    border: 1px solid #CECECE !important;
    border-radius: 10px !important;
    padding: 0 2.9375rem !important;
    font-size: 1.375rem !important;
    color: #D8D8D8 !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background: #fff url(../images/select-arr.svg) no-repeat right 20px center !important;
    background-size: 1.6875rem !important;
    font-family: 'HelveticaNeue' !important;
    margin: 0 !important;
}

.buddypress-wrap .select-wrap span.select-arrow {
    display: none;
}

#members-list .list-title a {
    font-size: 1.5rem !important;
    letter-spacing: 0.0975rem !important;
    color: #191515 !important;
    font-family: 'TitlingGothicFB Comp' !important;
}

#members-list .list-title {
    margin-bottom: 1rem !important;
}

#members-list .activity-read-more a {
    padding: .5rem 1rem !important;
    font-size: 1.125rem !important;
    line-height: 1 !important;
    border: 0 !important;
    margin-top: 4rem !important;
    color: #fff !important;
    background: #FD4232 !important;
    border: 1px solid #CECECE !important;
    border-radius: 0.625rem !important;
    transition: .3s;
}

#members-list .activity-read-more a:hover {
    background: #CECECE !important;
    transition: .3s;
}

#members-list .activity-read-more {
    margin-top: 1.5rem !important;
}

.entry-content {
    padding-bottom: 4rem;
}

.buddypress-wrap .bp-pagination p {
    font-size: 1.2rem !important;
}

.bp-list li .item-meta, .bp-list li .meta {
    font-size: 1rem !important;
}

.buddypress-wrap .bp-navs li.selected a {
    padding: 1rem !important;
    font-size: 1.1rem !important;
}

html,
body {
    height: 100%;
}

#page {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

#content {
    flex: 1 0 auto;
}

footer {
    flex: 0 0 auto;
}

.forum #main, .forum-archive #main, .bbp-user-page #main, .forum-search #main, .topic #main, .bbp-user-edit #main {
    padding: 50px 0 0 0;
}

#bbpress-forums fieldset.bbp-form select {
    min-height: 28px;
    height: auto !important;
    padding: 15px !important;
    font-size: 14px !important;
}

#bbpress-forums button {
    padding: 0 10px;
    height: 40px;
    background: #FD4232;
    font-size: 15px;
    border: none;
    color: #fff;
    border-radius: 10px;
    transition: .3s;
    font-family: 'HelveticaNeue';
    padding: 0 15px;
}

span.wpcf7-not-valid-tip {
    position: absolute;
    right: 5px;
    top: 0;
}

.bbp-topic-form select {
    width: 100%;
}

#bbpress-forums button:hover {
    background: #CECECE !important;
    transition: .3s;
    cursor: pointer;
}

#bbpress-forums #bbp-user-wrapper h2.entry-title {
    margin-top: 20px !important;
    margin-bottom: 5px !important;
}

#bbpress-forums #bbp-user-wrapper h2.entry-title {
    font-size: 20px !important;
}

.bbp-pagination {
    font-size: 15px !important;
}

#bbpress-forums li.bbp-body ul.forum {
    background: #F7F7F7;
    color: #838383;
    padding: 1.8125rem 2.25rem;
}

#bbpress-forums a, #bbpress-forums .bbp-forum-info .bbp-forum-content {
    color: #838383;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content {
    font-size: 14px !important;
}

#bbpress-forums p.bbp-topic-meta span {
    font-size: 14px;
}

#bbpress-forums .bbp-forum-freshness, #bbpress-forums .bbp-topic-freshness {
    text-align: right;
}


.bbp-forum-topic-count, .bbp-forum-reply-count, .bbp-body .bbp-topic-voice-count, .bbp-body .bbp-topic-reply-count {
    font-size: 18px !important;
    font-weight: bold !important;
}

#bbpress-forums bbp-forums-list {
    font-size: 16px !important;
}

#bbpress-forums li.bbp-footer, #bbpress-forums li.bbp-header {
    background: #222222;
    color: #fff;
    height: 66.6px;
}

#bbpress-forums li.bbp-header ul {
    height: 100%;
    display: flex;
    align-items: center;
}

div.bbp-breadcrumb, div.bbp-topic-tags {
    font-size: 14px;
}

div.bbp-template-notice li, div.bbp-template-notice p {
    font-size: 14px;
}

#bbpress-forums a {
    font-size: 15px;
}

#bbpress-forums .bbp-forum-title, #bbpress-forums .bbp-topic-title a {
    font-size: 22px !important;
    line-height: normal;
}

#bbpress-forums li.bbp-footer {
    height: 66.6px;
}

#bbpress-forums .bbp-reply-content p, #bbpress-forums div.bbp-topic-content p, #bbpress-forums div.bbp-forum-content {
    font-size: 15px !important;
}

.bbp-forums .forum-titles li, #bbpress-forums li.bbp-header ul, #bbpress-forums li.bbp-header {
    font-size: 18px !important;
    /*font-family: 'TitlingGothicFB Comp';*/
    text-transform: uppercase;
    padding: 8px;
}

#bbpress-forums li.bbp-footer, #bbp-search-results li.bbp-header, .bbp-replies li.bbp-header, .bbp-replies .bbp-replies li {
    display: flex;
    align-items: center;
    font-size: 18px !important;
    /*font-family: 'TitlingGothicFB Comp';*/
    text-transform: uppercase;
    padding: 8px;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content {
    font-size: 12px;
}

#bbp-search-form {
    margin-bottom: 20px;
}


.wp-social-login-provider-linkedin {
    background-color: #0072A5;
}

.wp-social-login-provider-facebook {
    background-color: #3A5D93;
}

.wp-social-login-provider-twitter {
    background-color: #1FA8F0;
}

.wp-social-login-provider-google {
    background-color: #E66616;
}


a.wp-social-login-provider {
    height: 67px;
    margin-bottom: 15px;
    padding: 22px 35px;
    border-radius: 5px;
    color: white;
    display: flex;
}

.wp-social-login-provider-list {
    padding: 0;
}

a.wp-social-login-provider .soc_o {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 18px;
}

a.wp-social-login-provider .soc_o .icon_wrpr {

    display: flex;
    justify-content: center;

}

a.wp-social-login-provider .soc_o .icon_wrpr {
    width: 48px;
    height: 48px;
}

.bbp-form .wp-social-login-provider-list {
    display: flex;
    margin-top: 30px;
}

body .wpcf7-form input, .wpcf7-form textarea {
    border: 1px solid #DBDBDB;
    color: #AFAFAF;
    font-size: 18px;
    background: #F7F7F7;
}

body .contact-form .wpcf7-form input {
    height: 67px;
    margin-bottom: 15px;
    padding: 22px 35px;
    border-radius: 5px;

}

body .contact-form .wpcf7-form textarea {
    border-radius: 5px;
    padding: 22px 35px;
}


.contact-form .wpcf7-form > p > label {
    font-size: 20px !important;;

}

body .wpcf7-form input.btn {
    display: block;
    text-align: center;
    margin-bottom: 0.3125rem;
    font-size: 1.375rem;
    line-height: 1px;
    color: #fff;
    background: #FD4232;
    border: 1px solid #CECECE;
    border-radius: 0.625rem;
    display: inline-block;
    padding: 1rem;
    transition: 0.15s all ease-in-out;
    line-height: 1px !important;;
    width: 200px;
    display: block;
    border-radius: 5px;
    border: 0;
}

#bbpress-forums #bbp-your-profile fieldset p.description {
    margin: 20px 0 0 0 !important;
}

.register-form .reg-block > input[type="email"] {
    border: 1px solid #DBDBDB;
    color: #AFAFAF;;
    font-size: 18px;
    background: #F7F7F7;
    height: 67px;
    margin-bottom: 15px;
    padding: 22px 35px;
    border-radius: 5px;
}


#bbp-search-form input[type = text] {
    width: 300px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #CECECE;
    border-radius: 10px;
    padding: 0 15px;
    font-size: 15px;
    font-family: 'HelveticaNeue';
}

#bbp-search-form input[type = submit] {
    width: 100px;
    height: 40px;
    background: #FD4232;
    font-size: 15px;
    border: none;
    color: #fff;
    border-radius: 10px;
    transition: .3s;
    font-family: 'HelveticaNeue';
    padding: 0 15px;
    margin-left: 10px;
}

li.bbp-body div.hentry {
    padding: 15px !important;
}

#bbp-search-form input[type = submit]:hover {
    background: #CECECE !important;
    transition: .3s;
    cursor: pointer;
}

#bbpress-forums .bbp-forums-list {
    border-left: none !important;
}

a.wp-social-login-provider {
    width: 100%;
}

.bbp-login-form .bbp-submit-wrapper {
    width: 100%;
    text-align: center;
}

.bbp-login-form .bbp-submit-wrapper button {
    width: 212px !important;
    height: 67px !important;
    font-size: 18px !important;
}

.bbp-username, .bbp-password {
    max-width: 100% !important;
}

body #bbpress-forums fieldset.bbp-form label {
    font-family: HelveticaNeue;
}

li.bbp-body div.hentry {
    position: relative;
}

.bbp-voting {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 99;
    margin: 0;
}

.bbp-voting .score {
    position: relative;
    top: 0;
    left: 2px;
    margin: 10px 0;
}

#bbpress-forums div.bbp-forum-content, #bbpress-forums div.bbp-reply-content, #bbpress-forums div.bbp-topic-content {
    padding: 12px 80px 12px 0;
}

.page-template-page-video-gallery #content,
.archive #content {
    padding-top: 9.25rem;
    padding-bottom: 5.96875rem;
}

.archive #content {
    padding-top: 0;
}

.page-template-page-video-gallery .pagination {
    margin-top: 7.375rem;
}

.title_section.title_before {
    position: relative;
    margin-bottom: 6.75rem;
}

.title_section.title_before:after {
    content: '';
    position: absolute;
    width: calc(90% - 30px);
    height: 1px;
    background: #FD4232;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -2.4375rem;
}

.profile-image {
    height: calc(100vh - 81px) !important;
}

.note-editor.note-frame .note-editing-area {
    height: 17.25rem;
    padding: 1.25rem !important;
}

.note-editable {
    font-size: 1.375rem;
}

.note-editor .note-editable b {
    font-family: 'Helvetica Neue';
    font-weight: bold;
}

.note-editor .note-editable i {
    font-style: italic;
}

.note-editor .note-icon-bold:before {
    content: '';
    background: url("../images/summernote_b.svg") no-repeat !important;
    width: 20px;
    height: 28px;
}

.note-editor .note-icon-italic:before {
    content: '';
    background: url("../images/summernote_i.svg") no-repeat !important;
    width: 10px;
    height: 28px;
}

a {
    text-decoration: none !important;
}

.note-editor .note-icon-link:before {
    content: '';
    background: url("../images/summernote_link.svg") no-repeat !important;
    width: 26px;
    height: 26px;
}

footer .wrap_link {
    display: flex;
    align-items: center;
    margin-left: auto;
    position: relative;
    z-index: 99;
}

footer .wrap_link a {
    font-size: 1.125rem;
    color: #fff;
    margin-right: 1.25rem;
    transition: .3s;
}

footer .wrap_link a:hover {
    opacity: .7;
    transition: .3s;
}

footer .wrap_link a:last-child {
    margin-right: 0;
}

.wrap_link_header {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 1rem 0;
}

.wrap_link_header a {
    font-size: 1.125rem;
    color: #222222;
    margin-right: 1.25rem;
    transition: .3s;
}

.wrap_link_header a:hover {
    opacity: .7;
    transition: .3s;
}

.note-placeholder {
    font-size: 1.375rem;
    line-height: 2.125rem;
    color: #C7C7C7;
}

.note-editor .modal-body label {
    margin-bottom: 15px !important;
}

.panel-default > .panel-heading {
    border: none;
    background: #222222;
    border-radius: 0 !important;
    padding: 0 !important;
    height: 4.6875rem !important;
    display: flex;
    align-items: center;
    padding: 0 2.5625rem !important;
}

.panel-default > .panel-heading .btn {
    padding: 0 !important;
    background: none !important;
    border: none !important;
    margin-right: 2.6875rem !important;
}

.panel-default > .panel-heading .btn:hover, .panel-default > .panel-heading .btn.active {
    opacity: .8 !important;
    color: #fff !important;
}

.note-toolbar > .note-btn-group {
    margin-top: 0 !important;
    margin-right: 0 !important;
}


.note-editor.note-frame {
    display: flex;
    flex-direction: column-reverse;
    border: 1px solid #E2E2E2;
}

.content_p.scroll {
    height: 300px;
    overflow-y: scroll;
}

.profile-discussions-text a {
    color: #AFAAA9 !important;
}

.header_nav .menu > li {
    position: relative;
}

.header_nav .menu .sub-menu {
    position: absolute;
    left: 0;
    top: 6.2rem;
    background: #FD4232;
    padding: 2.5rem;
    z-index: 9;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.header_nav .menu .menu-item-has-children > a:before {
    content: '';
    background: url("../images/sub_menu.svg") no-repeat right center;
    background-size: 1rem;
    position: absolute;
    width: 17px;
    height: 15px;
    right: 8px;
    transition: .3s;
}

.header_nav .menu > .menu-item-has-children > a:after {
    content: '';
    background: url("../images/sub_menu_hover.svg") no-repeat right center;
    background-size: 1rem;
    position: absolute;
    width: 17px;
    height: 15px;
    right: 8px;
    transition: .3s;
    opacity: 0;
}

.header_nav .menu > .menu-item-has-children:hover > a:after {
    opacity: 1;
}

.header_nav .menu > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transition: .3s;
}

.archive .expert-items img {
    width: 100%;
    object-fit: cover;
    height: 27.9375rem;
}

.top_banner {
    height: 33.9375rem;
    background-size: cover;
    padding-top: 9.1875rem;
}

.top_banner .title {
    font-size: 2.625rem;
    color: #fff;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.top_banner .title span {
    font-family: 'Helvetica Neue';
}

.top_banner .desc {
    font-size: 1.8125rem;
    color: #fff;
    text-transform: uppercase;
    font-family: 'TitlingGothicFB Comp';
}

.latest_articles {
    padding: 2.875rem 0;
}

.industry_guides {
    padding-top: 2.25rem;
}

.latest_video {
    padding-top: 5.75rem;
}

.latest_video .expert-item {
    width: calc(33.3333333% - 40px);
    margin: 0 20px 6.25rem;
}

.latest_video .expert-item .img-wrap {
    position: relative;
}

.latest_video .expert-item .img-wrap img {
    height: 19.625rem;
}

.latest_video .play_video {
    background: url("../images/play_video_2.svg") no-repeat;
    background-size: contain;
    width: 3.4375rem;
    height: 3.4375rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
}

.latest_video .play_video:hover {
    transform: translate(-50%, -50%) scale(1.2);
    transition: .3s;
}

.industry_guides .img-wrap a {
    position: relative;
}

.industry_guides .img-wrap a:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.main_content_wrap {
    display: flex;
}

.main_content_wrap .expert-items {
    display: block;
}

.main_content_wrap .left {
    width: 24.75rem;
    margin-right: 9.75rem;
    flex-shrink: 0;
}

.main_content_wrap .expert-items {
    margin: 0;
}

.main_content_wrap .latest_video .expert-item {
    width: 100%;
    margin: 0 0 4.6875rem;
}

.main_content_wrap .latest_video .expert-item .img-wrap img {
    height: 14.9375rem;
}

.main_content_wrap .latest_video {
    padding-top: 0;
}

.main_content_wrap {
    padding: 5.375rem 0;
}

.main_content_wrap .content h2 {
    font-size: 2.5rem;
    line-height: 2.375rem;
    color: #838383;
    font-family: 'Helvetica Neue';
    margin-bottom: 3rem;
}

.main_content_wrap .content p {
    font-size: 1.375rem;
    line-height: 2.375rem;
    color: #838383;
    margin-bottom: 2.4rem;
}

.main_content_wrap .content img {
    width: 100%;
}

.main_content_wrap .content .question_answered {
    font-size: 1rem;
    line-height: 2.375rem;
    color: #838383;
    margin-bottom: 2.8rem;
}

.title_section.title_section_border {
    border-bottom: 1px solid #707070;
    padding-bottom: 2.375rem;
    margin-bottom: 3.4375rem;
}

/*video banner*/

.video_banner .wrap_video {
    position: relative;
}

.video_banner .wrap_video .overlay {
    background: url("../images/overlay_video_2.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}

.download_image {
    height: calc(100vh - 79.16px);
    background: url("../images/overlay_video_2.jpg") no-repeat;
    background-size: cover;
}

.download_image .download {
    background: url("../images/download_btn.svg") no-repeat;
    background-size: contain;
    position: absolute;
    width: 8.4375rem;
    height: 8.4375rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    transition: .3s;
}

.download_image .download:hover {
    opacity: .7;
    transition: .3s;
}

.video_banner .wrap_video .play {
    background: url("../images/play_video_2.svg") no-repeat;
    background-size: contain;
    position: absolute;
    width: 8.4375rem;
    height: 8.4375rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    transition: .3s;
}

.video_banner .wrap_video .play:hover {
    opacity: .7;
    transition: .3s;
}

.video_banner iframe {
    width: 100%;
    height: 100%;
}

.hytPlayerWrapOuter {
    height: 100%;
}

.hytPlayerWrap {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
}

.hytPlayerWrap.ended:after {
    content: "";
    background: url("https://www.manaaki.io/wp-content/themes/manaaki/assets/css/play_video.svg") no-repeat;
    background-size: contain;
    position: absolute;
    width: 135px;
    height: 135px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    transition: .3s;
}

.hytPlayerWrap.paused:after {
    content: "";
    background: url("https://www.manaaki.io/wp-content/themes/manaaki/assets/css/overlay_video_2.jpg") no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}

.hytPlayerWrap {
    position: relative;
    padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
    overflow: hidden;
    /* height: 82vh;
    width: 98vw; */
}

.hytPlayerWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}

.video_banner {
    position: relative;
}

.video_banner .left {
    position: relative;
    padding-bottom: 39.4%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
    height: 0;
    overflow: hidden;
}


.all_btn {
    margin: 0 auto 2rem auto;
    display: table !important;
    padding: 1rem 4rem !important;
}

.pagination.pagination_2 {
    margin-bottom: 0 !important;
}

.pagination.pagination_2 .nav-links {
    margin-top: 0 !important;
}

.expert-items.expert-items_2 {
    margin: 03.5rem -20px 0 !important;
}

.no_padding {
    padding: 0 !important;
    margin: 6rem 0 !important;
}

.expert-item .name a {
    color: #838383;
}

@media screen and (max-width: 1199px) {
    .video_banner {
        flex-direction: column;
    }

    .video_banner .right .wrap_video .play {
        width: 80px;
        height: 80px;
    }

    .video_banner .left {
        position: static;
        padding-bottom: 0;
        overflow: auto;
        height: auto;
    }

    .video_banner .left .content_box {
        position: static;
        transform: none;
    }

    .video_banner .left, .video_banner .right {
        width: 100%;
    }

    .video_banner .left .content_box {
        max-width: none;
        padding: 50px 15px;
        align-items: flex-start;
    }

}

@media screen and (max-width: 768px) {
    .video_banner .right .wrap_video .play {
        width: 50px;
        height: 50px;
    }
}


@media only screen and (max-width: 1515px) {
    .header .menu li a {
        padding: 0 1.7rem;
    }

    .header_nav .menu > .menu-item-has-children > a:before,
    .header_nav .menu > .menu-item-has-children > a:after {
        right: -6px;
    }
}

@media only screen and (max-width: 1400px) {
    .header .menu li a {
        padding: 0 1rem;
    }
}

@media only screen and (max-width: 1199px) {
    .panel-default > .panel-heading {
        height: 50px !important;
        padding: 0 20px !important;
    }

    .header .menu li a {
        padding: 0 .8rem;
    }
}

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

    .no_padding {
        padding: 0 !important;
        margin: 50px 0 !important;
    }

    .pagination.pagination_2 {
        margin-bottom: 50px !important;
    }

    .btn.all_btn {
        font-size: 14px;
        line-height: normal;
        padding: 15px 30px !important;
        margin-bottom: 0 !important;
    }

    .video_banner .wrap_video .play, .download_image .download {
        width: 60px;
        height: 60px;
    }

    .main_content_wrap .content .title {
        font-size: 25px;
        line-height: normal;
        margin-bottom: 20px;
    }

    .main_content_wrap .content p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .main_content_wrap .content .question_answered {
        font-size: 12px;
        line-height: normal;
        margin-bottom: 20px;
    }

    .main_content_wrap {
        padding: 50px 0;
        display: block;
    }

    .single-video .main_content_wrap,
    .single-post .main_content_wrap {
        display: flex;
        flex-direction: column;
    }

    .main_content_wrap .left {
        width: 100%;
        margin-right: 0;
    }

    .single-video .left,
    .single-post .left {
        order: 2;
    }

    .main_content_wrap .latest_video .expert-item {
        width: calc(50% - 40px);
        margin: 0 20px 6.25rem;
    }

    .main_content_wrap .expert-items {
        margin: 30px -20px 0;
    }

    .latest_video .expert-item .img-wrap img {
        height: auto !important;
    }

    .main_content_wrap .expert-items {
        display: flex;
    }

    .latest_video .play_video {
        width: 60px;
        height: 60px;
    }

    .top_banner {
        height: 300px;
        padding-top: 80px;
        background-position: center;
    }

    .expert-item .img-wrap img {
        height: auto;
    }

    .latest_video, .industry_guides, .latest_articles {
        padding: 50px 0 0 0;
    }

    .latest_articles {
        padding-bottom: 50px;
    }

    .title_section.title_section_left {
        margin-bottom: 30px;
    }

    .top_banner .title {
        font-size: 27px;
    }

    .top_banner .desc {
        font-size: 21px;
    }

    .header .container .row {
        margin: 0 !important;
    }

    .archive .expert-items img {
        height: 300px;
    }

    .pagination {
        margin-top: 0 !important;
        padding-bottom: 15px !important;
    }

    .navigation.pagination .page-numbers {
        font-size: 15px !important;
        margin-right: 4px !important;
    }

    .select {
        width: auto;
        height: 45px;
        padding: 0 25px 0 10px;
    }

    .header .menu {
        margin-left: 0;
    }

    .header div, .header nav, .header .menu li a, .header .menu li {
        height: auto;
    }

    .header .menu li:last-child {
        margin-right: 0 !important;
    }

    .header .menu {
        height: calc(100vh - 50px);
    }

    .header_nav .menu .sub-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        padding: 6px 0;
        background: none;
    }

    .header .menu li a {
        justify-content: center;
    }

    header .menu li {
        margin-right: 0 !important;
    }

    .header_nav .menu > .menu-item-has-children > a:before,
    .header_nav .menu > .menu-item-has-children > a:after {
        content: none;
    }

    footer .wrap_link {
        flex-direction: column;
    }

    .wrap_link_header {
        padding: 15px 0;
    }

    footer .wrap_link a {
        font-size: 12px;
        color: #fff;
        margin-right: 0;
        margin-bottom: 5px;
        white-space: pre;
    }

    .wrap_link_header a {
        font-size: 12px;
    }

    footer .wrap_link a:last-child {
        margin-bottom: 0;
    }

    .note-editor .modal-dialog, .note-editor .modal-footer input[type = button] {
        font-size: 15px !important;
    }

    .note-editor .modal-footer input[type = button] {
        padding: 15px !important;
    }

    .note-editor.note-frame .note-editing-area {
        height: 200px;
        padding: 10px !important;
    }

    .note-placeholder, .note-editable {
        font-size: 14px;
        line-height: normal;
    }

    .panel-default > .panel-heading .btn {
        margin-right: 15px !important;
        font-size: 16px !important;
    }

    .sidebar_categories .categories_header a {
        line-height: normal !important;
        padding: 10px !important;
    }

    .sidebar_categories .categories_header a {
        font-size: 15px !important;
    }

    footer .logo {
        max-width: none !important;
    }

    .single_page {
        padding: 50px 0 !important;
    }

    .page-template-page-video-gallery #content {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .form_ask select {
        height: 40px !important;
        padding: 0 15px !important;
        font-size: 14px !important;
        margin-bottom: 15px !important;
        background-size: 14px !important;
    }

    .form_ask .select-full {
        margin-right: 0 !important;
    }

    #bbpress-forums #bbp-user-wrapper {
        display: flex;
        flex-direction: column;
    }

    #bbpress-forums #bbp-single-user-details {
        width: 100%;
        margin-bottom: 40px;
    }

    #bbpress-forums #bbp-user-body {
        margin-left: 0;
    }

    .buddypress-wrap div.feed a:before, .buddypress-wrap li.feed a:before {
        content: none !important;
    }

    .buddypress-wrap .bp-navs li.selected a {
        padding: 15px !important;
        font-size: 16px !important;
    }

    body.buddypress .site-content {
        padding-top: 50px !important;
    }

    .buddypress-wrap .bp-pagination p {
        font-size: 16px !important;
    }

    #members-list .list-title a {
        font-size: 23px !important;
        letter-spacing: 1px !important;
    }

    .bp-list li .item-meta, .bp-list li .meta {
        font-size: 12px !important;
    }

    .entry-content {
        padding-bottom: 50px;
    }

    #members-list .activity-read-more a {
        padding: 6px 10px !important;
        font-size: 12px !important;
    }

    #members-list .activity-read-more {
        margin-top: 18px !important;
    }

    .title_section, h1.entry-title {
        font-size: 25px;
        letter-spacing: 0.382px;
        margin-bottom: 50px;
    }

    .how_works {
        padding: 50px 0;
    }

    .how_works .items p {
        font-size: 14px;
        line-height: 20px;
        max-width: 200px;
    }

    .how_works .items .number {
        font-size: 15px;
        width: 30px;
        height: 30px;
        margin-bottom: 30px;
    }

    .livestream .wrap_left {
        width: 100%;
        padding: 28px;
        justify-content: center;
    }

    .livestream .photo_box {
        width: 100px;
    }

    .form_ask .input_text, .bp-dir-search-form, .select-wrap select {
        height: 40px !important;
        padding: 0 15px !important;
        font-size: 14px !important;
    }

    .select, .form_ask .submit, .select-wrap select {
        font-size: 14px !important;
    }

    .select, .select-wrap select {
        background: #fff url(../images/select-arr.svg) no-repeat right 10px center !important;
        background-size: 12px !important;
    }

    .select-wrap select {
        width: 200px !important;
    }

    .livestream .item .title {
        font-size: 9px;
        letter-spacing: 0.654px;
        margin-bottom: 5px;
    }

    .livestream .item .name, .livestream .item .date {
        font-size: 14px;
        letter-spacing: 0.986px;
    }


    .livestream .info_box .title {
        font-size: 14px !important;
    }

    .livestream .info_box .online {
        width: 20px;
        height: 20px;
        margin-right: 15px;
    }

    .form_ask .wrap_row {
        flex-wrap: wrap;
    }

    .form_ask .wrap_row .select {
        width: 100%;
        height: 40px;
        margin-bottom: 15px;
    }

    .form_ask .input_text {
        margin-bottom: 15px;
        height: 40px;
    }

    .form_ask .submit {
        width: 100%;
        height: 40px;
    }

    .livestream {
        margin-top: 30px;
        flex-wrap: wrap;
    }

    .livestream .info_box {
        padding: 20px;
    }

    .livestream .info_box .number {
        font-size: 14px;
    }

    .bbp-form .wp-social-login-provider-list {
        flex-wrap: wrap;
    }

    .bbp-form .wp-social-login-provider-list a {
        width: 100%;
    }

    .header .menu li a {
        font-size: 16px;
    }

    .lets_business_item .item_body p a {
        font-size: 13px;
        line-height: 20px;
    }

    .lets_business_item .item_body .bottom_text {
        margin-top: 5px;
    }

    .header .menu li:last-child {
        margin-right: 5.625rem;
    }

    .header {
        height: 60px;
    }
}

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

    .latest_video .expert-item {
        width: calc(50% - 40px);
    }

    .archive .expert-items img {
        height: 350px;
    }

    footer .wrap_link {
        flex-direction: row;
        margin: 0 auto;
        margin-top: 20px;
    }

    footer .wrap_link a {
        margin-right: 20px;
        margin-bottom: 0;
    }

    footer .wrap_link a:last-child {
        margin-right: 0;
    }

    span.bbp-admin-links {
        display: flex;
        flex-wrap: wrap;
    }

    .bbp-forum-topic-count, .bbp-forum-reply-count, .bbp-body .bbp-topic-voice-count, .bbp-body .bbp-topic-reply-count {
        font-size: 12px !important;
        font-weight: bold !important;
    }

    #bbpress-forums #bbp-your-profile fieldset div {
        display: flex;
        flex-direction: column;
    }

    #bbpress-forums #bbp-your-profile fieldset label[for] {
        float: none;
        width: 100%;
        padding: 0;
        text-align: left;
        cursor: pointer;
    }


    #bbpress-forums #bbp-your-profile fieldset input, #bbpress-forums #bbp-your-profile fieldset textarea, #bbpress-forums #bbp-your-profile fieldset select {
        width: 100%;
    }

    #bbpress-forums .bbp-forum-title, #bbpress-forums .bbp-topic-title a {
        font-size: 12px !important;
    }

    span.bbp-reply-post-date, span.bbp-topic-post-date {
        float: none !important;
    }

    #bbpress-forums .bbp-forums .forum-titles li, #bbpress-forums li.bbp-header ul li,
    #bbpress-forums li.bbp-header .bbp-search-author, #bbpress-forums li.bbp-footer .bbp-search-author, #bbpress-forums li.bbp-footer .bbp-forum-content, #bbpress-forums li.bbp-footer .bbp-reply-content, #bbpress-forums li.bbp-footer .bbp-search-content, #bbpress-forums li.bbp-footer .bbp-topic-content, #bbpress-forums li.bbp-header .bbp-forum-content, #bbpress-forums li.bbp-header .bbp-reply-content, #bbpress-forums li.bbp-header .bbp-search-content, #bbpress-forums li.bbp-header .bbp-topic-content, #topic-85-replies li.bbp-header, #bbpress-forums li.bbp-footer .bbp-reply-author, .bbp-replies li, #bbpress-forums li.bbp-header {
        font-size: 12px !important;
        white-space: nowrap;
        margin-left: 0 !important;
    }

    #bbpress-forums #bbp-user-wrapper h2.entry-title {
        margin-bottom: 20px;
    }

    .activity-list .activity-item .activity-content p {
        margin-top: 20px;
    }

    .activity-list .activity-item {
        padding: 20px;
    }


    #members-list .list-title {
        margin: 15px 0 !important;
    }

    .select-wrap select {
        width: 100% !important;
    }

    .how_works .items .col {
        width: 100%;
    }

    .livestream .wrap_right {
        flex-wrap: wrap;
    }

    .livestream .photo_box {
        width: 100%;
    }

    .livestream .wrap_left {
        padding: 20px;
    }

    .how_works .items {
        flex-wrap: wrap;
    }

    .how_works .items p {
        max-width: none;
        margin-bottom: 30px;
    }

    .how_works .items .number {
        margin-bottom: 10px;
    }

    .how_works {
        padding: 50px 0 20px 0;
    }

    .title_section {
        margin-bottom: 30px;
    }


    .wrap_form {
        max-width: none;
    }

    #bbpress-forums a {
        font-size: 12px;
    }

}

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

    .expert-items.expert-items_2 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .main_content_wrap .latest_video .expert-item {
        width: 100%;
        margin: 0 0 40px 0 !important;
    }

    .main_content_wrap .expert-items {
        margin: 0 !important;
    }

    .latest_video .expert-item .img-wrap img {
        height: auto !important;
    }

    .expert-item .img-wrap img {
        height: auto !important;
    }

    .latest_video .expert-item {
        width: 100%;
        margin: 0 0 40px 0 !important;
    }

    .archive .expert-items img {
        height: auto;
    }

    .bbp-voting {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        position: static;
        transform: none;
        width: 52px;
        margin-left: auto;
    }

    #bbpress-forums div.bbp-search-form {
        float: none !important;
    }

    #bbp-search-form input[type = text] {
        width: 100% !important;
        margin-bottom: 15px;
    }

    #bbp-search-form {
        position: relative;
    }

    #bbp-search-form input[type = submit] {
        position: absolute;
        right: 0;
        top: 0;
        width: 85px;
    }

    .livestream .wrap_left {
        flex-direction: column;
    }

    .livestream .info_box {
        padding-left: 30px;
    }

    .livestream .wrap_left .item:first-child {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .livestream .wrap_left .item:first-child:after {
        content: none;
    }
}

.hidden {
    display: none !important;
}


.tog_link {
    cursor: pointer;
}

.register-form {
    position: relative;
}


.lds-circle {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateZ(1px);
    background: #ffffffb5;
}

.lds-circle > div {
    display: inline-block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    background: #fd4232;
    animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

@keyframes lds-circle {
    0%, 100% {
        animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    }
    0% {
        transform: rotateY(0deg);
    }
    50% {
        transform: rotateY(1800deg);
        animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
    }
    100% {
        transform: rotateY(3600deg);
    }
}

.grecaptcha-badge {
    opacity: 0;
}