@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&family=Titillium+Web:wght@300;400;600;700&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css");

html {
    font-family: "Titillium Web", sans-serif;
    font-style: normal;
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #ffffff;
    background-color: #1a1a1a;
    height: 100%;
    scroll-behavior: smooth;
}

body {
    height: 100%;
    padding-top: 7.8rem;
    overflow-x: hidden;
}

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


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

a {
    color: #5eccf2;
    text-decoration: underline;
}

a:hover,
a:active,
a:focus {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: "Raleway", sans-serif;
}

.container {
    width: 100%;
    max-width: 94rem;
    padding: 0 3rem;
    margin: 0 auto;
}

@media only screen and (max-width: 1440px) {
    .container {
        max-width: 80rem;
    }
}

@media only screen and (max-width: 767px) {
    .container {
        padding: 0 1.5rem;
    }
}

.button {
    font-family: "Raleway", sans-serif;
    color: #ffffff;
    text-decoration: none;
    border: solid 1px #ffffff;
    padding: 0.5rem 1.25rem;
    font-size: 1.125rem;
    font-weight: 700;
    border-radius: 3rem;
    margin: 0 0.5rem;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
}

.button--blue:hover {
    background-color: #5eccf2;
    border-color: #5eccf2;
}

.button--pink:hover {
    background-color: #fa06a2;
    border-color: #fa06a2;
}

.button--yellow:hover {
    background-color: #fea904 !important;
    border-color: #fea904 !important;
}

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

.d-block {
    display: block;
}

.d-inline-block {
    display: inline-block;
}

.sign-up {
    cursor: pointer;
}

.owl-item {
    height: 0;
}

.owl-item.active {
    height: auto;
}

.owl-carousel,
.owl-stage-outer {
    transition: height 500ms ease-in-out 0s;
}

.owl-carousel .owl-stage-outer {
    z-index: 1;
}

/* Header */

header {
    background-color: #1a1a1a;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 200;
}

.header {
    width: 100%;
    padding: 0 3rem;
    margin: 0 auto;
    height: 7.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 1499px) {
    .header {
        height: 6rem;
    }

    body {
        padding-top: 6rem;
    }
}

@media only screen and (max-width: 767px) {
    .header {
        height: 4rem;
        padding: 0 1.5rem;
    }

    body {
        padding-top: 4rem;
    }
}

.header__logo {
    z-index: 2;
}

.header__logo img {
    height: 4.68rem;
    width: auto;
    display: block;
}

@media only screen and (max-width: 1800px) {
    .header__logo img {
        height: 3rem;
    }
}

@media only screen and (max-width: 767px) {
    .header__logo img {
        height: 2rem;
    }
}

.header__menu {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#menu {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

#menu li {
    display: block;
    float: left;
    margin: 0 2rem;
}

#menu li a {
    font-family: "Raleway", sans-serif;
    text-decoration: none;
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 700;
    white-space: nowrap;
}

#menu li a:hover {
    color: #5eccf2;
}

#menu .current_page_item a {
    color: #5eccf2 !important;
}

@media only screen and (max-width: 1800px) {
    #menu li {
        margin: 0 1rem;
    }
}


/*New Styles*/
.header__menu__button__wrapper {
    padding-left: 0;
    margin: 0 1rem;
    display: flex;
}

.header__menu__button__wrapper li a {
    font-family: "Raleway", sans-serif;
    color: #ffffff;
    text-decoration: none;
    border: solid 1px #ffffff;
    padding: 0.5rem 1.25rem;
    font-size: 1.125rem;
    font-weight: 700;
    border-radius: 3rem;
    margin: 0 0.5rem;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
}

.header__menu__button__wrapper li:first-child a {
    border: none;
}

.header__menu__button__wrapper li:first-child a:hover {
    background-color: transparent;
    color: #5eccf2;
}

.header__menu__button__wrapper li:last-child a:hover {
    background-color: #fa06a2;
    border-color: #fa06a2;
}

/*End New Styles*/


.header__menu__button__wrapper {
    margin: 0 1rem;
    display: flex;
}

.header__menu__button {
    font-family: "Raleway", sans-serif;
    color: #ffffff;
    text-decoration: none;
    border: solid 1px #ffffff;
    padding: 0.5rem 1.25rem;
    font-size: 1.125rem;
    font-weight: 700;
    border-radius: 3rem;
    margin: 0 0.5rem;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
}

.header__menu__button--bigger {
    padding: 1rem 2.25rem;
    font-size: 2.125rem;
}

.header__menu__button--sign_in:hover {
    background-color: #5eccf2;
    border-color: #5eccf2;
}

header .header__logo {
    display: block;
}

header .header__menu__button--sign_in {
    border: none;
}

header .header__menu__button--sign_in:hover {
    background-color: transparent;
    color: #5eccf2;
}

.header__menu__button--sign_up:hover {
    background-color: #fa06a2;
    border-color: #fa06a2;
}

/*New Styles*/
.header__menu__social__wrapper {
    display: flex;
    padding-left: 0;
    margin: 0 0 0 1rem;

}

.header__menu__social__wrapper li a {
    text-decoration: none;
    font-size: 0 !important;
}

.header__menu__social__wrapper li a:before {
    font-family: "Font Awesome 5 Brands";
    color: #ffffff;
    margin: 0 0.5rem;
    font-size: 1.125rem;
}

.header__menu__social__wrapper li a[href*="https://www.instagram.com/"]::before {
    content: "\f16d"
}

.header__menu__social__wrapper li a[href*="https://www.instagram.com/"]::before {
    content: "\f16d"
}

.header__menu__social__wrapper li a[href*="https://www.facebook.com/"]::before {
    content: "\f39e";
}

.header__menu__social__wrapper li a[href*="https://t.me/"]::before {
    content: "\f3fe";
}

.header__menu__social__wrapper li a:hover:before {
    color: #5ECCF2;
}

/*End New Styles*/

.header__menu__social {
    color: #ffffff;
    margin: 0 0.5rem;
    font-size: 1.125rem;
}

.header__menu__social:hover {
    color: #5eccf2;
}

@media only screen and (max-width: 1499px) {
    .header__menu__social__wrapper {
        margin: 0 0 0 0.5rem;
    }
}

@media only screen and (max-width: 1420px) {
    .header__menu {
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.3s ease, visibility 0s step-start;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #1a1a1a;
        padding: 0 1rem;
        text-align: center;
        overflow-y: auto;
    }

    .header__menu #menu {
        display: block;
        margin: 0 auto;
        margin-bottom: 2rem;
    }

    .header__menu #menu li {
        float: none;
        margin: 0;
    }

    .header__menu #menu li a {
        font-size: 2rem;
        line-height: 2;
    }

    .header__menu__button__wrapper {
        margin: 1rem 0 3rem 0;
    }

    .header__menu__social__wrapper {
        margin: 0;
    }

    .header__menu--show {
        visibility: visible;
        opacity: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        pointer-events: all;
    }
}

@media only screen and (max-height: 400px) {
    .header__menu--show {
        padding: 5rem 0;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 767px) {
    .header__menu #menu li a {
        font-size: 1.5rem;
    }
}

.header__mobile_menu {
    display: none;
    cursor: pointer;
    z-index: 101;
}

.bar1,
.bar2,
.bar3 {
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    transition: 0.4s;
}

.bar2 {
    width: 20px;
    height: 2px;
    margin-left: 10px;
}

.bar1,
.bar2 {
    margin-bottom: 6px;
}

.header__mobile_menu--change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-4px, 4px);
    transform: rotate(-45deg) translate(-4px, 4px);
    background-color: #ffffff;
}

.header__mobile_menu--change .bar2 {
    opacity: 0;
}

.header__mobile_menu--change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -7px);
    transform: rotate(45deg) translate(-8px, -7px);
    background-color: #ffffff;
}

@media only screen and (max-width: 1420px) {
    .header__mobile_menu {
        display: block;
    }
}

.break {
    display: none;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .break {
        display: block;
    }
}

/* Footer */

footer {
    position: relative;
    background-color: #1a1a1a;
    width: 100%;
}

.footer {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    padding: 50px 0;
}

.footer__logo img {
    width: 100%;
    height: auto;
    max-width: 10rem;
}

@media screen and (max-width: 768px) {
    .footer__logo img {
        max-width: 7rem;
    }
}

@media screen and (max-width: 767px) {
    .footer__logo img {
        max-width: 8rem;
    }
}

.footer__menu__social__wrapper {
    margin: 0 0 0 1rem;
    display: flex;
}

.footer__menu__social {
    color: #ffffff;
    margin: 0 0.5rem;
    font-size: 1.125rem;
}

.footer__menu__social:hover {
    color: #5eccf2;
}


.footer__menu__social__wrapper:first-of-type {
    margin-left: 0;
}

@media screen and (max-width: 767px) {
    .footer__menu__social__wrapper {
        margin-bottom: 1.875rem;
    }
}

