:focus {
    outline: none;
}

::-webkit-input-placeholder {
    color: pink;
}

::-moz-placeholder {
    color: pink;
}

:-ms-input-placeholder {
    color: pink;
}

:-moz-placeholder {
    color: pink;
}

input {
    border: 0;
    border-bottom: 1px solid #fff;
    background: none;
    font-family: 'Telegraf-Regular', sans-serif;
    font-size: 1.5rem;
    color: #fff;
    max-width: 250px;
}

.cta form input[type=submit] {
    background: url(../img/send.svg)no-repeat center center;
    background-size: contain;
    width: 40px;
    height: 40px;
    border: 0px solid #fff;
    position: absolute;
    bottom: 0;
}

.contact {
    min-height: 400px;
}

.contact>h2 {
    margin-top: 6rem;
}

.contact>form input,
.contact>form textarea {
    max-width: 900px;
    font-size: 1.25rem;
}

.contact>form label {
    margin-bottom: 0;
    color: #454545;
    font-size: 1rem;
}

.contact>form .send {
    text-align: center;
}

.contact>form button[type=submit],
a.btn-primary {
    background-color: #1281f5;
    border: 0;
    padding: 0.6rem 2.75rem;
    color: #fff;
    margin: 0 auto;
    border: 0 !important;
    text-decoration: none;
}

.contact>form button[type=submit]:hover,
a.btn-primary:hover {
    background-color: #0e70da;
}

.contact>form input::placeholder {
    color: #666;
    font-size: 1rem;
}

.contact>form .rol>div {
    display: flex;
    align-items: center;
    margin-bottom: 1.2rem;
}

.contact>form .rol>div input {
    width: auto;
}

.contact>form .rol>div label {
    margin-left: .45rem;
}

.contact>form .rol>div label {
    font-size: 1.25rem;
}

