@font-face {
    font-family: "Brandon Grotesque";
    src: url("../fonts/BrandonGrotesque-Bold.woff2") format("woff2"), url("../fonts/BrandonGrotesque-Bold.woff") format("woff"), url("../fonts/BrandonGrotesque-Bold.svg#BrandonGrotesque-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Resolve Sans Black Cn";
    src: url("../fonts/Resolve-BlackCn.woff2") format("woff2"), url("../fonts/Resolve-BlackCn.woff") format("woff"), url("../fonts/Resolve-BlackCn.svg#Resolve-BlackCn") format("svg");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Brandon Grotesque";
    src: url("../fonts/BrandonGrotesque-LightItalic.woff2") format("woff2"), url("../fonts/BrandonGrotesque-LightItalic.woff") format("woff"), url("../fonts/BrandonGrotesque-LightItalic.svg#BrandonGrotesque-LightItalic") format("svg");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Resolve Sans Extrabold";
    src: url("../fonts/Resolve-ExtraboldNrw.woff2") format("woff2"), url("../fonts/Resolve-ExtraboldNrw.woff") format("woff"), url("../fonts/Resolve-ExtraboldNrw.svg#Resolve-ExtraboldNrw") format("svg");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Resolve Sans";
    src: url("../fonts/Resolve-RegularNrw.woff2") format("woff2"), url("../fonts/Resolve-RegularNrw.woff") format("woff"), url("../fonts/Resolve-RegularNrw.svg#Resolve-RegularNrw") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "American Normal";
    src: url("../fonts/AmericanTypewriter.woff"), url("../fonts/AmericanTypewriter.woff2");
}

@font-face {
    font-family: "American Light";
    src: url("../fonts/AmericanTypewriter-Light.woff"), url("../fonts/AmericanTypewriter-Light.woff2");
}

@font-face {
    font-family: "American Bold";
    src: url("../fonts/AmericanTypewriter-Bold.woff"), url("../fonts/AmericanTypewriter-Bold.woff2");
}

:root {
    --red: #d91c24;
}

.form-nomination ::placeholder {
    color: transparent;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    box-shadow: none;
}

html,
body {
    overflow-x: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Resolve Sans";
    font-size: 15px;
    background-color: #eaeaea;
}

a {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.social-impact-color {
    color: #ff8034 !important;
}

.wellness-color {
    color: #23a5a7 !important;
}

.entrepreneurship-color {
    color: #d64756 !important;
}

.environment-color {
    color: #008075 !important;
}

.art-culture-color {
    color: #7f3f8b !important;
}

.sports-color {
    color: #e62a7b !important;
}

.science-tech-color {
    color: #4a5ed7 !important;
}

.img-full {
    min-width: 100%;
    max-width: 100%;
}

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

.p-relative {
    position: relative;
}

.bg-black {
    background-color: #000;
}

.cat-social-impact {
    background: #ff8034 !important;
}

.cat-environment {
    background: #008075 !important;
}

.cat-entrepreneurship {
    background: #d64756 !important;
}

.cat-science-tech {
    background: #4a5ed7 !important;
}

.cat-wellness {
    background: #23a5a7 !important;
}

.cat-sports {
    background: #e62a7b !important;
}

.cat-art-culture {
    background: #7f3f8b !important;
}

.slick-home .slick-arrow {
    display: none !important;
}

@media (min-width: 320px) {
    #backend-submit {
        display: block;
        width: 157px;
        height: 40px;
        font-size: 25px;
        text-transform: uppercase;
        font-weight: 900;
        font-family: 'Resolve Sans Black Cn';
        border-radius: 50px;
        background-color: var(--red);
        border: none;
        color: #fff;
        margin-left: auto;
        margin-bottom: 30px;
    }
    .content-form {
        padding: 0 15px;
    }
    .description-field {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 15px;
    }
    .description-field .icon-info {
        margin-right: 10px;
    }
    .content-form .form-group {
        margin-bottom: 15px;
    }
    .content-form textarea {
        width: 100%;
        height: 156px;
        padding: 5px 10px;
        border: 1px solid #000;
        border-radius: 4px;
        margin-top: 8px;
        font-size: 18px;
        line-height: 19px;
    }
    img.logo-backend-form {
        width: 67%;
        margin: 30px auto;
        display: block;
    }
    .content-form p {
        font-size: 18px;
        font-weight: 800;
    }
    .content-form label {
        font-size: 18px;
        font-weight: 800;
        font-family: 'Resolve Sans Extrabold';
        line-height: 17px;
        margin-bottom: 5px;
    }
    .content-form input,
    .content-form select {
        width: 100%;
        border: 1px solid #000;
        border-radius: 4px;
        padding: 0 6px;
        font-size: 18px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .content-form h2 {
        font-size: 24px;
        font-weight: 800;
        margin-bottom: 30px;
        font-family: 'Resolve Sans Extrabold';
    }
    .content-form p {
        font-size: 18px;
        font-weight: 800;
    }
    .content-form h2:before {
        content: '';
        position: absolute;
        left: 0;
        height: 4px;
        bottom: -8px;
        width: 51px;
        background-color: #000;
    }
    .close-video-popup {
        position: absolute;
        top: 20px;
        right: 40px;
        cursor: pointer;
        width: 15px;
        height: 15px;
    }
    .content-video video {
        width: 100%;
        height: 200px;
    }
    .popup-video {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, .9);
        display: flex;
        justify-content: center;
        align-items: center;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
    }
    .show-popup {
        transform: scale(1) !important;
        -webkit-transform: scale(1) !important;
        -moz-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
        -o-transform: scale(1) !important;
        z-index: 999999 !important;
    }
    .item-slick-home::before,
    .bg-page::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 170px;
        background: linear-gradient( 180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        z-index: 1;
    }
    .item-slick-home::after,
    .bg-page::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 140px;
        background: linear-gradient( 0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        z-index: 1;
    }
    .content-search a {
        color: #000;
    }
    .content-search h2 a {
        color: #000;
        text-decoration: none;
    }
    .wrapper-podcast-icon {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-top: 20px;
    }
    .icon-podcast {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-left: 19px;
    }
    .icon-podcast a img {
        height: 40px;
        width: auto;
    }
    .icon-podcast a {
        display: block;
        margin-right: 30px;
    }
    .icon-podcast h6 {
        font-size: 26px;
        line-height: 17px;
    }
    .wrapper-podcast-icon h6 {
        font-size: 18px;
        line-height: 17px;
        margin: 0;
        font-weight: 400;
    }
    .content-search p {
        margin-top: 15px;
    }
    small.label-meta {
        margin-right: 5px;
        text-transform: uppercase;
        background-color: #000;
        color: #fff;
        padding: 4px 9px;
        border-radius: 3px;
        font-size: 11px;
        cursor: pointer;
    }
    .search-result__title {
        margin-bottom: 20px;
        border-bottom: 1px solid #272525;
    }
    .img-search-result {
        width: 100%;
        height: 195px;
    }
    .img-search-result img {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .item-search-result {
        margin-bottom: 30px;
    }
    .content-search {
        padding: 15px;
        background-color: #ccc;
    }
    .content-search h2 {
        font-size: 20px;
        font-weight: 900;
    }
    #search-results-container {
        margin-top: 100px;
    }
    .img-post {
        width: 100%;
        height: auto;
    }
    .img-post img {
        width: 100%;
    }
    .item-photo {
        margin-bottom: 28px;
    }
    .description-photo {
        margin-top: 10px;
    }
    .btn-rounded-transparent {
        padding: 12px 28px;
        border: 1px solid #000;
        color: #000;
        text-decoration: none;
        font-size: 18px;
        border-radius: 50px;
        cursor: pointer;
        display: inline-block;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
    }
    .podcast-intro {
        padding-bottom: 30px;
        border-bottom: 1px solid #000;
        margin-bottom: 30px;
    }
    .item-podcast {
        padding-bottom: 30px;
        border-bottom: 1px solid #000;
        margin-bottom: 30px;
    }
    .item-podcast audio {
        width: 100%;
    }
    .item-podcast h2 {
        font-size: 18px;
        font-family: "Resolve Sans Extrabold";
    }
    .item-illustration {
        margin-bottom: 20px;
    }
    .illustration-caption {
        margin-top: 10px;
    }
    article img {
        max-width: 100%;
        height: auto;
        border-radius: 10px;
        min-width: 100%;
        margin: 0;
    }
    .loading {
        text-align: center;
    }
    .loading img {
        width: 25px;
    }
    .hamburger,
    .icon-seacrh {
        cursor: pointer;
    }
    .row>* {
        padding-right: 11px;
        padding-left: 11px;
    }
    .item-date-time h3 {
        text-align: center;
    }
    .tags.inner-page-tag {
        position: relative;
    }
    .category img {
        height: 20px;
        margin-right: 5px;
    }
    .wrapper-tags {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 20px;
    }
    .inner-page-tag {
        margin: 0 5px !important;
    }
    .tags-hero {
        margin: 0 0 3px 0 !important;
        position: relative !important;
        justify-content: flex-start !important;
    }
    .tags {
        position: absolute;
        bottom: -1px;
        left: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .tags img {
        object-fit: unset !important;
        height: 18px;
    }
    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 15px;
        height: 15px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }
    .m-search-by__link {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 7px;
        justify-content: space-between;
    }
    .item-date-time h3 {
        font-family: "Resolve Sans Extrabold";
        font-size: 22px;
        line-height: 28px;
    }
    .close img {
        height: 21px;
    }
    .form-nomination .form-input:not(:placeholder-shown).form-input:not(:focus)+span {
        top: -10px !important;
        padding: 2px 4px !important;
        background-color: #fff;
        font-size: 11px !important;
    }
    .form-nomination .form-textarea:not(:placeholder-shown).form-textarea:not(:focus)+span {
        top: -10px !important;
        padding: 2px 4px !important;
        background-color: #fff;
        font-size: 11px !important;
    }
    .form-nomination .form-textarea:focus+span,
    .form-nomination .form-input:focus+span {
        top: -10px !important;
        padding: 2px 4px !important;
        background-color: #fff;
        font-size: 11px !important;
    }
    textarea#story {
        height: 200px;
    }
    input.submit {
        width: 170px !important;
        height: 36px;
        border: none !important;
        background-color: var(--red);
        font-family: "Resolve Sans Black Cn";
        font-size: 25px;
        line-height: 15px;
        color: #fff;
        border-radius: 11px !important;
    }
    .outer-input .label-form {
        position: absolute;
        left: 11px;
        top: 4px;
        font-size: 14px;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
    }
    textarea#story {
        height: 200px;
    }
    .age {
        width: 100px;
    }
    .name-nominee {
        width: calc(100% - 115px);
    }
    .form-nomination input,
    .form-nomination textarea {
        width: 100%;
        border: 1px solid #000;
        border-radius: 5px;
        padding: 3px 10px;
        margin-bottom: 15px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }
    .nomiate-tab h2.active::after {
        position: absolute;
        height: 3px;
        width: 100%;
        left: 0;
        background-color: var(--red);
        content: "";
        bottom: -5px;
    }
    .nomiate-tab {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .nomiate-tab h2 {
        margin: 0 15px;
        font-family: "Resolve Sans Black Cn";
        font-size: 24px;
        line-height: 22px;
        color: var(--red);
        text-align: center;
        cursor: pointer;
    }
    .form-nomination form {
        width: 100%;
    }
    .form-nomination h5 {
        font-size: 20px;
        line-height: 28px;
        text-align: center;
    }
    .form-nomination {
        margin-top: 40px;
    }
    .name-age {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .nominate h1 {
        font-size: 57px !important;
        line-height: 43px !important;
        color: var(--red) !important;
        text-indent: -15px !important;
        margin-left: 15px;
        margin-top: 10px;
    }
    .by {
        font-size: 26px;
        font-family: "Resolve Sans Black Cn";
        line-height: 43px;
        color: var(--red);
    }
    .content.our-ce h4 {
        font-size: 48px;
        line-height: 38px;
        font-family: "Resolve Sans Black Cn";
        color: #000;
    }
    .content.our-ce h1 {
        font-size: 92px;
        line-height: 69px;
        color: #000;
    }
    .content.our-ce audio {
        width: 100%;
        margin: 20px 0 10px;
    }
    .content-line-top {
        padding: 14px 0;
        position: relative;
        margin-top: 15px;
    }
    .content-line-top::before {
        position: absolute;
        content: "";
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 200px;
        height: 8px;
        background-color: #000;
        border-radius: 50px;
    }
    .name {
        font-size: 33px;
        font-family: "Resolve Sans Black Cn";
        text-transform: uppercase;
        line-height: 30px;
    }
    .position {
        font-size: 18px;
        font-family: "Resolve Sans";
    }
    .footer-ce {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .hero-ce img {
        width: calc(100% - 50px);
        position: absolute;
        bottom: -80px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
    .logo-about img {
        width: 200px;
    }
    .content.about {
        margin-top: 150px;
    }
    .logo-about h2 {
        font-family: "Resolve Sans Black Cn";
        text-transform: uppercase;
        margin: 3px 0;
        font-size: 48px;
        line-height: 38px;
    }
    .logo-about {
        margin-bottom: 17px;
    }
    .partnership {
        margin: 37px 0;
    }
    .partnership h3 {
        font-family: "Resolve Sans Black Cn";
        font-size: 18px;
        line-height: 28px;
    }
    .partnership img {
        width: 250px;
    }
    .about article {
        font-size: 22px !important;
        line-height: 28px !important;
    }
    .item-date-time {
        margin-bottom: 20px;
    }
    .dear-covid blockquote,
    .letters blockquote {
        font-family: "American Normal";
        font-size: 37px;
        line-height: 48px;
        text-indent: 0;
        margin: 15px 0;
    }
    .dear-covid h5,
    .letters h5 {
        font-family: "American Bold";
        font-size: 18px;
    }
    .related-content {
        border-top: 2px solid #000;
        padding: 20px 0;
        margin-top: 20px;
    }
    .related-content h2 {
        font-size: 18px;
        font-family: "Resolve Sans Extrabold";
        margin-bottom: 20px;
    }
    .related-content .item-post h2 {
        font-size: 23px;
        font-family: "Resolve Sans Black Cn";
        line-height: 21px;
        margin: 10px 0 3px;
    }
    .share-icon a {
        font-size: 28px;
        color: #000;
        text-decoration: none;
        margin-right: 10px;
    }
    .listicle strong {
        font-family: "Resolve Sans Extrabold";
    }
    article {
        font-size: 18px;
        line-height: 25px;
        font-family: "Resolve Sans";
    }
    .nominate article {
        margin-top: 25px;
    }
    .content {
        width: 300px;
        position: relative;
        z-index: 2;
        margin: 20px auto 0;
    }
    .content-post {
        width: 300px;
        position: relative;
        z-index: 2;
        margin: -57px auto 0;
    }
    blockquote {
        font-size: 39px;
        font-family: "Resolve Sans Black Cn";
        line-height: 34px;
        text-transform: uppercase;
        text-indent: 0;
        margin-left: 15px;
    }
    .qa strong {
        font-family: "Resolve Sans Extrabold";
    }
    .qa blockquote {
        text-indent: 0;
        margin-left: 0;
    }
    .content h1,
    .content-post h1 {
        font-size: 48px;
        font-family: "Resolve Sans Black Cn";
        text-transform: uppercase;
        line-height: 38.5px;
        color: #ff8034;
        margin: 0;
    }
    .publish-date {
        font-size: 12px;
        font-family: "Resolve Sans Extrabold";
        margin: 5px 0px;
    }
    .bg-page img {
        object-fit: cover;
        height: 100% !important;
    }
    .bg-video {
        height: 414px;
        overflow: hidden;
    }
    .bg-page {
        height: 478px;
        overflow: hidden;
        margin: 0 -15px;
    }
    #play {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        cursor: pointer;
        z-index: 999;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }
    .bg-video video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
    }
    .load-more {
        text-align: center;
        border-top: 2px solid #000;
        padding: 15px 0;
    }
    .load-more h3 {
        text-transform: uppercase;
        font-family: "Resolve Sans Black Cn";
        font-size: 18px;
        cursor: pointer;
    }
    .post-img {
        border-radius: 8px;
        overflow: hidden;
        height: 138px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }
    .three-items .post-img {
        height: 84px;
    }
    .big-item .post-img {
        height: 200px;
    }
    .post-date {
        font-size: 12px;
        font-family: "Resolve Sans";
    }
    .item-post h2 {
        font-size: 23px;
        text-transform: uppercase;
        margin: 10px 0 0;
        line-height: 20px;
        font-family: "Resolve Sans Black Cn";
    }
    .item-post h2 a {
        color: #000;
        text-decoration: none;
    }
    .item-post {
        margin-bottom: 25px;
    }
    .post-img img:not(.tags img,
    .big-item img) {
        object-fit: cover;
        height: 100%;
    }
    .post-category {
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 0 !important;
    }
    .post-category img {
        width: 13px;
        object-fit: unset;
        margin-right: 4px;
    }
    #post {
        padding: 10px 25px;
    }
    .wrapper-menu-mobile {
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: -100vw;
        background-color: var(--red);
        z-index: 999999999;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
    }
    .wrapper-menu-mobile.active {
        left: 0;
    }
    .content-menu {
        height: calc(100vh - 65px);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .content-menu ul {
        margin: 0;
        padding: 0;
        margin-bottom: 65px;
    }
    .content-menu ul li {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .content-menu ul li a {
        color: #fff;
        text-transform: uppercase;
        font-family: "Resolve Sans Extrabold";
        font-size: 35px;
        text-decoration: none;
        text-align: center;
        display: block;
        border-bottom: 1px solid #fff;
        width: 100%;
        line-height: 65px;
        padding: 0 15px;
    }
    .wrapper-filter {
        padding: 10px 15px;
    }
    .wrapper-search-mobile {
        transform: translateX(100vw);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999999999;
        -webkit-transform: translateX(100vw);
        -moz-transform: translateX(100vw);
        -ms-transform: translateX(100vw);
        -o-transform: translateX(100vw);
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
    }
    .wrapper-search-mobile.active {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }
    .search-mobile input[type="text"] {
        width: 100%;
        padding: 4px 40px 4px 10px;
        border: none;
        border-radius: 50px;
    }
    .search-mobile:after {
        position: absolute;
        content: "";
        width: 20px;
        height: 20px;
        top: 50%;
        right: 10px;
        background: url(../img/icon-search.svg) no-repeat center;
        background-size: contain;
        transform: translateY(-50%);
    }
    .m-search-by {
        margin-top: 20px;
        border-top: 0.3px solid #fff;
        color: #fff;
    }
    .m-search-by h3 {
        font-family: "Resolve Sans Extrabold";
        text-transform: uppercase;
        font-size: 18px;
        margin-top: 4px;
    }
    .m-search-by a {
        font-size: 14px;
        color: #fff;
        text-decoration: none;
        display: inline-block;
        margin-top: 3px;
    }
    .m-search-by__link span {
        margin: 3px 3px;
        width: calc(33.3% - 7px);
    }
    .btn-white-rounded {
        font-size: 12px;
        width: calc(33% - 5px);
        font-family: "Resolve Sans Extrabold";
        padding: 3px 0;
        background-color: #fff;
        color: black;
        border: none;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        display: inline-block;
        text-transform: uppercase;
    }
    .close {
        position: absolute;
        right: 0;
        bottom: 0;
        cursor: pointer;
        height: 100px;
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .logo-search {
        width: 122px;
        margin: 20px auto;
    }
    .wrapper-search-mobile {
        background-color: var(--red);
        width: 100vw;
        min-height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999999;
    }
    .d-desktop {
        display: none !important;
    }
    .text-slide {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 15px 15px 5px 15px;
        z-index: 999;
    }
    .box-category {
        display: inline-flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 10px;
        font-size: 11px;
        padding: 0 10px 0 10px;
        border-radius: 50px;
        color: #fff;
        height: 23px;
    }
    .box-category img {
        margin-right: 5px;
        width: 13px;
    }
    .box-category h2 {
        font-size: 40px;
    }
    .text-slide h2 {
        font-size: 23px;
        text-transform: uppercase;
        line-height: 22px;
        font-family: "Resolve Sans Extrabold";
        margin-bottom: 0;
    }
    .text-slide h2 a {
        color: #000;
        text-decoration: none;
    }
    .date {
        font-size: 14px;
        font-family: "Resolve Sans Extrabold";
        margin-top: 0px;
    }
    #slick-home .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 6px;
        height: 6px;
        padding: 3.5px;
        color: transparent;
        outline: 0;
        background: 0 0;
        border: 1.5px solid #585858;
        border-radius: 50%;
    }
    #slick-home .slick-dots li.slick-active button {
        background-color: #585858;
    }
    #slick-home .slick-dots li button:before {
        font-size: 0;
    }
    #slick-home .slick-dots li {
        margin: 0;
    }
    #slick-home .slick-slide img.img-full {
        height: 480px;
        object-fit: cover;
    }
    /* Header Menu*/
    .content-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100px;
        padding: 20px;
        position: absolute;
        z-index: 99999;
        width: 100vw;
    }
    .content-header .logo img {
        width: 100%;
    }
    .content-header .logo {
        width: 122px;
    }
    .watermark {
        position: absolute;
        right: 5px;
        bottom: 5px;
        width: 30px;
        height: 11.5px !important;
        min-width: 0;
        min-height: 0;
    }
    .three-items .watermark {
        top: 5px;
        bottom: auto
    }
    .bg-page img.watermark {
        position: absolute !important;
        right: 5px !important;
        bottom: 5px !important;
        width: 30px !important;
        height: 11.5px !important;
        min-width: 0 !important;
        min-height: 0 !important;
    }
}