/*New Styles*/
.footer .header__menu__social__wrapper,
.footer .footer__column {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer .header__menu__social__wrapper li:first-child a:before {
    margin-left: 0;
}

.footer .footer__column li a {
    display: block;
    color: white;
    text-decoration: none;
    font: normal normal normal 1.125rem/1.3125rem Raleway;
    margin-bottom: 1.875rem;
}

.footer .footer__column li a:hover {
    color: #5eccf2;
}

.footer .footer__column.footer__link--bold li a {
    font-weight: bold;
}

/*End New Styles*/

.footer__link {
    color: white;
    text-decoration: none;
    font: normal normal normal 1.125rem/1.3125rem Raleway;
    margin-bottom: 1.875rem;
}

.footer__link:hover {
    color: #5eccf2;
}

.footer__link--bold {
    font-weight: bold;
}

.footer__column {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 1280px) {
    .footer {
        padding: 5rem 0 3.125rem 0;
    }
}

@media screen and (max-width: 1024px) {
    .footer {
        padding: 3.75rem 0 1.875rem 0;
    }
}

@media screen and (max-width: 767px) {
    .footer {
        padding: 2rem 0 0.75rem 0;
    }

    .footer__column:not(:first-of-type):not(:last-of-type) {
        margin: 0;
        width: 45%;
        margin-bottom: 1rem;
    }

    .footer__link {
        margin-bottom: 1.25rem;
    }

    .footer__column:last-of-type {
        margin-top: 0.75rem;
    }
}

.footer__legal {
    font-size: 0.8rem;
    text-align: center;
    margin: 0 0 2rem 0;
}

.copyrights {
    background-color: black;
    color: white;
    font: normal normal normal 1rem Raleway;
    position: relative;
    width: 100%;
    text-align: center;
    padding: 1.375rem 0;
}

/* Sign Up Modal */

.sign-up-background {
    position: fixed;
    background-color: rgba(0, 0, 0, 1);
    background-image: url("../images/sign-in-background.jpg");
    background-size: cover;
    background-position: top left;
    padding: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 100;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
}

.close-sign-up-modal {
    position: absolute;
    top: 1.5625rem;
    right: 1.5625rem;
    cursor: pointer;
    z-index: 10;
}

.sign-up-modal {
    background-color: rgba(0, 0, 0, 0.74);
    padding: 40px;
    max-width: 500px;
    overflow-x: scroll;
    max-height: 80%;
}

.sign-up-modal h3 {
    font: normal normal 300 50px/59px Raleway;
}

.sign-up-modal p {
    font: normal normal 300 20px/31px Titillium Web;
}

.sign-up-modal form {
    display: flex;
    flex-direction: column;
}

.sign-up-modal form input {
    margin: 0.5rem 0;
    background-color: rgba(0, 0, 0, 0.2);
    border: 0;
    border: solid 1px #CCCCCC;
    border-radius: 20px;
    padding: 0.5rem 1.25rem;
    color: #FFFFFF;
    font-size: 20px;
}

.sign-up-modal form [type=submit] {
    width: 150px;
    background-color: rgba(0, 0, 0, 0.5);
}

.sign-up-modal form [type=submit]:hover {
    background-color: #FFFFFF;
    color: #000000;
}

.sign-up-modal-social {
    display: flex;
}

.sign-up-modal-social a {
    margin-right: 1rem;
    color: #FFFFFF;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .sign-up-modal h3 {
        font: normal normal 300 28px/32px Raleway;
    }

    .sign-up-modal p {
        font: normal normal normal 16px/26px Titillium Web;
    }

    .sign-up-modal {
        width: 90%;
    }
}

/* Home Page */

/* Hero image */

@media screen and (orientation:landscape) {
    .hero {
        min-height: 500px;
    }
}

.slider-desktop {
    display: block;
}

@media screen and (orientation:portrait) {
    .slider-desktop {
        display: none !important;
    }
}

.slider-mobile .hero__slide {
    align-items: flex-start;
    padding-top: 32px;
}

@media screen and (orientation:landscape) {
    .slider-mobile {
        display: none !important;
    }
}

@media screen and (max-width: 1023px) {
    .slider-mobile h2 {
        font-size: 3rem !important;
    }
}

.hero {
    height: 100%;
}

.hero__slide__wrapper {
    width: 100%;
    height: 100%;
}

.owl-carousel {
    touch-action: manipulation;
}

.hero__slide__wrapper .owl-stage-outer,
.owl-stage,
.owl-item {
    height: 100% !important;
}

.hero__slide {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1023px) {
    .hero__slide {
        background-position: top center;
    }
}

.hero__slide__caption h2 {
    font-size: clamp(100%, 3.5vw, 4.5rem);
    font-weight: 300;
    line-height: 1.25;
}

.hero__slide__caption {
    text-align: center;
    font-size: clamp(100%, 3vw, 70px);
}

.hero-image {
    width: 100%;
    height: calc(100vh - 125px);
    background-image: url("../imagesackground-hero.jpg");
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    text-align: center;
}

.hero-title {
    font: normal normal normal 90px/106px Raleway;
    z-index: 1;
    margin-top: 100px;
}

@media screen and (max-width: 1440px) {
    .hero-image {
        height: calc(100vh - 96px);
    }
}

@media screen and (max-width: 1280px) {
    .hero-image {
        height: calc(100vh - 96px);
    }
}

@media screen and (max-width: 1023px) {
    .hero-image {
        height: calc(100vh - 96px);
    }

    .hero-title {
        font-size: 2rem;
        line-height: 2.3125rem;
    }
}

@media screen and (max-width: 767px) {
    .hero-image {
        height: calc(100vh - 64px);
    }

    .hero-title {
        margin: 32px 0;
    }

    .hero-image {
        flex-direction: column;
        justify-content: space-between;
        align-items: stretch;
    }
}

.left-slider .owl-controls {
    display: none;
}

.hero-people-image__right {
    position: absolute;
    bottom: 0;
    right: calc(100vw - 50% - 247px - 29%);
    height: 80vh;
}

@media screen and (max-width: 1440px) {
    .hero-people-image__left {
        left: calc(100vw - 50% - 204px - 30%);
        width: 450px;
    }

    .hero-people-image__right {
        right: calc(100vw - 50% - 165px - 29%);
        width: 330px;
    }
}

@media screen and (max-width: 1280px) {
    .hero-people-image__left {
        left: calc(100vw - 50% - 170px - 30%);
        width: 340px;
    }

    .hero-people-image__right {
        right: calc(100vw - 50% - 130px - 29%);
        width: 260px;
    }
}

@media screen and (max-width: 1023px) {
    .hero-people-image__left {
        left: calc(100vw - 50% - 11.5625rem - 30%);
        width: 250px;
    }

    .hero-people-image__right {
        right: calc(100vw - 50% - 100px - 29%);
        width: 200px;
    }
}

@media screen and (max-width: 767px) {
    .hero-people-image__left {
        left: calc(100vw - 50% - 80px - 30%);
        width: 160px;
    }

    .hero-people-image__right {
        right: calc(100vw - 50% - 60px - 29%);
        width: 120px;
    }
}

/* Description Section */

.desc-section {
    background-color: #222222;
    padding: 150px 0 190px 0;
    position: relative;
}

@media screen and (max-width: 1280px) {
    .desc-section {
        padding: 80px 0;
    }
}

@media screen and (max-width: 1023px) {
    .desc-section {
        padding: 76px 0;
    }
}

@media screen and (max-width: 767px) {
    .desc-section {
        padding: 56px 0;
    }
}

.desc-section .container {
    position: relative;
    z-index: 20;
    text-align: center;
}

.desc-section h2 {
    font-size: clamp(100%, 2.5vw, 3rem);
    font-weight: 300;
    line-height: 1.25;
    margin: 3rem auto;
}

@media screen and (max-width: 1279px) {
    .desc-section h2 {
        font-size: 2.5rem;
    }

    .desc-section h2 br {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .desc-section h2 {
        font-size: 1.75rem;
    }
}

.desc-section::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #1a1a1a;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-bottom-left-radius: 50% 25%;
    border-bottom-right-radius: 50% 25%;
}

/* Movies Section */

.section-movies {
    background-color: #222222;
    padding: 175px 0 50px 0;
    text-align: center;
}

@media screen and (max-width: 1280px) {
    .section-movies {
        padding: 120px 0 40px 0;
    }
}

@media screen and (max-width: 1023px) {
    .section-movies {
        padding: 86px 0 40px 0;
    }
}

.section-movies h2 {
    font-size: clamp(100%, 2.5vw, 3rem);
    font-weight: 300;
    line-height: 1.25;
}

.section-movies p {
    font-weight: 400;
    font-size: 1.25rem;
}

@media screen and (max-width: 1279px) {
    .section-movies h2 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 767px) {
    .section-movies h2 {
        font-size: 1.75rem;
    }

    .section-movies p br {
        display: none;
    }
}

/* Content Section */

.content-section {
    background-color: #222222;
    text-align: center;
    overflow: hidden;
}

.content-section h2 {
    font-size: clamp(100%, 2.5vw, 3rem);
    font-weight: 300;
    line-height: 1.25;
}

.content-section h2 span {
    font-weight: 500;
}

@media screen and (max-width: 1279px) {
    .content-section h2 {
        font-size: 2.5rem;
    }

    .content-section h2 br {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .content-section h2 {
        font-size: 1.75rem;
    }
}

.content-section p {
    font-weight: 400;
    font-size: 1.25rem;
    max-width: 50rem;
    margin: 2rem auto;
}

.content-text-wrapper {
    padding: 207px 0 80px 0;
    margin: 0 auto;
}

@media screen and (max-width: 1280px) {
    .content-text-wrapper {
        padding: 80px 0;
    }
}

@media screen and (max-width: 1023px) {
    .content-text-wrapper {
        padding: 76px 0 60px 0;
    }
}

@media screen and (max-width: 767px) {
    .content-text-wrapper {
        padding: 56px 0 20px 0;
    }

    .content-section {
        padding-bottom: 26px;
        overflow-x: hidden;
    }
}

.content-buttons-wrapper {
    display: inline-flex;
    flex-direction: column;
    position: absolute;
    left: calc(100vw - 50% - 110px);
    z-index: 2;
    text-align: center;
    margin-top: 70px;
}

.content-buttons-wrapper > span {
    margin-bottom: 30px;
}

.content-hands-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1024px) {
    .content-buttons-wrapper {
        left: calc(100vw - 50% - 99px);
        margin-top: 0px;
    }

    .content-image__left {
        width: 330px;
    }

    .content-image__right {
        width: 330px;
    }
}

@media screen and (max-width: 767px) {
    .content-buttons-wrapper {
        position: relative;
        left: auto;
        margin-top: 0;
    }

    .content-hands-wrapper {
        display: none;
    }
}

.content-image-left-wrapper {
    display: contents;
    margin-right: 22px;
    z-index: 1;
    position: relative;
}