.contact>form .rol {
    display: flex;
    justify-content: space-around;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.wrapper.waves {
    background: url(../img/waves.svg)no-repeat left top;
    background-size: 21%;
}

.row.waves {
    background: url(../img/waves2.svg)repeat-y left top;
    background-size: 21%;
}

.white {
    color: #fff;
}

body .site-header {
    padding: 10px;
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2rem;
    line-height: 1.15;
    font-weight: 500;
}

p {
    font-size: 1.2rem;
}

h3 {
    margin: 20px 0;
    font-size: 1.5rem;
    line-height: 1.15;
    font-weight: 500;
}

.board.cta {
    background: rgb(216, 18, 44);
    background: linear-gradient(161deg, rgba(216, 18, 44, 1) 0%, rgba(247, 74, 35, 1) 100%);
    padding: 120px 30px;
    text-align: center;
}

.board.cta::before {
    background: url('../img/bg-cta-l.png') no-repeat left top;
}

.board.cta h1 {
    font-size: 2.4rem !important;
    line-height: 1.1;
    margin-bottom: 20px;
}

.board.howit {
    background-color: #fff;
}

.board__img6 h2[title] {
    display: none;
}

.board__center h2[title] {
    position: absolute;
    font-size: 3rem !important;
    bottom: 60px;
    z-index: 9999;
    color: #fff;
    right: 10%;
    font-weight: 100;
}

.board__center h2[title] a {
    padding: 0.6rem 1rem;
    border: 1px solid #fff;
    font-size: 1.8rem;
    color: #48a0ff;
    text-decoration: none;
}

.board__center h2[title] a:hover {
    color: #007bff;
}

h2.heading {
    font-family: alternate-gothic-no-3-d, sans-serif;
    font-size: 2.6rem;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    line-height: .91667
}

@media (min-width:992px) {
    .board__sidebar {
        display: none;
    }
}

@media (max-width:362px) {
    .site-header .brand {
        width: 150px !important
    }
}

@media (max-width:992px) {
    .story__text.img {
        text-align: center;
    }

    .artwork img.detail {
        margin-bottom: 3rem !important;
    }

    .board__img5,
    .story__gallery {
        display: none !important;
    }

    .story {
        padding: 13vw 10px;
    }

    .site-header .brand {
        width: 155px !important
    }
}

@media (max-width:768px) {
    .contact>form .rol {
        flex-direction: column;
        padding-left: 1.2rem;
    }

    .wrapper.waves {
        background-size: 40%;
    }

    .artwork img.detail {
        margin-bottom: 2rem !important;
    }

    .nav-main ul {
        padding: 0 5px 0 0;
    }

    .site-header .container-fluid {
        padding-right: 10px;
        padding-left: 10px;
    }

    body .site-header {
        padding: 10px 0;
    }

    .board__top-b {
        display: block;
        max-width: 100vw;
    }

    .board.cta {
        padding: 50px 30px;
    }

    .board.cta h1 {
        font-size: 2.2rem !important;
    }

    input {
        margin-right: 0;
        max-width: none;
        width: 100%;
    }

    input[type=submit] {
        position: relative;
    }

    .board__center:not(.howit-text),
    .story__img:first-child {
        display: none !important;
    }

    .board__img6 h2.title {
        display: block;
        position: absolute;
        left: 30px;
        bottom: 80px;
        font-size: 2.4rem !important;
        color: #fff;
        right: 10%;
        font-weight: 100;
    }

    .row.waves {
        background-image: none
    }
}

.box {
    background: #222;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 30px;
}

.howit-text {
    padding: 3rem 2rem 5rem;
    max-width: 900px;
}

.container.max,
.mw-1080 {
    max-width: 1080px;
    margin: 0 auto;
}

.max100 {
    max-width: 100% !important;
}

.bg-w {
    background-color: #fff !important;
}

.bold {
    font-weight: 600;
}

.team {
    padding: 80px 0 120px 0;
}

.team h1 {
    font-family: 'Telegraf-UltraBold', sans-serif;
    margin: 20px 0 20px 0;
    font-weight: 900;
}

.team h3 {
    margin: 20px 0;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 500;
}

.team h5 {
    font-weight: 800;
    font-family: 'Telegraf-UltraBold', sans-serif;
    margin: 20px 0;
    font-size: 1.5rem;
}

.team .wrapper {
    padding: 20px;
}

.team p {
    font-size: 1.2rem;
}

.team .social {
    margin-bottom: 10px;
}

.team .social img {
    max-width: 30px;
}

.team .social p {
    margin: 0;
}

.team .social p a {
    color: #454545
}

.waves>.artist {
    padding: 0 !important;
}

.artist .bg-w {
    background-color: #fff;
    padding: 0 15px 30px 15px;
}

.artist img {
    width: 100%;
    max-width: 260px;
    border-radius: 12px;
    margin-top: 2rem;
}

.artist h1,
.artist h2,
.artist h3,
.artwork h1,
.artwork h2,
.artwork h3,
.bolder,
.artwork p b {
    font-family: 'Telegraf-UltraBold', sans-serif;
    font-weight: 900;
}

.artist h4 {
    font-weight: 600;
}

.artist h2 {
    margin: 15px 0 5px 0;
}

.artist p,
.press p,
.bio p {
    padding-right: 20px;
    font-size: 1.1rem;
    line-height: 1.3;
}

.tabs {
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #504d4d;
}

.tabs a {
    cursor: pointer;
    padding: 5px;
    font-family: 'Telegraf-UltraBold', sans-serif;
    font-weight: 900;
    font-size: 1.25rem;
    line-height: 2;
    padding: 12px 15px;
}

.tabs a.active {
    border-bottom: 5px solid #ff3300;
}

.tabs a:hover {
    background-color: #f4f4f4;
}

.contents h5 {
    font-family: 'Telegraf-UltraBold', sans-serif;
    font-weight: 900;
    font-size: 1.1rem;
    padding: 10px 0;
    text-align: center;
    line-height: 1.15;
}

p.attrs {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: auto;
}

p.attrs i {
    font-weight: 400;
}

.foot {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    padding: 0 0.25rem;
}

.foot>img {
    border-radius: 50%;
    max-width: 50px;
}

.foot>a>b {
    font-size: .9rem;
}

.foot>a {
    font-size: .8rem;
    line-height: 1.2;
    color: #181818;
    text-decoration: none;
    padding-left: .75rem;
    vertical-align: middle;
}

.artwork>.col-lg-4 {
    display: flex;
    flex-direction: column;
}

.hide {
    display: none;
}

.btn {
    border: 0;
    padding: 6px 20px;
    min-width: 200px;
    max-width: 310px;
    border-radius: 6px;
    background-color: #d3d4d8;
    font-size: .85rem;
    margin-bottom: 1rem;
    justify-content: center;
    display: flex;
    align-items: center;
    line-height: 1;
}

.primary {
    border: 1px solid #0768dd;
    background-color: #0768dd;
    color: #fff;
}

.outline {
    border: 2px solid #0768dd;
    background-color: #fff;
    color: #181818;
}

.btn>img,
.btn>svg {
    max-width: 40px;
    margin-right: 10px;
}

.btn.opensea>img {
    max-width: 50px;
}

.btn.outline>svg {
    max-width: 32px;
    margin-right: 10px;
}

.btn.opensea {
    font-family: 'Telegraf-UltraBold', sans-serif;
    font-weight: 900;
    font-size: 1.2rem;
    padding: 6px 20px;
    margin: 2rem 0 3rem 0;
}
.btn.premint {
    font-family: 'Telegraf-Regular', sans-serif;
    font-weight: 300;
    font-size: 1.1rem;
    padding: 6px 20px;
    background-color: #000;
    margin: 2rem 0 3rem 0;
    color: #fff;
    text-transform: uppercase;
    max-width: 250px;
    margin: 2rem auto;
}
.btn.premint:hover {
background-color: #0c1a4e;
border-color: #0ca1dc;
text-decoration: none;
}
.artist .btn.premint img{
    margin-top: 0;
    width: 27px;
}

.btn-wrap>.btn.opensea  {
    margin: 2rem auto 3rem;
    max-width: 290px;
}

.btn:hover {
    background-color: #126fe2;
    text-decoration: underline;
    color: #fff;
}

.btn:hover svg polygon.st0 {
    fill: #fff
}

.btn i {
    font-size: smaller;
    font-style: normal;
}

.artwork img.detail {
    width: 100%;
    margin-bottom: 5rem;
}

[cond] {
    font-family: alternate-gothic-no-3-d, sans-serif;
    text-transform: uppercase;
    letter-spacing: -.075rem;
}

[w] {
    color: #fff;
}

[page] {
    margin: 1rem 0 10rem 0;
}

.contents h5 {
    font-family: 'Telegraf-UltraBold', sans-serif;
    font-weight: 900;
    font-size: 1.1rem;
    padding: 10px 0;
    text-align: center;
    line-height: 1.15;
}

hr.mb {
    margin-bottom: 5rem;
}

[profile] {
    justify-content: left;
    display: flex;
    align-items: initial;
    padding: 10px 0;
}

[profile]>p {
    line-height: 1.2;
    font-weight: 500;
    font-size: 1.1rem;
    margin: 0;
}

[profile="4"] p {
    line-height: 1.2;
    font-weight: 400;
    font-size: .9rem;
}

[profile="4"] {
    margin: 7rem 0 15px 0;
    align-items: center;
}

[profile]>img {
    border-radius: 4px;
    max-width: 50px;
    margin: 0 9px 0 0;
}

[profile] p>a {
    font-weight: 500;
    text-decoration: none;
    font-size: 1rem;
    color: #0760cc;
}

body .site-header {
    padding: 10px;
}

.press h4 a {
    padding: 8px 16px;
    border: solid 1px rgba(0, 0, 0, .3);
    margin-left: 20px;
    color: rgba(0, 0, 0, .54);
}

img.icon {
    max-width: 28px;
    margin-right: 10px;
}

.press h4 {
    margin-top: 30px;
    margin-bottom: 20px;
}

img {
    max-width: 100%;
}

[b] {
    font-weight: 900;
}

.bio {
    padding-bottom: 4rem;
}

.bio h3 {
    font-weight: 600;
    font-size: 1.75rem;
}

.artist .social>a {
    color: #454545;
    line-height: 1.2;
}

.artist .social>img {
    max-width: 26px;
    margin: 0;
    opacity: .75;
    margin-right: 3px
}

.video_thumb {
    min-height: 185px !important;
    border-radius: 0.475rem;
    position: relative !important;
    display: block !important;
}

.play_icon {
    vertical-align: middle;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: initial;
    max-width: 120px;
}

.masonry img {
    max-width: 100%;
    display: block;
}

.masonry figure {
    margin: 0;
    display: grid;
    grid-template-rows: 1fr auto;
    min-height: 360px;
}

.masonry figure>img {
    grid-row: 1 / -1;
    grid-column: 1;
}

.masonry figure a {
    color: black;
    text-decoration: none;
}

.masonry figcaption {
    grid-row: 2;
    grid-column: 1;
    background-color: rgba(255, 255, 255, .5);
    padding: .2em .5em;
    justify-self: start;
}

.masonry.container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-flow: dense;
    gap: 10px;
}

