.cblk2 {
	display: none !important;
}


.header-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.lang ul {
	display: flex;
}

.lang ul li a {
	color: #fff;
}

.lang ul .wpml-ls-current-language a {
	color: var(--yellow);
}

/*Default page*/
.page-template-default h1 {
    color: var(--yellow);
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
}

/*Thank you*/
.thanks {
    padding: 60px 0;
}

.thanks h1 {
    font-size: 55px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
}

.thanks .subtitle {
    margin-bottom: 0;
    text-align: center;
}

.thanks .g-btn {
    justify-content: center;
    margin-top: 50px;
}

@media screen and (max-width: 767px) {
    .thanks h1 {
        font-size: 24px;
    }
}

/*404*/
.error-404 h1 {
    font-size: 85px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    color: var(--yellow);
    margin-bottom: 20px;
}

.error-404 .subtitle {
    margin-bottom: 0;
    text-align: center;
}

.error-404 .g-btn {
    justify-content: center;
    margin-top: 50px;
}


/*Company*/
.cblk1 {
    padding: 60px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.cblk1 h1 {
    color: var(--yellow);
    text-transform: uppercase;
    font-size: 70px;
    font-weight: 600;
    margin-bottom: 0;
}

.title-content {
    margin-bottom: 50px;
}

.cblk1 .subtitle {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
}

.collected-sum {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}

.collected-sum span {
    color: var(--yellow);
}

.cblk1-2 .text {
    margin-top: 70px;
}

.hf-box {
    background-color: #fff;
    z-index: 5;
    padding: 30px 30px 50px 30px;
    border-radius: 20px;
    min-width: 500px;
    margin-top: -140px;
}

.hf-box-text {
    color: var(--black);
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 20px;
}

.hf-box .hf-donate-sum {
    width: 100%;
    margin-right: 0;
    border: 1px solid var(--yellow);
    border-radius: 10px;
    height: 90px;
    text-align: center;
    font-size: 40px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hf-box .hf-donate-sum input {
    margin-right: 0;
    text-align: right;
    font-size: 40px;
    color: var(--black);
    border: none;
    width: 100%;
    line-height: 1;
}

.hf-donate-curr {
    text-align: left;
    width: 30%;
    color: #999;
}

.hf-box-sum {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px -5px 20px -5px;
}

.hf-box-add {
    padding: 12px 30px;
    border: 1px solid var(--yellow);
    border-radius: 5px;
    font-size: 16px;
    font-weight: 800;
    color: var(--black);
    width: 100%;
    text-align: center;
    margin: 0 5px;
    cursor: pointer;
}

.hf-box-add:hover {
    background-color: var(--yellow);
    color: var(--black);
}

.hf-box-btn {
    width: 100%;
    height: 50px;
    border: none;
    background-color: var(--yellow);
    color: var(--black);
    font-weight: 800;
    border-radius: 5px;
    padding: 15px;
}

.hf-personal {
	display: flex;
	flex-direction: column;
}

.hf-name {
	
}

.hf-email {
	
}

.hf-personal .hf-name, .hf-personal .hf-email {
	width: 100%;
	border: 1px solid var(--yellow) !important;
	height: 60px;
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 20px;
	color: var(--black);
}

.hf-personal .hf-name:focus, .hf-personal .hf-email:focus, .hf-donate:focus {
	outline: none !important;
    border:1px solid red;
}

.hf-personal .form_error {
	color: #ff5959;
    margin-top: -21px;
    font-size: 14px;
}


.cblk2 {
    padding: 50px 0;
}

.cblk2 .title {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 30px;
}

.cblk2 .donate_sum {
    font-weight: 600;
}


/*Unsubscribe*/
.ublk1 {
    padding: 60px 0;
}

.ublk1 h1 {
    font-size: 55px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
}

.ublk1 .subtitle {
    margin-bottom: 0;
    text-align: center;
}

.ublk1 .unsubscribe nf-field {
    width: 32%;
    margin-right: 1%;
}

.unsubscribe {
    margin: 50px 0;
}

.unsubscribe .nf-form-content input[type=submit] {
    width: 100%;
    height: 60px !important;
}






.ublk3 img {
    width: 100%;
}

/*Join*/
.jblk1 {
    padding: 60px 0;
}

.jblk1 h1 {
    font-size: 65px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
}

.nf-before-form-content, .nf-field-label {
    display: none;
}

nf-fields-wrap {
    display: flex;
    flex-wrap: wrap;
}

nf-field {
    width: 49%;
    margin-right: 1%;
}

nf-field:nth-last-child(2), nf-field:nth-last-child(3) {
    width: 99%;
}

.join-form .nf-form-content {
    max-width: 100%;
}

.join-form .nf-form-content input:not([type=button]) {
    border: none;
    border-radius: 20px;
    font-size: 18px;
    color: var(--black);
    height: 60px;
}

.nf-field-container .field-wrap .nf-element::placeholder {
    color: var(--black);
    font-size: 18px;
}

.join-form .nf-form-content select.ninja-forms-field:not([multiple]) {
    height: 60px;
}

.nf-form-content .listselect-container .list-select-wrap .nf-field-element>div {
    border: none;
    border-radius: 20px;
    font-size: 18px;
    color: var(--black);
    height: 60px;
}

.nf-form-content select.ninja-forms-field {
    color: var(--black) !important;
}

.join-form .nf-form-content textarea.ninja-forms-field {
    height: 100px;
    border: none;
    border-radius: 20px;
}

.join-form .nf-form-content input[type=submit] {
    background: var(--yellow);
    border: 0;
    border-radius: 10px;
    color: var(--black);
    font-weight: 600;
    font-size: 21px;
    padding: 15px 40px;
}

.join-form .nf-error.field-wrap .nf-field-element:after {
    background: #e80000;
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 60px;
    width: 60px;
    border-radius: 0 20px 20px 0;
    line-height: 60px;
}

.jblk2 img {
    width: 100%;
}

.list-checkbox-wrap ul {
	display: flex;
	justify-content: space-between;
}

.nf-form-content  .list-checkbox-wrap label {
	font-size: 15px;
}




/*Home*/
.accordion {
    background-color: var(--black);
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    cursor: pointer;
    padding: 25px 30px;
    width: 100%;
    text-align: left;
    border: 1px solid var(--yellow);
    outline: none;
    margin-top: 20px;
    border-radius: 50px;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.active, .accordion:hover {
    background-color: var(--yellow);
    border: 1px solid var(--yellow);
    color: var(--black);
    transition: 0.4s;
}

.accordion:hover .accordion:after {
    color: #fff;
}

.panel {
    padding: 0 30px;
    border-radius: 30px;
    background-color: var(--black);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion:after {
    content: '\02795';
    font-size: 20px;
    color: var(--black);
    float: right;
    margin-left: 15px;
    background-color: var(--yellow);
    border-radius: 20px;
    padding: 5px;
}

.active:after {
    content: "\2796";
    color: #fff;
}

.panel .content {
    margin: 15px 0;
}

.faq-box .content a, .faq-box .content a:visited {
	color: var(--yellow);
}


.hblk8 {
    padding: 100px 0;
}

.hblk8 .title {
    font-size: 55px;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 50px;
}

.hblk7 {
    padding: 80px 0;
    background-image: url("/wp-content/uploads/2023/06/home-bg-2.svg");
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: cover;
    text-align: center;
    color: var(--black);
}

.hblk7 .title {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 50px;
    line-height: 1.3;
}

.hblk7 .subtitle {
    margin-bottom: 50px;
}

.hblk7 .bs-btn {
    justify-content: center;
}

.hblk6 {
    padding: 100px 0;
}

.hblk6 .title {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hblk6 .pic img {
    width: 80%;
}

.hblk6 .gs-btn {
    margin-top: 30px;
}

.hblk5 {
    padding: 100px 0;
}

.hblk5 .title {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 50px;
    line-height: 1.2;
    color: var(--yellow);
}

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

.logos img {
    margin: 20px 60px 20px 0;
}

.hblk4 {
    padding: 100px 0;
}

.hblk4 .title {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.2;
}

.list-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.list-item .number {
    font-weight: 600;
    font-size: 21px;
    color: var(--yellow);
    margin-right: 20px;
    margin-top: 0px;
	min-width: 30px;
}

.list-item .text {
	font-size: 16px;
}

.hblk4 .pic {
    text-align: right;
}

.hblk4 .pic img {
    width: 80%;
}

.hblk4 .g-btn {
    margin-top: 30px;
}

.hblk3 {
    padding: 100px 0 100px 0;
}

.hblk3 .title {
    font-size: 55px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}

.hblk3 .subtitle {
    margin-bottom: 50px;
}

.item-box {
    background-color: #001A25;
    border: 1px solid var(--yellow);
    border-radius: 20px;
    padding: 40px 30px 0 30px;
    color: #fff;
    transition: all .5s;
}

.item-box:hover {
    background-color: var(--yellow);
    color: var(--black);
    transition: all .5s;
}

.item-box:hover .b-link {
    color: var(--black);
}

.item-box:hover path {
    fill: #1F140F;
    stroke: #1F140F;
}

.item-box .title {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-style: italic;
    text-transform: uppercase;
}

.item-box .text {
    margin-bottom: 50px;
}

.b-link {
    color: var(--yellow);
    font-weight: 600;
}

.b-link svg {
    margin-left: 10px;
}

.hblk2 {
    padding: 80px 0;
    background-image: url("/wp-content/uploads/2023/06/home-bg-2.svg");
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: cover;
    text-align: center;
    color: var(--black);
}

.hblk2 .title {
    font-size: 65px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hblk2 .subtext {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 24px;
}

.hblk2 .subtitle {
    margin-bottom: 50px;
}

.hblk2 .number {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 10px;
}

.hblk2 .text {

}

.hblk1 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0 150px 0;
}

.hblk1 h1 {
    line-height: 1;
}

.hblk1 .title-first {
    font-size: 120px;
    font-weight: 600;
    text-transform: uppercase;
}

.hblk1 .title-second {
    font-size: 80px;
    font-weight: 600;
    font-style: italic;
    color: var(--yellow);
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
}

.hblk1 .title-third {
    font-size: 120px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: right;
    line-height: 1;
}

.hblk1 .subtitle-row {
    align-items: center;
}

.hblk1 .subtitle {
    margin-bottom: 0;
}

.buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
}

.buttons .g-btn, .buttons .gs-btn {
    width: 49%;
}

.buttons .g-btn a, .buttons .gs-btn a {
    width: 100%;
}

.buttons .gs-btn-i {
    background-color: transparent;
}



/*Footer*/
.site-footer {
    padding: 60px 0;
    border-top: 1px solid var(--yellow);
}

.site-footer .title {
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact a {
    font-weight: 600;
    color: #fff;
    transition: all .5s;
}

.contact a:hover {
    color: var(--yellow);
    transition: all .5s;
}

.sub-footer {
    border-top: 1px solid var(--yellow);
}

.sub-footer .socials {
    display: flex;
    border-left: 1px solid var(--yellow);
}

.sub-footer {
    border-top: 1px solid var(--yellow);
}

.sub-footer .social {
    border-right: 1px solid var(--yellow);
    padding: 15px 20px;
    background-color: var(--black);
    transition: all 0.5s;
}

.sub-footer .social:hover {
    background-color: var(--yellow);
    transition: all 0.5s;
}

.sub-footer .social img {
    max-width: 25px;
}

.sub-footer .links {
    display: flex;
    justify-content: flex-end;
    color: #fff;
}

.sub-footer .links p {
    margin-bottom: 0;
    margin-left: 30px;
    font-size: 14px;
}

.sub-footer .row {
    align-items: center;
}

.sub-footer .links a, .sub-footer .links a:visited {
	color: #fff;
}

/*Header*/
.site-header {
    border-bottom: 1px solid var(--yellow);
}

.page-template-homepage-tpl .site-header {
    border-bottom: 1px solid var(--black);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.main-navigation ul {
    justify-content: center;
}

.main-navigation li {
    padding: 0 10px;
}

.main-navigation a {
    color: #fff;
    font-size: 16px;
}

.g-btn {
    display: flex;
}

.g-btn a {
    text-decoration: none;
}

.g-btn-i {
    background-color: var(--yellow);
    border: 1px solid var(--yellow);
    color: var(--black);
    border-radius: 10px;
    padding: 10px 40px;
    font-weight: 600;
    text-align: center;
}

.gs-btn {
    display: flex;
}

.gs-btn a {
    text-decoration: none;
}

.gs-btn-i {
    background-color: var(--black);
    border: 1px solid var(--yellow);
    color: var(--yellow);
    border-radius: 10px;
    padding: 10px 40px;
    font-weight: 600;
    text-align: center;
}

.bs-btn {
    display: flex;
}

.bs-btn a {
    text-decoration: none;
}

.bs-btn-i {
    background-color: transparent;
    border: 1px solid var(--black);
    color: var(--black);
    border-radius: 10px;
    padding: 10px 40px;
    font-weight: 600;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #primary-menu {
        position: fixed;
        top: 80px;
        left: 0;
        width: 100%;
        height: 100%;
        overflow-y: hidden;
        z-index: 9999;
        padding: 50px 20px;
        text-align: center;
    }
    .main-navigation.toggled ul {
        display: block;
        background-color: var(--black);
        position: absolute;
    }
    .main-navigation li {
        padding: 20px;
        border-bottom: 1px solid var(--yellow);
    }
}


/*General*/
:root {
    --black: #00151E;
    --yellow: #C7EF00;
}

.post, .page {
    margin: 0;
}

body {
    font-family: ZonaPro;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background-color: #00151E;
}

p {
    margin-bottom: 20px;
}

a, a:hover {
    color: inherit;
    text-decoration: none;
}

.black {
    color: var(--black);
}

.yellow {
    color: var(--yellow);
}

.nowrap {
    white-space: nowrap;
}

@font-face {
    font-family: ZonaPro;
    src: url(/wp-content/themes/uant/fonts/ZonaPro-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: ZonaPro;
    src: url(/wp-content/themes/uant/fonts/ZonaPro-ExtraBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: ZonaPro;
    src: url(/wp-content/themes/uant/fonts/ZonaPro-ExtraBoldItalic.ttf);
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: Spaceland;
    src: url(/wp-content/themes/uant/fonts/Spaceland-Ten.ttf);
    font-weight: 600;
    font-style: italic;
}





@media screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }
    .site-branding {
        order: 1;
        width: 30%;
    }
    .main-navigation {
        order: 3;
    }
    .header-right {
        order: 2;
        width: 60%;
    }
    .head-btn .g-btn-i {
        padding: 5px 10px;
		font-size: 12px;
    }
	.wpml-ls-legacy-list-horizontal a {
		padding: 5px 5px 6px;
	}
    .menu-toggle {
        padding: 0;
        margin: 0;
        background: none;
        border: none;
        float: right;
    }
    .menu-toggle svg {
        width: 30px;
    }
    .menu-toggle .svg-m {
        display: block;
        transition: all 0.5s;
    }
    .menu-toggle .svg-r {
        display: none;
        transition: all 0.5s;
    }
    .menu-toggle.open .svg-m {
        display: none;
        transition: all 0.5s;
    }
    .menu-toggle.open .svg-r {
        display: block;
        transition: all 0.5s;
    }
    .main-navigation {
        width: 15%;
    }
    .hblk1 {
        padding: 50px 0 100px 0;
    }
    .hblk1 h1 {
        margin-bottom: 10px;
    }
    .hblk1 .title-first {
        font-size: 42px;
    }
    .hblk1 .title-second {
        font-size: 23px;
        margin-top: 10px;
    }
    .hblk1 .title-third {
        font-size: 42px;
    }
    .hblk1 .subtitle {
        margin-top: 30px;
    }
    .buttons {
        margin-top: 40px;
        flex-direction: column;
    }
    .buttons .g-btn, .buttons .gs-btn {
        width: 100%;
        margin-bottom: 10px;
    }
    .hblk2 .title {
        font-size: 28px;
    }
    .hblk3 .title {
        font-size: 32px;
    }
    .hblk3 {
        padding: 50px 0 50px 0;
    }
    .item-box {
        margin-bottom: 20px;
    }
    .hblk4 {
        padding: 50px 0;
    }
    .hblk4 .title {
        font-size: 22px;
    }
    .hblk4 .g-btn {
        display: block;
        margin-bottom: 50px;
    }
    .hblk4 .pic img {
        width: 100%;
    }
    .hblk5 {
        padding: 50px 0;
    }
    .hblk5 .title {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .logos img {
        margin: 10px 40px 10px 0;
        width: 35%;
    }
    .hblk6 {
        padding: 50px 0;
    }
    .hblk6 .pic img {
        width: 100%;
    }
    .hblk6 .title {
        font-size: 26px;
    }
    .hblk6 .gs-btn {
        display: block;
        margin-bottom: 30px;
    }
    .hblk7 .title {
        font-size: 28px;
    }
    .hblk8 {
        padding: 50px 0;
    }
    .hblk8 .title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .accordion {
        padding: 10px 15px;
        font-size: 14px;
    }
    .site-footer .title {
        font-size: 32px;
        text-align: center;
    }
    .site-footer .contact {
        text-align: center;
    }

    .sub-footer {
        border-top: none;
    }
    .sub-footer .social {
        padding: 10px 12px;
    }
    .sub-footer .socials {
        display: flex;
        border: none;
        justify-content: center;
    }
    .sub-footer .social {
        border: 1px solid var(--yellow);
    }
    .sub-footer .links {
        flex-direction: column;
        text-align: center;
        margin: 10px 0;
    }
    .sub-footer .links p {
        margin: 5px 0;
    }




    .cblk1 h1 {
        font-size: 32px;
    }
    .cblk1 .subtitle {
        font-size: 24px;
    }
    .collected-sum {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .hf-box {
        min-width: 200px;
        width: 100%;
        margin-top: 35px;
        padding: 20px 20px 30px 20px;
    }
    .hf-box-add {
        padding: 8px;
    }
    .hf-box .hf-donate-sum {
        height: 60px;
        font-size: 30px;
    }
    .cblk2 .title {
        font-size: 24px;
        margin-top: 30px;
    }

    .ublk1 h1 {
        font-size: 32px;
    }
    .ublk1 {
        padding: 50px 0;
    }
    .ublk1 .unsubscribe nf-field {
        width: 100%;
        margin-right: 0;
    }

    .jblk1 h1 {
        font-size: 28px;
    }
    .jblk1 {
        padding: 50px 0;
    }
    nf-field {
        width: 100%;
        margin-right: 0%;
    }
    .join-form .nf-form-content input[type=submit] {
        white-space: break-spaces;
        font-size: 21px;
        height: 80px;
    }
	.list-checkbox-wrap ul {
		flex-direction: column;
	}


}