.content-image__left {
    margin-bottom: -82px;
    margin-right: 92px;
    z-index: 1;
}

.content-image-right-wrapper {
    display: contents;
}

.content-image__right {
    margin-bottom: -158px;
}

/* Token section */

.token-section {
    position: relative;
    text-align: left;
    padding: 200px 0;
    background-color: #1A1A1A;
    border-top: solid 10px #FEA904;
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1280px) {
    .token-section {
        padding: 80px 0;
    }
}

@media screen and (max-width: 1023px) {
    .token-section {
        padding: 76px 0;
    }
}

@media screen and (max-width: 767px) {
    .token-section {
        padding: 56px 0;
    }
}

.token-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(26, 26, 26, 0);
}

@media only screen and (max-width: 1023px) {
    .token-section::before {
        background-color: rgba(26, 26, 26, 0.7);
    }
}

.token-section h2 {
    position: relative;
    font-size: clamp(100%, 2.5vw, 3rem);
    font-weight: 300;
    line-height: 1.25;
}

.token-section h2 span {
    font-weight: 500;
}

@media screen and (max-width: 1279px) {
    .token-section h2 {
        font-size: 2.5rem;
    }

    .token-section h2 br {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .token-section h2 {
        font-size: 1.75rem;
    }
}

.token-section p {
    position: relative;
    font-size: 1.25rem;
    font-weight: 400;
    max-width: 40rem;
    margin: 2rem 0;
}

.token-section a {
    position: relative;
}

.tokens__greenlight {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10vw 10vw;
    background-color: #1C1E1F;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../images/token-greenlight.png');
}

@media screen and (max-width: 1023px) {
    .tokens__greenlight {
        background-position: center center;
        justify-content: center
    }

    .tokens__greenlight::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.7);
    }
}

@media screen and (max-width: 768px) {
    .tokens__greenlight {
        background-position: center center;
    }
}

@media screen and (max-width: 767px) {
    .tokens__greenlight {
        flex-direction: column;
        padding: 3rem 1.5rem;
        background-position: center center;
    }
}


.tokens__greenlight__detail {
    width: 100%;
    max-width: 25vw;
    position: relative;
}


@media screen and (max-width: 1023px) {
    .tokens__greenlight__detail {
        max-width: 80vw;
    }
}

@media screen and (max-width: 767px) {
    .tokens__greenlight__detail {
        max-width: none;
    }
}

.tokens__greenlight__detail h2 {
    font-size: clamp(100%, 2vw, 3rem);
    font-weight: 300;
    text-align: left;
    line-height: 1.25;
}

.tokens__greenlight__detail h2 span {
    font-weight: 500;
}


@media screen and (max-width: 1279px) {
    .tokens__greenlight__detail h2 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 1023px) {
    .tokens__greenlight__detail h2 {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .tokens__greenlight__detail h2 {
        font-size: 1.75rem;
    }
}

.tokens__greenlight__detail p {
    font-size: 1.25rem;
    font-weight: 400;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
    .tokens__greenlight__detail p {
        text-align: center;
    }
}

.tokens__fan {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;;
    padding: 10vw 10vw;
    background-color: #1C1E1F;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../images/tokens-fan.jpeg');
}

@media screen and (max-width: 1023px) {
    .tokens__fan {
        background-position: center center;
        justify-content: center
    }

    .tokens__fan::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.7);
    }
}

@media screen and (max-width: 768px) {
    .tokens__fan {
        background-position: center center;
    }
}

@media screen and (max-width: 767px) {
    .tokens__fan {
        flex-direction: column;
        padding: 3rem 1.5rem;
        background-position: center center;
    }
}

.tokens__fan__detail {
    width: 100%;
    max-width: 25vw;
    position: relative;
}


@media screen and (max-width: 1023px) {
    .tokens__fan__detail {
        max-width: 80vw;
    }
}

@media screen and (max-width: 767px) {
    .tokens__fan__detail {
        max-width: none;
    }
}

.tokens__fan__detail h2 {
    font-size: clamp(100%, 2vw, 3rem);
    font-weight: 300;
    text-align: left;
    line-height: 1.25;
}

.tokens__fan__detail h2 span {
    font-weight: 500;
}