img.logo-manifesto {
    max-width: 270px;
    margin: 0 auto
}

@media (max-width:768px) {
    .masonry.container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    img.logo-manifesto {
        max-width: 240px;
    }

    .masonry figure {
        min-height: 200px;
    }

    h2 {
        font-size: 1.8rem;
    }

    p {
        font-size: 1.1rem;
    }

    .play_icon {
        max-width: 70px;
    }
}

.masonry .landscape {
    grid-column-end: span 2;
}

.cta form input[type=email],
.cta form input[type=text] {
    max-width: 200px;
    margin-right: 20px;
}

footer .row.links {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    min-width: 270px;
}

footer .nav-main ul {
    justify-content: space-evenly;
    padding: 0;
}

@media (max-width:768px) {
    footer .brand {
        padding-bottom: 26%;
    }

    footer .row.links {
        flex-direction: column
    }

    footer .row.links hgroup {
        margin-bottom: 2rem;
        min-width: 270px;
    }

    footer .brand {
        width: 44.323671497999996vw;
        margin: 0 auto;
    }
}

.navbar-toggler {
    display: block;
    position: absolute;
    top: 1.35rem;
    right: 1.35rem;
}

header nav {
    display: none
}

.navbar-toggler:hover {
    cursor: pointer
}

@media (min-width: 62em) {
    .navbar-toggler {
        display: none
    }

    header nav {
        display: block
    }
}

