@font-face {
    font-family: 'FutilePro';
    font-display: block;
    src: url("FutilePro.ttf");
    font-style: normal
}
@font-face {
    font-family: 'Russo One';
    src: url("RussoOne-Regular.ttf");
}
@font-face {
    font-family: 'FutilePro';
    src: url("FutilePro.ttf");
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Helvetica', sans-serif;
}

div {
    display: inline-block;
}

body {
    font-family: 'Helvetica', sans-serif;
    text-align: center;
    font-size: 0;
    background-color: black;
    color: #fff;
}

.header {
    z-index: 5555;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 148px;
}

.headerWrapper, .footerWrapper {
    position: relative;
    height: 100%;
    width: calc(100% - 60px);
    max-width: 1400px;
    text-align: right;
}
.footerWrapper {
    width: 100%;
    text-align: left;
}

.headerLogo {
    height: 58px;
    width: 100px;
    position: absolute;
    left: 20px;
    top: 22px;
    background-image: url(../img/headerLogo.png);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    display: none;
}

.headerMenu, .footerMenu {
    /*display: none;*/
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.headerMenuItem, .footerMenuItem {
    display: inline-block;
    height: 148px;
    line-height: 148px;
    vertical-align: middle;
    font-weight: 400;
    font-size: 23px;
    font-family: Russo One;
    color: #fff;
    padding-right: 45px;
}
.footerMenuItem {
    vertical-align: bottom;
    margin-top: 160px;
    height: auto;
    line-height: unset;
}
.headerMenuItem:first-child, .footerMenuItem:first-child {
    padding-right: 0;
    position: absolute;
    left: 0;
    text-align: left;
}
.footerMenuItem:first-child {
    margin-top: 35px;
}
.headerMenuItem:last-child, .footerMenuItem:last-child {
    padding-right: 0;
}
.headerMenuItem img, .footerMenuItem img {
    vertical-align: middle;
    width: 176px;
    height: 81px;
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}
.footerMenuItem img {
    vertical-align: top;
    width: 132px;
    height: 65px;
}
.footerWrapper .part {
    float: right;
    width: auto;
    max-width: 585px;
    margin-top: -15px;
}
.footerWrapper .part .sectionText {
    margin: 36px 0 22px 0;
}
.footerWrapper .part .sectionInput {
    width: 400px;
}

.headerButton {
    height: 32px;
    width: 120px;
    position: absolute;
    right: 70px;
    top: 27px;
    background-image: url(https://www.stumbleuponrumble.com/img/playButton.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    display: none;
}
.bg {
    width: 100%;
    background-image: url(../img/bg1.png);
    background-size: cover;
    background-position: center top;
}
.bg2 {
    background-image: url(../img/bg2.png);
}
.sectionOne {
    position: relative;
    width: 100%;
    height: 100vh;
}

.sectionOneContent {
    position: absolute;
    width: 100%;
    left: 0;
    top: 55%;
    transform: translateY(-50%);
}
.sectionOneContent .part {
    width: auto;
    max-width: 554px;
    vertical-align: middle;
}
.sectionOneContent .part2 {
    width: auto;
    max-width: 800px;
    margin-left: 4%;
    vertical-align: top;
}

.sectionOneLogo {
    text-align: center;
    color: #F03B3B;
}
.sectionOneLogo span {
    font-family: 'FutilePro';
    font-style: normal;
    font-weight: 400;
    font-size: 62px;
    line-height: 0.3;
}
.sectionOneLogo span.last {
    font-size: 124.01px;
    line-height: 57.5%;
}
.sectionOneLogo span.first {
    font-size: 152.713px;
    line-height: 96.5%;
}

.sectionText {
    max-width: 712px;
    font-size: 22.2038px;
    line-height: 33px;
    margin: 50px 0 22px 0;
}
.part2 .sectionText {
    color: #B4C0F5;
    margin-bottom: 0;
}
.sectionBigText {
    font-family: 'Russo One';
    font-style: normal;
    font-weight: 400;
    font-size: 44.3197px;
    line-height: 53px;
    text-align: center;
    width: 100%;
    padding: 0 64px;
}
.sectionOneButton, .sectionTwoButton, .sectionInput {
    font-family: 'Russo One';
    font-style: normal;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 24.3px;
    padding: 17px 33px;
    background: linear-gradient(0deg, #F03B3B 11.88%, #3D1480 100%);
    border: 2px solid #FFFFFF;
    border-radius: 90px;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.sectionOneButton .shadow, .sectionTwoButton .shadow {
    position: absolute;
    width: 120%;
    height: 120%;
    background: linear-gradient(85.17deg, #620B1B 7.8%, #F03B3B 85.91%);
    filter: blur(45px);
    border-radius: 90px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
::placeholder {
  color: #fff;
}
.sectionInput {
    background: unset;
    width: 300px;
    margin-right: 10px;
}
.sectionInput:focus {
    outline: none;
}

.sectionTwo {
    text-align: center;
    width: 100%;
    padding-bottom: 80px;
}

.sectionTwoVideo {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    width: 100%;
    max-width: 700px;
    height: 370px;

}

.sectionTwoVideoIn {
    display: inline-block;
    width: 100%;
    height: 428px;
    max-width: 800px;
    border: 5.19417px solid #FFDDDD;
    box-sizing: border-box;
    box-shadow: 5.19417px 14.5437px 6.23301px 2.07767px rgba(0, 0, 0, 0.25);
    border-radius: 20.7767px;
}

.spacer {
    width: 100%;
    height: 1px;
}

.sectionHeader {
    width: 100%;
    line-height: 280px;
    font-family: 'Russo One';
    font-style: normal;
    font-weight: 400;
    font-size: 57.65px;
    text-align: center;
    color: #F03B3B;
}
.sectionTwo .itemsBlock {
    max-width: 1400px;
}
.sectionTwoItem {
    vertical-align: top;
    border-radius: 20px;
    margin: 0 0 60px 0;
    width: 100%;
    height: auto;
    max-width: 400px;
    padding: 0 20px;
    text-align: left;
}
.sectionTwoItem.nomarg {
    margin-right: 0;
}

.sectionTwoItemIcon {
    image-rendering: pixelated;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 20px;
    vertical-align: middle;
}

.sectionTwoItemIcon.icon1 {
    width: 70px;
    height: 57px;
    background-image: url(../img/icon1.png);
}
.sectionTwoItemIcon.icon2 {
    width: 72px;
    height: 59px;
    background-image: url(../img/icon2.png);
}
.sectionTwoItemIcon.icon3 {
    width: 92px;
    height: 59px;
    background-image: url(../img/icon3.png);
}
.sectionTwoItemIcon.icon4 {
    width: 66px;
    height: 60px;
    background-image: url(../img/icon4.png);
}
.sectionTwoItemIcon.icon5 {
    width: 58px;
    height: 60px;
    background-image: url(../img/icon5.png);
}
.sectionTwoItemIcon.icon6 {
    width: 112px;
    height: 56px;
    background-image: url(../img/icon6.png);
}

.sectionTwoItemHeader {
    width: auto;
    font-family: 'Russo One';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    text-align: left;
    vertical-align: middle;
}

.sectionTwoItemHeaderTwo {
    background-image: url(https://www.stumbleuponrumble.com/img/COMPETE.png);
}
.sectionTwoItemHeaderThree {
    background-image: url(https://www.stumbleuponrumble.com/img/UNLOCK.png);
}
.sectionTwoItemHeaderFour {
    background-image: url(https://www.stumbleuponrumble.com/img/EARN.png);
}

.sectionTwoItemText {
    text-align: left;
    width: 100%;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding-right: 117px;
    margin-top: 30px;
}
.sectionTwoItem.nomarg .sectionTwoItemText {
    padding-right: 0;
}
.hud {
    width: 100%;
    height: 100px;
}

.sectionTwoButton {
    width: 305px;
    display: block;
    padding: 32px 0;
    margin: 0 auto;
    font-size: 27px;
}
.sectionThree {
    width: 100%;
    background: radial-gradient(39.62% 39.62% at 50% 14.32%, rgba(13, 13, 108, 0.9) 0%, rgba(0, 0, 27, 0.9) 100%);
}
.sectionThree .sectionHeader, .sectionFour .sectionHeader, .sectionFive .sectionHeader, .sectionSix .sectionHeader, .sectionSeven .sectionHeader, .sectionEight .sectionHeader, .sectionNine .sectionHeader, .sectionTen .sectionHeader {
    line-height: 160px;
}
.sectionThree .sectionText {
    display: block;
    margin: 0 auto;
    margin-bottom: 67px;
    font-size: 20px;
    line-height: 28px;
    max-width: 965px;
}
.sectionThree .sectionTwoItem {
    text-align: left;
    vertical-align: top;
    margin-bottom: 127px;
}
.sectionThree .sectionTwoItemHeader {
    font-size: 36px;
    color: #F03B3B;
    margin-bottom: 25px;
}
.sectionThree .sectionTwoItemText {
    font-size: 18px;
    color: #B4C0F5;
    padding-right: 0;
}
.sectionThree .sectionTwoItem.first .sectionTwoItemText {
    padding-right: 30px;
}
.sectionThree .sectionTwoItem.first {
    margin-right: 28px;
}
.sectionThree .sectionTwoItemIcon {
    width: 79px;
    height: 80px;
    transform: none;
    margin-left: -12px;
    margin-bottom: 19px;
    background-size: initial;
}
.sectionThree .sectionTwoItemIcon.icon1 {
    background-image: url(../img/move.png);
}
.sectionThree .sectionTwoItemIcon.icon2 {
    background-image: url(../img/attack.png);
}

.sectionFour {
    width: 100%;
    background: radial-gradient(37.23% 37.23% at 50% 25.3%, rgba(41, 8, 95, 0.95) 0%, rgba(22, 2, 55, 0.95) 100%);
}
.sectionFour .nfts__persona {
    max-width: 1400px;
    margin: 0 auto;
    height: 520px;
}
.sectionFour .sectionText, .sectionFive .sectionText, .sectionSix .sectionText, .sectionSeven .sectionText, .sectionEight .sectionText, .sectionNine .sectionText, .sectionTen .sectionText {
    margin: 0;
    font-size: 25px;
    line-height: 36px;
    color: #B4C0F5;
    max-width: 360px;
}
.sectionSeven .sectionText {
    max-width: 100%;
}
.sectionFive .sectionText {
    max-width: 400px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.sectionFour .sectionText.last {
    max-width: 444px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 100px;
}

.sectionFive {
    width: 100%;
    background: radial-gradient(39.62% 39.62% at 50% 14.32%, rgba(13, 13, 108, 0.9) 0%, rgba(0, 0, 27, 0.9) 100%);
}

.sectionFiveHeader {
    width: 100%;
    height: 300px;
    background-image: url(https://www.stumbleuponrumble.com/img/secFourHeader.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.containerFive {
    width: 100%;
    overflow-x: auto;
}
.sectionFiveForm {
    display: block;
    margin-bottom: 70px;
}
.sectionFiveForm .sectionText {
    display: block;
    margin: 0 auto;
}
.sectionFiveForm .sectionText.last {
    font-size: 22.2038px;
    line-height: 33px;
    color: #fff;
    padding: 28px 0 20px 0;
}

.sectionSix, .sectionSeven, .sectionEight, .sectionNine, .sectionTen, .sectionCommunity {
    padding-bottom: 80px;
    width: 100%;
}
.sectionSix .sectionText {
    display: block;
    margin: 0 auto;
}
.sectionSixIcon {
    width: 1163px;
    height: 488px;
    background-image: url(../img/tokenomics.png);
    background-size: initial;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 52px 0;
    border-radius: 10px;
    border: 3px solid #B4C0F5;
}
.alterIcon1, .alterIcon2 {
    display: none;
    margin: 0 auto;
    background-size: initial;
    background-position: center center;
    background-repeat: no-repeat;
}
.alterIcon1 {
    background-image: url(../img/alterIcon1.png);
    height: 242px;
    margin-bottom: 50px;
    margin-top: 50px;
}
.alterIcon2 {
    background-image: url(../img/alterIcon2.png);
    height: 351px;
}
.sectionSeven .itemsBlock {
    max-width: 1350px;
}
.sectionSevenItem {
    width: 216px;
    height: 186px;
    border: 3px solid #B4C0F5;
    border-radius: 10px;
    vertical-align: top;
    margin: 50px 6px 0 6px;
    display: inline-grid;
    align-items: end;
}
.sectionSevenItem .sectionSevenItemHeader {
    font-family: 'FutilePro';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 31px;
    color: #F03B3B;
    padding-bottom: 20px;
}
.sectionSevenItem.minimarg .sectionSevenItemHeader {
    padding-bottom: 10px;
}
.sectionSevenItem .sectionSevenItemIcon {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
}
.sectionSevenItemIcon.partner1 {
    height: 115px;
    background-image: url(../img/partner1.png);
}
.sectionSevenItemIcon.partner2 {
    height: 109px;
    background-image: url(../img/partner2.png);
}
.sectionSevenItemIcon.partner3 {
    height: 102px;
    background-image: url(../img/partner3.png);
}
.sectionSevenItemIcon.partner4 {
    height: 117px;
    background-image: url(../img/partner4.png);
}
.sectionSevenItemIcon.partner5 {
    height: 88px;
    background-image: url(../img/partner5.png);
}
.sectionSevenItemIcon.partner6 {
    height: 111px;
    background-image: url(../img/partner6.png);
}
.sectionSevenItemIcon.partner7 {
    height: 102px;
    background-image: url(../img/partner7.png);
}
.sectionSevenItemIcon.partner8 {
    height: 93px;
    background-image: url(../img/partner8.png);
}
.sectionSevenItemIcon.partner9 {
    height: 88px;
    background-image: url(../img/partner9.png);

}

.sectionSevenItemIcon.partner10 {
    height: 84px;
    background-image: url(../img/partner10.png);
}
.sectionSevenItemIcon.partner11 {
    height: 94px;
    background-image: url(../img/partner11.png);
}
.sectionSevenItemIcon.partner12 {
    height: 108px;
    background-image: url(../img/partner12.png);
}
.sectionSevenItemIcon.partner13 {
    height: 110px;
    background-image: url(../img/partner13.png);
}
.sectionSevenItemIcon.partnerNiftyNuggets {
    height: 110px;
    background-image: url(../img/niftynuggetspng.png);
}
.sectionSevenItemIcon.partnerAtama {
    height: 110px;
    background-image: url(../img/atamapng.png);
}
.sectionSevenItemIcon.partnerFrankyTheFrog {
    height: 110px;
    background-image: url(../img/frankypng.png);
}
.sectionSevenItemIcon.partnerTTOO {
    height: 110px;
    background-image: url(../img/TTOO_PNG.png);
}
.sectionSevenItemIcon.partnerHustlepedia {
    height: 110px;
    background-image: url(../img/hustlePNG.png);
}

.sectionEight {
    padding-bottom: 50px;
}
.sectionEightItem {
    width: 162px;
    margin: 50px 12px 0 6px;
    vertical-align: top;
}
.sectionEight .itemsBlock {
    max-width: 1200px;
}
.sectionEightItem .sectionEightItemIcon {
    height: 136px;
    width: 136px;
    border-radius: 50%;
    margin-bottom: 20px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.sectionEightItemIcon.photo1 {
    background-image: url(../img/photo1.png);
}
.sectionEightItemIcon.photo2 {
    background-image: url(../img/photo2.png);
}
.sectionEightItemIcon.photo3 {
    background-image: url(../img/photo3.png);
}
.sectionEightItemIcon.photo4 {
    background-image: url(../img/photo4.png);
}
.sectionEightItemIcon.photo5 {
    background-image: url(../img/photo5.png);
}
.sectionEightItemIcon.photo6 {
    background-image: url(../img/photo6.png);
}
.sectionEightItemIcon.photo7 {
    background-image: url(../img/photo7.png);
}
.sectionEightItemIcon.photo8 {
    background-image: url(../img/photo8.png);
}
.sectionEightItemIcon.photo9 {
    background-image: url(../img/photo9.png);
}
.sectionEightItemIcon.photo10 {
    background-image: url(https://www.stumbleuponrumble.com/img/photo10.png);
}
.sectionEightItem .sectionEightItemHeader {
    font-family: 'Russo One';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #F03B3B;
    width: 100%;
    margin-bottom: 5px;
}
.sectionEightItem .sectionEightItemText {
    font-size: 14px;
    line-height: 22px;
    color: #B4C0F5;
}

.sectionNine {
    min-height: 712px;
    background: radial-gradient(37.23% 37.23% at 50% 25.3%, rgba(41, 8, 95, 0.95) 0%, rgba(22, 2, 55, 0.95) 100%);
}
.sectionNineItem {
    width: 371px;
    height: 441px;
    outline: 3px solid #B4C0F5;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    text-align: left;
    margin: 34px 14px 0 14px;
}
.sectionNineItemImage {
    width: 100%;
    height: 254px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-bottom: 3px solid #B4C0F5;
}
.secondSection {
    padding: 10px 15px;
    height: 135px;
    overflow: hidden;
}
.sectionNineItemHeader {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 10px;
}
.sectionNineItemText {
    font-size: 15px;
    line-height: 23px;
    color: #B4C0F5;
}
.sectionNineItem .lastline {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 48px;
    width: 100%;
    padding: 10px 15px;
}
.sectionNineItem .lastline .theme {
    font-family: 'FutilePro';
    font-style: normal;
    font-weight: 500;
    font-size: 19.0189px;
    line-height: 23px;
    color: #F03B3B;
    margin-right: 10px;
}
.sectionNineItem .lastline .time, .sectionNineItem .lastline .date {
    font-size: 14.4906px;
    line-height: 23px;
    color: #fff;
}
.sectionNineItem .lastline .date {
    float: right;
}
.sectionTen {
    padding-bottom: 0;
}
.bg3 {
    background-image: url(../img/bg2.png);
}
.sectionCommunity {
    margin-top: 69px;
    padding-bottom: 70px;
}
.sectionCommunityItem {
    display: inline-block;
    margin: 0 30px;
}
.sectionCommunityItemIcon {
    display: block;
    margin-bottom: 16px;
    width: 82px;
    height: 82px;
}
.sectionCommunityItemIcon img {
    width: 100%;
    height: 100%;
}
.sectionCommunityItem a {
    display: inline-block;
    font-size: 20px;
    color: #fff;
}

.footer {
    border-top:  1px solid #555555;
    width: 100%;
    height: 196px;
    background: radial-gradient(39.62% 39.62% at 50% 14.32%, rgba(13, 13, 108, 0.9) 0%, rgba(0, 0, 27, 0.9) 100%);
}

.sectionOne, .sectionTwo, .sectionThree, .sectionFour, .sectionFive, .sectionSix, .sectionSeven, .sectionEight, .sectionNine, .sectionTen, .footer {
    padding-left: 30px;
    padding-right: 30px;
}

@media only screen and (min-width: 0px) and (max-width: 450px) {
    .sectionFiveFormButton {
        margin-left: 0;
        margin-top: 12px;
        max-width: 250px;
        background-color: #a1282c;
    }

    .sectionThreeButton {
        width: 170px;
    }
}


@media only screen and (min-width: 0px) and (max-width: 810px) {
    .sectionFiveText {
        transform: translateY(-90px);
        font-size: 14px;
        max-width: 280px;
    }
}


@media only screen and (min-width: 0px) and (max-width: 500px) {
    .sectionFiveText {
        transform: translateY(-110px);
        font-size: 13px;

        max-width: 200px;
    }
}

/* ANIM */

[data-inviewport="scale-in"] {
    transition: 0.7s ease-in-out;
    opacity: 0;
    transform: scale(1.2) translateY(80px);
}

[data-inviewport="scale-in"].is-inViewport {
    opacity: 1;
    transform: scale(1) translateY(0px);
}

.headerButton, .sectionOneButton, .sectionTwoButton, .sectionThreeButton, .sectionFiveFormButton, .sectionCommunityItem {
    transition: 0.5s;
}

.headerButton:hover, .sectionOneButton:hover, .sectionTwoButton:hover, .sectionThreeButton:hover, .sectionFiveFormButton:hover, .sectionCommunityItem:hover {
    transform: scale(1.1);
}

.pageWrap {
    width: 100%;
    height: auto;
    overflow-x: hidden;
}

.nftsHeader {
    width: 100%;
    margin-top: 120px;
    margin-bottom: 32px;
}

.aboutHeader {
    width: 100%;
    margin-top: 120px;
    margin-bottom: 72px;
}

.nftsPartnership {
    width: 100%;
    margin-top: 200px;
    margin-bottom: 32px;
}

.nftsFooter {
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 100px;
    padding-bottom: 100px;
}

.nfts__persona--img {
    margin-bottom: 40px;
    max-width: 100%;
}

.nfts__persona--img-mobile {
    display: block;
    margin: 0 auto 50px auto;
}

.nfts__persona--img-desktop {
    display: none;
}


.sectionFourTextCenter {
    width: 100%;
    max-width: 800px;
    text-align: center;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.75);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

.sectionFourTextCenter--margin {
    margin-bottom: 0;
}

.calculator__wrap,
.about__wrap {
    display: flex;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    margin-bottom: 120px;
}
.calculator__wrap>div,
.about__wrap>div {
    max-width: 45%;
}

.calculator__wrap p,
.about__wrap p {
    font-size: 16px;
    color: #fff;
    text-align: left;
}
.calculator__wrap p:not(:last-child),
.about__wrap p:not(:last-child) {
    margin-bottom: 25px;
}
.calculator__wrap>div,
.about__wrap>div {
    max-width: 46%;
}
.about__content img, .about__wrap img, .calculator__wrap img {
    max-width: 100%;
    /*display: block;*/
}
.about__content {
    display: flex;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    margin-bottom: 120px;
    margin-top: 90px;
}

.about__content>div {
    max-width: 45%;
}

.about__content p {
    font-size: 14px;
    color: #fff;
    text-align: left;
}
.about__content p:not(:last-child) {
    margin-bottom: 25px;
}
.about__content img:not(:last-child) {
    margin-bottom: 25px;
}
.about__content h2 {
    font-size: 16px;
    color: #fff;
    text-align: left;
}
.about__content--item {
    padding-left: 20px;
    position: relative;
}
.about__content--item:before {
    content: "";
    color: #FF0000;
    background: #FF0000;
    border: 1px solid #000000;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    left: 0;
    height: 10px;
    width: 10px;
    display: block;
    position: absolute;
    border-radius: 50%;
    top: 8px;
}
.about__content--item:after {
    content: "";
    color: #1D199C;
    background: linear-gradient(180deg, #1D199C 0%, rgba(29, 25, 156, 0.15) 56.25%, rgba(29, 25, 156, 0) 100%);
    display: block;
    position: absolute;
    width: 3px;
    height: 100%;
    left: 3px;
    bottom: 0;
    top: 25px;
}
.about__content--item:not(:last-child) {
    margin-bottom: 30px;
}

.about__content--img-mobile {
    display: none!important;
}

.about__content--img-desktop {

}

img.img {
    max-width: 100%;
    /*display: block;*/
}

.title {
    font-family: FutilePro;
    display: block;
    font-size: 52px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}
.title--medium {
    font-size: 42px;
}
.text-left {
    text-align: left;
}

.calculator__wrap {
    margin-top: 180px;
    margin-bottom: 200px;
}
.calculator {
    text-align: left;
    display: block;
}
.calculator__title {
    font-family: FutilePro;
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}
.mint__title {
    margin-bottom: 32px;
}
.mint__text {
    margin-bottom: 32px;
}
.calculator__button {
    font-family: FutilePro;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 30px;
    min-width: 270px;
    -webkit-text-stroke: 1px #000;
    text-stroke: 1px #000;
}
.calculator__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}
.calculator__row2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 17px;
}
.calculator__row2 span {
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
}
.calculator__number {
    background: #FFFFFF;
    border-radius: 28px;
    padding: 0 20px;
}
.calculator__number input {
    border: none;
    box-shadow: none;
    outline: none;
    text-align: center;
    line-height: 46px;
    width: 80px;
    pointer-events: none;
    color: #02071D;
    font-weight: 500;
    font-size: 20px;
}
.calculator__number *::selection {
    background: none;
}
.calculator__number-minus,
.calculator__number-plus {
    cursor: pointer;
    font-size: 20px;
    color: #002FFF;
    outline: none;
    line-height: 46px;
}

.calculator__range {
    width: 100%;
    margin-bottom: 58px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    /*overflow: hidden;*/
    height: 4px;
}
.calculator__range--line {
    background: #FF0000;
    display: block;
    width: 30%;
    height: 100%;
    position: relative;
    border-radius: 6px 0px 0px 6px;
    /*cursor: ew-resize;*/
}
.calculator__range--line:before {
    content: "";
    background: #FFFFFF;
    border-radius: 2px;
    height: 36px;
    width: 2px;
    position: absolute;
    right: 0;
    top: -8px;
}
.calculator__range--line:after {
    content: attr(data-value);
    font-weight: 500;
    font-size: 16px;
    position: absolute;
    right: 6px;
    color: #fff;
    top: 6px;
}

input[type='range'] {
    overflow: hidden;
    -webkit-appearance: none;
    appearance: none;
    background: rgba(255, 255, 255, 0.2);
    width: 100%;
    margin-bottom: 58px;
}

input[type='range']::-webkit-slider-runnable-track {
    /*height: 10px;*/
    /*-webkit-appearance: none;*/
    /*color: #13bba4;*/
    /*margin-top: -1px;*/
    background: rgba(255, 255, 255, 0.2);
}

input[type='range']::-webkit-slider-thumb {
    width: 10px;
    -webkit-appearance: none;
    height: 10px;
    cursor: ew-resize;
    background: #fff;
    box-shadow: -400px 0 0 400px #FF0000;;
}

input[type="range"]::-moz-range-progress {
    background-color: #FF0000;;
}
input[type="range"]::-moz-range-track {
    background-color: rgba(255, 255, 255, 0.2);
}
input[type="range"]::-ms-fill-lower {
    background-color: #FF0000;;
}
input[type="range"]::-ms-fill-upper {
    background-color: rgba(255, 255, 255, 0.2);
}


.modal {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.64);
    top: 0;
    z-index: 99999;
    display: none;
}
.modal.show {
    display: block;
}
.close__modal {
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: -20px;
    right: -20px;
}
.modal__content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*padding: 30px;*/
    max-width: 100%;
    background: #FEFEFE;
    border-radius: 20px;
    display: flex;
    /*overflow: hidden;*/
}
.modal__content img {
    display: block;
}
.modal__content img:first-child {
    margin-bottom: 40px;
}
.modal__content>div {

}
.modal__content>div:first-child {
    background: url(../img/log_in_bg.png);
    padding: 60px 40px 30px 40px;
    margin-top: -1px;
    margin-bottom: -1px;
    margin-left: -1px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.modal__content>div:last-child {
    /*padding: 60px 80px;*/
    padding: 30px 80px;
}
.modal__title {
    font-family: FutilePro;
    font-size: 36px;
    color: #211E8C;
    font-weight: 400;
    text-transform: uppercase;
    /*margin-bottom: 36px;*/
    margin-bottom: 30px;
}
.modal__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #141414;
}
.modal__text a {
    color: #211E8C;
    text-decoration: underline;
}
.modal__button, .calculator__button {
    background: linear-gradient(180deg, #1D199C -14.58%, #1D189B 51.08%, #131065 123.96%);
    border-radius: 40px;
    line-height: 48px;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    border: none;
}
.modal__button {
    font-family: FutilePro;
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 24px;
}

.form__group {
    /*margin-bottom: 24px;*/
    margin-bottom: 22px;
    text-align: left;
    display: block;
}
.form__group label {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 6px;
    display: block;
    margin-left: 28px;
}
.form__group select,
.form__group input {
    width: 100%;
    border: 1px solid #E4E4E4;
    border-radius: 40px;
    line-height: 44px;
    min-height: 44px;
    color: rgba(0, 0, 0, 0.8);
    padding: 0 28px;
    min-width: 400px;
}

.form__group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/chevron_right_black.svg);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

.show__pass {
    background-image: url(../img/showpass.svg);
    position: absolute;
    right: 20px;
    width: 22px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.show__pass.show {
    background-image: url(../img/hidepass.svg);
    width: 24px;
    height: 24px;
}

.footerMenuItem.reduceMarginTopOn992 {
}

@media (min-width: 768px) {
    .nfts__persona--img-mobile {
        display: none;
    }

    .nfts__persona--img-desktop {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .nfts__persona {
        justify-content: space-evenly;
        display: flex;
        align-items: flex-end;
    }

}
@media (max-width: 1490px) {
    .sectionOneContent .part2 {
        max-width: 554px;
    }
    .sectionText {
        max-width: 450px;
        font-size: 16px;
        line-height: 26px;
    }
    .footerMenuItem {
        margin-top: 120px;
    }
    .footerMenuItem.reduceMarginTopOn1490 {
        margin-top: 11px;
    }
    .footerWrapper .part .sectionText {
        margin: 16px 0 16px 0;
    }
    .footerWrapper .part {
        float: right;
        width: auto;
        margin-top: -15px;
        transform: scale(0.9);
    }
}
@media (max-width: 1250px) {
    .sectionSixIcon {
        width: 100%;
    }
    .sectionOneContent .part {
        display: block;
        margin: 0 auto;
    }
    .sectionOneContent .part2 {
        margin: 0 auto;
        margin-top: 50px;
    }
    .sectionOneContent {
        position: initial;
        transform: none;
        margin-top: 147px;
    }
}
@media (max-width: 1150px) {
    .sectionSixIcon {
        display: none;
    }
    .alterIcon1, .alterIcon2 {
        display: block;
    }
    .sectionCommunityItem {
        margin: 0 15px;
    }
}
@media(max-width: 991px) {
    .bg {
        background-position: top right;
    }
    .headerMenu {
        display: none;
    }
    .headerButton, .headerLogo {
        display: block;
    }
    .modal__content {
        flex-direction: column;
    }
    .modal__content>div:first-child {
        display: none;
    }
    .modal__title {
        font-size: 26px;
        margin-bottom: 24px;
    }
    .form__group {
        margin-bottom: 16px;
    }
    .form__group label {
        font-size: 12px;
    }
    .modal__button {
        line-height: 34px;
    }
    .modal__button {
        font-size: 16px;
        margin-bottom: 18px;
    }
    .modal__text {
        font-size: 12px;
    }
    .modal__content>div:last-child {
        padding: 30px 24px;
    }
    .close__modal {
        right: 5px;
    }
    .form__group select,
    .form__group input {
        min-width: 240px;
        line-height: 34px;
        min-height: 34px;
    }
    .calculator__wrap {
        margin-top: 120px;
        margin-bottom: 120px;
    }
    .calculator {
        text-align: center;
    }
    .mint__title {
        margin-top: 38px;
    }

    .button-open-menu {
        width: 31px;
        height: 26px;
        position: absolute;
        margin-left: auto;
        cursor: pointer;
        right: 20px;
        top: 28px;
        z-index: 430000;
    }
    .button-open-menu .line {
        background: #fff;
        width: 31px;
        transition: .6s;
        height: 3.2px;
        border-radius: 1px;
    }
    .button-open-menu .lines1 {
        transform: translate3d(0,0,0);
    }
    .button-open-menu.active .lines1 {
        transform: rotate(45deg) translate3d(0,0,0);
    }
    .button-open-menu .lines2 {
        transform: translate3d(0,8px,0);
    }
    .button-open-menu.active .lines2 {
        transform: rotate(45deg) translate3d(-2px,-2.5px,0);
    }
    .button-open-menu .lines3 {
        transform: translate3d(0,16px,0);
    }
    .button-open-menu.active .lines3 {
        transform: rotate(-45deg) translate3d(4px,-4px,0);
    }
    .headerMenuItem--image {
        display: none!important;
    }
    .headerMenu {
        background: #0A0F25;
        height: auto;
        max-height: 568px;
        z-index: 420000;
        padding: 92px 0 138px 0;
        width: 30%;
        left: unset;
        right: 0;
        text-align: center;
    }
    .headerMenu.open {
        display: block;
    }
    .headerMenuItem {
        display: block;
        width: 100%;
        padding-right: 0;
        height: auto;
        line-height: 60px;
    }
    .headerMenuItem.active {
        background: #A72526;
    }
    .headerWrapper {
        width: 100%;
    }
    .sectionBigText {
        font-size: 23.644px;
        line-height: 28px;
    }
    .sectionOneLogo span {
        font-size: 27.02px;
        line-height: 26.08px;
    }
    .sectionOneLogo span.last {
        font-size: 54.05px;
    }
    .sectionOneLogo span.first {
        font-size: 66.5535px;
        display: block;
    }
    .sectionFour .sectionText, .sectionFive .sectionText, .sectionSix .sectionText, .sectionSeven .sectionText, .sectionEight .sectionText, .sectionNine .sectionText, .sectionTen .sectionText, .sectionText {
        font-size: 12.8288px;
        line-height: 19px;
        display: block;
        margin: 40px auto 20px;
        width: 100%;
    }
    .sectionOneButton, .sectionInput {
        font-size: 13.8667px;
        border: 1px solid #fff;
        padding: 12px 20px;
    }
    .sectionOneButton {
        background: linear-gradient(180deg, #3D1480 0%, #F03B3B 100%);
    }
    .sectionTwo {
        padding-bottom: 20px;
    }
    .sectionTwoButton {
        padding: 30px 40px;
        font-size: 21.77px;
        width: 246px;
        background: linear-gradient(0deg, #F03B3B 8.88%, #3D1480 60%);
    }
    .sectionInput {
        width: 174px;
    }
    .sectionOneContent .part2 {
        margin-top: 23px;
    }
    .sectionTwoVideoIn {
        width: 80%;
        height: 300px;
    }
    .part2 .sectionText {
        margin: 22px auto 0;
    }
    .sectionThree .sectionHeader, .sectionFour .sectionHeader, .sectionFive .sectionHeader, .sectionSix .sectionHeader, .sectionSeven .sectionHeader, .sectionEight .sectionHeader, .sectionNine .sectionHeader, .sectionTen .sectionHeader {
        font-size: 35px;
        line-height: 110px;
    }
    .sectionTwoItem {
        max-width: 100%;
        text-align: center;
        padding: 0 35px;
        margin: 0 0 36px 0;
    }
    .sectionTwoItem .sectionTwoItemText {
        padding-right: 0;
        text-align: center;
        font-size: 14px;
        margin-top: 20px;
    }
    .sectionTwoItem .sectionTwoItemHeader {
        font-size: 20px;
    }
    .sectionTwoItem .sectionTwoItemHeader.elFour {
        width: 118px;
    }
    .sectionTwoItem .sectionTwoItemIcon {
        transform: scale(0.75);
        margin-right: 10px;
    }
    .sectionThree .sectionTwoItem {
        text-align: center;
        margin-bottom: 40px;
    }
    .sectionThree .sectionText {
        font-size: 16px;
        line-height: 26px;
    }
    .sectionThree .sectionTwoItem .sectionTwoItemHeader {
        font-size: 35px;
        line-height: 42px;
        margin-bottom: 6px;
    }
    .sectionThree .sectionTwoItem.first .sectionTwoItemText {
        padding-right: 30px;
    }
    .sectionThree .sectionTwoItemText {
        margin-top: 0;
    }
    .sectionThree .sectionTwoItem .sectionTwoItemIcon {
        margin-bottom: 16px;
        transform: none;
        margin-right: 16px;
    }
    .sectionFour .sectionText, .sectionFive .sectionText, .sectionSix .sectionText, .sectionSeven .sectionText, .sectionEight .sectionText, .sectionNine .sectionText, .sectionTen .sectionText {
        font-size: 16px;
        line-height: 26px;
        margin: 0 auto;
    }
    .sectionFour .nfts__persona {
        height: auto;
        display: block;
    }
    .nfts__persona img {
        display: block;
        margin: 0 auto 0 auto;
    }
    .nfts__persona img:not(:first-child) {
        margin-top: -170px;
    }
    .nfts__persona img:first-child {
        margin-top: -40px;
    }
    .sectionFour .sectionText.last {
        margin-top: -60px;
        margin-bottom: 50px;
    }
    .sectionFive [data-inviewport="scale-in"] {
        transform: none;
    }
    .sectionCommunity {
        margin-top: 20px;
        padding-bottom: 30px;
    }
    .sectionCommunityItem {
        margin: 20px 21px 0 21px;
    }
    .sectionOneContent .part2 {
        max-width: 554px;
    }
    .sectionText {
        max-width: 450px;
    }
    .footerMenuItem {
        margin-top: 125px;
    }
    .footerMenuItem.reduceMarginTopOn992 {
        margin-top: 11px;
    }
    .footerWrapper .part .sectionText {
        margin: 16px 0 16px 0;
    }

}
@media (max-width: 799px) {
    .footer {
        height: auto;
    }
    .footer .headerLogo {
        width: 100%;
        background-position: center;
        left: 0;
        height: 52px;
    }
    .footer .footerMenu {
        height: auto;
        position: initial;
        padding-top: 83px;
    }
    .footer .footerMenuItem {
        width: 100%;
        margin-top: 20px;
        display: block;
        padding-right: 0;
        text-align: center;
        font-size: 18.57px;
        line-height: 20px;
    }
    .footerWrapper {
        padding-bottom: 140px;
    }
    .footerWrapper .part {
        float: none;
        width: 100%;
        position: absolute;
        bottom: 10px;
        text-align: center;
        max-width: 100%;
    }
    .footerWrapper .part .sectionInput {
        width: 177px;
    }
}

@media (max-width: 767px) {
    .headerMenu {
        width: 100%;
        left: unset;
        right: 0;
    }
    .calculator__number input {
        width: 50px;
    }
    .calculator__title {
        font-size: 22px;
    }
    .nftsFooter {
        background-image: url("https://www.stumbleuponrumble.com/img/Mask Group.png");
    }
    .page_bg--nft {
        background-size: cover!important;
        background-image: url(../img/NFTs_mobile.png)!important;
    }
    .title {
        font-size: 32px;
    }
    .title--medium {
        font-size: 30px;
    }
    .aboutHeader {
        margin-bottom: 26px;
    }
    .nftsPartnership, .aboutHeader {
        background-size: contain;
    }
    .about__wrap, .about__content, .calculator__wrap {
        flex-direction: column;
    }
    .about__wrap>div, .about__content>div, .calculator__wrap>div {
        max-width: 100%;
    }
    .about__wrap>div:first-child, .about__content>div:first-child {
       order: 2;
    }
    .about__wrap>div:nth-child(2), .about__content>div:nth-child(2) {
        order: 1;
    }
    .about__wrap>div, .about__content>div {
        margin-bottom: 35px;
    }
    .about__content img.mobile, .about__wrap img.mobile {
        margin-left: auto;
        margin-right: auto;
    }
    .about__content--img-mobile {
        display: block!important;
        margin-bottom: 32px;
    }

    .about__content--img-desktop {
        display: none!important;
    }
    .sectionTwoVideoIn {
        width: 100%;
        height: 163px;
    }
    .sectionOne, .sectionTwo, .sectionThree, .sectionFour, .sectionFive, .sectionSix, .sectionSeven, .sectionEight, .sectionNine, .sectionTen, .footer {
        padding-left: 13px;
        padding-right: 13px;
    }
    .sectionSeven {
        padding-bottom: 10px;
    }
    .sectionSevenItem {
        width: 134px;
        height: 116px;
        position: relative;
        border: 2px solid #B4C0F5;
        margin: 17px 4px 0 4px;
    }
    .sectionSevenItem .sectionSevenItemIcon {
        width: 130px;
        transform: scale(0.6);
        position: absolute;
        top: -9px;
    }
    .sectionSevenItemIcon.partner1, .sectionSevenItemIcon.partner6 {
        top: -13px;
    }
    .sectionSevenItemIcon.partner4 {
        top: -24px;
    }
    .sectionSevenItemIcon.partner8 {
        top: -4px;
    }
    .sectionSevenItem .sectionSevenItemHeader {
        width: 130px;
        font-size: 19.9714px;
        line-height: 23px;
        position: absolute;
        bottom: -7px;
    }
    .sectionEightItem {
        width: 115px;
        margin: 15px 12px 0 6px;
    }
    .sectionEight .itemsBlock {
        margin-top: 17px;
    }
    .sectionEightItem .sectionEightItemIcon {
        height: 96px;
        width: 96px;
        margin-bottom: 14px;
    }
    .sectionEightItem .sectionEightItemHeader {
        font-size: 12.562px;
        line-height: 15px;
        margin-bottom: 0;
    }
    .sectionEightItem .sectionEightItemText {
        font-size: 9.77044px;
        line-height: 15px;
    }

}
@media (max-width: 470px) {
    .sectionNineItem {
        height: 319.79px;
        width: auto;
    }
    .sectionNineItemImage {
       height: 184.19px; 
    }
    .sectionNineItemHeader {
        font-size: 13.1347px;
        line-height: 23px;
        margin-bottom: 4px;
    }
    .sectionNineItemText {
        font-size: 10.5078px;
        line-height: 17px;
    }
    .sectionNineItem .lastline {
        padding: 5px 15px;
        height: 36px;
    }
    .sectionNineItem .lastline .time, .sectionNineItem .lastline .date {
        font-size: 10.5078px;
    }
    .sectionNineItem .lastline .theme {
        font-size: 13.7914px;
    }
    
}