@media (min-width: 370px) {
    .content,
    .content-post {
        width: 320px;
    }
    .post-img {
        height: 148px;
    }
}

@media (min-width: 414px) {
    .big-item .post-img {
        height: auto;
    }
    #post {
        width: 400px;
        padding: 10px 0;
        margin: 0 auto;
    }
    .three-items .post-img {
        height: 97px;
    }
    .content,
    .content-post {
        width: 350px;
    }
    .post-img {
        height: 163px;
    }
}

@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 100%;
    }
    .content,
    #post,
    .content-post {
        width: 550px;
    }
    .post-img {
        height: 264px;
    }
    .three-items .post-img {
        height: 169px;
    }
}

@media (min-width: 768px) {
    .content-video {
        width: 80%;
        height: 400px;
    }
    .content-video video {
        width: 100%;
        height: 100%;
    }
    .bg-page {
        height: 478px;
        overflow: hidden;
        margin: 0;
    }
    .text-slide {
        padding: 15px 15px 15px 15px;
    }
    .tags.tags-hero {
        margin: 0 0 10px 0 !important;
    }
    .text-slide h2 {
        width: 450px;
    }
    .post-img {
        height: 313px;
    }
    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
    }
    .content,
    #post,
    .content-post {
        width: 650px;
    }
    #slick-home .slick-slide img {
        height: auto;
        object-fit: cover;
    }
    .three-items .watermark {
        bottom: 5px;
        top: auto
    }
    .close {
        position: absolute;
        left: 0;
        top: 0;
        cursor: pointer;
        height: 100px;
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (min-width: 992px) {
    img.logo-backend-form {
        width: 175px;
        margin: 35px auto;
    }
    .container-backend-form {
        width: 753px;
        padding: 0;
    }
    .content-form .row {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 0;
        margin: 0;
    }
    .content-form .row .left-col {
        width: 160px;
        padding: 0;
    }
    .content-form .row .right-col {
        width: 563px;
        margin-left: 30px;
        padding: 0;
    }
    .content-form {
        padding: 0;
    }
    input#date {
        width: 96%;
    }
    select#inspirit {
        width: 96%;
    }
    .container-backend-form div[class^="col"] {
        padding: 0;
        margin: 0;
    }
    .content-video {
        width: 60%;
        height: 400px;
    }
    .mfp-close {
        margin-right: -26px !important;
        margin-top: 25px !important;
    }
    .item-slick-home::before,
    .bg-page::before {
        background: unset;
    }
    .item-slick-home::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100px;
        background: linear-gradient( 0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        z-index: 1;
        border-radius: 11px;
    }
    .bg-page::after {
        background: unset;
    }
    .item-search-result {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 300px;
    }
    .img-search-result {
        width: 47%;
        flex-shrink: 0;
        height: 100%;
    }
    .content-search {
        height: 100%;
        flex-grow: 1;
    }
    #search-results-container {
        margin-top: -15px;
    }
    article {
        font-size: 22px;
        line-height: 28px;
        font-family: "Resolve Sans";
    }
    .slick-home {
        border-radius: 11px;
    }
    .slick-home .slick-slide .img-full {
        height: 370px;
        object-fit: cover;
        border-radius: 11px;
    }
    .load-more {
        margin-top: 25px;
    }
    .desktop-opacity {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-image: linear-gradient( to bottom left, transparent, transparent, white);
        border-radius: 11px;
    }
    .content,
    #post,
    .content-post {
        width: 564px;
    }
    .last-post {
        width: 178px !important;
        position: absolute;
        right: 0;
        top: 53.7em;
        padding: 0 !important;
    }
    .item-post.big-item img {
        height: 100%;
        object-fit: cover;
    }
    .row>* {
        padding-right: 14px;
        padding-left: 8.5px;
    }
    .sidebar-column {
        padding-left: 14px;
        padding-right: 0;
    }
    #post {
        padding: 10px 0;
    }
    .category img {
        height: 26px;
    }
    .post-img {
        border-radius: 14px;
        -webkit-border-radius: 14px;
        -moz-border-radius: 14px;
        -ms-border-radius: 14px;
        -o-border-radius: 14px;
    }
    .tags img {
        height: 26px;
    }
    .item-post h2 {
        font-size: 21px;
        line-height: 1.2;
    }
    .content-post {
        margin: 7px auto 0;
    }
    .search-by__link {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }
    .post-img {
        height: 150px !important;
    }
    .content.our-ce h1 {
        font-size: 75px;
        line-height: 69px;
        color: #000;
    }
    .hero-ce img {
        width: 225px;
    }
    .content.about {
        margin-top: 0;
        padding: 0 100px 10px 40px;
    }
    .content,
    .content-post {
        padding: 0;
    }
    .related-content {
        padding-right: 100px;
    }
    .bg-video,
    .bg-page {
        height: 370px;
        overflow: hidden;
        width: 100%;
    }
    .bg-page img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .row-home-middle .post-img {
        height: 234px !important;
    }
    .big-img .post-img {
        height: 390px !important;
    }
    .search-by__link span {
        display: flex;
        margin-bottom: 10px;
        cursor: pointer;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        width: calc(50% - 3px);
        cursor: pointer;
    }
    .search-by__link span svg {
        margin-right: 5px;
        height: 15.5px;
    }
    .search-by a {
        display: block;
        color: black;
        text-decoration: none;
        font-size: 14px;
        margin-top: 5px;
    }
    .search-by {
        margin-top: 30px;
        border-top: 0.5px solid #999;
        padding-top: 5px;
    }
    .search-by h3 {
        font-size: 22px;
        text-transform: uppercase;
        font-family: "Resolve Sans Extrabold";
        color: var(--red);
        margin-left: 2px;
    }
    input#search {
        width: 100%;
        padding: 5px 10px;
        border-radius: 50px;
        outline: none;
        border: 0.3px solid #999;
    }
    .search-bar::after {
        position: absolute;
        top: 50%;
        right: 9px;
        content: "";
        width: 20px;
        height: 20px;
        background: url("../img/icon-search-black.svg") no-repeat center;
        background-size: contain;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .d-mobile {
        display: none !important;
    }
    .d-desktop {
        display: flex !important;
        flex-direction: column;
    }
    .logo-desktop {
        width: 150px;
        margin: 30px auto;
        justify-content: center;
        align-items: center;
    }
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
    .side-menu a {
        display: block;
        font-family: "Resolve Sans Extrabold";
        text-transform: uppercase;
        color: black;
        text-decoration: none;
        font-size: 17px;
        padding-bottom: 5px;
    }
    .side-menu a:hover {
        color: rgb(75, 75, 75);
    }
    .side-menu li {
        list-style: none;
    }
    .side-menu li {
        border-bottom: 0.3px solid #999;
    }
    .btn-red-rounded {
        border: none;
        padding: 3px 40px;
        background-color: var(--red);
        color: #fff;
        text-transform: uppercase;
        font-size: 16px;
        font-family: "Resolve Sans Extrabold";
        border-radius: 50px;
        width: calc(50% - 3px);
    }
}

@media (min-width: 1200px) {
    .content-video {
        width: 50vw;
        height: 60vh;
    }
    .content,
    #post,
    .content-post {
        width: 100%;
    }
    .last-post {
        width: 210px !important;
        position: absolute;
        right: 0;
        top: 65.2em;
        padding: 0 !important;
    }
    #post {
        width: 100%;
    }
    .post-img {
        height: 207px !important;
    }
    .row-home-middle .post-img {
        height: 287px !important;
    }
    .side-post:first-of-type {
        margin-bottom: 15px !important;
    }
    .big-img .post-img {
        height: 510px !important;
    }
    .content article {
        font-size: 22px;
        line-height: 28px;
        font-family: "Resolve Sans";
    }
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 1140px;
    }
    .dear-covid blockquote {
        font-size: 54px;
        line-height: 70px;
    }
    blockquote {
        font-size: 68px;
        line-height: 53px;
    }
}