@font-face {
    font-family: gilroy;
    src: url(/fonts/gilroy-extrabold.woff2) format("woff2");
    font-display: swap;
}
@font-face {
    font-family: product-san;
    src: url(/fonts/Product-Sans-Bold.woff2) format("woff2");
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: product-san;
    src: url(/fonts/Product-Sans-Regular.woff2) format("woff2");
    font-weight: 400;
    font-display: swap;
}
svg {
    overflow: visible;
}
body,
html {
    background-image: linear-gradient(to left top, #f2f5fa, #f6f7fb, #f9fafc, #fcfcfe, #fff);
    color: gray;
    margin: 0;
    font-family: product-san, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: 100%;
    overflow-x: hidden;
}
body:not(.no-js).blocked,
html:not(.no-js).blocked {
    height: 100%;
    overflow: hidden;
    margin: 0;
}
.center-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1081px) {
    .no-small-devices {
        display: none !important;
    }
}
@media screen and (min-width: 1081px) {
    .no-large-devices {
        display: none !important;
    }
}
.scale-down {
    transform: scale(0.769, 0.869);
}
@media (max-width: 1700px) {
    .scale-down {
        transform: scale(0.8333);
    }
}
@media (max-width: 1081px) {
    .scale-down {
        transform: none;
    }
}
.no-click {
    pointer-events: none;
}
.no-js .no-click {
    pointer-events: all;
}
.text-title {
    text-align: center;
    font-size: 3.5rem;
    color: #31394c;
}
@media (max-width: 1081px) {
    .text-title {
        font-size: 3rem;
    }
}
@media (max-width: 680px) {
    .text-title {
        font-size: 2.5rem;
    }
}
.text-subtitle {
    text-align: center;
    font-size: 1.5rem;
}
@media (max-width: 680px) {
    .text-subtitle {
        font-size: 1.2rem;
    }
}
.container {
    display: block;
    width: 100%;
    max-width: 1024px;
    box-sizing: border-box;
    margin: auto;
}
.purple-button,
.white-button {
    width: 213px;
    height: 70px;
    border-radius: 34px;
    background-color: #ff7a31;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 37.1px;
    letter-spacing: 0.38px;
    z-index: 10;
    transition: all 0.4s ease;
}
@media (max-width: 1700px) {
    .purple-button,
    .white-button {
        width: 195px;
        height: 52px;
    }
}
@media (max-width: 1081px) {
    .purple-button,
    .white-button {
        width: 265.5px;
        height: 86px;
        border-radius: 42.5px;
        font-size: 20px;
        font-size: 1.25rem;
    }
}
@media (max-width: 680px) {
    .purple-button,
    .white-button {
        width: 177px;
        height: 57.3333333333px;
        border-radius: 28.3333333333px;
        font-size: 13.3333333333px;
        font-size: 0.8333333333rem;
    }
}
.purple-button:hover,
.white-button:hover {
    cursor: pointer;
    transition: all 0.4 ease;
    background-color: #3a4157;
}
.purple-button--to-white:hover {
    color: #000;
    background-color: #fff;
}
.purple-button--small-width {
    width: 185px;
}
@media (max-width: 1700px) {
    .purple-button--small-width {
        width: 152px;
        height: 52px;
    }
}
.purple-button--medium-width {
    width: 200px;
}
@media (max-width: 1700px) {
    .purple-button--medium-width {
        width: 164px;
        height: 52px;
        border-radius: 25px;
    }
}
.purple-button--large-width {
    width: 300px;
    height: 60px;
    border-radius: 30px;
    font-size: 1.3rem;
}
.purple-button--shadow {
    box-shadow: 0 6px 29px #e69a40;
}
.white-button {
    color: #31394c;
    background-color: #fff;
}
.white-button:hover {
    cursor: pointer;
    background: #ff7a31;
    color: #fff;
}
.white-button--medium-width {
    width: 200px;
}
@media (max-width: 1700px) {
    .white-button--medium-width {
        width: 164px;
        height: 52px;
        border-radius: 25px;
    }
}
.white-button--small-width {
    width: 183px;
    height: 68px;
}
.white-button--bold {
    color: #5b2713;
    font-family: gilroy;
    font-size: 24px;
    font-size: 1.5rem;
    width: 228px;
    height: 68px;
    border-radius: 34px;
}
@media (max-width: 1081px) {
    .white-button--bold {
        font-size: 20px;
        font-size: 1.25rem;
    }
}
.white-button--shadow {
    box-shadow: 0 6px 29px #e69a40;
}
.white-button--large {
    width: 232px;
}
@media (max-width: 1700px) {
    .white-button--large {
        height: 52px;
        width: 200px;
    }
}
.border-button,
.purple-border-button {
    width: 197px;
    height: 70px;
    border-radius: 34px;
    border: 2px solid rgba(140, 87, 236, 0.2);
    color: #252525;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.38px;
    transition: all 0.4s ease;
}
.border-button:hover,
.purple-border-button:hover {
    transition: all 0.4s ease;
    cursor: pointer;
    background-color: #ff7a31;
    color: #fff;
}
@media (max-width: 1700px) {
    .border-button,
    .purple-border-button {
        width: 152px;
        height: 52px;
        border-radius: 25px;
    }
}
.purple-border-button {
    border-color: #ff7a31;
    color: #ff7a31;
    text-decoration: none;
}
@media (max-width: 1081px) {
    .swipe-button {
        position: relative;
        width: 246px;
        height: 57.3333333333px;
        border-radius: 28.3333333333px;
        background-color: #252525;
        margin: 0 auto;
        color: #fff;
        font-size: 13.3333333333px;
        font-size: 0.8333333333rem;
    }
    .swipe-button .js-touch-swiper {
        width: 41.6666666667px;
        height: 41.6666666667px;
        background: url(https://bounty0x.io/images/swipe-button.png) no-repeat 50%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 8.6666666667px;
        background-size: contain;
        transition: all 0.05s ease;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .swipe-button .js-touch-swiper:hover {
        opacity: 0.8;
    }
}
@media (max-width: 680px) {
    .swipe-button {
        width: 246px;
        height: 57.3333333333px;
        border-radius: 28.3333333333px;
        font-size: 13.3333333333px;
        font-size: 0.8333333333rem;
    }
    .swipe-button .js-touch-swiper {
        width: 41.6666666667px;
        height: 41.6666666667px;
        left: 8.6666666667px;
    }
}
header {
    height: 80px;
    position: relative;
}
header .banner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #1560fa;
    line-height: 130%;
    color: #fcfcfc;
}
header .banner span {
    text-align: center;
    padding: 10px 20px;
}
header .banner a {
    display: inline-block;
    text-decoration: none;
    border: 1px solid #e0e0e0;
    background: rgba(255, 227, 198, 0.05);
    border-radius: 15px;
    margin-left: 5px;
    padding: 0 10px;
    color: #fff;
}
header nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    padding: 0 60px;
}
@media (max-width: 1081px) {
    header nav {
        padding: 0 24px;
    }
}
header nav .logo a img {
    width: 130px;
}
header nav .nav-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
header nav .nav-links li {
    list-style: none;
    margin-left: 24px;
}
@media (max-width: 1081px) {
    header nav .nav-links li {
        display: none;
    }
}
header nav .nav-links li:last-child {
    display: none;
}
@media (max-width: 1081px) {
    header nav .nav-links li:last-child {
        display: block;
    }
}
header nav .nav-links li a {
    text-decoration: none;
    color: gray;
}
header nav .nav-links li a:hover {
    color: #ff7a31;
}
header nav .nav-links li a.em {
    color: #ff7a31;
    font-weight: 600;
}
header nav .nav-links li a.em:hover {
    color: #6f33dc;
}
header nav .nav-links li a .nav__hamburger {
    display: block;
    background: url(https://bounty0x.io/images/hamburger.svg) no-repeat 50%;
    width: 32px;
    height: 24px;
    transition: all 0.4s ease;
}
aside {
    width: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    display: none;
}
aside,
aside .menu {
    height: 100%;
    position: absolute;
    right: 0;
}
aside .menu {
    width: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 1081px) {
    aside .menu {
        padding: 0;
        -ms-flex-align: center;
        align-items: center;
    }
}
aside .menu.expanded {
    width: 41%;
    transition: all 0.4s ease;
}
@media (max-width: 1081px) {
    aside .menu.expanded {
        width: 100%;
    }
}
aside .menu__item {
    margin-bottom: 15px;
}
aside .menu__item a {
    color: #252525;
    font-family: gilroy;
    font-size: 24px;
    text-decoration: none;
    transition: all 0.4s ease;
}
aside .menu__item a:hover {
    color: #ff9f30;
    transition: all 0.4s ease;
    cursor: pointer;
}
aside .menu__item a.em {
    color: #ff7a31;
}
aside .menu__close {
    position: absolute;
    top: 60px;
    right: 135px;
    background: url(https://bounty0x.io/images/close.png) no-repeat 50%;
    background-size: cover;
    width: 25px;
    height: 24px;
}
aside .menu__close:hover {
    cursor: pointer;
}
@media (max-width: 1700px) {
    aside .menu__close {
        top: 40px;
        right: 60px;
    }
}
@media (max-width: 1081px) {
    aside .menu__close {
        top: 49px;
        right: 49px;
        width: 27.5px;
        height: 27px;
    }
}
@media (max-width: 680px) {
    aside .menu__close {
        top: 32.6666666667px;
        right: 32.6666666667px;
        width: 18.3333333333px;
        height: 18px;
    }
}
.social-list {
    display: -ms-flexbox;
    display: flex;
    height: 41px;
    position: absolute;
    bottom: 80px;
    width: 201px;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 1700px) {
    .social-list {
        bottom: 40px;
    }
}
.social-list__buttons-container {
    width: 201px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 41px;
}
.social-list__buttons-container__button {
    width: 41px;
    height: 41px;
    border-radius: 50%;
    border: 1px solid rgba(49, 57, 76, 0.2);
    transition: all 0.4s ease;
}
.social-list__buttons-container__button:hover {
    background-color: #ff7a31;
    transition: all 0.4s ease;
}
.social-list__buttons-container__button--1 {
    background: url(https://bounty0x.io/images/reddit.svg) no-repeat 50%;
    background-size: 16px 12px;
}
.social-list__buttons-container__button--1:hover {
    background: url(https://bounty0x.io/images/reddit-white.svg) no-repeat 50%;
    background-size: 16px 12px;
    background-color: #ff7a31;
    transition: all 0.4s ease;
}
.social-list__buttons-container__button--2 {
    background: url(https://bounty0x.io/images/twitter.svg) no-repeat 50%;
    background-size: 13px 11px;
}
.social-list__buttons-container__button--2:hover {
    background: url(https://bounty0x.io/images/twitter-white.svg) no-repeat 50%;
    background-size: 13px 11px;
    background-color: #ff7a31;
    transition: all 0.4s ease;
}
.social-list__buttons-container__button--3 {
    background: url(https://bounty0x.io/images/medium.svg) no-repeat 50%;
    background-size: 12px 10px;
}
.social-list__buttons-container__button--3:hover {
    background: url(https://bounty0x.io/images/medium-white.svg) no-repeat 50%;
    background-size: 12px 10px;
    background-color: #ff7a31;
    transition: all 0.4s ease;
}
footer .container {
    max-width: 1024px;
    margin: auto;
}
footer .container .content {
    display: -ms-flexbox;
    display: flex;
    padding: 60px;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1081px) {
    footer .container .content {
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 60px 20px;
    }
}
footer .container .content > div {
    width: 50%;
}
@media (max-width: 1081px) {
    footer .container .content > div {
        width: 100%;
        margin-bottom: 40px;
    }
}
footer .container .content > div.left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
footer .container .content > div.left label {
    font-size: 1.75rem;
    color: #ff7a31;
    margin-bottom: 40px;
}
@media (max-width: 1081px) {
    footer .container .content > div.left label {
        font-size: 1.5rem;
    }
}
footer .container .content > div.left span {
    font-size: 1.4rem;
}
@media (max-width: 1081px) {
    footer .container .content > div.left span {
        font-size: 1.2rem;
    }
}
footer .container .content > div.right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media (max-width: 1081px) {
    footer .container .content > div.right {
        -ms-flex-pack: center;
        justify-content: center;
    }
}
footer .container .content > div.right > a {
    margin-left: 20px;
    font-size: 1rem;
    width: 200px;
    height: 52px;
    box-sizing: border-box;
}
footer .container .content > div.right > a:first-child {
    margin-left: 0;
}
footer .footer-menus {
    background-color: #3a4157;
    padding: 60px 50px;
}
@media (max-width: 680px) {
    footer .footer-menus {
        padding: 60px 0;
    }
}
footer .footer-menus .content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1024px;
    margin: auto;
}
footer .footer-menus .content > div {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
footer .footer-menus .content > div.introduce {
    -ms-flex: 3;
    flex: 3;
}
@media (max-width: 1081px) {
    footer .footer-menus .content > div.introduce {
        -ms-flex: none;
        flex: none;
        width: 100%;
        margin-bottom: 30px;
    }
}
@media (max-width: 680px) {
    footer .footer-menus .content > div {
        -ms-flex: none;
        flex: none;
        width: 100%;
        text-align: center;
    }
}
footer .footer-menus .content label {
    color: #fff;
    line-height: 2;
}
@media (max-width: 1081px) {
    footer .footer-menus .content .introduce label,
    footer .footer-menus .content .introduce span {
        display: none;
    }
}
footer .footer-menus .content .introduce span {
    color: #fff;
    line-height: 3;
    font-size: 0.8rem;
}
footer .footer-menus .content .introduce .socials {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
}
@media (max-width: 1081px) {
    footer .footer-menus .content .introduce .socials {
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0;
    }
}
footer .footer-menus .content .introduce .socials a {
    margin-right: 30px;
}
footer .footer-menus .content .introduce .socials a:last-child {
    margin-right: 0;
}
footer .footer-menus .content .introduce .socials a img {
    width: 20px;
}
footer .footer-menus .content .menu label {
    font-size: 1.2rem;
    line-height: 2;
}
footer .footer-menus .content .menu a {
    font-size: 0.8rem;
    text-decoration: none;
    line-height: 2;
    color: #aaa;
}
footer .footer-menus .content .menu a:hover {
    color: #fff;
}
section.welcome .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 0;
}
@media (max-width: 1081px) {
    section.welcome .container {
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 0;
    }
}
section.welcome .container > div {
    width: 45%;
    box-sizing: border-box;
}
@media (max-width: 1081px) {
    section.welcome .container > div {
        width: 100%;
    }
}
section.welcome .container .wallpaper {
    width: 55%;
}
section.welcome .container .wallpaper img {
    width: 100%;
}
section.welcome .container .content {
    padding-left: 50px;
}
@media (max-width: 1081px) {
    section.welcome .container .content {
        padding: 0 15px;
    }
}
section.welcome .container .content .text-title {
    margin: 0;
    text-align: left;
}
@media (max-width: 1081px) {
    section.welcome .container .content .text-title {
        margin-top: 30px;
        text-align: center;
    }
}
section.welcome .container .content p {
    margin: 30px 0;
    font-size: 1.2rem;
}
@media (max-width: 1081px) {
    section.welcome .container .content p {
        text-align: center;
    }
}
@media (max-width: 1081px) {
    section.welcome .container .content a {
        margin: auto;
    }
}
section.stats {
    box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.5);
    background: hsla(0, 0%, 100%, 0.8);
    transition: opacity 1s ease 0s;
}
section.stats .container {
    position: relative;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
section.stats .container,
section.stats .container .stat {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
}
section.stats .container .stat {
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 18px 11px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    top: 1px;
}
section.stats .container .stat:first-child {
    border-left: none;
}
@media (min-width: 430px) {
    section.stats .container .stat {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 10px 25px 11px;
        width: 25%;
    }
}
@media (min-width: 560px) {
    section.stats .container .stat {
        width: auto;
    }
}
section.stats .container .stat > span {
    display: block;
    line-height: 140%;
    transition: transform 0.3s, opacity 0.3s;
    transform: translate3d(-15px, 0, 0);
    opacity: 0;
}
section.stats .container .stat > .number {
    font-size: 18px;
    font-weight: 700;
    margin-right: 8px;
    color: #31394c;
}
@media (min-width: 430px) {
    section.stats .container .stat > .number {
        margin-right: 0;
        font-size: 22px;
    }
}
section.stats .container .stat > .label {
    font-size: 18px;
    color: gray;
}
section.stats .container .stat.loaded > span {
    transform: translateZ(0);
    opacity: 1;
}
section.hosts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    transition: opacity 0.6s ease;
    padding: 50px 0;
    opacity: 0;
}
section.hosts h2 {
    text-align: center;
    margin: 40px 0 20px;
}
section.hosts .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}
section.hosts .row a.host {
    position: relative;
    background-color: #fff;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s;
    text-decoration: none;
    border-radius: 4px;
    padding: 20px;
    margin: 20px;
}
section.hosts .row a.host:hover {
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.25);
}
section.hosts .row a.host .profile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: gray;
}
section.hosts .row a.host .profile img {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
section.hosts .row a.host .profile .info {
    margin-left: 20px;
}
section.hosts .row a.host .profile .info .name {
    display: block;
    font-weight: 600;
    font-size: 1.2rem;
    color: #5a5a5a;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 5px;
}
section.hosts .row a.host .profile .info .counts {
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
}
section.hosts .row a.host .profile .info .counts > div {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 15px;
}
section.hosts .row a.host .profile .info .counts > div:first-child {
    border-left: none;
    padding-left: 0;
}
section.hosts .row a.host .profile .info .counts > div:last-child {
    padding-right: 0;
}
section.hosts .row a.host .profile .info .counts > div span {
    text-align: left;
}
section.hosts .row a.host .profile .info .counts > div span.number {
    font-size: 1.1rem;
    font-weight: 600;
}
section.launch-your-bounty-campaign .container {
    padding: 10px 10px 60px;
}
section.launch-your-bounty-campaign .container .text-subtitle {
    margin: 50px 0;
}
section.launch-your-bounty-campaign .container .content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
@media (max-width: 680px) {
    section.launch-your-bounty-campaign .container .content {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
section.launch-your-bounty-campaign .container .content .steps {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 40%;
    box-sizing: border-box;
}
@media (max-width: 680px) {
    section.launch-your-bounty-campaign .container .content .steps {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        padding: 20px;
    }
}
section.launch-your-bounty-campaign .container .content .steps .step {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
@media (max-width: 1081px) {
    section.launch-your-bounty-campaign .container .content .steps .step {
        padding-left: 10px;
    }
}
section.launch-your-bounty-campaign .container .content .steps .step img {
    display: block;
    width: 40px;
    height: 40px;
    margin-top: 10px;
    margin-right: 20px;
    border: 1px solid #3a4157;
    padding: 5px;
    border-radius: 50%;
    box-sizing: border-box;
}
@media (max-width: 1081px) {
    section.launch-your-bounty-campaign .container .content .steps .step img {
        margin-right: 10px;
    }
}
section.launch-your-bounty-campaign .container .content .steps .step .desc {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 10px;
}
section.launch-your-bounty-campaign .container .content .steps .step .desc label {
    font-size: 1.1rem;
    font-weight: 600;
}
section.launch-your-bounty-campaign .container .content .steps .step .desc p {
    margin: 0;
}
section.launch-your-bounty-campaign .container .content .wallpaper {
    width: 60%;
}
@media (max-width: 680px) {
    section.launch-your-bounty-campaign .container .content .wallpaper {
        width: 100%;
    }
}
section.launch-your-bounty-campaign .container .content .wallpaper img {
    display: block;
    margin: auto;
    max-width: 100%;
}
section.token-agnostic {
    padding: 10px;
}
section.token-agnostic .text-title {
    margin: 50px 0;
}
section.token-agnostic .text-subtitle {
    margin-bottom: 50px;
}
section.token-agnostic .content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
section.token-agnostic .content img {
    padding: 10px 30px;
    height: 100px;
}
@media (max-width: 680px) {
    section.token-agnostic .content img {
        padding: 10px 20px;
        height: 70px;
    }
}
section.token-agnostic .action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px;
}
section.categories {
    padding: 0 10px;
}
section.categories .text-title {
    margin: 0;
    padding: 30px 0 50px;
}
section.categories .content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}
section.categories .content .category {
    margin: 0 30px 50px;
    width: 160px;
}
section.categories .content .category img {
    display: block;
    width: 90px;
    height: 90px;
    margin: auto;
}
section.categories .content .category label {
    display: block;
    line-height: 2rem;
    text-align: center;
    margin-top: 20px;
}
section.functions .text-title {
    margin: 50px 0;
}
section.functions .js-slider-tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #3a4157;
    height: 80px;
    margin: 50px 0;
    padding: 0 20px;
}
@media (max-width: 680px) {
    section.functions .js-slider-tabs {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
section.functions .js-slider-tabs span {
    font-size: 1.1rem;
    color: #fff;
    margin-left: 40px;
    cursor: pointer;
}
@media (max-width: 680px) {
    section.functions .js-slider-tabs span {
        display: none;
    }
}
section.functions .js-slider-tabs span.active {
    color: gray;
}
@media (max-width: 680px) {
    section.functions .js-slider-tabs span.active {
        display: block;
    }
}
section.functions .js-slider-tabs span:first-child {
    margin-left: 0;
}
section.functions .js-slider-tabs span.next,
section.functions .js-slider-tabs span.prev {
    display: none;
    width: 46px;
    height: 46px;
}
@media (max-width: 680px) {
    section.functions .js-slider-tabs span.next,
    section.functions .js-slider-tabs span.prev {
        display: block;
    }
}
section.functions .js-slider {
    margin: 0 20px;
}
section.functions .js-slider .slick-slide .slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
}
@media (max-width: 680px) {
    section.functions .js-slider .slick-slide .slide {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
section.functions .js-slider .slick-slide .slide .desc {
    width: 40%;
}
@media (max-width: 680px) {
    section.functions .js-slider .slick-slide .slide .desc {
        width: 100%;
        text-align: center;
    }
}
section.functions .js-slider .slick-slide .slide .desc label {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    color: #31394c;
}
@media (max-width: 680px) {
    section.functions .js-slider .slick-slide .slide .desc label {
        margin-top: 30px;
    }
}
section.functions .js-slider .slick-slide .slide .desc a {
    display: block;
    font-weight: 500;
    color: grey;
    margin-top: 10px;
    text-decoration: none;
}
section.functions .js-slider .slick-slide .slide img {
    display: block;
    width: 55%;
    box-shadow: 0 1px 7px gray;
}
section.functions .js-slider .slick-slide .slide img.no-shadow {
    box-shadow: none;
}
@media (max-width: 680px) {
    section.functions .js-slider .slick-slide .slide img {
        width: 100%;
    }
}
section.grow-your-business {
    padding: 10px;
}
section.grow-your-business .text-subtitle,
section.grow-your-business .text-title {
    margin-bottom: 50px;
}
section.grow-your-business .content,
section.grow-your-business .content .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}
section.grow-your-business .content .row a {
    display: block;
    width: 320px;
    margin: 0 40px 40px;
}
section.grow-your-business .content .row a img {
    width: 100%;
    height: auto;
}
@media (max-width: 1081px) {
    section.grow-your-business .content .row a {
        margin-left: 20px;
        margin-right: 20px;
    }
}
section.benefits {
    padding: 10px;
}
section.benefits .text-subtitle,
section.benefits .text-title {
    margin-bottom: 50px;
}
section.benefits .content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: baseline;
    align-items: baseline;
}
section.benefits .content .item {
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    width: 500px;
    max-width: 100%;
    padding: 10px;
}
section.benefits .content .item img {
    width: 100px;
    height: 100px;
}
section.benefits .content .item .detail {
    -ms-flex: 1;
    flex: 1;
    padding-left: 30px;
}
section.benefits .content .item .detail label {
    font-size: 1.5rem;
    font-weight: 500;
}
@media (max-width: 680px) {
    section.benefits .content .item .detail label {
        font-size: 1.2rem;
    }
}
section.bnty-token .container {
    padding: 50px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 680px) {
    section.bnty-token .container {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
section.bnty-token .container .wallpaper {
    display: block;
    width: 55%;
}
@media (max-width: 1081px) {
    section.bnty-token .container .wallpaper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        width: 50%;
        overflow: hidden;
    }
}
@media (max-width: 680px) {
    section.bnty-token .container .wallpaper {
        width: 100%;
    }
}
section.bnty-token .container .wallpaper img {
    display: block;
    width: 100%;
    height: auto;
}
section.bnty-token .container .content {
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40%;
    min-height: 600px;
}
@media (max-width: 1081px) {
    section.bnty-token .container .content {
        width: 50%;
        min-height: 0;
    }
}
@media (max-width: 680px) {
    section.bnty-token .container .content {
        width: 100%;
    }
}
section.bnty-token .container .content .text-title {
    text-align: left;
    margin: 0;
}
@media (max-width: 680px) {
    section.bnty-token .container .content .text-title {
        text-align: center;
    }
}
section.bnty-token .container .content span {
    margin: 30px 0;
    font-size: 1.2rem;
}
@media (max-width: 680px) {
    section.bnty-token .container .content span {
        text-align: center;
    }
}
@media (max-width: 680px) {
    section.bnty-token .container .content a {
        margin: auto;
    }
}
section.get-started {
    padding: 80px 0 10px;
    background-color: #edf0f5;
}
section.get-started .text-title {
    margin: 0;
}
section.get-started .js-slider-tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
}
@media (max-width: 680px) {
    section.get-started .js-slider-tabs {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
section.get-started .js-slider-tabs label {
    font-size: 1.5rem;
    margin-left: 40px;
}
@media (max-width: 680px) {
    section.get-started .js-slider-tabs label {
        font-size: 1.2rem;
        margin-left: 0;
    }
}
section.get-started .js-slider-tabs span {
    font-size: 1.5rem;
    margin-left: 40px;
    cursor: pointer;
}
@media (max-width: 680px) {
    section.get-started .js-slider-tabs span {
        display: none;
        font-size: 1.2rem;
        margin-left: 0;
    }
}
section.get-started .js-slider-tabs span.active {
    color: #ff7a31;
}
@media (max-width: 680px) {
    section.get-started .js-slider-tabs span.active {
        display: block;
    }
}
section.get-started .js-slider-tabs span:first-child {
    margin-left: 0;
}
section.get-started .js-slider-tabs span.next,
section.get-started .js-slider-tabs span.prev {
    display: none;
    width: 46px;
    height: 46px;
}
@media (max-width: 680px) {
    section.get-started .js-slider-tabs span.next,
    section.get-started .js-slider-tabs span.prev {
        display: block;
    }
}
section.get-started .slide .steps {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media (max-width: 680px) {
    section.get-started .slide .steps {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
    }
}
section.get-started .slide .steps .step {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 40px;
}
@media (max-width: 680px) {
    section.get-started .slide .steps .step {
        margin-bottom: 30px;
    }
}
section.get-started .slide .steps .step img {
    display: block;
    width: 90px;
    height: 90px;
}
section.get-started .slide .steps .step label {
    padding: 20px 0;
    font-size: 1.2rem;
    font-weight: 600;
}
section.get-started .slide .steps .step p {
    text-align: center;
    margin: 0;
}
section.get-started .slide .action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 50px 0;
}
section.press {
    padding: 10px;
}
section.press .text-title {
    margin-bottom: 30px;
}
section.press .content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1024px;
    padding: 10px;
    margin: auto;
}
section.press .content a {
    padding: 0 20px 20px;
}
section.press .content a img {
    height: 45px;
}