header .navbar-collapse {
    display: block;
}

@media (min-width: 34em) {
    header .navbar-collapse {
        display: none
    }
}

.µ-menu {
    position: fixed;
    padding-top: 3rem;
    background-color: #fff;
    box-shadow: -1px 0px 7px 0px rgb(0 0 0 / 7%)
}

ul[row] {
    list-style: none;
    margin: 0;
    padding: 0 15px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

ul[row=icons] li {
    max-width: 2.5rem;
    margin: .36rem 0;
}

ul[row=icons] {
    min-width: 220px;
}

.µ-menu.vertical {
    width: 200px;
    height: 100%;
    top: 0;
    z-index: 1001
}

.µ-menu.vertical a {
    margin: 1rem 0 0 1rem;
}

.µ-menu.right {
    right: -210px
}

.µ-menu.right.open {
    right: 0px
}

.µ-menu,
.µ-menu-push {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.nav_close {
    position: absolute;
    z-index: 100;
    right: 1.25rem;
    top: 1.25rem;
    border: 0
}

.nav_close a {
    border: 0;
    color: white;
    font-size: 2rem !important;
    line-height: 2rem;
    opacity: 0.5 !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.nav_close a:hover {
    opacity: 1 !important;
    margin-left: 0rem !important
}

.nav_open a {
    border: 0;
    color: white;
    font-size: 2rem !important;
    line-height: 2rem
}

.nav_open {
    opacity: 0.5;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.nav_open:hover {
    opacity: 1
}

.post-content p>img {
    border-radius: 6px;
}

p.epi {
    display: inline-block;
    font-size: 85%;
    border-bottom: rgba(0, 0, 0, .1) 1px solid;
    line-height: 1.5;
    padding-bottom: .6rem;
    margin-bottom: 2rem;
}

p.epi>img {
    display: list-item;
    margin-bottom: .6rem;
}

blockquote {
    padding: 30px 20px 20px 45px;
    margin: 0 0 20px;
    background: #fff8fa;
    border-left: solid 6px #fe4f4f;
    position: relative;
    font-weight: 500;
    color: #666;
    line-height: 1.45;
    font-style: oblique;
    font-size: 112%;
}

blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    position: absolute;
    left: 10px;
    top: 30px;
}

blockquote:after {
    content: close-quote;
    color: #ccc;
    font-size: 4em;
    line-height: 0.1em;
    position: absolute;
    right: 30px;
    bottom: 0;
}

.mt-10 {
    margin-top: 6rem
}

.row.article {
    max-width: 990px;
    margin: 0 auto;
}

.mb-10 {
    margin-bottom: 6rem
}

#resources {
    margin-top: 4.5rem
}

.article-wrap {
    padding: 50px 0;
    background: #e5e5e5;
}

.article {
    padding: 30px;
    padding-bottom: 40px;
    background: #ffffff;
}

.article p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.3
}

.wallet p {
    font-size: .8rem;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: .2rem;
}

strong {
    font-weight: 600
}

.bq {
    align-items: center;
}

.blog-post {
    font-style: normal;
    line-height: 1.5;
}

.blog-post a {
    color: #395bc4;
    font-weight: inherit;
}

.blog-post a {
    color: #0c61dc;
}

.blog-post p a {
    text-decoration: underline;
    font-weight: 400;
}

.blog-post p a:hover {
    text-decoration: underline;
}

.blog-post p {
    font-weight: 300;
    font-size: 1.05rem;
    line-height: 1.5;
    padding: 5px;
}

.blog-post p b {
    font-weight: 500;
}

.blog-post h4 {
    font-size: 1.2rem;
    line-height: 1.8;
    margin: 5px 0;
}

.blog-post h3 {
    font-size: 1.45rem;
    line-height: 1.4;
    margin: 5px 0;
    margin: 3rem 0 2rem 0;
}

.blog-post h4 a:hover {
    text-decoration: underline;
}

h3.tagline {
    color: rgba(0, 0, 0, .72);
    line-height: 1.3;
    padding-left: 20px;
    padding-right: 10px;
    border-left: 6px solid #395bc4;
    font-weight: 400 !important
}

.share-holder {
    display: flex;
    justify-content: end;
    padding: 10px;
}

.share-holder>div {
    flex: 0 0 auto;
}

.share-holder a {
    border: 0;
    background: transparent;
    margin-right: 1rem;
}

.share-holder a:hover {
    opacity: .75;
}

.image-wrapper img {
    max-width: 75%;
    margin: 0 auto;
}

.image-wrapper {
    background: url('../../images/fondovideo.svg')repeat-x center center;
    background-size: unset;
    padding-bottom: 50px;
}

.bar-n {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

p.excerp {
    font-size: 1.05rem;
    max-width: 750px;
}

.resources h3 {
    font-size: 1.5rem;
    line-height: 1.16;
}

.resources h2 {
    font-size: 1.8rem;
    line-height: 1.16;
}

.resources h2 a {
    font-weight: 600;
    color: #252525;
}

@media (max-width: 767px) {
    .article-wrap {
        padding: 30px 0;
    }

    .bar-n {
        flex-direction: column-reverse;
    }

    h3.tagline {
        font-size: 1.3rem;
    }

    .resources h2 {
        margin-top: 15px;
        font-size: 1.55rem;
        line-height: 1.22;
    }

    .resources section .article {
        padding-left: 5px;
        padding-right: 5px
    }

    .bar-n .avatar {
        padding-top: 0 !important;
    }

    .blog-post p {
        font-size: 1rem;
        line-height: 1.4;
    }

    .image-wrapper,
    .image-wrapper>.container {
        width: 100% !important;
        padding: 0;
    }

    .image-wrapper img {
        max-width: 100%;
    }

    .share-holder a svg {
        width: 33px;
    }

    .share-holder,
    .share-holder a {
        padding: 0 3px;
    }

    .avatar img {
        max-width: 80px !important;
    }

    .avatar .text {
        font-size: 1.01rem !important;
    }
}

@media (max-width: 980px) {
    .image-wrapper img {
        max-width: 100%;
    }
}

.bar-n .avatar {
    display: flex;
    align-items: center;
    padding-top: 30px;
    padding-left: 10px;
}

.avatar img {
    border-radius: 50%;
    max-width: 110px
}

.avatar img.icon {
    max-width: 18px !important
}

.avatar a {
    align-items: center;
    display: flex;
    font-size: 85%;
    margin-top: 3px;
    letter-spacing: .01rem;
}

.avatar .text {
    margin: 0;
    padding-top: 15px;
    font-size: 1.3rem;
    padding-left: 10px;
}

.avatar .text>p {
    line-height: 1.25;
}

p[small] {
    font-size: 93%;
    padding: 10px;
    background: #f0f0f0;
}

table td {
    min-width: 80px;
    font-size: 110%;
    padding: 15px;
}

tr:nth-child(even) {
    background: #edf0f4
}

sub {
    vertical-align: sub;
    font-size: x-small;
}

sup {
    vertical-align: super;
    font-size: small;
}

p[x] {
    line-height: 2.5;
    font-weight: 500;
    text-align: center;
    margin-top: -15px;
}

p[m] {
    margin-left: 40px;
}

[up] {
    text-transform: uppercase
}

h6[up] {
    font-size: small
}

div[f] {
    padding: 30px;
    border: 1px solid #ecf0f6;
    border-radius: 4px;
    background: #ecf0f6;
}

div[f]>p {
    font-size: 90%;
}

.line.center {
    margin: 45px auto !important;
}

#resources .row.article img {
    border-radius: 3px;
}

e {
    color: #1a5bca !important;
}

p[epi] {
    font-size: 90%;
    line-height: 1.35;
    max-width: 500px;
    margin: 10px auto 30px;
    text-align: center;
}

p[epi][b] {
    font-weight: 500 !important
}

.maxw-450 {
    max-width: 450px;
    margin: 0 auto;
}