@media screen and (max-width: 1279px) {
    .tokens__fan__detail h2 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 1023px) {
    .tokens__fan__detail h2 {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .tokens__fan__detail h2 {
        font-size: 1.75rem;
    }
}

.tokens__fan__detail p {
    font-size: 1.25rem;
    font-weight: 400;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
    .tokens__fan__detail p {
        text-align: center;
    }
}

.tokens__fan__detail--left {
    margin-right: 4rem;
}

.tokens__fan__detail--left a {
    margin-top: 2rem;
}

@media only screen and (max-width: 1023px) {
    .tokens__fan__detail--left {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .tokens__fan__detail--left {
        padding-bottom: 3rem;
    }
}

/* Tech section */

.tech-section {
    text-align: center;
    padding: 100px 0;
    background-color: #000000;
}

@media screen and (max-width: 1280px) {
    .tech-section {
        padding: 80px 0;
    }
}

@media screen and (max-width: 1023px) {
    .tech-section {
        padding: 76px 0;
    }
}

@media screen and (max-width: 767px) {
    .tech-section {
        padding: 56px 0;
    }
}

.tech-section h2 {
    font-size: clamp(100%, 2.5vw, 3rem);
    font-weight: 300;
    line-height: 1.25;
}

.tech-section h2 span {
    font-weight: 500;
}

@media screen and (max-width: 1279px) {
    .tech-section h2 {
        font-size: 2.5rem;
    }

    .tech-section h2 br {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .tech-section h2 {
        font-size: 1.75rem;
    }
}

.tech-section p {
    font-size: 1.25rem;
    max-width: 50rem;
    margin: 1.5rem auto;
}

/* Creator slider*/

.creator-section .owl-controls {
    display: none;
}

.creator-video {
    background-size: cover;
    background-position: top left;
    display: flex;
    align-items: center;
    font: normal normal 600 20px/24px Raleway sans-serif;
    cursor: pointer;
    position: relative;
}

.creator-video img {
    height: auto;
}

.creator-video > .fa-play-circle {
    z-index: 2;
}

.creator-slider__title {
    position: absolute;
    bottom: 26px;
    z-index: 2;
    font: normal normal 600 20px/24px Raleway;
}

.creator-overlay {
    background: transparent linear-gradient(180deg, #00000000 0%, #000000cc 100%) 0% 0% no-repeat;
    position: absolute;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.creator-overlay .fa-play-circle {
    margin-bottom: calc(25% + 20px);
}

/* Testimonials */

.testimonial-section {
    padding: 100px 0;
    text-align: center;
    background-color: #222222;
}

@media screen and (max-width: 1280px) {
    .testimonial-section {
        padding: 5rem;
    }
}

@media screen and (max-width: 1023px) {
    .testimonial-section {
        padding: 4.75rem 3rem;
    }
}

@media screen and (max-width: 767px) {
    .testimonial-section {
        padding: 2rem 1.5rem;
    }
}

.testimonial-section h2 {
    font-size: clamp(100%, 2.5vw, 3rem);
    font-weight: 300;
    line-height: 1.25;
}

.testimonial-section h2 span {
    font-weight: 500;
}

@media screen and (max-width: 1279px) {
    .testimonial-section h2 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 767px) {
    .testimonial-section h2 {
        font-size: 1.75rem;
    }
}

.testimonials__title {
    margin-bottom: 4rem;
}

@media screen and (max-width: 1023px) {
    .testimonials__title {
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .testimonials__title {
        margin-bottom: 2rem;
    }
}

.testimonial {
    text-align: left;
}

.testimonial__text {
    font-size: 1.25rem;
    font-style: italic;
}

.testimonial .testimonial__text {
    padding-right: 12px;
}

@media only screen and (max-width: 767px) {
    .testimonial {
        text-align: center;
    }

    .testimonial .testimonial__text {
        padding-right: 0;
    }

    .testimonial img {
        margin: 0 auto;
    }
}

/* table {
    max-width: 800px;
    width: 100%;
}

.w-600 {
    max-width: 600px;
    width: 100%;
}

.w-800 {
    max-width: 800px;
    width: 100%;
}

.bordered table tr th,
.bordered table tr td {
    border: 1px solid grey;
}


table tr th,
table tr td {
    padding: 10px;
}

@media screen and (max-width: 1280px) and (min-width: 767px) {
    .tablet-full-height {
        height: unset;
    }

    .sq-image {
        flex: 15;
    }
}

@media screen and (max-width: 1280px) and (min-width: 1023px) {
    .image-first {
        height: calc(100vw / 3 - -204px);
    }

    .testimonial .testimonial__text {
        padding-right: 6px;
    }
}

 */


/* Manifesto Page */

.hero_single {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: flex-end;
}

.hero_single__caption_wrapper {
    position: relative;
    width: 100%;
}

.hero_single__caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 7.5rem;
}

@media screen and (max-width: 767px) {
    .hero_single__caption {
        bottom: 3rem;
    }
}

.hero_single__caption h1 {
    font-size: clamp(100%, 3.25vw, 70px);
    font-weight: 400;
    text-align: center;
    line-height: 1.25;
}

@media screen and (max-width: 1023px) {
    .hero_single__caption h1 {
        font-size: clamp(100%, 1rem + 3.25vw, 70px);
    }

    .hero_single__caption h1 br {
        display: none;
    }
}

.manifesto_answer {
    background-color: #090909;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 129%;
    position: relative;
}

@media screen and (max-width: 767px) {
    .manifesto_answer {
        height: auto;
        padding-top: 0;
        background-position: top center;
    }
}

.manifesto_answer__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

@media screen and (max-width: 767px) {
    .manifesto_answer__wrapper {
        position: relative;
    }
}

.manifesto_answer__top {
    margin-top: 10rem;
}

@media screen and (max-width: 1440px) {
    .manifesto_answer__top {
        margin-top: 7.5rem;
    }
}

@media screen and (max-width: 1279px) {
    .manifesto_answer__top {
        margin-top: 5rem;
    }
}

@media screen and (max-width: 767px) {
    .manifesto_answer__top {
        margin-top: 0;
        padding-top: 100vw;
    }
}

.manifesto_answer__top h2 {
    font-size: clamp(100%, 2.5vw, 3rem);
    font-weight: 300;
    text-align: center;
    line-height: 1.25;
}

.manifesto_answer__top h2 span {
    font-weight: 500;
}

@media screen and (max-width: 1279px) {
    .manifesto_answer__top h2 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 767px) {
    .manifesto_answer__top h2 {
        font-size: 1.75rem;
    }
}

.manifesto_answer__top p {
    font-size: 1.25rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    max-width: 34vw;
    margin: 2.5rem auto 0 auto;
}

@media screen and (max-width: 1023px) {
    .manifesto_answer__top p {
        max-width: 30rem;
    }
}

.manifesto_answer__bottom {
    margin-top: 16rem;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 1440px) {
    .manifesto_answer__bottom {
        margin-top: 7.5rem;
    }
}

@media screen and (max-width: 1279px) {
    .manifesto_answer__bottom {
        margin-top: 8rem;
    }
}

@media screen and (max-width: 1023px) {
    .manifesto_answer__bottom {
        margin-top: 5rem;
    }
}

@media screen and (max-width: 767px) {
    .manifesto_answer__bottom {
        margin-top: 3rem;
    }
}

.manifesto_answer__bottom__left {
    width: 50%;
    padding-right: 1.5rem;
}

@media screen and (max-width: 767px) {
    .manifesto_answer__bottom__left {
        width: 100%;
        padding-right: 0;
    }
}

.manifesto_answer__bottom__left h2 {
    font-size: clamp(100%, 2.5vw, 3rem);
    font-weight: 300;
    text-align: left;
    line-height: 1.25;
    max-width: 35rem;
}

@media screen and (max-width: 1279px) {
    .manifesto_answer__bottom__left h2 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 767px) {
    .manifesto_answer__bottom__left h2 {
        font-size: 1.75rem;
        text-align: center;
    }
}

.manifesto_answer__bottom__right {
    width: 50%;
}

@media screen and (max-width: 767px) {
    .manifesto_answer__bottom__right {
        width: 100%;
        padding-top: 3rem;
    }
}

.manifesto_answer__bottom__right__detail {
    display: flex;
    align-items: center;
    margin-bottom: 4rem;
}

.manifesto_answer__bottom__right__detail__left {
    border-radius: 50%;
    border: solid 1px #FEA904;
    width: 4.5rem;
    height: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.manifesto_answer__bottom__right__detail__left h2 {
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    color: #FEA904;
    text-align: center;
    margin: 0;
    font-feature-settings: 'lnum' 1;
}

.manifesto_answer__bottom__right__detail__right {
    width: calc(100% - 7.5rem);
    margin-left: 1.5rem;
    padding-left: 1.5rem;
    border-left: solid 1px #FEA904;
}

.manifesto_answer__bottom__right__detail__right p {
    font-size: 1.25rem;
    font-weight: 600;
    text-align: left;
    line-height: 1.5;
    margin: 0;
    max-width: 30rem;
}

.manifesto_answer__bottom__right__detail__right p span {
    color: #FEA904;
}

.manifesto_block {
    display: flex;
    flex-wrap: wrap;
    background-color: #222222;
}

.manifesto_block--reverse {
    flex-direction: row-reverse;
}

@media screen and (max-width: 1023px) {
    .manifesto_block--reverse {
        flex-direction: column;
    }
}

.manifesto_block__text {
    width: 50%;
    padding: 7vw 7vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width: 1023px) {
    .manifesto_block__text {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .manifesto_block__text {
        padding: 3rem 1.5rem;
    }
}

.manifesto_block__text h2 {
    font-size: clamp(100%, 2.5vw, 3rem);
    font-weight: 300;
    text-align: left;
    line-height: 1.25;
    margin-bottom: 1rem;
}

@media screen and (max-width: 1279px) {
    .manifesto_block__text h2 {
        font-size: 2.5rem;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .manifesto_block__text h2 {
        font-size: 1.75rem;
        margin-bottom: 0;
    }
}

.manifesto_block__text h2 span {
    font-weight: 500;
}

.manifesto_block__text p {
    font-size: 1.25rem;
    font-weight: 400;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 0;
    max-width: 38rem;
}

.manifesto_block__image {
    width: 50%;
    min-height: 35vw;
    background-size: cover;
    background-position: center center;
}

@media screen and (max-width: 1023px) {
    .manifesto_block__image {
        width: 100%;
        min-height: 50vw;
    }
}

/* Token Page */

.tokens {
    padding: 9rem 0;
    background-color: #222222;
}

@media screen and (max-width: 767px) {
    .tokens {
        padding: 3rem 0;
    }
}

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

.tokens__detail {
    width: 48%;
    background-color: #1A1A1A;
}

@media screen and (max-width: 1023px) {
    .tokens__detail {
        width: 100%;
    }

    .tokens__detail:first-child {
        margin-bottom: 3rem;
    }
}

@media screen and (max-width: 767px) {
    .tokens__detail:first-child {
        margin-bottom: 1.5rem;
    }
}

.tokens__detail__top {
    padding: 4rem 5rem 3.5rem 5rem;
}

@media screen and (max-width: 767px) {
    .tokens__detail__top {
        padding: 1.5rem 1.5rem;
    }
}

.tokens__detail__top h2 {
    font-size: clamp(100%, 1.65vw, 3rem);
    font-weight: 300;
    text-align: left;
    line-height: 1.25;
}

.tokens__detail__top h2 span {
    font-weight: 500;
}

@media screen and (max-width: 1365px) {
    .tokens__detail__top h2 {
        font-size: clamp(100%, 1.5vw, 3rem);
    }
}

@media screen and (max-width: 1279px) {
    .tokens__detail__top h2 {
        font-size: 2rem;
    }

    .tokens__detail__top br {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .tokens__detail__top h2 {
        font-size: 1.5rem;
    }
}

.tokens__detail__middle {
    padding: 0 3.5rem;
}

@media screen and (max-width: 767px) {
    .tokens__detail__middle {
        padding: 0 1.5rem;
    }
}

.tokens__detail__middle__video {
    width: 100%;
    display: block;
    cursor: pointer;
    position: relative;
}

.tokens__detail__middle__video img {
    width: 100%;
    height: auto;
    display: block;
}

.tokens__detail__middle__video i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tokens__detail__bottom {
    padding: 3.5rem 5rem 4rem 5rem;
}

@media screen and (max-width: 767px) {
    .tokens__detail__bottom {
        padding: 1.5rem 1.5rem;
    }
}

.tokens__detail__bottom p {
    font-size: 1.25rem;
    font-weight: 400;
    text-align: left;
    line-height: 1.5;
    margin: 0;
}

.tokens__detail__bottom ul {
    padding-left: 0;
    margin: 2rem 0 0 0;
}

.tokens__detail__bottom ul li {
    font-size: 1.25rem;
    font-weight: 400;
    text-align: left;
    line-height: 1.5;
    margin-left: 1.25rem;
}


.tokens__detail__bottom__cta {
    display: inline-block;
    font-family: "Raleway", sans-serif;
    color: #ffffff;
    text-decoration: none;
    border: solid 1px #ffffff;
    padding: 0.5rem 1.25rem;
    font-size: 1.125rem;
    font-weight: 700;
    border-radius: 3rem;
    line-height: 1;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
    margin-top: 2rem;
}


.tokens__detail__bottom__cta--fan:hover {
    background-color: #5ECCF2 !important;
    border-color: #5ECCF2 !important;
}

.tokens__detail__bottom__cta--film:hover {
    background-color: #FA06A2 !important;
    border-color: #FA06A2 !important;
}




/* How it works Page */

.how-it-works__page h2 {
    font-size: clamp(100%, 2.5vw, 3rem);
    font-weight: 300;
    text-align: center;
    line-height: 1.25;
}

.how-it-works__page h2 span {
    font-weight: 500;
}

@media screen and (max-width: 1279px) {
    .how-it-works__page h2 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 767px) {
    .how-it-works__page h2 {
        font-size: 1.75rem;
    }
}

.how-it-works__page p,
.how-it-works__page ul {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 2.5rem auto 0 auto;
}

.how-it-works__page ol {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 2.5rem auto 0 auto;
}

.how-it-works__description {
    padding: 160px 0;
    background: #1A1A1A;
}

@media screen and (max-width: 1280px) {
    .how-it-works__description {
        padding: 80px 0;
    }
}

@media screen and (max-width: 1023px) {
    .how-it-works__description {
        padding: 76px 0;
    }
}

@media screen and (max-width: 767px) {
    .how-it-works__description {
        padding: 56px 0;
    }
}

.how-it-works__description h2 {
    font-size: clamp(100%, 2.5vw, 3rem);
    font-weight: 300;
    text-align: center;
    line-height: 1.25;
}

.how-it-works__description h2 span {
    font-weight: 500;
}

@media screen and (max-width: 1279px) {
    .how-it-works__description h2 {
        font-size: 2.5rem;
    }

    .how-it-works__description h2 br {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .how-it-works__description h2 {
        font-size: 1.75rem;
    }
}

.creators {
    display: flex;
    align-items: flex-start;
    padding: 170px 11%;
    background-color: #222222;
}

.bg-black .creators {
    background-color: #000000;
}

@media screen and (max-width: 1023px) {
    .creators {
        flex-direction: column;
        padding: 43px 48px;
    }
}

.creators-block {
    width: 50%;
}

.creators-block img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

@media screen and (max-width: 1023px) {
    .creators-block {
        width: 100%;
    }
}

.creators-text h2,
.creators-text p,
.creators-text ul {
    padding-left: 131px;
    margin-left: 0;
    margin-right: 0 !important;
    text-align: left;
}

.creators-text ol {
    background-color: #1A1A1A;
    margin-left: 131px;
    margin-right: 0 !important;
    text-align: left;
    padding: 40px 50px 40px 60px;
}

.creators-text ol li {
    padding: 10px 0 10px 10px;
}

.order .creators-text h2,
.order .creators-text p,
.order .creators-text ul {
    padding-right: 131px;
    padding-left: 24px;
    margin-left: 0;
    margin-right: 0 !important;
    text-align: left;
}

@media screen and (max-width: 1279px) {
    .creators-text h2,
    .creators-text p,
    .creators-text ul {
        padding-left: 60px;
        margin-left: 0;
        margin-right: 0 !important;
        text-align: left;
    }

    .creators-text ol {
        margin-left: 60px;
    }

    .order .creators-text h2,
    .order .creators-text p,
    .order .creators-text ul {
        padding-right: 60px;
    }
}

@media screen and (max-width: 1023px) {
    .creators-text p,
    .creators-text h2,
    .creators-text ul {
        margin: 0 auto;
        text-align: left;
        padding: 0;
    }

    .order .creators-text h2,
    .order .creators-text p,
    .order .creators-text ul {
        padding-right: 0 !important;
    }

    .creators-text ul {
        margin-top: 20px !important;
    }

    .creators-text h2 {
        margin-bottom: 16px;
    }

    .creators-text {
        padding-top: 2rem;
        font-size: 2rem;
    }

    .order-1 {
        order: 0;
    }

    .order .creators-text h2,
    .order .creators-text p,
    .order .creators-text ul {
        padding-right: 0;
        padding-left: 0;
        margin-left: 0;
        margin-right: 0 !important;
        text-align: left;
    }

    .creators-text ol {
        margin-left: 0;
    }
}

.creators-video {
    background-size: cover;
    background-position: top left;
    display: block;
    display: flex;
    align-items: center;
    font: normal normal 600 20px/24px Raleway sans-serif;
    cursor: pointer;
    position: relative;
}

.creators-video > .fa-play-circle {
    z-index: 2;
}

.creator-slider__title {
    position: absolute;
    bottom: 26px;
    z-index: 2;
    font: normal normal 600 20px/24px Raleway;
}

.creator-overlay {
    background: transparent linear-gradient(180deg, #00000000 0%, #000000cc 100%) 0% 0% no-repeat;
    position: absolute;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.creator-overlay .fa-play-circle {
    margin-bottom: calc(25% + 20px);
}

.creators-block.creators-text h2 {
    font-size: clamp(100%, 2.5vw, 2.2rem);
}

.order-1 {
    order: 1;
}

@media screen and (max-width: 1023px) {
    .order-1 {
        order: 0;
    }
}


/* Who we are Page */

.founders {
    padding-top: 160px;
}

.founders-title {
    max-width: 51rem;
    margin: 0 auto;
    margin-bottom: 75px;
}

.advisors {
    margin-top: 160px;
    padding-bottom: 160px;
}

.advisors-title {
    max-width: 51rem;
    margin: 0 auto;
    margin-bottom: 75px;
}

.who-we-are__page h2 {
    font-size: clamp(100%, 2.5vw, 3rem);
    font-weight: 300;
    text-align: center;
    line-height: 1.25;
}

.who-we-are__page h2 span {
    font-weight: 500;
}

@media screen and (max-width: 1279px) {
    .who-we-are__page h2 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 767px) {
    .who-we-are__page h2 {
        font-size: 1.75rem;
    }
}

.who-we-are__page p,
.who-we-are__page ul {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 2.5rem auto 0 auto;
}

.who-we-are-grid-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.grid-item {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3rem 0;
}

@media only screen and (max-width: 1023px) {
    .grid-item {
        width: 33.33%;
    }
}

@media only screen and (max-width: 767px) {
    .grid-item {
        width: 50%;
    }
}

.team-member {
    width: 168px;
    height: 168px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
}

.team-member img {
    border-radius: 6px 6px 0 0;
}

.team-member::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    height: 14px;
    width: 100%;
}

.team-member.bg-blue::after {
    background-color: #5eccf2;
}

.team-member.bg-yellow::after {
    background-color: #fea904;
}

.team-member.bg-pink::after {
    background-color: #fa06a2;
}

.team-member__bio {
    text-align: center;
    margin: 0 auto;
    color: white;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 36px;
    position: absolute;
    width: 306px;
    border-radius: 17px;
    z-index: 1;
    display: none;
}

.team-member {
    position: relative;
}

.team-member .fa-linkedin-in {
    color: white;
    margin-top: 10px;
}

.border-yellow {
    border: 2px solid #fea904;
}

.border-blue {
    border: 2px solid #5eccf2;
}

.border-pink {
    border: 2px solid #fa06a2;
}

.bg-blue::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 6px 6px 0 0;
    background-color: rgba(0, 0, 0, 0.8);
    background-image: url('../images/linkedin.png');
    background-size: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}

.bg-blue:hover::before {
    opacity: 1;
}

.bg-yellow::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 6px 6px 0 0;
    background-color: rgba(0, 0, 0, 0.8);
    background-image: url('../images/linkedin.png');
    background-size: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}

.bg-yellow:hover::before {
    opacity: 1;
}


.team-member__fullname {
    margin-top: 28px;
    font-size: clamp(100%, 2vw, 2rem) !important;
}

.team-member__designation {
    margin-top: 0.5rem !important;
    text-align: center;
    font-weight: 700 !important;
    font-family: "Raleway", sans-serif;
}

@media only screen and (max-width: 767px) {
    .team-member__designation {
        font-size: 0.7rem !important;
    }
}

.owl-theme .owl-nav [class*="owl-"] {
    background: transparent;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent;
}

.img-responsive {
    display: block;
    width: 100%;
    height: auto;
}

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

    .founders {
        padding-top: 120px;
    }

    .founders-title {
        margin-bottom: 120px;
    }

    .advisors {
        margin-top: 120px;
        padding-bottom: 120px;
    }

    .advisors-title {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 1023px) {
    .founders {
        padding-top: 64px;
    }

    .founders-title {
        margin-bottom: 64px;
    }

    .advisors {
        margin-top: 64px;
        padding-bottom: 64px;
    }

    .advisors-title {
        margin-bottom: 64px;
    }
}

@media screen and (max-width: 767px) {
    .founders {
        padding: 40px 0;
    }

    .founders-title {
        margin-bottom: 40px;
    }

    .advisors {
        margin-top: 40px;
        padding-bottom: 40px;
    }

    .advisors-title {
        margin-bottom: 40px;
    }

    .team-member {
        width: 120px;
        height: 120px;
    }

    .grid-item {
        align-items: flex-start;
    }
}

.fan-section {
    padding: 202px 164px;
    text-align: center;
    background-color: #222222;
}

.fan-section .container {
    max-width: 65rem;
}

.fan__title {
    margin-bottom: 131px;
}

.fan__text--name {
    margin-top: 24px !important;
}

.fan__text--small {
    margin-top: 4px !important;
    font: normal normal bold 18px/21px Raleway;
}

.fan p {
    padding: 0 69px;
}

.who-we-are__partners {
    background-color: #000000;
    padding: 120px 0;
}

.partners__slider img {
    object-fit: contain;
}

.who-we-are__partners p {
    margin-bottom: 81px;
}

.owl-theme .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: -50px;
    margin-right: -50px;
}

.owl-theme .owl-controls {
    position: absolute;
    width: 100%;
    top: calc(50% - 23px);
}

.owl-theme .owl-nav [class*="owl-"] {
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 1500px) {
    .fan-section {
        padding: 120px 164px;
    }

    .testimonial-section {
        padding: 5rem;
    }

    .fan p {
        padding: 0 35px;
    }

    .fan__title {
        margin-bottom: 120px;
    }
}

@media screen and (max-width: 1280px) {
    .fan-section {
        padding: 120px 90px;
    }

    .testimonial-section {
        padding: 5rem;
    }

    .fan p {
        padding: 0 30px;
    }

    .fan-section {
        padding: 80px 48px;
    }

    .fan__title {
        margin-bottom: 64px;
    }

    .who-we-are__partners {
        padding: 80px 80px;
    }
}

@media screen and (max-width: 1023px) {
    .testimonial-section {
        padding: 4.75rem 3rem;
    }

    .fan__title {
        margin-bottom: 64px;
    }

    .who-we-are__partners {
        padding: 64px 48px;
    }

    .who-we-are__partners p {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .testimonial-section {
        padding: 2rem 1.5rem;
    }
}

@media screen and (max-width: 767px) {
    .fan__title {
        margin-bottom: 40px;
    }

    .fan-section {
        padding: 40px 24px;
    }

    .who-we-are__partners {
        padding: 40px 24px;
    }
}

.fan__text {
    font: italic normal normal 20px/30px Titillium Web;
}


/* Creators */

.creators_intro {
    padding: 10vw 0;
    background-color: #222222;
}

.creators_intro h2 {
    font-size: clamp(100%, 2vw, 3rem);
    font-weight: 300;
    text-align: center;
    line-height: 1.25;
}

.creators_intro h2 span {
    font-weight: 500;
}


@media screen and (max-width: 1279px) {
    .creators_intro h2 {
        font-size: 2.5rem;
    }

    .creators_intro h2 br {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .creators_intro h2 {
        font-size: 1.75rem;
        text-align: center;
    }
}

.creators_blocks_movie {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10vw 10vw;
    background-color: #1C1E1F;
}

/*New Style*/
.news img,
.creators_marketplace__image img,
.creators_blocks_vault__image img,
.creators_blocks_fund__image img,
.creators_blocks_audience__image img,
.creators_blocks_movie__image img {
    height: auto;
}

/*End New Style*/

@media screen and (max-width: 767px) {
    .creators_blocks_movie {
        flex-direction: column;
        padding: 3rem 1.5rem;
    }
}

.creators_blocks_movie__image {
    width: 100%;
    max-width: 50vw;
}

@media screen and (max-width: 1279px) {
    .creators_blocks_movie__image {
        max-width: 40vw;
    }
}

@media screen and (max-width: 767px) {
    .creators_blocks_movie__image {
        max-width: none;
    }
}


.creators_blocks_movie__image img {
    width: 100%;
}

.creators_blocks_movie__detail {
    width: 100%;
    max-width: 21vw;
}

@media screen and (max-width: 1279px) {
    .creators_blocks_movie__detail {
        max-width: 35vw;
    }
}

@media screen and (max-width: 767px) {
    .creators_blocks_movie__detail {
        max-width: none;
    }
}

.creators_blocks_movie__detail h2 {
    font-size: clamp(100%, 2vw, 3rem);
    font-weight: 300;
    text-align: left;
    line-height: 1.25;
}


@media screen and (max-width: 1279px) {
    .creators_blocks_movie__detail h2 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 767px) {
    .creators_blocks_movie__detail h2 {
        font-size: 1.75rem;
    }
}

.creators_blocks_movie__detail p {
    font-size: 1.25rem;
    font-weight: 400;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 0;
}

.creators_blocks__cta {
    display: inline-block;
    font-family: "Raleway", sans-serif;
    color: #ffffff;
    text-decoration: none;
    border: solid 1px #ffffff;
    padding: 0.5rem 1.25rem;
    font-size: 1.125rem;
    font-weight: 700;
    border-radius: 3rem;
    line-height: 1;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
    margin-top: 2rem;
    cursor: pointer;
    align-self: flex-start;
}

.creators_blocks__cta--yellow:hover {
    background-color: #FEA904 !important;
    border-color: #FEA904 !important;
}

.creators_blocks__cta--blue:hover {
    background-color: #5ECCF2 !important;
    border-color: #5ECCF2 !important;
}

.creators_blocks__cta--pink:hover {
    background-color: #FA06A2 !important;
    border-color: #FA06A2 !important;
}

.creators_blocks_audience {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10vw 10vw;
    background-color: #1C1E1F;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media screen and (max-width: 767px) {
    .creators_blocks_audience {
        flex-direction: column-reverse;
        padding: 3rem 1.5rem;
    }
}

.creators_blocks_audience__image {
    width: 100%;
    max-width: 32vw;
}

@media screen and (max-width: 1279px) {
    .creators_blocks_audience__image {
        max-width: 40vw;
    }
}

@media screen and (max-width: 767px) {
    .creators_blocks_audience__image {
        max-width: none;
        padding-bottom: 3rem;
    }
}

.creators_blocks_audience__image img {
    width: 100%;
}

.creators_blocks_audience__detail {
    width: 100%;
    max-width: 17vw;
}

@media screen and (max-width: 1600px) {
    .creators_blocks_audience__detail {
        max-width: 20vw;
    }
}

@media screen and (max-width: 1279px) {
    .creators_blocks_audience__detail {
        max-width: 35vw;
    }
}

@media screen and (max-width: 767px) {
    .creators_blocks_audience__detail {
        max-width: none;
    }
}

.creators_blocks_audience__detail h2 {
    font-size: clamp(100%, 2vw, 3rem);
    font-weight: 300;
    text-align: left;
    line-height: 1.25;
}


@media screen and (max-width: 1279px) {
    .creators_blocks_audience__detail h2 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 767px) {
    .creators_blocks_audience__detail h2 {
        font-size: 1.75rem;
    }
}

.creators_blocks_audience__detail p {
    font-size: 1.25rem;
    font-weight: 400;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 0;
}

.creators_blocks_fund {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10vw 10vw;
    background-color: #1C1E1F;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media screen and (max-width: 767px) {
    .creators_blocks_fund {
        flex-direction: column;
        padding: 3rem 1.5rem;
        background-position: right center;
    }
}

.creators_blocks_fund__image {
    display: none;
}


@media screen and (max-width: 767px) {
    .creators_blocks_fund__image {
        display: block;
        padding-bottom: 3rem;
    }
}

.creators_blocks_fund__image img {
    width: 100%;
    max-width: 7.5rem;
    margin: 0 auto;
    display: block;
}

.creators_blocks_fund__detail {
    width: 100%;
    max-width: 22vw;
    text-align: center;
}


@media screen and (max-width: 1279px) {
    .creators_blocks_fund__detail {
        max-width: 35vw;
    }
}

@media screen and (max-width: 1079px) {
    .creators_blocks_fund__detail {
        max-width: 50vw;
    }
}

@media screen and (max-width: 767px) {
    .creators_blocks_fund__detail {
        max-width: none;
        text-align: left;
    }
}

.creators_blocks_fund__detail h2 {
    font-size: clamp(100%, 2vw, 3rem);
    font-weight: 300;
    text-align: left;
    line-height: 1.25;
    text-align: center;
}


@media screen and (max-width: 1279px) {
    .creators_blocks_fund__detail h2 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 767px) {
    .creators_blocks_fund__detail h2 {
        font-size: 1.75rem;
        text-align: left
    }
}

.creators_blocks_fund__detail p {
    font-size: 1.25rem;
    font-weight: 400;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 0;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .creators_blocks_fund__detail p {
        text-align: left
    }
}

.creators_blocks_go {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10vw 10vw;
    background-color: #1C1E1F;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media screen and (max-width: 767px) {
    .creators_blocks_go {
        flex-direction: column;
        padding: 3rem 1.5rem;
    }
}


.creators_blocks_go__detail {
    width: 100%;
    max-width: 30vw;
}


@media screen and (max-width: 1279px) {
    .creators_blocks_go__detail {
        max-width: 35vw;
    }
}

@media screen and (max-width: 767px) {
    .creators_blocks_go__detail {
        max-width: none;
    }
}

.creators_blocks_go__detail h2 {
    font-size: clamp(100%, 2vw, 3rem);
    font-weight: 300;
    text-align: left;
    line-height: 1.25;
}

.creators_blocks_go__detail h2 span {
    font-weight: 500;
}


@media screen and (max-width: 1279px) {
    .creators_blocks_go__detail h2 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 767px) {
    .creators_blocks_go__detail h2 {
        font-size: 1.75rem;
    }
}

.creators_blocks_go__detail p {
    font-size: 1.25rem;
    font-weight: 400;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 0;
}


.creators_blocks_blockchain {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10vw 10vw;
    background-color: #1C1E1F;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media screen and (max-width: 768px) {
    .creators_blocks_blockchain {
        background-position: left center;
    }
}

@media screen and (max-width: 767px) {
    .creators_blocks_blockchain {
        flex-direction: column;
        padding: 3rem 1.5rem;
        background-position: left center;
    }
}


.creators_blocks_blockchain__detail {
    width: 100%;
    max-width: 21vw;
}


@media screen and (max-width: 1279px) {
    .creators_blocks_blockchain__detail {
        max-width: 35vw;
    }
}

@media screen and (max-width: 767px) {
    .creators_blocks_blockchain__detail {
        max-width: none;
    }
}

.creators_blocks_blockchain__detail h2 {
    font-size: clamp(100%, 2vw, 3rem);
    font-weight: 300;
    text-align: left;
    line-height: 1.25;
}

.creators_blocks_blockchain__detail h2 span {
    font-weight: 500;
}


@media screen and (max-width: 1279px) {
    .creators_blocks_blockchain__detail h2 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 767px) {
    .creators_blocks_blockchain__detail h2 {
        font-size: 1.75rem;
    }
}

.creators_blocks_blockchain__detail p {
    font-size: 1.25rem;
    font-weight: 400;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 0;
}


.creators_blocks_vault {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10vw 10vw;
    background-color: #1C1E1F;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media screen and (max-width: 767px) {
    .creators_blocks_vault {
        flex-direction: column-reverse;
        padding: 3rem 1.5rem;
    }
}

.creators_blocks_vault__image {
    width: 100%;
    max-width: 32vw;
}

@media screen and (max-width: 1279px) {
    .creators_blocks_vault__image {
        max-width: 40vw;
    }
}

@media screen and (max-width: 767px) {
    .creators_blocks_vault__image {
        max-width: none;
        padding-bottom: 3rem;
    }
}

.creators_blocks_vault__image img {
    width: 100%;
}

.creators_blocks_vault__detail {
    width: 100%;
    max-width: 20vw;
}


@media screen and (max-width: 1279px) {
    .creators_blocks_vault__detail {
        max-width: 35vw;
    }
}

@media screen and (max-width: 767px) {
    .creators_blocks_vault__detail {
        max-width: none;
    }
}

.creators_blocks_vault__detail h2 {
    font-size: clamp(100%, 2vw, 3rem);
    font-weight: 300;
    text-align: left;
    line-height: 1.25;
}

.creators_blocks_vault__detail h2 span {
    font-weight: 500;
}


@media screen and (max-width: 1279px) {
    .creators_blocks_vault__detail h2 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 767px) {
    .creators_blocks_vault__detail h2 {
        font-size: 1.75rem;
    }
}

.creators_blocks_vault__detail p {
    font-size: 1.25rem;
    font-weight: 400;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 0;
}

.creators_marketplace {
    padding: 10vw 10vw;
    background-color: #000000;
}

@media screen and (max-width: 767px) {
    .creators_marketplace {
        padding: 3rem 1.5rem;
    }
}

.creators_marketplace__image img {
    width: 100%;
    display: block;
}

.creators_marketplace__detail {
    position: relative;
    top: -7.5rem;
    margin-bottom: -7.5rem;
}

@media screen and (max-width: 767px) {
    .creators_marketplace__detail {
        top: 0;
        margin-bottom: 0;
    }
}

.creators_marketplace__detail h2 {
    font-size: clamp(100%, 2vw, 3rem);
    font-weight: 300;
    text-align: left;
    line-height: 1.25;
    max-width: 20vw;
}


@media screen and (max-width: 1279px) {
    .creators_marketplace__detail h2 {
        font-size: 2.5rem;
        max-width: 50vw;
    }
}

@media screen and (max-width: 767px) {
    .creators_marketplace__detail h2 {
        font-size: 1.75rem;
        max-width: 100vw;
    }
}

.creators_marketplace__detail p {
    font-size: 1.25rem;
    font-weight: 400;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 0;
    max-width: 24vw;
}

@media screen and (max-width: 1279px) {
    .creators_marketplace__detail p {
        max-width: 50vw;
    }
}

@media screen and (max-width: 767px) {
    .creators_marketplace__detail p {
        max-width: 100vw;
    }
}


.creators_partners {
    padding: 10vw 0;
    background-color: #1A1A1A;
}

@media screen and (max-width: 1280px) {
    .creators_partners {
        padding: 80px 80px;
    }
}

@media screen and (max-width: 1023px) {
    .creators_partners {
        padding: 64px 48px;
    }
}

@media screen and (max-width: 767px) {
    .creators_partners {
        padding: 40px 24px;
    }
}

.creators_partners__detail h2 {
    font-size: clamp(100%, 2vw, 3rem);
    font-weight: 300;
    text-align: center;
    line-height: 1.25;
}

.creators_partners__detail {
    margin-bottom: 100px;
}


@media screen and (max-width: 1279px) {
    .creators_partners__detail h2 {
        font-size: 2.5rem;
    }

    .creators_partners__detail {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 1023px) {
    .creators_partners__detail {
        margin-bottom: 64px;
    }
}


@media screen and (max-width: 767px) {
    .creators_partners__detail h2 {
        font-size: 1.75rem;
    }

    .creators_partners__detail {
        margin-bottom: 32px;
    }
}

.creators_partners__detail p {
    font-size: 1.25rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 0;
    max-width: 35vw;
    margin: 1rem auto 0 auto;
}

@media screen and (max-width: 1279px) {
    .creators_partners__detail p {
        max-width: 60vw;
    }
}

@media screen and (max-width: 767px) {
    .creators_marketplace__detail p {
        max-width: 100vw;
    }
}


.creators_news {
    padding: 10vw 10vw;
    background-color: #000000;
}

.creators_news .owl-controls {
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .creators_news {
        padding: 3rem 1.5rem;
    }
}

.creators_news__detail h2 {
    font-size: clamp(100%, 2vw, 3rem);
    font-weight: 300;
    text-align: center;
    line-height: 1.25;
    margin-bottom: 7rem;
}


@media screen and (max-width: 1279px) {
    .creators_news__detail h2 {
        font-size: 2.5rem;
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 1023px) {
    .creators_news__detail h2 {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .creators_news__detaill h2 {
        font-size: 1.75rem;
        margin-bottom: 0;
    }
}

.creators_news__detail p {
    font-size: 1.25rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 0;
    max-width: 35vw;
    margin: 1rem auto 0 auto;
}

@media screen and (max-width: 1279px) {
    .creators_news__detail p {
        max-width: 60vw;
    }
}

@media screen and (max-width: 767px) {
    .creators_marketplace__detail p {
        max-width: 100vw;
    }
}


.creators_blocks {
    display: flex;
    flex-wrap: wrap;
    background-color: #222222;
}

@media screen and (max-width: 1023px) {
    .creators_blocks--reverse {
        flex-direction: column-reverse;
    }
}

.creators_blocks__text {
    width: 50%;
    padding: 10vw 10vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width: 1023px) {
    .creators_blocks__text {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .creators_blocks__text {
        padding: 3rem 1.5rem;
    }
}

.creators_blocks__text h2 {
    font-size: clamp(100%, 2vw, 3rem);
    font-weight: 300;
    text-align: left;
    line-height: 1.25;
    max-width: 15vw;
}

@media screen and (max-width: 1279px) {
    .creators_blocks__text h2 {
        font-size: 2.5rem;
        max-width: 50vw;
    }
}

@media screen and (max-width: 767px) {
    .creators_blocks__text h2 {
        font-size: 1.75rem;
        max-width: 100vw;
    }
}


.creators_blocks__text h2 span {
    font-weight: 500;
}

.creators_blocks__text p {
    font-size: 1.25rem;
    font-weight: 400;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 0;
    max-width: 22rem;
}

@media screen and (max-width: 1279px) {
    .creators_blocks__text p {
        max-width: 50vw;
    }
}

@media screen and (max-width: 767px) {
    .creators_blocks__text p {
        max-width: 100vw;
    }
}

.creators_blocks__image {
    width: 50%;
    min-height: 35vw;
    background-size: cover;
    background-position: center center;
}

@media screen and (max-width: 1023px) {
    .creators_blocks__image {
        width: 100%;
        min-height: 50vw;
    }
}

/* NEWS SLIDER*/

.news {
    padding: 0 80px;
}

.creators_news .owl-item.center {
    font: italic normal normal 30px/33px Titillium Web !important;
    opacity: 1;
}

@media screen and (max-width: 1730px) {
    .news {
        padding: 0 50px;
    }
}

@media screen and (max-width: 1440px) {
    .news {
        padding: 0 20px;
    }
}

@media screen and (max-width: 1024px) {
    .creators_news .owl-item.center {
        font: italic normal normal 25px/33px Titillium Web !important;
        opacity: 1;
    }
}

.creators_news .owl-item {
    font: italic normal normal 21px/27px Titillium Web !important;
    opacity: .4;
}


.creators_news .owl-theme .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.owl-theme .owl-controls {
    position: absolute;
    width: 100%;
    top: calc(50% - 23px);
}

.creators_news .owl-theme .owl-nav [class*="owl-"] {
    background: transparent;
}

.creators_news .owl-theme .owl-nav [class*="owl-"] {
    margin: 0;
    padding: 0;
}

.creators_partners .owl-theme .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.creators_partners .owl-theme .owl-controls {
    position: absolute;
    width: 100%;
    top: calc(50% - 23px);
}

.creators_partners .owl-theme .owl-nav [class*="owl-"] {
    margin: 0;
    padding: 0;
}

.creators_partners .owl-theme .owl-nav [class*="owl-"] {
    background: transparent;
}

/* Video Page */

.video-page-hero h1 {
    font-size: clamp(100%, 2.5vw, 3rem);
    font-weight: 300;
    text-align: center;
    line-height: 1.25;
    padding-top: 120px;
}

.video-grid {
    display: grid;
    gap: 20px 30px;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax(168px, auto);
    margin: 120px 210px;
}

.video-grid img,
.videos-video,
.videos {
    height: 100%;
}
.video-grid img {
    width: 100%;
    /*height: auto;*/
    object-fit: cover;
    display: block;
}

.load-video-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 120px;
}

@media screen and (max-width: 1280px) {
    .video-grid {
        margin: 80px;
    }

    .video-page-hero h1 {
        padding-top: 80px;
    }

    .load-video-section {
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 1023px) {
    .video-grid {
        margin: 40px;
    }

    .video-page-hero h1 {
        padding-top: 40px;
    }

    .video-page-hero {
        margin: 0 40px;
    }

    .load-video-section {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .video-grid {
        grid-template-columns: 1fr;
        grid-row: auto;
        margin: 40px 24px;
    }

    .video-page-hero {
        font-size: 1.75rem;
    }

    .video-page-hero h1 {
        padding-top: 24px;
    }

    .video-page-hero {
        margin: 0 24px;
    }
}

.videos-video {
    background-size: cover;
    background-position: top left;
    /* height: 21.125rem; */
    /*display: block;*/
    display: flex;
    align-items: center;
    /* justify-content: center; */
    font: normal normal 600 20px/24px Raleway sans-serif;
    cursor: pointer;
    position: relative;
}

.videos-video > .fa-play-circle {
    z-index: 2;
}

.videos-slider__title {
    position: absolute;
    bottom: 26px;
    z-index: 2;
    font: normal normal 600 20px/24px Raleway;
}

.videos-overlay {
    background: transparent linear-gradient(180deg, #00000000 0%, #000000cc 100%) 0% 0% no-repeat;
    position: absolute;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    padding-bottom: 40px;
    justify-content: center;
    text-align: center;
}

.videos-video > .fa-play-circle {
    z-index: 2;
}


.videos-overlay .fa-play-circle {
    margin-bottom: calc(25% + 20px);
}

.overlay {
    position: fixed;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.9);
    top: 0;
    left: 0;
    display: none;
    padding: 20%;
}

.close-video {
    position: absolute;
    top: 1.5625rem;
    right: 1.5625rem;
    cursor: pointer;
    z-index: 10;
}

.d-block {
    display: block;
}

.video-load-more {
    display: none;
}

.legal {
    background-color: #222222;
}

.legal .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.legal .container h3 {
    font-weight: 300;
}

@media screen and (max-width: 767px) {
    .legal .container h3 {
        font-size: 20px;
    }
}

.legal .container strong {
    font-weight: 700;
    font-size: 20px;
}

.thank-you {
    min-height: 100vh;
    background-color: rgba(0, 0, 0, 1);
    background-image: url("../images/sign-in-background.jpg");
    background-size: cover;
    background-position: top left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thank-you-modal {
    background-color: rgba(0, 0, 0, 0.74);
    padding: 40px;
    max-width: 500px;
    overflow-x: scroll;
    margin: 4rem 5rem;
}

.thank-you-modal h3 {
    font: normal normal 300 30px Raleway;
}

.thank-you-modal p {
    font: normal normal 300 20px/31px Titillium Web;
}

@media screen and (max-width: 767px) {
    .thank-you-modal {
        width: 90%;
        margin: 3rem auto;
    }
    
    .thank-you-modal h3 {
        font: normal normal 300 28px/32px Raleway;
    }

    .thank-you-modal p {
        font: normal normal normal 16px/26px Titillium Web;
    }
}

/* DAO Page */


.dao__description {
    padding: 160px 0;
    background: #222222;
    position: relative;
}

.dao__description::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #1A1A1A;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom-left-radius: 50% 25%;
    border-bottom-right-radius: 50% 25%;
}

@media screen and (max-width: 1280px) {
    .dao__description {
        padding: 80px 0;
    }
}

@media screen and (max-width: 1023px) {
    .dao__description {
        padding: 76px 0;
    }
}

@media screen and (max-width: 767px) {
    .dao__description {
        padding: 56px 0;
    }
}

.dao__description .container {
    position: relative;
}


.dao__description h2 {
    font-size: clamp(100%, 2.5vw, 3rem);
    font-weight: 300;
    text-align: center;
    line-height: 1.25;
}

.dao__description h2 span {
    font-weight: 500;
}

@media screen and (max-width: 1279px) {
    .dao__description h2 {
        font-size: 2.5rem;
    }

    .dao__description h2 br {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .dao__description h2 {
        font-size: 1.75rem;
    }
}

.dao__description p {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 2.5rem auto 0 auto;
    text-align: center;
    max-width: 50rem;
}

.dao__features {
    padding: 160px 0;
    background: #222222;
    position: relative;
}

@media screen and (max-width: 1280px) {
    .dao__features {
        padding: 80px 0;
    }
}

@media screen and (max-width: 1023px) {
    .dao__features {
        padding: 76px 0;
    }
}

@media screen and (max-width: 767px) {
    .dao__features {
        padding: 56px 0;
    }
}


.dao__features h2 {
    font-size: clamp(100%, 2.5vw, 3rem);
    font-weight: 300;
    text-align: center;
    line-height: 1.25;
}

.dao__features h2 span {
    font-weight: 500;
}

@media screen and (max-width: 1279px) {
    .dao__features h2 {
        font-size: 2.5rem;
    }

    .dao__features h2 br {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .dao__features h2 {
        font-size: 1.75rem;
    }
}

.dao__features__detail_wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 5rem;
    gap: 1rem
}

@media only screen and (max-width: 1023px) {
    .dao__features__detail_wrapper {
        flex-wrap: wrap;
        justify-content: center;
    } 
}

.dao__features__detail {
    width: 12%;
    text-align: center;
}

@media only screen and (max-width: 1023px) {
    .dao__features__detail {
        width: calc(25% - 1rem);
    } 
}

@media only screen and (max-width: 767px) {
    .dao__features__detail {
        width: calc(50% - 1rem);
    } 
}

.dao__features__detail img {
    width: 100%;
    max-width: 50px;
    display: inline-block;
}

.dao__features p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    margin: 1rem auto 0 auto;
    text-align: center;
    max-width: 50rem;
}

/* Roadmap Page */

.roadmap {
    padding: 120px 0;
    background-color: #222222;
}

@media only screen and (max-width: 767px) {
    .roadmap {
        padding: 60px 0;
    }
}

.roadmap .container {
    max-width: 45rem;
}

.accordion:first-child .accordion__header {
    border-top: solid 1px #393939;
}

.accordion__header {
    border-bottom: solid 1px #393939;
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.accordion__header h2 {
    font-size: 2rem;
    font-weight: 300;
}

.accordion__header.accordion__header--active h2 {
    font-weight: bold;
}

.accordion__header__button span {
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #393939;
    border-radius: 50%;
    font-size: 1.5rem;
    line-height: 1;
    width: 30px;
    height: 30px;
    transition-duration: 0.2s;
    transition-property: transform;
    color: #393939;
}

.accordion__header__button--active span {
    transform: rotateZ(45deg);
    border: solid 1px #FFFFFF;
    color: #FFFFFF
}

.accordion__header--active {
    border-top: solid 1px #FFFFFF !important;
    border-bottom: solid 1px #FFFFFF !important;
}

.accordion__content {
    display: none;
    border-bottom: solid 1px #FFFFFF !important;
}

.accordion__content h4 {
    font-size: 1.5rem;
}

.accordion__content p {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
}

.accordion__content ul li, .accordion__content p ul li {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
}

.accordion__content .accordion__content__detail {
    border-bottom: solid 1px #393939;
    padding: 2.5rem;
}

.projects-section {
    background-color: #222222;
}

.project {
    max-width: 65rem;
    margin: 1.5rem auto 0 auto;
    border: solid 1px #FFFFFF;
    cursor: pointer;
}
.project:first-child {
    margin-top: 0;
}

.project:last-child {
    margin-bottom: 0;
}

.project:hover {
    border: solid 1px #51f4ff;
}

.project img {
    width: 100%;
    display: block;
}

.projects-loading {
    display: none;
    margin-top: 1.5rem;
}

.section-load-more {
    padding-top: 2rem;
    background-color: #222222;
    text-align: center;
}

.pbox {
height: 304px;
overflow: hidden;
position: relative;
}

.pbstats {
position: absolute;
padding: 0;
padding-top: 0;
width: 80px;
right: 0;
top: 0;
bottom: 0;
z-index: 101;
background:#21202e
}

.pbstats ul {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

.pbstats ul li {
    text-align:left;
}

.pbstats li.time {
    font-family: Raleway;
    font-size: 1.1rem;
    font-weight:300
}

.pbstats ul li.score {
    text-align: center;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 0.75rem;
}

.pbstats ul li.score p {
    font-family: Titillium Web;
    font-style: normal;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom:.5rem
}

.pbstats ul li.score .status {
    position: absolute;
    right: 0;
    background: 0 0;
    font-size: 0.8rem;
    top: 0.45rem;
    right: 0.25rem;
    z-index: 100;
}

.pbstats ul li.favorites, .pbstats ul li.reviews, .pbstats ul li.shares, .pbstats ul li.staking {
    display: block;
    margin: 0 auto;
    padding-bottom: 1.75rem;
    width: 6.0rem;
}

.pbstats ul li.favorites strong, .pbstats ul li.reviews strong, .pbstats ul li.shares strong, .pbstats ul li.staking strong {
    font-family: Titillium Web;
    font-style: normal;
    font-weight: 700;
    font-size: 1.0rem;
    line-height: 1.2em;
    margin-left: 0.5rem;
    float: left;
    width: 100%;
    margin-bottom: -0.5rem;
}

.pbstats ul li.staking strong img {
    margin-right:.1rem
}

.pbstats ul li.favorites span, .pbstats ul li.reviews span, .pbstats ul li.shares span, .pbstats ul li.staking span {
    font-family: Raleway;
    font-size: 1.2rem;
    font-weight: 100;
}

.pbstats ul li.favorites strong, .pbstats ul li.reviews strong, .pbstats ul li.shares strong {
    font-size: 1.0rem;
}

.pbstats ul li.reviews {
    margin-top: 0;
}

.pbstats ul li img {
    width: 20px !important;
    height: 20px !important;
    margin-right: 0.2rem;
    vertical-align: top;
    display: inline-block;
}

.pbstats ul li.score img {
    width: 4.0rem !important;
    height: auto !important;
    margin-right: 0 !important;
}

.box-content {
    position: absolute;
    width: 100%;
    z-index: 102;
    bottom: 0;
    padding: 0.25rem 0.5rem;
    background: rgba(33, 32, 46, .8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter:blur(10px)
}

.box-content h3 {
    min-width: 19rem;
    max-width: 20.1rem;
    min-height: 20px;
    margin-top: 1.0rem;
    margin-left: 0.5rem;
    margin-bottom: -0.75rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    color: #5dccf2;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
}

#grid .box.link .box-content h3 a {
    color:#fff
}

.box-content .description {
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Raleway;
    font-size: 0.8em;
}
    @media only screen and (max-width: 767px) {
        .columns.four {
            width: 49% !important;
        }
        
        .box-content h3 {
            min-width: 10.0rem;
            max-width: 10.1rem;
        }
        
        .box-content .description {
            max-height: 3.0rem;
            margin-top: 1.0rem !important;
            width: 49% !important;
        }
    }

.box-content .border-left {
    margin-top: 0.75rem;
    padding: 0.25rem 1.0rem;
    position:relative
}

.box-content .border-left:after {
    content: '';
    position: absolute;
    left: 0;
    top: 25%;
    height: 50%;
    border-left:1px solid #5e858d
}

.box-content .tile-icon {
    float: left;
    width: 2rem;
    height: 2rem;
    vertical-align: middle;
    margin-right: 0;
}

.box-content i.tile-icon {
    font-size: 2rem;
    color:#5dccf2;
}

.box-content .user_avatar {
    float: left;
    margin-left: -0.5rem;
    margin-right: 0;
    width: 3rem;
    height: 3rem;
    transform: scale(0.75);
}

.box-content .user_avatar {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    background-clip: padding-box;
    border: solid 0.5rem transparent;
    box-sizing: border-box;
    width: 3.0rem;
    height: auto;
    cursor: pointer;
}

.box-content .user_avatar img {
    width: 2.11rem;
    height: 2.11rem;
    border-radius: 50%;
}

.box-content .user_avatar:before {
    content: '';
    margin-top: -0.05rem;
    margin-left: -0.05rem;
    z-index: -1;
    position: absolute;
    border-radius: inherit;
    width: 2.23rem;
    height: 2.23rem;
    background:#1cee84;
}

.box-content p {
    float: left;
    margin: 0;
    margin-top: 0.5rem;
}

.columns.four {
    width: 30.6666666667%;
    float: left;
}

.columns.eight {
    width: 65.3333333333%;
    float: right;
}

.embed-youtube {
    position: relative;
    padding-bottom: 56.25%; /* - 16:9 aspect ratio (most common) */
    /* padding-bottom: 62.5%; - 16:10 aspect ratio */
    /* padding-bottom: 75%; - 4:3 aspect ratio */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}