*,*::after,*::before {
    margin: 0;
    padding: 0;
    box-sizing: inherit
}

html {
    font-size: 62.5%;
    background-color: #111316;
    overflow: auto;
    margin: 0;
    padding: 0;
    width: 100%;
    scroll-behavior: smooth
}

body {
    box-sizing: border-box;
    font-family: "din-2014","Source Sans Pro",sans-serif;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 0.1em;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden
}

.wrapper {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    overflow-x: hidden
}

.grecaptcha-badge {
    display: none !important
}

h1 {
    font-size: 7.2rem;
    font-weight: 600;
    letter-spacing: 2px
}

h2 {
    letter-spacing: 1.1px
}

h3 {
    font-size: 4.8rem;
    font-weight: 600;
    letter-spacing: 2px
}

.fly {
    -webkit-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out
}

.hide-block {
    opacity: 0;
    -webkit-transform: translateY(100px) scale(1) translate3d(0, 0, 0);
    transform: translateY(100px) scale(1) translate3d(0, 0, 0)
}

.show-block {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1) translate3d(0, 0, 0);
    transform: translateY(0) scale(1) translate3d(0, 0, 0)
}

.expand {
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.expand:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    box-shadow: 0 0 10px 0px #000000
}

.fade {
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

@-webkit-keyframes animationExpandBox {
    from {
        -webkit-transform: scale(0.3);
        transform: scale(0.3)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes animationExpandBox {
    from {
        -webkit-transform: scale(0.3);
        transform: scale(0.3)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes animationExpandTransmissionBox {
    from {
        width: 58rem;
        max-height: 16rem
    }

    to {
        width: 100%;
        max-height: 100rem
    }
}

@keyframes animationExpandTransmissionBox {
    from {
        width: 58rem;
        max-height: 16rem
    }

    to {
        width: 100%;
        max-height: 100rem
    }
}

@-webkit-keyframes animationModal {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes animationModal {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes custom-fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes custom-fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.header {
    grid-column: 1 / span 5;
    width: 100%;
    min-height: 82rem;
    height: auto
}

.header_landing {
    background-image: url("../img/img/landing_header_full-size-min.png");
    background-size: cover
}

.header_blog {
    background-image: radial-gradient(ellipse at top, #00293d -10%, #111316 70%)
}

.header_about {
    background-image: url("../img/img/company_header.jpg");
    background-size: cover
}

.header_careers {
    background-image: url("../img/img/career_header_new-min.png");
    background-size: cover
}

.header_satellite-stories {
    background-image: url("../img/img/satellite_story_header.jpg");
    background-size: cover;
    background-position: 25% 0
}

.header_contact {
    height: 15rem;
    min-height: 0
}

.header_liquid-faq {
    height: 21rem;
    min-height: 0
}

.header_satellite-documentation {
    height: 21rem;
    min-height: 0
}

.header_satellite-queue {
    height: 21rem;
    min-height: 0
}

.header_satellite-stories-share {
    height: 21rem;
    min-height: 0
}

.header_satellite-api {
    height: 21rem;
    min-height: 0
}

.header_satellite-send-data {
    height: 21rem;
    min-height: 0
}

.header_blog-post {
    height: 20rem !important;
    min-height: 0
}

.header_press-releases {
    height: 80px;
    min-height: 0
}

.header_product {
    background-color: #111316
}

.header_product_backdrop {
    height: 27rem;
    width: 100%;
    position: absolute
}

.header_secondary {
    width: 100%;
    height: 85%;
    display: grid;
    grid-template-columns: 1fr minmax(20rem, 80rem) minmax(10rem, 60rem) 1fr;
    grid-gap: 1rem
}

.header_secondary_landing_intro {
    max-width: 70rem;
    max-height: 40rem;
    margin-top: 10rem;
    color: #fff;
    grid-column: 2 / 3;
    position: relative;
    z-index: 500;
    margin-left: 7rem
}

.header_secondary_landing_intro_title {
    margin-top: 10rem;
    line-height: 1.5;
    letter-spacing: 2px
}

.header_secondary_landing_intro_text {
    margin-top: 2rem;
    font-size: 2.4rem;
    color: #fff;
    line-height: 1.8;
    font-weight: 300;
    letter-spacing: 1.1px
}

@media (max-width: 1500px) {
    .header_secondary_landing_intro_text {
        font-size:2.8rem
    }
}

.header_secondary_product_intro {
    max-width: 70rem;
    grid-column: 2;
    margin-top: 20rem;
    position: relative;
    right: -5rem
}

.header_secondary_product_intro_title {
    font-size: 3.6rem;
    color: #fff;
    font-weight: bold;
    max-width: 55rem
}

@media (max-width: 1500px) {
    .header_secondary_product_intro_title {
        font-size:4rem
    }
}

.header_secondary_product_intro_text {
    margin-top: 2rem;
    font-size: 2.4rem;
    color: #fff;
    line-height: 2;
    max-width: 55rem
}

@media (max-width: 1500px) {
    .header_secondary_product_intro_text {
        font-size:2.8rem
    }
}

.header_secondary_product_intro_buttons {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    margin-top: 10rem
}

.header_secondary_product_intro_buttons_first a {
    margin-top: 0;
    margin-right: 3rem
}

.header_secondary_product_icon img {
    margin-top: 8rem;
    grid-column: 3;
    width: 60rem;
    position: relative
}

.header_secondary_app_buttons_label {
    color: #a9b1b6;
    font-size: 20px;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: bold
}

.header_secondary_app_buttons_row {
    display: -webkit-box;
    display: flex;
    width: 100%;
    max-width: 55rem
}

.header-landing {
    height: 95rem
}

.header-elements {
    background: radial-gradient(ellipse at top, #2a4191 -100%, #111316 70%)
}

.header-liquid {
    background: radial-gradient(ellipse at top, #225851 -100%, #111316 70%)
}

.header-ice {
    background: radial-gradient(ellipse at top, #00485a -100%, #111316 70%)
}

.header-mining {
    background: radial-gradient(ellipse at top, #6d0f24 -100%, #111316 70%)
}

.header-green {
    background: radial-gradient(ellipse at top, #00351a -100%, #111316 70%)
}

.header-lightning {
    background: radial-gradient(ellipse at top, #6f6223 -100%, #111316 70%)
}

.header-satellite {
    background: radial-gradient(ellipse at top, #0545b0 -100%, #111316 70%)
}

.keep-header-text {
    display: block !important
}

@media only screen and (max-width: 1200px) {
    .header_careers {
        background-position:50% 0
    }

    .header_satellite-stories {
        background-position: 50% 0
    }

    .header_secondary_product_intro {
        margin-left: 5rem
    }

    .header_secondary_landing_intro {
        margin-left: 7rem
    }
}

@media only screen and (max-width: 1090px) {
    .header_primary_logo a img {
        position:absolute
    }

    .header_secondary {
        margin-top: 0;
        margin-left: 3rem
    }

    .header_secondary_product_icon img {
        margin-left: 0;
        width: 50rem
    }

    .header_secondary_product_intro {
        right: auto
    }

    .header_secondary_product_icon img {
        margin-top: 15rem
    }

    .header_secondary_landing_intro {
        margin-top: 17rem;
        width: 90rem
    }
}

@media only screen and (max-width: 850px) {
    .header_secondary {
        margin-top:0
    }

    .header_secondary_product_icon img {
        margin-top: 15rem;
        margin-left: 0rem
    }

    .header_secondary_landing_intro {
        max-width: 60rem
    }
}

@media only screen and (max-width: 750px) {
    .header {
        height:auto
    }

    .header_about {
        height: 95rem
    }

    .header_careers {
        height: 95rem
    }

    .header_satellite-stories {
        height: 95rem;
        background-position: 60% 0
    }

    .header_blog {
        height: auto;
        min-height: 75rem
    }

    .header_satellite-api {
        height: 21rem
    }

    .header_satellite-documentation {
        height: 21rem
    }

    .header_satellite-stories-share {
        height: 23rem
    }

    .header_secondary {
        margin: 0;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        align-items: center;
        height: auto
    }

    .header_secondary_product_intro {
        margin: 0 auto
    }

    .header_secondary_product_intro_text {
        text-align: left;
        width: 55rem;
        margin: 3rem auto 0 auto;
        font-size: 16px;
        line-height: 1.8
    }
}

@media only screen and (max-width: 750px) and (max-width: 1500px) {
    .header_secondary_product_intro_text {
        font-size:2.2rem
    }
}

@media only screen and (max-width: 750px) {
    .header_secondary_product_intro_buttons {
        margin:5rem auto;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center
    }

    .header_secondary_product_icon {
        width: 50rem;
        margin: 0;
        margin-top: 10rem;
        position: relative
    }

    .header_secondary_product_icon img {
        margin: 0;
        width: 100%;
        height: auto
    }

    .keep-header-text {
        margin-bottom: 5rem
    }

    .header_about .header_secondary_product_intro {
        position: relative;
        top: 30rem
    }

    .header_careers .header_secondary_product_intro {
        position: relative;
        top: 30rem
    }

    .header_satellite-stories .header_secondary_product_intro {
        position: relative;
        top: 30rem
    }

    .header_contact {
        height: 15rem
    }
}

@media only screen and (max-width: 550px) {
    .header {
        height:auto
    }

    .header_about {
        height: 95rem
    }

    .header_careers {
        height: 95rem;
        background-position: 70% 0
    }

    .header_satellite-stories {
        height: 95rem;
        background-position: 70% 0
    }

    .header_blog {
        height: auto
    }

    .header_contact {
        height: 15rem
    }

    .header_satellite-api {
        height: 21rem
    }

    .header_satellite-documentation {
        height: 21rem
    }

    .header_satellite-stories-share {
        height: 23rem
    }

    .header_secondary_landing_intro {
        margin-top: 7rem;
        margin-left: auto;
        margin-right: auto;
        width: 75%
    }

    .header_secondary_app_buttons_row {
        max-width: initial
    }
}

@media only screen and (max-width: 450px) {
    .header {
        height:auto
    }

    .header_about {
        height: 95rem
    }

    .header_careers {
        height: 95rem
    }

    .header_stories {
        height: 95rem
    }

    .header_blog {
        height: auto
    }

    .header_satellite-api {
        height: 21rem
    }

    .header_satellite-documentation {
        height: 21rem
    }

    .header_satellite-stories-share {
        height: 23rem
    }

    .header_contact {
        height: 15rem
    }

    .header_secondary_product_intro_buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: justify;
        justify-content: space-between;
        height: 100px
    }

    .header_secondary_product_intro_buttons_first a {
        margin-right: 0
    }

    .header_secondary_product_intro_title {
        max-width: 35rem
    }

    .header_secondary_product_intro_text {
        width: 35rem
    }

    .header_secondary_product_icon {
        width: 80%
    }
}

@media (max-width: 736px) {
    .header_secondary_product_intro_buttons_first,.header_secondary_product_intro_buttons_second {
        width:100%
    }
}

.header-new {
    grid-column: 1 / span 5;
    position: relative;
    width: 100%;
    min-height: 100vh;
    height: auto;
    display: grid;
    grid-template-columns: 1fr minmax(20rem, 80rem) minmax(10rem, 60rem) 1fr;
    grid-gap: 1rem
}

@media only screen and (max-width: 1024px) {
    .header-new {
        min-height:60vh
    }
}

@media only screen and (max-width: 600px) {
    .header-new {
        min-height:auto
    }
}

.header-new_intro {
    color: white;
    grid-column: 2/4;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start
}

.header-new_intro_right,.header-new_intro_left {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-flex: 50%;
    flex: 50%;
    max-width: 100%;
    padding: 30px;
    margin-top: 40px
}

.header-new_intro_title {
    font-size: 48px;
    line-height: 1.3;
    margin-bottom: 30px
}

.header-new_intro_text {
    font-size: 16px;
    margin-bottom: 50px
}

@media (max-width: 1500px) {
    .header-new_intro_text {
        font-size:2.2rem
    }
}

.header-new_intro_button_holder {
    display: -webkit-box;
    display: flex
}

.header-new_intro_button_holder .gradient-holder {
    margin-right: 20px
}

@media only screen and (max-width: 1024px) {
    .header-new_intro {
        grid-column:1/5;
        align-content: flex-start;
        flex-wrap: wrap
    }

    .header-new_intro_right {
        -webkit-box-flex: 100%;
        flex: 100%;
        -webkit-box-ordinal-group: 2;
        order: 1;
        margin-top: 120px;
        padding-bottom: 40px
    }

    .header-new_intro_left {
        -webkit-box-flex: 100%;
        flex: 100%;
        -webkit-box-ordinal-group: 3;
        order: 2;
        margin-top: 0px;
        padding-top: 0px
    }

    .header-new_intro_title {
        font-size: 26px;
        margin-bottom: 20px
    }

    .header-new_intro_text {
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 500px) {
    .header-new_intro_button_holder {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: start;
        align-items: flex-start
    }

    .header-new_intro_button_holder .gradient-button,.header-new_intro_button_holder .hbspt-form [type="submit"],.hbspt-form .header-new_intro_button_holder [type="submit"] {
        margin-bottom: 20px;
        margin-top: 20px
    }
}

.header-new_intro_right {
    -webkit-box-align: center;
    align-items: center
}

@media only screen and (max-width: 1024px) {
    .header-new_intro_right {
        -webkit-box-align:start;
        align-items: flex-start
    }
}

.header-new_intro_right_aqua-phone {
    width: 380px
}

.header-new_intro_right_logo {
    display: inline-block;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation: .3s ease forwards 1s logo-zoom-in;
    animation: .3s ease forwards 1s logo-zoom-in
}

.header-new_intro_right_logo svg {
    max-width: 100%
}

@media only screen and (max-width: 1023px) {
    .header-new_intro_right_logo svg {
        max-width:80%
    }
}

.header-new_intro_right_logo_aqua {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: none;
    animation: none
}

.header-new_intro_right_logo_aqua svg {
    width: 260px;
    margin-bottom: 30px
}

.header-new_intro_right_logo_financial {
    max-width: 400px
}

.header-new_intro_right_aqua-phone {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation: .3s ease forwards 1s logo-zoom-in;
    animation: .3s ease forwards 1s logo-zoom-in
}

@media only screen and (max-width: 1023px) {
    .header-new_intro_right_aqua-phone {
        display:none
    }
}

.header-new_backdrop {
    position: absolute;
    top: 0;
    height: 1200px;
    width: 1200px;
    z-index: -1
}

.header-new_backdrop svg {
    height: 100%;
    width: 100%
}

.header-new_backdrop svg path,.header-new_backdrop svg polygon {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.header-new_backdrop_liquid {
    left: 54vw;
    top: calc(-580px + 50vh)
}

.header-new_backdrop_green {
    left: 40vw;
    top: calc(-620px + 50vh)
}

.header-new_backdrop_mining {
    left: 40vw;
    top: calc(-540px + 50vh)
}

.header-new_backdrop_satellite {
    left: 35vw;
    top: calc(-660px + 50vh)
}

.header-new_backdrop_datafeed {
    height: 1400px;
    width: 1400px;
    left: 46vw;
    top: calc(-600px + 50vh)
}

.header-new_backdrop_lightning {
    left: 45vw;
    top: calc(-500px + 50vh)
}

.header-new_backdrop_elements {
    left: 58vw;
    top: calc(-690px + 50vh)
}

.header-new_backdrop_jade {
    left: 16vw;
    top: calc(-440px + 50vh);
    height: 1400px;
    width: 1400px
}

.header-new_backdrop_aqua {
    left: 40vw;
    top: calc(-520px + 50vh)
}

.header-new_backdrop_amp {
    left: 25vw;
    top: calc(-550px + 50vh)
}

.header-new_backdrop_asset-issuer {
    left: 30vw;
    top: calc(-550px + 50vh);
    width: 60vw
}

.header-new_backdrop_financial {
    left: 40vw;
    top: calc(-780px + 50vh)
}

.header-new_backdrop_energy {
    width: 170%;
    height: 110vh
}

@media only screen and (max-width: 1366px) {
    .header-new_backdrop_energy {
        left:40vw;
        top: calc(-780px + 50vh);
        width: 100%
    }
}

@media only screen and (max-width: 1024px) {
    .header-new_backdrop {
        height:800px;
        width: 800px
    }

    .header-new_backdrop_liquid {
        left: 20vw;
        top: -140px
    }

    .header-new_backdrop_green {
        left: 10vw;
        top: -60px
    }

    .header-new_backdrop_mining {
        height: 1000px;
        width: 1000px;
        left: 0vw;
        top: -140px
    }

    .header-new_backdrop_satellite {
        left: -30vw;
        top: -200px
    }

    .header-new_backdrop_datafeed {
        left: 0vw;
        top: -100px
    }

    .header-new_backdrop_lightning {
        height: 800px;
        width: 800px;
        left: 20vw;
        top: -85px
    }

    .header-new_backdrop_elements {
        left: 20vw;
        top: -280px
    }

    .header-new_backdrop_aqua {
        left: 20vw;
        top: -80px
    }

    .header-new_backdrop_amp {
        left: 20vw;
        top: -80px
    }

    .header-new_backdrop_asset-issuer {
        left: 20vw;
        top: -80px
    }

    .header-new_backdrop_jade {
        left: -20vw;
        top: -80px
    }

    .header-new_backdrop_financial {
        left: 20vw;
        top: -80px
    }

    .header-new_backdrop_energy {
        left: 20vw;
        top: -80px
    }
}

@media only screen and (max-width: 500px) {
    .header-new_backdrop_financial {
        left:-10vw;
        top: -80px
    }

    .header-new_backdrop_energy {
        left: -10vw;
        top: -80px
    }
}

.header-new_amp .header-new_intro_text {
    max-width: 500px
}

@-webkit-keyframes floating-box {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px)
    }

    100% {
        -webkit-transform: translate(0px, 60px);
        transform: translate(0px, 60px)
    }
}

@keyframes floating-box {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px)
    }

    100% {
        -webkit-transform: translate(0px, 60px);
        transform: translate(0px, 60px)
    }
}

@-webkit-keyframes logo-slide-in {
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes logo-slide-in {
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes logo-zoom-in {
    from {
        -webkit-transform: scale(0.6);
        transform: scale(0.6)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes logo-zoom-in {
    from {
        -webkit-transform: scale(0.6);
        transform: scale(0.6)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes logo-fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes logo-fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes liquid_transform_anim {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(20deg) scale(0.6);
        transform: translate(0px, 0px) rotate(20deg) scale(0.6)
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
        transform: translate(0px, 0px) rotate(0deg) scale(1)
    }
}

@keyframes liquid_transform_anim {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(20deg) scale(0.6);
        transform: translate(0px, 0px) rotate(20deg) scale(0.6)
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
        transform: translate(0px, 0px) rotate(0deg) scale(1)
    }
}

@-webkit-keyframes green_transform_anim {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(80deg) scale(0);
        transform: translate(0px, 0px) rotate(80deg) scale(0)
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
        transform: translate(0px, 0px) rotate(0deg) scale(1)
    }
}

@keyframes green_transform_anim {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(80deg) scale(0);
        transform: translate(0px, 0px) rotate(80deg) scale(0)
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
        transform: translate(0px, 0px) rotate(0deg) scale(1)
    }
}

@-webkit-keyframes mining_transform_anim {
    0% {
        -webkit-transform: translate(-40px, 0px) rotate(0deg) scale(0.8);
        transform: translate(-40px, 0px) rotate(0deg) scale(0.8)
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
        transform: translate(0px, 0px) rotate(0deg) scale(1)
    }
}

@keyframes mining_transform_anim {
    0% {
        -webkit-transform: translate(-40px, 0px) rotate(0deg) scale(0.8);
        transform: translate(-40px, 0px) rotate(0deg) scale(0.8)
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
        transform: translate(0px, 0px) rotate(0deg) scale(1)
    }
}

@-webkit-keyframes satellite_transform_anim {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(0.6);
        transform: translate(0px, 0px) rotate(0deg) scale(0.6)
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
        transform: translate(0px, 0px) rotate(0deg) scale(1)
    }
}

@keyframes satellite_transform_anim {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(0.6);
        transform: translate(0px, 0px) rotate(0deg) scale(0.6)
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
        transform: translate(0px, 0px) rotate(0deg) scale(1)
    }
}

@-webkit-keyframes lightning_transform_anim {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(20deg) scale(0.6);
        transform: translate(0px, 0px) rotate(20deg) scale(0.6)
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
        transform: translate(0px, 0px) rotate(0deg) scale(1)
    }
}

@keyframes lightning_transform_anim {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(20deg) scale(0.6);
        transform: translate(0px, 0px) rotate(20deg) scale(0.6)
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
        transform: translate(0px, 0px) rotate(0deg) scale(1)
    }
}

@-webkit-keyframes elements_transform_anim {
    0% {
        -webkit-transform: translate(-40px, -40px) rotate(0deg) scale(0.2);
        transform: translate(-40px, -40px) rotate(0deg) scale(0.2)
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
        transform: translate(0px, 0px) rotate(0deg) scale(1)
    }
}

@keyframes elements_transform_anim {
    0% {
        -webkit-transform: translate(-40px, -40px) rotate(0deg) scale(0.2);
        transform: translate(-40px, -40px) rotate(0deg) scale(0.2)
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
        transform: translate(0px, 0px) rotate(0deg) scale(1)
    }
}

@-webkit-keyframes datafeed_transform_anim {
    0% {
        -webkit-transform: translate(500px, 0px) rotate(40deg) scale(0.2);
        transform: translate(500px, 0px) rotate(40deg) scale(0.2)
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
        transform: translate(0px, 0px) rotate(0deg) scale(1)
    }
}

@keyframes datafeed_transform_anim {
    0% {
        -webkit-transform: translate(500px, 0px) rotate(40deg) scale(0.2);
        transform: translate(500px, 0px) rotate(40deg) scale(0.2)
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
        transform: translate(0px, 0px) rotate(0deg) scale(1)
    }
}

@-webkit-keyframes aqua_transform_anim {
    0% {
        -webkit-transform: translate(300px, 0px) rotate(60deg) scale(0.1, 0.1);
        transform: translate(300px, 0px) rotate(60deg) scale(0.1, 0.1)
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
        transform: translate(0px, 0px) rotate(0deg) scale(1, 1)
    }
}

@keyframes aqua_transform_anim {
    0% {
        -webkit-transform: translate(300px, 0px) rotate(60deg) scale(0.1, 0.1);
        transform: translate(300px, 0px) rotate(60deg) scale(0.1, 0.1)
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
        transform: translate(0px, 0px) rotate(0deg) scale(1, 1)
    }
}

@-webkit-keyframes amp_transform_anim {
    0% {
        -webkit-transform: translate(300px, 0px) rotate(60deg) scale(0, 0);
        transform: translate(300px, 0px) rotate(60deg) scale(0, 0)
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
        transform: translate(0px, 0px) rotate(0deg) scale(1, 1)
    }
}

@keyframes amp_transform_anim {
    0% {
        -webkit-transform: translate(300px, 0px) rotate(60deg) scale(0, 0);
        transform: translate(300px, 0px) rotate(60deg) scale(0, 0)
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
        transform: translate(0px, 0px) rotate(0deg) scale(1, 1)
    }
}

@-webkit-keyframes financial_transform_anim {
    0% {
        -webkit-transform: translate(0px, 400px) rotate(40deg) scale(0.1, 0.1);
        transform: translate(0px, 400px) rotate(40deg) scale(0.1, 0.1)
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
        transform: translate(0px, 0px) rotate(0deg) scale(1, 1)
    }
}

@keyframes financial_transform_anim {
    0% {
        -webkit-transform: translate(0px, 400px) rotate(40deg) scale(0.1, 0.1);
        transform: translate(0px, 400px) rotate(40deg) scale(0.1, 0.1)
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
        transform: translate(0px, 0px) rotate(0deg) scale(1, 1)
    }
}

@-webkit-keyframes energy_transform_anim {
    0% {
        -webkit-transform: translate(0px, 400px) rotate(40deg) scale(0.1, 0.1);
        transform: translate(0px, 400px) rotate(40deg) scale(0.1, 0.1)
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
        transform: translate(0px, 0px) rotate(0deg) scale(1, 1)
    }
}

@keyframes energy_transform_anim {
    0% {
        -webkit-transform: translate(0px, 400px) rotate(40deg) scale(0.1, 0.1);
        transform: translate(0px, 400px) rotate(40deg) scale(0.1, 0.1)
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
        transform: translate(0px, 0px) rotate(0deg) scale(1, 1)
    }
}

.header-new_backdrop_jade path {
    stroke-dashoffset: 2000;
    stroke-dasharray: 2000;
    -webkit-transform: translate(0px, 0px) rotate(45deg) scale(-1, 1) !important;
    transform: translate(0px, 0px) rotate(45deg) scale(-1, 1) !important
}

@-webkit-keyframes jade_transform_anim {
    to {
        stroke-dashoffset: 0
    }
}

@keyframes jade_transform_anim {
    to {
        stroke-dashoffset: 0
    }
}

.product-subnav {
    display: -webkit-box;
    display: flex;
    width: 1168px;
    line-height: 1.5
}

@media only screen and (max-width: 1366px) {
    .product-subnav {
        width:1000px
    }
}

@media only screen and (max-width: 1090px) {
    .product-subnav {
        width:100%;
        padding: 0 32px
    }
}

@media only screen and (max-width: 994px) {
    .product-subnav {
        flex-flow:wrap
    }
}

.product-subnav h4 {
    font-size: 14px;
    font-weight: bold;
    color: #637390;
    margin-bottom: 20px;
    letter-spacing: 2.15px
}

.product-subnav-grid-container {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap
}

@media only screen and (max-width: 994px) {
    .product-subnav-grid-container {
        -webkit-box-pack:justify;
        justify-content: space-between;
        margin-bottom: 30px
    }
}

.product-subnav-grid-container .header_primary_navigation_item_sub-list_item {
    position: relative;
    padding: 15px 0;
    margin-right: 80px
}

@media only screen and (max-width: 1366px) {
    .product-subnav-grid-container .header_primary_navigation_item_sub-list_item {
        margin-right:10px
    }
}

@media only screen and (max-width: 1090px) {
    .product-subnav-grid-container .header_primary_navigation_item_sub-list_item {
        margin-right:3%;
        padding: 15px 0
    }
}

.product-subnav-grid-container .header_primary_navigation_item_sub-list_item:hover .product-subnav-grid-container_link_hover {
    opacity: 1
}

.product-subnav-grid-container .header_primary_navigation_item_sub-list_item:hover .product-subnav-grid-container_icon {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.product-subnav-grid-container .header_primary_navigation_item_sub-list_item a {
    text-decoration: none;
    display: block;
    margin: 1px
}

.product-subnav-grid-container .header_primary_navigation_item_sub-list_item a:hover p {
    color: whitesmoke !important
}

.product-subnav-grid-container .header_primary_navigation_item_sub-list_item_link {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.product-subnav-grid-container_icon {
    width: 46px;
    height: 46px;
    margin-right: 23px;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.product-subnav-grid-container_icon img {
    width: 100%;
    height: 100%
}

.product-subnav-grid-container .clight-icon {
    width: 100%;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.product-subnav-grid-container .finance-icon {
    width: 90%;
    height: 90%
}

.show {
    display: block
}

.header_primary {
    height: 80px;
    width: 100%
}

@media only screen and (min-width: 1090px) {
    .header_primary {
        display:grid;
        grid-template-columns: 1fr 5fr 1fr;
        grid-gap: 1rem;
        position: absolute;
        z-index: 1000;
        -webkit-transition: all .4s;
        transition: all .4s
    }
}

@media only screen and (max-width: 1090px) {
    .header_primary {
        display:-webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-pack: justify;
        justify-content: space-between;
        position: fixed;
        z-index: 1700;
        background-color: #0C0D0F
    }
}

@media only screen and (min-width: 1090px) {
    .header_primary_logo {
        display:-webkit-box;
        display: flex;
        align-self: center
    }
}

@media only screen and (max-width: 1090px) {
    .header_primary_logo {
        padding-right:3rem
    }
}

.header_primary_logo a {
    line-height: 0 !important
}

.header_primary_logo a img {
   width: 100%;
  height: auto;
}

@media only screen and (max-width: 1090px) {
    .header_primary_logo a img {
        width:140px;
        margin-top: 15px;
        margin-left: 27px
    }
}

.header_primary_mobile-menu-button {
    display: none
}

@media only screen and (max-width: 1090px) {
    .header_primary_mobile-menu-button {
        display:block;
        position: absolute;
        z-index: 1000;
        top: 0;
        right: 0;
        padding: 3rem;
        cursor: pointer
    }

    .header_primary_mobile-menu-button .bar {
        width: 23px;
        height: 1px;
        background-color: #00c3ff;
        margin: 7px;
        -webkit-transition: all .7s ease;
        transition: all .7s ease
    }

    .header_primary_mobile-menu-button .middle {
        margin: 0 auto
    }
}

.header_primary_navigation {
    grid-column: 2
}

@media only screen and (max-width: 1090px) {
    .header_primary_navigation {
        background-color:#0C0D0F;
        width: 100% !important;
        overflow-x: hidden;
        position: fixed;
        top: 80px;
        left: 0;
        height: 100%;
        z-index: -1;
        padding-bottom: 60px;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        visibility: hidden
    }
}

@media only screen and (max-width: 1090px) {
    .header_primary_navigation_header-container {
        display:-webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center;
        background-color: #0C0D0F;
        height: 80px
    }
}

.header_primary_navigation_header-container_logo {
    display: none
}

@media only screen and (max-width: 1090px) {
    .header_primary_navigation_header-container_logo {
        width:140px;
        margin-left: 27px;
        margin-top: 2px
    }
}

.header_primary_navigation_mobile-menu-x-button {
    display: none
}

@media only screen and (max-width: 1090px) {
    .header_primary_navigation_mobile-menu-x-button {
        display:block
    }
}

@media only screen and (min-width: 1090px) {
    .header_primary_navigation_list {
        padding:0;
        display: -webkit-box;
        display: flex;
        height: 100%;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        list-style: none
    }
}

@media only screen and (max-width: 1090px) {
    .header_primary_navigation_list {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        width: 100%;
        padding-bottom: 80px
    }
}

@media only screen and (min-width: 1090px) {
    .header_primary_navigation_item::after {
        content:'';
        display: block;
        width: 0;
        height: 2px;
        background: #00c3ff;
        -webkit-transition: width .3s ease-in-out;
        transition: width .3s ease-in-out;
        margin-top: -2px
    }

    .header_primary_navigation_item:hover::after {
        width: 100% !important
    }

    .header_primary_navigation .store-link::after {
        background: transparent
    }

    .header_primary_navigation .store-link a:hover {
        color: #00c3ff
    }

    .header_primary_navigation_item:hover .a-top {
        -webkit-transform: translateX(2px) rotateZ(135deg);
        transform: translateX(2px) rotateZ(135deg)
    }

    .header_primary_navigation_item:hover .a-bottom {
        -webkit-transform: translateX(-2px) rotateZ(-135deg);
        transform: translateX(-2px) rotateZ(-135deg)
    }
}

@media only screen and (min-width: 1090px) {
    .header_primary_navigation_item {
        padding:0px 3.5rem 0px;
        font-weight: bold;
        position: relative
    }
}

@media only screen and (max-width: 1090px) {
    .header_primary_navigation_item {
        padding:0;
        margin: 0;
        font-weight: bold;
        opacity: 0;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
    }
}

.header_primary_navigation_item_no-line {
    position: inherit;
    padding: 0
}

@media only screen and (max-width: 1090px) {
    .header_primary_navigation_item_no-line {
        border-bottom:0 !important
    }
}

@media only screen and (min-width: 1090px) {
    .header_primary_navigation_item:hover .header_primary_navigation_item_sub-list {
        -webkit-transform:scaleY(1);
        transform: scaleY(1);
        height: auto;
        opacity: 1
    }
}

.header_primary_navigation_item_link {
    text-decoration: none;
    color: #fff;
    width: 100%;
    font-weight: 600;
    height: 80px;
    font-size: 16.5px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

@media only screen and (max-width: 1090px) {
    .header_primary_navigation_item_link {
        display:-webkit-box;
        display: flex;
        padding: 0 32px;
        height: 58px;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center;
        font-weight: bold
    }
}

.header_primary_navigation_item_link span {
    position: relative;
    z-index: -300
}

@media only screen and (min-width: 1090px) {
    .header_primary_navigation_item_link span {
        display:none
    }
}

.header_primary_navigation_item_link span .arrow-icon {
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    width: 20px
}

.header_primary_navigation_item_link span .arrow {
    width: 15px;
    height: 1px;
    background-color: lightgray;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.header_primary_navigation_item_link span .a-top {
    -webkit-transform: translateX(1px) rotateZ(45deg);
    transform: translateX(1px) rotateZ(45deg)
}

.header_primary_navigation_item_link span .a-bottom {
    -webkit-transform: translateX(-2px) rotateZ(-45deg);
    transform: translateX(-2px) rotateZ(-45deg)
}

@media only screen and (max-width: 1090px) {
    .header_primary_navigation_item_link:hover {
        color:#00c3ff
    }
}

.header_primary_navigation_item_link:active {
    color: #00c3ff
}

@media only screen and (min-width: 1090px) {
    .header_primary_navigation_item #primary_navigation_list_products {
        left:-150px
    }
}

@media only screen and (min-width: 1090px) {
    .header_primary_navigation_item_sub-list {
        display:-webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        position: absolute;
        z-index: 100;
        list-style: none;
        color: #fff;
        background-color: #0c0d0f;
        box-shadow: 0px 10px 15px -5px #000000;
        left: 0;
        top: 0;
        margin-top: 80px;
        letter-spacing: 0;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        height: 0;
        -webkit-transform-origin: top;
        transform-origin: top;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 0
    }
}

@media only screen and (max-width: 1090px) {
    .header_primary_navigation_item_sub-list {
        display:none !important;
        width: 100%;
        background-color: #0C0D0F;
        padding-bottom: 10px;
        border-bottom: 0px !important
    }
}

@media only screen and (min-width: 1090px) {
    .header_primary_navigation_item_sub-list_header {
        color:rgba(169,177,182,0.5);
        width: 100%;
        height: auto
    }

    .header_primary_navigation_item_sub-list_header:not(:first-child) {
        margin-left: 15rem
    }

    .header_primary_navigation_item_sub-list_header_indicator {
        width: 0;
        height: 0;
        border-left: 2.5rem solid transparent;
        border-right: 2.5rem solid transparent;
        border-bottom: 2.5rem solid #1C2127;
        position: relative;
        top: -3rem;
        margin-bottom: -3rem
    }

    .header_primary_navigation_item_sub-list_header_indicator_products {
        left: 1.3rem
    }

    .header_primary_navigation_item_sub-list_header_indicator_technologies {
        left: 18rem
    }

    .header_primary_navigation_item_sub-list_header_indicator_news {
        left: 32.5rem
    }

    .header_primary_navigation_item_sub-list_header_indicator_developer {
        left: 46rem
    }

    .header_primary_navigation_item_sub-list_header_indicator_about {
        left: 60rem
    }

    .header_primary_navigation_item_sub-list_header .product-subnav-col {
        padding: 40px 0 0px 40px
    }

    .header_primary_navigation_item_sub-list_header .product-subnav-col:nth-child(2) {
        padding: 40px 0 20px
    }

    .header_primary_navigation_item_sub-list_header .subnav-grid-container {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        border-top: 1px solid #2b2e36;
        padding-top: 30px;
        padding-bottom: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        width: 300px
    }

    .header_primary_navigation_item_sub-list_header .subnav-grid-container .header_primary_navigation_item_sub-list_item_link_block_title {
        font-size: 16.5px;
        padding: 1rem 2rem
    }
}

.header_primary_navigation_item_sub-list_item {
    color: #fff;
    display: block;
    margin-bottom: 2px
}

@media only screen and (max-width: 1090px) {
    .header_primary_navigation_item_sub-list_item {
        display:-webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-align: center;
        align-items: center;
        font-size: 16.5px !important;
        font-weight: 600;
        padding: 0 0 15px 50px;
        background-color: #0C0D0F;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -webkit-transform-origin: top;
        transform-origin: top;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 0
    }
}

@media only screen and (min-width: 1090px) {
    .header_primary_navigation_item_sub-list_item_link:visited {
        color:#fff
    }

    .header_primary_navigation_item_sub-list_item_link:hover {
        color: #00c3ff
    }

    .header_primary_navigation_item_sub-list_item_link:active {
        color: #00c3ff
    }

    .header_primary_navigation_item_sub-list_item_link:active i {
        color: #00c3ff
    }
}

@media only screen and (min-width: 1090px) {
    .header_primary_navigation_item_sub-list_item_link_icon {
        width:5rem;
        height: auto;
        margin-left: 2rem
    }
}

@media only screen and (min-width: 1090px) {
    .header_primary_navigation_item_sub-list_item_link_icon_font-awesome {
        font-size:1.7rem;
        color: #677897;
        width: auto !important;
        min-width: 3rem
    }
}

@media only screen and (min-width: 1090px) {
    .header_primary_navigation_item_sub-list_item_link_block {
        display:-webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        position: relative;
        width: 100%
    }
}

.header_primary_navigation_item_sub-list_item_link_block_title {
    text-decoration: none;
    color: #fff;
    position: relative;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: 18px;
    font-weight: 700
}

@media only screen and (max-width: 1090px) {
    .header_primary_navigation_item_sub-list_item_link_block_title {
        font-size:16.5px;
        font-weight: 700;
        letter-spacing: 0
    }
}

.header_primary_navigation_item_sub-list_item_link_block_title_whitepaper {
    color: #a9b1b6
}

.header_primary_navigation_item_sub-list_item_link_block_title:hover {
    color: #00c3ff
}

.header_primary_navigation_item_sub-list_item_link_block_title:hover i {
    color: #00c3ff
}

.header_primary_navigation_item_sub-list_item_link_block_text {
    color: #858a8f;
    text-transform: none;
    margin-top: 4px;
    font-family: "din-2014","Source Sans Pro",sans-serif;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 0.02em;
    font-size: 14px;
    display: block;
    width: 220px
}

.header_primary .primary-link-active {
    border: none
}

.header_primary .footer-header {
    height: 60px;
    border-top: 1px solid #2b2e36
}

.header_primary .footer-header .product-nav-footer_hover {
    width: 90px
}

.primary-link-active {
    border-bottom: 2px solid #00c3ff;
    color: #fff !important
}

@media only screen and (max-width: 1090px) {
    .mobile-navbar-show {
        visibility:visible;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .show-items {
        opacity: 1
    }

    .hamburger-open .top {
        -webkit-transform: translateY(8px) rotateZ(45deg);
        transform: translateY(8px) rotateZ(45deg)
    }

    .hamburger-open .middle {
        width: 0 !important
    }

    .hamburger-open .bottom {
        -webkit-transform: translateY(-8px) rotateZ(-45deg);
        transform: translateY(-8px) rotateZ(-45deg)
    }

    .mobile-dropdown-show {
        display: block !important
    }

    .mobile-fadeIn .header_primary_navigation_item_sub-list_item {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1
    }

    .mobile-nav-backdrop {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000000;
        z-index: 900
    }

    .mobile-navigation-spacer {
        display: inline-block;
        height: 5px;
        width: 5px;
        background-color: transparent;
        border-radius: 50%
    }

    #primary_navigation_list_technologies {
        display: block
    }

    #primary_navigation_list_products {
        display: block
    }
}

@-webkit-keyframes floating {
    from {
        -webkit-transform: translate(0, -5px);
        transform: translate(0, -5px)
    }

    65% {
        -webkit-transform: translate(0, 15px);
        transform: translate(0, 15px)
    }

    to {
        -webkit-transform: translate(0, -5px);
        transform: translate(0, -5px)
    }
}

@keyframes floating {
    from {
        -webkit-transform: translate(0, -5px);
        transform: translate(0, -5px)
    }

    65% {
        -webkit-transform: translate(0, 15px);
        transform: translate(0, 15px)
    }

    to {
        -webkit-transform: translate(0, -5px);
        transform: translate(0, -5px)
    }
}

.newsletter_wrapper {
    margin-top: 40rem;
    grid-column: 1 / span 5
}

.newsletter {
    height: auto
}

.newsletter_form_backdrop img {
    width: 100%;
    height: 37rem;
    position: relative;
    z-index: -1
}

.newsletter_form_title {
    color: #fff
}

.modal_newsletter {
    position: relative;
    background-color: #21272d;
    border-radius: 8px;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.6);
    padding: 5rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center
}

.modal_newsletter_exit {
    color: #00c3ff;
    font-size: 3rem;
    margin-right: 4rem;
    cursor: pointer;
    position: absolute;
    right: -4rem;
    top: 0;
    padding: 2rem
}

.modal_newsletter_content {
    height: 100%;
    width: 100%;
    position: relative
}

.modal_newsletter_content .newsletter {
    position: relative;
    top: 33rem
}

.modal_newsletter_content .newsletter_form_title>h3 {
    font-size: 3.2rem;
    margin-top: -30px
}

.modal_newsletter_content_title {
    color: #00c3ff;
    letter-spacing: 0.01em;
    line-height: 38px;
    font-size: 2.4rem;
    font-weight: bold
}

@media (max-width: 1500px) {
    .modal_newsletter_content_title {
        font-size:2.8rem
    }
}

.modal_newsletter_backdrop {
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: rgba(0,0,0,0.8);
    z-index: 9998;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.modal_newsletter .product-form_container {
    box-shadow: none
}

.modal_newsletter .hbspt-form {
    margin: 0
}

#newsletter-modal {
    display: none
}

#newsletter-backdrop {
    display: none
}

@media only screen and (max-width: 850px) {
    .modal_newsletter .product-form_container {
        margin-top:0
    }
}

.title-section {
    background-color: transparent;
    grid-column: 1 / span 5;
    height: auto;
    margin-top: 1rem;
    padding: 10rem 5rem 0rem 5rem;
    color: #fff;
    text-align: center
}

.title-section_title {
    margin-bottom: -16rem;
    position: relative;
    z-index: 10
}

.title-section_underline {
    height: 0.3rem;
    background-color: #00c3ff;
    width: 6rem;
    margin: -1.5rem auto 0 auto;
    border: 0;
    opacity: 0
}

.title-section_underline_liquid,.title-section_underline_liquid-network {
    background-color: #46B4A5
}

.title-section_underline_green,.title-section_underline_blockstream-green {
    background-color: #00B45A
}

.title-section_underline_mining,.title-section_underline_blockstream-mining {
    background-color: #dd1f48
}

.title-section_underline_lightning,.title-section_underline_lightning-network {
    background-color: #C6B24B
}

.title-section_underline_elements {
    background-color: #677FD3
}

.title-section_underline_cryptofeed,.title-section_underline_cryptocurrency-data-feed {
    background-color: #00AED9
}

.title-section_underline_satellite,.title-section_underline_blockstream-satellite {
    background-color: #3C82F9
}

.title-section_underline_jade,.title-section_underline_blockstream-jade {
    background-color: #00b093
}

.title-section_underline_amp,.title-section_underline_blockstream-amp {
    background-color: #0e8d99
}

.title-section_underline_aqua {
    background-color: #46b4a5
}

.title-section_underline_financial {
    background-color: #3DABE8
}

.title-section_text {
    text-align: center;
    font-size: 16px;
    color: #a9b1b6;
    margin: 5rem auto 0 auto;
    max-width: 70rem;
    padding: 0 3rem;
    line-height: 1.8
}

@media (max-width: 1500px) {
    .title-section_text {
        font-size:2.2rem
    }
}

.title-section_long-text {
    text-align: center;
    font-size: 16px;
    color: #a9b1b6;
    margin: 5rem auto 0 auto;
    max-width: 110rem;
    padding: 0 3rem;
    line-height: 1.8
}

@media (max-width: 1500px) {
    .title-section_long-text {
        font-size:2.2rem
    }
}

.title-section hr {
    margin-top: 17rem !important
}

.double-line {
    margin-bottom: -21rem
}

.double-line hr {
    margin: 6rem auto
}

@media only screen and (max-width: 1200px) {
    .title-section hr {
        margin-top:17rem
    }
}

@media only screen and (max-width: 1100px) {
    .double-line {
        margin-bottom:-12rem
    }
}

@media only screen and (max-width: 500px) {
    .title-section_text {
        max-width:45rem
    }

    .title-section hr {
        margin-top: 2rem !important
    }

    .title-section_title {
        margin: 0 1.5rem
    }

    .title-section_title h3 {
        font-size: 3.8rem
    }

    .title-section_no-backdrop hr {
        margin-top: 3rem !important
    }
}

.section_title {
    font-size: 48px;
    font-weight: bold;
    color: white;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 50px
}

@media (max-width: 768px) {
    .section_title {
        font-size:26px
    }
}

.asset-card {
    width: 15rem;
    height: 15rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer
}

.asset-card_icon {
    height: 5rem;
    width: 5rem;
    margin: 0 auto
}

.asset-card_image {
    height: 5rem;
    width: 5rem;
    margin: 0 auto;
    color: #939B9F;
    font-size: 2.7rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: transparent;
    border: 3px solid #939B9F;
    border-radius: 50%
}

.asset-card_image_small-font {
    font-size: 16px
}

.asset-card_title {
    font-size: 2.4rem;
    color: #a3abb0;
    width: auto;
    text-align: center;
    margin-top: 1rem
}

@media (max-width: 1500px) {
    .asset-card_title {
        font-size:2.8rem
    }
}

.arrow-link {
    text-decoration: none;
    font-size: 1.2em
}

.arrow-link span svg {
    width: 1em;
    height: auto
}

.bs_card {
    box-shadow: 0 66px 95px 0 rgba(0,0,0,0.4);
    background-color: rgba(32,37,44,0.8);
    margin-right: 30px;
    width: 362px;
    padding: 41px 46px 36px 40px
}

@media only screen and (max-width: 1252px) {
    .bs_card {
        width:31%;
        margin-right: 2%
    }
}

@media only screen and (max-width: 900px) {
    .bs_card {
        width:auto;
        margin-bottom: 30px;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        text-align: center
    }
}

@media only screen and (max-width: 795px) {
    .bs_card {
        margin-bottom:20px;
        margin-right: auto
    }
}

.bs_card_image {
    width: 90px;
    height: 90px;
    margin-bottom: 27px
}

.bs_card_title {
    color: #fff;
    margin-bottom: 17px;
    font-size: 24px
}

.bs_card_text {
    color: #c3cdd3;
    font-size: 16px;
    letter-spacing: 0.24px;
    line-height: 28px;
    margin: 17px 0
}

.bs_card_link {
    color: #c3cdd3;
    font-size: 16px;
    letter-spacing: 0.24px;
    line-height: 28px;
    text-decoration: none;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in
}

.bs_card_link span {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.bs_card_link span svg {
    width: 16px;
    height: auto
}

.bs_card_link:hover {
    color: white !important
}

.bs_card_link:hover span {
    margin-left: 10px
}

.bs_card_link:hover span svg g {
    fill: #fff
}

.bio-card {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    min-width: 250px;
    padding: 25px 35px;
    background-color: #1D2127;
    color: #ffffff;
    font-size: 17px;
    line-height: 1.8;
    flex-basis: 45%
}

@media only screen and (max-width: 999px) {
    .bio-card {
        flex-basis:auto
    }
}

.bio-card_photo {
    width: 150px;
    margin-bottom: 25px
}

.bio-card_photo img {
    width: 100%
}

.bio-card_title h4 {
    font-weight: 600;
    font-size: 24px
}

.bio-card_title span {
    font-size: 14px;
    color: #c3cdd3
}

.bio-card_text {
    margin: 17px 0
}

.bio-card_text p {
    font-size: 16px;
    color: #c3cdd3
}

.bio-card_btn {
    color: #00C3FF;
    font-size: 14px;
    background: none;
    border: none;
    line-height: 1;
    align-self: flex-start
}

.bio-card_btn span {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.bio-card_btn span svg {
    width: 14px
}

.bio-card_btn span svg g {
    fill: #00C3FF
}

.bio-card_btn:hover {
    color: #fff;
    cursor: pointer
}

.bio-card_btn:hover span {
    margin-left: 10px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.bio-card_btn:hover span svg g {
    fill: #fff
}

.cta_card {
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 1144px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 50px 70px
}

.cta_card_title {
    color: #fff;
    line-height: 46px;
    letter-spacing: 0.36px;
    font-size: 36px;
    width: 45%;
    padding: 0 100px 0 0;
    margin-bottom: 30px
}

@media only screen and (max-width: 1000px) {
    .cta_card_title {
        width:100%;
        text-align: center;
        padding: 0
    }
}

.cta_card_description {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    width: 40%
}

@media only screen and (max-width: 1000px) {
    .cta_card_description {
        width:100%;
        -webkit-box-align: center;
        align-items: center;
        text-align: center
    }
}

.cta_card_description_text {
    color: #fff;
    line-height: 28px;
    letter-spacing: 0.24px;
    font-size: 16px;
    margin-bottom: 30px
}

.cta_card_description_button {
    width: 160px;
    height: 54px;
    padding: 14px 0 17px
}

.cta_card_description_button a {
    font-size: 14px;
    letter-spacing: 0.65px;
    line-height: 16px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    width: 110px;
    height: 40px;
    font-weight: bold;
    background: #00c3ff;
    background: linear-gradient(120deg, #00c3ff 0%, #1187c1 100%);
    padding: 11px 40px 13px
}

.cta_card_description_button a:hover {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    background: none;
    border: 1px solid #00c3ff;
    color: #00c3ff
}

.ms_card {
    box-shadow: 0 66px 95px 0 rgba(0,0,0,0.4);
    background-color: rgba(32,37,44,0.8);
    margin-right: 30px;
    width: 362px;
    padding: 26px 80px 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

@media only screen and (max-width: 1252px) {
    .ms_card {
        width:31%;
        margin-right: 2%;
        padding: 26px 50px 20px
    }
}

@media only screen and (max-width: 900px) {
    .ms_card {
        width:auto;
        margin-bottom: 30px;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        text-align: center
    }
}

@media only screen and (max-width: 795px) {
    .ms_card {
        margin-bottom:20px;
        margin-right: auto
    }
}

.ms_card a {
    text-decoration: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%
}

.ms_card_image {
    width: 90px;
    height: 90px;
    margin-bottom: 27px
}

.ms_card_title {
    color: #fff;
    line-height: 32px;
    font-size: 16px;
    position: relative
}

.ms_card_subtitle {
    font-size: 10px;
    color: #c3cdd3;
    position: absolute;
    top: 55%;
    left: 15%
}

.feature-card {
    margin: 90px auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%
}

@media only screen and (max-width: 600px) {
    .feature-card_image {
        margin-bottom:30px
    }
}

.feature-card_image .image-size_small {
    width: 160px
}

.feature-card_image .image-size_medium {
    width: 250px
}

.feature-card_image .image-size_large {
    width: 350px
}

.feature-card_image .image-size_xlarge {
    width: 400px
}

@media only screen and (max-width: 769px) {
    .feature-card_image .image-size_xlarge {
        width:300px
    }
}

@media only screen and (max-width: 320px) {
    .feature-card_image .image-size_xlarge {
        width:250px
    }
}

.feature-card_content {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    max-width: 373px
}

.feature-card_content_title {
    color: #fff;
    font-size: 32px;
    line-height: 46px;
    margin-bottom: 28px;
    letter-spacing: 0.32px
}

@media only screen and (max-width: 600px) {
    .feature-card_content_title {
        font-size:24px;
        line-height: 1;
        font-weight: 600
    }
}

.feature-card_content_text {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.24px;
    color: #c3cdd3;
    width: 100%
}

.direction-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

@media only screen and (max-width: 600px) {
    .direction-row {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center
    }
}

.direction-row .feature-card_content {
    margin-left: 20px
}

@media only screen and (max-width: 600px) {
    .direction-row .feature-card_content {
        margin-left:0;
        text-align: center
    }
}

.direction-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse
}

@media only screen and (max-width: 600px) {
    .direction-reverse {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center
    }
}

.direction-reverse .feature-card_content {
    margin-right: 20px
}

@media only screen and (max-width: 600px) {
    .direction-reverse .feature-card_content {
        margin-right:0;
        text-align: center
    }
}

.contact-form {
    width: 100%;
    height: 257px
}

.contact-form_wrapper {
    max-width: 1440px;
    display: -webkit-box;
    display: flex;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    justify-content: space-around;
    -webkit-box-align: center;
    align-items: center;
    margin: 0 auto
}

.contact-form_block {
    width: 100%;
    position: relative;
    padding-left: 5%;
    max-width: 429px
}

.contact-form_block_title {
    color: #fff;
    font-size: 32px;
    letter-spacing: 0px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 8px
}

.contact-form_block_text {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.24px;
    line-height: 1.8;
    max-width: 530px;
    font-weight: 400
}

.contact-form_block_text a {
    text-decoration: none;
    color: #fff
}

.contact-form_block_text a:hover {
    text-decoration: underline
}

.contact-form_block_socials {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    gap: 5px;
    font-size: 16px;
    margin-top: 20px
}

.contact-form_block_socials-green {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    margin-top: 32px;
    margin-bottom: 16px
}

.contact-form_block_socials-green a {
    margin-right: 22px
}

.contact-form_block_socials-green a:last-child {
    margin-right: 0
}

.contact-form_block_socials-green a img {
    width: 32px;
    height: auto
}

.contact-form_block_socials a {
    text-decoration: none;
    color: #fff
}

.contact-form_block_socials a:hover {
    text-decoration: none;
    color: #21272D
}

.contact-form_block_socials a i {
    margin-right: 10px
}

.contact-form_block_links {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.contact-form_block_links a {
    color: #fff;
    text-decoration: underline;
    font-size: 16px
}

.contact-form_block_links a:hover {
    color: #000000
}

.contact-form_container {
    min-width: 500px;
    padding: 40px 0;
    background-color: #1d2127;
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    box-shadow: 0px 0px 20px 0px #000000;
    border-radius: 8px
}

.contact-form_container form {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.contact-form_container form input {
    width: 360px;
    height: 50px;
    margin-bottom: 16px;
    padding: 16px;
    outline: none;
    color: #C3CDD3;
    border: 1px solid #616669;
    background-image: none;
    background-color: transparent;
    box-shadow: 0 4px 4px rgba(0,0,0,0.25);
    font-family: "din-2014","Source Sans Pro",sans-serif;
    font-size: 14px
}

.contact-form_container form input::-webkit-input-placeholder {
    color: #C3CDD3;
    font-family: "din-2014","Source Sans Pro",sans-serif
}

.contact-form_container form input::-moz-placeholder {
    color: #C3CDD3;
    font-family: "din-2014","Source Sans Pro",sans-serif
}

.contact-form_container form input:-ms-input-placeholder {
    color: #C3CDD3;
    font-family: "din-2014","Source Sans Pro",sans-serif
}

.contact-form_container form input::-ms-input-placeholder {
    color: #C3CDD3;
    font-family: "din-2014","Source Sans Pro",sans-serif
}

.contact-form_container form input::placeholder {
    color: #C3CDD3;
    font-family: "din-2014","Source Sans Pro",sans-serif
}

.contact-form_container form textarea {
    display: block;
    width: 100%;
    border: 1px solid #616669;
    padding: 16px;
    color: #C3CDD3;
    background-image: none;
    background-color: transparent;
    resize: none;
    height: 15rem;
    font-family: "din-2014","Source Sans Pro",sans-serif;
    box-shadow: 0 4px 4px rgba(0,0,0,0.25);
    outline: none;
    font-size: 14px
}

.contact-form_container form textarea::-webkit-input-placeholder {
    color: #C3CDD3;
    font-family: "din-2014","Source Sans Pro",sans-serif
}

.contact-form_container form textarea::-moz-placeholder {
    color: #C3CDD3;
    font-family: "din-2014","Source Sans Pro",sans-serif
}

.contact-form_container form textarea:-ms-input-placeholder {
    color: #C3CDD3;
    font-family: "din-2014","Source Sans Pro",sans-serif
}

.contact-form_container form textarea::-ms-input-placeholder {
    color: #C3CDD3;
    font-family: "din-2014","Source Sans Pro",sans-serif
}

.contact-form_container form textarea::placeholder {
    color: #C3CDD3;
    font-family: "din-2014","Source Sans Pro",sans-serif
}

.contact-form_container form select {
    width: 360px;
    height: 50px;
    margin-bottom: 16px;
    padding: 14px;
    outline: none;
    color: #C3CDD3;
    border: 1px solid #616669;
    background-image: none;
    background-color: transparent;
    box-shadow: 0 4px 4px rgba(0,0,0,0.25);
    font-family: "din-2014","Source Sans Pro",sans-serif;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    overflow: hidden
}

.contact-form_container form select::-webkit-input-placeholder {
    color: #C3CDD3;
    font-family: "din-2014","Source Sans Pro",sans-serif
}

.contact-form_container form select::-moz-placeholder {
    color: #C3CDD3;
    font-family: "din-2014","Source Sans Pro",sans-serif
}

.contact-form_container form select:-ms-input-placeholder {
    color: #C3CDD3;
    font-family: "din-2014","Source Sans Pro",sans-serif
}

.contact-form_container form select::-ms-input-placeholder {
    color: #C3CDD3;
    font-family: "din-2014","Source Sans Pro",sans-serif
}

.contact-form_container form select::placeholder {
    color: #C3CDD3;
    font-family: "din-2014","Source Sans Pro",sans-serif
}

.contact-form_container form .invalid-input {
    border-color: #dd1e48
}

.contact-form_container form a {
    margin-top: 40px
}

.contact-form_container form h4 {
    font-size: 24px;
    color: #fff
}

.contact-form_image {
    position: relative;
    width: 50%;
    height: 100%
}

@media only screen and (max-width: 1265px) {
    .contact-form_image {
        display:-webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center
    }
}

@media only screen and (max-width: 850px) {
    .contact-form_image {
        display:none
    }
}

.contact-form_image_container {
    position: relative;
    left: 6%;
    top: -5%
}

@media only screen and (max-width: 1265px) {
    .contact-form_image_container {
        top:auto;
        left: auto
    }
}

.contact-form_image_container img {
    max-width: 658px;
    width: 100%
}

@media only screen and (max-width: 850px) {
    .contact-form {
        height:100%
    }

    .contact-form_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: start;
        justify-content: flex-start;
        padding: 30px
    }

    .contact-form_block {
        padding: 30px
    }

    .contact-form_container {
        flex-shrink: 0;
        min-width: 90vw
    }
}

@media only screen and (max-width: 600px) {
    .contact-form_container form {
        width:100%;
        padding: 20px
    }

    .contact-form_container form input,.contact-form_container form select {
        width: 100%
    }
}

.form-liquid {
    background: #1E8079
}

.form-greenlight {
    background: #9C8B41
}

.form-datafeed {
    background: #0376AD;
    height: 310px
}

@media only screen and (max-width: 850px) {
    .form-datafeed {
        height:100%
    }
}

.form-energy {
    background: #0D7749
}

.form-amp,.form-amt {
    background: #006C7F
}

.form-green {
    background: #048146;
    height: 310px
}

@media only screen and (max-width: 850px) {
    .form-green .contact-form_block {
        padding:0 20px
    }
}

.form-amt .contact-form_container {
    padding: 40px;
    max-width: 55%
}

.form-amt .contact-form_container form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around
}

@media only screen and (max-width: 600px) {
    .form-amt .contact-form_container form {
        padding:0
    }
}

.form-amt .contact-form_container form input,.form-amt .contact-form_container form select {
    width: 100%;
    flex-basis: 45%
}

@media only screen and (min-width: 1625px) {
    .form-amt .contact-form_container form input,.form-amt .contact-form_container form select {
        max-width:385px
    }
}

@media only screen and (max-width: 600px) {
    .form-amt .contact-form_container form input,.form-amt .contact-form_container form select {
        flex-basis:100%
    }
}

.form-amt .contact-form_container form #needassistance,.form-amt .contact-form_container form #issuancesize {
    flex-basis: 95%;
    max-width: 100%
}

@media only screen and (max-width: 600px) {
    .form-amt .contact-form_container form #needassistance,.form-amt .contact-form_container form #issuancesize {
        flex-basis:100%
    }
}

.form-mining {
    background: #9E003D
}

.form-mining .contact-form_container {
    padding: 40px;
    max-width: 55%
}

.form-mining .contact-form_container form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around
}

@media only screen and (max-width: 600px) {
    .form-mining .contact-form_container form {
        padding:0
    }
}

.form-mining .contact-form_container form input,.form-mining .contact-form_container form select {
    width: 100%;
    flex-basis: 45%
}

@media only screen and (min-width: 1625px) {
    .form-mining .contact-form_container form input,.form-mining .contact-form_container form select {
        max-width:385px
    }
}

@media only screen and (max-width: 600px) {
    .form-mining .contact-form_container form input,.form-mining .contact-form_container form select {
        flex-basis:100%
    }
}

.callout {
    width: 350px;
    padding: 20px;
    background-color: rgba(29,33,39,0.9);
    box-shadow: 0 66px 95px 0 rgba(0,0,0,0.4);
    width: 100%
}

@media (max-width: 400px) {
    .callout {
        width:95%
    }
}

.callout .body {
    position: relative
}

.callout .body .title {
    color: #fff;
    font-size: 24px;
    font-size: 16px;
    line-height: 32px
}

.callout .body .text {
    margin: 18px 0;
    color: #c3cdd3;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.24px
}

.callout .callout-up::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent rgba(29,33,39,0.9) transparent
}

.callout .callout-down::after {
    content: "";
    position: absolute;
    bottom: -65px;
    right: 0;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: rgba(29,33,39,0.9) transparent transparent transparent
}

.cryptofeed_contact {
    width: 55rem;
    background-color: #21272d;
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    box-shadow: 0px 0px 20px 0px #000000;
    border-radius: 8px
}

.cryptofeed_contact_form {
    width: 40rem;
    background-color: #21272d;
    padding: 5rem 0
}

.cryptofeed_contact_form_title {
    font-size: 3.6rem;
    margin-bottom: 2rem
}

.cryptofeed_contact_form_name {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.cryptofeed_contact_form_name input {
    width: 48% !important;
    margin: 0 !important
}

.cryptofeed_contact_form textarea {
    display: block;
    width: 100%;
    border: 1px solid #545d63;
    padding-left: 2rem;
    padding-top: 1.5rem;
    color: #a9b1b6;
    background-color: #21272d;
    margin: 1rem 0;
    font-size: 1.4rem;
    font-family: "din-2014","Source Sans Pro",sans-serif;
    resize: none;
    height: 15rem
}

@media (max-width: 1500px) {
    .cryptofeed_contact_form textarea {
        font-size:1.8rem
    }
}

.cryptofeed_contact_form input {
    display: block;
    width: 100%;
    height: 5rem;
    border: 1px solid #545d63;
    padding-left: 2rem;
    color: #a9b1b6;
    background-color: #21272d !important;
    margin: 1rem 0;
    font-size: 1.4rem;
    font-family: "din-2014","Source Sans Pro",sans-serif
}

@media (max-width: 1500px) {
    .cryptofeed_contact_form input {
        font-size:1.8rem
    }
}

.cryptofeed_contact_form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #21272d inset !important;
    -webkit-text-fill-color: #a9b1b6 !important
}

.cryptofeed_contact_form_submit {
    margin-top: 3rem;
    width: 48%;
    height: 4.5rem;
    color: #fff;
    border: 0px;
    font-size: 16px;
    cursor: pointer;
    display: inline-block
}

@media (max-width: 1500px) {
    .cryptofeed_contact_form_submit {
        font-size:2.2rem
    }
}

.cryptofeed_contact_form .submissionNotification {
    opacity: 0;
    font-size: 24px;
    color: #00c3ff;
    margin-left: 30px;
    display: inline-block
}

@media only screen and (max-width: 1500px) {
    .cryptofeed_contact_form_submit {
        min-width:60%;
        max-width: 60%;
        width: 60%
    }

    .cryptofeed_contact_form .submissionNotification {
        margin-left: 10px;
        font-size: 18px
    }
}

@media only screen and (max-width: 450px) {
    .cryptofeed_contact_form_submit {
        min-width:100%;
        max-width: 100%;
        width: 100%
    }

    .cryptofeed_contact_form .submissionNotification {
        margin-left: 0px;
        width: 100%;
        text-align: center;
        margin-top: 10px
    }
}

@media only screen and (max-width: 450px) {
    .cryptofeed_contact {
        width:45rem
    }

    .cryptofeed_contact_form {
        width: 30rem
    }
}

@media only screen and (max-width: 320px) {
    .cryptofeed_contact {
        width:40rem
    }
}

.headline-row {
    grid-column: 1 / span 5;
    margin: 6rem auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    max-width: 115rem
}

.headline-row_block {
    margin-right: 20px
}

.headline-row_block_before {
    float: left;
    font-size: 2.4rem
}

@media (max-width: 1500px) {
    .headline-row_block_before {
        font-size:2.8rem
    }
}

.headline-row_block_before_row-number {
    color: #fff
}

.headline-row_block_before_divider {
    color: #fff
}

.headline-row_block_content {
    float: left
}

.headline-row_block_content_title {
    font-size: 2.4rem;
    color: #fff;
    display: inline-block;
    margin-bottom: 2rem;
    line-height: 1.8;
    font-weight: 600
}

@media (max-width: 1500px) {
    .headline-row_block_content_title {
        font-size:2.8rem
    }
}

@media only screen and (max-width: 600px) {
    .headline-row_block_content_title {
        font-size:24px !important;
        margin-top: 20px
    }
}

.headline-row_block_content_text {
    font-size: 16px;
    line-height: 1.8;
    color: #a9b1b6;
    width: 40rem
}

@media (max-width: 1500px) {
    .headline-row_block_content_text {
        font-size:2.2rem
    }
}

.headline-row_block_content_app-buttons {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 3rem
}

.headline-row_block_content_app-buttons div:first-child {
    margin-right: 2rem
}

.headline-row_block_content_dropdown-button {
    margin-top: 3rem
}

@media only screen and (max-width: 600px) {
    .headline-row_block_content_dropdown-button {
        display:-webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center
    }
}

.headline-row_block_content_arrow-button {
    display: -webkit-box;
    display: flex
}

@media only screen and (max-width: 600px) {
    .headline-row_block_content_arrow-button {
        -webkit-box-pack:center;
        justify-content: center
    }
}

.headline-row_block_content_left-image {
    margin-bottom: 15px
}

.headline-row_icon {
    position: relative
}

.headline-row_icon-backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    z-index: -1
}

.headline-row.reverse .headline-row_block {
    margin-left: 20px;
    margin-right: 0px
}

.headline-row_spacing_large {
    margin: 15rem auto
}

.headline-row_spacing_top-large {
    margin: 0 auto;
    margin-top: 15rem
}

.headline-row_spacing_medium {
    margin: 8rem auto
}

.headline-row_spacing_top-medium {
    margin: 0 auto;
    margin-top: 8rem
}

.headline-row_spacing_small {
    margin: 6rem auto
}

.headline-row_spacing_top-small {
    margin: 0 auto;
    margin-top: 6rem
}

.headline-row_spacing_xsmall {
    margin: 4rem auto
}

.headline-row_spacing_top-xsmall {
    margin: 0 auto;
    margin-top: 4rem
}

.headline-row_spacing_none {
    margin: 0 auto
}

.headline-row_button-container {
    position: relative;
    text-decoration: none
}

.headline-row_button-container_button {
    display: block;
    margin-top: 3rem;
    width: 29rem;
    height: 4.5rem !important;
    color: #fff;
    border: 0px;
    font-size: 1.4rem;
    cursor: pointer
}

@media (max-width: 1500px) {
    .headline-row_button-container_button {
        font-size:1.8rem
    }
}

.headline-row.large .headline-row_block_content_title {
    font-size: 36px;
    line-height: 46px
}

.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse
}

@media only screen and (max-width: 600px) {
    .reverse {
        -webkit-box-orient:vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse
    }
}

.product-color-class-elements {
    color: #677FD3
}

.product-color-class-liquid {
    color: #46B4A5
}

.headline-row_image-size_small {
    width: 25rem
}

.headline-row_image-size_medium {
    width: 35rem
}

.headline-row_image-size_large {
    width: 50rem
}

.headline-row_image-size_xlarge {
    width: 60rem
}

@media only screen and (max-width: 950px) {
    .headline-row {
        margin:15rem 0;
        padding: 0 30px
    }

    .headline-row_image-size_small {
        width: 20rem
    }

    .headline-row_image-size_medium {
        width: 30rem
    }

    .headline-row_image-size_large {
        width: 40rem
    }

    .headline-row_image-size_xlarge {
        width: 48rem
    }

    .headline-row_block_content_text {
        width: 35rem
    }
}

@media only screen and (max-width: 750px) {
    .headline-row_image-size_small {
        width:15rem
    }

    .headline-row_image-size_medium {
        width: 25rem
    }

    .headline-row_image-size_large {
        width: 35rem;
        margin-bottom: 40px
    }

    .headline-row_image-size_xlarge {
        width: 42rem
    }

    .headline-row_block_content_text {
        width: 30rem
    }
}

@media only screen and (max-width: 600px) {
    .headline-row {
        -webkit-box-orient:vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse
    }

    .headline-row_image-size_small {
        width: 15rem
    }

    .headline-row_image-size_medium {
        width: 25rem
    }

    .headline-row_image-size_large {
        width: 35rem
    }

    .headline-row_image-size_xlarge {
        width: 42rem
    }

    .headline-row_block {
        margin: 0 !important;
        margin-top: 5rem;
        margin-bottom: 5rem
    }

    .headline-row_block_content {
        text-align: center
    }

    .headline-row_block_content_text {
        width: 100%;
        margin: 0
    }
}

.vertical-split-card {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin: 10rem 3rem
}

.vertical-split-card_top {
    background-image: -webkit-gradient(linear, left top, right bottom, from(#677FD3), to(#111316));
    background-image: linear-gradient(to right bottom, #677FD3, #111316);
    width: 45rem;
    height: 30rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.vertical-split-card_amp .vertical-split-card_top {
    height: auto
}

.vertical-split-card_amp .vertical-split-card_top_logo {
    width: 100%;
    height: auto
}

.vertical-split-card_bottom {
    width: 45rem;
    height: 30rem;
    background-color: #15181c;
    padding: 5rem;
    position: relative
}

.vertical-split-card_bottom_title {
    font-size: 2.4rem;
    color: #fff;
    margin-bottom: 2rem;
    font-weight: 600
}

@media (max-width: 1500px) {
    .vertical-split-card_bottom_title {
        font-size:2.8rem
    }
}

.vertical-split-card_bottom_text {
    font-size: 16px;
    color: #a9b1b6
}

@media (max-width: 1500px) {
    .vertical-split-card_bottom_text {
        font-size:2.2rem
    }
}

.vertical-split-card_bottom_github-link {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    bottom: 4rem;
    right: 4rem;
    color: #677FD3;
    font-size: 16px;
    line-height: 1.8
}

@media (max-width: 1500px) {
    .vertical-split-card_bottom_github-link {
        font-size:2.2rem
    }
}

.vertical-split-card_bottom_github-link_arrow {
    width: 5rem;
    margin-left: 3rem
}

.scale-logo-by-height {
    height: 50%
}

.scale-logo-by-width {
    width: 70%
}

@media only screen and (max-width: 450px) {
    .vertical-split-card_top {
        width:40rem
    }

    .vertical-split-card_bottom {
        width: 40rem
    }
}

.horizontal-split-card {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    margin: 5rem 3rem
}

.horizontal-split-card_left {
    background-image: -webkit-gradient(linear, left top, right bottom, from(#677FD3), to(#111316));
    background-image: linear-gradient(to right bottom, #677FD3, #111316);
    width: 50rem;
    height: 30rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.horizontal-split-card_left_logo {
    width: 65%
}

.horizontal-split-card_right {
    width: 50rem;
    height: 30rem;
    background-color: #15181c;
    padding: 5rem;
    position: relative
}

.horizontal-split-card_right_title {
    font-size: 2.4rem;
    color: #fff;
    margin-bottom: 2rem
}

@media (max-width: 1500px) {
    .horizontal-split-card_right_title {
        font-size:2.8rem
    }
}

.horizontal-split-card_right_text {
    font-size: 1.4rem;
    color: #a9b1b6
}

@media (max-width: 1500px) {
    .horizontal-split-card_right_text {
        font-size:1.8rem
    }
}

.horizontal-split-card_right_whitepaper-link {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    bottom: 4rem;
    right: 4rem;
    color: #677FD3;
    font-size: 16px
}

@media (max-width: 1500px) {
    .horizontal-split-card_right_whitepaper-link {
        font-size:2.2rem
    }
}

.horizontal-split-card_right_whitepaper-link_arrow {
    width: 5rem;
    margin-left: 3rem
}

@media only screen and (max-width: 775px) {
    .horizontal-split-card {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        margin-bottom: -10rem
    }
}

@media only screen and (max-width: 450px) {
    .horizontal-split-card_left {
        width:40rem
    }

    .horizontal-split-card_right {
        width: 40rem
    }
}

.top-stories {
    grid-column: 3;
    margin: -6rem auto 0 auto;
    position: relative;
    z-index: 600
}

.top-stories_container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    top: -6rem
}

.top-stories_container_arrow-back {
    color: #a9b1b6;
    font-size: 3.6rem;
    height: 8rem;
    width: 6rem;
    background-color: rgba(0,0,0,0.5);
    border-radius: 35px 0 0 35px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    margin-right: -2rem;
    position: relative;
    z-index: 10;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.top-stories_container_arrow-forward {
    color: #a9b1b6;
    font-size: 3.6rem;
    height: 8rem;
    width: 6rem;
    background-color: rgba(0,0,0,0.5);
    border-radius: 0 35px 35px 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    margin-left: -2rem;
    position: relative;
    z-index: 10;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.top-stories_header {
    position: relative;
    top: -7rem;
    z-index: 10
}

.top-stories_header_title {
    color: #fff;
    font-weight: 600;
    font-size: 2rem;
    display: inline;
    margin-right: 4rem;
    text-transform: uppercase;
    margin-left: 2rem
}

.top-stories_header_link {
    font-size: 2rem;
    display: inline;
    text-transform: uppercase;
    font-weight: 600
}

.top-stories_header_link a {
    text-decoration: none;
    color: #00c3ff
}

.top-stories_story {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    width: 40rem;
    height: 36rem;
    margin: 0 2rem
}

.top-stories_story_image {
    height: 20rem;
    background-color: #092f3d
}

.top-stories_story_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.top-stories_story_title {
    height: 16rem;
    background-color: #1C2127;
    padding: 2rem 1.5rem
}

.top-stories_story_title a {
    text-decoration: none
}

.top-stories_story_title_text {
    color: #fff;
    font-size: 2.2rem;
    line-height: 1.5;
    font-weight: 600;
    padding-left: 2rem
}

.top-stories_story_title_date {
    color: #a9b1b6;
    font-size: 1.2rem;
    padding-left: 2rem
}

@media (max-width: 1500px) {
    .top-stories_story_title_date {
        font-size:1.6rem
    }
}

@media only screen and (max-width: 1000px) {
    #top-stories_story_3 {
        display:none
    }
}

@media only screen and (max-width: 750px) {
    .top-stories-blog-page {
        margin-top:34rem
    }
}

@media only screen and (max-width: 650px) {
    #top-stories_story_2 {
        display:none
    }
}

@media only screen and (max-width: 550px) {
    .top-stories {
        margin-top:10rem
    }

    .top-stories-blog-page {
        margin-top: 45rem
    }
}

.blog-post-summary {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 95rem;
    margin-bottom: 5rem
}

.blog-post-summary_image-container {
    width: 38.4rem;
    overflow: hidden
}

.blog-post-summary_image-container img {
    width: 100%
}

.blog-post-summary_block {
    width: 55%;
    color: #a9b1b6;
    font-size: 16px
}

@media (max-width: 1500px) {
    .blog-post-summary_block {
        font-size:2.2rem
    }
}

.blog-post-summary_block_category {
    text-transform: capitalize;
    margin-bottom: 1rem;
    color: #fff;
    font-weight: 600
}

.blog-post-summary_block_title {
    font-size: 2.4rem;
    color: #fff;
    margin-bottom: 1rem;
    font-weight: 600
}

@media (max-width: 1500px) {
    .blog-post-summary_block_title {
        font-size:2.8rem
    }
}

.blog-post-summary_block_title a {
    text-decoration: none;
    color: #fff
}

.blog-post-summary_block_sub-title {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    margin-bottom: 1rem
}

.blog-post-summary_block_sub-title_date {
    white-space: nowrap
}

.blog-post-summary_block_sub-title_divider {
    margin-left: 2rem;
    margin-right: 2rem
}

.category_liquid {
    color: #46B4A5
}

.category_lightning-network {
    color: #C6B24B
}

.category_cryptocurrency-data-feed {
    color: #00AED9
}

.category_green {
    color: #00B45A
}

.category_blockstream-satellite {
    color: #3C82F9
}

.category_blockstream-finance {
    color: #518FC9
}

.category_elements {
    color: #677FD3
}

@media only screen and (max-width: 1000px) {
    .blog-post-summary {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        margin-bottom: 10rem;
        margin-top: 5rem;
        margin-left: auto;
        margin-right: auto;
        width: 50rem
    }

    .blog-post-summary_block {
        margin-top: 3rem;
        width: 90%
    }
}

@media only screen and (max-width: 600px) {
    .blog-post-summary {
        width:40rem;
        margin: 8rem auto
    }

    .blog-post-summary_block_text {
        display: none
    }

    .blog-post-summary_block_sub-title {
        display: none
    }
}

.blog_categories {
    margin-bottom: 5rem;
    margin-left: 2rem;
    width: 235px
}

.blog_categories_title {
    text-transform: uppercase;
    color: #fff;
    font-size: 2.4rem;
    margin-bottom: 2rem;
    font-weight: 600
}

@media (max-width: 1500px) {
    .blog_categories_title {
        font-size:2.8rem
    }
}

.blog_categories_category {
    font-size: 16.5px;
    white-space: nowrap;
    color: #fff;
    text-transform: capitalize;
    min-width: 100%;
    padding: .2rem 0;
    margin: .5rem -2rem
}

.blog_categories a {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
    width: 100%;
    padding: .2rem 0;
    padding-left: 2rem;
    font-weight: 300;
    letter-spacing: 0.3px
}

.blog_categories a:active {
    background-color: #21272d
}

.blog_categories a:hover {
    background-color: #21272d
}

.category-active {
    background-color: #21272d
}

.category_liquid-network {
    color: #46B4A5
}

.category_lightning-network {
    color: #C6B24B
}

.category_cryptocurrency-data-feed {
    color: #00AED9
}

.category_blockstream-green {
    color: #00B45A
}

.category_blockstream-satellite {
    color: #3C82F9
}

.category_blockstream-finance {
    color: #518FC9
}

.category_elements {
    color: #677FD3
}

.category_blockstream-mining {
    color: #dd1f48
}

.category_aqua {
    color: #a0dad2
}

.category_blockstream-jade {
    color: #00b093
}

.category_blockstream-amp {
    color: #0e8d99
}

.follow-blockstream {
    padding-left: 2rem
}

.follow-blockstream_title {
    text-transform: uppercase;
    color: #fff;
    font-size: 2.4rem;
    margin-bottom: 2rem;
    font-weight: 600
}

@media (max-width: 1500px) {
    .follow-blockstream_title {
        font-size:2.8rem
    }
}

.follow-blockstream_block {
    font-size: 16px;
    color: #fff
}

@media (max-width: 1500px) {
    .follow-blockstream_block {
        font-size:2.2rem
    }
}

.follow-blockstream_block_item {
    margin: 1rem 0
}

.follow-blockstream_block_item_icon-newsletter {
    color: #00c3ff;
    margin-right: 1rem;
    margin-bottom: -0.3rem;
    font-size: 2.5rem
}

.follow-blockstream_block_item_icon-linkedin {
    color: #00c3ff;
    margin-right: 1rem;
    margin-bottom: -0.4rem;
    font-size: 2.5rem;
    display: block
}

.follow-blockstream_block_facebook {
    margin-left: -5px
}

.follow-blockstream_block_linkedin a {
    text-decoration: none;
    color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center
}

.follow-blockstream_block_newsletter {
    cursor: pointer
}

.follow-blockstream_block_newsletter a {
    text-decoration: none;
    color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center
}

.share-this-article {
    margin-bottom: 5rem
}

.share-this-article_title {
    text-transform: uppercase;
    color: #fff;
    font-size: 2.4rem;
    margin-bottom: 2rem;
    font-weight: 600
}

@media (max-width: 1500px) {
    .share-this-article_title {
        font-size:2.8rem
    }
}

.share-this-article_block {
    font-size: 1.4rem;
    color: #fff;
    width: 10rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between
}

@media (max-width: 1500px) {
    .share-this-article_block {
        font-size:1.8rem
    }
}

.share-this-article_block a {
    color: #fff;
    text-decoration: none
}

.share-this-article_block img {
    margin-right: 1rem;
    width: 3rem
}

.careers-position-card {
    font-size: 16px;
    color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-basis: 48%;
    padding: 20px 2.5% 0
}

@media (max-width: 1500px) {
    .careers-position-card {
        font-size:2.2rem
    }
}

@media only screen and (max-width: 1250px) {
    .careers-position-card {
        padding:20px 1% 0
    }
}

.careers-position-card .inside-wrapper {
    border-bottom: 1px solid rgba(147,168,179,0.08);
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 5px
}

.careers-position-card_description_title {
    font-size: 2.2rem;
    letter-spacing: 0.53px;
    line-height: 26px;
    margin: 0 0 3px;
    max-width: 260px
}

.careers-position-card_description_location {
    color: #5d6676;
    line-height: 12px;
    letter-spacing: 0.35px;
    font-size: 2rem
}

.careers-position-card_apply {
    padding-right: 50px
}

.careers-position-card_apply a {
    font-size: 2rem;
    letter-spacing: 0.65px;
    line-height: 16px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    width: 110px;
    height: 40px;
    font-weight: bold;
    background: #00c3ff;
    background: linear-gradient(120deg, #00c3ff 0%, #1187c1 100%);
    padding: 11px 40px 13px
}

.careers-position-card_apply a:hover {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    background: none;
    border: 1px solid #00c3ff;
    color: #00c3ff
}

@media only screen and (max-width: 850px) {
    .careers-position-card_title {
        font-size:16px
    }
}

@media only screen and (max-width: 850px) and (max-width: 1500px) {
    .careers-position-card_title {
        font-size:2.2rem
    }
}

.title-text-row {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 10rem
}

.title-text-row_title {
    color: #fff;
    font-size: 2.4rem;
    width: 35rem;
    font-weight: 600
}

@media (max-width: 1500px) {
    .title-text-row_title {
        font-size:2.8rem
    }
}

.title-text-row_text {
    color: #a9b1b6;
    font-size: 16px;
    line-height: 1.8;
    width: 50rem;
    margin-left: 40rem
}

@media (max-width: 1500px) {
    .title-text-row_text {
        font-size:2.2rem
    }
}

@media only screen and (max-width: 950px) {
    .title-text-row_text {
        margin-left:20rem
    }
}

@media only screen and (max-width: 850px) {
    .title-text-row_text {
        margin-left:10rem
    }
}

@media only screen and (max-width: 750px) {
    .title-text-row {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        margin: 0 auto
    }

    .title-text-row_title {
        margin: 0;
        margin-top: 5rem;
        width: 75%
    }

    .title-text-row_text {
        margin: 2rem 0;
        width: 75%
    }
}

.investors {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: -7rem;
    position: relative;
    z-index: 10;
    margin: 0 auto;
    width: 130rem
}

.investors_link {
    text-decoration: none;
    cursor: pointer
}

.investors_container {
    height: 10rem;
    width: 25rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 1rem
}

.investors_investor_small {
    width: 10rem
}

.investors_investor_medium-1 {
    width: 15rem
}

.investors_investor_medium {
    width: 20rem
}

.investors_investor_large {
    width: 20rem
}

@media only screen and (max-width: 1000px) {
    .investors {
        width:90%
    }
}

.sponsors {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    z-index: 10;
    margin: 0rem auto 5rem auto;
    width: 130rem
}

.sponsors_link {
    text-decoration: none;
    cursor: pointer
}

.sponsors_container {
    height: 10rem;
    width: 12%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 1rem
}

@media only screen and (max-width: 800px) {
    .sponsors_container {
        min-width:140px
    }
}

.sponsors_container a,.sponsors_container img {
    width: 100%
}

.sponsors_sponsor_small {
    width: 10rem
}

.sponsors_sponsor_medium {
    width: 20rem
}

.sponsors_sponsor_large {
    width: 25rem
}

@media only screen and (max-width: 1000px) {
    .sponsors {
        width:90%
    }
}

.in-the-news {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    z-index: 10
}

.in-the-news a {
    text-decoration: none;
    color: #fff
}

.in-the-news a:hover {
    color: #00c3ff
}

.in-the-news a:active {
    color: #00c3ff
}

.in-the-news_article {
    width: 33rem;
    margin: 3rem
}

.in-the-news_article_header {
    height: 21rem;
    display: -webkit-box;
    display: flex;
    width: 100%
}

.in-the-news_article_header img {
    width: 100%;
    height: 20rem
}

.in-the-news_article_title {
    height: 8rem;
    font-size: 16px;
    color: #fff;
    background-color: transparent;
    padding-top: 1rem;
    padding-right: 2rem
}

@media (max-width: 1500px) {
    .in-the-news_article_title {
        font-size:2.2rem
    }
}

.in-the-news_arrow-back {
    color: #a9b1b6;
    font-size: 3.6rem;
    height: 8rem;
    width: 6rem;
    background-color: rgba(0,0,0,0.5);
    border-radius: 35px 0 0 35px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    margin-right: -2rem;
    position: relative;
    z-index: 10;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.in-the-news_arrow-forward {
    color: #a9b1b6;
    font-size: 3.6rem;
    height: 8rem;
    width: 6rem;
    background-color: rgba(0,0,0,0.5);
    border-radius: 0 35px 35px 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    margin-left: -2rem;
    position: relative;
    z-index: 10;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media only screen and (max-width: 1000px) {
    #in-the-news_article_3 {
        display:none
    }
}

@media only screen and (max-width: 650px) {
    #in-the-news_article_2 {
        display:none
    }
}

.history-bullet_link {
    text-decoration: none;
    color: #fff
}

.history-bullet_link:hover {
    color: #00c3ff
}

.history-bullet-left {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: start;
    align-items: flex-start;
    margin-bottom: 10rem;
    position: relative;
    z-index: 999
}

@media only screen and (max-width: 800px) {
    .history-bullet-left {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: reverse;
        flex-direction: row-reverse;
        gap: 15px
    }
}

.history-bullet-left_block_title {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
    text-align: right
}

@media (max-width: 1500px) {
    .history-bullet-left_block_title {
        font-size:2.8rem
    }
}

@media only screen and (max-width: 800px) {
    .history-bullet-left_block_title {
        text-align:left
    }
}

.history-bullet-left_block_text {
    font-size: 16px;
    color: #a9b1b6;
    width: 30rem;
    text-align: right
}

@media (max-width: 1500px) {
    .history-bullet-left_block_text {
        font-size:2.2rem
    }
}

@media only screen and (max-width: 800px) {
    .history-bullet-left_block_text {
        text-align:left
    }
}

.history-bullet-left_bullet {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 2.1rem;
    margin-left: 2rem
}

@media only screen and (max-width: 800px) {
    .history-bullet-left_bullet {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: reverse;
        flex-direction: row-reverse
    }
}

.history-bullet-left_bullet_circle {
    width: .9rem;
    height: .9rem;
    border-radius: 100%;
    background-color: #00c3ff
}

.history-bullet-left_bullet_line {
    width: 9rem;
    height: 1px;
    background-image: -webkit-gradient(linear, right top, left top, from(#111316), to(#00c3ff));
    background-image: linear-gradient(to left, #111316 0%, #00c3ff 100%)
}

@media only screen and (max-width: 800px) {
    .history-bullet-left_bullet_line {
        background-image:-webkit-gradient(linear, left top, right top, from(#111316), to(#00c3ff));
        background-image: linear-gradient(to right, #111316 0%, #00c3ff 100%)
    }
}

.history-bullet-right {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    align-items: flex-start;
    margin-bottom: 10rem;
    position: relative;
    z-index: 999
}

.history-bullet-right_block_title {
    font-size: 2.4rem;
    margin-bottom: 1.5rem
}

@media (max-width: 1500px) {
    .history-bullet-right_block_title {
        font-size:2.8rem
    }
}

.history-bullet-right_block_text {
    font-size: 16px;
    color: #a9b1b6;
    width: 30rem
}

@media (max-width: 1500px) {
    .history-bullet-right_block_text {
        font-size:2.2rem
    }
}

.history-bullet-right_bullet {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 2.1rem;
    margin-right: 2rem
}

.history-bullet-right_bullet_circle {
    width: .9rem;
    height: .9rem;
    border-radius: 100%;
    background-color: #00c3ff
}

.history-bullet-right_bullet_line {
    width: 9rem;
    height: 1px;
    background-image: -webkit-gradient(linear, left top, right top, from(#111316), to(#00c3ff));
    background-image: linear-gradient(to right, #111316 0%, #00c3ff 100%)
}

.history-bullet_omit-title {
    margin-top: 2.5rem
}

.history-bullet-link {
    color: #00c3ff;
    text-decoration: none;
    cursor: pointer
}

.resources {
    grid-column: 3;
    margin: 0 auto 10rem auto;
    position: relative;
    z-index: 100
}

.resources_container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.resources_container_arrow-back {
    color: #a9b1b6;
    font-size: 3.6rem;
    height: 8rem;
    width: 6rem;
    background-color: rgba(0,0,0,0.5);
    border-radius: 35px 0 0 35px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    margin-right: -2rem;
    position: relative;
    z-index: 10;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.resources_container_arrow-forward {
    color: #a9b1b6;
    font-size: 3.6rem;
    height: 8rem;
    width: 6rem;
    background-color: rgba(0,0,0,0.5);
    border-radius: 0 35px 35px 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    margin-left: -2rem;
    position: relative;
    z-index: 10;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.resources_story {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    width: 40rem;
    height: 34rem;
    margin: 2rem
}

.resources_story_image {
    height: 20rem;
    background-color: #092f3d
}

.resources_story_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.resources_story_title {
    height: 14rem;
    background-color: #1C2127;
    padding: 2rem 1.5rem
}

.resources_story_title a {
    text-decoration: none
}

.resources_story_title_text {
    color: #fff;
    font-size: 16px;
    margin-bottom: 1rem;
    padding-left: 2rem;
    font-weight: 600
}

@media (max-width: 1500px) {
    .resources_story_title_text {
        font-size:2.2rem
    }
}

.resources_story_title_date {
    color: #a9b1b6;
    font-size: 1.2rem;
    padding-left: 2rem
}

@media (max-width: 1500px) {
    .resources_story_title_date {
        font-size:1.6rem
    }
}

@media only screen and (max-width: 1000px) {
    #resources_story_3 {
        display:none
    }
}

@media only screen and (max-width: 730px) {
    #resources_story_2 {
        display:none
    }
}

@media only screen and (max-width: 450px) {
    .resources_story {
        width:30rem;
        height: 25.5rem;
        margin: 2rem
    }

    .resources_story_image {
        height: 15rem
    }

    .resources_story_title {
        height: 10.5rem;
        background-color: #1C2127;
        padding: 1.5rem
    }
}

.text-card-color {
    height: 65rem;
    width: 55rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    justify-content: space-around;
    -webkit-box-align: start;
    align-items: flex-start;
    padding: 10rem 7rem;
    margin: 5rem
}

.text-card-color_title {
    font-size: 3.6rem;
    color: #fff;
    margin-top: -3rem
}

.text-card-color_text {
    font-size: 16px;
    color: #fff;
    line-height: 2;
    width: 40rem
}

@media (max-width: 1500px) {
    .text-card-color_text {
        font-size:2.2rem
    }
}

.text-card-color_button-container {
    margin-bottom: -3rem
}

.text-card-color_button {
    margin-right: 3rem;
    margin-top: 2rem;
    width: 30rem;
    height: 4.5rem;
    color: #fff;
    border: 0px;
    font-size: 16px;
    cursor: pointer
}

@media (max-width: 1500px) {
    .text-card-color_button {
        font-size:2.2rem
    }
}

.text-card-color textarea {
    display: block;
    width: 100%;
    border: 1px solid #a9b1b6;
    padding-left: 2rem;
    padding-top: 1.5rem;
    color: #a9b1b6;
    background-color: #21272d;
    margin: 1rem 0;
    font-size: 1.4rem;
    font-family: "din-2014","Source Sans Pro",sans-serif;
    resize: none;
    height: 7rem
}

@media (max-width: 1500px) {
    .text-card-color textarea {
        font-size:1.8rem
    }
}

.text-card-color_captcha {
    margin-top: 2rem;
    display: none
}

.half-screen-card {
    width: 50%;
    height: 54rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.half-screen-card_icon {
    width: 29rem;
    margin-left: 5rem
}

.half-screen-card_block {
    width: 40%;
    margin-left: 5rem;
    margin-right: 5rem
}

.half-screen-card_block_title {
    color: #fff;
    font-weight: 600;
    font-size: 2.4rem;
    margin-bottom: 3rem
}

@media (max-width: 1500px) {
    .half-screen-card_block_title {
        font-size:2.8rem
    }
}

.half-screen-card_block_text {
    color: #a9b1b6;
    font-size: 16px;
    margin-bottom: 3rem;
    line-height: 1.8
}

@media (max-width: 1500px) {
    .half-screen-card_block_text {
        font-size:2.2rem
    }
}

.half-screen-card_block_text a {
    color: #00c3ff;
    text-decoration: none
}

.half-screen-card_block_uses {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase
}

@media (max-width: 1500px) {
    .half-screen-card_block_uses {
        font-size:2.2rem
    }
}

.half-screen-card_dark {
    background-color: #15181c
}

.half-screen-card_light {
    background-color: #1C2127
}

@media only screen and (max-width: 1150px) {
    .half-screen-card {
        height:64rem
    }
}

@media only screen and (max-width: 950px) {
    .half-screen-card {
        width:100%
    }
}

@media only screen and (max-width: 900px) {
    .half-screen-card {
        width:100%;
        height: auto;
        padding: 3rem 0
    }

    .half-screen-card_icon {
        width: 23rem;
        margin-left: 15rem
    }

    .half-screen-card_block {
        width: 80%;
        text-align: center
    }

    .half-screen-card_block_title {
        margin-bottom: 3rem
    }

    .half-screen-card_block_text {
        margin-bottom: 3rem
    }
}

@media only screen and (max-width: 600px) {
    .half-screen-card_icon {
        width:15rem;
        margin-left: 7rem
    }
}

@media only screen and (max-width: 450px) {
    .half-screen-card {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        width: 100%;
        height: auto;
        padding: 3rem 0
    }

    .half-screen-card_icon {
        width: 17rem;
        margin-left: 0;
        margin-bottom: 3rem
    }
}

.multi-icon-card {
    position: relative;
    z-index: 100;
    margin: 5rem 5rem 0 5rem;
    width: 59rem;
    min-height: 70rem;
    height: auto;
    border: 2px solid #46B4A5;
    background-color: #111316;
    box-shadow: 0px 4px 10px 0px #000000;
    text-align: center
}

.multi-icon-card_title-icon {
    width: 15rem;
    margin-top: -7rem
}

.multi-icon-card_title {
    color: #fff;
    font-size: 3.6rem;
    margin-top: 1rem;
    font-weight: 600
}

.multi-icon-card_content-container {
    width: 85%;
    min-height: 17rem;
    margin: 5rem auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center
}

.multi-icon-card_content-container_icon-container {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    margin: 1rem 0
}

.multi-icon-card_content-container_icon-container_icons {
    height: 6rem;
    width: 10%;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.multi-icon-card_content-container_icon-container_icons_icon {
    font-size: 4rem;
    color: #46B4A5
}

.multi-icon-card_content-container_icon-container_text {
    color: #a9b1b6;
    font-size: 16px;
    width: 90%;
    text-align: left;
    padding-left: 2rem
}

@media (max-width: 1500px) {
    .multi-icon-card_content-container_icon-container_text {
        font-size:2.2rem
    }
}

@media only screen and (max-width: 1500px) {
    .multi-icon-card {
        min-height:80rem
    }
}

@media only screen and (max-width: 975px) {
    .multi-icon-card {
        margin:15rem auto 0 auto
    }
}

@media only screen and (max-width: 750px) {
    .multi-icon-card {
        height:auto
    }
}

@media only screen and (max-width: 550px) {
    .multi-icon-card {
        width:80%
    }
}

.reason-card {
    width: 40rem;
    height: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: center;
    margin: 2rem
}

@media only screen and (max-width: 900px) {
    .reason-card {
        width:auto;
        margin-bottom: 10rem
    }
}

.reason-card_image {
    width: auto;
    height: 90px;
    margin: 5rem auto 27px auto
}

@media only screen and (max-width: 900px) {
    .reason-card_image {
        width:13rem;
        height: auto;
        margin: 0 auto !important;
        margin-bottom: 3rem !important
    }
}

.reason-card_image_size_small {
    height: 90px;
    margin-bottom: 27px
}

.reason-card_image-with-padding {
    width: auto;
    height: 20rem;
    padding-top: 4rem;
    margin: 5rem auto 1rem auto
}

.reason-card_title {
    font-size: 2.4rem;
    color: #fff;
    margin: 0 auto 1rem auto;
    text-align: center;
    width: 38rem;
    font-weight: 600
}

@media (max-width: 1500px) {
    .reason-card_title {
        font-size:2.8rem
    }
}

@media only screen and (max-width: 900px) {
    .reason-card_title {
        width:100% !important;
        text-align: center !important
    }
}

.reason-card_text {
    font-size: 16px;
    line-height: 1.8;
    color: #a9b1b6;
    width: 35rem;
    margin: 0 auto
}

@media (max-width: 1500px) {
    .reason-card_text {
        font-size:2.2rem
    }
}

@media only screen and (max-width: 900px) {
    .reason-card_text {
        width:100% !important;
        text-align: center !important
    }
}

.reason-card_left .reason-card_text {
    text-align: left;
    margin: 0
}

.reason-card_left .reason-card_title {
    text-align: left;
    margin: 0;
    margin-bottom: 2rem
}

.reason-card_left .reason-card_image {
    margin-left: 0
}

.reason-cards {
    background: none;
    background-color: transparent !important
}

.reason-cards .reason-card {
    background: none
}

.reason-cards {
    grid-column: 1 / span 5;
    position: relative;
    z-index: 10;
    background-color: #111316;
    width: 100%
}

.reason-cards_first-row {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center
}

.reason-cards_second-row {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center
}

@media only screen and (max-width: 870px) {
    .reason-cards {
        display:-webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        align-items: flex-start
    }

    .reason-cards_first-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        width: 100%;
        padding: 0 8rem
    }

    .reason-cards_second-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
}

@media only screen and (max-width: 600px) {
    .reason-cards {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center
    }
}

.link-card {
    width: 38rem;
    height: 34rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: #1C2127;
    text-align: center;
    margin: 2rem;
    box-shadow: 0px 4px 10px 0px #000000;
    position: relative
}

.link-card_font-awesome-icon {
    margin: 0 auto 3rem auto;
    color: #ffffff;
    font-size: 13rem;
    background-color: #111316;
    border-radius: 50%
}

.link-card_content {
    margin-top: -20rem
}

.link-card_content img {
    height: 14.5rem;
    margin: 0 auto 1rem auto
}

.link-card_content_title {
    font-size: 2.4rem;
    color: #fff;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 600
}

@media (max-width: 1500px) {
    .link-card_content_title {
        font-size:2.8rem
    }
}

.link-card_content_text {
    font-size: 16px;
    line-height: 1.8;
    color: #a9b1b6;
    margin: 0 auto;
    width: 80%
}

@media (max-width: 1500px) {
    .link-card_content_text {
        font-size:2.2rem
    }
}

.link-card_link {
    position: absolute;
    bottom: 4rem;
    right: 5rem;
    color: white
}

.link-card_link a img {
    width: 6rem
}

.link-card_link_arrow {
    font-size: 6rem;
    color: #3C82F9
}

.link-card_show-dishpointer {
    cursor: pointer
}

@media only screen and (max-width: 825px) {
    .link-card {
        margin-top:10rem
    }
}

.link-cards {
    grid-column: 1 / span 5;
    position: relative;
    z-index: 10;
    background-color: #111316;
    width: 100%
}

.link-cards_first-row {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 15rem
}

.link-cards_second-row {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 15rem
}

@media only screen and (max-width: 825px) {
    .link-cards {
        display:-webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        align-items: flex-start
    }

    .link-cards_first-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        margin-top: 5rem
    }

    .link-cards_second-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        margin-top: 5rem
    }
}

@media only screen and (max-width: 600px) {
    .link-cards {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center
    }

    .link-cards_second-row {
        margin-top: 0
    }
}

.satnav {
    width: auto;
    margin: 0 auto
}

@media only screen and (max-width: 1090px) {
    .satnav {
        overflow:auto
    }
}

.satnav ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    cursor: pointer;
    grid-gap: 10px;
    margin-top: 30px
}

@media only screen and (max-width: 1090px) {
    .satnav ul {
        width:1200px
    }
}

.satnav_sat-row_sat-item {
    display: block;
    opacity: .7;
    border: 1px solid #1c2227;
    padding: 1rem 2rem 2rem 2rem;
    position: relative;
    cursor: pointer
}

.satnav_sat-row_sat-item:nth-of-type(1) {
    border: 1px solid #0BA0CE;
    color: #0BA0CE
}

.satnav_sat-row_sat-item:nth-of-type(2) {
    border: 1px solid #007CFF;
    color: #007CFF
}

.satnav_sat-row_sat-item:nth-of-type(3) {
    border: 1px solid #704FFF;
    color: #704FFF
}

.satnav_sat-row_sat-item:nth-of-type(4) {
    border: 1px solid #912FDF;
    color: #912FDF
}

.satnav_sat-row_sat-item:nth-of-type(5) {
    border: 1px solid #BD1BD9;
    color: #BD1BD9
}

.satnav_sat-row_sat-item:nth-of-type(6) {
    border: 1px solid #CE2F8D;
    color: #CE2F8D
}

.satnav_sat-row_sat-item a {
    text-decoration: none
}

.satnav_sat-row_sat-item:hover {
    background-color: #191a1b
}

.satnav_sat-row .off {
    opacity: 1;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.satnav_sat-row .off p {
    color: gray
}

.satnav::-webkit-scrollbar {
    display: none
}

.off .satimg-title-header::after {
    opacity: 0
}

.satellite-updated {
    border-radius: 0px;
    border: 1px solid #00ccff;
    padding: 4px 6px;
    text-align: center;
    color: #00ccff;
    font-size: 10px;
    font-weight: 400;
    position: absolute;
    top: 5px;
    left: 5px;
    display: inline-block
}

.blue-highlight {
    color: #00ccff
}

.signalstr {
    margin-bottom: 0;
    height: 3.7rem;
    overflow: hidden
}

.signalstr img {
    width: 33px;
    margin: 0 auto;
    height: 120px
}

.satimg {
    margin-bottom: 10px
}

.satimg img {
    width: 20px;
    margin: 0 auto
}

.satimg-title {
    font-size: 1.4rem;
    line-height: 1
}

@media (max-width: 1500px) {
    .satimg-title {
        font-size:1.8rem
    }
}

.satimg-title-header {
    font-size: 1.4rem
}

@media (max-width: 1500px) {
    .satimg-title-header {
        font-size:1.8rem
    }
}

.satimg-title-header::before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f7c0";
    font-weight: 900;
    display: block;
    font-size: 25px
}

.satimg-title-header::after {
    content: "\f058";
    font-family: 'Font Awesome 5 Pro';
    float: right;
    font-size: 25px;
    margin-top: -45px;
    opacity: 1;
    -webkit-transition: .25s;
    transition: .25s
}

.satimg-text {
    font-size: 1.4rem;
    color: #c1c1c1;
    margin-top: 1rem;
    line-height: 1.5
}

@media (max-width: 1500px) {
    .satimg-text {
        font-size:1.8rem
    }
}

@media only screen and (max-width: 750px) {
    .satnav {
        width:auto
    }
}

@media only screen and (max-width: 650px) {
    .satnav {
        width:auto
    }
}

@media only screen and (max-width: 550px) {
    .satnav {
        width:auto
    }
}

.curly-quotes:before,.curly-quotes:after {
    display: inline-block;
    vertical-align: top;
    height: 3rem;
    line-height: 4.8rem;
    font-size: 11rem;
    opacity: .2
}

.curly-quotes:before {
    content: '\201C';
    margin-right: 3rem;
    margin-left: -7rem
}

.curly-quotes:after {
    content: '\201D';
    margin-top: 3rem;
    margin-left: 1rem;
    margin-right: -7rem
}

.language-button {
    background-color: transparent;
    color: #00c3ff;
    width: 135px;
    text-transform: capitalize;
    text-align: center;
    font-weight: 400;
    position: absolute;
    right: 5rem;
    z-index: 9999;
    font-size: 16.5px;
    top: 25px
}

.language-button::after {
    content: "\f107";
    position: absolute;
    top: 3px;
    right: 0;
    left: 82px;
    font-family: 'Font Awesome 5 Pro'
}

.language-button ul {
    list-style: none;
    background-color: #1C2127;
    color: #a9b1b6;
    width: 135px;
    text-transform: capitalize;
    text-align: center;
    font-weight: 400;
    position: relative;
    z-index: 9999
}

.txlive-langselector-list.txlive-langselector-list-opened {
    max-height: 345px !important
}

#tx-live-lang-toggle {
    position: relative;
    z-index: 9999
}

.slack-logo {
    display: block;
    font-size: 3.5rem;
    margin-right: .3rem
}

.nowrap {
    white-space: nowrap
}

.show-modal {
    -webkit-animation: animationModal .5s forwards;
    animation: animationModal .5s forwards
}

@media only screen and (max-width: 1090px) {
    .language-button {
        position:-webkit-sticky;
        position: sticky;
        bottom: 5rem;
        right: 5rem;
        top: auto;
        margin-left: -8px;
        margin-top: 15px;
        font-size: 16.5px;
        display: block
    }
}

.dishpointer {
    margin: 0 auto;
    grid-column: 3;
    display: none;
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6)
}

.dishpointer_input {
    height: 5rem;
    border-radius: 5px;
    border: 1px solid #00c3ff;
    background-color: #1c2127;
    padding: 1rem;
    color: #a9b1b6;
    font-size: 16px;
    outline: none
}

@media (max-width: 1500px) {
    .dishpointer_input {
        font-size:2.2rem
    }
}

.dishpointer select {
    -webkit-appearance: none;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23a9b1b6'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
    background-size: 10px;
    background-position: 99% 60%;
    background-color: #1c2127
}

.dishpointer_container {
    position: absolute;
    top: 10rem;
    bottom: 10rem;
    left: 0;
    right: 0;
    width: 70%;
    margin: auto;
    padding: 5rem;
    background-color: #1C2127;
    color: #a9b1b6;
    font-size: 16px;
    line-height: 1.8;
    box-shadow: 0px 4px 10px 0px #000000;
    overflow-y: scroll;
    overflow-x: hidden
}

@media (max-width: 1500px) {
    .dishpointer_container {
        font-size:2.2rem
    }
}

.dishpointer_container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #1c2127
}

.dishpointer_container::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5
}

.dishpointer_container::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #555
}

@media only screen and (max-width: 768px) {
    .dishpointer_container {
        width:100%
    }
}

.dishpointer_container_close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
    padding: 1.5rem;
    font-size: 3.5rem;
    color: #00c3ff
}

.dishpointer_container a {
    text-decoration: none;
    color: #00c3ff
}

.dishpointer_container_form {
    width: 80%;
    margin: 5rem auto
}

.dishpointer_container_form_radio-buttons {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.dishpointer_container_form_address-block {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.dishpointer_container_form_address-block_input-address {
    display: block;
    width: 100%;
    margin-top: 1rem
}

.dishpointer_container_form_address-block_input-coordinates {
    display: none;
    width: 45%;
    margin-top: 1rem
}

.dishpointer_container_form_satellite-block_dropdown {
    width: 100%;
    margin-top: 1rem
}

.dishpointer_container_form_calculate-button {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 12rem;
    height: 5rem;
    border: 2px solid #00c3ff;
    border-radius: 5px;
    color: #00c3ff;
    text-decoration: none;
    margin: 3rem auto
}

.dishpointer_container_form_calculate-button:active {
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}

.dishpointer_container_dishalignment_aim {
    margin-top: 2rem;
    margin-bottom: 3rem
}

.dishpointer_container_dishalignment_aim_block {
    margin-top: 1rem
}

.dishpointer_container_dishalignment_map {
    display: none;
    margin: 5rem auto;
    width: 90%;
    height: 50rem
}

.dishalignment_result {
    color: #00c3ff
}

.under-the-hood-card {
    width: 58rem;
    height: 41rem;
    margin: 5rem;
    background-color: #111316;
    position: relative;
    overflow: hidden;
    border: 2px solid #07887d;
    box-shadow: 0px 4px 10px 0px #000000
}

.under-the-hood-card_logo {
    width: 60%;
    height: auto;
    position: relative;
    top: -2rem
}

.under-the-hood-card_link-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    width: auto;
    position: absolute;
    bottom: 5rem;
    right: 4rem
}

.under-the-hood-card_link-container_text {
    font-size: 2.4rem;
    font-weight: bold;
    margin-right: 2rem;
    color: #45b1a2
}

@media (max-width: 1500px) {
    .under-the-hood-card_link-container_text {
        font-size:2.8rem
    }
}

.under-the-hood-card_link-container_arrow {
    color: #45b1a2;
    font-size: 6rem
}

.under-the-hood-card_oversized-logo {
    width: 80%;
    position: absolute;
    top: -11rem;
    left: -5rem
}

@media only screen and (max-width: 500px) {
    .under-the-hood-card {
        width:80%
    }
}

.contact-card {
    width: 38rem;
    height: 34rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: #15181c;
    text-align: center;
    margin: 2rem;
    box-shadow: 0px 4px 10px 0px #000000;
    position: relative
}

.contact-card_content {
    margin-top: -20rem
}

.contact-card_content img {
    height: 14.5rem;
    margin: 0 auto 1rem auto
}

.contact-card_content_title {
    font-size: 2.4rem;
    color: #fff;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 600
}

@media (max-width: 1500px) {
    .contact-card_content_title {
        font-size:2.8rem
    }
}

.contact-card_content_text {
    font-size: 16px;
    line-height: 1.8;
    color: #a9b1b6;
    margin: 0 auto;
    width: 80%
}

@media (max-width: 1500px) {
    .contact-card_content_text {
        font-size:2.2rem
    }
}

.contact-card_link {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    text-decoration: none;
    width: 85%;
    margin: 0 auto;
    position: absolute;
    bottom: 3rem;
    left: 0;
    right: 0
}

.contact-card_link_text {
    font-size: 2.4rem;
    text-decoration: none;
    color: #00c3ff;
    font-weight: 600
}

@media (max-width: 1500px) {
    .contact-card_link_text {
        font-size:2.8rem
    }
}

.contact-card_link_arrow {
    color: #00c3ff;
    font-size: 5rem
}

@media only screen and (max-width: 800px) {
    .contact-card {
        margin-top:15rem
    }
}

canvas {
    display: block;
    vertical-align: bottom;
    height: 100%
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100rem;
    background-color: #102132;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 100;
    grid-column: 1 / span 5
}

.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13e8e9;
    font-size: 0.8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold
}

.js-count-particles {
    font-size: 1.1em
}

#stats,.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden
}

.count-particles {
    border-radius: 0 0 3px 3px
}

canvas {
    display: block;
    vertical-align: bottom;
    position: relative;
    z-index: -1;
    height: 100%
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 120rem;
    background-color: transparent;
    z-index: 501
}

.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13e8e9;
    font-size: 0.8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold
}

.js-count-particles {
    font-size: 1.1em
}

#stats,.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden
}

.count-particles {
    border-radius: 0 0 3px 3px
}

#particles-background {
    position: absolute;
    width: 100%;
    height: 120rem;
    background-color: #15181c
}

#particles-background img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.press-article-block {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    width: 38.4rem;
    margin: 5rem 3rem;
    padding: 1rem
}

.press-article-block a {
    text-decoration: none;
    color: #fff
}

.press-article-block_image-container {
    width: 36.4rem;
    height: 21.6rem;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.press-article-block_image-container img {
    width: 100%
}

.press-article-block_block {
    width: 100%;
    color: #a9b1b6;
    font-size: 16px
}

@media (max-width: 1500px) {
    .press-article-block_block {
        font-size:2.2rem
    }
}

.press-article-block_block_title {
    font-size: 2.4rem;
    color: #fff;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 600
}

@media (max-width: 1500px) {
    .press-article-block_block_title {
        font-size:2.8rem
    }
}

.press-article-block_block_publication {
    margin-top: 2rem;
    font-size: 1.4rem
}

@media (max-width: 1500px) {
    .press-article-block_block_publication {
        font-size:1.8rem
    }
}

@media only screen and (max-width: 1500px) {
    .press-article-block_image-container {
        width:50rem;
        height: 35rem
    }
}

@media only screen and (max-width: 1200px) {
    .press-article-block {
        width:50rem
    }

    .press-article-block_image-container {
        width: 50rem;
        height: 30rem
    }
}

@media only screen and (max-width: 1000px) {
    .press-article-block {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        margin-bottom: 10rem;
        margin-top: 5rem;
        width: 40rem
    }

    .press-article-block_block {
        margin-top: 3rem
    }

    .press-article-block_image-container {
        width: 40rem
    }
}

@media only screen and (max-width: 700px) {
    .press-article-block {
        margin-left:auto;
        margin-right: auto
    }
}

.press-main-article {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    margin: 5rem 5rem 12rem 3rem;
    padding: 3rem 0
}

.press-main-article a {
    text-decoration: none;
    color: #fff
}

.press-main-article_image-container {
    width: 82.8rem;
    height: auto;
    overflow: hidden
}

.press-main-article_image-container img {
    width: 100%
}

.press-main-article_block {
    width: 38.4rem;
    margin-left: 5rem;
    color: #a9b1b6;
    font-size: 16px
}

@media (max-width: 1500px) {
    .press-main-article_block {
        font-size:2.2rem
    }
}

.press-main-article_block_title {
    font-size: 2.4rem;
    color: #fff;
    margin-bottom: 1rem;
    font-weight: 600
}

@media (max-width: 1500px) {
    .press-main-article_block_title {
        font-size:2.8rem
    }
}

.press-main-article_block_text {
    color: #a9b1b6
}

.press-main-article_block_publication {
    margin-top: 2rem;
    font-size: 1.4rem
}

@media (max-width: 1500px) {
    .press-main-article_block_publication {
        font-size:1.8rem
    }
}

@media only screen and (max-width: 1000px) {
    .press-main-article {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        margin-bottom: 10rem;
        margin-top: 5rem;
        margin-left: auto;
        margin-right: auto
    }

    .press-main-article_block {
        margin-top: 3rem;
        margin-left: 0;
        width: 50%
    }
}

@media only screen and (max-width: 700px) {
    .press-main-article {
        margin:5rem auto 5rem auto;
        width: 38.4rem
    }

    .press-main-article_image-container {
        width: 38.4rem
    }

    .press-main-article_block {
        width: 100%
    }
}

.gsc-control-cse {
    background-color: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid #a9b1b6 !important;
    width: 35rem !important;
    height: auto !important;
    padding: 0rem 1rem !important
}

.gsc-input-box {
    background-color: transparent !important;
    border: 0 !important
}

.gsc-input {
    color: #a9b1b6 !important;
    background-color: transparent !important;
    outline: 0 !important;
    border: 0 !important
}

.gsc-input-box-focus {
    outline: none !important;
    border: 0 !important
}

.gsc-control-cse:after {
    content: none !important
}

button.gsc-search-button {
    padding: 7px !important;
    background-color: transparent !important;
    border: 0 !important
}

button.gsc-search-button svg {
    width: 18px !important;
    height: 18px !important
}

.gsc-modal-background-image {
    background-color: rgba(0,0,0,0.5) !important
}

.gsst_a {
    display: none !important
}

.gsc-result .gs-title {
    height: 1.5em !important;
    padding-bottom: 1rem !important
}

@media only screen and (min-width: 1090px) {
    .search-box-collapsed {
        background-color:transparent;
        height: 4rem;
        width: 7rem;
        display: block;
        position: relative;
        z-index: 1
    }

    .search-box-collapsed_icon {
        fill: white;
        width: 18px !important;
        height: 18px !important;
        position: relative;
        z-index: -1;
        vertical-align: bottom;
        left: 2rem;
        bottom: 2px
    }

    .search-box {
        display: none
    }
}

@media only screen and (max-width: 1090px) {
    .search-box-collapsed {
        background-color:transparent;
        height: 6rem;
        width: 7rem;
        display: block;
        position: relative;
        z-index: 1;
        margin-left: 3.5rem;
        margin-top: 1.5rem
    }

    .search-box-collapsed_icon {
        fill: white;
        width: 18px !important;
        height: 18px !important;
        position: relative;
        z-index: -1;
        vertical-align: bottom
    }

    .search-box {
        display: none;
        margin-left: 3.5rem;
        margin-top: 1.5rem
    }
}

.product-sub-nav {
    grid-column: 1 / span 5;
    background-color: #0c0d0f;
    box-shadow: 0px 4px 20px -5px #000000;
    border-top: 1px solid #2b2e36;
    width: 100%;
    color: #fff;
    position: absolute;
    top: 80px;
    z-index: 99;
    -webkit-transition: all .4s;
    transition: all .4s
}

.product-sub-nav_container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

@media only screen and (max-width: 600px) {
    .product-sub-nav_container {
        -webkit-box-pack:start;
        justify-content: flex-start
    }
}

.product-sub-nav_container_gradient {
    position: absolute;
    right: 0;
    height: 100%;
    width: 10rem;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#1c2127));
    background-image: linear-gradient(to right, transparent, #1c2127)
}

.product-sub-nav_container_page {
    width: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    height: 6rem;
    margin: 0 4rem;
    padding: 0;
    font-size: 16.5px;
    font-weight: normal;
    white-space: nowrap
}

.product-sub-nav_container_page-active-liquid,.product-sub-nav_container_page-active-liquid-token {
    border-bottom: 2px solid #46B4A5;
    border-top: 2px solid transparent
}

.product-sub-nav_container_page-active-newsroom {
    border-bottom: 2px solid #00c3ff;
    border-top: 2px solid transparent
}

.product-sub-nav_container_page-active-satellite {
    border-bottom: 2px solid #3C82F9;
    border-top: 2px solid transparent
}

.product-sub-nav_container_page-active-mining {
    border-bottom: 2px solid #dd1f48;
    border-top: 2px solid transparent
}

.product-sub-nav_container_page-active-green {
    border-bottom: 2px solid #00B45A;
    border-top: 2px solid transparent
}

.product-sub-nav_container_page-active-aqua {
    border-bottom: 2px solid #46b4a5;
    border-top: 2px solid transparent
}

.product-sub-nav_container_page-active-amp {
    border-bottom: 2px solid #0e8d99;
    border-top: 2px solid transparent
}

.product-sub-nav_container_page-active-lightning {
    border-bottom: 2px solid #C6B24B;
    border-top: 2px solid transparent
}

.product-sub-nav_container_page-active-financial {
    border-bottom: 2px solid #3fabe8;
    border-top: 2px solid transparent
}

.product-sub-nav_container_page-active-jade {
    border-bottom: 2px solid #00B093;
    border-top: 2px solid transparent
}

.product-sub-nav_container_page_link {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.product-sub-nav_container_page_link-liquid,.product-sub-nav_container_page_link-liquid-token {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.product-sub-nav_container_page_link-liquid :hover,.product-sub-nav_container_page_link-liquid-token :hover {
    border-bottom: 2px solid #46B4A5;
    border-top: 2px solid transparent
}

.product-sub-nav_container_page_link-newsroom {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.product-sub-nav_container_page_link-newsroom :hover {
    border-bottom: 2px solid #00c3ff;
    border-top: 2px solid transparent
}

.product-sub-nav_container_page_link-satellite {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.product-sub-nav_container_page_link-satellite :hover {
    border-bottom: 2px solid #3C82F9;
    border-top: 2px solid transparent
}

.product-sub-nav_container_page_link-financial {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.product-sub-nav_container_page_link-financial :hover {
    border-bottom: 2px solid #3fabe8;
    border-top: 2px solid transparent
}

.product-sub-nav_container_page_link-jade {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.product-sub-nav_container_page_link-jade :hover {
    border-bottom: 2px solid #00B093;
    border-top: 2px solid transparent
}

.product-sub-nav_container_page_link-mining {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.product-sub-nav_container_page_link-mining :hover {
    border-bottom: 2px solid #dd1f48;
    border-top: 2px solid transparent
}

.product-sub-nav_container_page_link-green {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.product-sub-nav_container_page_link-green :hover {
    border-bottom: 2px solid #00B45A;
    border-top: 2px solid transparent
}

.product-sub-nav_container_page_link-aqua {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.product-sub-nav_container_page_link-aqua :hover {
    border-bottom: 2px solid #46b4a5;
    border-top: 2px solid transparent
}

.product-sub-nav_container_page_link-amp {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.product-sub-nav_container_page_link-amp :hover {
    border-bottom: 2px solid #0e8d99;
    border-top: 2px solid transparent
}

.product-sub-nav_container_page_link-lightning {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.product-sub-nav_container_page_link-lightning :hover {
    border-bottom: 2px solid #C6B24B;
    border-top: 2px solid transparent
}

.product-sub-nav_container_page_scrollable {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    overflow-x: scroll;
    overflow-y: -moz-hidden-unscrollable;
    overflow-x: -moz-hidden-unscrollable;
    -ms-overflow-style: none;
    overflow-x: auto
}

.product-sub-nav_container_page_scrollable::-webkit-scrollbar {
    display: none
}

.product-sub-nav_container_product {
    padding-left: 0 !important;
    padding-right: 2rem
}

.product-sub-nav_container_product_mobile {
    display: none
}

.product-sub-nav_container_product_logo {
    padding-right: 2rem !important;
    height: 25px
}

@media only screen and (max-width: 500px) {
    .product-sub-nav_container_product_logo {
        padding-right:0 !important
    }
}

.product-sub-nav_container_product_title {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 0 !important;
    border-top: 0 !important
}

@media only screen and (max-width: 500px) {
    .product-sub-nav_container_product_title {
        display:none
    }
}

@media only screen and (max-width: 1090px) {
    .product-sub-nav {
        position:relative;
        top: 80px !important;
        padding-left: 10px;
        height: 60px
    }

    .product-sub-nav_container {
        margin-left: 0;
        height: 100%;
        margin-right: 10px
    }

    .product-sub-nav_container_page {
        height: 100%
    }

    .product-sub-nav_container_page_scrollable {
        height: 100%
    }

    .product-sub-nav_container_page_scrollable a {
        height: 100%
    }

    .product-sub-nav_container_product {
        display: none
    }

    .product-sub-nav_container_product_mobile {
        display: -webkit-box;
        display: flex
    }

    .product-sub-nav_container_product_title {
        font-size: 18px;
        width: auto
    }

    .header_primary_navigation_item_sub-list_item_link_icon_font-awesome {
        font-size: 2rem;
        min-width: 3.5rem;
        width: auto;
        margin: 7px 0px
    }

    .header_primary_navigation_item_sub-list_item_link {
        display: -webkit-box;
        display: flex
    }
}

@media only screen and (max-width: 550px) {
    .product-sub-nav_container_page {
        margin-left:3.5rem;
        margin-right: 0;
        padding: 0
    }
}

.slide-in-right {
    -webkit-animation: slideRight .3s ease-in-out;
    animation: slideRight .3s ease-in-out
}

@-webkit-keyframes slideRight {
    from {
        -webkit-transform: translate(0px);
        transform: translate(0px)
    }

    65% {
        -webkit-transform: translate(80px);
        transform: translate(80px)
    }

    to {
        -webkit-transform: translate(0px);
        transform: translate(0px)
    }
}

@keyframes slideRight {
    from {
        -webkit-transform: translate(0px);
        transform: translate(0px)
    }

    65% {
        -webkit-transform: translate(80px);
        transform: translate(80px)
    }

    to {
        -webkit-transform: translate(0px);
        transform: translate(0px)
    }
}

.color-link-box {
    max-width: 1140px;
    background-color: transparent;
    box-shadow: 0px 4px 10px 0px #000000;
    margin: 10rem auto 0 auto;
    position: relative
}

.color-link-box_title {
    text-align: center;
    padding: 3rem 0
}

.color-link-box_link-button_arrow {
    cursor: pointer;
    width: 6rem;
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    font-size: 6rem
}

.color-link-box-liquid {
    border: 2px solid #46B4A5
}

.color-link-box-liquid_title {
    color: #46B4A5;
    font-size: 2.4rem
}

@media (max-width: 1500px) {
    .color-link-box-liquid_title {
        font-size:2.8rem
    }
}

.color-link-box-liquid_link-button_arrow {
    color: #46B4A5
}

.color-link-box-satellite {
    border: 2px solid #3C82F9
}

.color-link-box-satellite_title {
    color: #3C82F9;
    font-size: 16px
}

@media (max-width: 1500px) {
    .color-link-box-satellite_title {
        font-size:2.2rem
    }
}

.color-link-box-satellite_link-button_arrow {
    color: #3C82F9
}

.satellite-widget {
    width: auto;
    height: auto;
    position: fixed !important;
    top: 37rem;
    left: 10rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: start;
    align-items: flex-start;
    z-index: 1
}

.satellite-widget_mobile {
    display: none
}

.satellite-widget_switch {
    height: auto;
    width: 10rem
}

.satellite-widget_container {
    background-color: rgba(34,108,195,0.8);
    border-radius: 8px;
    height: auto;
    width: 45rem;
    padding: 2.5rem;
    margin-left: 5rem;
    position: relative;
    -webkit-animation: animationExpandBox .3s forwards;
    animation: animationExpandBox .3s forwards;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%
}

.satellite-widget_container_exit {
    position: absolute;
    top: 0;
    right: 0;
    color: #00c3ff;
    font-size: 2.75rem;
    cursor: pointer;
    padding: 1.75rem
}

.satellite-widget_container_arrow {
    position: absolute;
    top: 3rem;
    left: -3rem;
    width: 0;
    height: 0;
    border-bottom: 3rem solid transparent;
    border-right: 3rem solid rgba(34,108,195,0.8)
}

.satellite-widget_container_title {
    color: #00c3ff;
    font-size: 1.8rem;
    font-weight: bold;
    font-size: 2.4rem
}

@media (max-width: 1500px) {
    .satellite-widget_container_title {
        font-size:2.8rem
    }
}

.satellite-widget_container_title_warning {
    font-size: 3rem;
    color: orange;
    margin-right: .5rem
}

.satellite-widget_container_text {
    color: #fff;
    letter-spacing: 0.03em;
    font-size: 1.2rem;
    margin-top: .5rem;
    font-size: 16px
}

@media (max-width: 1500px) {
    .satellite-widget_container_text {
        font-size:2.2rem
    }
}

.satellite-widget_mobile {
    width: auto;
    height: auto;
    position: fixed !important;
    bottom: 10rem;
    right: 6rem;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: end;
    align-items: flex-end;
    z-index: 1
}

.satellite-widget_mobile_switch {
    height: auto;
    width: 15rem
}

.satellite-widget_mobile_container {
    background-color: #226cc3;
    border-radius: 8px;
    height: auto;
    width: 55rem;
    padding: 3rem;
    margin-right: 3rem;
    margin-bottom: 6rem;
    position: relative;
    -webkit-animation: animationExpandBox .3s forwards;
    animation: animationExpandBox .3s forwards;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.satellite-widget_mobile_container_exit {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1.75rem;
    color: #00c3ff;
    font-size: 2.75rem;
    cursor: pointer
}

.satellite-widget_mobile_container_arrow {
    position: absolute;
    bottom: -4.8rem;
    right: 7rem;
    width: 0;
    height: 0;
    border-bottom: 5rem solid transparent;
    border-right: 5rem solid #226cc3
}

.satellite-widget_mobile_container_title {
    color: #00c3ff;
    font-size: 1.8rem;
    font-size: 2.4rem;
    font-weight: bold
}

@media (max-width: 1500px) {
    .satellite-widget_mobile_container_title {
        font-size:2.8rem
    }
}

.satellite-widget_mobile_container_title_warning {
    font-size: 3rem;
    color: orange;
    margin-right: .5rem
}

.satellite-widget_mobile_container_text {
    color: #fff;
    letter-spacing: 0.03em;
    font-size: 1.2rem;
    margin-top: 2.5rem;
    font-size: 16px
}

@media (max-width: 1500px) {
    .satellite-widget_mobile_container_text {
        font-size:2.2rem
    }
}

@media only screen and (max-width: 1175px) {
    .satellite-widget {
        display:none
    }

    .satellite-widget_mobile {
        display: -webkit-box;
        display: flex
    }
}

@media only screen and (max-width: 550px) {
    .satellite-widget_mobile {
        right:auto
    }

    .satellite-widget_mobile_switch {
        position: fixed;
        bottom: 10rem;
        right: 6rem
    }

    .satellite-widget_mobile_container {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 16rem !important
    }

    .satellite-widget_mobile_container_arrow {
        right: 9rem
    }
}

.unsupported-browser {
    background-color: #226cc3;
    height: 100px;
    width: 1000px;
    position: absolute;
    top: 15rem;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    border-radius: 8px;
    padding: 3rem
}

.unsupported-browser_icon {
    font-size: 3rem;
    color: orange;
    margin-right: 2rem
}

.unsupported-browser_text {
    color: #fff;
    font-weight: bold;
    font-size: 2.4rem
}

@media (max-width: 1500px) {
    .unsupported-browser_text {
        font-size:2.8rem
    }
}

.curly-quotes:before,.curly-quotes:after {
    display: inline-block;
    vertical-align: top;
    height: 3rem;
    line-height: 4.8rem;
    font-size: 11rem;
    opacity: .2
}

.curly-quotes:before {
    content: '\201C';
    margin-right: 3rem;
    margin-left: -7rem
}

.curly-quotes:after {
    content: '\201D';
    margin-top: 3rem;
    margin-left: 1rem;
    margin-right: -7rem
}

.language-button {
    background-color: transparent;
    color: #00c3ff;
    width: 135px;
    text-transform: capitalize;
    text-align: center;
    font-weight: 400;
    position: absolute;
    right: 5rem;
    z-index: 9999;
    font-size: 16.5px;
    top: 25px
}

.language-button::after {
    content: "\f107";
    position: absolute;
    top: 3px;
    right: 0;
    left: 82px;
    font-family: 'Font Awesome 5 Pro'
}

.language-button ul {
    list-style: none;
    background-color: #1C2127;
    color: #a9b1b6;
    width: 135px;
    text-transform: capitalize;
    text-align: center;
    font-weight: 400;
    position: relative;
    z-index: 9999
}

.txlive-langselector-list.txlive-langselector-list-opened {
    max-height: 345px !important
}

#tx-live-lang-toggle {
    position: relative;
    z-index: 9999
}

.slack-logo {
    display: block;
    font-size: 3.5rem;
    margin-right: .3rem
}

.nowrap {
    white-space: nowrap
}

.show-modal {
    -webkit-animation: animationModal .5s forwards;
    animation: animationModal .5s forwards
}

@media only screen and (max-width: 1090px) {
    .language-button {
        position:-webkit-sticky;
        position: sticky;
        bottom: 5rem;
        right: 5rem;
        top: auto;
        margin-left: -8px;
        margin-top: 15px;
        font-size: 16.5px;
        display: block
    }
}

.crypto-assets {
    position: fixed;
    height: 75rem;
    width: 55rem;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    margin: auto auto;
    background-color: #21272d;
    border-radius: 8px;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.6);
    padding: 7.5rem;
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center
}

.crypto-assets_exit {
    color: #00c3ff;
    font-size: 3rem;
    margin-right: 4rem;
    cursor: pointer;
    position: absolute;
    right: -4rem;
    top: 0;
    padding: 2rem
}

.crypto-assets_crypto_title {
    color: #00c3ff;
    letter-spacing: 0.01em;
    line-height: 38px;
    font-size: 2.4rem;
    font-weight: bold
}

@media (max-width: 1500px) {
    .crypto-assets_crypto_title {
        font-size:2.8rem
    }
}

.crypto-assets_crypto_list {
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.01em;
    line-height: 36px;
    margin-top: 2rem;
    text-align: justify
}

@media (max-width: 1500px) {
    .crypto-assets_crypto_list {
        font-size:2.2rem
    }
}

.crypto-assets_fiat_title {
    color: #00c3ff;
    letter-spacing: 0.01em;
    line-height: 38px;
    font-size: 2.4rem;
    font-weight: bold
}

@media (max-width: 1500px) {
    .crypto-assets_fiat_title {
        font-size:2.8rem
    }
}

.crypto-assets_fiat_list {
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.01em;
    line-height: 36px;
    margin-top: 2rem;
    text-align: justify
}

@media (max-width: 1500px) {
    .crypto-assets_fiat_list {
        font-size:2.2rem
    }
}

.crypto-assets_backdrop {
    background-color: rgba(0,0,0,0.8);
    z-index: 9998;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%
}

#crypto-assets-pop-up {
    display: none
}

#crypto-assets-backdrop {
    display: none
}

@media only screen and (max-width: 1500px) {
    .crypto-assets {
        height:100rem
    }
}

@media only screen and (max-width: 1090px) {
    .crypto-assets {
        top:10rem
    }
}

@media only screen and (max-width: 500px) {
    .crypto-assets {
        height:auto;
        width: 90%;
        overflow: scroll
    }

    .crypto-assets_fiat_title {
        margin-top: 5rem
    }
}

.slideshow-crypto-assets {
    grid-column: 1 / span 5;
    margin: 3.5rem auto;
    position: relative;
    max-width: 150rem;
    width: 100%;
    height: 10rem;
    overflow: hidden
}

.slideshow-crypto-assets_container {
    position: absolute;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-animation: moveSlideshow 60s linear infinite;
    animation: moveSlideshow 60s linear infinite
}

@-webkit-keyframes moveSlideshow {
    100% {
        -webkit-transform: translateX(-66.6666%);
        transform: translateX(-66.6666%)
    }
}

@keyframes moveSlideshow {
    100% {
        -webkit-transform: translateX(-66.6666%);
        transform: translateX(-66.6666%)
    }
}

.slideshow-fiat-assets {
    grid-column: 1 / span 5;
    margin: 3.5rem auto;
    position: relative;
    max-width: 150rem;
    width: 100%;
    height: 10em;
    overflow: hidden
}

.slideshow-fiat-assets_container {
    position: absolute;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-animation: moveSlideshow 45s linear infinite;
    animation: moveSlideshow 45s linear infinite
}

@keyframes moveSlideshow {
    100% {
        -webkit-transform: translateX(-66.6666%);
        transform: translateX(-66.6666%)
    }
}

.image-text-section {
    grid-column: 3;
    margin-top: 10rem
}

.image-text-section_container {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center
}

.image-text-section_image {
    position: relative;
    width: 50%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.image-text-section_image img {
    width: 100%;
    height: auto
}

.image-text-section_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse
}

.image-text-section_content {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 50%
}

.image-text-section_content_title {
    width: 50%;
    color: #fff;
    font-size: 3.6rem;
    font-weight: 600
}

@media (max-width: 1500px) {
    .image-text-section_content_title {
        font-size:4rem
    }
}

.image-text-section_content_text {
    width: 50%;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    margin-top: 2.5rem
}

@media (max-width: 1500px) {
    .image-text-section_content_text {
        font-size:2.2rem
    }
}

@media only screen and (max-width: 950px) {
    .image-text-section {
        margin-top:25rem
    }

    .image-text-section_image {
        -webkit-box-pack: start;
        justify-content: flex-start;
        width: 50%
    }

    .image-text-section_image img {
        width: 75%
    }

    .image-text-section_content {
        width: 50%
    }

    .image-text-section_content_title {
        width: 85%
    }

    .image-text-section_content_text {
        width: 85%
    }
}

@media only screen and (max-width: 740px) {
    .image-text-section {
        margin-top:25rem
    }

    .image-text-section_container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }

    .image-text-section_image {
        -webkit-box-pack: start;
        justify-content: flex-start;
        width: 75%
    }

    .image-text-section_image img {
        width: 90%
    }

    .image-text-section_content {
        margin-top: 10rem;
        width: 75%
    }

    .image-text-section_content_title {
        width: 85%
    }

    .image-text-section_content_text {
        width: 85%
    }
}

#desktop-comparison-table {
    display: block
}

#mobile-comparison-table {
    display: none
}

.comparison_column-spacer {
    width: 2rem
}

.comparison_box-shadow_right {
    box-shadow: 4px 0 3px -2px #000
}

.comparison_row_odd {
    background-color: #15181c
}

.comparison_row_even {
    background-color: #1c2127
}

.comparison_table {
    width: 122rem;
    height: auto;
    margin: 15rem auto 10rem auto;
    position: relative;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 300
}

.comparison_table_highlight_indicator-1 {
    box-shadow: 0px 0px 14px 0px #000000;
    position: absolute;
    right: 56rem;
    top: 0;
    bottom: 0;
    width: 26rem
}

.comparison_table_highlight_indicator-2 {
    box-shadow: 0px 0px 14px 0px #000000;
    position: absolute;
    right: 28rem;
    top: 0;
    bottom: 0;
    width: 26rem
}

.comparison_table_highlight_indicator-3 {
    box-shadow: 0px 0px 14px 0px #000000;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 26rem
}

.comparison_table_spacer {
    width: 40rem;
    height: 6rem
}

.comparison_table_header {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

.comparison_table_header_item {
    width: 26rem;
    height: auto;
    padding: 14px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    z-index: 2
}

.comparison_table_header_item_title {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.4
}

.comparison_table_header_item_text {
    font-weight: 300;
    font-size: 14px;
    text-align: center
}

.comparison_table_content {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

.comparison_table_attributes {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.comparison_table_attributes_item {
    width: 40rem;
    height: 6rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
    line-height: 2.6rem
}

.comparison_table_indicators_row {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

.comparison_table_indicators_row_item {
    width: 26rem;
    height: 6rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative
}

.comparison_table_indicators_row_item_true {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.comparison_table_indicators_row_item_true img {
    height: 24px;
    width: auto
}

.comparison_table_indicators_row_item_false {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.comparison_table_indicators_row_item_false img {
    height: 24px;
    width: auto
}

@media only screen and (max-width: 950px) {
    .comparison_table {
        width:98.4rem
    }

    .comparison_table_highlight_indicator-1 {
        right: 45.6rem;
        width: 20.8rem
    }

    .comparison_table_highlight_indicator-2 {
        right: 22.8rem;
        width: 20.8rem
    }

    .comparison_table_highlight_indicator-3 {
        width: 20.8rem
    }

    .comparison_table_spacer {
        width: 32rem;
        height: 6rem
    }

    .comparison_table_header_item {
        width: 20.8rem;
        height: auto
    }

    .comparison_table_header_item_text {
        display: none
    }

    .comparison_table_attributes_item {
        width: 32rem;
        height: 8.4rem
    }

    .comparison_table_indicators_row_item {
        width: 20.8rem;
        height: 8.4rem
    }
}

@media only screen and (max-width: 750px) {
    .comparison_table {
        width:74.8rem
    }

    .comparison_table_highlight_indicator-1 {
        right: 35.2rem;
        width: 15.6rem
    }

    .comparison_table_highlight_indicator-2 {
        right: 17.6rem;
        width: 15.6rem
    }

    .comparison_table_highlight_indicator-3 {
        width: 15.6rem
    }

    .comparison_table_spacer {
        width: 24rem;
        height: 6rem
    }

    .comparison_table_header_item {
        width: 15.6rem;
        height: auto
    }

    .comparison_table_attributes_item {
        width: 24rem;
        height: 8.4rem
    }

    .comparison_table_indicators_row_item {
        width: 15.6rem;
        height: 8.4rem
    }
}

@media only screen and (max-width: 575px) {
    #desktop-comparison-table {
        display:none
    }

    #mobile-comparison-table {
        display: block
    }
}

.mobile_comparison_table {
    width: 100%;
    height: auto;
    position: relative;
    font-size: 1.4rem;
    color: #ffffff
}

@media (max-width: 1500px) {
    .mobile_comparison_table {
        font-size:1.8rem
    }
}

.mobile_comparison_table_row {
    width: 100%;
    background-color: #15181c;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 5rem;
    position: relative
}

.mobile_comparison_table_row_highlight_indicator-1 {
    box-shadow: 0px 0px 14px 0px #024e4b;
    position: absolute;
    left: 0;
    top: 6rem;
    bottom: 0;
    width: 30%
}

.mobile_comparison_table_row_highlight_indicator-2 {
    box-shadow: 0px 0px 14px 0px #000000;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 6rem;
    bottom: 0;
    width: 30%
}

.mobile_comparison_table_row_highlight_indicator-3 {
    box-shadow: 0px 0px 14px 0px #000000;
    position: absolute;
    right: 0;
    top: 6rem;
    bottom: 0;
    width: 30%
}

.mobile_comparison_table_row_attributes {
    width: 100%;
    background-color: #1c2127;
    height: 6rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem
}

.mobile_comparison_table_row_headers {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center
}

.mobile_comparison_table_row_headers_item {
    width: 30%;
    height: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    line-height: 1.4;
    padding: 30px
}

.mobile_comparison_table_row_indicators {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center
}

.mobile_comparison_table_row_indicators_item {
    width: 30%;
    height: 6rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    background-color: #15181c
}

.mobile_comparison_table_row_indicators_item_true {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.mobile_comparison_table_row_indicators_item_true img {
    height: 20px;
    width: auto
}

.mobile_comparison_table_row_indicators_item_false {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.mobile_comparison_table_row_indicators_item_false img {
    height: 20px;
    width: auto
}

.hbspt-form {
    width: 100%;
    margin: 30px 50px
}

.hbspt-form label {
    color: #a9b1b6;
    font-size: 1.4rem;
    display: block;
    margin-top: 2rem
}

@media (max-width: 1500px) {
    .hbspt-form label {
        font-size:1.8rem
    }
}

.hbspt-form input {
    display: block;
    width: 100%;
    height: 5rem;
    border: 1px solid #545d63;
    padding-left: 2rem;
    color: #a9b1b6;
    background-color: #21272d;
    margin: 1rem 0;
    font-size: 1.4rem;
    outline: none;
    font-family: "din-2014","Source Sans Pro",sans-serif
}

@media (max-width: 1500px) {
    .hbspt-form input {
        font-size:1.8rem
    }
}

.hbspt-form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #21272d inset !important;
    -webkit-text-fill-color: #a9b1b6 !important
}

.hbspt-form textarea {
    display: block;
    width: 100%;
    border: 1px solid #545d63;
    padding-left: 2rem;
    padding-top: 1.5rem;
    color: #a9b1b6;
    background-color: #21272d;
    margin: 1rem 0;
    font-size: 1.4rem;
    font-family: "din-2014","Source Sans Pro",sans-serif;
    resize: none;
    height: 15rem
}

@media (max-width: 1500px) {
    .hbspt-form textarea {
        font-size:1.8rem
    }
}

.hbspt-form select {
    display: block;
    width: 100%;
    height: 5rem;
    border: 1px solid #545d63;
    padding-left: 2rem;
    color: #a9b1b6;
    background-color: #21272d;
    margin: 1rem 0;
    font-size: 1.4rem;
    font-family: "din-2014","Source Sans Pro",sans-serif;
    outline: none;
    -webkit-appearance: none;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23a9b1b6'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
    background-size: 10px;
    background-position: 97% 60%
}

@media (max-width: 1500px) {
    .hbspt-form select {
        font-size:1.8rem
    }
}

.hbspt-form ul {
    list-style: none
}

.hbspt-form .hs_recaptcha {
    margin-top: 28px;
    -webkit-transform: scale(0.77);
    transform: scale(0.77);
    -webkit-transform-origin: 0;
    transform-origin: 0
}

.hbspt-form [type="submit"] {
    min-width: 200px;
    width: auto;
    display: inline-block
}

.hbspt-form .submitted-message {
    color: white;
    font-size: 24px
}

.hbspt-form .submitted-message p {
    text-align: center
}

.hbspt-form .hs-error-msg {
    color: #fb4646
}

.newsletter {
    text-align: center;
    height: auto
}

.newsletter .product-form_container {
    height: auto;
    width: 100%;
    max-width: 650px;
    margin: auto;
    text-align: left
}

.greenlight_join .hbspt-form [type="submit"] {
    background-image: linear-gradient(105deg, #eb9b21, #f2b434 51%, #f9cd47 99%)
}

.product-form {
    width: 100%;
    height: 50rem;
    background-image: linear-gradient(-210deg, #1c2a34 0%, #077672 52%, #00c8b7 100%);
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    justify-content: space-around;
    -webkit-box-align: center;
    align-items: center
}

.product-form_two_columns {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.product-form_two_columns input {
    margin: 0
}

.product-form_two_columns input:first-child {
    margin-right: 10px
}

.product-form textarea {
    display: block;
    width: 100%;
    border: 1px solid #545d63;
    padding-left: 2rem;
    padding-top: 1.5rem;
    color: #a9b1b6;
    background-color: #21272d;
    margin: 1rem 0;
    font-size: 1.4rem;
    font-family: "din-2014","Source Sans Pro",sans-serif;
    resize: none;
    height: 15rem
}

@media (max-width: 1500px) {
    .product-form textarea {
        font-size:1.8rem
    }
}

.product-form-liquid {
    background: #1E8079
}

.product-form-mining {
    background-image: linear-gradient(70deg, #9E003D, #BB1147, #D62151, #D62151, #BB1147, #9E003D)
}

.product-form-energy {
    background: #32B284
}

.product-form-amp {
    background-image: linear-gradient(106deg, #016d7f, #1cadb2)
}

.product-form-greenlight {
    background: url("../img/img/greenlight_laser_lines_contact_us.svg") no-repeat;
    background-color: #1d2127;
    background-size: 120%;
    background-position: center
}

.product-form_block {
    width: 70rem;
    position: relative;
    left: 60px;
    max-width: 429px
}

.product-form_block_title {
    color: #fff;
    font-size: 32px;
    letter-spacing: 0.01em;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 4rem
}

.product-form_block_text {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.01em;
    line-height: 38px;
    max-width: 530px
}

.product-form_block_text a {
    text-decoration: none;
    color: #fff
}

.product-form_block_text a:hover {
    text-decoration: underline
}

.product-form_container {
    width: 55rem;
    height: auto;
    background-color: #21272d;
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    box-shadow: 0px 0px 20px 0px #000000;
    border-radius: 8px
}

.product-form_form {
    width: 40rem;
    background-color: #21272d
}

.product-form_form label {
    color: #a9b1b6;
    font-size: 1.4rem;
    display: block;
    margin-top: 2rem
}

@media (max-width: 1500px) {
    .product-form_form label {
        font-size:1.8rem
    }
}

.product-form_form_input {
    display: block;
    width: 100%;
    height: 5rem;
    border: 1px solid #545d63;
    padding-left: 2rem;
    color: #a9b1b6;
    background-color: #21272d;
    margin: 1rem 0;
    font-size: 1.4rem;
    outline: none;
    font-family: "din-2014","Source Sans Pro",sans-serif
}

@media (max-width: 1500px) {
    .product-form_form_input {
        font-size:1.8rem
    }
}

.product-form_form_input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #21272d inset !important;
    -webkit-text-fill-color: #a9b1b6 !important
}

.product-form_form select {
    display: block;
    width: 100%;
    height: 5rem;
    border: 1px solid #545d63;
    padding-left: 2rem;
    color: #a9b1b6;
    background-color: #21272d;
    margin: 1rem 0;
    font-size: 1.4rem;
    font-family: "din-2014","Source Sans Pro",sans-serif;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #21272d url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23a9b1b6'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
    background-size: 10px;
    background-position: 97% 60%
}

@media (max-width: 1500px) {
    .product-form_form select {
        font-size:1.8rem
    }
}

.product-form_form_submit,.hbspt-form [type="submit"] {
    margin-top: 3rem;
    display: inline-block
}

.product-form_form .submissionNotification {
    opacity: 0;
    font-size: 26px;
    color: #00c3ff
}

.product-form_form .submissionNotification {
    opacity: 0;
    font-size: 24px;
    color: #00c3ff;
    margin-left: 30px;
    display: inline-block
}

@media only screen and (max-width: 1500px) {
    .product-form_form .product-form_block_text {
        font-size:2.2rem
    }

    .product-form_form_submit,.hbspt-form [type="submit"] {
        min-width: 60%;
        max-width: 60%;
        width: 60%
    }

    .product-form_form .submissionNotification {
        margin-left: 10px;
        font-size: 18px
    }
}

@media only screen and (max-width: 450px) {
    .product-form_form_submit,.hbspt-form [type="submit"] {
        min-width:100%;
        max-width: 100%;
        width: 100%
    }

    .product-form_form .submissionNotification {
        margin-left: 0px;
        width: 100%;
        text-align: center;
        margin-top: 10px
    }
}

#product-form_form .product-form_form_message {
    display: none
}

#product-form_form:target .product-form_form_message {
    display: inherit
}

@media only screen and (max-width: 1100px) {
    .product-form_block {
        width:50rem;
        left: 0
    }
}

@media only screen and (max-width: 850px) {
    .product-form {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: start;
        justify-content: flex-start;
        height: 75rem;
        margin-bottom: 50rem
    }

    .product-form_block {
        margin-top: 10rem
    }

    .product-form_container {
        margin-top: 10rem;
        flex-shrink: 0
    }

    .product-form_block {
        width: 80%
    }
}

@media only screen and (max-width: 500px) {
    .product-form_container {
        width:80%
    }

    .product-form_form {
        width: 75%
    }
}

@media only screen and (max-width: 320px) {
    .product-form_container {
        width:95%
    }
}

.submission-confirmation {
    position: absolute;
    left: 0;
    right: 0;
    top: 50vh;
    height: 100px;
    background-color: black;
    width: 100%;
    color: #00c3ff;
    display: none;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 3.6rem
}

@media (max-width: 1500px) {
    .submission-confirmation {
        font-size:4rem
    }
}

#liquid-securities-confirmation:target .submission-confirmation {
    z-index: 9999;
    -webkit-animation: cssAnimation 3s 2s forwards;
    animation: cssAnimation 3s 2s forwards;
    display: -webkit-box;
    display: flex;
    visibility: visible
}

#mining-confirmation:target .submission-confirmation {
    z-index: 9999;
    -webkit-animation: cssAnimation 3s 2s forwards;
    animation: cssAnimation 3s 2s forwards;
    display: -webkit-box;
    display: flex;
    visibility: visible
}

#liquid-confirmation:target .submission-confirmation {
    z-index: 9999;
    -webkit-animation: cssAnimation 3s 2s forwards;
    animation: cssAnimation 3s 2s forwards;
    display: -webkit-box;
    display: flex;
    visibility: visible
}

@-webkit-keyframes cssAnimation {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes cssAnimation {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

#desktop-lightning-on-liquid-table {
    display: block
}

#mobile-lightning-on-liquid-table {
    display: none
}

.lightning-on-liquid_column-spacer {
    width: 4rem
}

.lightning-on-liquid_box-shadow_right {
    box-shadow: 4px 0 3px -2px #000
}

.lightning-on-liquid_row_odd {
    background-color: #15181c
}

.lightning-on-liquid_row_even {
    background-color: #1c2127
}

.lightning-on-liquid_table {
    width: 128rem;
    height: auto;
    margin: 15rem auto 10rem auto;
    position: relative;
    font-size: 1.4rem;
    color: #ffffff
}

@media (max-width: 1500px) {
    .lightning-on-liquid_table {
        font-size:1.8rem
    }
}

.lightning-on-liquid_table_highlight_indicator-1 {
    box-shadow: 0px 0px 14px 0px #000000;
    position: absolute;
    right: 68rem;
    top: 12rem;
    bottom: 0;
    width: 30rem
}

.lightning-on-liquid_table_highlight_indicator-2 {
    box-shadow: 0px 0px 14px 0px #000000;
    position: absolute;
    right: 34rem;
    top: 12rem;
    bottom: 0;
    width: 30rem
}

.lightning-on-liquid_table_spacer {
    width: 30rem;
    height: 6rem
}

.lightning-on-liquid_table_header {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

.lightning-on-liquid_table_header_item {
    width: 30rem;
    height: 12rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.lightning-on-liquid_table_header_item img {
    width: 15rem !important;
    height: auto;
    margin: 0 !important
}

.lightning-on-liquid_table_content {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

.lightning-on-liquid_table_attributes {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.lightning-on-liquid_table_attributes_item {
    width: 30rem;
    height: 6rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem
}

.lightning-on-liquid_table_indicators_row {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

.lightning-on-liquid_table_indicators_row_item {
    width: 30rem;
    height: 6rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative
}

.lightning-on-liquid_table_indicators_row_item_content {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.lightning-on-liquid_table_indicators_row_item_content img {
    height: 20px;
    width: auto;
    margin: 0 !important
}

@media only screen and (max-width: 800px) {
    .lightning-on-liquid_table {
        width:104rem
    }

    .lightning-on-liquid_table_highlight_indicator-1 {
        right: 56rem;
        width: 24rem
    }

    .lightning-on-liquid_table_highlight_indicator-2 {
        right: 28rem;
        width: 24rem
    }

    .lightning-on-liquid_table_spacer {
        width: 24rem;
        height: 6rem
    }

    .lightning-on-liquid_table_header_item {
        width: 24rem;
        height: 12rem
    }

    .lightning-on-liquid_table_attributes_item {
        width: 24rem;
        height: 10.2rem
    }

    .lightning-on-liquid_table_indicators_row_item {
        width: 24rem;
        height: 10.2rem;
        text-align: center;
        padding: 0 2rem
    }
}

@media only screen and (max-width: 650px) {
    #desktop-lightning-on-liquid-table {
        display:none
    }

    #mobile-lightning-on-liquid-table {
        display: block
    }
}

.mobile_lightning-on-liquid_table {
    width: 80%;
    height: auto;
    margin: 15rem auto 10rem auto;
    position: relative;
    font-size: 1.4rem;
    color: #ffffff
}

@media (max-width: 1500px) {
    .mobile_lightning-on-liquid_table {
        font-size:1.8rem
    }
}

.mobile_lightning-on-liquid_table_row {
    width: 100%;
    background-color: #15181c;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 5rem;
    position: relative
}

.mobile_lightning-on-liquid_table_row_highlight_indicator-1 {
    box-shadow: 0px 0px 14px 0px #000000;
    position: absolute;
    left: 0;
    top: 6rem;
    bottom: 0;
    width: 45%
}

.mobile_lightning-on-liquid_table_row_highlight_indicator-2 {
    box-shadow: 0px 0px 14px 0px #000000;
    position: absolute;
    right: 0;
    top: 6rem;
    bottom: 0;
    width: 45%
}

.mobile_lightning-on-liquid_table_row_attributes {
    width: 100%;
    background-color: #1c2127;
    height: 6rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem
}

.mobile_lightning-on-liquid_table_row_headers {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center
}

.mobile_lightning-on-liquid_table_row_headers_item {
    width: 45%;
    height: 6rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.mobile_lightning-on-liquid_table_row_indicators {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center
}

.mobile_lightning-on-liquid_table_row_indicators_item {
    width: 45%;
    min-height: 6rem;
    height: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    background-color: #15181c
}

.mobile_lightning-on-liquid_table_row_indicators_item_content {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    padding: 1rem 2rem
}

.mobile_lightning-on-liquid_table_row_indicators_item_content img {
    height: 20px;
    width: auto;
    margin: 0 !important
}

.mission-circle {
    width: 60rem;
    height: 60rem;
    position: relative
}

.mission-circle_product {
    height: 18rem;
    width: 18rem;
    position: absolute;
    -webkit-transition: .2s;
    transition: .2s
}

.mission-circle_product:hover {
    -webkit-transition: .5s;
    transition: .5s;
    cursor: pointer
}

.mission-circle_product img {
    width: 100%;
    height: 100%
}

.mission-circle_product_1 {
    top: 0;
    left: 0;
    -webkit-transform: translateY(60%);
    transform: translateY(60%)
}

.mission-circle_product_1:hover {
    -webkit-transform: translateY(60%) scale(1.4);
    transform: translateY(60%) scale(1.4)
}

.mission-circle_product_2 {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.mission-circle_product_2:hover {
    -webkit-transform: translateX(-50%) scale(1.4);
    transform: translateX(-50%) scale(1.4)
}

.mission-circle_product_3 {
    top: 0;
    right: 0;
    -webkit-transform: translateY(60%);
    transform: translateY(60%)
}

.mission-circle_product_3:hover {
    -webkit-transform: translateY(60%) scale(1.4);
    transform: translateY(60%) scale(1.4)
}

.mission-circle_product_4 {
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%)
}

.mission-circle_product_4:hover {
    -webkit-transform: translateY(-60%) scale(1.4);
    transform: translateY(-60%) scale(1.4)
}

.mission-circle_product_5 {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.mission-circle_product_5:hover {
    -webkit-transform: translateX(-50%) scale(1.4);
    transform: translateX(-50%) scale(1.4)
}

.mission-circle_product_6 {
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%)
}

.mission-circle_product_6:hover {
    -webkit-transform: translateY(-60%) scale(1.4);
    transform: translateY(-60%) scale(1.4)
}

@media only screen and (max-width: 480px) {
    .mission-circle {
        width:45rem;
        height: 45rem
    }

    .mission-circle_product {
        height: 14rem;
        width: 14rem
    }
}

.mini-bullet {
    width: 41rem;
    padding: 1.5rem 3rem
}

.mini-bullet_left {
    text-align: left
}

.mini-bullet_right {
    text-align: right
}

.mini-bullet_title {
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 26px;
    margin-top: 30px
}

.mini-bullet_text {
    font-size: 16px;
    color: #a9b1b6
}

@media only screen and (max-width: 1150px) {
    .mini-bullet {
        width:35rem
    }
}

@media only screen and (max-width: 820px) {
    .mini-bullet {
        width:75rem;
        text-align: center;
        padding-bottom: 3rem;
        height: auto;
        margin: 0 auto
    }
}

@media only screen and (max-width: 600px) {
    .mini-bullet {
        width:60rem
    }
}

@media only screen and (max-width: 450px) {
    .mini-bullet {
        width:40rem
    }
}

.members-static {
    max-width: 1144px;
    margin: 0 auto
}

.members-static_heading {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.75px;
    text-align: center;
    max-width: 550px;
    margin: 0 auto
}

.members-static .logo-holder {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 100px 0
}

.members-static .logo-holder:after {
    content: "";
    -webkit-box-flex: 1;
    flex: auto
}

.members-static .logo-holder .logo-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    flex: 0 0 16.6%;
    margin: 0;
    height: 100px
}

@media screen and (max-width: 1024px) {
    .members-static .logo-holder .logo-item {
        flex-basis:25%
    }
}

@media screen and (max-width: 600px) {
    .members-static .logo-holder .logo-item {
        height:60px
    }
}

.members-static .logo-holder .logo-item img {
    max-width: 80%;
    max-height: 25%
}

.members-static .logo-holder .logo-item#altonomy img {
    max-height: 20%
}

.members-static .logo-holder .logo-item#bitbank img {
    max-height: 45%
}

.members-static .logo-holder .logo-item#bitcoin_reserve img {
    max-height: 40%
}

.members-static .logo-holder .logo-item#bitinex img {
    max-height: 20%
}

.members-static .logo-holder .logo-item#bitmatrix img {
    max-height: 33%
}

.members-static .logo-holder .logo-item#bitmax img {
    max-height: 35%
}

.members-static .logo-holder .logo-item#bitmex img {
    max-height: 20%
}

.members-static .logo-holder .logo-item#bitso img {
    max-height: 30%
}

.members-static .logo-holder .logo-item#btcbox img {
    max-height: 40%
}

.members-static .logo-holder .logo-item#btcturk img {
    max-height: 32%
}

.members-static .logo-holder .logo-item#btse img {
    max-height: 22%
}

.members-static .logo-holder .logo-item#bull_bitcoin img {
    max-height: 30%
}

.members-static .logo-holder .logo-item#coincheck img {
    max-height: 40%
}

.members-static .logo-holder .logo-item#coinos img {
    max-height: 26%
}

.members-static .logo-holder .logo-item#coinut img {
    max-height: 50%
}

.members-static .logo-holder .logo-item#condensat img {
    max-height: 30%
}

.members-static .logo-holder .logo-item#dgroup img {
    max-height: 60%
}

.members-static .logo-holder .logo-item#dmmbitcoin img {
    max-height: 28%
}

.members-static .logo-holder .logo-item#dvchain img {
    max-height: 70%
}

.members-static .logo-holder .logo-item#frnt img {
    max-height: 40%
}

.members-static .logo-holder .logo-item#gopax img {
    max-height: 20%
}

.members-static .logo-holder .logo-item#hodlhodl img {
    max-height: 60%
}

.members-static .logo-holder .logo-item#inx img {
    max-height: 40%
}

.members-static .logo-holder .logo-item#jst img {
    max-height: 40%
}

.members-static .logo-holder .logo-item#komainu img {
    max-height: 36%
}

.members-static .logo-holder .logo-item#merklepro img {
    max-height: 42%
}

.members-static .logo-holder .logo-item#nym img {
    max-height: 45%
}

.members-static .logo-holder .logo-item#okcoin img {
    max-height: 30%
}

.members-static .logo-holder .logo-item#paradox img {
    max-height: 50%
}

.members-static .logo-holder .logo-item#prycto img {
    max-height: 35%
}

.members-static .logo-holder .logo-item#poseidon img {
    max-height: 20%
}

.members-static .logo-holder .logo-item#randc img {
    max-height: 60%
}

.members-static .logo-holder .logo-item#satoshis_games img {
    max-height: 45%
}

.members-static .logo-holder .logo-item#sevenlabs img {
    max-height: 34%
}

.members-static .logo-holder .logo-item#sideswap img {
    max-height: 30%
}

.members-static .logo-holder .logo-item#six img {
    max-height: 40%
}

.members-static .logo-holder .logo-item#stokr img {
    max-height: 45%
}

.members-static .logo-holder .logo-item#therocktrading img {
    max-height: 60%
}

.members-static .logo-holder .logo-item#taotao img {
    max-height: 35%
}

.members-static .logo-holder .logo-item#unocoin img {
    max-height: 30%
}

.members-static .logo-holder .logo-item#vulpem img {
    max-height: 70%
}

.members-static .logo-holder .logo-item#watchdog img {
    max-height: 70%
}

.members-static .logo-holder .logo-item#wiz img {
    max-height: 40%
}

.members-static .logo-holder .logo-item#wyre img {
    max-height: 35%
}

.members-static .logo-holder .logo-item#xapo img {
    max-height: 35%
}

.members-static .logo-holder .logo-item#ghost img {
    max-height: 45%
}

@-webkit-keyframes fade-in {
    from {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes fade-in {
    from {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.members-popup-text {
    width: 900px;
    max-width: 100%;
    height: auto;
    z-index: 20000;
    margin: 20px auto;
    padding: 40px;
    overflow: auto;
    background: #15171f;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none
}

@media screen and (max-width: 500px) {
    .members-popup-text {
        padding:20px
    }
}

@media screen and (max-width: 900px) {
    .members-popup-text {
        margin:0px;
        width: 92%;
        top: 3%;
        bottom: 3%;
        left: 4%;
        right: 4%
    }
}

.members-popup-text::-webkit-scrollbar {
    background: #15171f !important
}

.members-popup-text .exit_x {
    position: absolute;
    top: 30px;
    right: 60px;
    font-size: 30px;
    font-weight: 500;
    color: #00c3ff;
    padding: 10px;
    cursor: pointer
}

@media screen and (max-width: 500px) {
    .members-popup-text .exit_x {
        right:20px;
        top: 10px
    }
}

@media screen and (max-width: 380px) {
    .members-popup-text .exit_x {
        right:0px;
        top: 0px
    }
}

.members-popup-text h1 {
    color: #00c3ff;
    letter-spacing: 0.01em;
    line-height: 38px;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 8px;
    text-align: center
}

.members-popup-text h2 {
    color: #00c3ff;
    letter-spacing: 0.01em;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 24px;
    margin: 30px 0 10px 0
}

.members-popup-text ol {
    list-style-position: inside
}

.members-popup-text .member-list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    height: 900px;
    margin-top: 4rem;
    font-size: 2.2rem;
    color: #fff;
    letter-spacing: 0.01em;
    line-height: 36px
}

@media screen and (max-width: 800px) {
    .members-popup-text .member-list {
        height:1400px;
        font-size: 16.5px
    }
}

@media screen and (max-width: 400px) {
    .members-popup-text .member-list {
        height:auto
    }
}

.members-popup-text .member-list a {
    text-decoration: none;
    color: white
}

.members-popup-text .member-list a:hover {
    color: #ccc
}

.members-popup-text .member-section {
    padding: 0 1.5rem;
    width: 25%
}

@media screen and (max-width: 700px) {
    .members-popup-text .member-section {
        width:50%
    }
}

@media screen and (max-width: 400px) {
    .members-popup-text .member-section {
        width:100%
    }
}

.member_list_overlay {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 19999
}

.core-values-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 60px;
    margin-top: 80px;
    margin-bottom: 80px
}

.core-values-row .core-values-col {
    width: 100%
}

.core-values-row .core-values-col_title {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 28px
}

.core-values-row .core-values-col_text {
    color: #a9b1b6;
    font-size: 16px;
    line-height: 1.8
}

@media (max-width: 1500px) {
    .core-values-row .core-values-col_text {
        font-size:2.2rem
    }
}

@media (max-width: 1366px) {
    .core-values-row .core-values-col_title {
        font-size:20px
    }
}

.grid-col {
    width: 100%
}

.grid-col_title {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 28px
}

.grid-col_text {
    color: #a9b1b6;
    font-size: 16px;
    line-height: 1.8
}

@media (max-width: 1500px) {
    .grid-col_text {
        font-size:2.2rem
    }
}

@media (max-width: 1366px) {
    .grid-col_title {
        font-size:20px
    }
}

.three-col-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 60px;
    margin-top: 80px;
    margin-bottom: 80px
}

.two-col-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    background: #000000;
    grid-gap: 22px;
    background-color: transparent
}

.section-content {
    grid-column: 1 / span 5;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 150px
}

.about_leadership {
    grid-column: 3;
    margin-top: 6rem
}

.about_leadership .leadership-row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 80px auto;
    max-width: 130rem;
    width: 100%;
    -webkit-box-align: stretch;
    align-items: stretch;
    gap: 15px
}

@media (max-width: 655px) {
    .about_leadership .leadership-row {
        -webkit-box-pack:center;
        justify-content: center
    }
}

@media (max-width: 736px) {
    .about_leadership .leadership-row .leadership-col_name {
        font-size:16.5px
    }
}

@media (max-width: 1366px) {
    .about_our-offices {
        margin-top:60px !important
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .leadership-col_name {
        font-size:16.5px !important
    }
}

.leadership-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s 0s, -webkit-transform 0.25s;
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, -webkit-transform 0.25s;
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s, -webkit-transform 0.25s
}

.leadership-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #1d2127;
    box-shadow: 0 4px 4px rgba(0,0,0,0.25);
    color: #fff;
    padding: 20px;
    max-width: 650px;
    max-height: 90vh;
    overflow-y: auto
}

@media (max-width: 900px) {
    .leadership-modal-content {
        width:80%
    }
}

@media (max-width: 350px) {
    .leadership-modal-content {
        width:90%
    }
}

.leadership-close-button {
    font-size: 30px;
    background: none;
    border: none;
    line-height: 1;
    padding: 0 10px;
    margin-top: -8px;
    color: #888
}

.leadership-close-button:hover {
    color: #fff;
    cursor: pointer;
    background: none
}

.leadership-show-modal {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: visibility 0s linear 0s, opacity 0.25s 0s, -webkit-transform 0.25s;
    transition: visibility 0s linear 0s, opacity 0.25s 0s, -webkit-transform 0.25s;
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s, -webkit-transform 0.25s;
    z-index: 10000
}

.about_our-offices {
    display: grid;
    grid-column: 1/span 5;
    background-color: #15181c;
    margin-top: 242px
}

.our-offices-row {
    display: grid;
    grid-column: 1/span 5;
    padding-bottom: 7%
}

.our-offices-row_map {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto
}

.our-offices-row_map img {
    width: 100%
}

.our-offices-row .our-offices-row-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 100px;
    margin: 0 auto;
    margin-top: 94px
}

.our-offices-row .our-offices-row-content_col_title {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 28px
}

.our-offices-row .our-offices-row-content_col_text {
    color: #a9b1b6;
    font-size: 16px
}

@media (max-width: 1500px) {
    .our-offices-row .our-offices-row-content_col_text {
        font-size:2.2rem
    }
}

@media (max-width: 736px) {
    .our-offices-row {
        padding:7%
    }
}

.newsroom-sub-nav {
    grid-column: 1 / span 5;
    background-color: #0c0d0f;
    box-shadow: 0px 4px 20px -5px #000000;
    border-top: 1px solid #2b2e36;
    width: 100%;
    color: #fff;
    position: fixed;
    z-index: 99;
    top: 80px;
    -webkit-transition: all .4s;
    transition: all .4s
}

.newsroom-sub-nav_container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    white-space: nowrap
}

.newsroom-sub-nav_container_gradient {
    position: absolute;
    right: 0;
    height: 100%;
    width: 10rem;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#1c2127));
    background-image: linear-gradient(to right, transparent, #1c2127)
}

.newsroom-sub-nav_container_page {
    width: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    height: 6rem;
    margin: 0 4rem;
    padding: 0;
    font-size: 16.5px;
    font-weight: normal
}

.newsroom-sub-nav_container_page .newsroom-icon {
    margin-right: 15px;
    font-size: 4rem;
    color: #00c3ff
}

.newsroom-sub-nav_container_page-active-liquid {
    border-bottom: 2px solid #46B4A5;
    border-top: 2px solid transparent
}

.newsroom-sub-nav_container_page-active-satellite {
    border-bottom: 2px solid #3C82F9;
    border-top: 2px solid transparent
}

.newsroom-sub-nav_container_page-active-green {
    border-bottom: 2px solid #00B45A;
    border-top: 2px solid transparent
}

.newsroom-sub-nav_container_page_link {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.newsroom-sub-nav_container_page_link-liquid {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.newsroom-sub-nav_container_page_link-liquid :hover {
    border-bottom: 2px solid #00c3ff;
    border-top: 2px solid transparent
}

.newsroom-sub-nav_container_page_link-satellite {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.newsroom-sub-nav_container_page_link-satellite :hover {
    border-bottom: 2px solid #3C82F9;
    border-top: 2px solid transparent
}

.newsroom-sub-nav_container_page_link-green {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.newsroom-sub-nav_container_page_link-green :hover {
    border-bottom: 2px solid #00B45A;
    border-top: 2px solid transparent
}

.newsroom-sub-nav_container_page_scrollable {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    overflow: scroll;
    overflow-x: scroll;
    overflow-y: -moz-hidden-unscrollable;
    overflow-x: -moz-hidden-unscrollable
}

.newsroom-sub-nav_container_page_scrollable::-webkit-scrollbar {
    display: none
}

.newsroom-sub-nav_container_product {
    padding-left: 0 !important;
    padding-right: 2rem
}

.newsroom-sub-nav_container_product_mobile {
    display: none
}

.newsroom-sub-nav_container_product_logo {
    padding-right: 2rem !important;
    height: 25px
}

.newsroom-sub-nav_container_product_title {
    font-size: 18px;
    font-weight: normal;
    border-bottom: 0 !important;
    border-top: 0 !important;
    letter-spacing: 1.5px
}

@media only screen and (max-width: 1090px) {
    .newsroom-sub-nav {
        height:8rem
    }

    .newsroom-sub-nav_container {
        margin-left: 0;
        height: 100%
    }

    .newsroom-sub-nav_container_page {
        height: 100%
    }

    .newsroom-sub-nav_container_page_scrollable {
        height: 100%
    }

    .newsroom-sub-nav_container_page_scrollable a {
        height: 100%
    }

    .newsroom-sub-nav_container_product {
        display: none
    }

    .newsroom-sub-nav_container_product_mobile {
        display: -webkit-box;
        display: flex
    }

    .newsroom-sub-nav_container_product_title {
        font-size: 18px;
        width: auto
    }
}

@media only screen and (max-width: 550px) {
    .newsroom-sub-nav_container_page {
        margin:0 2.5rem
    }
}

.secondary-header-artboard {
    display: grid;
    grid-column: 1 / span 5;
    width: 100%;
    height: 815px;
    background-image: url("../img/brand_assets/Artboard_2.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 0;
    -webkit-animation: 2s ease forwards .3s back-size;
    animation: 2s ease forwards .3s back-size
}

.secondary-header-artboard_banner {
    height: 400px;
    width: 80%;
    max-width: 1103px;
    box-shadow: 0px 29px 100px 0px #000;
    border: 1px solid gray;
    margin: 0 auto;
    margin-top: 213px;
    padding: 38px 81px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#2b2e36), color-stop(#00aed9), to(#2b2e36));
    -webkit-border-image: linear-gradient(to right, #2b2e36, #00aed9, #2b2e36);
    -o-border-image: linear-gradient(to right, #2b2e36, #00aed9, #2b2e36);
    border-image: -webkit-gradient(linear, left top, right top, from(#2b2e36), color-stop(#00aed9), to(#2b2e36));
    border-image: linear-gradient(to right, #2b2e36, #00aed9, #2b2e36);
    border-image-slice: 1
}

@media only screen and (max-width: 610px) {
    .secondary-header-artboard_banner {
        padding:30px
    }
}

@media only screen and (max-width: 320px) {
    .secondary-header-artboard_banner {
        padding:25px
    }
}

.secondary-header-artboard_banner_title {
    font-family: "din-2014","Source Sans Pro",sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #637390;
    letter-spacing: 0.15em
}

.secondary-header-artboard_banner_desc {
    font-family: "din-2014","Source Sans Pro",sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    letter-spacing: 2px;
    line-height: 58px;
    margin-top: 15px;
    margin-bottom: 65px
}

@media only screen and (max-width: 1090px) {
    .secondary-header-artboard_banner_desc {
        font-size:30px
    }
}

@media only screen and (max-width: 610px) {
    .secondary-header-artboard_banner_desc {
        font-size:22px
    }
}

@media only screen and (max-width: 610px) {
    .secondary-header-artboard_banner_desc {
        line-height:1.8
    }
}

.secondary-header-artboard_banner_link {
    font-weight: 500
}

@-webkit-keyframes back-size {
    from {
        background-size: auto 10px
    }

    to {
        background-size: auto 800px
    }
}

@keyframes back-size {
    from {
        background-size: auto 10px
    }

    to {
        background-size: auto 800px
    }
}

.card-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 50px;
    background-color: #16191e;
    text-decoration: none;
    box-shadow: 0px 4px 10px 0px #000;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    background-image: -webkit-gradient(linear, left top, right top, from(#1c2127), to(#15181c));
    background-image: linear-gradient(-270deg, #1c2127 0%, #15181c 100%)
}

@media only screen and (max-width: 1090px) {
    .card-item {
        padding:25px
    }
}

.card-item:hover {
    box-shadow: 0px 10px 10px -10px #00c3ff;
    -webkit-transform: translateY(-0.5em);
    transform: translateY(-0.5em)
}

.card-item .text {
    width: 90%;
    margin-right: 10%
}

.card-item .text h4 {
    font-size: 24px;
    color: #00c3ff;
    margin-bottom: 10px
}

@media only screen and (max-width: 1090px) {
    .card-item .text h4 {
        font-size:16.5px
    }
}

.card-item .text p {
    font-family: "din-2014","Source Sans Pro",sans-serif;
    color: #c3cdd3;
    font-size: 17px;
    font-size: 16px
}

@media (max-width: 1500px) {
    .card-item .text p {
        font-size:2.2rem
    }
}

.card-item .icon {
    width: 100px
}

@media only screen and (max-width: 1090px) {
    .card-item .icon {
        width:100px;
        height: 100%;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center
    }
}

.card-item .icon img {
    width: 100%
}

@media only screen and (max-width: 1090px) {
    .card-item .icon img {
        font-size:65px
    }
}

.contact-sales {
    grid-column: 1 / span 5;
    width: 100%;
    max-width: 1144px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    margin: 0 auto;
    background-color: #1d2127;
    padding: 70px;
    margin-top: 140px;
    background-size: cover;
    background-position: 0px;
    background-repeat: no-repeat
}

@media only screen and (max-width: 500px) {
    .contact-sales {
        padding:50px 30px
    }
}

.contact-sales_title {
    font-size: 36px;
    font-weight: bold;
    width: 50%;
    line-height: 1.3;
    padding: 0 100px 0 0;
    margin-bottom: 30px
}

@media only screen and (max-width: 1000px) {
    .contact-sales_title {
        width:100%;
        text-align: center;
        padding: 0
    }
}

@media only screen and (max-width: 500px) {
    .contact-sales_title {
        font-size:28px
    }
}

.contact-sales_col2 {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    width: 50%
}

@media only screen and (max-width: 1000px) {
    .contact-sales_col2 {
        width:100%;
        -webkit-box-align: center;
        align-items: center;
        text-align: center
    }
}

.contact-sales_col2_text {
    font-size: 16px;
    color: #c3cdd3;
    margin-bottom: 30px
}

.main-heading {
    font-family: "din-2014","Source Sans Pro",sans-serif;
    font-weight: 600;
    font-size: 48px;
    color: #fff;
    letter-spacing: 2px;
    line-height: 58px;
    display: block;
    text-align: center
}

@media only screen and (max-width: 1090px) {
    .main-heading {
        font-size:38px
    }
}

@media only screen and (max-width: 500px) {
    .main-heading {
        font-size:30px
    }
}

.main-heading:after {
    content: "";
    display: block;
    height: 0.3rem;
    width: 6rem;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 91px
}

footer {
    grid-column: 1 / span 5
}

@media only screen and (max-width: 1090px) {
    footer {
        padding-bottom:50px;
        padding-top: 0
    }
}

@media only screen and (max-width: 500px) {
    footer {
        margin-top:20rem
    }
}

#footer {
    display: -webkit-box;
    display: flex;
    background-color: #111316;
    margin-top: 10rem;
    border-top: 1px solid #293139;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 100px 30px
}

@media only screen and (max-width: 1090px) {
    #footer {
        padding-top:0px;
        margin-top: 20px;
        padding-bottom: 50px;
        border-top: none
    }
}

#footer .footer-sitemap {
    width: 100%;
    max-width: 1200px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 1090px) {
    #footer .footer-sitemap {
        -webkit-box-orient:vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse
    }
}

#footer .footer-sitemap_sitelinks {
    display: -webkit-box;
    display: flex
}

@media only screen and (max-width: 1090px) {
    #footer .footer-sitemap_sitelinks {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
}

@media only screen and (max-width: 1090px) {
    #footer .footer-sitemap_sitelinks {
        width:100%
    }
}

@media only screen and (max-width: 1090px) {
    #footer .footer-sitemap_logo-grid {
        margin-top:60px
    }
}

#footer .footer-sitemap_logo-grid img {
    width: 150px;
    margin-top: -20px;
    margin-bottom: 17px
}

@media only screen and (max-width: 1090px) {
    #footer .footer-sitemap_logo-grid img {
        margin-bottom:-15px
    }
}

#footer .footer-sitemap_logo-grid_terms_privacy ul {
    display: -webkit-box;
    display: flex;
    list-style: none;
    margin-top: 28px;
    margin-top: 70px
}

#footer .footer-sitemap_logo-grid_terms_privacy ul li:nth-child(1) a {
    border-right: 1px solid #a9b1b6;
    padding-right: 20px
}

#footer .footer-sitemap_logo-grid_terms_privacy ul li:nth-child(2) a {
    padding-left: 20px
}

#footer .footer-sitemap_logo-grid_copyright {
    margin-top: 20px;
    font-size: 14px;
    color: #a9b1b6
}

#footer .footer-sitemap_products_twoColGrid {
    display: -webkit-box;
    display: flex
}

@media only screen and (max-width: 1090px) {
    #footer .footer-sitemap_products_twoColGrid {
        margin-bottom:20px;
        display: block !important
    }
}

#footer .footer-sitemap_products_twoColGrid ul {
    list-style: none;
    margin-right: 30px
}

#footer .footer-sitemap_products_twoColGrid ul li {
    margin-top: 15px
}

#footer .footer-sitemap_otherlinks {
    display: -webkit-box;
    display: flex;
    margin-left: 20px
}

@media only screen and (max-width: 1090px) {
    #footer .footer-sitemap_otherlinks {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        margin-left: 0
    }
}

#footer .footer-sitemap_otherlinks ul {
    list-style: none;
    margin-right: 40px
}

@media only screen and (max-width: 1090px) {
    #footer .footer-sitemap_otherlinks ul {
        margin-bottom:20px
    }
}

#footer .footer-sitemap_otherlinks ul li {
    margin-top: 15px
}

#footer h4 {
    font-size: 16.5px;
    color: white;
    cursor: pointer
}

@media only screen and (max-width: 1090px) {
    #footer h4 {
        border-bottom:1px solid #293139;
        height: 60px;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center
    }
}

#footer .footer-toggle {
    display: none;
    height: 60px;
    border-bottom: 1px solid #2a2a2a;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between
}

#footer .footer-toggle:after {
    content: "\f107";
    color: white;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 100;
    font-size: 20px
}

@media only screen and (max-width: 1090px) {
    #footer .footer-toggle {
        display:-webkit-box;
        display: flex
    }
}

#footer a {
    font-size: 15px;
    text-decoration: none;
    color: #a9b1b6
}

@media only screen and (max-width: 1500px) {
    #footer a {
        font-size:15px
    }
}

#footer a:hover {
    color: #00c3ff
}

.social-links {
    display: -webkit-box;
    display: flex
}

.social-links a {
    display: -webkit-box;
    display: flex;
    text-decoration: none;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border: 1px solid #333333;
    margin-right: 10px
}

.social-links a i {
    color: white;
    font-size: 15px
}

.social-links a:hover i {
    color: #00c3ff
}

.social-mobile {
    display: none
}

@media only screen and (max-width: 1090px) {
    .social-mobile {
        display:-webkit-box;
        display: flex;
        border-top: 1px solid #293139;
        padding-top: 40px;
        padding-left: 30px
    }
}

@media only screen and (max-width: 1090px) {
    .social-desktop {
        display:none
    }
}

#back-to-top {
    font-size: 10px;
    display: inline-block;
    background-color: #293139;
    width: 40px;
    height: 40px;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    -webkit-transition: background-color .3s, opacity .5s, visibility .5s;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000
}

#back-to-top::after {
    content: "\f077";
    font-family: 'Font Awesome 5 Pro';
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    color: #00c3ff
}

#back-to-top:hover {
    cursor: pointer;
    background-color: #11171f
}

#back-to-top:active {
    background-color: #11171f
}

#back-to-top.show {
    opacity: 1;
    visibility: visible
}

.video-holder {
    margin-top: 12rem;
    text-align: center;
    grid-column: 1 / span 5;
    background: #111315
}

.video-holder video {
    max-width: 100%;
    width: 1200px
}

.video-holder video:focus {
    outline: none
}

video:focus {
    outline: none
}

.two-col-grid-list-image {
    color: white;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    justify-content: space-evenly;
    gap: 100px;
    margin-top: 15rem
}

@media (max-width: 960px) {
    .two-col-grid-list-image {
        -webkit-box-orient:vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
        margin-left: -10px
    }
}

.two-col-grid-list-image .col1 .title {
    font-size: 24px;
    margin-bottom: 30px
}

.two-col-grid-list-image .col1 ul {
    list-style-type: none
}

@media only screen and (max-width: 960px) {
    .two-col-grid-list-image .col1 ul {
        padding-right:30px
    }
}

.two-col-grid-list-image .col1 ul li {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0;
    display: flex;
    gap: 30px;
    margin-bottom: 50px
}

.two-col-grid-list-image .col1 ul li .icon {
    width: 70px
}

.two-col-grid-list-image .col1 ul li .text {
    max-width: 320px;
    font-size: 16px
}

.two-col-grid-list-image .col1 ul .g-btn {
    max-width: 220px
}

.two-col-grid-list-image .col2 img {
    width: 50rem
}

.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse
}

@media only screen and (max-width: 600px) {
    .reverse {
        -webkit-box-orient:vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse
    }
}

.video-two-col-grid {
    padding: 20px;
    margin: 0 auto;
    color: white;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 20rem;
    font-size: 16px;
    max-width: 1140px;
    padding: 30px
}

.video-two-col-grid .left-col {
    max-width: 390px
}

@media only screen and (max-width: 1024px) {
    .video-two-col-grid .left-col {
        max-width:80%
    }
}

.video-two-col-grid .left-col img {
    width: 250px
}

.video-two-col-grid .text {
    margin-top: 40px
}

@media only screen and (max-width: 1024px) {
    .video-two-col-grid {
        flex-wrap:wrap
    }
}

.video-two-col-grid .right-col {
    position: relative;
    width: auto;
    border: 2px solid #1CADB2;
    box-shadow: 0 0 4px #1CADB2;
    padding: 10px 10px 2px 10px
}

@media only screen and (max-width: 1024px) {
    .video-two-col-grid .right-col {
        width:100%;
        overflow: hidden;
        padding-top: 56.25%
    }
}

.video-two-col-grid .right-col iframe {
    border: 1px solid rgba(28,173,179,0.43);
    box-shadow: 0 0 3px #1CADB2
}

@media only screen and (max-width: 1024px) {
    .video-two-col-grid .right-col iframe {
        position:absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        border: none
    }
}

.video-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse
}

@media only screen and (max-width: 1024px) {
    .video-reverse {
        -webkit-box-pack:end;
        justify-content: flex-end
    }
}

.card-text-button {
    display: -webkit-box;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 3rem 6rem;
    background-color: #1D2127;
    flex-wrap: wrap;
    gap: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

@media only screen and (max-width: 700px) {
    .card-text-button {
        padding-bottom:7rem
    }
}

.card-text-button .col1 {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px
}

.card-text-button .col1 img {
    width: 120px
}

.card-text-button .col1 .text {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    max-width: 650px
}

.card-text-button .g-btn {
    max-width: 200px;
    background-color: #1D2127
}

.horizontal_card {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    background-color: #1D2127;
    width: 100%;
    padding: 6rem;
    gap: 6rem;
    -webkit-box-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    align-items: center
}

@media only screen and (max-width: 700px) {
    .horizontal_card {
        padding:4rem;
        padding-bottom: 8rem
    }
}

.horizontal_card img {
    width: 350px
}

@media only screen and (max-width: 500px) {
    .horizontal_card img {
        width:300px
    }
}

.horizontal_card .card_content {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    gap: 20px;
    max-width: 650px
}

.horizontal_card .card_content .card_title {
    font-size: 30px
}

@media only screen and (max-width: 500px) {
    .horizontal_card .card_content .card_title {
        font-size:24px
    }
}

.horizontal_card .card_content ul {
    padding-left: 30px
}

.horizontal_card .card_content ul li {
    font-size: 16px;
    margin-bottom: 20px
}

.horizontal_card .card_content .g-btn {
    max-width: 220px
}

.social_card {
    display: -webkit-box;
    display: flex;
    gap: 7rem;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    color: white;
    background: #9C8B41;
    padding: 7rem 10rem;
    flex-wrap: wrap
}

@media only screen and (max-width: 500px) {
    .social_card {
        padding:7rem 4rem
    }
}

.social_card_content {
    max-width: 450px
}

.social_card_content .title {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 10px
}

@media only screen and (max-width: 500px) {
    .social_card_content .title {
        font-size:26px
    }
}

.social_card_content .text {
    font-size: 16px
}

.social_card_icons {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    gap: 4rem;
    flex-wrap: wrap
}

@media only screen and (max-width: 700px) {
    .social_card_icons {
        gap:1rem
    }
}

@media only screen and (max-width: 320px) {
    .social_card_icons {
        gap:0.5rem
    }
}

.social_card_icons a {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border: 1px solid #fff;
    text-decoration: none;
    color: white;
    padding: 20px;
    width: 90px;
    height: 90px
}

@media only screen and (max-width: 600px) {
    .social_card_icons a {
        width:22%;
        height: 60px
    }
}

.social_card_icons a i {
    font-size: 27px
}

.social_card_icons a:hover {
    background-color: rgba(32,37,44,0.8)
}

#comparison-table {
    color: white;
    font-size: 16px;
    border-collapse: separate;
    border-spacing: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed
}

#comparison-table tr th:nth-child(1),#comparison-table tr td:nth-child(1) {
    text-align: left;
    font-weight: bold
}

#comparison-table tr:nth-child(1) th:nth-child(2) {
    background-color: #494120
}

#comparison-table tr:nth-child(1) th:nth-child(4) {
    background-color: #9C8B41
}

#comparison-table tr:nth-child(1) th:nth-child(6) {
    background-color: #ADA16C
}

#comparison-table tr {
    background-color: #15181c;
    padding: .35em
}

#comparison-table tr .spacer {
    width: 15px;
    padding: 0;
    box-shadow: 0px 10px 10px 1px #000000
}

#comparison-table tr:nth-child(even) {
    background-color: #1c2127
}

#comparison-table th,#comparison-table td {
    padding: .625em;
    text-align: center
}

#comparison-table td {
    padding: 2rem
}

#comparison-table th:nth-child(even) {
    box-shadow: 0px 10px 10px 1px #000000;
    position: relative;
    background-color: #1c2127
}

#comparison-table td:nth-child(even) {
    box-shadow: 0px 10px 10px 1px #000000;
    position: relative;
    background-color: #1c2127
}

#comparison-table tr:nth-child(odd) td:nth-child(even) {
    background-color: #15181c
}

#comparison-table th {
    font-size: 18px;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 3rem;
    background-color: #1c2127
}

@media screen and (max-width: 600px) {
    #comparison-table {
        border:0
    }

    #comparison-table tr th:nth-child(1),#comparison-table tr td:nth-child(1) {
        text-align: right
    }

    #comparison-table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    #comparison-table tr {
        display: block;
        margin-bottom: .625em
    }

    #comparison-table td {
        border-bottom: 1px solid gray;
        display: block;
        font-size: .8em;
        text-align: right
    }

    #comparison-table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase
    }

    #comparison-table td:last-child {
        border-bottom: 0
    }
}

.banner {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    background-color: #414C59;
    color: #fff;
    z-index: 9998;
    font-size: 16px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center
}

@media only screen and (max-width: 1090px) {
    .banner {
        flex-wrap:wrap
    }
}

.banner p {
    padding: 1rem 3rem
}

.banner .link {
    color: white
}

.banner .link:hover {
    color: #00c3ff
}

.banner .dismiss-link {
    background: #2B313B;
    color: white;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 1em 1.41575em;
    cursor: pointer
}

@media only screen and (max-width: 1090px) {
    .banner .dismiss-link {
        width:100%;
        margin-top: 2rem
    }
}

.banner .dismiss-link:hover {
    color: #00c3ff
}

.banner .dismiss-link::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f057";
    margin-right: 0.3342343017em
}

.glow-button {
    z-index: 10;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease
}

.glow-button::before,.glow-button::after {
    content: "";
    display: block;
    position: absolute;
    left: 0
}

.glow-button::before {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    z-index: -1
}

.glow-button::after {
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1
}

.glow-button:hover {
    background: transparent;
    color: #111316
}

.glow-button:hover::before {
    height: 100%
}

.glow-button:hover::after {
    -webkit-animation: grow 700ms ease 1;
    animation: grow 700ms ease 1
}

.glow-button:active {
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}

.glow-button::after {
    -webkit-filter: blur(20px);
    filter: blur(20px)
}

@-webkit-keyframes grow {
    to {
        background: #919090;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}

@keyframes grow {
    to {
        background: #919090;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}

.gradient-button,.hbspt-form [type="submit"] {
    background-size: 230% 100%;
    background-color: transparent;
    background-image: linear-gradient(70deg, #00c3ff, #1187c1, #1187c1, #00c3ff);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    white-space: nowrap
}

.gradient-button:hover,.hbspt-form [type="submit"]:hover {
    background-position: 100% 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.gradient-button:focus,.hbspt-form [type="submit"]:focus {
    outline: none
}

.gradient-button:active,.hbspt-form [type="submit"]:active {
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}

.gradient-button,.hbspt-form [type="submit"] {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.02em;
    border: none;
    color: #fff;
    height: 45px;
    padding: 0px 25px;
    cursor: pointer;
    text-decoration: none;
    min-width: 200px
}

.gradient-button:disabled,.hbspt-form [type="submit"]:disabled {
    background-image: none;
    background-color: #aaa;
    cursor: default
}

.gradient-button_center {
    text-align: center
}

.gradient-button_elements {
    background-image: linear-gradient(70deg, #5A4EB3, #5A5FC0, #5A6FCB, #5A6FCB, #5A5FC0, #5A4EB3)
}

.gradient-button_elements::before {
    background: #677FD3
}

.gradient-button_liquid,.liquid_form .hbspt-form [type="submit"] {
    background: #1E8079
}

.gradient-button_liquid:hover,.liquid_form .hbspt-form [type="submit"]:hover {
    background: #2CCCBF
}

.gradient-button_cryptofeed {
    background-image: linear-gradient(70deg, #0B9FE7, #0BB6EB, #00E0F2, #00E0F2, #0BB6EB, #0B9FE7)
}

.gradient-button_cryptofeed::before {
    background: #00AED9
}

.gradient-button_datafeed {
    max-width: 280px;
    padding: 0 15px
}

.gradient-button_green {
    background-image: linear-gradient(70deg, #0D7749, #069652, #00B45A, #00B45A, #069652, #0D7749)
}

.gradient-button_green::before {
    background: #00B45A
}

.gradient-button_satellite {
    background-image: linear-gradient(70deg, #3939C9, #3560D6, #3283E2, #3283E2, #3560D6, #3939C9)
}

.gradient-button_satellite::before {
    background: #3C82F9
}

.gradient-button_lightning {
    background-image: none;
    background-color: #C6B24B
}

.gradient-button_lightning::before {
    background: #C6B24B
}

.gradient-button_mining,.mining_join .hbspt-form [type="submit"] {
    background-image: linear-gradient(70deg, #9E003D, #BB1147, #D62151, #D62151, #BB1147, #9E003D)
}

.gradient-button_mining::before,.mining_join .hbspt-form [type="submit"]::before {
    background: #dd1f48
}

.gradient-button_jade {
    background-image: linear-gradient(70deg, #006d62, #006d62, #008f74, #008f74, #00af85, #00af85)
}

.gradient-button_financial {
    background-image: linear-gradient(109deg, #2661a7, #3d9cdb 100%)
}

.gradient-button_energy {
    background-image: linear-gradient(109deg, #32B284, #32B284 100%)
}

.gradient-button_amp,.amp_form-section .hbspt-form [type="submit"] {
    background-image: linear-gradient(70deg, #006c7f, #0e8d99, #1cadb2, #1cadb2, #039590, #006c7f);
    background-image: none
}

.gradient-button_amp::before,.amp_form-section .hbspt-form [type="submit"]::before {
    background: #0e8d99
}

@media only screen and (max-width: 1190px) {
    .gradient-button,.hbspt-form [type="submit"] {
        font-size:15px;
        font-weight: semi-bold
    }
}

@media only screen and (max-width: 650px) {
    .gradient-button,.hbspt-form [type="submit"] {
        font-size:14px
    }
}

.g-btn {
    cursor: pointer;
    max-width: 180px;
    width: 100%;
    padding: 10px 20px;
    display: inline-block;
    outline: none;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    font-size: 16px
}

.g-btn:hover,.g-btn:active {
    box-shadow: 149 157 165/20% 0px 8px 24px;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    text-decoration: none
}

.primary-btn {
    background: #1187c1;
    border: 1px solid #1187c1;
    color: #fff
}

.primary-btn:hover,.primary-btn:active {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    background: #00c3ff;
    border: 1px solid #00c3ff;
    color: #fff
}

.secondary-btn {
    background-color: transparent;
    border: 1px solid #1187c1;
    color: #1187c1
}

.secondary-btn:hover,.secondary-btn:active {
    background-color: #00c3ff;
    color: #fff;
    border: 1px solid #00c3ff
}

.tertiary-btn {
    color: #1187c1;
    border-bottom: 2px solid #1187c1;
    width: auto;
    padding: 10px 0 0 0
}

.tertiary-btn:hover,.tertiary-btn:active {
    color: #00c3ff;
    border-color: #00c3ff
}

.liquid-btn {
    background-color: #1E8079;
    border: 1px solid #1E8079;
    color: #fff
}

.liquid-btn:hover,.liquid-btn:active {
    background-color: #2CCCBF;
    color: #fff;
    border: 1px solid #2CCCBF
}

.liquid-sec-btn {
    background-color: transparent;
    border: 1px solid #1E8079;
    color: #1E8079
}

.liquid-sec-btn:hover,.liquid-sec-btn:active {
    background-color: #2CCCBF;
    border: 1px solid #2CCCBF;
    color: #fff
}

.liquid-ter-btn {
    color: #1E8079;
    border-bottom: 2px solid #1E8079;
    width: auto;
    padding: 10px 0 0 0
}

.liquid-ter-btn:hover,.liquid-ter-btn:active {
    color: #2CCCBF;
    border-color: #2CCCBF
}

.cln-btn {
    background-color: #9C8B41;
    border: 1px solid #9C8B41;
    color: #fff
}

.cln-btn:hover,.cln-btn:active {
    background-color: #F0D003;
    border: 1px solid #F0D003;
    color: #fff
}

.cln-sec-btn {
    background-color: transparent;
    border: 1px solid #F0D003;
    color: #F0D003
}

.cln-sec-btn:hover,.cln-sec-btn:active {
    background-color: #F0D003;
    border: 1px solid #F0D003;
    color: #fff
}

.cln-ter-btn {
    color: #9C8B41;
    border-bottom: 2px solid #9C8B41;
    width: auto;
    padding: 10px 0 0 0
}

.cln-ter-btn:hover,.cln-ter-btn:active {
    color: #F0D003;
    border-color: #F0D003
}

.datafeed-btn {
    background-color: #0376AD;
    border: 1px solid #0376AD;
    color: #fff
}

.datafeed-btn:hover,.datafeed-btn:active {
    background-color: #00C3FF;
    border: 1px solid #00C3FF;
    color: #fff
}

.datafeed-sec-btn {
    background-color: transparent;
    border: 1px solid #0376AD;
    color: #0376AD
}

.datafeed-sec-btn:hover,.datafeed-sec-btn:active {
    background-color: #00C3FF;
    border: 1px solid #00C3FF;
    color: #fff
}

.datafeed-ter-btn {
    color: #0376AD;
    border-bottom: 2px solid #0376AD;
    width: auto;
    padding: 10px 0 0 0
}

.datafeed-ter-btn:hover,.datafeed-ter-btn:active {
    color: #00C3FF;
    border-color: #00C3FF
}

.energy-btn {
    background-color: #186B49;
    border: 1px solid #186B49;
    color: #fff
}

.energy-btn:hover,.energy-btn:active {
    background-color: #32B284;
    border: 1px solid #32B284;
    color: #fff
}

.energy-sec-btn {
    background-color: transparent;
    border: 1px solid #186B49;
    color: #186B49
}

.energy-sec-btn:hover,.energy-sec-btn:active {
    background-color: #32B284;
    border: 1px solid #32B284;
    color: #fff
}

.energy-ter-btn {
    color: #186B49;
    border-bottom: 2px solid #186B49;
    width: auto;
    padding: 10px 0 0 0
}

.energy-ter-btn:hover,.energy-ter-btn:active {
    color: #32B284;
    border-color: #32B284
}

.amp-btn {
    background-color: #006C7F;
    border: 1px solid #006C7F;
    color: #fff
}

.amp-btn:hover,.amp-btn:active {
    background-color: #1CADB2;
    border: 1px solid #1CADB2;
    color: #fff
}

.amp-sec-btn {
    background-color: transparent;
    border: 1px solid #1CADB2;
    color: #1CADB2
}

.amp-sec-btn:hover,.amp-sec-btn:active {
    background-color: #1CADB2;
    border: 1px solid #1CADB2;
    color: #fff
}

.amp-ter-btn {
    color: #006C7F;
    border-bottom: 2px solid #006C7F;
    width: auto;
    padding: 10px 0 0 0
}

.amp-ter-btn:hover,.amp-ter-btn:active {
    color: #1CADB2;
    border-color: #1CADB2
}

.green-btn {
    background-color: #048146;
    border: 1px solid #048146;
    color: #fff
}

.green-btn:hover,.green-btn:active {
    background-color: #00B45A;
    border: 1px solid #00B45A;
    color: #fff
}

.green-sec-btn {
    background-color: transparent;
    border: 1px solid #048146;
    color: #048146
}

.green-sec-btn:hover,.green-sec-btn:active {
    background-color: #00B45A;
    border: 1px solid #00B45A;
    color: #fff
}

.green-ter-btn {
    color: #048146;
    border-bottom: 2px solid #048146;
    width: auto;
    padding: 10px 0 0 0
}

.green-ter-btn:hover,.green-ter-btn:active {
    color: #fff;
    border-color: #fff
}

.mining-btn {
    background-color: #A70137;
    border: 1px solid #A70137;
    color: #fff
}

.mining-btn:hover,.mining-btn:active {
    background-color: #DD1F48;
    border: 1px solid #DD1F48;
    color: #fff
}

.mining-sec-btn {
    background-color: transparent;
    border: 1px solid #A70137;
    color: #A70137
}

.mining-sec-btn:hover,.mining-sec-btn:active {
    background-color: #DD1F48;
    border: 1px solid #DD1F48;
    color: #fff
}

.mining-ter-btn {
    color: #A70137;
    border-bottom: 2px solid #A70137;
    width: auto;
    padding: 10px 0 0 0
}

.mining-ter-btn:hover,.mining-ter-btn:active {
    color: #DD1F48;
    border-color: #DD1F48
}

.elements-btn {
    background-color: #42539D;
    border: 1px solid #42539D;
    color: #fff
}

.elements-btn:hover,.elements-btn:active {
    background-color: #6C8ADD;
    border: 1px solid #6C8ADD;
    color: #fff
}

.elements-sec-btn {
    background-color: transparent;
    border: 1px solid #42539D;
    color: #42539D
}

.elements-sec-btn:hover,.elements-sec-btn:active {
    background-color: #6C8ADD;
    border: 1px solid #6C8ADD;
    color: #fff
}

.elements-ter-btn {
    color: #42539D;
    border-bottom: 2px solid #42539D;
    width: auto;
    padding: 10px 0 0 0
}

.elements-ter-btn:hover,.elements-ter-btn:active {
    color: #6C8ADD;
    border-color: #6C8ADD
}

.satellite-btn {
    background-color: #1F3A98;
    border: 1px solid #1F3A98;
    color: #fff
}

.satellite-btn:hover,.satellite-btn:active {
    background-color: #3C82F9;
    border: 1px solid #3C82F9;
    color: #fff
}

.satellite-sec-btn {
    background-color: transparent;
    border: 1px solid #1F3A98;
    color: #1F3A98
}

.satellite-sec-btn:hover,.satellite-sec-btn:active {
    background-color: #3C82F9;
    border: 1px solid #3C82F9;
    color: #fff
}

.satellite-ter-btn {
    color: #1F3A98;
    border-bottom: 2px solid #1F3A98;
    width: auto;
    padding: 10px 0 0 0
}

.satellite-ter-btn:hover,.satellite-ter-btn:active {
    color: #3C82F9;
    border-color: #3C82F9
}

.aqua-btn {
    background-color: #076381;
    border: 1px solid #076381;
    color: #fff
}

.aqua-btn:hover,.aqua-btn:active {
    background-color: #13CDC2;
    border: 1px solid #13CDC2;
    color: #fff
}

.aqua-sec-btn {
    background-color: transparent;
    border: 1px solid #076381;
    color: #076381
}

.aqua-sec-btn:hover,.aqua-sec-btn:active {
    background-color: #13CDC2;
    border: 1px solid #13CDC2;
    color: #fff
}

.aqua-ter-btn {
    color: #076381;
    border-bottom: 2px solid #076381;
    width: auto;
    padding: 10px 0 0 0
}

.aqua-ter-btn:hover,.aqua-ter-btn:active {
    color: #13CDC2;
    border-color: #13CDC2
}

.finance-btn {
    background-color: #2A6596;
    border: 1px solid #2A6596;
    color: #fff
}

.finance-btn:hover,.finance-btn:active {
    background-color: #3891CE;
    border: 1px solid #3891CE;
    color: #fff
}

.finance-sec-btn {
    background-color: transparent;
    border: 1px solid #2A6596;
    color: #2A6596
}

.finance-sec-btn:hover,.finance-sec-btn:active {
    background-color: #3891CE;
    border: 1px solid #3891CE;
    color: #fff
}

.finance-ter-btn {
    color: #2A6596;
    border-bottom: 2px solid #2A6596;
    width: auto;
    padding: 10px 0 0 0
}

.finance-ter-btn:hover,.finance-ter-btn:active {
    color: #3891CE;
    border-color: #3891CE
}

.jade-btn {
    background-color: #006D62;
    border: 1px solid #006D62;
    color: #fff
}

.jade-btn:hover,.jade-btn:active {
    background-color: #00B093;
    border: 1px solid #00B093;
    color: #fff
}

.jade-sec-btn {
    background-color: transparent;
    border: 1px solid #006D62;
    color: #006D62
}

.jade-sec-btn:hover,.jade-sec-btn:active {
    background-color: #00B093;
    border: 1px solid #00B093;
    color: #fff
}

.jade-ter-btn {
    color: #006D62;
    border-bottom: 2px solid #006D62;
    width: auto;
    padding: 10px 0 0 0
}

.jade-ter-btn:hover,.jade-ter-btn:active {
    color: #00B093;
    border-color: #00B093
}

.fade-button {
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.02em;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 45px;
    width: auto;
    min-width: 200px;
    max-width: 230px;
    text-decoration: none
}

.fade-button_center {
    margin: 0 auto
}

.fade-button:active {
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}

.button-elements {
    color: #677FD3;
    border: 1px solid #677FD3
}

.button-elements::before {
    background: #677FD3
}

.button-elements:hover {
    -webkit-transition: all .4s;
    transition: all .4s;
    border: none;
    background-color: transparent;
    color: #fff;
    background-image: linear-gradient(70deg, #7262C8, #5A8BCB, #53ABCA)
}

.button-liquid {
    color: #46B4A5;
    border: 1px solid #46B4A5
}

.button-liquid::before {
    background: #46B4A5
}

.button-liquid:hover {
    -webkit-transition: all .4s;
    transition: all .4s;
    border: none;
    background-color: transparent;
    color: #fff;
    background-image: linear-gradient(70deg, #179BD1, #26B7AE, #35D6A3)
}

.button-cryptofeed {
    color: #00AED9;
    border: 1px solid #00AED9
}

.button-cryptofeed::before {
    background: #00AED9
}

.button-cryptofeed:hover {
    -webkit-transition: all .4s;
    transition: all .4s;
    border: none;
    background-color: transparent;
    color: #fff;
    background-image: linear-gradient(70deg, #0B9FE7, #0BB6EB, #00E0F2)
}

.button-mining {
    color: #8356FF;
    border: 1px solid #8356FF
}

.button-mining::before {
    background: #8356FF
}

.button-mining:hover {
    -webkit-transition: all .4s;
    transition: all .4s;
    border: none;
    background-color: transparent;
    color: #fff;
    background-image: linear-gradient(70deg, #1B4CD2, #744DE5, #D65C5C)
}

.button-green {
    color: #00B45A;
    border: 1px solid #00B45A
}

.button-green::before {
    background: #00B45A
}

.button-green:hover {
    -webkit-transition: all .4s;
    transition: all .4s;
    border: none;
    background-color: transparent;
    color: #fff;
    background-image: linear-gradient(70deg, #0EA564, #29AE6A, #03E874)
}

.button-lightning {
    color: #C6B24B;
    border: 1px solid #C6B24B
}

.button-lightning::before {
    background: #C6B24B
}

.button-lightning:hover {
    -webkit-transition: all .4s;
    transition: all .4s;
    border: none;
    background-color: transparent;
    color: #fff;
    background-image: linear-gradient(70deg, #5982A5, #B5B27F, #FFE060)
}

.button-satellite {
    color: #3C82F9;
    border: 1px solid #3C82F9
}

.button-satellite::before {
    background: #3C82F9
}

.button-satellite:hover {
    -webkit-transition: all .4s;
    transition: all .4s;
    border: none;
    background-color: transparent;
    color: #fff;
    background-image: linear-gradient(70deg, #4040E7, #3E71E0, #3896E6)
}

@media only screen and (max-width: 1190px) {
    .fade-button {
        font-size:15px;
        font-weight: semi-bold;
        height: 42px
    }
}

@media only screen and (max-width: 650px) {
    .fade-button {
        font-size:14px;
        height: 40px
    }
}

.simple-button {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.02em;
    border: none;
    white-space: nowrap;
    height: 45px;
    padding: 0px 30px;
    cursor: pointer;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

@media only screen and (max-width: 470px) {
    .simple-button {
        padding:30px 0px
    }
}

.simple-button a {
    color: #00c3ff;
    text-decoration: none;
    border-bottom-width: 2px;
    border-bottom-style: solid
}

.simple-button_elements a {
    border-color: #677FD3;
    color: #677FD3
}

.simple-button_liquid a {
    border-color: #2CCCBF;
    color: #2CCCBF;
    font-size: 18px;
    font-weight: bold;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out
}

.simple-button_liquid a:hover {
    color: #fff;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    border-color: #fff
}

.simple-button_green a {
    border-color: #00B45A;
    color: #00B45A
}

.simple-button_satellite a {
    border-color: #3C82F9;
    color: #3C82F9
}

.simple-button_lightning a {
    border-color: #C6B24B;
    color: #C6B24B
}

.simple-button_lightning a:hover {
    color: #fff;
    border-color: #fff
}

.simple-button_mining a {
    border-color: #dd1f48;
    color: #dd1f48
}

.simple-button_jade a {
    border-color: #00b093;
    color: #00b093
}

.simple-button_aqua a {
    border-color: #46b4a5;
    color: #46b4a5
}

.simple-button_amp a {
    border-color: #0e8d99;
    color: #0e8d99
}

.simple-button_amp-tertiary a {
    border-color: #1CADB2;
    color: #1CADB2
}

.simple-button_amp-tertiary a:hover {
    color: #fff;
    border-color: #fff
}

.simple-button_financial a {
    border-color: #3DABE8;
    color: #3DABE8
}

.arrow-button {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    width: auto;
    margin-top: 3rem;
    text-decoration: none;
    cursor: pointer
}

.arrow-button_text {
    font-size: 16px;
    font-weight: bold;
    margin-right: 2rem
}

@media (max-width: 1500px) {
    .arrow-button_text {
        font-size:2.2rem
    }
}

.arrow-button_arrow {
    font-size: 4rem
}

.arrow-button_liquid {
    color: #46B4A5
}

.header_primary_mobile-menu-button {
    cursor: pointer;
    display: none
}

.header_primary_navigation_mobile-menu-x-button {
    cursor: pointer;
    margin: 2rem;
    display: none
}

@media only screen and (max-width: 1090px) {
    .header_primary_mobile-menu-button {
        display:inline-block;
        color: #00c3ff
    }

    .header_primary_navigation_mobile-menu-x-button {
        display: inline-block;
        color: #00c3ff
    }
}

.product-button {
    padding: 1rem;
    margin: 3rem 0;
    cursor: pointer;
    font-size: 16px;
    outline: none;
    background: #111316;
    border: 0.2rem solid
}

@media (max-width: 1500px) {
    .product-button {
        font-size:2.2rem
    }
}

.app-download-button {
    height: 5rem;
    background-color: #111316;
    border-radius: 7px;
    position: relative;
    border: 1px solid #ffffff;
    border: 1px solid #21272D;
    padding: 0 1rem;
    margin-right: 1.4rem;
    width: 170px
}

.app-download-button_link {
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.app-download-button_link_icon {
    font-size: 2.5rem;
    color: #ffffff;
    margin-right: 1rem
}

.app-download-button_link img {
    width: 2.8rem
}

.app-download-button_link_text {
    color: #ffffff;
    font-size: 1.7rem
}

.app-download-button_space-right {
    margin-right: 1.4rem
}

.apps-store-icons {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    margin-top: 5rem
}

@media (min-width: 1366px) {
    .apps-store-icons {
        width:90%
    }

    .app-download-button {
        width: 17rem
    }
}

@media (max-width: 1366px) {
    .app-download-button {
        width:135px
    }
}

@media (max-width: 1112px) {
    .app-download-button {
        width:135px
    }
}

@media (max-width: 1024px) {
    .app-download-button {
        width:17rem
    }
}

@media (max-width: 767px) {
    .app-download-button_space-right {
        margin-right:1rem
    }

    .apps-store-icons {
        max-width: 100%
    }
}

@media (max-width: 736px) {
    .header_apps_store_icons {
        display:grid;
        grid-gap: 2rem;
        grid-template-columns: repeat(auto-fit, minmax(110px, 1fr))
    }

    .header_apps_store_icons.single_button {
        grid-template-columns: repeat(3, minmax(110px, 1fr))
    }

    .app-download-button {
        margin-right: 0 !important;
        width: auto
    }
}

@media (max-width: 450px) {
    .header_apps_store_icons.single_button {
        grid-template-columns:repeat(2, minmax(110px, 1fr))
    }
}

.app-download-button {
    height: 5rem;
    background-color: #111316;
    border-radius: 7px;
    position: relative;
    border: 1px solid #ffffff;
    border: 1px solid #21272D;
    padding: 0 1rem;
    margin-right: 1.4rem;
    width: 170px
}

.app-download-button_link {
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.app-download-button_link_icon {
    font-size: 2.5rem;
    color: #ffffff;
    margin-right: 1rem
}

.app-download-button_link img {
    width: 2.8rem
}

.app-download-button_link_text {
    color: #ffffff;
    font-size: 1.7rem
}

.app-download-button_space-right {
    margin-right: 1.4rem
}

.apps-store-icons {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    margin-top: 5rem
}

@media (min-width: 1366px) {
    .apps-store-icons {
        width:90%
    }

    .app-download-button {
        width: 17rem
    }
}

@media (max-width: 1366px) {
    .app-download-button {
        width:135px
    }
}

@media (max-width: 1112px) {
    .app-download-button {
        width:135px
    }
}

@media (max-width: 1024px) {
    .app-download-button {
        width:17rem
    }
}

@media (max-width: 767px) {
    .app-download-button_space-right {
        margin-right:1rem
    }

    .apps-store-icons {
        max-width: 100%
    }
}

@media (max-width: 736px) {
    .header_apps_store_icons {
        display:grid;
        grid-gap: 2rem;
        grid-template-columns: repeat(auto-fit, minmax(110px, 1fr))
    }

    .header_apps_store_icons.single_button {
        grid-template-columns: repeat(3, minmax(110px, 1fr))
    }

    .app-download-button {
        margin-right: 0 !important;
        width: auto
    }
}

@media (max-width: 450px) {
    .header_apps_store_icons.single_button {
        grid-template-columns:repeat(2, minmax(110px, 1fr))
    }
}

.gradient-dropdown {
    position: relative;
    display: -webkit-box;
    display: flex;
    height: 50px;
    text-transform: none !important
}

.gradient-dropdown_button {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background: #00B45A;
    box-shadow: 0 4px 15px 0 rgba(49,49,49,0.75);
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.02em;
    border: none;
    color: #fff;
    height: 45px;
    padding: 0px 16px;
    cursor: pointer;
    text-decoration: none
}

.gradient-dropdown_button:active {
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}

@media only screen and (min-width: 1024px) {
    .gradient-dropdown:hover .gradient-dropdown_contents {
        display:-webkit-box;
        display: flex
    }
}

.gradient-dropdown .gradient-dropdown_contents.content-visible {
    display: -webkit-box !important;
    display: flex !important
}

.gradient-dropdown .gradient-button,.gradient-dropdown .hbspt-form [type="submit"],.hbspt-form .gradient-dropdown [type="submit"] {
    margin: 0
}

.gradient-dropdown_icon-holder {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 0.02em;
    border: none;
    color: #fff;
    height: 45px;
    padding: 0px 16px;
    cursor: pointer;
    text-decoration: none;
    border-left: 1px solid black
}

.gradient-dropdown_icon-holder:active {
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}

.gradient-dropdown_icon-holder i {
    font-size: 30px
}

.gradient-dropdown_icon-holder_green {
    background: #00B45A
}

.gradient-dropdown_contents {
    position: absolute;
    top: 48px;
    margin-right: 20px;
    z-index: 15;
    background: #00B45A;
    padding: 20px 40px;
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    display: none
}

@media only screen and (max-width: 600px) {
    .gradient-dropdown_contents {
        flex-wrap:wrap
    }
}

.gradient-dropdown_contents_column {
    -webkit-box-flex: 50%;
    flex: 50%;
    min-width: 220px;
    box-sizing: border-box
}

@media only screen and (max-width: 600px) {
    .gradient-dropdown_contents_column {
        margin-bottom:30px
    }
}

.gradient-dropdown_contents_column_header {
    font-size: 18px;
    color: rgba(255,255,255,0.6);
    margin-bottom: 20px
}

.gradient-dropdown_contents_column_header i {
    font-size: 20px;
    margin-right: 4px
}

.gradient-dropdown_contents_column_item {
    font-size: 14px;
    margin-bottom: 10px
}

.gradient-dropdown_contents_column_item a {
    color: white
}

.gradient-dropdown_contents_column_item a:hover {
    color: #f0f0f0
}

.gradient-dropdown_contents_column_item i {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 6px;
    width: 20px
}

.gradient-dropdown_contents_column_item img {
    height: 20px;
    vertical-align: middle;
    margin-right: 6px
}

.gradient-dropdown_contents_version {
    display: inline-block;
    margin-left: 8px;
    text-decoration: none;
    color: #eee
}

@media only screen and (max-width: 800px) {
    .gradient-dropdown_button {
        font-size:15px
    }
}

.link-button {
    width: 240px;
    height: 54px;
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    background-color: transparent;
    border: 1px solid #00c3ff;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    text-align: center
}

.link-button_liquid {
    border: 1px solid #1E8079;
    background-color: #1E8079;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out
}

.link-button_liquid:first-child {
    margin-right: 15px
}

@media only screen and (max-width: 500px) {
    .link-button_liquid:first-child {
        margin-right:0;
        margin-bottom: 15px
    }
}

.link-button_liquid:last-child {
    background-color: transparent;
    border: 1px solid #2CCCBF;
    color: #2CCCBF
}

.link-button_liquid:last-child:hover {
    color: #fff
}

.link-button_liquid:hover {
    border: 1px solid #2CCCBF;
    background-color: #2CCCBF;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out
}

.blog_lang-selector {
    grid-column: 3;
    height: auto;
    width: 27rem;
    margin-bottom: 5rem
}

.blog_lang-selector_title {
    text-transform: uppercase;
    color: #fff;
    font-size: 2.4rem;
    margin-bottom: 2rem;
    font-weight: 600
}

@media (max-width: 1500px) {
    .blog_lang-selector_title {
        font-size:2.8rem
    }
}

.blog_lang-selector_wrapper {
    height: 40px;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    background-color: #21272d;
    border-radius: 5px;
    z-index: 0
}

.blog_lang-selector_dropdown {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    font-size: 16.5px;
    height: 100%;
    padding: 1rem;
    width: 100%;
    z-index: 2;
    outline: none;
    color: #fff;
    font-weight: 300
}

.blog_lang-selector_icon {
    color: #fff;
    font-size: 1.5rem;
    width: auto;
    height: auto;
    position: absolute;
    z-index: 1;
    right: 1rem
}

.blog_lang-selector_list {
    list-style: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center
}

.blog_lang-selector_list_item {
    color: #00c3ff;
    font-size: 1.8rem;
    margin-right: 5rem
}

.blog_lang-selector_list_item_link {
    text-decoration: none;
    color: #00c3ff
}

.category-lang-selector {
    grid-column: 3;
    height: auto;
    width: 27rem;
    margin-bottom: 5rem
}

.category-lang-selector_title {
    text-transform: uppercase;
    color: #fff;
    font-size: 2.4rem;
    margin-bottom: 2rem;
    font-weight: 600
}

@media (max-width: 1500px) {
    .category-lang-selector_title {
        font-size:2.8rem
    }
}

.category-lang-selector_wrapper {
    height: 40px;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    background-color: #21272d;
    border-radius: 5px;
    z-index: 0
}

.category-lang-selector_dropdown {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    font-size: 16.5px;
    height: 100%;
    padding: 1rem;
    width: 100%;
    z-index: 2;
    outline: none;
    color: #fff;
    font-weight: 300
}

.category-lang-selector_icon {
    color: #fff;
    font-size: 1.5rem;
    width: auto;
    height: auto;
    position: absolute;
    z-index: 1;
    right: 1rem
}

.category-lang-selector_list {
    list-style: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center
}

.category-lang-selector_list_item {
    color: #00c3ff;
    font-size: 1.8rem;
    margin-right: 5rem
}

.category-lang-selector_list_item_link {
    text-decoration: none;
    color: #00c3ff
}

.curly-quotes:before,.curly-quotes:after {
    display: inline-block;
    vertical-align: top;
    height: 3rem;
    line-height: 4.8rem;
    font-size: 11rem;
    opacity: .2
}

.curly-quotes:before {
    content: '\201C';
    margin-right: 3rem;
    margin-left: -7rem
}

.curly-quotes:after {
    content: '\201D';
    margin-top: 3rem;
    margin-left: 1rem;
    margin-right: -7rem
}

.language-button {
    background-color: transparent;
    color: #00c3ff;
    width: 135px;
    text-transform: capitalize;
    text-align: center;
    font-weight: 400;
    position: absolute;
    right: 5rem;
    z-index: 9999;
    font-size: 16.5px;
    top: 25px
}

.language-button::after {
    content: "\f107";
    position: absolute;
    top: 3px;
    right: 0;
    left: 82px;
    font-family: 'Font Awesome 5 Pro'
}

.language-button ul {
    list-style: none;
    background-color: #1C2127;
    color: #a9b1b6;
    width: 135px;
    text-transform: capitalize;
    text-align: center;
    font-weight: 400;
    position: relative;
    z-index: 9999
}

.txlive-langselector-list.txlive-langselector-list-opened {
    max-height: 345px !important
}

#tx-live-lang-toggle {
    position: relative;
    z-index: 9999
}

.slack-logo {
    display: block;
    font-size: 3.5rem;
    margin-right: .3rem
}

.nowrap {
    white-space: nowrap
}

.show-modal {
    -webkit-animation: animationModal .5s forwards;
    animation: animationModal .5s forwards
}

@media only screen and (max-width: 1090px) {
    .language-button {
        position:-webkit-sticky;
        position: sticky;
        bottom: 5rem;
        right: 5rem;
        top: auto;
        margin-left: -8px;
        margin-top: 15px;
        font-size: 16.5px;
        display: block
    }
}

@media only screen and (max-width: 1920px) {
    html {
        font-size:8.8px
    }
}

@media only screen and (max-width: 1500px) {
    html {
        font-size:7.2px
    }
}

@media only screen and (max-width: 1000px) {
    .bitcoin_intro {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
}

.blog-post_content {
    grid-column: 3;
    width: 83rem;
    letter-spacing: 0.6px;
    color: #C8D1D7;
    font-size: 16px;
    line-height: 2.2
}

@media (max-width: 1500px) {
    .blog-post_content {
        font-size:2.2rem
    }
}

.blog-post_content p {
    margin-bottom: 4rem
}

.blog-post_content img {
    width: 100%;
    margin-top: 4rem
}

.blog-post_content h1 {
    font-size: 3.5rem;
    margin-bottom: 3rem;
    margin-top: 3.5rem;
    font-weight: bold
}

.blog-post_content h2 {
    font-size: 3rem;
    margin-bottom: 3rem;
    margin-top: 2.5rem;
    font-weight: bold
}

.blog-post_content h3 {
    font-size: 2.5rem;
    margin-bottom: 3rem;
    margin-top: 2.5rem;
    font-weight: bold
}

.blog-post_content a {
    text-decoration: none;
    color: #00c3ff
}

.blog-post_content ul {
    width: 80%;
    margin-left: 5rem;
    margin-bottom: 5rem
}

.blog-post_content ul li {
    margin-top: 1.5rem
}

.blog-post_content ol {
    width: 80%;
    margin-left: 5rem;
    margin-bottom: 5rem
}

.blog-post_content ol li {
    margin-top: 1.5rem
}

.blog-post_content code {
    overflow-wrap: break-word;
    white-space: normal
}

.blog-post_content pre {
    width: 83rem !important
}

.blog-post_content figcaption {
    font-style: italic;
    text-align: center
}

.blog-post_content td {
    word-break: break-all
}

.blog-post_content blockquote {
    font-size: 1.3em;
    width: 100%;
    margin: 50px auto;
    font-style: italic;
    color: #C8D1D7;
    padding: 1.2em 30px 1.2em 75px;
    border-left: 8px solid #77d2ef;
    line-height: 1.8;
    position: relative;
    background: #14181b
}

.blog-post_content blockquote p::before {
    font-family: sans-serif;
    content: "\201C";
    color: #77d2ef;
    font-size: 4em;
    position: absolute;
    left: 10px;
    top: -10px
}

.blog-post_content blockquote strong {
    margin-top: 2em;
    font-style: normal;
    font-size: 0.8em;
    color: #fff
}

.blog-post_content blockquote p {
    margin: 0
}

.blog-post_content blockquote p strong {
    display: block
}

.blog-post_sidebar {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    height: 80rem;
    width: 30rem
}

.blog-post_sidebar_share {
    margin-bottom: 5rem
}

.blog-post_sidebar_share_title {
    text-transform: uppercase;
    color: #fff;
    font-size: 2.4rem;
    margin-bottom: 2rem
}

@media (max-width: 1500px) {
    .blog-post_sidebar_share_title {
        font-size:2.8rem
    }
}

.blog-post_sidebar_categories {
    margin-bottom: 5rem
}

.blog-post_sidebar_categories_title {
    text-transform: uppercase;
    color: #fff;
    font-size: 2.4rem;
    margin-bottom: 2rem
}

@media (max-width: 1500px) {
    .blog-post_sidebar_categories_title {
        font-size:2.8rem
    }
}

.blog-post_sidebar_categories_category {
    font-size: 2.4rem;
    color: #fff
}

@media (max-width: 1500px) {
    .blog-post_sidebar_categories_category {
        font-size:2.8rem
    }
}

.blog-post_sidebar_follow_title {
    text-transform: uppercase;
    color: #fff;
    font-size: 2.4rem;
    margin-bottom: 2rem
}

@media (max-width: 1500px) {
    .blog-post_sidebar_follow_title {
        font-size:2.8rem
    }
}

.blog-post_header {
    grid-column: 3;
    max-width: 83rem;
    color: #a9b1b6;
    font-size: 16px
}

@media (max-width: 1500px) {
    .blog-post_header {
        font-size:2.2rem
    }
}

.blog-post_header_category {
    text-transform: uppercase;
    margin-bottom: 1rem;
    color: #fff;
    font-weight: 600
}

.blog-post_header_title {
    font-size: 3.6rem;
    color: #fff;
    margin-bottom: 1rem;
    font-weight: 600
}

.blog-post_header_title a {
    text-decoration: none;
    color: #fff
}

.blog-post_header_sub-header {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    margin-bottom: 1rem
}

.blog-post_header_sub-header_divider {
    margin-left: 2rem;
    margin-right: 2rem
}

.blog-post_spacer {
    display: block;
    height: 15rem;
    grid-row: 4
}

.category_liquid {
    color: #46B4A5
}

.category_lightning-network {
    color: #C6B24B
}

.category_cryptocurrency-data-feed {
    color: #00AED9
}

.category_green {
    color: #00B45A
}

.category_blockstream-satellite {
    color: #3C82F9
}

.category_blockstream-finance {
    color: #518FC9
}

.category_elements {
    color: #677FD3
}

.quote {
    width: 80%;
    margin: 0 auto
}

.quote .by {
    margin-top: 5px
}

@media only screen and (max-width: 850px) {
    .blog-post_sidebar {
        display:none
    }
}

@media only screen and (max-width: 650px) {
    .blog-post_content {
        width:60rem
    }

    .blog-post_header_sub-header {
        width: 100%
    }
}

@media only screen and (max-width: 500px) {
    .blog-post_header_sub-header {
        width:100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse;
        margin-top: 2rem
    }

    .blog-post_header_sub-header_divider {
        display: none
    }

    .blog-post_header_sub-header_author {
        margin-bottom: 1rem
    }

    .blog-post_content {
        width: 45rem
    }

    .blog-post_content blockquote {
        padding-left: 45px
    }

    .blog-post_content blockquote p::before {
        left: -2px;
        top: -15px
    }
}

@media only screen and (max-width: 375px) {
    .blog-post_header {
        grid-column:2 / span 5;
        width: 90%
    }

    .blog-post_content {
        grid-column: 2 / span 5;
        width: 90%
    }
}

.bitcoin {
    background-color: #111316;
    grid-column: 1 / span 5;
    margin-top: -30rem;
    color: #a9b1b6;
    font-size: 16px;
    position: relative;
    z-index: 502
}

@media (max-width: 1500px) {
    .bitcoin {
        font-size:2.2rem
    }
}

.bitcoin_pattern img {
    width: 100%
}

.bitcoin_intro {
    margin-top: -20rem
}

.bitcoin_intro_container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.bitcoin_intro_container_icon img {
    max-width: 55rem;
    margin-left: -7rem;
    margin-right: 10rem
}

.bitcoin_intro_container_block {
    max-width: 45rem;
    margin-left: 10rem
}

.bitcoin_intro_container_block_text {
    margin-top: 3rem;
    font-size: 16px;
    color: #a9b1b6;
    line-height: 1.8
}

@media (max-width: 1500px) {
    .bitcoin_intro_container_block_text {
        font-size:2.2rem
    }
}

@media only screen and (max-width: 1200px) {
    .bitcoin {
        margin-top:-34rem
    }

    .bitcoin_intro {
        margin-top: 5rem
    }
}

@media only screen and (max-width: 950px) {
    .bitcoin_intro_container_icon img {
        max-width:40rem;
        margin-left: 0;
        margin-right: 5rem
    }
}

@media only screen and (max-width: 775px) {
    .bitcoin_intro {
        margin-top:10rem
    }

    .bitcoin_intro_container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }

    .bitcoin_intro_container_icon img {
        margin: 0 auto;
        max-width: 40rem
    }

    .bitcoin_intro_container_block {
        margin: 0 auto;
        text-align: center
    }

    .bitcoin_intro_container_block_text {
        margin-top: 3rem;
        font-size: 16px;
        color: #a9b1b6;
        line-height: 1.8
    }
}

@media only screen and (max-width: 775px) and (max-width: 1500px) {
    .bitcoin_intro_container_block_text {
        font-size:2.2rem
    }
}

.sidechains {
    background-color: #111316;
    grid-column: 1 / span 5;
    height: auto;
    margin-top: -2rem;
    padding-top: 10rem;
    color: #fff;
    text-align: center
}

.sidechains_intro_image img {
    margin: 5rem auto;
    width: 80rem
}

.sidechains_capabilities {
    margin-top: -2rem;
    height: auto
}

@media only screen and (max-width: 1500px) {
    .sidechains_intro_image img {
        margin-top:10rem
    }
}

@media only screen and (max-width: 600px) {
    .sidechains_intro_image img {
        width:55rem;
        margin-top: 25rem
    }
}

@media only screen and (max-width: 450px) {
    .sidechains_capabilities {
        margin-bottom:10rem
    }

    .sidechains_intro_image img {
        width: 40rem;
        margin-top: 25rem
    }
}

.elements {
    grid-column: 1 / span 5;
    height: 76rem;
    margin-top: 0rem;
    color: #fff;
    background-image: linear-gradient(-203deg, #15181c 0%, #1a163f 54%, #41265c 85%, #6e3a7a 100%);
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    overflow: hidden
}

.elements_background {
    position: absolute;
    left: -33rem;
    top: -23rem;
    width: 60%;
    z-index: -1
}

.elements_container {
    width: 45rem;
    margin-left: 15rem
}

.elements_icon img {
    width: 33rem;
    margin-right: 15rem
}

.elements_logo img {
    width: 39rem;
    position: relative;
    z-index: 10
}

.elements_text {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    position: relative;
    z-index: 10;
    width: 100%;
    margin-top: 6rem;
    margin-bottom: 4rem
}

@media (max-width: 1500px) {
    .elements_text {
        font-size:2.2rem
    }
}

.elements a {
    text-decoration: none
}

@media only screen and (max-width: 1050px) {
    .elements_container {
        width:45rem;
        margin-left: 10rem
    }

    .elements_icon img {
        width: 33rem;
        margin-right: 10rem
    }

    .elements_background {
        left: -30rem;
        top: -10rem
    }
}

@media only screen and (max-width: 1000px) {
    .elements {
        height:auto;
        padding: 5rem
    }
}

@media only screen and (max-width: 850px) {
    .elements_container {
        margin-left:5rem
    }

    .elements_icon img {
        margin-right: 5rem
    }

    .elements_background {
        width: 80%;
        left: -10rem;
        top: auto;
        bottom: -10rem
    }
}

@media only screen and (max-width: 600px) {
    .elements {
        -webkit-box-orient:vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse
    }

    .elements_container {
        margin: 0;
        margin-top: 10rem;
        width: 100%
    }

    .elements_icon img {
        margin: 5rem 0
    }

    .elements_logo img {
        width: 30rem;
        margin: 0 auto
    }

    .elements_text {
        margin: 5rem 0
    }

    .elements_button {
        display: block;
        margin: 0 auto
    }
}

.liquid {
    grid-column: 1 / span 5;
    height: 76rem;
    margin-top: 15rem;
    color: #fff;
    background-image: linear-gradient(-203deg, #121418 0%, #121c22 54%, #03302d 85%, #015a53 100%);
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    overflow: hidden
}

.liquid_background {
    position: absolute;
    left: -33rem;
    top: -34rem;
    width: 70%;
    z-index: -1
}

.liquid_container {
    width: 45rem;
    margin-right: 15rem
}

.liquid_icon img {
    width: 45rem;
    margin-left: 15rem
}

.liquid_logo img {
    width: 34rem;
    position: relative;
    z-index: 10
}

.liquid_text {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    position: relative;
    z-index: 10;
    width: 100%;
    margin-top: 6rem;
    margin-bottom: 4rem
}

@media (max-width: 1500px) {
    .liquid_text {
        font-size:2.2rem
    }
}

.liquid a {
    text-decoration: none
}

@media only screen and (max-width: 1050px) {
    .liquid_container {
        width:40rem;
        margin-right: 10rem
    }

    .liquid_icon img {
        width: 33rem;
        margin-left: 10rem
    }

    .liquid_background {
        left: -15rem;
        top: -10rem
    }
}

@media only screen and (max-width: 1000px) {
    .liquid {
        height:auto;
        padding: 5rem
    }
}

@media only screen and (max-width: 850px) {
    .liquid_container {
        margin-right:5rem
    }

    .liquid_icon img {
        margin-left: 5rem
    }
}

@media only screen and (max-width: 700px) {
    .liquid_container {
        width:30rem;
        margin-right: 2rem
    }

    .liquid_icon img {
        width: 35rem;
        margin-left: 2rem
    }

    .liquid_logo img {
        width: 22rem
    }

    .liquid_background {
        width: 80%;
        left: -10rem;
        top: auto;
        bottom: -10rem
    }
}

@media only screen and (max-width: 600px) {
    .liquid {
        -webkit-box-orient:vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse
    }

    .liquid_container {
        margin: 0;
        margin-top: 10rem;
        width: 100%
    }

    .liquid_icon img {
        margin: 5rem 0
    }

    .liquid_logo img {
        width: 35rem;
        margin: 0 auto
    }

    .liquid_text {
        margin: 5rem 0
    }

    .liquid_button {
        display: block;
        margin: 0 auto
    }
}

@media only screen and (max-width: 750px) {
    .products {
        grid-template-columns:1fr;
        grid-template-rows: repeat(2, 1fr);
        height: 240rem
    }

    .products_elements_icon img {
        width: 25rem
    }

    .products_liquid {
        margin-top: 20rem
    }

    .products_liquid_icon img {
        width: 35rem;
        margin-top: -16rem
    }
}

@media only screen and (max-width: 550px) {
    .products_elements_icon img {
        width:20rem
    }

    .products_liquid {
        margin-top: -5rem
    }

    .products_liquid_icon img {
        width: 30rem
    }
}

.satellite {
    grid-column: 1 / span 5;
    height: 76rem;
    color: #fff;
    background-image: linear-gradient(-203deg, #15181c 0%, #121247 54%, #172d5f 85%, #002b4d 100%);
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    overflow: hidden
}

.satellite_background {
    position: absolute;
    left: -20rem;
    top: -10rem;
    width: 50%;
    z-index: -1
}

.satellite_container {
    width: 45rem;
    margin-right: 5rem
}

.satellite_icon img {
    width: 70rem;
    margin-right: -10rem;
    margin-left: 15rem
}

.satellite_logo img {
    width: 39rem;
    position: relative;
    z-index: 10
}

.satellite_text {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    position: relative;
    z-index: 10;
    width: 100%;
    margin-top: 6rem;
    margin-bottom: 4rem
}

@media (max-width: 1500px) {
    .satellite_text {
        font-size:2.2rem
    }
}

.satellite a {
    text-decoration: none
}

@media only screen and (max-width: 1050px) {
    .satellite_container {
        width:45rem;
        margin-left: 3rem
    }

    .satellite_icon img {
        width: 60rem;
        margin-right: 10rem
    }

    .satellite_background {
        width: 70%;
        left: -20rem;
        top: -25rem
    }
}

@media only screen and (max-width: 1000px) {
    .satellite {
        height:auto;
        padding: 5rem
    }
}

@media only screen and (max-width: 925px) {
    .satellite_icon img {
        width:50rem;
        margin-right: 5rem
    }

    .satellite_background {
        width: 70%;
        left: -20rem;
        top: -15rem
    }
}

@media only screen and (max-width: 850px) {
    .satellite_container {
        margin-right:5rem
    }

    .satellite_icon img {
        margin-left: 5rem
    }
}

@media only screen and (max-width: 700px) {
    .satellite_container {
        width:30rem;
        margin-left: 3rem
    }

    .satellite_icon img {
        width: 40rem;
        margin-right: 0;
        margin-left: 0
    }

    .satellite_logo img {
        width: 27rem
    }

    .satellite_background {
        width: 80%;
        left: -15rem;
        top: auto;
        bottom: -10rem
    }
}

@media only screen and (max-width: 600px) {
    .satellite {
        -webkit-box-orient:vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse
    }

    .satellite_container {
        margin: 0;
        margin-top: 10rem;
        width: 100%
    }

    .satellite_icon img {
        margin-top: 10rem;
        width: 50rem
    }

    .satellite_logo img {
        width: 30rem;
        margin: 0 auto
    }

    .satellite_text {
        margin: 5rem 0
    }

    .satellite_button {
        display: block;
        margin: 0 auto
    }

    .satellite_background {
        width: 120%;
        left: -15rem;
        top: auto;
        bottom: -10rem
    }
}

@media only screen and (max-width: 420px) {
    .satellite_icon img {
        margin-top:10rem;
        width: 40rem
    }
}

.lightning {
    grid-column: 1 / span 5;
    height: 76rem;
    color: #fff;
    background-image: linear-gradient(-199deg, #0f1114 0%, #011f30 54%, #3b2c02 85%, #352f06 100%);
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    overflow: hidden
}

.lightning_background {
    position: absolute;
    left: -35rem;
    top: -30rem;
    width: 60%;
    z-index: -1
}

.lightning_container {
    width: 45rem;
    margin-right: 2rem;
    margin-left: 20rem
}

.lightning_icon img {
    width: 93rem;
    margin-left: 5rem
}

.lightning_logo img {
    width: 42rem;
    position: relative;
    z-index: 10
}

.lightning_text {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    position: relative;
    z-index: 10;
    width: 100%;
    margin-top: 6rem;
    margin-bottom: 4rem
}

@media (max-width: 1500px) {
    .lightning_text {
        font-size:2.2rem
    }
}

.lightning a {
    text-decoration: none
}

@media only screen and (max-width: 1160px) {
    .lightning_container {
        width:45rem;
        margin-left: 3rem
    }

    .lightning_icon img {
        width: 85rem;
        margin-right: 3rem
    }
}

@media only screen and (max-width: 1050px) {
    .lightning_container {
        width:45rem;
        margin-left: 3rem;
        margin-right: 0
    }

    .lightning_icon img {
        width: 75rem;
        margin-left: 2rem
    }

    .lightning_background {
        left: -5rem;
        top: -5rem
    }
}

@media only screen and (max-width: 1000px) {
    .lightning {
        height:auto;
        padding: 5rem
    }
}

@media only screen and (max-width: 850px) {
    .lightning_container {
        margin-right:1rem;
        margin-left: 3rem
    }

    .lightning_icon img {
        width: 50rem;
        margin-left: 1rem
    }
}

@media only screen and (max-width: 700px) {
    .lightning_container {
        width:30rem;
        margin-left: 1rem
    }

    .lightning_icon img {
        width: 45rem;
        margin-right: 1rem
    }

    .lightning_logo img {
        width: 27rem
    }

    .lightning_background {
        width: 150%;
        left: -40rem;
        top: auto;
        bottom: -40rem
    }
}

@media only screen and (max-width: 600px) {
    .lightning {
        -webkit-box-orient:vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse
    }

    .lightning_container {
        margin: 0;
        margin-top: 10rem;
        width: 100%
    }

    .lightning_icon {
        width: 100%
    }

    .lightning_icon img {
        margin: 5rem 0;
        padding-left: 5rem;
        padding-right: 5rem;
        width: 100%
    }

    .lightning_logo img {
        width: 38rem;
        margin: 0 auto
    }

    .lightning_text {
        margin: 5rem 0
    }

    .lightning_button {
        display: block;
        margin: 0 auto
    }
}

.greenlight_laser_bg {
    grid-column: 1 / span 5;
    background: url("../img/img/greenlight_laser_lines.svg") no-repeat;
    background-position: top left;
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    background-size: 0;
    opacity: 0;
    -webkit-animation: 1s ease forwards .5s bg-greenlight;
    animation: 1s ease forwards .5s bg-greenlight
}

.greenlight {
    grid-column: 1 / span 5;
    padding: 30px;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto
}

.greenlight_header {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    grid-gap: 70px;
    height: 100vh;
    -webkit-box-align: center;
    align-items: center;
    color: white
}

@media only screen and (max-width: 950px) {
    .greenlight_header {
        height:auto;
        margin-top: 20vh;
        margin-bottom: 10vh
    }
}

.greenlight_header_text_title {
    font-size: 48px;
    font-weight: bold;
    line-height: normal;
    max-width: 564px;
    margin-bottom: 40px
}

@media only screen and (max-width: 950px) {
    .greenlight_header_text_title {
        font-size:26px
    }
}

.greenlight_header_text_desc {
    font-size: 18px;
    line-height: 2;
    max-width: 482px
}

.greenlight_header_logo {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation: 1s ease forwards .5s logo-zoom-in;
    animation: 1s ease forwards .5s logo-zoom-in
}

.greenlight_header_logo img {
    width: 85%
}

@media only screen and (max-width: 950px) {
    .greenlight_header_logo img {
        width:100%
    }
}

@media only screen and (max-width: 950px) {
    .greenlight_header_logo {
        grid-row-start:1
    }
}

.greenlight_section1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(271px, 1fr));
    grid-gap: 150px;
    color: white
}

@media only screen and (max-width: 950px) {
    .greenlight_section1 {
        grid-gap:70px
    }
}

@media only screen and (max-width: 500px) {
    .greenlight_section1_card {
        display:grid;
        justify-items: center;
        text-align: center
    }
}

.greenlight_section1_card_icon {
    width: 90px
}

.greenlight_section1_card_title {
    font-size: 24px;
    font-weight: bold;
    margin: 15px 0
}

.greenlight_section1_card_desc {
    font-size: 16px;
    color: #c3cdd3
}

.greenlight_section2 {
    margin: 250px 0
}

@media only screen and (max-width: 500px) {
    .greenlight_section2 {
        margin:150px 0
    }
}

.greenlight_section2 .headline-row_block_content_title {
    font-size: 36px
}

.greenlight_section2 .headline-row_block_content_text {
    font-size: 16px
}

.greenlight_section3_text {
    display: grid;
    justify-items: center
}

.greenlight_section3_text_title {
    font-size: 48px;
    font-weight: bold;
    color: white
}

.greenlight_section3_text_desc {
    font-size: 16px;
    color: #c3cdd3;
    max-width: 550px;
    margin-top: 20px;
    text-align: center
}

.greenlight_section3_row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 30px;
    margin: 0 auto;
    margin-top: 60px;
    max-width: 1200px
}

.greenlight_section3_row_card {
    display: block;
    text-decoration: none;
    opacity: 0.8;
    background-color: #20252c;
    padding: 50px
}

@media only screen and (max-width: 500px) {
    .greenlight_section3_row_card {
        text-align:center
    }
}

.greenlight_section3_row_card_logo img {
    height: 75px
}

.greenlight_section3_row_card_text {
    font-size: 16px;
    color: #c3cdd3;
    margin-top: 30px
}

.greenlight_form {
    grid-column: 1 / span 5;
    margin: 20rem 0
}

@-webkit-keyframes bg-greenlight {
    0% {
        background-size: 1vh;
        opacity: 0
    }

    100% {
        background-size: 100vh;
        opacity: 1
    }
}

@keyframes bg-greenlight {
    0% {
        background-size: 1vh;
        opacity: 0
    }

    100% {
        background-size: 100vh;
        opacity: 1
    }
}

.ice {
    grid-column: 1 / span 5;
    height: 76rem;
    color: #fff;
    background-image: linear-gradient(-203deg, #0d0e11 0%, #042333 54%, #063c57 85%, #015358 100%);
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    overflow: hidden
}

.ice_background {
    position: absolute;
    left: -70rem;
    top: -20rem;
    width: 70%;
    z-index: -1
}

.ice_container {
    width: 45rem;
    margin-left: 3rem
}

.ice_icon img {
    width: 90rem;
    margin-right: 7rem;
    margin-left: -20rem
}

.ice_logo img {
    width: 39rem;
    position: relative;
    z-index: 10
}

.ice_text {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    position: relative;
    z-index: 10;
    width: 100%;
    margin-top: 6rem;
    margin-bottom: 4rem
}

@media (max-width: 1500px) {
    .ice_text {
        font-size:2.2rem
    }
}

.ice a {
    text-decoration: none
}

@media only screen and (max-width: 1050px) {
    .ice_container {
        width:45rem;
        margin-left: 5rem
    }

    .ice_icon img {
        width: 70rem;
        margin-right: 5rem;
        margin-left: -5rem
    }

    .ice_background {
        left: -35rem;
        top: -10rem
    }
}

@media only screen and (max-width: 1000px) {
    .ice {
        height:auto;
        padding: 5rem
    }
}

@media only screen and (max-width: 850px) {
    .ice_container {
        margin-left:0
    }

    .ice_icon img {
        margin-right: 0
    }
}

@media only screen and (max-width: 700px) {
    .ice_container {
        width:30rem;
        margin-left: 5rem
    }

    .ice_icon img {
        width: 55rem;
        margin-right: -5rem
    }

    .ice_logo img {
        width: 27rem
    }

    .ice_background {
        width: 80%;
        left: -10rem;
        top: auto;
        bottom: -10rem
    }
}

@media only screen and (max-width: 600px) {
    .ice {
        -webkit-box-orient:vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse
    }

    .ice_container {
        margin: 0;
        margin-top: 10rem;
        width: 100%
    }

    .ice_icon img {
        margin: 5rem 0
    }

    .ice_logo img {
        width: 30rem;
        margin: 0 auto
    }

    .ice_text {
        margin: 5rem 0
    }

    .ice_button {
        display: block;
        margin: 0 auto
    }
}

.landing_green {
    grid-column: 1 / span 5;
    height: 80rem;
    color: #fff;
    background-image: linear-gradient(-203deg, #090a0c 0%, #0d2e22 50%, #076137 83%, #01663a 100%);
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    overflow: hidden
}

.landing_green_background {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1
}

.landing_green_container {
    width: 55rem;
    margin-left: 7rem;
    margin-right: 3rem
}

.landing_green_icon img {
    width: 50rem;
    margin-right: 10rem
}

.landing_green_logo img {
    width: 34rem;
    position: relative;
    z-index: 10
}

.landing_green_text {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    position: relative;
    z-index: 10;
    width: 100%;
    margin-top: 6rem;
    margin-bottom: 4rem
}

@media (max-width: 1500px) {
    .landing_green_text {
        font-size:2.2rem
    }
}

.landing_green a {
    text-decoration: none
}

.landing_green_button {
    border: none;
    color: #fff;
    width: 22rem;
    height: 4.5rem;
    margin-top: 6rem;
    background-image: linear-gradient(-208deg, #193b32 0%, #154b38 25%, #0a7f48 53%, #00b45a 78%, #00ee89 100%);
    box-shadow: 0px 2px 8px 0px #000000
}

.landing_green_button::before {
    background: #00B45A
}

@media only screen and (max-width: 1050px) {
    .landing_green_container {
        width:55rem;
        margin-right: 5rem
    }

    .landing_green_icon img {
        width: 40rem;
        margin-left: 5rem
    }
}

@media only screen and (max-width: 1000px) {
    .landing_green {
        height:auto;
        padding: 5rem
    }
}

@media only screen and (max-width: 700px) {
    .landing_green_container {
        width:30rem;
        margin-right: 5rem
    }

    .landing_green_icon img {
        width: 35rem;
        margin-left: 5rem
    }

    .landing_green_logo img {
        width: 27rem
    }

    .landing_green_background {
        width: 80%;
        left: 0;
        top: auto;
        bottom: -30rem
    }
}

@media only screen and (max-width: 600px) {
    .landing_green {
        -webkit-box-orient:vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse;
        height: auto
    }

    .landing_green_container {
        margin: 0;
        margin-top: 10rem;
        width: 100%
    }

    .landing_green_icon img {
        margin: 5rem 0
    }

    .landing_green_logo img {
        width: 30rem;
        margin: 0 auto
    }

    .landing_green_text {
        margin: 5rem 0
    }

    .landing_green_button {
        display: block;
        margin: 0 auto
    }
}

.ice_contact {
    grid-column: 1 / span 5;
    margin-top: 10rem;
    margin-bottom: 12rem;
    position: relative
}

.ice_contact img {
    width: 100%
}

.ice_contact_info {
    position: absolute;
    z-index: 10;
    top: 20%;
    left: 65%
}

.ice_contact_info_title {
    font-size: 2.4rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 1rem
}

@media (max-width: 1500px) {
    .ice_contact_info_title {
        font-size:2.8rem
    }
}

.ice_contact_info_text {
    font-size: 16px;
    color: #fff;
    line-height: 2;
    max-width: 50rem;
    padding-right: 3rem
}

@media (max-width: 1500px) {
    .ice_contact_info_text {
        font-size:2.2rem
    }
}

.ice_contact_info_button-wrapper {
    margin-top: 7rem
}

@media only screen and (max-width: 1050px) {
    .ice_contact_info {
        margin-top:-4rem
    }

    .ice_contact_info_button-wrapper {
        margin-top: 3rem
    }

    .ice_contact img {
        height: 40rem;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 0;
        object-position: 0
    }
}

@media only screen and (max-width: 850px) {
    .ice_contact_info {
        position:relative;
        left: 0;
        text-align: center;
        margin: -8rem auto 0 auto;
        padding: 3rem
    }

    .ice_contact_info_text {
        max-width: 80%;
        padding: 0;
        margin: 0 auto
    }

    .ice_contact_info_button-wrapper .fade-button {
        margin: 0 auto
    }
}

@media only screen and (max-width: 600px) {
    .ice_contact img {
        height:35rem;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 20% 0;
        object-position: 20% 0
    }
}

@media only screen and (max-width: 400px) {
    .ice_contact img {
        height:35rem;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 25% 0;
        object-position: 25% 0
    }
}

.supported-assets {
    grid-column: 1 / span 5;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 5rem
}

.supported-assets_assets {
    max-width: 150rem;
    margin: -8rem auto 15rem auto;
    position: relative;
    z-index: 10;
    padding: 5rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.supported-assets_crypto {
    width: 100%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}

.supported-assets_crypto_coin {
    width: 15rem;
    height: 15rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer
}

.supported-assets_crypto_coin svg {
    height: 5rem;
    width: 5rem;
    margin: 0 auto;
    fill: #939B9F
}

.supported-assets_crypto_coin img {
    height: 5rem;
    width: 5rem;
    margin: 0 auto;
    fill: #939B9F
}

.supported-assets_crypto_coin_title {
    font-size: 2.4rem;
    color: #a3abb0;
    margin-top: 1rem;
    text-align: center
}

@media (max-width: 1500px) {
    .supported-assets_crypto_coin_title {
        font-size:2.8rem
    }
}

.supported-assets_fiat {
    width: 100%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    display: none
}

.supported-assets_arrow-back {
    color: #a9b1b6;
    font-size: 3.6rem;
    height: 8rem;
    width: 6rem;
    background-color: rgba(0,0,0,0.5);
    border-radius: 35px 0 0 35px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    z-index: 10;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 4rem
}

.supported-assets_arrow-forward {
    color: #a9b1b6;
    font-size: 3.6rem;
    height: 8rem;
    width: 6rem;
    background-color: rgba(0,0,0,0.5);
    border-radius: 0 35px 35px 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    z-index: 10;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.supported-assets_sub-text {
    color: #939B9F;
    text-align: center;
    font-size: 1.4rem;
    width: 80%;
    margin-top: 5rem
}

@media (max-width: 1500px) {
    .supported-assets_sub-text {
        font-size:1.8rem
    }
}

.supported-assets_header {
    margin-top: 10rem
}

.bitcoin-coin {
    fill: #FF9900 !important;
    background-color: #ffffff;
    border-radius: 50%
}

@media only screen and (max-width: 650px) {
    .supported-assets_fiat {
        -webkit-box-pack:center;
        justify-content: center
    }
}

@media only screen and (max-width: 380px) {
    .supported-assets {
        margin-top:5rem
    }
}

.blockstream-ice {
    grid-column: 1 / span 5;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 5rem;
    color: #a9b1b6;
    line-height: 2;
    font-size: 16px
}

@media (max-width: 1500px) {
    .blockstream-ice {
        font-size:2.2rem
    }
}

.blockstream-ice_icon {
    width: 30rem;
    margin-right: 10rem
}

.blockstream-ice_text {
    margin-left: 10rem;
    width: 57rem
}

.blockstream-ice_resources {
    grid-column: 3;
    margin-top: 20rem
}

.blockstream-ice .ice_datafeed {
    margin-top: 4rem
}

@media only screen and (max-width: 950px) {
    .blockstream-ice {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        margin: 0 auto
    }

    .blockstream-ice_icon {
        margin: 0
    }

    .blockstream-ice_text {
        margin: 0;
        margin-top: 5rem;
        text-align: center
    }

    .blockstream-ice_text .ice_datafeed .gradient-button_datafeed {
        margin: 0 auto !important
    }
}

@media only screen and (max-width: 500px) {
    .blockstream-ice_text {
        width:80%
    }
}

.latest-updates {
    grid-column: 1/6;
    width: 100%;
    margin-top: 200px;
    margin-bottom: 200px
}

.latest-updates_column1 {
    width: 70rem;
    position: relative;
    left: 60px;
    max-width: 429px
}

.latest-updates_title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 4rem
}

.latest-updates_social-media {
    font-size: 16px
}

@media (max-width: 1500px) {
    .latest-updates_social-media {
        font-size:2.2rem
    }
}

.latest-updates_social-media_row {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 10px
}

.latest-updates_social-media_row_icon {
    width: 2.5rem;
    margin-right: 2rem
}

@media only screen and (max-width: 850px) {
    .latest-updates {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: start;
        justify-content: flex-start;
        height: 110rem
    }

    .latest-updates_column1 {
        margin: 60px 0;
        width: 100%
    }
}

.elements_join {
    grid-column: 1 / span 5;
    margin-top: 30rem;
    background-image: linear-gradient(-218deg, #5292be 0%, #6053a3 52%, #7b4495 100%);
    height: 37rem
}

.elements_join_info {
    margin-top: 7rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.elements_join_info_title {
    color: #fff;
    text-align: center;
    line-height: 1.4
}

.elements_join_info hr {
    height: 0.3rem;
    background-color: #00c3ff;
    width: 6rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    border: 0
}

.elements_join_info_link {
    margin-top: 7rem
}

.elements_join_info_link_button {
    width: 25rem;
    height: 4.5rem;
    color: #fff;
    border: 0px;
    font-size: 16px;
    cursor: pointer
}

@media (max-width: 1500px) {
    .elements_join_info_link_button {
        font-size:2.2rem
    }
}

.previous-elements {
    grid-column: 1 / span 5;
    margin-top: 0rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center
}

.deferred-elements {
    grid-column: 1 / span 5;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 15rem
}

.elements_title {
    grid-column: 1 / span 5;
    margin: 5rem auto 0 auto
}

.elements_why-elements {
    grid-column: 3
}

@media only screen and (max-width: 775px) {
    .previous-elements {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        margin: 7rem auto 0 auto
    }
}

@media only screen and (max-width: 550px) {
    .elements_title {
        grid-column:1 / span 5;
        margin: 5rem auto 0 auto
    }
}

.hiw .headline-row:last-child {
    margin-top: 10rem
}

.satellite_why {
    display: grid;
    grid-column: 2 / span 3
}

.satellite_why .headline-row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 2rem;
    width: 100%
}

.satellite_network-coverage {
    grid-column: 1 / span 5
}

.satellite_network-coverage_map-container {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto
}

.satellite_network-coverage_map-container .geocoder-container {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    padding-bottom: 20px
}

@media only screen and (max-width: 500px) {
    .satellite_network-coverage_map-container .geocoder-container {
        width:100%
    }
}

.satellite_network-coverage_map-container .geocoder-container .geocoder {
    width: 50%;
    position: relative;
    z-index: 15;
    padding-top: 10px
}

@media only screen and (max-width: 750px) {
    .satellite_network-coverage_map-container .geocoder-container .geocoder {
        width:100%;
        padding: 0
    }
}

.satellite_network-coverage_map-container .geocoder-container .geocoder .mapboxgl-ctrl-geocoder {
    width: 100%;
    max-width: 100%;
    padding: 4px;
    background: #343332
}

@media only screen and (max-width: 750px) {
    .satellite_network-coverage_map-container .geocoder-container .geocoder .mapboxgl-ctrl-geocoder {
        padding:0
    }
}

.satellite_network-coverage_map-container .geocoder-container .geocoder .mapboxgl-ctrl-geocoder svg {
    width: 25px;
    height: 25px;
    color: white
}

.satellite_network-coverage_map-container .geocoder-container .geocoder .mapboxgl-ctrl-geocoder input {
    font-size: 16.5px;
    color: lightgray
}

.satellite_network-coverage_map-container .geocoder-container .geocoder .mapboxgl-ctrl-geocoder input::-webkit-input-placeholder {
    color: lightgray
}

.satellite_network-coverage_map-container .geocoder-container .geocoder .mapboxgl-ctrl-geocoder input::-moz-placeholder {
    color: lightgray
}

.satellite_network-coverage_map-container .geocoder-container .geocoder .mapboxgl-ctrl-geocoder input:-ms-input-placeholder {
    color: lightgray
}

.satellite_network-coverage_map-container .geocoder-container .geocoder .mapboxgl-ctrl-geocoder input::-ms-input-placeholder {
    color: lightgray
}

.satellite_network-coverage_map-container .geocoder-container .geocoder .mapboxgl-ctrl-geocoder input::placeholder {
    color: lightgray
}

.satellite_network-coverage_map-container .geocoder-container .geocoder .mapboxgl-ctrl-geocoder .suggestions {
    background-color: #343332
}

.satellite_network-coverage_map-container .geocoder-container .geocoder .mapboxgl-ctrl-geocoder .suggestions>.active>a,.satellite_network-coverage_map-container .geocoder-container .geocoder .mapboxgl-ctrl-geocoder .suggestions>li>a:hover {
    color: #e2e2e2;
    background-color: #656565
}

.satellite_network-coverage_map-container .geocoder-container .geocoder .mapboxgl-ctrl-geocoder .suggestions>li>a {
    color: #b5b5b5
}

.satellite_network-coverage_map-container .geocoder-container .geocoder .mapboxgl-ctrl-geocoder--icon {
    fill: #757575;
    background-color: #343332;
    margin-top: 0
}

.satellite_network-coverage_map-container_map {
    width: 100%;
    height: 500px;
    margin: 0 auto;
    z-index: 10
}

.satellite_network-coverage_map-container_map .mapboxgl-popup {
    width: 300px;
    z-index: 10
}

@media only screen and (max-width: 750px) {
    .satellite_network-coverage_map-container_map .mapboxgl-popup {
        width:75% !important
    }
}

.satellite_network-coverage_map-container_map .mapboxgl-popup-close-button {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 25px;
    cursor: pointer
}

.satellite_network-coverage_map-container_map .mapboxgl-popup-tip {
    opacity: .9
}

.satellite_how-it-works {
    grid-column: 1 / span 5;
    margin-top: 10rem;
    height: 120rem
}

.satellite_how-it-works_section {
    background-image: linear-gradient(-223deg, #2a2a9c 0%, #283f74 52%, #0268b8 100%);
    height: 30rem;
    margin-bottom: 35rem;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

@media screen and (min-width: 950px) {
    .satellite_how-it-works_section {
        margin-top:20rem
    }
}

.satellite_how-it-works_section_text {
    font-size: 16px;
    color: #fff;
    line-height: 3rem;
    width: 45rem;
    max-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30rem;
    -webkit-transition: opacity .6s;
    transition: opacity .6s
}

@media (max-width: 1500px) {
    .satellite_how-it-works_section_text {
        font-size:2.2rem
    }
}

.satellite_how-it-works_section_icon-container {
    position: absolute;
    top: -9rem;
    right: 30rem;
    width: 50rem;
    height: 50rem;
    max-width: 100%
}

.satellite_how-it-works_section_icon {
    width: 50rem;
    position: absolute;
    -webkit-transition: opacity .6s ease-out;
    transition: opacity .6s ease-out;
    max-width: 100%
}

.satellite_how-it-works_section_icon_navigation {
    position: absolute;
    bottom: -1rem;
    max-width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    justify-content: space-around;
    -webkit-box-align: center;
    align-items: center;
    height: 5rem;
    width: 50rem
}

.satellite_how-it-works_section_icon_navigation_arrow {
    cursor: pointer;
    padding: 2rem;
    font-size: 3rem;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.satellite_how-it-works_section_icon_navigation_indicator {
    display: inline-block;
    cursor: pointer;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: transparent;
    margin: 3px
}

.satellite_network {
    grid-column: 1 / span 5
}

.satellite_network_cards {
    margin: 0 auto;
    max-width: 1140px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 10px
}

@media screen and (max-width: 750px) {
    .satellite_network_cards {
        flex-wrap:wrap
    }
}

.satellite_network_cards .bs_card {
    max-width: 362px
}

@media screen and (max-width: 750px) {
    .satellite_network_cards .bs_card {
        width:100%;
        max-width: 100%
    }
}

.satellite_join {
    grid-column: 1 / span 5;
    margin-top: 30rem;
    background-image: linear-gradient(-218deg, #2a2a9c 0%, #283f74 52%, #0268b8 100%);
    height: 37rem
}

.satellite_join_info {
    margin-top: 7rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.satellite_join_info_title {
    color: #fff;
    text-align: center;
    line-height: 1.4
}

.satellite_join_info hr {
    height: 0.3rem;
    background-color: #00c3ff;
    width: 6rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    border: 0
}

.satellite_join_info_link {
    margin-top: 7rem
}

.satellite_join_info_link_button {
    width: 25rem;
    height: 4.5rem;
    color: #fff;
    border: 0px;
    font-size: 16px;
    cursor: pointer
}

@media (max-width: 1500px) {
    .satellite_join_info_link_button {
        font-size:2.2rem
    }
}

#popupContent {
    font-family: "din-2014","Source Sans Pro",sans-serif;
    font-size: 13px;
    line-height: 1.5;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #111217;
    opacity: .9
}

@media screen and (max-width: 500px) {
    #popupContent {
        font-size:14px
    }
}

#popupContent p {
    font-weight: bold;
    color: black
}

#popupContent span {
    font-weight: 100
}

#popupContent h4 {
    color: #9c9c9c
}

#popupContent .popup-address {
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 5px;
    margin-right: 15px
}

#popupContent .sat-name {
    font-weight: bold;
    color: #3c82f9;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    padding-top: 5px
}

#popupContent .sat-details {
    -webkit-box-flex: 1;
    flex: 1;
    margin-right: 15px
}

#popupContent span.warn-msg {
    color: red
}

#popupContent .warn-msg-bold {
    color: red;
    font-weight: bold
}

.indicator-fill {
    background-color: #fff
}

.mobilePopup {
    height: auto;
    width: 100%;
    background-color: white;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10000;
    display: none
}

.mobilePopup #close {
    color: black;
    float: right;
    font-size: 40px;
    margin: -20px 20px;
    padding: 0;
    cursor: pointer
}

.mobilePopup #mobilePopupContent {
    height: 100%;
    padding: 10px 0 20px 20px;
    float: right;
    width: 100%
}

@media only screen and (max-width: 1200px) {
    .satellite_how-it-works_section_icon-container {
        right:14rem
    }

    .satellite_how-it-works_section_text {
        left: 14rem
    }
}

@media only screen and (max-width: 950px) {
    .satellite_how-it-works_section_icon-container {
        top:22rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .satellite_how-it-works_section_text {
        top: 5rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media only screen and (max-width: 750px) {
    .satellite_network-coverage_map-container_map {
        height:40rem
    }
}

@media only screen and (max-width: 550px) {
    .satellite_network-coverage_map-container {
        padding:0 10px
    }

    .satellite_network-coverage_map-container_map {
        height: 40rem
    }
}

.satellite-documentation {
    grid-column: 1 / span 5
}

.satellite-documentation_container {
    grid-column: 3;
    width: 80%;
    max-width: 83rem;
    letter-spacing: 0.6px;
    color: #C8D1D7;
    margin: 15rem auto 0 auto;
    font-size: 16px
}

@media (max-width: 1500px) {
    .satellite-documentation_container {
        font-size:2.2rem
    }
}

.satellite-documentation_container h2 {
    margin-top: 3.5rem;
    margin-bottom: 2rem
}

.satellite-documentation_container h3 {
    margin-top: 2.5rem;
    margin-bottom: 2rem
}

.satellite-documentation_container a {
    color: #00c3ff;
    text-decoration: none
}

.satellite-documentation_container p {
    margin-top: 2rem;
    margin-bottom: 3rem
}

.satellite-documentation_sample-app {
    margin-top: 10rem
}

.satellite-documentation_sample-app_text {
    font-size: 16px;
    margin: 0 auto;
    width: 80%;
    max-width: 83rem;
    letter-spacing: 0.6px;
    color: #C8D1D7
}

@media (max-width: 1500px) {
    .satellite-documentation_sample-app_text {
        font-size:2.2rem
    }
}

.satellite-documentation_sample-app_text a {
    color: #00c3ff;
    text-decoration: none;
    word-wrap: break-word
}

.satellite-documentation_developer-version_header {
    margin-top: 10rem
}

.satellite-documentation_warning {
    font-style: italic;
    color: red;
    text-align: center
}

.code-inline {
    color: #fff;
    display: inline-block;
    margin: 0 3px
}

.code-block {
    padding: 2rem;
    border: 1px solid #414448;
    display: block;
    overflow: hidden;
    position: relative;
    color: #fff;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    word-wrap: break-word;
    padding-bottom: 5rem
}

.click-to-copy_container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    position: absolute;
    bottom: 0;
    right: 0;
    height: auto;
    width: auto;
    padding: .5rem 1rem .5rem .5rem
}

.click-to-copy_container_caption {
    font-size: 1.4rem;
    color: #111316;
    margin-right: 1rem;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

@media (max-width: 1500px) {
    .click-to-copy_container_caption {
        font-size:1.8rem
    }
}

.click-to-copy_container_button {
    padding: 0 1rem;
    cursor: pointer;
    z-index: 1
}

.copy-image {
    position: relative;
    z-index: -1
}

@media only screen and (max-width: 500px) {
    .satellite-documentation_container {
        margin:25rem auto 0 auto
    }
}

.satellite-api_title {
    grid-column: 1 / span 5
}

.satellite-api_intro {
    grid-column: 1 / span 5;
    max-width: 55rem;
    color: #fff;
    margin: 7rem auto 0 auto;
    text-align: center;
    margin-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px
}

@media (max-width: 1500px) {
    .satellite-api_intro {
        font-size:2.2rem
    }
}

.satellite-api_headline-rows {
    grid-column: 3
}

.satellite-api_resources {
    grid-column: 1 / span 5
}

.satellite-api_cards {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    grid-gap: 30px
}

@media only screen and (max-width: 1252px) {
    .satellite-api_cards .bs_card {
        width:auto;
        margin-right: 0
    }
}

.satellite-queue {
    grid-column: 1 / span 5
}

.satellite-queue_intro {
    max-width: 70rem;
    color: #a9b1b6;
    margin: 0 auto 10rem auto;
    text-align: center;
    font-size: 16px;
    font-weight: 300
}

@media (max-width: 1500px) {
    .satellite-queue_intro {
        font-size:2.2rem
    }
}

.satellite-queue_intro a {
    color: #00c3ff;
    text-decoration: none
}

.satellite-queue_table-selection {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center
}

.satellite-queue_table-selection_container {
    width: 120rem;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center
}

.satellite-queue_table-selection_container_refresh {
    cursor: pointer
}

.satellite-queue_table-selection_container_refresh_button {
    color: #00c3ff;
    font-size: 2.5rem;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.satellite-queue_table-selection_table {
    font-size: 2.4rem;
    color: #a9b1b6;
    font-weight: bold;
    cursor: pointer;
    margin-right: 5rem
}

@media (max-width: 1500px) {
    .satellite-queue_table-selection_table {
        font-size:2.8rem
    }
}

.satellite-queue_table-selection_table-active {
    color: #fff;
    border-bottom: 2px solid #00c3ff;
    border-top: 2px solid transparent
}

.satellite-queue_table {
    background-color: #1C2127;
    width: 120rem;
    margin: 3rem auto 0 auto
}

.satellite-queue_table_header {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 2.5rem
}

.satellite-queue_table_header_item {
    width: 20rem;
    height: 6rem;
    color: #6D7880;
    font-weight: bold;
    font-size: 16px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

@media (max-width: 1500px) {
    .satellite-queue_table_header_item {
        font-size:2.2rem
    }
}

.satellite-queue_table_header_item-tiny {
    width: 6rem
}

.satellite-queue_table_header_item-small {
    width: 7rem
}

.satellite-queue_table_header_item-medium {
    width: 20rem
}

.satellite-queue_table_header_item-large {
    width: 25rem
}

.satellite-queue_table_header_item-xlarge {
    width: 33rem
}

.satellite-queue_table_row {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 2.5rem;
    position: relative
}

.satellite-queue_table_row_collapsed_cell {
    height: 6rem;
    color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    overflow: hidden
}

@media (max-width: 1500px) {
    .satellite-queue_table_row_collapsed_cell {
        font-size:1.8rem
    }
}

.satellite-queue_table_row_collapsed_cell_title {
    display: none
}

.satellite-queue_table_row_expanded_cell {
    height: 18rem;
    color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    overflow: hidden;
    padding-top: 1.8rem
}

@media (max-width: 1500px) {
    .satellite-queue_table_row_expanded_cell {
        font-size:1.8rem
    }
}

.satellite-queue_table_row_expanded_cell_buttons {
    display: block;
    position: absolute;
    width: 22.5rem;
    height: auto;
    left: 50%;
    bottom: 2rem;
    margin-left: -11.25rem;
    overflow: visible
}

.satellite-queue_table_row_expanded_cell_buttons_button-delete {
    height: 3.2rem;
    width: 10rem;
    font-size: 1.4rem;
    color: #ea5262;
    border: 1px solid #ea5262;
    border-radius: 2px;
    background-color: transparent;
    margin-right: 2.5rem;
    outline: none;
    cursor: pointer
}

@media (max-width: 1500px) {
    .satellite-queue_table_row_expanded_cell_buttons_button-delete {
        font-size:1.8rem
    }
}

.satellite-queue_table_row_expanded_cell_buttons_button-delete:active {
    -webkit-transform: translateY(1px);
    transform: translateY(1px)
}

.satellite-queue_table_row_expanded_cell_buttons_button-bump {
    height: 3.2rem;
    width: 10rem;
    border-radius: 2px;
    font-size: 1.4rem;
    color: #fff;
    background-color: #226cc3;
    outline: none;
    border: 0;
    cursor: pointer
}

@media (max-width: 1500px) {
    .satellite-queue_table_row_expanded_cell_buttons_button-bump {
        font-size:1.8rem
    }
}

.satellite-queue_table_row_expanded_cell_buttons_button-bump:active {
    -webkit-transform: translateY(1px);
    transform: translateY(1px)
}

.satellite-queue_table_row_expanded_cell_upload-container {
    display: block;
    position: absolute;
    bottom: 4rem;
    right: 7rem;
    height: auto;
    width: auto
}

.satellite-queue_table_row_expanded_cell_upload-container_row {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center
}

.satellite-queue_table_row_expanded_cell_upload-container_row_title {
    color: #6D7880
}

.satellite-queue_table_row_expanded_cell_upload-container_row_data {
    color: #6D7880;
    text-align: right
}

.satellite-queue_table_row_cell-tiny {
    width: 6rem;
    font-size: 3rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative
}

.satellite-queue_table_row_cell-small {
    width: 7rem
}

.satellite-queue_table_row_cell-medium {
    width: 20rem
}

.satellite-queue_table_row_cell-large {
    width: 25rem
}

.satellite-queue_table_row_cell-xlarge {
    width: 33rem
}

.satellite-queue_table_row_cell-full-span {
    width: 120rem
}

.satellite-queue_table_row_cell_expand {
    padding: .5rem 1rem;
    cursor: pointer;
    font-size: 3rem
}

.satellite-queue_table_row:nth-child(even) {
    background-color: #15181c
}

.satellite-queue_table_row:nth-child(odd) {
    background-color: #1C2127
}

.satellite-queue_table_row_collapsed {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    width: 100%
}

.satellite-queue_table_row_expanded {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    width: 100%
}

.satellite-queue_more {
    grid-column: 3;
    display: block;
    margin: 10rem auto 0 auto;
    background-color: transparent;
    outline: none;
    color: #3C82F9;
    border: 1px solid #3C82F9;
    height: 4.5rem;
    width: 16.5rem;
    font-size: 16px;
    cursor: pointer
}

@media (max-width: 1500px) {
    .satellite-queue_more {
        font-size:2.2rem
    }
}

.satellite-queue_more:active {
    -webkit-transform: translateY(1px);
    transform: translateY(1px)
}

.satellite-queue_transmitting-spinner {
    width: 100%;
    background-color: #00c3ff;
    height: .5rem
}

.satellite-queue_action-selection {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start;
    width: 120rem;
    margin: 0 auto 10rem auto
}

.satellite-queue_action-selection_send-data {
    width: 58rem;
    height: 16rem;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.5);
    padding: 2rem 4rem;
    cursor: pointer;
    background-image: url("../img/img/send_data_bg.png");
    background-size: cover
}

@media screen and (max-width: 1500px) {
    .satellite-queue_action-selection_send-data {
        height:21rem
    }
}

.satellite-queue_action-selection_send-data_header {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 1rem
}

.satellite-queue_action-selection_send-data_header_title {
    font-size: 2.4rem;
    color: #3C82F9;
    font-weight: bold
}

@media (max-width: 1500px) {
    .satellite-queue_action-selection_send-data_header_title {
        font-size:2.8rem
    }
}

.satellite-queue_action-selection_send-data_header_arrow {
    color: #3C82F9;
    font-size: 3rem;
    margin-left: 2rem
}

.satellite-queue_action-selection_send-data_text {
    font-size: 16px;
    color: #a9b1b6
}

.satellite-queue_action-selection_send-data:active {
    -webkit-transform: translateY(1px);
    transform: translateY(1px)
}

.satellite-queue_action-selection_manage {
    width: 58rem;
    height: 16rem;
    background-color: #15181c;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.5);
    padding: 2rem 4rem;
    cursor: pointer;
    background-image: url("../img/img/manage_transmission_gb.png");
    background-size: cover
}

@media screen and (max-width: 1500px) {
    .satellite-queue_action-selection_manage {
        height:21rem
    }
}

.satellite-queue_action-selection_manage_header {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 1rem
}

.satellite-queue_action-selection_manage_header_title {
    font-size: 2.4rem;
    font-size: 2.4rem;
    color: #622ff8;
    font-weight: bold
}

@media (max-width: 1500px) {
    .satellite-queue_action-selection_manage_header_title {
        font-size:2.8rem
    }
}

.satellite-queue_action-selection_manage_header_arrow {
    color: #622ff8;
    font-size: 3rem;
    margin-left: 2rem
}

.satellite-queue_action-selection_manage_text {
    font-size: 16px;
    color: #a9b1b6
}

.satellite-queue_action-selection_manage:active {
    -webkit-transform: translateY(1px);
    transform: translateY(1px)
}

.satellite-queue_action {
    width: 120rem;
    position: relative;
    margin: 0 auto 10rem auto
}

.satellite-queue_action_send-data {
    display: none;
    -webkit-animation: animationExpandTransmissionBox .4s ease-out;
    animation: animationExpandTransmissionBox .4s ease-out;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    overflow: hidden;
    background-color: #15181c;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.5);
    position: relative;
    top: -26rem
}

@media screen and (max-width: 925px) {
    .satellite-queue_action_send-data {
        top:-47.5rem
    }
}

@media screen and (max-width: 925px) {
    .satellite-queue_action_send-data {
        margin:auto
    }
}

.satellite-queue_action_send-data_header {
    width: 100%;
    height: 8rem;
    background-color: #15181c;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.5);
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 4rem
}

.satellite-queue_action_send-data_header_exit {
    color: #3C82F9;
    font-size: 3rem;
    margin-left: 2.2rem;
    margin-top: .6rem;
    cursor: pointer
}

.satellite-queue_action_send-data_header_title {
    font-size: 2.4rem;
    color: #3C82F9;
    font-weight: bold;
    margin-top: .3rem
}

@media (max-width: 1500px) {
    .satellite-queue_action_send-data_header_title {
        font-size:2.8rem
    }
}

.satellite-queue_action_send-data_body {
    min-height: 58rem;
    height: auto;
    border: 1px solid #2b333b;
    border-top: 0;
    -webkit-animation: custom-fade-in 1s forwards;
    animation: custom-fade-in 1s forwards
}

.satellite-queue_action_manage-transmission {
    position: relative;
    display: none;
    -webkit-animation: animationExpandTransmissionBox .4s ease-out forwards;
    animation: animationExpandTransmissionBox .4s ease-out forwards;
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    float: right;
    overflow: hidden;
    background-color: #15181c;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.5);
    position: relative;
    top: -26rem
}

@media screen and (max-width: 925px) {
    .satellite-queue_action_manage-transmission {
        float:none;
        margin: auto
    }
}

.satellite-queue_action_manage-transmission_header {
    width: 100%;
    height: 8rem;
    background-color: #15181c;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.5);
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 4rem
}

.satellite-queue_action_manage-transmission_header_exit {
    color: #622ff8;
    font-size: 3rem;
    margin-left: 2.2rem;
    margin-top: .6rem;
    cursor: pointer
}

.satellite-queue_action_manage-transmission_header_title {
    font-size: 2.4rem;
    color: #622ff8;
    font-weight: bold;
    margin-top: .3rem
}

@media (max-width: 1500px) {
    .satellite-queue_action_manage-transmission_header_title {
        font-size:2.8rem
    }
}

.satellite-queue_action_manage-transmission_body {
    height: auto;
    border: 1px solid #2b333b;
    padding: 0 3rem 5rem 3rem;
    border-top: 0;
    position: relative
}

.satellite-queue_action_manage-transmission_body_message {
    text-align: center;
    width: auto;
    height: 20px;
    margin-top: 1rem;
    font-size: 16px;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
    opacity: 0
}

@media (max-width: 1500px) {
    .satellite-queue_action_manage-transmission_body_message {
        font-size:2.2rem
    }
}

#satellite-queue_table-queue {
    display: none
}

#satellite-queue_table-sent {
    display: block
}

#satellite-queue_table-pending {
    display: none
}

.auth-token-prompt {
    width: 50rem;
    position: absolute;
    left: 35rem;
    bottom: 15rem;
    background-color: #15181c;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.5);
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    align-items: center;
    padding: 2rem;
    z-index: 2
}

.auth-token-prompt_title {
    color: #fff;
    font-size: 2.4rem
}

@media (max-width: 1500px) {
    .auth-token-prompt_title {
        font-size:2.8rem
    }
}

.auth-token-prompt_auth-code {
    width: 37rem;
    height: 8.5rem;
    background-color: #0c0d10;
    border: 1px solid #2b333b;
    color: #a9b1b6;
    resize: none;
    outline: none;
    padding: 1rem;
    margin-bottom: 2rem;
    font-size: 1.4rem
}

@media (max-width: 1500px) {
    .auth-token-prompt_auth-code {
        font-size:1.8rem
    }
}

.auth-token-prompt_button {
    height: 4.5rem;
    width: 18rem;
    background-image: linear-gradient(-210deg, #2a2a9c 0%, #0268b8 100%);
    color: #fff;
    font-size: 16px;
    border: 0;
    outline: none;
    cursor: pointer;
    margin-top: 2rem
}

@media (max-width: 1500px) {
    .auth-token-prompt_button {
        font-size:2.2rem
    }
}

.auth-token-prompt_button:active {
    -webkit-transform: translateY(1px);
    transform: translateY(1px)
}

.auth-token-prompt_backdrop {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: transparent;
    z-index: 1
}

.satellite-manage-trans_step-1 {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: relative;
    margin-top: 2rem
}

.satellite-manage-trans_step-1_form {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    height: auto
}

.satellite-manage-trans_step-1_form_title {
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 1rem
}

@media (max-width: 1500px) {
    .satellite-manage-trans_step-1_form_title {
        font-size:2.8rem
    }
}

.satellite-manage-trans_step-1_form_input {
    height: 4.5rem;
    width: 53rem;
    background-color: #0c0d10;
    border: 1px solid #414448;
    color: #a9b1b6;
    font-size: 16px;
    padding: 1rem 2rem;
    outline: none;
    margin-bottom: 3.5rem
}

@media (max-width: 1500px) {
    .satellite-manage-trans_step-1_form_input {
        font-size:2.2rem
    }
}

.satellite-manage-trans_step-1_form_button {
    height: 4.5rem;
    width: 18rem;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#00c3ff), to(#1187c1));
    background-image: linear-gradient(to right, #00c3ff, #1187c1);
    background-color: transparent;
    border: 0px;
    font-size: 16px;
    cursor: pointer;
    outline: none
}

.satellite-manage-trans_step-1_form_button:active {
    -webkit-transform: translateY(1px);
    transform: translateY(1px)
}

.satellite-manage-trans_step-2 {
    display: none
}

.satellite-manage-trans_step-2_block {
    margin-left: 6rem;
    padding-top: 4rem;
    width: 45rem;
    font-size: 16px;
    font-weight: 600
}

@media (max-width: 1500px) {
    .satellite-manage-trans_step-2_block {
        font-size:2.2rem
    }
}

.satellite-manage-trans_step-2_block_row {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 1rem 0
}

.satellite-manage-trans_step-2_block_row_title {
    color: #a9b1b6;
    white-space: nowrap;
    margin-right: 1rem
}

.satellite-manage-trans_step-2_block_row_data {
    color: #fff;
    text-align: right
}

.satellite-manage-trans_step-2_actions {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.satellite-manage-trans_step-2_actions_buttons_button {
    height: 3.2rem;
    width: 10rem;
    font-size: 1.4rem;
    border-radius: 2px;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    position: relative;
    z-index: 5
}

@media (max-width: 1500px) {
    .satellite-manage-trans_step-2_actions_buttons_button {
        font-size:1.8rem
    }
}

.satellite-manage-trans_step-2_actions_buttons_button:active {
    -webkit-transform: translateY(1px);
    transform: translateY(1px)
}

.satellite-manage-trans_step-2_actions_buttons_button-delete {
    margin-right: 2.5rem;
    border: 1px solid #ea5262;
    color: #ea5262
}

.satellite-manage-trans_step-2_actions_buttons_button-bump {
    color: #fff;
    background-color: #226cc3;
    border: 0
}

.satellite-manage-trans_step-2_actions_auth-code {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 100%
}

.satellite-manage-trans_step-2_actions_auth-code_title {
    font-size: 2.4rem;
    color: #fff;
    margin-bottom: 3rem
}

@media (max-width: 1500px) {
    .satellite-manage-trans_step-2_actions_auth-code_title {
        font-size:2.8rem
    }
}

.satellite-manage-trans_step-2_actions_auth-code_input {
    height: 8.5rem;
    width: 37rem;
    background-color: #0c0d10;
    border: 1px solid #414448;
    color: #a9b1b6;
    font-size: 16px;
    padding: 1rem 2rem;
    outline: none;
    resize: none
}

@media (max-width: 1500px) {
    .satellite-manage-trans_step-2_actions_auth-code_input {
        font-size:2.2rem
    }
}

.satellite-manage-trans_step-2_actions_auth-code_button {
    height: 4.5rem;
    width: 18rem;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    margin-top: 3rem
}

.satellite-manage-trans_step-2_actions_auth-code_button:active {
    -webkit-transform: translateY(1px);
    transform: translateY(1px)
}

.satellite-manage-trans_step-2_actions_auth-code_button_delete {
    border: 1px solid #ea5262;
    color: #ea5262;
    background-color: transparent
}

.satellite-manage-trans_step-2_actions_auth-code_button_bump-submit {
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#00c3ff), to(#1187c1));
    background-image: linear-gradient(to right, #00c3ff, #1187c1);
    background-color: transparent;
    border: 0px
}

.satellite-manage-trans_step-2_actions_new-bid-price {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 100%
}

.satellite-manage-trans_step-2_actions_new-bid-price_title {
    font-size: 2.4rem;
    color: #fff;
    margin-bottom: 3rem
}

@media (max-width: 1500px) {
    .satellite-manage-trans_step-2_actions_new-bid-price_title {
        font-size:2.8rem
    }
}

.satellite-manage-trans_step-2_actions_new-bid-price_input {
    height: 4.5rem;
    width: 24rem;
    background-color: #0c0d10;
    border: 1px solid #414448;
    color: #a9b1b6;
    font-size: 16px;
    padding: 1rem 2rem;
    outline: none
}

@media (max-width: 1500px) {
    .satellite-manage-trans_step-2_actions_new-bid-price_input {
        font-size:2.2rem
    }
}

.satellite-manage-trans_step-2_actions_new-bid-price_button {
    height: 4.5rem;
    width: 18rem;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    margin-top: 3rem;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#00c3ff), to(#1187c1));
    background-image: linear-gradient(to right, #00c3ff, #1187c1);
    background-color: transparent;
    border: 0px
}

.satellite-manage-trans_step-2_actions_new-bid-price_button:active {
    -webkit-transform: translateY(1px);
    transform: translateY(1px)
}

.satellite-manage-trans_step-2_actions_invoice {
    position: relative;
    margin: 0 auto;
    padding-top: 5rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    align-items: flex-start
}

.satellite-manage-trans_step-2_actions_invoice_intro {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    width: 40rem;
    margin-right: 10rem
}

.satellite-manage-trans_step-2_actions_invoice_intro_title {
    color: #fff;
    font-size: 2.4rem;
    margin-bottom: 2rem;
    font-weight: bold
}

@media (max-width: 1500px) {
    .satellite-manage-trans_step-2_actions_invoice_intro_title {
        font-size:2.8rem
    }
}

.satellite-manage-trans_step-2_actions_invoice_action {
    display: block;
    height: 30rem;
    width: 30rem;
    background-color: transparent
}

.satellite-manage-trans_step-2_actions_invoice_payment-block {
    margin-top: 3rem
}

.satellite-manage-trans_step-2_actions_invoice_payment-block_conversion {
    font-size: 2.4rem;
    color: #00c3ff
}

@media (max-width: 1500px) {
    .satellite-manage-trans_step-2_actions_invoice_payment-block_conversion {
        font-size:2.8rem
    }
}

.satellite-manage-trans_step-2_actions_invoice_payment-block_payment-address {
    margin-top: 2rem;
    color: #a9b1b6;
    font-size: 1.4rem;
    word-wrap: break-word;
    width: 60rem
}

@media (max-width: 1500px) {
    .satellite-manage-trans_step-2_actions_invoice_payment-block_payment-address {
        font-size:1.8rem
    }
}

#satellite-manage-trans_step-2_actions_auth-code {
    display: none
}

#satellite-manage-trans_step-2_actions_auth-code_button_bump-submit {
    display: none
}

#satellite-manage-trans_step-2_actions_auth-code_button_delete {
    display: none
}

#satellite-manage-trans_step-2_actions_new-bid-price {
    display: none
}

#satellite-manage-trans_step-2_actions_invoice {
    display: none
}

#satellite-manage-trans_step-2_actions_invoice_payment-block_qr-code-container {
    border: 15px solid #fff;
    margin-left: 30rem
}

@media only screen and (max-width: 925px) {
    .satellite-manage-trans_step-2_actions_invoice {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }

    .satellite-manage-trans_step-2_actions_invoice_intro {
        margin: 0 auto;
        width: auto
    }

    .satellite-queue_action-selection {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        width: auto
    }

    .satellite-queue_action-selection_send-data {
        margin: 5rem auto 0 auto
    }

    .satellite-queue_action-selection_manage {
        margin: 5rem auto 0 auto
    }

    .satellite-queue_table-selection_container {
        width: 60rem
    }

    .satellite-queue_table {
        width: 60rem
    }

    .satellite-queue_table_header {
        display: none
    }

    .satellite-queue_table_row {
        width: auto
    }

    .satellite-queue_table_row_collapsed {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: end;
        align-items: flex-end;
        padding: 3rem 0
    }

    .satellite-queue_table_row_collapsed_cell {
        width: auto !important;
        color: #00c3ff;
        text-align: right
    }

    .satellite-queue_table_row_collapsed_cell_wrapper {
        width: 90%;
        margin: 0 auto;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .satellite-queue_table_row_collapsed_cell_title {
        display: block;
        color: #fff;
        font-weight: bold;
        font-size: 1.4rem;
        text-transform: uppercase;
        text-align: left
    }
}

@media only screen and (max-width: 925px) and (max-width: 1500px) {
    .satellite-queue_table_row_collapsed_cell_title {
        font-size:1.8rem
    }
}

@media only screen and (max-width: 925px) {
    .satellite-queue_table_row_cell-tiny {
        display:none
    }

    .satellite-queue_table_row_cell-full-span {
        align-self: center;
        padding: 0 !important;
        color: #fff
    }
}

@media only screen and (max-width: 900px) {
    .satellite-queue_action {
        width:90%
    }
}

@media only screen and (max-width: 725px) {
    .satellite-queue_action_manage-transmission_body {
        height:auto
    }

    .satellite-manage-trans_step-2 {
        position: relative
    }

    .satellite-manage-trans_step-2_block {
        margin: 0 auto;
        width: 85%;
        height: 80rem;
        position: relative;
        top: 0
    }

    .satellite-manage-trans_step-2_actions {
        width: 100%;
        height: 50%;
        position: absolute;
        right: auto;
        top: auto;
        bottom: 0
    }

    .satellite-manage-trans_step-2_actions_new-bid-price {
        margin-top: 0
    }

    .satellite-manage-trans_step-2_actions_auth-code {
        margin-top: 0
    }

    .satellite-manage-trans_step-2_actions_invoice {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }

    .satellite-manage-trans_step-2_actions_invoice_intro {
        margin: 0 auto;
        width: auto
    }

    #satellite-manage-trans_step-2_actions_invoice_payment-block_qr-code-container {
        margin: 5rem auto
    }

    .satellite-manage-trans_step-2_actions_invoice_payment-block_payment-address {
        word-break: break-word;
        width: 95%
    }
}

@media only screen and (max-width: 525px) {
    .satellite-manage-trans_step-1_form {
        width:100%
    }

    .satellite-manage-trans_step-1_form_title {
        width: 90%
    }

    .satellite-manage-trans_step-1_form_input {
        width: 90%
    }
}

@media only screen and (max-width: 450px) {
    .satellite-queue_intro_text {
        width:80%;
        margin: 0 auto
    }

    .satellite-queue_table-selection_container {
        width: 100%;
        padding: 0 3rem
    }

    .satellite-queue_table {
        width: 100%
    }
}

@media only screen and (max-width: 360px) {
    .satellite-queue_table-selection_table {
        margin-right:3.5rem;
        font-size: 2.5rem
    }
}

.satellite-send-data {
    grid-column: 1 / span 5;
    padding-top: 4rem;
    padding-bottom: 4rem
}

.satellite-send-data_upload_form {
    grid-column: 3;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center
}

.satellite-send-data_upload_form_container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 5rem;
    width: 73rem
}

.satellite-send-data_upload_form_button {
    color: #fff;
    height: 4.5rem;
    width: 18rem;
    background-color: transparent;
    background-image: linear-gradient(-210deg, #2a2a9c 0%, #0268b8 100%);
    border: 0;
    outline: none;
    font-size: 16px;
    cursor: pointer
}

@media (max-width: 1500px) {
    .satellite-send-data_upload_form_button {
        font-size:2.2rem
    }
}

.satellite-send-data_upload_form_button:active {
    -webkit-transform: translateY(1px);
    transform: translateY(1px)
}

.satellite-send-data_upload-result {
    padding-bottom: 2rem
}

.satellite-send-data_upload-result_text {
    font-size: 16px;
    color: green;
    text-align: center;
    height: 20px;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
    opacity: 0;
    margin-bottom: 20px
}

@media (max-width: 1500px) {
    .satellite-send-data_upload-result_text {
        font-size:2.2rem
    }
}

.satellite-send-data_steps_step {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    align-items: flex-start;
    width: 104rem;
    margin: 0 10rem
}

.satellite-send-data_steps_step_intro {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    width: 40rem;
    margin-right: 10rem
}

.satellite-send-data_steps_step_intro_title {
    color: #fff;
    font-size: 3.6rem;
    margin-bottom: 2rem;
    font-weight: bold
}

@media (max-width: 1500px) {
    .satellite-send-data_steps_step_intro_title {
        font-size:4rem
    }
}

.satellite-send-data_steps_step_intro_text {
    color: #fff;
    font-size: 16px
}

@media (max-width: 1500px) {
    .satellite-send-data_steps_step_intro_text {
        font-size:2.2rem
    }
}

.satellite-send-data_steps_step_intro_text_pay-invoice_container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 1.5rem
}

.satellite-send-data_steps_step_intro_text_pay-invoice_container_text {
    color: #fff;
    font-size: 2.4rem;
    margin-right: 1.5rem;
    font-weight: bold
}

@media (max-width: 1500px) {
    .satellite-send-data_steps_step_intro_text_pay-invoice_container_text {
        font-size:2.8rem
    }
}

.satellite-send-data_steps_step_1_wrapper {
    position: relative;
    width: 100%
}

.satellite-send-data_steps_step_1_action {
    min-height: 30rem;
    height: auto;
    width: 54rem;
    background-color: #0c0d10;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border: 1px dashed #6d7880
}

.satellite-send-data_steps_step_1_action_or {
    font-size: 2.4rem;
    color: #3C82F9;
    text-align: center;
    width: 100%;
    width: 54rem;
    margin: 3rem 0
}

@media (max-width: 1500px) {
    .satellite-send-data_steps_step_1_action_or {
        font-size:2.8rem
    }
}

.satellite-send-data_steps_step_1_action_file-label {
    color: #a9b1b6;
    font-size: 1.4rem;
    display: block;
    margin-top: 1.5rem
}

@media (max-width: 1500px) {
    .satellite-send-data_steps_step_1_action_file-label {
        font-size:1.8rem
    }
}

.satellite-send-data_steps_step_1_action_file_size-label {
    color: red;
    font-size: 1.4rem;
    margin-top: 3rem
}

@media (max-width: 1500px) {
    .satellite-send-data_steps_step_1_action_file_size-label {
        font-size:1.8rem
    }
}

.satellite-send-data_steps_step_1_action_upload-circle {
    border: 2px solid #3C82F9;
    width: 8rem;
    height: 8rem;
    border-radius: 8rem;
    display: -webkit-box;
    display: flex;
    direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.satellite-send-data_steps_step_1_action_upload-circle_arrow {
    font-size: 3rem;
    color: #3C82F9
}

.satellite-send-data_steps_step_1_action_input-wrapper {
    height: 4rem;
    width: 15rem;
    position: relative;
    overflow: hidden;
    display: block;
    margin-top: 3rem
}

.satellite-send-data_steps_step_1_action_button {
    color: #fff;
    height: 100%;
    width: 100%;
    background-color: transparent;
    background-image: linear-gradient(-210deg, #2a2a9c 0%, #0268b8 100%);
    border: 0;
    outline: none;
    font-size: 16px;
    cursor: pointer
}

@media (max-width: 1500px) {
    .satellite-send-data_steps_step_1_action_button {
        font-size:2.2rem
    }
}

.satellite-send-data_steps_step_1_action_button:active {
    -webkit-transform: translateY(1px);
    transform: translateY(1px)
}

.satellite-send-data_steps_step_1_action_input {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer
}

.satellite-send-data_steps_step_1_action_message {
    width: 90%;
    height: 80%;
    background-color: transparent;
    color: grey;
    border: 0;
    outline: none;
    resize: none;
    font-size: 16px
}

@media (max-width: 1500px) {
    .satellite-send-data_steps_step_1_action_message {
        font-size:2.2rem
    }
}

.satellite-send-data_steps_step_2_action {
    height: 30rem;
    width: 54rem;
    background-color: #15181c;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.5);
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    justify-content: space-around;
    -webkit-box-align: center;
    align-items: center;
    padding: 2rem;
    overflow: hidden
}

.satellite-send-data_steps_step_2_action_btc-conversion {
    font-size: 2.4rem;
    color: #fff
}

@media (max-width: 1500px) {
    .satellite-send-data_steps_step_2_action_btc-conversion {
        font-size:2.8rem
    }
}

.satellite-send-data_steps_step_2_action_title {
    color: #fff;
    font-size: 2.4rem
}

@media (max-width: 1500px) {
    .satellite-send-data_steps_step_2_action_title {
        font-size:2.8rem
    }
}

.satellite-send-data_steps_step_2_action_bid-price {
    height: 4.5rem;
    width: 34rem;
    border: 1px solid grey;
    color: grey;
    outline: none;
    padding: .5rem 1rem;
    background-color: #0c0d10;
    border: 1px solid #2b333b;
    font-size: 16px
}

@media (max-width: 1500px) {
    .satellite-send-data_steps_step_2_action_bid-price {
        font-size:2.2rem
    }
}

.satellite-send-data_steps_step_2_action_upload-button {
    color: #fff;
    height: 4.5rem;
    width: 18rem;
    background-color: transparent;
    background-image: linear-gradient(-210deg, #2a2a9c 0%, #0268b8 100%);
    border: 0;
    outline: none;
    font-size: 16px;
    cursor: pointer;
    margin-top: 2rem
}

@media (max-width: 1500px) {
    .satellite-send-data_steps_step_2_action_upload-button {
        font-size:2.2rem
    }
}

.satellite-send-data_steps_step_2_action_upload-button:active {
    -webkit-transform: translateY(1px);
    transform: translateY(1px)
}

.satellite-send-data_steps_step_2_action_top-bid-button {
    height: 4.5rem;
    width: 10rem;
    background-color: #0c0d10;
    outline: none;
    border: 1px solid #2b333b;
    padding: .5rem 0;
    font-size: 16px;
    margin-bottom: 1px;
    color: grey;
    cursor: pointer
}

@media (max-width: 1500px) {
    .satellite-send-data_steps_step_2_action_top-bid-button {
        font-size:2.2rem
    }
}

.satellite-send-data_steps_step_2_action_top-bid-button:active {
    -webkit-transform: translateY(1px);
    transform: translateY(1px)
}

.satellite-send-data_steps_step_2_info {
    color: #ccc;
    font-size: 14px;
    width: 100%;
    line-height: 1.3
}

.satellite-send-data_steps_step_3_action {
    height: 35rem;
    width: 54rem;
    background-color: #15181c;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.5);
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 3rem
}

.satellite-send-data_steps_step_3_action_title {
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold
}

@media (max-width: 1500px) {
    .satellite-send-data_steps_step_3_action_title {
        font-size:2.8rem
    }
}

.satellite-send-data_steps_step_3_action_auth-code {
    font-size: 16px;
    font-weight: bold;
    color: #3C82F9;
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
    text-align: center;
    word-wrap: break-word;
    width: 85%
}

@media (max-width: 1500px) {
    .satellite-send-data_steps_step_3_action_auth-code {
        font-size:2.2rem
    }
}

.satellite-send-data_steps_step_4 {
    position: relative
}

.satellite-send-data_steps_step_4_action {
    display: block;
    background-color: transparent
}

.satellite-send-data_steps_step_4_payment-block_conversion {
    font-size: 2.4rem;
    color: #fff;
    font-weight: bold
}

@media (max-width: 1500px) {
    .satellite-send-data_steps_step_4_payment-block_conversion {
        font-size:2.8rem
    }
}

.satellite-send-data_steps_step_4_payment-block_payment-address {
    color: #a9b1b6;
    font-size: 1.4rem;
    word-wrap: break-word;
    width: 60rem
}

@media (max-width: 1500px) {
    .satellite-send-data_steps_step_4_payment-block_payment-address {
        font-size:1.8rem
    }
}

.satellite-send-data_steps_step_4_payment-block_payment-node {
    color: #fff;
    font-size: 16px;
    word-wrap: break-word;
    width: 60rem
}

@media (max-width: 1500px) {
    .satellite-send-data_steps_step_4_payment-block_payment-node {
        font-size:2.2rem
    }
}

.satellite-send-data_steps_step_4_payment-block_note {
    color: #ea5262;
    margin-top: 2rem;
    font-size: 1.4rem
}

@media (max-width: 1500px) {
    .satellite-send-data_steps_step_4_payment-block_note {
        font-size:1.8rem
    }
}

.satellite-send-data_steps_navigation {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    width: 110rem;
    margin: 10rem auto 0 auto;
    font-size: 2.4rem;
    font-weight: bold;
    color: #3f4b56
}

@media (max-width: 1500px) {
    .satellite-send-data_steps_navigation {
        font-size:2.8rem
    }
}

.satellite-send-data_steps_navigation_previous {
    cursor: pointer;
    visibility: hidden;
    color: #3C82F9;
    width: 45rem;
    text-align: left;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center
}

.satellite-send-data_steps_navigation_previous_arrow {
    margin-right: 2rem;
    font-size: 2.5rem
}

.satellite-send-data_steps_navigation_step-indicator {
    width: 16rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    align-items: center
}

.satellite-send-data_steps_navigation_step-indicator_step {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 16px;
    background-color: #2a3036;
    cursor: pointer;
    position: relative;
    z-index: 1
}

.satellite-send-data_steps_navigation_step-indicator_step_line {
    height: 2px;
    width: 2rem;
    margin-left: -2rem;
    margin-right: -2rem;
    background-color: #2a3036;
    position: relative;
    z-index: 0
}

.satellite-send-data_steps_navigation_next {
    color: #3C82F9;
    cursor: pointer;
    width: 45rem;
    text-align: right;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center
}

.satellite-send-data_steps_navigation_next_arrow {
    margin-left: 2rem;
    font-size: 2.5rem
}

.satellite-send-data_steps_navigation_reset_spacer {
    display: none;
    width: 45rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center
}

.satellite-send-data_steps_navigation_reset {
    height: 4.5rem;
    width: 15rem;
    color: #3C82F9;
    border: 1px solid #3C82F9;
    font-size: 16px;
    outline: none;
    background-color: transparent;
    cursor: pointer
}

.satellite-send-data_steps_navigation_reset:active {
    -webkit-transform: translateY(1px);
    transform: translateY(1px)
}

.satellite-send-data_file_file-display_container {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    width: 75%;
    margin-top: 2.5rem
}

.satellite-send-data_file_file-display_container_file {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center
}

.satellite-send-data_file_file-display_container_file_icon {
    color: #a9b1b6;
    font-size: 2.5rem;
    margin-right: 2rem
}

.satellite-send-data_file_file-display_container_file_name {
    color: #a9b1b6;
    font-size: 1.4rem
}

@media (max-width: 1500px) {
    .satellite-send-data_file_file-display_container_file_name {
        font-size:1.8rem
    }
}

.satellite-send-data_file_file-display_container_delete {
    color: red;
    font-size: 2.5rem;
    cursor: pointer
}

.satellite-send-data_upload_form_input-container {
    margin-bottom: 4px
}

#satellite-send-data_steps_step-1 {
    display: -webkit-box;
    display: flex
}

.red {
    color: red
}

#satellite-send-data_steps_navigation_step-indicator_step-1 {
    background-color: #3C82F9
}

.satellite-step-indicator-fill {
    background-color: #3C82F9
}

#satellite-send-data_upload_form {
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.satellite-send-data_steps_step_intro_step-4 {
    width: 60rem !important;
    margin-right: 5rem !important
}

#satellite-send-data_qr-code-container {
    border: 15px solid #fff;
    margin-top: 7rem
}

@media only screen and (max-width: 900px) {
    .satellite-send-data {
        position:relative
    }

    .satellite-send-data_steps_navigation {
        width: 90%
    }

    .satellite-send-data_steps_step {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        width: auto
    }

    .satellite-send-data_steps_step_intro {
        width: 75%;
        margin: 0 auto
    }

    .satellite-send-data_steps_step_intro_step-4 {
        width: 75% !important;
        margin: 0 auto !important
    }

    .satellite-send-data_steps_step_1_action {
        margin: 5rem auto
    }

    .satellite-send-data_steps_step_1_action_or {
        margin: 3rem auto
    }

    .satellite-send-data_steps_step_2_action {
        margin: 5rem auto
    }

    .satellite-send-data_steps_step_3_action {
        margin: 5rem auto;
        height: auto
    }

    .satellite-send-data_steps_step_4_action {
        margin: 5rem auto;
        height: auto
    }

    .satellite-send-data_steps_step_4_payment-block_payment-address {
        width: 50rem
    }

    .satellite-send-data_steps_step_4_payment-block_payment-node {
        width: 50rem
    }
}

@media only screen and (max-width: 525px) {
    .satellite-send-data {
        position:relative
    }

    .satellite-send-data_steps_step_1_action {
        width: 80%;
        height: auto
    }

    .satellite-send-data_steps_step_2_action {
        width: 80%;
        height: 30rem
    }

    .satellite-send-data_steps_step_2_action_bid-price {
        font-size: 1.8rem !important;
        width: 65%
    }

    .satellite-send-data_steps_step_2_action_top-bid-button {
        font-size: 1.8rem !important;
        width: 30% !important
    }

    .satellite-send-data_steps_step_3_action {
        width: 80%;
        height: auto
    }

    .satellite-send-data_steps_step_4_action {
        height: auto
    }

    .satellite-send-data_steps_step_4_payment-block_payment-address {
        width: 35rem
    }

    .satellite-send-data_steps_step_4_payment-block_payment-node {
        width: 35rem
    }
}

.satellite-stories {
    grid-column: 1 / span 5;
    position: relative
}

.satellite-stories_header_button {
    background-color: transparent;
    background-image: linear-gradient(-216deg, #2a2a9c 0%, #0268b8 100%)
}

.satellite-stories_container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 53.5rem;
    position: relative;
    margin: 0 auto -10rem auto;
    width: 100%
}

.satellite-stories_container_title-box {
    background-image: linear-gradient(-30deg, #2698ae 0%, #204ead 100%);
    height: 100%;
    width: 50%;
    position: relative
}

.satellite-stories_container_title-box_block {
    width: 61rem;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 8rem;
    padding-bottom: 7rem
}

.satellite-stories_container_title-box_block_title {
    color: #fff;
    font-size: 3.6rem;
    font-weight: bold;
    margin-bottom: 1.5rem
}

@media (max-width: 1500px) {
    .satellite-stories_container_title-box_block_title {
        font-size:4rem
    }
}

.satellite-stories_container_title-box_block_text {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 600
}

@media (max-width: 1500px) {
    .satellite-stories_container_title-box_block_text {
        font-size:2.8rem
    }
}

.satellite-stories_container_share-story {
    background-image: linear-gradient(-192deg, #2a2a9c 0%, #0268b8 100%);
    height: 100%;
    width: 50%
}

.satellite-stories_container_share-story_block {
    background-color: transparent;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-decoration: none
}

.satellite-stories_container_share-story_block_icon {
    border: 2px solid #fff;
    width: 16rem;
    height: 16rem;
    border-radius: 16rem;
    display: -webkit-box;
    display: flex;
    direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.satellite-stories_container_share-story_block_icon_arrow {
    font-size: 6rem;
    color: #fff
}

.satellite-stories_container_share-story_block_title {
    color: #fff;
    font-size: 3.6rem;
    font-weight: bold;
    margin-top: 5rem
}

@media (max-width: 1500px) {
    .satellite-stories_container_share-story_block_title {
        font-size:4rem
    }
}

.satellite-stories_container_share-story_block:hover {
    cursor: pointer
}

@media only screen and (max-width: 900px) {
    .satellite-stories_container {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        margin: 0;
        height: auto !important
    }

    .satellite-stories_container_title-box {
        width: 100%;
        height: 53.5rem !important;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center
    }

    .satellite-stories_container_title-box_block {
        position: relative;
        margin: 0 auto;
        width: 75%
    }

    .satellite-stories_container_share-story {
        height: 53.5rem !important;
        width: 100%;
        margin-bottom: -10rem
    }
}

@media only screen and (max-width: 625px) {
    .satellite-stories_container_title-box_block {
        width:90%
    }
}

.satellite-stories-share {
    grid-column: 1 / span 5
}

.satellite-stories-share_title {
    color: #fff;
    font-size: 4.8rem;
    font-weight: 600;
    margin: 8rem auto;
    width: 85rem
}

.satellite-stories-share_form {
    background-color: transparent;
    margin: 0 auto;
    width: 85rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    position: relative
}

.satellite-stories-share_form_row {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    width: 100%
}

.satellite-stories-share_form_row-section-2 {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto 5rem 0;
    position: relative
}

.satellite-stories-share_form_row-section-2_title {
    color: #fff;
    width: 30%;
    font-size: 2.4rem;
    letter-spacing: 0.04em;
    font-weight: 600
}

@media (max-width: 1500px) {
    .satellite-stories-share_form_row-section-2_title {
        font-size:2.8rem
    }
}

.satellite-stories-share_form_row-section-2_avatar {
    background-color: transparent;
    width: 70%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start;
    position: relative
}

.satellite-stories-share_form_row-section-2_avatar_image {
    background-color: #0c0d10;
    height: 9rem;
    width: 9rem;
    border-radius: 9rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    overflow: hidden
}

.satellite-stories-share_form_row-section-2_avatar_image_input {
    width: 450%;
    height: 175%;
    background-color: transparent !important;
    position: absolute !important;
    border-radius: 9rem;
    position: relative;
    z-index: 3
}

.satellite-stories-share_form_row-section-2_avatar_image_preview-image {
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 9rem;
    position: relative;
    z-index: 2
}

.satellite-stories-share_form_row-section-2_avatar_image_icon {
    color: #3C82F9;
    font-size: 3.5rem;
    position: relative;
    z-index: 1
}

.satellite-stories-share_form_row-section-2_avatar_text {
    color: #424a52;
    line-height: 30px;
    font-size: 16px;
    width: 47.5rem
}

@media (max-width: 1500px) {
    .satellite-stories-share_form_row-section-2_avatar_text {
        font-size:2.2rem
    }
}

.satellite-stories-share_form_row-section-2_avatar_link {
    text-decoration: none
}

.satellite-stories-share_form_input-container {
    width: 100%
}

.satellite-stories-share_form_input {
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 1rem;
    margin-bottom: 5rem;
    outline: none;
    border: 0;
    background-color: #0c0d10;
    color: #fff;
    font-weight: 300
}

@media (max-width: 1500px) {
    .satellite-stories-share_form_input {
        font-size:2.2rem
    }
}

.satellite-stories-share_form_input_required {
    color: red
}

.satellite-stories-share_form_input::-webkit-input-placeholder {
    color: #424a52
}

.satellite-stories-share_form_input::-moz-placeholder {
    color: #424a52
}

.satellite-stories-share_form_input:-ms-input-placeholder {
    color: #424a52
}

.satellite-stories-share_form_input::-ms-input-placeholder {
    color: #424a52
}

.satellite-stories-share_form_input::placeholder {
    color: #424a52
}

.satellite-stories-share_form_input:focus {
    outline: 1px solid #00c3ff
}

.satellite-stories-share_form_input-multiline {
    height: 25rem;
    resize: none
}

.satellite-stories-share_form_input-multiline-short {
    height: 14rem;
    width: 70%
}

.satellite-stories-share_form_input_block {
    width: 70%
}

.satellite-stories-share_form_label {
    display: block;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.04em;
    font-weight: 600;
    margin-bottom: 0.7rem
}

@media (max-width: 1500px) {
    .satellite-stories-share_form_label {
        font-size:2.2rem
    }
}

.satellite-stories-share_form_label_checkbox {
    display: inline-block;
    margin-left: 1rem;
    margin-top: 1rem;
    font-size: 16px
}

@media (max-width: 1500px) {
    .satellite-stories-share_form_label_checkbox {
        font-size:2.2rem
    }
}

.satellite-stories-share_form_name {
    width: 47.5%
}

.satellite-stories-share_form_irc-handle {
    width: 47.5%
}

.satellite-stories-share_form_location {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 0
}

.satellite-stories-share_form_location_country {
    width: 38rem;
    height: 4.5rem;
    font-size: 16px;
    border: 0;
    outline: none;
    font-weight: 300
}

@media (max-width: 1500px) {
    .satellite-stories-share_form_location_country {
        font-size:2.2rem
    }
}

.satellite-stories-share_form_location_state {
    width: 17rem;
    height: 4.5rem;
    font-size: 16px;
    border: 0;
    outline: none;
    font-weight: 300
}

@media (max-width: 1500px) {
    .satellite-stories-share_form_location_state {
        font-size:2.2rem
    }
}

.satellite-stories-share_form_location_city {
    width: 23rem;
    height: 4.5rem;
    font-size: 16px;
    border: 0;
    outline: none;
    font-weight: 300
}

@media (max-width: 1500px) {
    .satellite-stories-share_form_location_city {
        font-size:2.2rem
    }
}

.satellite-stories-share_form_divider {
    width: 120rem;
    height: 1px;
    margin: 5rem auto;
    background-color: #1c2127;
    position: relative;
    left: -17.5rem
}

.satellite-stories-share_form_button-container {
    width: 100%;
    text-align: right
}

.satellite-stories-share_form_button-container_submit {
    height: 4.5rem;
    width: 17rem;
    background-color: transparent;
    color: #fff;
    outline: none;
    border: 0;
    font-size: 1.8rem !important;
    background-image: linear-gradient(-216deg, #2a2a9c 0%, #0268b8 100%)
}

.satellite-stories-share_form_button-container_submit:active {
    -webkit-transform: translateY(1px);
    transform: translateY(1px)
}

#satellite-stories-share_form_row-section-2_avatar_image_preview-image {
    display: none
}

@media only screen and (max-width: 700px) {
    .satellite-stories-share_title {
        width:80%;
        margin: 0 auto 5rem auto
    }

    .satellite-stories-share_form {
        width: 80%
    }

    .satellite-stories-share_form_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }

    .satellite-stories-share_form_name {
        width: 100%
    }

    .satellite-stories-share_form_irc-handle {
        width: 100%
    }

    .satellite-stories-share_form_location {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: start;
        justify-content: flex-start
    }

    .satellite-stories-share_form_location select {
        width: 100%;
        margin: 2.5rem 0
    }

    .satellite-stories-share_form_location_country {
        width: 100%
    }

    .satellite-stories-share_form_location_state {
        width: 100%
    }

    .satellite-stories-share_form_location_city {
        width: 100%
    }

    .satellite-stories-share_form_button-container {
        text-align: center
    }

    .satellite-stories-share_form_row-section-2_avatar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center
    }

    .satellite-stories-share_form_row-section-2_avatar_text {
        width: 100%;
        margin-top: 2.5rem
    }
}

.satellite-thank-you {
    grid-column: 1 / span 5;
    position: relative
}

.satellite-thank-you_background {
    width: 100%
}

.satellite-thank-you_title {
    color: #fff;
    letter-spacing: 0.03em;
    font-weight: bold;
    font-size: 10rem;
    width: 80rem;
    top: 25rem;
    left: 50%;
    -webkit-transform: translateX(-40rem);
    transform: translateX(-40rem);
    margin: 0 auto 0 auto;
    position: absolute;
    text-align: center
}

.green {
    grid-column: 1 / span 5
}

.green_under-the-hood {
    grid-column: 1 / span 5;
    margin-top: 15rem
}

.green_under-the-hood .reason-cards .reason-card {
    margin: 4rem 0 1rem 0
}

.green_under-the-hood .reason-cards .reason-card_image {
    margin: 5rem auto 3rem auto
}

.green_under-the-hood .reason-cards .reason-card img {
    height: 9rem
}

.green_download-links {
    grid-column: 1 / span 5;
    background-image: linear-gradient(-207deg, #193b32 0%, #154b38 31%, #0a7f48 49%, #00b45a 71%, #00ee89 100%);
    height: 45rem;
    margin: 20rem 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative
}

.green_download-links_block {
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    justify-content: center
}

.green_download-links_block_text {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.01em;
    line-height: 3.8rem;
    width: 40rem
}

@media (max-width: 1500px) {
    .green_download-links_block_text {
        font-size:2.2rem
    }
}

.green_download-links_block_links {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    margin-top: 7rem
}

.green_download-links_block_links img {
    width: 4rem;
    margin-right: 3rem
}

.green_download-links_block_links i {
    font-size: 3.5rem;
    margin-left: 0.7rem
}

.green_download-links_block_terms {
    margin-top: 2.5rem
}

.green_download-links_block_terms_tos {
    display: block;
    cursor: pointer;
    color: #fff;
    text-decoration: underline;
    font-size: 16px
}

@media (max-width: 1500px) {
    .green_download-links_block_terms_tos {
        font-size:2.2rem
    }
}

.green_download-links_block_terms_privacy {
    display: block;
    cursor: pointer;
    color: #fff;
    text-decoration: underline;
    font-size: 16px
}

@media (max-width: 1500px) {
    .green_download-links_block_terms_privacy {
        font-size:2.2rem
    }
}

.green_download-links_icon img {
    width: 66rem;
    margin-left: 20%;
    margin-top: 5rem
}

.green_resources {
    grid-column: 3;
    margin: 10rem 0
}

.green_content-section {
    grid-column: 3;
    margin: 5rem 0
}

.green_download-links-wrapper {
    height: auto;
    grid-column: 1 / span 5
}

.greenDownload {
    display: none;
    gap: 40px;
    width: 100%;
    flex-wrap: wrap
}

.greenDownload .btn-group {
    display: -webkit-box;
    display: flex;
    gap: 40px
}

@media only screen and (max-width: 1050px) {
    .green_download-links_block {
        margin-left:10rem;
        margin-right: 10rem
    }

    .green_download-links_icon img {
        margin-top: 10rem;
        margin-left: 0;
        width: 50rem
    }
}

@media only screen and (max-width: 850px) {
    .green_download-links_block {
        margin-right:0
    }
}

@media only screen and (max-width: 750px) {
    .green_download-links {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        align-items: center;
        height: 100%;
        flex-direction: column-reverse;
        padding: 40px;
        margin: 0
    }

    .green_download-links_block {
        margin: 0;
        margin-top: 5rem;
        -webkit-box-align: center;
        align-items: center
    }

    .green_download-links_block_text {
        max-width: 60rem;
        text-align: center
    }

    .green_download-links_block_links {
        -webkit-box-pack: center;
        justify-content: center;
        margin-top: 7rem;
        margin-bottom: 7rem
    }

    .green_download-links_block_links img {
        width: 4rem;
        margin: 0 1.5rem
    }

    .green_download-links_block_links i {
        font-size: 3.5rem;
        margin-left: 2rem
    }

    .green_download-links_block_terms {
        margin-top: 0;
        text-align: center
    }

    .green_download-links_icon {
        margin: 0 auto
    }

    .green_download-links_icon img {
        display: block;
        width: 100%;
        margin-top: 0
    }

    .green_download-links-wrapper {
        height: auto
    }

    .green_resources {
        margin-top: 30rem
    }
}

@media only screen and (max-width: 600px) {
    .green_resources {
        margin-top:20rem
    }
}

@media only screen and (max-width: 500px) {
    .green_resources {
        margin-top:10rem
    }

    .green_download-links {
        margin-bottom: 0;
        margin-top: 0
    }
}

@media only screen and (max-width: 400px) {
    .green_resources {
        margin:0
    }
}

.green-terms {
    grid-column: 1 / span 5;
    margin-top: 20rem
}

.green-terms_content {
    color: #a9b1b6;
    width: 80%;
    max-width: 83rem;
    letter-spacing: 0.6px;
    margin: 10rem auto 0 auto
}

.green-terms_content_intro {
    font-size: 16px
}

@media (max-width: 1500px) {
    .green-terms_content_intro {
        font-size:2.2rem
    }
}

.green-terms_content_intro_last-updated {
    margin-bottom: 2rem
}

.green-terms_content_intro_text {
    margin-bottom: 2rem
}

.green-terms_content_list_item {
    font-size: 3.6rem;
    margin-top: 5rem;
    margin-bottom: 5rem;
    font-weight: 700
}

@media (max-width: 1500px) {
    .green-terms_content_list_item {
        font-size:4rem
    }
}

.green-terms_content_list_item_title {
    font-size: 3.6rem;
    margin-bottom: 2rem;
    font-weight: 700
}

@media (max-width: 1500px) {
    .green-terms_content_list_item_title {
        font-size:4rem
    }
}

.green-terms_content_list_item_text {
    font-size: 16px;
    margin-bottom: 2rem;
    font-weight: 300
}

@media (max-width: 1500px) {
    .green-terms_content_list_item_text {
        font-size:2.2rem
    }
}

.green-terms_content_list_item_sub-list {
    margin-left: 5rem;
    font-weight: 300
}

.green-terms_content a {
    color: #00c3ff;
    text-decoration: none;
    cursor: pointer
}

@media only screen and (max-width: 1090px) {
    .green-terms {
        margin-top:10rem
    }
}

.green-faq {
    grid-column: 1 / span 5
}

.green-faq_content {
    color: #a9b1b6;
    width: 80%;
    max-width: 83rem;
    letter-spacing: 0.6px;
    margin: 10rem auto 0 auto
}

.green-faq_content_intro {
    font-size: 16px
}

@media (max-width: 1500px) {
    .green-faq_content_intro {
        font-size:2.2rem
    }
}

.green-faq_content_intro_last-updated {
    margin-bottom: 2rem
}

.green-faq_content_intro_text {
    margin-bottom: 2rem
}

.green-faq_content_list_item {
    font-size: 3.6rem;
    margin-top: 5rem;
    margin-bottom: 5rem;
    font-weight: 700
}

@media (max-width: 1500px) {
    .green-faq_content_list_item {
        font-size:4rem
    }
}

.green-faq_content_list_item_title {
    font-size: 3.6rem;
    margin-bottom: 2rem;
    font-weight: 700
}

@media (max-width: 1500px) {
    .green-faq_content_list_item_title {
        font-size:4rem
    }
}

.green-faq_content_list_item_text {
    font-size: 16px;
    margin-bottom: 2rem;
    font-weight: 300
}

@media (max-width: 1500px) {
    .green-faq_content_list_item_text {
        font-size:2.2rem
    }
}

.green-faq_content_list_item_sub-list {
    margin-left: 5rem;
    font-weight: 300
}

.green-faq_content a {
    color: #00c3ff;
    text-decoration: none;
    cursor: pointer
}

@-webkit-keyframes bg-size-green-demo {
    from {
        background-size: 0;
        background-position: top;
        opacity: 0
    }

    to {
        background-size: 100%;
        background-position: top;
        opacity: 1
    }
}

@keyframes bg-size-green-demo {
    from {
        background-size: 0;
        background-position: top;
        opacity: 0
    }

    to {
        background-size: 100%;
        background-position: top;
        opacity: 1
    }
}

.green-demo_header {
    grid-column: 1 / span 5;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1140px;
    margin: 200px auto 50px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

@media only screen and (min-width: 1900px) {
    .green-demo_header {
        min-height:113vh
    }
}

@media only screen and (max-width: 650px) {
    .green-demo_header {
        -webkit-box-orient:vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse;
        margin-top: 100px
    }
}

.green-demo_header_background {
    width: 50%
}

@media only screen and (max-width: 650px) {
    .green-demo_header_background {
        width:100%
    }
}

.green-demo_header_background img {
    width: 100%
}

.green-demo_header_text {
    color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    justify-items: center;
    gap: 5px;
    z-index: 200;
    width: 50%
}

@media only screen and (max-width: 1080px) {
    .green-demo_header_text {
        padding:0 30px
    }
}

@media only screen and (max-width: 650px) {
    .green-demo_header_text {
        width:100%
    }
}

.green-demo_header_text_title {
    letter-spacing: 0;
    font-size: 50px;
    font-weight: bold;
    max-width: 665px
}

@media only screen and (max-width: 475px) {
    .green-demo_header_text_title {
        font-size:36px;
        line-height: 48px
    }
}

@media only screen and (max-width: 325px) {
    .green-demo_header_text_title {
        font-size:28px
    }
}

.green-demo_header_text_desc {
    font-size: 18px;
    line-height: 36px;
    max-width: 532px;
    color: #a3a3b2
}

@media only screen and (max-width: 325px) {
    .green-demo_header_text_desc {
        font-size:16px
    }
}

.green-demo_cases {
    grid-column: 2/5;
    margin-top: 50px;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center
}

@media only screen and (max-width: 1080px) {
    .green-demo_cases {
        padding:0 30px
    }
}

.green-demo_cases_title {
    font-size: 47px;
    color: #fff;
    text-align: center;
    line-height: 64px;
    letter-spacing: 1.5px
}

@media only screen and (max-width: 475px) {
    .green-demo_cases_title {
        font-size:32px;
        line-height: 44px
    }
}

.green-demo_cases_subtitle {
    font-size: 16px;
    color: #a3a3b2;
    line-height: 24px
}

.green-demo_cases_block {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
    width: 100%;
    max-width: 1144px
}

.green-demo_developers {
    grid-column: 2/5;
    margin-top: 30px;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center
}

@media only screen and (max-width: 1080px) {
    .green-demo_developers {
        padding:0 30px
    }
}

.green-demo_developers_title {
    font-size: 48px;
    color: #fff;
    text-align: center;
    line-height: 64px;
    letter-spacing: 1.5px;
    max-width: 922px;
    width: 100%
}

@media only screen and (max-width: 475px) {
    .green-demo_developers_title {
        font-size:32px;
        line-height: 44px
    }
}

.green-demo_developers_subtitle {
    font-size: 16px;
    color: #a3a3b2;
    line-height: 24px
}

.green-demo_developers_block {
    margin-top: 24px;
    max-width: 1144px;
    width: 100%
}

@media only screen and (max-width: 415px) {
    .green-demo_developers_block {
        padding:0 10px
    }
}

.green-demo_developers_block_cta {
    height: 282px;
    margin-bottom: 50px;
    background-size: 1200px;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 60px 70px;
    border: 1px solid #048146;
    border-image-source: linear-gradient(90deg, #3d3f4b, #048146);
    border-image-slice: 1;
    border-width: 2px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media only screen and (max-width: 1200px) {
    .green-demo_developers_block_cta {
        padding:70px 30px;
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
}

.green-demo_developers_block_cta_title {
    color: #fff;
    line-height: 46px;
    letter-spacing: .36px;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    -webkit-box-flex: 0;
    flex: 0 0 48%
}

@media only screen and (max-width: 600px) {
    .green-demo_developers_block_cta_title {
        font-size:28px
    }
}

.green-demo_developers_block_cta_desc {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    flex: 0 0 52%
}

.green-demo_developers_block_cta_desc p {
    color: #fff;
    line-height: 28px;
    letter-spacing: .24px;
    font-size: 18px;
    margin-bottom: 20px
}

.green-demo_developers_block_cta_desc a {
    margin-left: 0;
    margin-bottom: 5px;
    text-decoration: none;
    font-size: 15px;
    width: auto;
    color: #00B45A
}

@media only screen and (max-width: 475px) {
    .green-demo_developers_block_cta_desc a {
        margin-bottom:10px
    }
}

.green-demo_developers_block_cta_desc a:hover {
    color: #fff
}

.green-demo_developers_block_cta_desc a:hover span {
    margin-left: 10px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.green-demo_developers_block_cta_desc a:hover span svg {
    fill: #fff
}

.green-demo_developers_block_cta_desc a span {
    margin-left: 5px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.green-demo_developers_block_cta_desc a span svg {
    width: 20px;
    fill: #00B45A
}

.green-demo_socials {
    grid-column: 2/5;
    margin: 60px 0;
    min-height: 257px
}

@media only screen and (max-width: 1080px) {
    .green-demo_socials {
        padding:0 30px;
        margin-top: 60px;
        margin-bottom: 0
    }
}

.green-demo_socials_card {
    max-width: 1144px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 50px 70px;
    height: 100%;
    -webkit-box-pack: justify;
    justify-content: space-between;
    box-shadow: 0 66px 95px 0 rgba(0,0,0,0.4);
    background-color: #048146;
    color: #fff
}

@media only screen and (max-width: 480px) {
    .green-demo_socials_card {
        padding:35px 45px
    }
}

.green-demo_socials_card_left {
    width: 50%;
    padding: 0 90px 0 0
}

@media only screen and (max-width: 900px) {
    .green-demo_socials_card_left {
        width:60%;
        padding: 0 40px 0 0
    }
}

@media only screen and (max-width: 765px) {
    .green-demo_socials_card_left {
        width:100%
    }
}

@media only screen and (max-width: 480px) {
    .green-demo_socials_card_left {
        padding:0
    }
}

.green-demo_socials_card_right {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 50%
}

@media only screen and (max-width: 900px) {
    .green-demo_socials_card_right {
        width:40%
    }
}

@media only screen and (max-width: 765px) {
    .green-demo_socials_card_right {
        margin-top:20px;
        width: 100%
    }
}

.green-demo_socials_card_title {
    color: #fff;
    line-height: 46px;
    letter-spacing: 0.36px;
    font-size: 36px;
    margin-bottom: 9px
}

@media only screen and (max-width: 1000px) {
    .green-demo_socials_card_title {
        width:100%;
        padding: 0
    }
}

@media only screen and (max-width: 480px) {
    .green-demo_socials_card_title {
        font-size:32px
    }
}

.green-demo_socials_card_text {
    color: #fff;
    line-height: 28px;
    letter-spacing: 0.24px;
    font-size: 16px
}

.green-demo_socials_card_social-links {
    display: -webkit-box;
    display: flex;
    gap: 40px;
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    left: 70px;
    position: relative
}

@media only screen and (max-width: 900px) {
    .green-demo_socials_card_social-links {
        left:0;
        gap: 10px
    }
}

@media only screen and (max-width: 765px) {
    .green-demo_socials_card_social-links {
        -webkit-box-pack:start;
        justify-content: flex-start
    }
}

@media only screen and (max-width: 480px) {
    .green-demo_socials_card_social-links {
        gap:12px
    }
}

.green-demo_socials_card_social-links a {
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 90px;
    height: 90px;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out
}

.green-demo_socials_card_social-links a:hover {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    background-color: rgba(32,37,44,0.8)
}

@media only screen and (max-width: 480px) {
    .green-demo_socials_card_social-links a {
        width:60px;
        height: 60px
    }
}

@media only screen and (max-width: 375px) {
    .green-demo_socials_card_social-links a {
        width:40px;
        height: 40px
    }
}

.green-demo_socials_card_social-links a i {
    font-size: 27px;
    color: #fff
}

.gallery__holder {
    margin-bottom: 50px;
    width: 110%
}

.gallery__holder .gallery_controls {
    position: relative
}

.gallery__holder .gallery_controls .gallery_container {
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: relative;
    overflow: auto
}

.gallery__holder .gallery_controls .gallery_container .gallery__content {
    display: -webkit-box;
    display: flex;
    gap: 20px;
    width: 5000px;
    overflow: auto
}

.gallery__holder .gallery_controls .gallery_container .gallery__content .tools-card:nth-child(3) img {
    padding: 0
}

.gallery__holder .gallery_controls .gallery_container .gallery__content .event-card {
    position: relative;
    text-decoration: none;
    color: #fff;
    display: block;
    width: 350px;
    padding: 40px;
    box-shadow: 0 66px 95px 0 rgba(0,0,0,0.4);
    background-image: radial-gradient(circle at 50% 0, #181b27, #13131b 79%);
    border-width: 2px
}

@media only screen and (max-width: 480px) {
    .gallery__holder .gallery_controls .gallery_container .gallery__content .event-card {
        max-width:85vw;
        width: 100%
    }
}

.gallery__holder .gallery_controls .gallery_container .gallery__content .event-card .icon {
    width: 50px
}

.gallery__holder .gallery_controls .gallery_container .gallery__content .event-card .title {
    margin-top: 20px;
    font-size: 28px;
    margin-bottom: 20px;
    letter-spacing: .01px;
    line-height: 36px
}

.gallery__holder .gallery_controls .gallery_container .gallery__content .event-card .text {
    font-size: 16px;
    color: #a3a3b2;
    padding-bottom: 20px
}

.gallery__holder .gallery_controls .gallery_container .gallery__content .event-card .arrow {
    font-size: 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #151a1f;
    position: absolute;
    bottom: 15px;
    right: 15px;
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out
}

.gallery__holder .gallery_controls .gallery_container .gallery__content .event-card .arrow svg {
    fill: #048146;
    width: 20px
}

.gallery__holder .gallery_controls .gallery_container .gallery__content .event-card:hover .arrow {
    background-color: #048146;
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out
}

.gallery__holder .gallery_controls .gallery_container .gallery__content .event-card:hover .arrow svg {
    fill: #fff
}

.gallery__holder .gallery_controls .gallery_container::-webkit-scrollbar {
    display: none
}

.gallery__holder .gallery_controls .scrollArrow {
    font-size: 40px;
    color: white;
    position: absolute;
    display: block;
    cursor: pointer;
    width: 40px;
    top: 140px;
    z-index: 100;
    height: 150px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.gallery__holder .gallery_controls #left {
    left: -60px
}

@media (max-width: 1200px) {
    .gallery__holder .gallery_controls #left {
        left:0
    }
}

@media (max-width: 475px) {
    .gallery__holder .gallery_controls #left {
        left:-30px
    }
}

.gallery__holder .gallery_controls #right {
    right: -60px
}

@media (max-width: 1200px) {
    .gallery__holder .gallery_controls #right {
        right:70px
    }
}

@media (max-width: 475px) {
    .gallery__holder .gallery_controls #right {
        right:0
    }
}

.lightning {
    grid-column: 1 / span 5
}

.lightning_content {
    grid-column: 1 / span 5;
    width: 100%;
    padding: 30px;
    max-width: 1400px;
    margin: 0 auto
}

.lightning_content .fast_to_compile {
    margin-top: 30rem
}

.lightning_content .wield_powerful {
    margin-top: 30rem
}

.lightning_content .wield_powerful .horizontal_card {
    margin-bottom: 8rem
}

.lightning_content .comparison-table {
    margin-top: 30rem
}

.lightning_content .social_section {
    margin-top: 30rem
}

:root {
    --blinking-width: 4px
}

@-webkit-keyframes cursor-blink {
    0% {
        opacity: 0
    }
}

@keyframes cursor-blink {
    0% {
        opacity: 0
    }
}

.header-new_liquid .header-new_intro_title {
    font-size: 36px;
    letter-spacing: 0;
    max-width: 445px
}

.header-new_liquid .header-new_intro_text {
    font-size: 18px;
    line-height: 36px
}

.liquid {
    grid-column: 1 / span 5
}

.liquid_comparison {
    grid-column: 2/5;
    margin-top: 200px;
    margin-bottom: 90px
}

@media only screen and (max-width: 1307px) {
    .liquid_comparison {
        margin-top:12rem
    }
}

.liquid_comparison_heading {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center
}

@media only screen and (max-width: 1307px) {
    .liquid_comparison_heading {
        grid-column:2/5
    }
}

.liquid_comparison_heading p {
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    max-width: 600px;
    text-align: center;
    min-height: 125px;
    position: relative
}

@media only screen and (max-width: 670px) {
    .liquid_comparison_heading p {
        padding:13px;
        height: 185px
    }
}

@media only screen and (max-width: 450px) {
    .liquid_comparison_heading p {
        height:220px
    }
}

@media only screen and (max-width: 405px) {
    .liquid_comparison_heading p {
        height:280px
    }
}

@media only screen and (max-width: 325px) {
    .liquid_comparison_heading p {
        height:300px
    }
}

@media only screen and (max-width: 285px) {
    .liquid_comparison_heading p {
        font-size:16px;
        line-height: 30px
    }
}

.liquid_comparison_heading p:after {
    content: "";
    width: var(--blinking-width);
    height: 20px;
    background: #2cccbf;
    display: inline-block;
    -webkit-animation: cursor-blink 0.3s steps(2) infinite;
    animation: cursor-blink 0.3s steps(2) infinite;
    position: absolute;
    margin-top: 7px
}

.liquid_comparison_block {
    display: -webkit-box;
    display: flex;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: calc(1144px + 4%);
    margin: 0 auto;
    margin-top: 45px
}

@media only screen and (max-width: 1090px) {
    .liquid_comparison_block {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        max-width: 1144px
    }
}

.liquid_comparison_block_card {
    height: 425px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

@media only screen and (max-width: 1090px) {
    .liquid_comparison_block_card {
        height:495px
    }
}

@media only screen and (max-width: 475px) {
    .liquid_comparison_block_card {
        height:485px
    }
}

.liquid_comparison_block_card_container {
    z-index: 650
}

.liquid_comparison_block_card_container_title {
    color: #fff;
    font-size: 32px;
    line-height: 46px;
    font-weight: bold;
    margin-bottom: 25px;
    z-index: 652
}

@media only screen and (max-width: 1300px) {
    .liquid_comparison_block_card_container_title {
        font-size:30px
    }
}

@media only screen and (max-width: 1090px) {
    .liquid_comparison_block_card_container_title {
        text-align:center
    }
}

@media only screen and (max-width: 510px) {
    .liquid_comparison_block_card_container_title {
        font-size:24px
    }
}

@media only screen and (max-width: 405px) {
    .liquid_comparison_block_card_container_title {
        font-size:23px
    }
}

@media only screen and (max-width: 325px) {
    .liquid_comparison_block_card_container_title {
        line-height:30px
    }
}

@media only screen and (max-width: 290px) {
    .liquid_comparison_block_card_container_title {
        font-size:16px;
        margin-bottom: 5px
    }
}

.liquid_comparison_block_card_container_text {
    color: #c3cdd3;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.24px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 25px;
    z-index: 652
}

.liquid_comparison_block_card_container_text:last-child {
    margin-bottom: 0
}

@media only screen and (max-width: 1366px) {
    .liquid_comparison_block_card_container_text {
        max-width:90%
    }
}

@media only screen and (max-width: 1024px) {
    .liquid_comparison_block_card_container_text {
        max-width:100%
    }
}

@media only screen and (max-width: 470px) {
    .liquid_comparison_block_card_container_text {
        font-size:14px;
        max-width: 290px
    }
}

.liquid_comparison_block_card_container_text img {
    width: 60px;
    height: auto;
    margin-right: 20px;
    z-index: 652
}

@media only screen and (max-width: 1024px) {
    .liquid_comparison_block_card_container_text img {
        width:40px
    }
}

@media only screen and (max-width: 290px) {
    .liquid_comparison_block_card_container_text img {
        margin-right:10px
    }
}

.liquid_comparison_block .left-box {
    position: relative;
    width: 50%;
    left: 2%;
    background-color: #17191B;
    -webkit-clip-path: polygon(0% 0%, 80% 0%, 100% 50%, 80% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 80% 0%, 100% 50%, 80% 100%, 0% 100%)
}

.liquid_comparison_block .left-box .liquid_comparison_block_card_container {
    padding-left: 9%;
    padding-top: 9%;
    padding-right: 20%
}

@media only screen and (max-width: 1300px) {
    .liquid_comparison_block .left-box .liquid_comparison_block_card_container {
        padding-right:9%
    }
}

@media only screen and (max-width: 425px) {
    .liquid_comparison_block .left-box .liquid_comparison_block_card_container {
        padding-right:6%
    }
}

@media only screen and (max-width: 290px) {
    .liquid_comparison_block .left-box .liquid_comparison_block_card_container {
        padding-top:3%
    }
}

@media only screen and (max-width: 1090px) {
    .liquid_comparison_block .left-box {
        left:0;
        width: 50%;
        -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 80%, 50% 100%, 0 80%);
        clip-path: polygon(0% 0%, 100% 0, 100% 80%, 50% 100%, 0 80%)
    }
}

@media only screen and (max-width: 821px) {
    .liquid_comparison_block .left-box {
        width:70%
    }
}

@media only screen and (max-width: 565px) {
    .liquid_comparison_block .left-box {
        width:100%
    }
}

.liquid_comparison_block .left-box_background {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("../img/liquid/old_world_cracks.svg") no-repeat bottom right
}

.liquid_comparison_block .right-box {
    position: relative;
    width: 50%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: end;
    align-items: end;
    right: 2%;
    -webkit-clip-path: polygon(20% 50%, 0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(20% 50%, 0 0, 100% 0, 100% 100%, 0 100%);
    background-color: #47C0B8
}

.liquid_comparison_block .right-box .liquid_comparison_block_card_container {
    position: absolute;
    top: 1.5px;
    bottom: 1.5px;
    left: 3px;
    right: 1.5px;
    -webkit-clip-path: polygon(20% 50%, 0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(20% 50%, 0 0, 100% 0, 100% 100%, 0 100%);
    background-color: #111316;
    padding-left: 25%;
    padding-top: 9%
}

@media only screen and (min-width: 1920px) {
    .liquid_comparison_block .right-box .liquid_comparison_block_card_container {
        padding-right:8%
    }
}

@media only screen and (min-width: 1366px) {
    .liquid_comparison_block .right-box .liquid_comparison_block_card_container {
        padding-right:3%;
        padding-left: 27%
    }
}

@media only screen and (max-width: 1090px) {
    .liquid_comparison_block .right-box .liquid_comparison_block_card_container {
        -webkit-clip-path:polygon(0 0, 50% 20%, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 50% 20%, 100% 0, 100% 100%, 0 100%);
        top: 3px;
        left: 1.5px;
        padding-left: 20%;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: end;
        justify-content: end;
        padding-bottom: 9%;
        padding-top: 30%;
        padding-left: 9%;
        padding-right: 9%
    }
}

@media only screen and (max-width: 875px) {
    .liquid_comparison_block .right-box .liquid_comparison_block_card_container {
        padding-top:35%
    }
}

@media only screen and (max-width: 425px) {
    .liquid_comparison_block .right-box .liquid_comparison_block_card_container {
        padding-right:6%;
        padding-bottom: 9%
    }
}

@media only screen and (max-width: 325px) {
    .liquid_comparison_block .right-box .liquid_comparison_block_card_container {
        padding-top:40%;
        padding-right: 5%
    }
}

.liquid_comparison_block .right-box .liquid_comparison_block_card_container:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../img/liquid/liquid_new_world.svg) no-repeat bottom right;
    background-size: cover;
    z-index: -1;
    bottom: -5%;
    right: -5%
}

@media only screen and (max-width: 1090px) {
    .liquid_comparison_block .right-box .liquid_comparison_block_card_container:after {
        right:0
    }
}

@media only screen and (max-width: 1090px) {
    .liquid_comparison_block .right-box {
        width:50%;
        -webkit-box-align: start;
        align-items: start;
        -webkit-box-pack: end;
        justify-content: end;
        -webkit-clip-path: polygon(0 0, 50% 20%, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 50% 20%, 100% 0, 100% 100%, 0 100%);
        right: 0;
        bottom: 40px
    }
}

@media only screen and (max-width: 821px) {
    .liquid_comparison_block .right-box {
        width:70%
    }
}

@media only screen and (max-width: 565px) {
    .liquid_comparison_block .right-box {
        width:100%
    }
}

.liquid_comparison_block .right-box_background {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("../img/liquid/liquid_new_world.svg") no-repeat bottom right;
    background-size: cover;
    z-index: 651;
    bottom: -5%;
    right: -5%
}

@media only screen and (max-width: 1090px) {
    .liquid_comparison_block .right-box_background {
        background-size:contain;
        bottom: 0;
        right: 0
    }
}

.liquid_yinyang {
    grid-column: 2/5;
    margin: 90px 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    color: #fff
}

.liquid_yinyang_wrapper {
    max-width: 1144px;
    position: relative;
    width: 100%
}

@media only screen and (max-width: 476px) {
    .liquid_yinyang_wrapper {
        display:-webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center
    }
}

.liquid_yinyang_wrapper video {
    max-width: 1144px;
    width: 50%;
    height: auto;
    display: block;
    margin: 0 auto
}

@media only screen and (max-width: 1024px) {
    .liquid_yinyang_wrapper video {
        width:50%
    }
}

@media only screen and (max-width: 965px) {
    .liquid_yinyang_wrapper video {
        width:70%
    }
}

@media only screen and (max-width: 475px) {
    .liquid_yinyang_wrapper video {
        width:100%
    }
}

.liquid_yinyang_wrapper img {
    max-width: 1144px;
    width: 40%;
    height: auto;
    display: block;
    margin: 0 auto
}

@media only screen and (max-width: 1024px) {
    .liquid_yinyang_wrapper img {
        width:50%
    }
}

@media only screen and (max-width: 965px) {
    .liquid_yinyang_wrapper img {
        width:70%
    }
}

@media only screen and (max-width: 475px) {
    .liquid_yinyang_wrapper img {
        width:100%
    }
}

.liquid_yinyang_wrapper div h4 {
    font-size: 16px;
    line-height: 32px
}

@media only screen and (max-width: 475px) {
    .liquid_yinyang_wrapper div h4 {
        font-size:14px
    }
}

.liquid_yinyang_wrapper div p {
    color: #c3cdd3;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.24px;
    max-width: 270px;
    width: 100%
}

@media only screen and (max-width: 475px) {
    .liquid_yinyang_wrapper div p {
        font-size:12px;
        max-width: 185px
    }
}

.liquid_yinyang_bitcoin {
    position: absolute;
    top: 10%;
    left: 15%;
    max-width: 270px
}

@media only screen and (max-width: 725px) {
    .liquid_yinyang_bitcoin {
        top:15%;
        position: relative
    }
}

@media only screen and (max-width: 575px) {
    .liquid_yinyang_bitcoin {
        top:10%;
        left: 5%
    }
}

@media only screen and (max-width: 476px) {
    .liquid_yinyang_bitcoin {
        left:-10%;
        top: 10%
    }
}

.liquid_yinyang_liquid {
    position: absolute;
    bottom: 10%;
    right: 15%;
    max-width: 270px
}

@media only screen and (max-width: 725px) {
    .liquid_yinyang_liquid {
        position:relative;
        left: 50%;
        bottom: 15%
    }
}

@media only screen and (max-width: 575px) {
    .liquid_yinyang_liquid {
        left:45%;
        bottom: 5%
    }
}

@media only screen and (max-width: 510px) {
    .liquid_yinyang_liquid {
        left:35%;
        bottom: 5%
    }
}

@media only screen and (max-width: 476px) {
    .liquid_yinyang_liquid {
        left:10%;
        bottom: 10%
    }
}

.liquid_members {
    grid-column: 2/5;
    margin-top: 90px
}

.liquid_members .liquid_button-holder {
    text-align: center
}

.liquid_news {
    grid-column: 2/5;
    margin-top: 150px;
    width: 100%
}

.liquid_news_title {
    font-size: 48px;
    color: #fff;
    text-align: center;
    line-height: 64px;
    letter-spacing: 1.5px;
    margin-bottom: 65px
}

@media only screen and (max-width: 415px) {
    .liquid_news_title {
        font-size:32px;
        line-height: 44px
    }
}

.liquid_news .glide {
    position: relative;
    cursor: -webkit-grab;
    cursor: grab
}

.liquid_news .glide__slide {
    height: auto
}

.liquid_news .glide__arrows {
    position: absolute;
    width: 100%;
    z-index: 3000;
    top: 45%
}

.liquid_news .glide__arrows .glide__arrow--left {
    background-image: url("../img/liquid/arrow.svg");
    height: 30px;
    width: 30px;
    right: -7%;
    position: absolute
}

.liquid_news .glide__arrows .glide__arrow--left:hover {
    cursor: pointer
}

.liquid_news .glide__arrows .glide__arrow--right {
    background-image: url("../img/liquid/arrow.svg");
    height: 30px;
    width: 30px;
    left: -7%;
    position: absolute;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.liquid_news .glide__arrows .glide__arrow--right:hover {
    cursor: pointer
}

.liquid_news_slider {
    max-width: 1144px;
    margin: 0 auto
}

@media only screen and (min-width: 1620px) {
    .liquid_news_slider {
        margin:0 auto
    }
}

@media only screen and (max-width: 1350px) {
    .liquid_news_slider {
        left:0
    }
}

@media only screen and (max-width: 1350px) {
    .liquid_news_slider {
        left:0
    }
}

.liquid_news_slider .glide__track {
    overflow: visible
}

.liquid_news_slider_mask {
    position: absolute;
    background-color: rgba(17,19,22,0.8);
    z-index: 1000
}

.liquid_news_slider_mask_right {
    max-height: 450px;
    height: 100%;
    position: absolute;
    background-color: rgba(17,19,22,0.8);
    z-index: 1000;
    right: 0;
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(-10%, rgba(32,37,44,0.1)), color-stop(109%, #111316));
    -webkit-mask-image: linear-gradient(to right, rgba(32,37,44,0.1) -10%, #111316 109%)
}

.liquid_news_slider_mask_left {
    max-height: 450px;
    height: 100%;
    position: absolute;
    background-color: rgba(17,19,22,0.8);
    z-index: 1000;
    left: 0;
    -webkit-mask-image: -webkit-gradient(linear, right top, left top, color-stop(-10%, rgba(32,37,44,0.1)), color-stop(109%, #111316));
    -webkit-mask-image: linear-gradient(to left, rgba(32,37,44,0.1) -10%, #111316 109%)
}

@media only screen and (max-width: 415px) {
    .liquid_news_slider_mask {
        display:none
    }
}

@media only screen and (max-width: 380px) {
    .liquid_news_slides {
        height:auto
    }
}

.liquid_news_slide {
    font-size: 16px;
    background-color: rgba(32,37,44,0.8);
    margin-right: 30px;
    width: 362px;
    position: relative
}

@media only screen and (max-width: 380px) {
    .liquid_news_slide {
        display:-webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
}

.liquid_news_slide img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (max-width: 380px) {
    .liquid_news_slide img {
        max-width:100%;
        opacity: 0.8
    }
}

.liquid_news_slide h5 {
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.5px;
    margin: 29px 45px 17px
}

@media only screen and (max-width: 380px) {
    .liquid_news_slide h5 {
        padding:0 3px
    }
}

.liquid_news_slide p {
    color: #5d6c76;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.24px
}

.liquid_news_slide a {
    text-decoration: none;
    color: #2cccbf;
    font-size: 16px;
    line-height: 2.25;
    letter-spacing: normal;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    font-weight: 500;
    display: inline-block;
    margin-left: 45px;
    margin-bottom: 36px
}

.liquid_news_slide a:hover {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    background: none;
    color: #46b4a5
}

.liquid_news_slide a span {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.liquid_news_slide a span svg {
    width: 16px;
    height: auto;
    fill: #46b4a5
}

.liquid_news_slide a:hover {
    color: white
}

.liquid_news_slide a:hover span {
    margin-left: 10px
}

.liquid_news_slide a:hover span svg g {
    fill: white
}

.liquid_products {
    grid-column: 2/5;
    margin-top: 136px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center
}

.liquid_products_title {
    font-size: 48px;
    color: #fff;
    text-align: center;
    line-height: 64px;
    letter-spacing: 1.5px;
    max-width: 880px;
    margin-bottom: 60px
}

@media only screen and (max-width: 415px) {
    .liquid_products_title {
        font-size:32px;
        line-height: 44px
    }
}

.liquid_products_block {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap
}

@media only screen and (max-width: 1350px) {
    .liquid_products_block {
        -webkit-box-pack:justify;
        justify-content: space-between;
        width: 100%
    }
}

@media only screen and (max-width: 900px) {
    .liquid_products_block {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
}

.liquid_products_block div {
    margin-right: 30px;
    background-color: rgba(32,37,44,0.8)
}

@media only screen and (max-width: 1350px) {
    .liquid_products_block div {
        margin-right:0
    }
}

@media only screen and (max-width: 1250px) {
    .liquid_products_block div {
        display:-webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: justify;
        justify-content: space-between
    }
}

.liquid_products_block div:last-child {
    margin-right: 0
}

@media only screen and (max-width: 1250px) {
    .liquid_products_block div img {
        margin-bottom:20px
    }
}

@media only screen and (max-width: 1250px) {
    .liquid_products_block div h3 {
        margin-bottom:0
    }
}

@media only screen and (max-width: 1250px) {
    .liquid_products_block div p {
        margin-top:0
    }
}

.liquid_products_block div a {
    color: #2cccbf !important;
    font-size: 16px;
    font-weight: 500
}

.liquid_wallet {
    grid-column: 2/5;
    margin-top: 180px;
    min-height: 350px
}

@media only screen and (max-width: 480px) {
    .liquid_wallet {
        margin-top:60px
    }
}

.liquid_wallet_card {
    background-image: url("../img/liquid/liquid_lines_pick_a_wallet.svg");
    background-color: #1d2127;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 1144px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 50px 70px;
    height: 100%;
    -webkit-box-pack: justify;
    justify-content: space-between;
    box-shadow: 0 66px 95px 0 rgba(0,0,0,0.4)
}

@media only screen and (max-width: 480px) {
    .liquid_wallet_card {
        padding:35px 45px
    }
}

@media only screen and (max-width: 290px) {
    .liquid_wallet_card {
        padding:35px 25px
    }
}

.liquid_wallet_card_left {
    width: 50%;
    padding: 0 100px 0 0
}

@media only screen and (max-width: 1250px) {
    .liquid_wallet_card_left {
        padding:0 1% 0 0
    }
}

@media only screen and (max-width: 950px) {
    .liquid_wallet_card_left {
        width:65%
    }
}

@media only screen and (max-width: 765px) {
    .liquid_wallet_card_left {
        width:100%
    }
}

.liquid_wallet_card_right {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    width: 50%;
    position: relative
}

@media only screen and (max-width: 950px) {
    .liquid_wallet_card_right {
        width:34%
    }
}

@media only screen and (max-width: 765px) {
    .liquid_wallet_card_right {
        display:none
    }
}

.liquid_wallet_card_right img {
    width: 400px;
    height: auto;
    position: absolute;
    top: -60%;
    left: 20%
}

@media only screen and (max-width: 1000px) {
    .liquid_wallet_card_right img {
        width:350px;
        top: -50%;
        left: 5%
    }
}

@media only screen and (max-width: 925px) {
    .liquid_wallet_card_right img {
        left:0
    }
}

@media only screen and (max-width: 875px) {
    .liquid_wallet_card_right img {
        width:245px;
        top: -20%
    }
}

@media only screen and (max-width: 765px) {
    .liquid_wallet_card_right img {
        display:none
    }
}

.liquid_wallet_card_title {
    color: #fff;
    line-height: 46px;
    letter-spacing: 0.36px;
    font-size: 36px;
    margin-bottom: 30px;
    margin-top: 15px
}

@media only screen and (max-width: 1000px) {
    .liquid_wallet_card_title {
        width:100%;
        padding: 0
    }
}

.liquid_wallet_card_text {
    color: #fff;
    line-height: 28px;
    letter-spacing: 0.24px;
    font-size: 16px;
    margin-bottom: 35px
}

.liquid_wallet_card_links {
    width: 100%
}

.liquid_wallet_card_links_button-link {
    width: 160px;
    height: 54px;
    padding: 14px 0 17px;
    font-size: 14px;
    letter-spacing: 0.65px;
    line-height: 16px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    width: 110px;
    height: 40px;
    font-weight: bold;
    background: #1E8079;
    padding: 11px 40px 13px;
    margin-right: 40px;
    border: 1px solid #1E8079;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out
}

.liquid_wallet_card_links_button-link:hover {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    background-color: #2CCCBF;
    border: 1px solid #2CCCBF;
    color: #fff
}

@media only screen and (max-width: 1250px) {
    .liquid_wallet_card_links_button-link {
        margin-right:20px
    }
}

.liquid_wallet_card_links_underline-link {
    font-size: 18px;
    color: #45c0ab;
    border-color: #45c0ab;
    text-decoration: none;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out
}

.liquid_wallet_card_links_underline-link:hover {
    opacity: 0.7;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out
}

@media only screen and (max-width: 1250px) {
    .liquid_wallet_card_links_underline-link {
        font-size:16px
    }
}

@media only screen and (max-width: 550px) {
    .liquid_wallet_card_links_underline-link {
        display:inline-block;
        margin-top: 25px
    }
}

@media only screen and (max-width: 1000px) {
    .liquid_wallet_card_image {
        width:100%;
        -webkit-box-align: center;
        align-items: center;
        text-align: center
    }
}

.liquid_wallet_card_image {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    width: 40%
}

@media only screen and (max-width: 1000px) {
    .liquid_wallet_card_image {
        width:100%;
        -webkit-box-align: center;
        align-items: center;
        text-align: center
    }
}

.liquid_wallet_card_image_button {
    width: 160px;
    height: 54px;
    padding: 14px 0 17px
}

.liquid_wallet_card_image_button a {
    font-size: 14px;
    letter-spacing: 0.65px;
    line-height: 16px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    width: 110px;
    height: 40px;
    font-weight: bold;
    background: #00c3ff;
    background: linear-gradient(120deg, #00c3ff 0%, #1187c1 100%);
    padding: 11px 40px 13px;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out
}

.liquid_wallet_card_image_button a:hover {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    background: none;
    border: 1px solid #00c3ff;
    color: #00c3ff
}

.liquid_socials {
    grid-column: 2/5;
    margin-top: 190px;
    min-height: 257px;
    margin-bottom: 150px
}

@media only screen and (max-width: 480px) {
    .liquid_socials {
        margin-top:60px;
        margin-bottom: 0
    }
}

.liquid_socials_card {
    max-width: 1144px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 50px 70px;
    height: 100%;
    -webkit-box-pack: justify;
    justify-content: space-between;
    box-shadow: 0 66px 95px 0 rgba(0,0,0,0.4);
    background-color: rgba(44,206,193,0.75);
    color: #fff
}

@media only screen and (max-width: 480px) {
    .liquid_socials_card {
        padding:35px 45px
    }
}

.liquid_socials_card_left {
    width: 50%;
    padding: 0 90px 0 0
}

@media only screen and (max-width: 900px) {
    .liquid_socials_card_left {
        width:60%;
        padding: 0 40px 0 0
    }
}

@media only screen and (max-width: 765px) {
    .liquid_socials_card_left {
        width:100%
    }
}

@media only screen and (max-width: 480px) {
    .liquid_socials_card_left {
        padding:0
    }
}

.liquid_socials_card_right {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 50%
}

@media only screen and (max-width: 900px) {
    .liquid_socials_card_right {
        width:40%
    }
}

@media only screen and (max-width: 765px) {
    .liquid_socials_card_right {
        margin-top:20px;
        width: 100%
    }
}

.liquid_socials_card_title {
    color: #fff;
    line-height: 46px;
    letter-spacing: 0.36px;
    font-size: 36px;
    margin-bottom: 9px
}

@media only screen and (max-width: 1000px) {
    .liquid_socials_card_title {
        width:100%;
        padding: 0
    }
}

@media only screen and (max-width: 480px) {
    .liquid_socials_card_title {
        font-size:32px
    }
}

.liquid_socials_card_text {
    color: #fff;
    line-height: 28px;
    letter-spacing: 0.24px;
    font-size: 16px
}

.liquid_socials_card_social-links {
    display: -webkit-box;
    display: flex;
    gap: 40px;
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    left: 70px;
    position: relative
}

@media only screen and (max-width: 900px) {
    .liquid_socials_card_social-links {
        left:0
    }
}

@media only screen and (max-width: 765px) {
    .liquid_socials_card_social-links {
        -webkit-box-pack:start;
        justify-content: flex-start
    }
}

@media only screen and (max-width: 480px) {
    .liquid_socials_card_social-links {
        gap:12px
    }
}

.liquid_socials_card_social-links a {
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 90px;
    height: 90px;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out
}

.liquid_socials_card_social-links a:hover {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    background-color: rgba(32,37,44,0.8)
}

@media only screen and (max-width: 480px) {
    .liquid_socials_card_social-links a {
        width:60px;
        height: 60px
    }
}

@media only screen and (max-width: 375px) {
    .liquid_socials_card_social-links a {
        width:40px;
        height: 40px
    }
}

.liquid_socials_card_social-links a i {
    font-size: 27px;
    color: #fff
}

.liquid_form {
    grid-column: 1/6;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 200px
}

@media only screen and (max-width: 1500px) {
    .liquid_form {
        margin-top:25rem
    }
}

@media only screen and (max-width: 975px) {
    .liquid_card-container {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        margin: 0 auto
    }

    .liquid_under-the-hood_backdrop-image {
        top: -10rem;
        right: 0
    }

    .liquid_support {
        margin-top: 20rem
    }
}

@media only screen and (max-width: 950px) {
    .liquid_use-cases_cards_row {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }

    .liquid_under-the-hood {
        margin-bottom: 20rem
    }

    .liquid_under-the-hood_card-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
}

@media only screen and (max-width: 850px) {
    .liquid_form {
        margin-bottom:10rem
    }

    .liquid_form .product-form {
        height: 100rem
    }
}

@media only screen and (max-width: 750px) {
    .liquid_join-liquid {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: start;
        justify-content: flex-start;
        height: 80rem
    }

    .liquid_join-liquid_column1 {
        margin-top: -20rem;
        margin-bottom: 10rem
    }

    .liquid_join-liquid_column2 {
        margin: 0 auto
    }

    .liquid_join-liquid_title {
        margin-top: 30rem
    }
}

@media only screen and (max-width: 600px) {
    .liquid_form {
        margin-top:35rem
    }

    .liquid_target-audience {
        margin-top: 10rem
    }

    .liquid_join-network_button {
        margin-top: 0
    }

    .liquid_support_button {
        margin-top: 0
    }
}

@media only screen and (max-width: 667px) {
    .liquid_button-holder {
        display:grid;
        grid-gap: 2rem
    }
}

@-webkit-keyframes bg-size-liquid-token {
    from {
        background-size: 0;
        background-position: top;
        opacity: 0
    }

    to {
        background-size: 100%;
        background-position: top;
        opacity: 1
    }
}

@keyframes bg-size-liquid-token {
    from {
        background-size: 0;
        background-position: top;
        opacity: 0
    }

    to {
        background-size: 100%;
        background-position: top;
        opacity: 1
    }
}

.liquid-token_header {
    grid-column: 1 / span 5;
    position: relative;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

@media only screen and (min-width: 1900px) {
    .liquid-token_header {
        min-height:113vh
    }
}

.liquid-token_header_background {
    background: url("../img/liquid/subpage/liquid_laser_lines_subpage-3.svg") no-repeat;
    background-size: 0;
    top: 0;
    height: 100%;
    width: 150%;
    position: absolute;
    -webkit-animation: 2s ease forwards .5s bg-size-liquid-token;
    animation: 2s ease forwards .5s bg-size-liquid-token
}

@media only screen and (max-width: 1085px) {
    .liquid-token_header_background {
        top:80px;
        width: 200%
    }
}

.liquid-token_header_text {
    color: #fff;
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    justify-items: center;
    -webkit-box-align: center;
    align-items: center;
    gap: 33px;
    z-index: 200
}

.liquid-token_header_text_title {
    letter-spacing: 0;
    font-size: 48px;
    font-weight: bold;
    max-width: 665px
}

@media only screen and (max-width: 475px) {
    .liquid-token_header_text_title {
        font-size:36px;
        line-height: 48px;
        padding: 0 40px
    }
}

@media only screen and (max-width: 325px) {
    .liquid-token_header_text_title {
        font-size:28px
    }
}

.liquid-token_header_text_desc {
    font-size: 18px;
    line-height: 36px;
    max-width: 532px
}

@media only screen and (max-width: 475px) {
    .liquid-token_header_text_desc {
        padding:0 10px
    }
}

@media only screen and (max-width: 325px) {
    .liquid-token_header_text_desc {
        font-size:16px
    }
}

.liquid-token_comparison {
    grid-column: 2/5
}

@media only screen and (max-width: 1024px) {
    .liquid-token_comparison {
        margin-top:-10%
    }
}

.liquid-token_comparison_heading {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center
}

@media only screen and (max-width: 1307px) {
    .liquid-token_comparison_heading {
        grid-column:2/5
    }
}

.liquid-token_comparison_heading p {
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    margin-top: 90px;
    max-width: 590px;
    text-align: center
}

@media only screen and (max-width: 1307px) {
    .liquid-token_comparison_heading p {
        padding:10px
    }
}

.liquid-token_comparison_block {
    display: -webkit-box;
    display: flex;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: calc(1144px + 4%);
    margin: 0 auto
}

@media only screen and (max-width: 1090px) {
    .liquid-token_comparison_block {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        max-width: 1144px
    }
}

.liquid-token_comparison_block_card {
    height: 425px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

@media only screen and (max-width: 1090px) {
    .liquid-token_comparison_block_card {
        height:475px
    }
}

@media only screen and (max-width: 475px) {
    .liquid-token_comparison_block_card {
        height:485px
    }
}

.liquid-token_comparison_block_card_container {
    z-index: 650
}

.liquid-token_comparison_block_card_container_title {
    color: #fff;
    font-size: 32px;
    line-height: 46px;
    font-weight: bold;
    margin-bottom: 10px;
    z-index: 652
}

@media only screen and (max-width: 1090px) {
    .liquid-token_comparison_block_card_container_title {
        text-align:center;
        font-size: 30px
    }
}

@media only screen and (max-width: 510px) {
    .liquid-token_comparison_block_card_container_title {
        font-size:26px
    }
}

@media only screen and (max-width: 405px) {
    .liquid-token_comparison_block_card_container_title {
        font-size:22px
    }
}

@media only screen and (max-width: 325px) {
    .liquid-token_comparison_block_card_container_title {
        line-height:30px
    }
}

@media only screen and (max-width: 290px) {
    .liquid-token_comparison_block_card_container_title {
        font-size:16px;
        margin-bottom: 5px
    }
}

.liquid-token_comparison_block_card_container_subtitle {
    color: #c3cdd3;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.24px;
    padding-bottom: 35px
}

@media only screen and (max-width: 1090px) {
    .liquid-token_comparison_block_card_container_subtitle {
        text-align:center;
        padding-bottom: 25px
    }
}

@media only screen and (max-width: 380px) {
    .liquid-token_comparison_block_card_container_subtitle {
        font-size:14px
    }
}

.liquid-token_comparison_block_card_container_text {
    color: #c3cdd3;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.24px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 25px;
    z-index: 652
}

.liquid-token_comparison_block_card_container_text:last-child {
    margin-bottom: 0
}

@media only screen and (max-width: 470px) {
    .liquid-token_comparison_block_card_container_text {
        font-size:14px
    }
}

.liquid-token_comparison_block_card_container_text img {
    width: 60px;
    height: auto;
    margin-right: 20px;
    z-index: 652
}

@media only screen and (max-width: 1024px) {
    .liquid-token_comparison_block_card_container_text img {
        width:40px
    }
}

@media only screen and (max-width: 290px) {
    .liquid-token_comparison_block_card_container_text img {
        margin-right:10px
    }
}

.liquid-token_comparison_block .left-token-box {
    position: relative;
    width: 48%;
    left: 2%;
    background-color: #17191B;
    -webkit-clip-path: polygon(0% 0%, 80% 0%, 100% 50%, 80% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 80% 0%, 100% 50%, 80% 100%, 0% 100%)
}

.liquid-token_comparison_block .left-token-box .liquid-token_comparison_block_card_container {
    padding-left: 9%;
    padding-top: 6%;
    padding-right: 9%
}

@media only screen and (max-width: 1130px) {
    .liquid-token_comparison_block .left-token-box .liquid-token_comparison_block_card_container {
        padding-right:6%
    }
}

@media only screen and (max-width: 325px) {
    .liquid-token_comparison_block .left-token-box .liquid-token_comparison_block_card_container {
        padding-top:9%
    }
}

@media only screen and (max-width: 290px) {
    .liquid-token_comparison_block .left-token-box .liquid-token_comparison_block_card_container {
        padding-top:3%
    }
}

@media only screen and (max-width: 1090px) {
    .liquid-token_comparison_block .left-token-box {
        left:0;
        width: 50%;
        -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 80%, 50% 100%, 0 80%);
        clip-path: polygon(0% 0%, 100% 0, 100% 80%, 50% 100%, 0 80%)
    }
}

@media only screen and (max-width: 875px) {
    .liquid-token_comparison_block .left-token-box {
        width:60%
    }
}

@media only screen and (max-width: 720px) {
    .liquid-token_comparison_block .left-token-box {
        width:70%
    }
}

@media only screen and (max-width: 620px) {
    .liquid-token_comparison_block .left-token-box {
        width:77%
    }
}

@media only screen and (max-width: 565px) {
    .liquid-token_comparison_block .left-token-box {
        width:100%
    }
}

.liquid-token_comparison_block .left-token-box_background {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("../img/liquid/old_world_cracks.svg") no-repeat bottom right
}

.liquid-token_comparison_block .right-token-box {
    position: relative;
    width: 50%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: end;
    align-items: end;
    right: 2%;
    -webkit-clip-path: polygon(20% 50%, 0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(20% 50%, 0 0, 100% 0, 100% 100%, 0 100%);
    background-color: #47C0B8
}

.liquid-token_comparison_block .right-token-box .liquid-token_comparison_block_card_container {
    position: absolute;
    top: 1.5px;
    bottom: 1.5px;
    left: 3px;
    right: 1.5px;
    -webkit-clip-path: polygon(20% 50%, 0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(20% 50%, 0 0, 100% 0, 100% 100%, 0 100%);
    background-color: #111316;
    padding-left: 25%;
    padding-top: 6%;
    padding-right: 6%
}

@media only screen and (max-width: 1130px) {
    .liquid-token_comparison_block .right-token-box .liquid-token_comparison_block_card_container {
        padding-right:6%;
        padding-left: 20%
    }
}

@media only screen and (max-width: 1090px) {
    .liquid-token_comparison_block .right-token-box .liquid-token_comparison_block_card_container {
        -webkit-clip-path:polygon(0 0, 50% 20%, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 50% 20%, 100% 0, 100% 100%, 0 100%);
        top: 3px;
        left: 1.5px;
        padding-left: 9%;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: end;
        justify-content: end;
        padding-bottom: 6%;
        padding-top: 30%
    }
}

@media only screen and (max-width: 475px) {
    .liquid-token_comparison_block .right-token-box .liquid-token_comparison_block_card_container {
        padding-top:35%
    }
}

@media only screen and (max-width: 325px) {
    .liquid-token_comparison_block .right-token-box .liquid-token_comparison_block_card_container {
        padding-top:40%;
        padding-right: 3%;
        padding-left: 6%
    }
}

.liquid-token_comparison_block .right-token-box .liquid-token_comparison_block_card_container:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("../img/liquid/liquid_new_world.svg") no-repeat bottom right;
    background-size: cover;
    z-index: -1;
    bottom: -5%;
    right: -5%
}

@media only screen and (max-width: 1090px) {
    .liquid-token_comparison_block .right-token-box .liquid-token_comparison_block_card_container:after {
        right:0
    }
}

@media only screen and (max-width: 1090px) {
    .liquid-token_comparison_block .right-token-box {
        width:50%;
        -webkit-box-align: start;
        align-items: start;
        -webkit-box-pack: end;
        justify-content: end;
        -webkit-clip-path: polygon(0 0, 50% 20%, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 50% 20%, 100% 0, 100% 100%, 0 100%);
        right: 0;
        bottom: 40px
    }
}

@media only screen and (max-width: 875px) {
    .liquid-token_comparison_block .right-token-box {
        width:60%
    }
}

@media only screen and (max-width: 720px) {
    .liquid-token_comparison_block .right-token-box {
        width:70%
    }
}

@media only screen and (max-width: 620px) {
    .liquid-token_comparison_block .right-token-box {
        width:77%
    }
}

@media only screen and (max-width: 565px) {
    .liquid-token_comparison_block .right-token-box {
        width:100%
    }
}

.liquid-token_comparison_block .right-token-box_background {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("../img/liquid/liquid_new_world.svg") no-repeat bottom right;
    background-size: cover;
    z-index: 651;
    bottom: -5%;
    right: -5%
}

@media only screen and (max-width: 1090px) {
    .liquid-token_comparison_block .right-token-box_background {
        background-size:contain;
        bottom: 0;
        right: 0
    }
}

.liquid-token_offer {
    grid-column: 2/5;
    margin-top: 150px;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center
}

.liquid-token_offer_title {
    font-size: 48px;
    color: #fff;
    text-align: center;
    line-height: 64px;
    letter-spacing: 1.5px;
    margin-bottom: 65px
}

@media only screen and (max-width: 475px) {
    .liquid-token_offer_title {
        font-size:32px;
        line-height: 44px;
        padding: 0 30px
    }
}

.liquid-token_offer_block {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap
}

@media only screen and (max-width: 1350px) {
    .liquid-token_offer_block {
        -webkit-box-pack:justify;
        justify-content: space-between;
        width: 100%
    }
}

@media only screen and (max-width: 900px) {
    .liquid-token_offer_block {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
}

.liquid-token_offer_block div {
    margin-right: 30px;
    background-color: rgba(32,37,44,0.8)
}

@media only screen and (max-width: 1350px) {
    .liquid-token_offer_block div {
        margin-right:0
    }
}

@media only screen and (max-width: 1250px) {
    .liquid-token_offer_block div {
        display:-webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: justify;
        justify-content: space-between
    }
}

.liquid-token_offer_block div:last-child {
    margin-right: 0
}

@media only screen and (max-width: 1250px) {
    .liquid-token_offer_block div img {
        margin-bottom:20px
    }
}

@media only screen and (max-width: 1250px) {
    .liquid-token_offer_block div h3 {
        margin-bottom:0
    }
}

@media only screen and (max-width: 1250px) {
    .liquid-token_offer_block div p {
        margin-top:0
    }
}

.liquid-token_offer_block div a {
    color: #2cccbf !important;
    font-size: 16px;
    font-weight: 500
}

.liquid-token_platforms {
    grid-column: 2/5;
    margin-top: 150px;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center
}

.liquid-token_platforms_title {
    font-size: 48px;
    color: #fff;
    text-align: center;
    line-height: 64px;
    letter-spacing: 1.5px;
    margin-bottom: 65px
}

@media only screen and (max-width: 475px) {
    .liquid-token_platforms_title {
        font-size:32px;
        line-height: 44px
    }
}

.liquid-token_platforms_logos {
    display: -webkit-box;
    display: flex;
    justify-content: space-around;
    -webkit-box-align: center;
    align-items: center;
    max-width: 922px;
    width: 100%
}

@media only screen and (max-width: 685px) {
    .liquid-token_platforms_logos {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        gap: 30px
    }
}

.liquid-token_platforms_logos_bitfinex {
    max-width: 80%;
    width: 100%
}

.liquid-token_platforms_logos_stokr {
    width: auto;
    height: auto
}

.liquid-token_platforms_logos_bttf {
    max-width: 70%;
    width: 100%
}

.liquid-token_platforms_logos a {
    display: inline-block;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    max-width: 270px
}

.liquid-token_platforms_logos a img {
    max-height: 50px;
    height: 100%
}

.liquid-token_features {
    grid-column: 2/5;
    margin-top: 150px;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center
}

.liquid-token_features_title {
    font-size: 48px;
    color: #fff;
    text-align: center;
    line-height: 64px;
    letter-spacing: 1.5px;
    max-width: 922px;
    width: 100%
}

@media only screen and (max-width: 475px) {
    .liquid-token_features_title {
        font-size:32px;
        line-height: 44px
    }
}

.liquid-token_features_desc {
    max-width: 976px;
    width: 100%
}

@media only screen and (max-width: 415px) {
    .liquid-token_features_desc {
        padding:0 10px
    }
}

.liquid-token_table {
    grid-column: 2/5;
    margin-top: 60px;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    color: #fff
}

.liquid-token_table table {
    width: 100%;
    max-width: 1144px;
    border-collapse: separate;
    border-spacing: 0;
    background-color: transparent
}

.liquid-token_table table tbody {
    background-color: #1d2127
}

.liquid-token_table table td:nth-child(2) {
    box-shadow: 0px 10px 10px 1px rgba(0,0,0,0.4);
    position: relative;
    z-index: 2;
    background-color: #1d2127
}

.liquid-token_table table td::before {
    display: inline-block
}

.liquid-token_table table th,.liquid-token_table table td {
    display: table-cell
}

.liquid-token_table_row_headingleft {
    background-color: #111316;
    display: table-cell
}

.liquid-token_table_row_heading {
    padding: 2.35% 12%;
    max-width: 298px;
    font-size: 16px;
    letter-spacing: 0.05px;
    text-align: center;
    background: #09a8a2
}

@media only screen and (max-width: 820px) {
    .liquid-token_table_row_heading {
        padding:2.35% 3.5%
    }
}

@media only screen and (max-width: 415px) {
    .liquid-token_table_row_heading {
        padding:2.35% 2%;
        font-size: 14px
    }
}

@media only screen and (max-width: 320px) {
    .liquid-token_table_row_heading {
        font-size:12px
    }
}

.liquid-token_table_row_heading:first-child {
    box-shadow: 0px 10px 10px 1px rgba(0,0,0,0.4);
    position: relative;
    z-index: 2
}

.liquid-token_table_row_heading:last-child {
    background: #2b313b
}

.liquid-token_table_row_heading span {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center
}

.liquid-token_table_row_heading span img {
    margin-right: 10px;
    height: 25px;
    width: auto;
    display: inline-block
}

@media only screen and (max-width: 415px) {
    .liquid-token_table_row_heading span img {
        height:20px;
        margin-right: 5px
    }
}

@media only screen and (max-width: 320px) {
    .liquid-token_table_row_heading span img {
        height:17px
    }
}

.liquid-token_table_row_leftcell {
    display: table-cell;
    padding: 2.3% 3.6%;
    font-size: 14px;
    letter-spacing: 0.35px;
    max-width: 544px;
    width: 50%
}

.liquid-token_table_row_mid {
    padding: 2.35% 12%;
    max-width: 298px;
    text-align: center;
    width: 25%
}

@media only screen and (max-width: 820px) {
    .liquid-token_table_row_mid {
        padding:2.35% 3.5%
    }
}

.liquid-token_cta {
    grid-column: 2/5;
    margin-bottom: 150px;
    width: 100%
}

.liquid-token_cta_container {
    max-width: 1144px;
    width: 100%;
    color: #fff;
    background-image: url("../img/liquid/laser-lines-mining.svg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 75px;
    margin: 0 auto
}

@media only screen and (max-width: 475px) {
    .liquid-token_cta_container {
        padding:30px
    }
}

.liquid-token_cta_container h4 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 56px
}

.liquid-token_cta_container_links {
    display: -webkit-box;
    display: flex;
    justify-content: space-around
}

@media only screen and (max-width: 475px) {
    .liquid-token_cta_container_links {
        -webkit-box-pack:justify;
        justify-content: space-between
    }
}

.liquid-token_cta_container_links a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    gap: 18px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

@media only screen and (max-width: 475px) {
    .liquid-token_cta_container_links a {
        gap:10px;
        width: 40px;
        text-align: center;
        -webkit-box-pack: start;
        justify-content: flex-start
    }
}

.liquid-token_cta_container_links a img {
    width: 90px;
    height: 90px;
    display: inline-block
}

@media only screen and (max-width: 475px) {
    .liquid-token_cta_container_links a img {
        width:40px;
        height: 40px
    }
}

.liquid-testnet {
    grid-column: 1 / span 5
}

.liquid-testnet_intro {
    grid-column: 3
}

.liquid-testnet_intro_content {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.liquid-testnet_intro_content_icon img {
    width: 55rem;
    margin-left: 10rem
}

.liquid-testnet_intro_content_block_text {
    margin-top: 2.5rem;
    font-size: 16px;
    color: #a9b1b6;
    line-height: 2;
    width: 50rem
}

@media (max-width: 1500px) {
    .liquid-testnet_intro_content_block_text {
        font-size:2.2rem
    }
}

.liquid-testnet_intro_content_block_links {
    margin-top: 5rem
}

.liquid-testnet_intro_content_block_links_button {
    margin-right: 3rem;
    width: 30rem;
    height: 4.5rem;
    color: #fff;
    border: 0px;
    font-size: 16px;
    cursor: pointer
}

@media (max-width: 1500px) {
    .liquid-testnet_intro_content_block_links_button {
        font-size:2.2rem
    }
}

.liquid-testnet_intro_content_block_links_text {
    font-size: 16px;
    line-height: 1.8;
    color: #a9b1b6;
    margin-top: 2rem
}

@media (max-width: 1500px) {
    .liquid-testnet_intro_content_block_links_text {
        font-size:2.2rem
    }
}

.liquid-testnet_intro_content_block_links_text a {
    text-decoration: none;
    color: #46B4A5
}

.liquid-testnet_signet {
    grid-column: 1 / span 5;
    margin-top: 15rem;
    position: relative
}

.liquid-testnet_signet_image {
    width: 100%
}

.liquid-testnet_signet_text-block {
    width: 45rem;
    color: #a9b1b6;
    line-height: 1.8;
    font-size: 16px;
    position: absolute;
    right: 30rem;
    bottom: 20rem
}

@media (max-width: 1500px) {
    .liquid-testnet_signet_text-block {
        font-size:2.2rem
    }
}

.liquid-testnet_tutorial {
    grid-column: 1 / span 5;
    margin-top: 15rem;
    margin-bottom: 15rem
}

.liquid-testnet_tutorial_title {
    margin-bottom: -15rem
}

.liquid-testnet_tutorial_backdrop-image img {
    width: 75%
}

.liquid-testnet_tutorial_faucet-cards-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: -100rem
}

.liquid-testnet_join-liquid {
    grid-column: 1 / span 5;
    margin-top: 25rem;
    background-image: linear-gradient(-218deg, #1c2a34 0%, #077672 52%, #00c8b7 100%);
    height: 37rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    align-items: center
}

.liquid-testnet_join-liquid hr {
    height: 0.3rem;
    background-color: #00c3ff;
    width: 6rem;
    margin-top: -1.5rem;
    border: 0
}

.liquid-testnet_join-liquid_title {
    font-size: 4.8rem;
    color: #fff;
    margin-bottom: -3rem
}

.liquid-testnet_join-liquid_contact {
    width: 25rem
}

.liquid-testnet_join-liquid_contact_button {
    margin-right: 3rem;
    width: 100%;
    height: 4.5rem;
    color: #fff;
    background-color: transparent;
    border: 0px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
}

@media (max-width: 1500px) {
    .liquid-testnet_join-liquid_contact_button {
        font-size:2.2rem
    }
}

.faucet-card {
    height: 65rem;
    width: 55rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    justify-content: space-around;
    -webkit-box-align: start;
    align-items: flex-start;
    padding: 10rem 7rem;
    margin: 5rem
}

.faucet-card_title {
    font-size: 3.6rem;
    color: #fff;
    margin-top: -3rem
}

.faucet-card_text {
    font-size: 16px;
    color: #fff;
    line-height: 2;
    width: 40rem
}

@media (max-width: 1500px) {
    .faucet-card_text {
        font-size:2.2rem
    }
}

.faucet-card_button-container {
    margin-bottom: -3rem
}

.faucet-card_button {
    margin-right: 3rem;
    margin-top: 2rem;
    width: 30rem;
    height: 4.5rem;
    color: #fff;
    border: 0px;
    font-size: 16px;
    cursor: pointer
}

@media (max-width: 1500px) {
    .faucet-card_button {
        font-size:2.2rem
    }
}

.faucet-card_textarea {
    display: block;
    width: 100%;
    border: 1px solid #a9b1b6;
    padding-left: 2rem;
    padding-top: 1.5rem;
    margin: 1rem 0;
    font-size: 1.4rem;
    font-family: "din-2014","Source Sans Pro",sans-serif;
    resize: none;
    height: 7rem;
    font-size: 16px
}

@media (max-width: 1500px) {
    .faucet-card_textarea {
        font-size:1.8rem
    }
}

@media (max-width: 1500px) {
    .faucet-card_textarea {
        font-size:2.2rem
    }
}

.faucet-card_captcha {
    margin-top: 2rem;
    display: none
}

.faucet-card_captcha-error {
    color: red;
    font-size: 16px;
    text-align: center;
    display: none
}

@media (max-width: 1500px) {
    .faucet-card_captcha-error {
        font-size:2.2rem
    }
}

.faucet-card_success {
    color: #a9b1b6;
    text-align: left;
    font-size: 1.4rem;
    padding: 2rem 1rem;
    display: none;
    width: 90%
}

@media (max-width: 1500px) {
    .faucet-card_success {
        font-size:1.8rem
    }
}

.faucet-card_fail {
    color: red;
    text-align: left;
    font-size: 1.4rem;
    padding: 2rem 1rem;
    display: none;
    width: 90%
}

@media (max-width: 1500px) {
    .faucet-card_fail {
        font-size:1.8rem
    }
}

.faucet-card_testnet {
    background-color: #024e4b
}

.faucet-card_testnet_textarea {
    background-color: #024e4b;
    color: #04a596;
    border-color: #04a596
}

.faucet-card_testnet_button {
    background-color: #04a596
}

.faucet-card_testnet_button:hover {
    background-color: #037369;
    border: 1px solid #04a596
}

.faucet-card_testnet_button:active {
    background-color: #037369;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    border: 1px solid #04a596
}

.faucet-card_signet {
    background-color: #21272d
}

.faucet-card_signet_textarea {
    background-color: #21272d;
    color: #4b5966;
    border-color: #4b5966
}

.faucet-card_signet_button {
    background-color: #4b5966
}

.faucet-card_signet_button:hover {
    background-color: #353f49;
    border: 1px solid #4b5966
}

.faucet-card_signet_button:active {
    background-color: #353f49;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    border: 1px solid #4b5966
}

@media only screen and (max-width: 1250px) {
    .liquid-testnet_signet_text-block {
        right:20rem;
        bottom: 15rem
    }
}

@media only screen and (max-width: 1050px) {
    .liquid-testnet_signet_text-block {
        right:5rem;
        bottom: 10rem
    }
}

@media only screen and (max-width: 925px) {
    .liquid-testnet_intro_content {
        margin-top:-10rem
    }

    .liquid-testnet_intro_content_icon img {
        width: 45rem;
        margin-right: 0;
        margin-left: 10rem
    }

    .liquid-testnet_tutorial_faucet-cards-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        margin-top: -80rem
    }
}

@media only screen and (max-width: 800px) {
    .liquid-testnet_intro_content {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center
    }

    .liquid-testnet_intro_content_icon img {
        margin: 0;
        margin-top: 10rem
    }

    .liquid-testnet_signet_text-block {
        width: 50rem;
        position: relative;
        margin: 0 auto
    }

    .liquid-testnet_signet_image {
        display: none
    }
}

@media only screen and (max-width: 750px) {
    .liquid-testnet_tutorial_backdrop-image img {
        width:100%
    }

    .liquid-testnet_tutorial_faucet-cards-container {
        margin-top: -80rem
    }

    .liquid-testnet_signet_text-block {
        width: 40rem
    }
}

@media only screen and (max-width: 580px) {
    .liquid-testnet_tutorial_setup-button {
        margin-bottom:20rem
    }
}

@media only screen and (max-width: 410px) {
    .liquid-testnet_intro_content {
        width:40rem
    }

    .liquid-testnet_intro_content_icon img {
        width: 35rem
    }

    .liquid-testnet_block {
        width: 40rem;
        margin-left: auto;
        margin-right: auto
    }

    .liquid-testnet_text {
        width: 40rem
    }

    .liquid-testnet_signet_text-block {
        width: 40rem;
        margin: 8rem auto 0 auto
    }

    .liquid-testnet_tutorial_faucet-cards-container {
        margin-top: -70rem
    }

    .faucet-card {
        width: 45rem
    }

    .faucet-card_text {
        width: 33rem
    }
}

.liquid-faq {
    grid-column: 1 / span 5
}

.liquid-faq_content {
    width: 80%;
    max-width: 83rem;
    margin: 0 auto;
    letter-spacing: 0.6px;
    color: #C8D1D7;
    font-size: 16px;
    line-height: 2.2
}

@media (max-width: 1500px) {
    .liquid-faq_content {
        font-size:2.2rem
    }
}

.liquid-faq_content p {
    margin-bottom: 2rem
}

.liquid-faq_content h1 {
    font-size: 3.5rem;
    margin-bottom: 3rem;
    margin-top: 3.5rem;
    font-weight: bold
}

.liquid-faq_content h2 {
    font-size: 3rem;
    margin-bottom: 2.5rem;
    margin-top: 6rem;
    font-weight: bold
}

.liquid-faq_content h3 {
    font-size: 2.5rem;
    margin-bottom: 3rem;
    margin-top: 2.5rem;
    font-weight: bold
}

.liquid-faq_content a {
    text-decoration: none;
    color: #00c3ff
}

.liquid-faq_content ul {
    width: 80%;
    margin-left: 5rem;
    margin-bottom: 5rem
}

.liquid-faq_content ul li {
    margin-top: 1.5rem
}

.liquid-faq_content ol {
    width: 80%;
    margin-left: 5rem;
    margin-bottom: 5rem
}

.liquid-faq_content ol li {
    margin-top: 1.5rem
}

@media only screen and (max-width: 750px) {
    .liquid-faq {
        margin-top:10rem
    }
}

.liquid-securities {
    grid-column: 1 / span 5
}

.liquid-securities_headline-rows {
    margin-top: 15rem;
    grid-column: 3
}

.liquid-securities_sponsors {
    margin-bottom: 15rem;
    grid-column: 1 / span 5
}

.liquid-securities_get-started {
    grid-column: 1 / span 5;
    margin-top: 6rem
}

.liquid-securities_comparison {
    margin-top: 15rem;
    grid-column: 1 / span 5;
    position: relative
}

.liquid-securities_comparison_backdrop-image {
    width: 70%;
    position: absolute;
    display: block;
    top: -5rem;
    left: 10rem
}

.liquid-securities_api {
    grid-column: 3;
    margin-top: 10rem
}

.liquid-securities_register {
    padding-top: 20rem;
    grid-column: 1 / span 5;
    height: 60rem;
    margin-bottom: 20rem
}

.liquid-securities_register .product-form_container {
    height: 65rem
}

@media only screen and (max-width: 1300px) {
    .liquid-securities_comparison_backdrop-image {
        width:90%;
        top: -5rem;
        left: 10rem
    }
}

@media only screen and (max-width: 1050px) {
    .liquid-securities_comparison_backdrop-image {
        width:100%;
        top: 5rem;
        left: 0
    }
}

@media only screen and (max-width: 975px) {
    .liquid-securities_get-started {
        margin-top:-25rem
    }
}

@media only screen and (max-width: 900px) {
    .liquid-securities_api {
        margin-top:0rem
    }
}

@media only screen and (max-width: 800px) {
    .liquid-securities_register {
        height:100rem
    }
}

@media only screen and (max-width: 405px) {
    .liquid-securities_register .product-form_container {
        margin-top:5rem !important
    }
}

.careers_header_intro {
    right: 15px
}

@media only screen and (max-width: 1024px) {
    .careers_header_intro {
        margin-top:30rem
    }
}

@media only screen and (max-width: 750px) {
    .careers_header_intro {
        margin-top:10rem;
        max-width: 35rem
    }
}

.careers_header_intro_title {
    font-size: 48px;
    margin-bottom: 35px
}

@media only screen and (max-width: 1024px) {
    .careers_header_intro_title {
        font-size:26px;
        margin-bottom: 20px
    }
}

.careers_header_intro_text {
    line-height: 2;
    font-size: 18px;
    font-weight: 500;
    max-width: 430px
}

@media only screen and (max-width: 1024px) {
    .careers_header_intro_text {
        font-size:2.2rem
    }
}

.centering {
    grid-column: 1 / span 5;
    padding: 30px;
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 128px
}

@media only screen and (max-width: 768px) {
    .centering {
        margin-top:64px
    }
}

.reason-cards_career {
    display: -webkit-box;
    display: flex;
    flex-flow: wrap;
    margin-top: 30px;
    margin-bottom: 200px;
    -webkit-box-pack: center;
    justify-content: center
}

@media only screen and (max-width: 1024px) {
    .reason-cards_career {
        margin-bottom:100px
    }
}

.reason-cards_career_card {
    box-shadow: 0 66px 95px 0 rgba(0,0,0,0.4);
    background-color: rgba(32,37,44,0.8);
    margin-right: 30px;
    width: 362px;
    padding: 41px 46px 36px 40px;
    margin-right: 30px
}

@media only screen and (max-width: 1252px) {
    .reason-cards_career_card {
        width:31%;
        margin-right: 2%
    }
}

@media only screen and (max-width: 900px) {
    .reason-cards_career_card {
        width:100%;
        margin-bottom: 30px;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        text-align: center
    }
}

.reason-cards_career_card:last-child {
    margin-right: 0
}

.reason-cards_career_card_image {
    width: 90px;
    height: 90px;
    margin-bottom: 27px
}

.reason-cards_career_card_title {
    color: #fff;
    margin-bottom: 17px;
    font-size: 24px
}

.reason-cards_career_card_text {
    color: #c3cdd3;
    font-size: 16px;
    letter-spacing: 0.24px;
    line-height: 28px
}

.careers_puzzles {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.careers_puzzles_link {
    text-decoration: none;
    color: #00c3ff;
    font-size: 2.2rem;
    line-height: 36px;
    font-weight: 500;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out
}

.careers_puzzles_link:hover {
    color: #fff;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out
}

.careers_puzzles_link:hover .careers_puzzles_arrow {
    margin-left: 10px;
    color: #fff;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out
}

.careers_puzzles_arrow {
    font-size: 16px;
    color: #00c3ff;
    width: 22px;
    height: 11px;
    margin-left: 5px;
    display: inline-block;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out
}

@media (max-width: 1500px) {
    .careers_puzzles_arrow {
        font-size:2.2rem
    }
}

.careers_no-open-roles {
    color: #737D83;
    font-size: 2.4rem;
    font-weight: 300;
    text-align: center;
    grid-column: 3;
    margin-bottom: 10rem
}

.careers_intro {
    grid-column: 3;
    margin: 10rem auto 10rem auto;
    max-width: 65rem;
    text-align: center;
    font-size: 16px;
    color: #a9b1b6
}

@media (max-width: 1500px) {
    .careers_intro {
        font-size:2.2rem
    }
}

.careers_opportunity {
    grid-column: 1 / span 5;
    background-image: linear-gradient(-223deg, #023a53 0%, #00c3ff 100%);
    height: 30rem;
    margin-bottom: 35rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.careers_opportunity_text {
    font-size: 16px;
    color: #fff;
    margin-right: 20rem;
    margin-left: 10rem;
    line-height: 3rem;
    width: 40rem
}

@media (max-width: 1500px) {
    .careers_opportunity_text {
        font-size:2.2rem
    }
}

.careers_opportunity_icon-container {
    margin-left: 20rem;
    margin-top: 45rem
}

.careers_opportunity_icon {
    width: 50rem;
    display: none
}

.careers_opportunity_icon img {
    width: 100%
}

.careers_opportunity_icon_navigation {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    height: 5rem;
    width: 50rem
}

.careers_opportunity_icon_navigation_arrow {
    cursor: pointer;
    padding: 2rem;
    font-size: 3rem;
    color: #fff;
    position: relative;
    z-index: 100;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.careers_opportunity_icon_navigation_indicator {
    display: inline-block;
    cursor: pointer;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: transparent;
    margin: 3px
}

.careers_benefits {
    grid-column: 3;
    color: #fff;
    margin-top: -30rem;
    margin-left: -19rem;
    width: 65rem
}

.careers_benefits_title {
    text-transform: uppercase;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 2.5rem
}

@media (max-width: 1500px) {
    .careers_benefits_title {
        font-size:2.8rem
    }
}

.careers_benefits_block {
    width: 60rem;
    margin-left: 2.5rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

.careers_benefits_block_list {
    font-size: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-right: 3rem
}

@media (max-width: 1500px) {
    .careers_benefits_block_list {
        font-size:2.2rem
    }
}

.careers_benefits_block_list_item {
    padding-left: 0;
    text-indent: -2.5rem;
    margin-bottom: 2rem;
    color: #a9b1b6
}

.careers_benefits_block_list_item:before {
    content: "â€¢";
    color: #00c3ff;
    padding-right: 1.9rem
}

.careers_open-positions {
    grid-column: 2 / span 3;
    padding: 0 10%;
    margin-bottom: 128px
}

@media only screen and (max-width: 1024px) {
    .careers_open-positions {
        grid-column:1 / span 5
    }
}

@media only screen and (min-width: 1699px) {
    .careers_open-positions {
        grid-column:1 / span 5;
        margin: 0 auto;
        margin-bottom: 128px;
        max-width: 1144px;
        padding: 0
    }
}

.careers_open-positions_header_title {
    margin-bottom: 75px;
    padding: 0 2.5%
}

.careers_open-positions_header_title h2 {
    font-size: 48px;
    letter-spacing: 1.5px;
    text-align: center;
    color: #fff;
    font-weight: bold
}

@media only screen and (max-width: 1024px) {
    .careers_open-positions_header_title h2 {
        font-size:26px
    }
}

.careers_open-positions_header_text {
    font-size: 1.4rem;
    color: #a9b1b6;
    text-align: left
}

@media (max-width: 1500px) {
    .careers_open-positions_header_text {
        font-size:1.8rem
    }
}

.careers_open-positions_body_department {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 100px
}

.careers_open-positions_body_department_title {
    color: #fff;
    padding: 0 2.5%;
    margin-bottom: 34px
}

.careers_open-positions_body_department_title h3 {
    font-size: 24px;
    letter-spacing: 0.4px;
    line-height: 24px
}

@media only screen and (max-width: 1024px) {
    .careers_open-positions_body_department_title h3 {
        font-size:18px
    }
}

.careers_open-positions_body_department_jobs {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap
}

.careers_open-positions_body_puzzle {
    padding: 0 2.5%
}

.general_application_career_card {
    background-image: url("../img/img/carrers-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    grid-column: 1 / span 5;
    max-width: 1144px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 50px 70px
}

@media only screen and (max-width: 1024px) {
    .general_application_career_card {
        margin-bottom:10rem
    }
}

@media only screen and (max-width: 500px) {
    .general_application_career_card {
        padding:50px 30px;
        margin-bottom: 20px
    }
}

.general_application_career_card_title {
    color: #fff;
    line-height: 46px;
    letter-spacing: 0.36px;
    font-size: 36px;
    width: 50%;
    padding: 0 100px 0 0;
    margin-bottom: 30px
}

@media only screen and (max-width: 1000px) {
    .general_application_career_card_title {
        width:100%;
        text-align: center;
        padding: 0
    }
}

@media only screen and (max-width: 500px) {
    .general_application_career_card_title {
        font-size:28px;
        line-height: 1.3
    }
}

.general_application_career_card_description {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    width: 40%
}

@media only screen and (max-width: 1000px) {
    .general_application_career_card_description {
        width:100%;
        -webkit-box-align: center;
        align-items: center;
        text-align: center
    }
}

.general_application_career_card_description_text {
    color: #fff;
    line-height: 28px;
    letter-spacing: 0.24px;
    font-size: 16px;
    margin-bottom: 30px
}

.general_application_career_card_description_button {
    width: 160px;
    height: 54px;
    padding: 14px 0 17px
}

.general_application_career_card_description_button a {
    font-size: 2.5rem;
    letter-spacing: 0.6px
}

.indicator-fill {
    background-color: #fff
}

@media only screen and (max-width: 1250px) {
    .careers_open-positions_body_department_title,.careers_open-positions_body_puzzle {
        padding:0 1%
    }

    .careers-position-card_apply {
        padding-right: 3rem
    }
}

@media only screen and (max-width: 1050px) {
    .careers_opportunity_icon-container {
        margin-left:0
    }

    .careers-position-card_description_title {
        max-width: 225px
    }
}

@media only screen and (max-width: 900px) {
    .careers_opportunity {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        position: relative
    }

    .careers_opportunity_text {
        margin: 0;
        position: absolute;
        top: 10rem
    }

    .careers_opportunity_icon-container {
        position: absolute;
        top: 20rem
    }

    .careers_open-positions_body_department_jobs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }

    .careers_benefits {
        margin: -30rem auto 0 auto
    }
}

@media only screen and (max-width: 795px) {
    .careers_header_intro {
        right:10%
    }

    .careers_open-positions {
        grid-template-columns: 1fr;
        grid-column: 1 / span 5
    }

    .reason-cards_career,.careers_open-positions_body_department {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }

    .reason-cards_career_card {
        margin-bottom: 3rem;
        margin-right: auto
    }
}

@media only screen and (max-width: 550px) {
    .careers_intro {
        max-width:35rem
    }

    .careers_benefits {
        width: 43rem
    }

    .careers_benefits_block {
        width: 43rem;
        margin-left: .7rem
    }

    .careers-position-card_description_title {
        max-width: 40vw
    }

    .careers-position-card_apply {
        padding-right: 0
    }
}

@media only screen and (max-width: 490px) {
    .careers_puzzles_link {
        font-size:1.8rem
    }
}

@media only screen and (max-width: 340px) {
    .careers_header_intro {
        right:0;
        margin-top: 0
    }

    .careers-position-card_apply a {
        padding: 8px 15px
    }
}

@media only screen and (max-width: 290px) {
    .careers_puzzles_link {
        font-size:1.5rem
    }
}

.puzzle_title {
    grid-column: 1 / span 5
}

.puzzle_content {
    grid-column: 3;
    width: auto;
    margin: 0 auto;
    letter-spacing: 0.6px;
    color: #C8D1D7;
    font-size: 16px;
    line-height: 2.2
}

@media (max-width: 1500px) {
    .puzzle_content {
        font-size:2.2rem
    }
}

.puzzle_content_puzzle_tablet {
    display: none
}

.puzzle_content_puzzle_tablet_block {
    white-space: pre-wrap
}

.puzzle_content_puzzle_desktop {
    display: block
}

.puzzle_content_puzzle_desktop_block {
    white-space: pre-wrap
}

.puzzle_content_puzzle_mobile {
    display: none
}

.puzzle_content_puzzle_mobile_block {
    white-space: pre-wrap
}

.puzzle_content_intro {
    margin-bottom: 5rem
}

.puzzle_content_intro a {
    color: #00c3ff;
    text-decoration: none
}

.puzzle_content_careers_header {
    font-size: 2.4rem
}

@media (max-width: 1500px) {
    .puzzle_content_careers_header {
        font-size:2.8rem
    }
}

.puzzle_content_careers_text a {
    color: #00c3ff;
    text-decoration: none
}

@media only screen and (max-width: 700px) {
    .puzzle_content_puzzle_desktop {
        display:none
    }

    .puzzle_content_puzzle_tablet {
        display: block
    }

    .puzzle_content_puzzle_mobile {
        display: none
    }
}

@media only screen and (max-width: 520px) {
    .puzzle_content_puzzle_desktop {
        display:none
    }

    .puzzle_content_puzzle_tablet {
        display: none
    }

    .puzzle_content_puzzle_mobile {
        display: block
    }
}

.about {
    grid-column: 1 / span 5
}

.about_mission {
    grid-column: 3;
    margin-top: 7rem;
    max-width: 1144px;
    margin: 0 auto;
    padding: 35px
}

.about_mission_content {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 80px
}

@media only screen and (max-width: 1100px) {
    .about_mission_content {
        display:block
    }
}

.about_mission_content_text {
    width: 40%;
    margin-top: 50px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 1.8;
    color: #a9b1b6
}

@media (max-width: 1500px) {
    .about_mission_content_text {
        font-size:2.2rem
    }
}

@media only screen and (max-width: 1100px) {
    .about_mission_content_text {
        width:100%;
        margin-top: 10px
    }
}

.about_mission_content_products {
    width: 50%
}

@media only screen and (max-width: 1100px) {
    .about_mission_content_products {
        width:100%;
        margin-top: 100px
    }
}

.about_mission_content_products .our-mission-logos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
    grid-gap: 3%
}

.about_mission_content_products .our-mission-logos div:nth-child(1) {
    margin-top: 100px
}

@media only screen and (max-width: 750px) {
    .about_mission_content_products .our-mission-logos div:nth-child(1) {
        margin-top:50px
    }
}

.about_mission_content_products .our-mission-logos div:nth-child(2) {
    margin-top: -30px
}

.about_mission_content_products .our-mission-logos div:nth-child(3) {
    margin-top: 70px
}

@media only screen and (max-width: 750px) {
    .about_mission_content_products .our-mission-logos div:nth-child(3) {
        margin-top:30px
    }
}

.about_mission_content_products .our-mission-logos div:nth-child(4) {
    margin-top: 20px
}

.about_mission_content_products .our-mission-logos div:nth-child(5) {
    margin-top: -110px
}

@media only screen and (max-width: 750px) {
    .about_mission_content_products .our-mission-logos div:nth-child(5) {
        margin-top:-60px
    }
}

.about_mission_content_products .our-mission-logos div:nth-child(6) {
    margin-top: 0px
}

.about_mission_content_products .our-mission-logos div:nth-child(7) {
    margin-top: 10px
}

.about_mission_content_products .our-mission-logos div:nth-child(8) {
    margin-top: -100px
}

@media only screen and (max-width: 750px) {
    .about_mission_content_products .our-mission-logos div:nth-child(8) {
        margin-top:-50px
    }
}

.about_mission_content_products .our-mission-logos div:nth-child(9) {
    margin-top: 10px
}

.about_mission_content_products .our-mission-logos div:nth-child(10) {
    margin-top: -50px;
    grid-column: 2 / span 1
}

.about_mission_content_products .our-mission-logos img {
    width: 100%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.about_mission_content_products .our-mission-logos img:hover {
    -webkit-transform: scale(1.4);
    transform: scale(1.4)
}

.about_core-values {
    grid-column: 3;
    margin-top: 10rem;
    max-width: 1144px;
    margin: 0 auto;
    padding: 35px
}

.about_history {
    grid-column: 3;
    margin-top: 10rem
}

.about_history_title {
    margin-bottom: 15rem
}

.about_mobile_history {
    grid-column: 3;
    margin-top: 10rem
}

.about_investors {
    grid-column: 3;
    margin-top: 10rem
}

.about_news {
    grid-column: 3;
    margin-top: 10rem
}

.about_hiring {
    grid-column: 1 / span 5;
    margin-top: 20rem;
    margin-bottom: -10rem;
    background-image: linear-gradient(-218deg, #023a53 0%, #00c3ff 100%);
    height: 37rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    align-items: center
}

.about_hiring hr {
    height: 0.3rem;
    background-color: #00c3ff;
    width: 6rem;
    margin-top: -1.5rem;
    border: 0
}

.about_hiring_title {
    font-size: 4.8rem;
    color: #fff;
    margin-bottom: -3rem
}

.about_hiring_open-jobs_button {
    padding: 0 40px !important;
    height: 45px;
    color: #fff;
    border: 0px;
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
}

.about_history {
    max-width: 1144px;
    margin: 0 auto
}

.about_history_timeline_header {
    width: 100%;
    text-align: center
}

.about_history_timeline_header img {
    max-width: 84rem
}

.about_history_timeline_years .timeline {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 20px;
    min-height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#111316), to(#00aed9));
    background-image: linear-gradient(to bottom, #111316 0%, #00aed9 100%);
    background-position: center;
    background-size: 2px 100%;
    background-repeat: no-repeat
}

@media only screen and (max-width: 800px) {
    .about_history_timeline_years .timeline {
        -webkit-box-align:start;
        align-items: flex-start;
        background-position: 60px
    }
}

.about_history_timeline_years .timeline .year {
    font-size: 2.4rem;
    color: #00aed9;
    border: 1px solid #00aed9;
    border-radius: 23px;
    text-align: center;
    width: 10rem;
    height: 4.6rem;
    background-color: #111316;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

@media (max-width: 1500px) {
    .about_history_timeline_years .timeline .year {
        font-size:2.8rem
    }
}

.about_history_timeline_years .timeline .time {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 50px 0
}

@media only screen and (max-width: 800px) {
    .about_history_timeline_years .timeline .time {
        width:auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: end;
        align-items: flex-end;
        padding-left: 30px
    }
}

.about_history_timeline_years .timeline .time .mt12 {
    margin-top: 120px
}

@media only screen and (max-width: 800px) {
    .about_history_timeline_years .timeline .time .mt12 {
        margin-top:0px
    }
}

.about_history_timeline_years_future {
    text-transform: uppercase;
    width: 12.5rem;
    height: 12.5rem;
    border: 2px solid #00aed9;
    border-radius: 12.5rem;
    color: #00aed9;
    font-size: 2.4rem;
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 0 auto
}

@media only screen and (max-width: 800px) {
    .about_history_timeline_years_future {
        margin-left:15px
    }
}

.blog {
    grid-column: 3;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    min-height: 125rem
}

.blog_title-section {
    margin-top: -72rem;
    grid-column: 3
}

.blog_header_top-stories {
    grid-column: 3;
    margin-top: -55rem;
    margin-bottom: 8rem
}

.blog_recent-posts {
    margin-top: -40rem;
    margin-right: 5rem
}

.blog_recent-posts_title {
    text-transform: uppercase;
    color: #fff;
    font-size: 2.4rem;
    margin-bottom: 2rem;
    font-weight: 600
}

@media (max-width: 1500px) {
    .blog_recent-posts_title {
        font-size:2.8rem
    }
}

.blog_sidebar {
    margin-top: -40rem;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    height: 70rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.blog_sidebar_follow_title {
    text-transform: uppercase;
    color: #fff;
    font-size: 2.4rem;
    margin-bottom: 2rem;
    font-weight: 600
}

@media (max-width: 1500px) {
    .blog_sidebar_follow_title {
        font-size:2.8rem
    }
}

.blog-post_content table {
    border-collapse: collapse;
    width: 100%
}

.blog-post_content table td {
    border: 1px solid #555;
    padding: 0 10px;
    vertical-align: top
}

@media only screen and (min-width: 1024px) {
    .blog-post_content .img_half {
        width:48%;
        margin-bottom: 10px
    }

    .blog-post_content img:nth-of-type(2n+1).img_half {
        margin-right: 3%
    }
}

@media only screen and (max-width: 600px) {
    .blog {
        min-height:auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse
    }

    .blog_sidebar {
        display: none
    }

    .blog_recent-posts {
        margin-top: -20rem;
        margin-right: 0
    }

    .blog_recent-posts_title {
        width: 40rem;
        margin: 0 auto;
        text-align: center
    }
}

.contact_title {
    grid-column: 1 / span 5
}

.contact_contact-card_container {
    grid-column: 1 / span 5;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 12rem
}

.contact_contact-developer {
    grid-column: 1 / span 5;
    height: auto;
    width: 38rem;
    background-color: #15181c;
    box-shadow: 0px 4px 10px 0px #000000;
    margin: 10rem auto 0 auto;
    position: relative;
    border: 2px solid #00c3ff
}

.contact_contact-developer_title {
    text-align: left;
    width: 30rem;
    margin: 3rem auto 0 auto;
    color: #00c3ff;
    font-size: 16px;
    line-height: 30px;
    font-weight: normal
}

@media (max-width: 1500px) {
    .contact_contact-developer_title {
        font-size:2.2rem
    }
}

.contact_contact-developer_text {
    text-align: left;
    width: 30rem;
    margin: 3rem auto 0 auto;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 3rem
}

@media (max-width: 1500px) {
    .contact_contact-developer_text {
        font-size:2.2rem
    }
}

.contact_contact-developer_full-key {
    text-align: left;
    width: 30rem;
    margin: 3rem auto 0 auto;
    margin-bottom: 3rem
}

.contact_contact-developer_full-key a {
    color: #00c3ff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px
}

@media (max-width: 1500px) {
    .contact_contact-developer_full-key a {
        font-size:2.2rem
    }
}

.contact_contact-developer_link-button_link {
    text-decoration: none;
    cursor: pointer
}

.contact_contact-developer_link-button_link_container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    width: 85%;
    margin: 4rem auto
}

.contact_contact-developer_link-button_link_container_text {
    font-size: 2.4rem;
    text-decoration: none;
    color: #00c3ff;
    font-weight: 600
}

@media (max-width: 1500px) {
    .contact_contact-developer_link-button_link_container_text {
        font-size:2.8rem
    }
}

.contact_contact-developer_link-button_arrow {
    font-size: 5rem;
    color: #00c3ff
}

.contact_pgp-key_modal {
    position: fixed;
    height: 80vh;
    width: 69rem;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    margin: 10rem auto;
    overflow-y: hidden;
    background-color: #21272d;
    border-radius: 8px;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.6);
    padding: 3rem 7.5rem;
    text-align: center
}

.contact_pgp-key_modal_exit {
    color: #00c3ff;
    font-size: 3rem;
    margin-right: 4rem;
    cursor: pointer;
    position: absolute;
    right: -4rem;
    top: 0;
    padding: 2rem
}

.contact_pgp-key_modal_content {
    overflow-y: auto
}

.contact_pgp-key_modal_content_title {
    color: #00c3ff;
    letter-spacing: 0.01em;
    line-height: 38px;
    font-size: 2.4rem;
    font-weight: bold
}

@media (max-width: 1500px) {
    .contact_pgp-key_modal_content_title {
        font-size:2.8rem
    }
}

.contact_pgp-key_modal_content_copy {
    cursor: pointer;
    font-size: 2.2rem;
    color: #fff;
    margin-left: 2rem
}

.contact_pgp-key_modal_content_key {
    color: #fff;
    font-size: 1.4rem;
    border: 1px solid #414448;
    border-radius: 10px;
    padding: 1rem 4rem;
    margin-top: 3rem;
    position: relative;
    overflow-y: scroll;
    height: 60vh
}

@media (max-width: 1500px) {
    .contact_pgp-key_modal_content_key {
        font-size:1.8rem
    }
}

.contact_pgp-key_modal_content_key::-webkit-scrollbar {
    width: 6px;
    background-color: #414448
}

.contact_pgp-key_modal_content_key::-webkit-scrollbar-thumb {
    background-color: #606469
}

.contact_pgp-key_modal_content_key::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #414448
}

.contact_pgp-key_modal_backdrop {
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998
}

#contact-pgp-key-modal {
    display: none
}

#contact-pgp-key-modal-backdrop {
    display: none
}

#pgp-key-pre-formatted {
    display: block;
    text-align: left
}

@media only screen and (max-width: 1750px) {
    .contact_pgp-key_modal {
        width:79rem
    }
}

@media only screen and (max-width: 1500px) {
    .contact_pgp-key_modal {
        width:96rem
    }
}

@media only screen and (max-width: 1090px) {
    .contact_pgp-key_modal {
        margin-top:17rem
    }
}

@media only screen and (max-width: 800px) {
    .contact_contact-card_container {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        margin-top: 0
    }

    .contact_pgp-key_modal {
        width: 80%
    }

    .contact_pgp-key_modal_content_key {
        word-break: break-all
    }
}

.terms_title {
    grid-column: 1 / span 5
}

.terms_container {
    grid-column: 1 / span 5;
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 16px;
    color: #a9b1b6
}

@media (max-width: 1500px) {
    .terms_container {
        font-size:2.2rem
    }
}

.terms_container p {
    margin-bottom: 2rem
}

.terms_container ul {
    margin-left: 5rem;
    margin-bottom: 2rem
}

.terms_container ul li {
    list-style-position: outside
}

.terms_container a {
    color: #a9b1b6;
    font-weight: bold
}

.terms_container h3 {
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    font-size: 22px;
    line-height: 1.5
}

.terms_container h4 {
    margin-top: 2.5rem;
    margin-bottom: 2rem
}

.privacy_title {
    grid-column: 1 / span 5
}

.privacy_container {
    grid-column: 1 / span 5;
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 16px;
    color: #a9b1b6
}

@media (max-width: 1500px) {
    .privacy_container {
        font-size:2.2rem
    }
}

.privacy_container h3 {
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    font-size: 25px;
    line-height: 1.5
}

.privacy_container h4 {
    margin-top: 2.5rem;
    margin-bottom: 2rem
}

.page-404_container {
    grid-column: 1 / span 5;
    position: relative
}

.page-404_container img {
    width: 100%
}

.page-404_container_button_container {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 20rem
}

.page-404_container_button {
    width: 15rem;
    height: 4rem;
    border: 0px;
    display: block;
    margin: 0 auto
}

.page-404_container_button_link {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer
}

@media (max-width: 1500px) {
    .page-404_container_button_link {
        font-size:2.2rem
    }
}

@media only screen and (max-width: 1050px) {
    .page-404_container_button_container {
        bottom:12rem
    }
}

@media only screen and (max-width: 800px) {
    .page-404_container_button_container {
        bottom:6rem
    }
}

@media only screen and (max-width: 550px) {
    .page-404_container_button_container {
        bottom:2rem
    }
}

.page-403_container {
    grid-column: 1 / span 5;
    position: relative
}

.page-403_container img {
    width: 100%
}

.page-403_container_button_container {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 20rem
}

.page-403_container_button {
    width: 15rem;
    height: 4rem;
    border: 0px;
    display: block;
    margin: 0 auto
}

.page-403_container_button_link {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer
}

@media (max-width: 1500px) {
    .page-403_container_button_link {
        font-size:2.2rem
    }
}

@media only screen and (max-width: 1050px) {
    .page-403_container_button_container {
        bottom:12rem
    }
}

@media only screen and (max-width: 800px) {
    .page-403_container_button_container {
        bottom:6rem
    }
}

@media only screen and (max-width: 550px) {
    .page-403_container_button_container {
        bottom:2rem
    }
}

.patent_navigation-menu {
    grid-column: 3;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    align-items: center;
    border: 1px solid #1C2127
}

.patent_navigation-menu_item {
    font-weight: bold;
    display: block;
    padding: 1.5rem;
    height: 100%
}

.patent-agreement_title {
    grid-column: 1 / span 5
}

.patent-agreement_container {
    grid-column: 1 / span 5;
    width: 60%;
    margin: 0 auto;
    font-size: 16px;
    color: #a9b1b6
}

@media (max-width: 1500px) {
    .patent-agreement_container {
        font-size:2.2rem
    }
}

.patent-agreement_container h3 {
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    text-align: center
}

.patent-agreement_container h4 {
    margin-top: 2.5rem;
    margin-bottom: 2rem
}

.patent-agreement_container a {
    color: #00c3ff;
    text-decoration: none
}

.patent-agreement_container p {
    margin-top: 2rem;
    margin-bottom: 3rem
}

.patent-faq_title {
    grid-column: 1 / span 5
}

.patent-faq_container {
    grid-column: 1 / span 5;
    width: 60%;
    margin: 0 auto;
    font-size: 16px;
    color: #a9b1b6
}

@media (max-width: 1500px) {
    .patent-faq_container {
        font-size:2.2rem
    }
}

.patent-faq_container h3 {
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    text-align: center
}

.patent-faq_container h4 {
    margin-top: 2.5rem;
    margin-bottom: 2rem
}

.patent-faq_container a {
    color: #00c3ff;
    text-decoration: none
}

.patent-faq_container p {
    margin-top: 2rem;
    margin-bottom: 3rem
}

.patent-faq_container ul {
    list-style: none
}

.patent-faq_container ul li {
    margin-left: 4rem
}

.patent-pledge_title {
    grid-column: 1 / span 5
}

.patent-pledge_container {
    grid-column: 1 / span 5;
    width: 60%;
    margin: 0 auto;
    font-size: 16px;
    color: #a9b1b6
}

@media (max-width: 1500px) {
    .patent-pledge_container {
        font-size:2.2rem
    }
}

.patent-pledge_container h3 {
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    text-align: center
}

.patent-pledge_container h4 {
    margin-top: 2.5rem;
    margin-bottom: 2rem
}

.patent-pledge_container a {
    color: #00c3ff;
    text-decoration: none
}

.patent-pledge_container p {
    margin-top: 2rem;
    margin-bottom: 3rem
}

.press-release {
    margin-top: 10rem !important
}

.press {
    grid-column: 1 / span 5;
    width: 80%;
    max-width: 140rem;
    margin: 0 auto
}

.press_articles {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: flex-start
}

@media only screen and (max-width: 1024px) {
    .press-release {
        margin-top:100px !important
    }
}

@media only screen and (max-width: 1200px) {
    .press_articles {
        -webkit-box-pack:justify;
        justify-content: space-between
    }
}

@media only screen and (max-width: 600px) {
    .press {
        -webkit-box-orient:vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse
    }
}

.mining_subpage .header-new_backdrop_mining {
    left: 0;
    top: -30rem
}

@media only screen and (max-width: 1000px) {
    .mining_subpage .header-new_backdrop_mining {
        top:-30rem
    }
}

.mining_subpage .header-new_backdrop {
    width: 100%
}

.secondary_header_mining {
    grid-column: 1 / span 5;
    color: #fff;
    width: 100%;
    height: 90vh;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-align: center
}

@media only screen and (max-width: 500px) {
    .secondary_header_mining {
        height:90vh
    }
}

.secondary_header_mining_title {
    font-size: 48px;
    font-weight: bold;
    display: block;
    max-width: 670px;
    line-height: 1.3;
    margin-top: -15vh
}

@media only screen and (max-width: 500px) {
    .secondary_header_mining_title {
        max-width:90%;
        font-size: 26px
    }
}

.secondary_header_mining_text {
    font-size: 18px;
    font-weight: 500;
    display: block;
    max-width: 650px;
    margin-top: 30px
}

@media only screen and (max-width: 500px) {
    .secondary_header_mining_text {
        max-width:90%
    }
}

.energy-header {
    background-image: url("../img/img/mining_energy_globe_header.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 0;
    -webkit-animation: 2s ease forwards .5s bg-size-energy;
    animation: 2s ease forwards .5s bg-size-energy
}

@media only screen and (max-width: 500px) {
    .energy-header {
        background-image:url("../img/img/mining_energy_globe_header_mobile.png")
    }
}

.colocation-header {
    background-image: url("../img/img/mining_subpage.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0;
    -webkit-animation: 2s ease forwards .5s bg-size-colocation;
    animation: 2s ease forwards .5s bg-size-colocation
}

.mining {
    grid-column: 1 / span 5
}

.mining_overview {
    grid-column: 1 / span 5;
    padding: 30px;
    max-width: 1300px;
    margin: 0 auto
}

.mining_overview h3 {
    padding: 0;
    margin: 200px 0 50px 0;
    line-height: 1.3
}

@media only screen and (max-width: 500px) {
    .mining_overview h3 {
        font-size:30px
    }
}

.mining_overview_services {
    display: -webkit-box;
    display: flex;
    flex-flow: wrap;
    margin-top: 30px;
    margin-bottom: 200px;
    -webkit-box-pack: center;
    justify-content: center
}

.mining_overview_services_card {
    color: #fff;
    width: 362px;
    opacity: 0.8;
    background-color: #20252c;
    padding: 41px 46px 36px 40px
}

.mining_overview_services_card:nth-child(2) {
    margin-right: 30px;
    margin-left: 30px
}

@media only screen and (max-width: 1252px) {
    .mining_overview_services_card:nth-child(2) {
        margin-right:2%;
        margin-left: 2%
    }
}

@media only screen and (max-width: 900px) {
    .mining_overview_services_card:nth-child(2) {
        margin-right:0;
        margin-left: 0
    }
}

@media only screen and (max-width: 1252px) {
    .mining_overview_services_card {
        width:31%
    }
}

@media only screen and (max-width: 900px) {
    .mining_overview_services_card {
        width:100%;
        margin-bottom: 30px;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        text-align: center
    }
}

.mining_overview_services_card_logo {
    width: 90px;
    height: 90px;
    margin-bottom: 27px;
    background-color: #2b313b;
    border-radius: 100%
}

.mining_overview_services_card_title {
    font-weight: bold;
    font-size: 24px
}

.mining_overview_services_card_content {
    font-size: 16px;
    margin: 17px 0;
    color: #c3cdd3
}

.mining_overview_services_card_link {
    font-size: 16px;
    color: #dd1f48;
    text-decoration: none;
    font-weight: 500
}

.mining_overview_services_card_link:hover {
    color: white;
    -webkit-transition: 0.1s ease-in;
    transition: 0.1s ease-in
}

.mining_overview_section2 {
    margin-bottom: 100px
}

@media only screen and (min-width: 800px) {
    .mining_overview_section2 .headline-row_block_content {
        max-width:370px
    }

    .mining_overview_section2 .headline-row_block_content_title {
        font-size: 36px;
        line-height: 1.2
    }

    .mining_overview_section2 .headline-row_block_content_text {
        font-size: 16px;
        width: 390px
    }
}

@media only screen and (max-width: 800px) {
    .mining_overview_section2 .headline-row_block_content_title {
        width:40rem
    }

    .mining_overview_section2 .headline-row_block_content_text {
        width: 40rem;
        color: #c3cdd3
    }
}

.mining_sponsors {
    margin-bottom: 15rem;
    grid-column: 1 / span 5;
    max-width: 1144px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 140px;
    flex-wrap: wrap
}

@media only screen and (max-width: 700px) {
    .mining_sponsors {
        max-width:90%;
        margin-top: -10vw
    }
}

.mining_sponsors_logo {
    padding: 20px 50px
}

@media only screen and (max-width: 940px) {
    .mining_sponsors_logo {
        width:50%;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width: 500px) {
    .mining_sponsors_logo img {
        width:130px
    }
}

.mining_contact-sales {
    grid-column: 1 / span 5;
    max-width: 1144px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    margin: 0 auto;
    background-color: #1d2127;
    padding: 50px 70px;
    margin-bottom: 180px;
    background-image: url("../img/img/mining_contact_sales_laser_bg.svg");
    background-size: 2000px;
    background-position: -650px;
    background-repeat: no-repeat;
    box-shadow: 0 66px 95px 0 rgba(0,0,0,0.4)
}

@media only screen and (max-width: 500px) {
    .mining_contact-sales {
        padding:50px 30px
    }
}

.mining_contact-sales_title {
    font-size: 36px;
    font-weight: bold;
    width: 50%;
    line-height: 1.3;
    padding: 0 100px 0 0;
    margin-bottom: 30px
}

@media only screen and (max-width: 1000px) {
    .mining_contact-sales_title {
        width:100%;
        text-align: center;
        padding: 0
    }
}

@media only screen and (max-width: 500px) {
    .mining_contact-sales_title {
        font-size:28px
    }
}

.mining_contact-sales_col2 {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    width: 50%
}

@media only screen and (max-width: 1000px) {
    .mining_contact-sales_col2 {
        width:100%;
        -webkit-box-align: center;
        align-items: center;
        text-align: center
    }
}

.mining_contact-sales_col2_text {
    font-size: 16px;
    color: #c3cdd3;
    margin-bottom: 30px
}

.mining_join {
    padding-top: 20rem;
    grid-column: 1 / span 5;
    height: 60rem;
    margin-bottom: 20rem
}

.mining_join-network {
    margin: 10rem 0;
    grid-column: 1 / span 5
}

.mining_join-network_button {
    display: block;
    margin: 0 auto;
    width: 21rem;
    height: 4.5rem;
    color: #fff;
    border: 0px;
    font-size: 1.4rem;
    cursor: pointer;
    margin-top: 5rem !important
}

@media (max-width: 1500px) {
    .mining_join-network_button {
        font-size:1.8rem
    }
}

.mining_join-network_button-container {
    position: relative;
    z-index: 1000
}

.mining_join-network a {
    text-decoration: none
}

.mining_join-network .title-section_text {
    margin-bottom: 5rem
}

.mining_multi-bullet-section {
    grid-column: 1 / span 5;
    margin: 0 auto 4rem auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    max-width: 1200px
}

.mining_multi-bullet-section_image {
    height: auto;
    width: 60rem;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 10rem 0
}

.mining_multi-bullet-section_image img {
    width: 90%
}

.mining_headline-rows {
    margin-top: 15rem;
    margin-bottom: 12rem;
    grid-column: 1/5;
    padding: 0 35px
}

.mining_headline-rows .headline-row_block_content {
    max-width: 421px
}

.mining_headline-rows .headline-row_block_content_title {
    font-size: 36px;
    line-height: 1.28
}

.mining_headline-rows .headline-row_block_content_text {
    font-size: 16px
}

.mining_join-network {
    grid-column: 1 / span 5
}

.mining_join-network_button {
    display: block;
    margin: 0 auto;
    width: 21rem;
    height: 4.5rem;
    color: #fff;
    border: 0px;
    font-size: 1.4rem;
    cursor: pointer
}

@media (max-width: 1500px) {
    .mining_join-network_button {
        font-size:1.8rem
    }
}

.mining_join-network_button-container {
    position: relative;
    z-index: 1000
}

.mining_join-network a {
    text-decoration: none
}

.mining_join .product-form_container {
    height: auto
}

.reason-cards-mining {
    background: none
}

.reason-cards-mining .reason-card {
    background: none
}

.reason-cards-mining .reason-card_image {
    display: block;
    border-radius: 100%;
    height: 90px;
    width: 90px;
    background-color: #1a1e24;
    margin-bottom: 27px
}

.reason-cards-mining .reason-card_text {
    font-size: 16px;
    width: 25rem
}

@media only screen and (max-width: 1150px) {
    .mining_multi-bullet-section {
        width:90%;
        justify-content: space-around
    }

    .mining_multi-bullet-section_image {
        width: 40rem
    }

    .mining_multi-bullet-section_image img {
        width: 100%
    }
}

@media only screen and (max-width: 975px) {
    .mining_join-network {
        margin-top:25rem
    }
}

@media only screen and (max-width: 820px) {
    .mining_multi-bullet-section {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        width: 90%
    }

    .mining_multi-bullet-section_left {
        align-self: center
    }

    .mining_multi-bullet-section_right {
        align-self: center
    }

    .mining_multi-bullet-section_image {
        height: auto;
        width: 85%;
        margin-top: 7rem;
        margin-bottom: 7rem
    }

    .mining_multi-bullet-section_image img {
        width: 90%
    }
}

@media only screen and (max-width: 850px) {
    .mining_join {
        height:100rem
    }
}

@media only screen and (max-width: 750px) {
    .mining_join {
        height:115rem
    }
}

@media only screen and (max-width: 600px) {
    .mining_join {
        height:185rem
    }

    .mining_join-network_button {
        margin-top: 0
    }
}

@-webkit-keyframes bg-size-colocation {
    from {
        background-size: 4vh
    }

    to {
        background-size: 110vh
    }
}

@keyframes bg-size-colocation {
    from {
        background-size: 4vh
    }

    to {
        background-size: 110vh
    }
}

@-webkit-keyframes bg-size-energy {
    from {
        background-size: 1vh
    }

    to {
        background-size: 120vh
    }
}

@keyframes bg-size-energy {
    from {
        background-size: 1vh
    }

    to {
        background-size: 120vh
    }
}

.financial {
    grid-column: 1 / span 5;
    padding: 27px 0;
    margin-top: -150px
}

@media only screen and (max-width: 1024px) {
    .financial {
        margin-top:-50px
    }
}

.financial_section-two {
    margin-top: 15rem;
    margin-bottom: 12rem;
    padding: 0 27px
}

.financial_section-two .amp-link {
    color: #3891CE;
    text-decoration: none
}

.financial_section-two .amp-link:hover {
    color: #fff
}

.financial_section-two .tooltip {
    display: inline;
    position: relative;
    cursor: pointer
}

.financial_section-two .tooltip:hover:after {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    background: #171a1f;
    box-shadow: 0px 2px 8px #0b0e11;
    color: #fff;
    content: "Subject to finding a matching buyer or market liquidity.";
    font-size: 17px;
    padding: 20px;
    width: 300px;
    position: absolute;
    left: -100px;
    top: 30px
}

@media only screen and (max-width: 700px) {
    .financial_section-two .tooltip:hover:after {
        position:relative;
        left: 0;
        width: 100%;
        top: 20px
    }
}

.financial_section-three {
    padding: 0 27px
}

.financial_section-three_grid {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    flex-flow: wrap
}

.financial_section-three_grid .reason-card:nth-child(2) {
    margin-left: 10%
}

@media only screen and (max-width: 800px) {
    .financial_section-three_grid .reason-card:nth-child(2) {
        margin-left:2rem
    }
}

@media only screen and (max-width: 700px) {
    .financial_section-three_grid .reason-card_title,.financial_section-three_grid .reason-card_text {
        width:70%;
        margin: 0 auto;
        text-align: center
    }
}

@media only screen and (max-width: 700px) {
    .financial_section-three_grid .reason-card_image {
        margin:0 auto;
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 700px) {
    .financial_section-three_grid .reason-card {
        width:auto;
        margin-bottom: 60px
    }
}

.financial_section-three_grid .reason-card .tooltip {
    display: inline;
    position: relative;
    cursor: pointer
}

.financial_section-three_grid .reason-card .tooltip:hover:after {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    background: #171a1f;
    box-shadow: 0px 2px 8px #0b0e11;
    color: #fff;
    content: "Although the BMU structure includes a 10% buffer, greater-than-anticipated hardware degradation may lead to reduced hashrate over time.";
    font-size: 17px;
    padding: 20px;
    width: 300px;
    position: absolute;
    left: 30px;
    top: 0px
}

@media only screen and (max-width: 700px) {
    .financial_section-three_grid .reason-card .tooltip:hover:after {
        position:relative;
        left: 0;
        top: 20px
    }
}

.financial_section-youtube {
    margin: 90px auto;
    max-width: 105rem;
    width: 100%;
    padding: 0 27px
}

@media only screen and (max-width: 600px) {
    .financial_section-youtube {
        padding:0 5px
    }
}

.financial_section-youtube_wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

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

.financial .dashboard-wrapper {
    width: 100%;
    background-color: #0d0f11;
    padding-top: 10rem;
    padding-bottom: 15rem;
    margin-top: 10rem
}

.financial .mining_note {
    padding: 0 27px;
    margin: auto;
    max-width: 940px;
    color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

@media only screen and (max-width: 1025px) {
    .financial .mining_note {
        padding:0 3rem
    }
}

.financial .mining_note_top {
    padding-top: 3.2rem;
    position: relative;
    line-height: 1;
    color: #3fabe8;
    border-radius: 4px 4px 0 0
}

.financial .mining_note_top h3 {
    font-size: 18px;
    letter-spacing: 0.45px;
    font-weight: bold
}

.financial .mining_note_header {
    padding-top: 3.2rem;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 52px;
    position: relative;
    border-radius: 0 0 4px 4px
}

@media only screen and (max-width: 605px) {
    .financial .mining_note_header {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
}

.financial .mining_note_header_value {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 500;
    -webkit-box-flex: 1;
    flex: 1;
    height: 100%;
    max-width: 440px;
    background-color: rgba(43,49,59,0.5);
    padding: 5.45rem;
    border-radius: 4px;
    margin-right: 6.9rem
}

@media only screen and (min-width: 1500px) {
    .financial .mining_note_header_value {
        padding:4rem
    }
}

@media only screen and (max-width: 880px) {
    .financial .mining_note_header_value {
        padding:24px;
        width: 100%
    }
}

@media only screen and (max-width: 750px) {
    .financial .mining_note_header_value {
        margin-right:1rem
    }
}

@media only screen and (max-width: 605px) {
    .financial .mining_note_header_value {
        margin-bottom:24px;
        margin-right: auto
    }
}

@media only screen and (max-width: 350px) {
    .financial .mining_note_header_value {
        padding:18px
    }
}

.financial .mining_note_header_value img {
    width: 6.5rem;
    height: auto;
    display: inline-block;
    margin-right: 6rem;
    align-self: flex-start
}

@media only screen and (min-width: 1500px) {
    .financial .mining_note_header_value img {
        width:5rem;
        margin-right: 2rem
    }
}

@media only screen and (max-width: 880px) {
    .financial .mining_note_header_value img {
        width:4rem;
        margin-right: 2rem
    }
}

@media only screen and (max-width: 350px) {
    .financial .mining_note_header_value img {
        width:4rem
    }
}

@media only screen and (max-width: 290px) {
    .financial .mining_note_header_value img {
        width:3rem
    }
}

.financial .mining_note_header_value div {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.financial .mining_note_header_value_logo {
    width: 60px
}

.financial .mining_note_header_value_subtext {
    font-size: 1.81rem;
    font-weight: 500;
    opacity: 0.75;
    color: rgba(99,109,127,0.8)
}

@media only screen and (max-width: 350px) {
    .financial .mining_note_header_value_subtext {
        font-size:14px
    }
}

@media only screen and (max-width: 290px) {
    .financial .mining_note_header_value_subtext {
        font-size:10px
    }
}

.financial .mining_note_header_value_text {
    -webkit-box-flex: 1;
    flex: 1;
    font-size: 4.4rem;
    line-height: 1;
    padding-bottom: 0.5rem
}

@media only screen and (min-width: 1500px) {
    .financial .mining_note_header_value_text {
        font-size:3.4rem
    }
}

@media only screen and (max-width: 880px) {
    .financial .mining_note_header_value_text {
        font-size:3.64rem
    }
}

@media only screen and (max-width: 350px) {
    .financial .mining_note_header_value_text {
        font-size:2.64rem
    }
}

.financial .mining_note_header_value_value {
    padding-right: 3.64rem;
    line-height: 1
}

@media only screen and (max-width: 880px) {
    .financial .mining_note_header_value_value {
        padding-bottom:1rem
    }
}

.financial .mining_note_header_mined {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 500;
    -webkit-box-flex: 1;
    flex: 1;
    border-radius: 0 0 4px 0;
    max-width: 440px;
    background-color: rgba(43,49,59,0.5);
    padding: 5.45rem;
    border-radius: 4px
}

@media only screen and (min-width: 1500px) {
    .financial .mining_note_header_mined {
        padding:4rem
    }
}

@media only screen and (max-width: 880px) {
    .financial .mining_note_header_mined {
        padding:24px;
        width: 100%
    }
}

@media only screen and (max-width: 350px) {
    .financial .mining_note_header_mined {
        padding:18px
    }
}

.financial .mining_note_header_mined_value {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.financial .mining_note_header_mined_value_subtext {
    font-size: 1.81rem;
    font-weight: 500;
    opacity: 0.75;
    color: rgba(99,109,127,0.8)
}

@media only screen and (max-width: 350px) {
    .financial .mining_note_header_mined_value_subtext {
        font-size:14px
    }
}

@media only screen and (max-width: 290px) {
    .financial .mining_note_header_mined_value_subtext {
        font-size:10px
    }
}

.financial .mining_note_header_mined_value_text {
    font-size: 4.4rem;
    line-height: 1;
    padding-bottom: 0.5rem
}

@media only screen and (min-width: 1500px) {
    .financial .mining_note_header_mined_value_text {
        font-size:3.4rem
    }
}

@media only screen and (max-width: 880px) {
    .financial .mining_note_header_mined_value_text {
        font-size:3.64rem
    }
}

@media only screen and (max-width: 350px) {
    .financial .mining_note_header_mined_value_text {
        font-size:2.64rem
    }
}

.financial .mining_note_header_mined img {
    width: 7.1rem;
    height: auto;
    display: inline-block;
    margin-right: 6rem;
    align-self: flex-start
}

@media only screen and (min-width: 1500px) {
    .financial .mining_note_header_mined img {
        width:5rem;
        margin-right: 2rem
    }
}

@media only screen and (max-width: 880px) {
    .financial .mining_note_header_mined img {
        width:4rem;
        margin-right: 2rem
    }
}

@media only screen and (max-width: 350px) {
    .financial .mining_note_header_mined img {
        width:4rem
    }
}

@media only screen and (max-width: 290px) {
    .financial .mining_note_header_mined img {
        width:3rem
    }
}

.financial .mining_note_header_mined_text {
    font-size: 36px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal
}

.financial .mining_note_header_mined_subtext {
    font-size: 1.81rem;
    font-weight: 500;
    opacity: 0.75;
    color: rgba(99,109,127,0.8)
}

@media only screen and (max-width: 350px) {
    .financial .mining_note_header_mined_subtext {
        font-size:14px
    }
}

@media only screen and (max-width: 290px) {
    .financial .mining_note_header_mined_subtext {
        font-size:10px
    }
}

.financial .mining_note_globaldata {
    width: 100%;
    margin-bottom: 66px
}

.financial .mining_note_globaldata_title h3 {
    font-size: 18px;
    letter-spacing: 0.45px;
    font-weight: bold;
    color: #3fabe8
}

.financial .mining_note_globaldata_value {
    width: 100%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.financial .mining_note_globaldata_value>div {
    flex-basis: 33.333333%;
    margin-top: 36px
}

@media only screen and (max-width: 880px) {
    .financial .mining_note_globaldata_value>div {
        flex-basis:50%;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: justify;
        justify-content: space-between
    }
}

@media only screen and (max-width: 325px) {
    .financial .mining_note_globaldata_value>div {
        flex-basis:100%
    }
}

.financial .mining_note_globaldata_value_subtext {
    font-size: 1.81rem;
    font-weight: 500;
    opacity: 0.75;
    color: rgba(99,109,127,0.8);
    margin-bottom: 7px
}

@media only screen and (max-width: 350px) {
    .financial .mining_note_globaldata_value_subtext {
        font-size:14px
    }
}

@media only screen and (max-width: 290px) {
    .financial .mining_note_globaldata_value_subtext {
        font-size:10px
    }
}

.financial .mining_note_globaldata_value_text {
    font-size: 21px
}

.financial .mining_note_globaldata_value_text span {
    font-size: 1.81rem;
    font-weight: 500;
    opacity: 0.75;
    color: rgba(99,109,127,0.8)
}

@media only screen and (max-width: 350px) {
    .financial .mining_note_globaldata_value_text span {
        font-size:14px
    }
}

@media only screen and (max-width: 290px) {
    .financial .mining_note_globaldata_value_text span {
        font-size:10px
    }
}

.financial .mining_note_chart {
    margin-bottom: 4.3rem;
    padding-top: 3.2rem;
    border-radius: 4px
}

.financial .mining_note_chart_title {
    position: relative;
    color: #3fabe8;
    line-height: 1;
    margin-bottom: 3.2rem
}

.financial .mining_note_chart_title h3 {
    font-size: 18px;
    letter-spacing: 0.45px;
    font-weight: bold
}

.financial .mining_note_chart_canvas {
    height: 45vh;
    width: 103%;
    padding-bottom: 3.3rem;
    margin-left: -10px
}

@media only screen and (max-width: 350px) {
    .financial .mining_note_chart_canvas {
        padding:0 1rem 1rem 0
    }
}

.financial .mining_note_chart_canvas canvas {
    z-index: 1000
}

.financial .mining_note_progress_value {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap
}

@media only screen and (max-width: 880px) {
    .financial .mining_note_progress_value {
        justify-content:space-around
    }
}

.financial .mining_note_progress_value>div {
    padding: 3.7rem 2rem 3rem 3.6rem;
    border-radius: 4px;
    max-width: 300px;
    max-height: 140px;
    background-color: rgba(43,49,59,0.5);
    margin-bottom: 2rem;
    flex-basis: 32%
}

@media only screen and (min-width: 1500px) {
    .financial .mining_note_progress_value>div {
        padding:3.7rem 2rem 3rem 2rem
    }
}

@media only screen and (max-width: 880px) {
    .financial .mining_note_progress_value>div {
        max-width:100%;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: justify;
        justify-content: space-between;
        padding: 2rem
    }
}

@media only screen and (max-width: 520px) {
    .financial .mining_note_progress_value>div {
        flex-basis:100%;
        padding: 3.7rem 2rem 3rem 3.6rem
    }
}

.financial .mining_note_progress_value_subtext {
    font-size: 1.81rem;
    font-weight: 500;
    opacity: 0.75;
    color: rgba(99,109,127,0.8);
    font-size: 2.1rem;
    padding-bottom: 7px
}

@media only screen and (max-width: 350px) {
    .financial .mining_note_progress_value_subtext {
        font-size:14px
    }
}

@media only screen and (max-width: 290px) {
    .financial .mining_note_progress_value_subtext {
        font-size:10px
    }
}

.financial .mining_note_progress_value_text {
    font-size: 3.2rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

@media only screen and (min-width: 1900px) {
    .financial .mining_note_progress_value_text {
        font-size:2.8rem
    }
}

.financial .mining_note_progress_value_text .arrow {
    margin-left: 10px;
    width: 12px;
    height: 7px;
    display: inline-block
}

.financial .mining_note_progress_value_text .arr-down {
    background: url("../img/financial/arrow-green.svg");
    background-size: cover;
    background-repeat: no-repeat
}

.financial .mining_note_progress_value_text .arr-up {
    background: url("../img/financial/arrow-red.svg");
    background-size: cover;
    background-repeat: no-repeat
}

.financial .mining_note_body {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center
}

@media only screen and (max-width: 880px) {
    .financial .mining_note_body {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: normal;
        align-items: normal
    }
}

@media only screen and (max-width: 500px) {
    .financial .mining_note_body {
        padding-left:20px;
        padding-right: 20px
    }
}

.financial .mining_note_body_mined {
    display: -webkit-box;
    display: flex;
    margin: 2%;
    padding: 3%;
    margin-right: 3%;
    background: #475361;
    border-radius: 12px;
    align-self: center;
    max-width: 40%;
    -webkit-box-flex: 1;
    flex: 1
}

@media only screen and (max-width: 880px) {
    .financial .mining_note_body_mined {
        width:100%;
        max-width: 100%;
        padding: 10%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        margin: 0
    }
}

.financial .mining_note_body_mined_value {
    margin-left: 10%
}

@media only screen and (max-width: 880px) {
    .financial .mining_note_body_mined_value {
        margin:20px 0 0 0
    }
}

.financial .mining_note_body_mined_value_text {
    font-size: 28px !important;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal
}

.financial .mining_note_body_mined_value_subtext {
    opacity: 0.5;
    font-size: 16px !important;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal
}

.financial .mining_note_body_term {
    margin-bottom: 58px;
    -webkit-box-flex: 1;
    flex: 1
}

.financial .mining_note_body_term_length {
    font-size: 18px;
    letter-spacing: 0.45px;
    font-weight: bold;
    color: #3fabe8;
    margin-bottom: 1.36rem
}

.financial .mining_note_body_term_date {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-size: 2.2rem;
    color: #c3cdd3;
    -webkit-box-align: center;
    align-items: center
}

@media only screen and (max-width: 450px) {
    .financial .mining_note_body_term_date {
        font-size:1.8rem
    }
}

@media only screen and (max-width: 330px) {
    .financial .mining_note_body_term_date {
        -webkit-box-align:start;
        align-items: flex-start
    }
}

@media only screen and (max-width: 330px) {
    .financial .mining_note_body_term_date_end {
        text-align:end
    }
}

.financial .mining_note_body_term_progress {
    display: -webkit-box;
    display: flex;
    overflow: hidden;
    height: 1.82rem;
    margin-bottom: 1rem
}

.financial .mining_note_body_term_progress .progress-bar {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    color: #c3cdd3;
    text-align: center;
    white-space: nowrap;
    background-color: #282d36;
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.6)
}

.financial .mining_note_body_term_progress .progress-val {
    background-color: #3fabe8
}

.financial .mining_note_body_term_daysinterm {
    font-size: 2.2rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #c3cdd3
}

@media only screen and (max-width: 450px) {
    .financial .mining_note_body_term_daysinterm {
        font-size:1.8rem
    }
}

.financial .mining_note_footer {
    margin: auto;
    font-size: 14px;
    font-style: italic;
    color: #d0d0d0;
    display: block;
    background: #19222C;
    padding: 30px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.financial .mining_note_footer i {
    font-size: 20px;
    margin-right: 20px
}

.financial_section-four {
    margin-bottom: 15rem;
    padding: 0 27px
}

.financial_section-four_grid {
    display: -webkit-box;
    display: flex;
    flex-flow: wrap;
    max-width: 1144px;
    margin: auto;
    box-shadow: 0px 2px 8px #0b0e11
}

.financial_section-four_grid .financial_how_card {
    width: 20%;
    padding: 30px 20px;
    background-color: #171a1f;
    color: #ffffff;
    font-size: 17px;
    text-align: center;
    border-right: 1px solid #474d57;
    position: relative
}

.financial_section-four_grid .financial_how_card .icon {
    color: #3DABE8;
    font-size: 45px;
    margin-top: 4px;
    margin-bottom: 30px
}

@media only screen and (max-width: 870px) {
    .financial_section-four_grid .financial_how_card .icon {
        margin:0;
        width: 80px;
        margin-right: 30px;
        margin-left: 10px
    }
}

.financial_section-four_grid .financial_how_card:before {
    position: absolute;
    content: " ";
    display: -webkit-box;
    display: flex;
    width: 0px;
    height: 0px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #474d57;
    -webkit-border-image: initial;
    -o-border-image: initial;
    border-image: initial;
    top: 50px;
    right: -20px;
    z-index: 10
}

.financial_section-four_grid .financial_how_card:after {
    position: absolute;
    content: " ";
    display: -webkit-box;
    display: flex;
    width: 0px;
    height: 0px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #171b20;
    -webkit-border-image: initial;
    -o-border-image: initial;
    border-image: initial;
    top: 50px;
    right: -19px;
    z-index: 20
}

.financial_section-four_grid .financial_how_card .tooltip {
    display: inline;
    position: relative;
    cursor: pointer
}

.financial_section-four_grid .financial_how_card .tooltip:hover:after {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    background: #171a1f;
    box-shadow: 0px 2px 8px #0b0e11;
    color: #fff;
    content: "Subject to finding a matching buyer or market liquidity.";
    font-size: 17px;
    padding: 20px;
    width: 300px;
    position: absolute;
    top: 40px;
    z-index: 100
}

@media only screen and (max-width: 700px) {
    .financial_section-four_grid .financial_how_card .tooltip:hover:after {
        top:30px;
        width: 200px;
        left: -150px
    }
}

@media only screen and (max-width: 870px) {
    .financial_section-four_grid .financial_how_card {
        width:100%;
        border-right: none;
        border-bottom: 1px solid #474d57;
        display: -webkit-box;
        display: flex;
        text-align: left;
        -webkit-box-align: center;
        align-items: center
    }

    .financial_section-four_grid .financial_how_card:before {
        border-width: 10px;
        border-style: solid;
        border-color: #474d57 transparent transparent;
        -webkit-border-image: initial;
        -o-border-image: initial;
        border-image: initial;
        top: auto;
        right: auto;
        bottom: -20px;
        left: 45px;
        inset: auto auto -20px 45px
    }

    .financial_section-four_grid .financial_how_card:after {
        border-width: 10px;
        border-style: solid;
        border-color: #1e2026 transparent transparent;
        -webkit-border-image: initial;
        -o-border-image: initial;
        border-image: initial;
        top: auto;
        right: auto;
        bottom: -19px;
        left: 45px;
        inset: auto auto -19px 45px
    }
}

.financial_section-four_grid .financial_how_card:nth-last-child(1) {
    border-right: none
}

.financial_section-four_grid .financial_how_card:nth-last-child(1):before {
    display: none
}

.financial_section-four_grid .financial_how_card:nth-last-child(1):after {
    display: none
}

.financial_section_five {
    margin-bottom: 15rem;
    padding: 0 27px
}

.financial_section_five_products_block {
    display: -webkit-box;
    display: flex;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 1144px;
    margin: 5rem auto 0;
    width: 100%
}

@media only screen and (max-width: 1023px) {
    .financial_section_five_products_block {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center
    }
}

.financial_section_five_products_block .ms_card {
    margin-right: 0
}

@media only screen and (max-width: 1023px) {
    .financial_section_five_products_block .ms_card {
        width:100%;
        margin-bottom: 15px
    }
}

.financial_section_five_products_block .ms_card_image {
    margin-bottom: 10px
}

.financial_section_five_products_block .ms_card_title {
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px
}

.financial_section_five_products_block .ms_card_subtitle {
    display: block;
    left: 0;
    right: 0
}

@media only screen and (max-width: 354px) {
    .financial_section_five_products_block .ms_card_subtitle {
        display:none
    }
}

.financial_section_five_link {
    text-align: center;
    font-size: 16px;
    margin: 25px 0
}

.financial_section_five_link a {
    color: #3891CE
}

.financial_section_five_link a:hover {
    color: #fff
}

.financial_section_five_link a:hover svg g {
    fill: #fff
}

.financial .bmn_quote {
    display: -webkit-box;
    display: flex;
    color: white;
    max-width: 1144px;
    margin: auto;
    flex-wrap: wrap;
    padding: 0 27px
}

@media only screen and (max-width: 800px) {
    .financial .bmn_quote {
        -webkit-box-orient:vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse
    }
}

.financial .bmn_quote .quote_content {
    width: 50%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column
}

@media only screen and (max-width: 800px) {
    .financial .bmn_quote .quote_content {
        width:100%
    }
}

.financial .bmn_quote .quote_content .quote_text {
    font-size: 17px;
    background-image: url("../img/financial/quote-up.svg"),url("../img/financial/quote-down.svg");
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    padding-left: 40px
}

.financial .bmn_quote .quote_content h4 {
    font-size: 24px;
    margin-top: 40px;
    color: #c3cdd3;
    margin-left: 40px
}

.financial .bmn_quote .quote_content h5 {
    font-size: 16px;
    margin-bottom: 60px;
    font-weight: normal;
    color: #c3cdd3;
    margin-left: 40px
}

.financial .bmn_quote .quote_content .gradient-button,.financial .bmn_quote .quote_content .hbspt-form [type="submit"],.hbspt-form .financial .bmn_quote .quote_content [type="submit"] {
    margin-left: 40px;
    width: 230px
}

.financial .bmn_quote .quote_graphic {
    width: 50%;
    height: 520px;
    background-image: url("../img/financial/financial_laser.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

@media only screen and (max-width: 800px) {
    .financial .bmn_quote .quote_graphic {
        width:100%;
        margin-bottom: 50px;
        height: 400px
    }
}

.financial .bmn_quote .quote_graphic .bmn-logo {
    width: 165px;
    margin: 40px
}

.financial .bmn_quote .quote_graphic .stokr-logo {
    width: 200px
}

.financial .disclaimer {
    max-width: 1144px;
    margin: auto;
    font-size: 14px;
    font-style: italic;
    color: #d0d0d0;
    display: block;
    background: #171b20;
    padding: 20px;
    margin-top: 100px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 27px
}

.financial .disclaimer i {
    font-size: 30px;
    margin-right: 20px
}

.financial .disclaimer a {
    color: #3DABE8;
    text-decoration: none
}

.financial_join {
    margin-top: 15rem
}

.financial_join .product-form_container {
    height: auto;
    padding: 60px
}

.financial_join .product-form_container .gradient-button_financial {
    background-image: linear-gradient(109deg, #2661a7, #3d9cdb 100%)
}

.financial_join .product-form-financial {
    background-image: linear-gradient(109deg, #2661a7, #3d9cdb 100%)
}

.whitepaper-container {
    grid-column: 1 / span 5
}

.whitepaper {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    margin: 5rem 0 12rem 0
}

.whitepaper_image-container {
    width: 82.8rem;
    height: auto;
    overflow: hidden
}

.whitepaper_image-container img {
    width: 100%;
    box-shadow: 0px 2px 4px 0px #000000
}

.whitepaper_block {
    width: 38.4rem;
    margin-left: 5rem;
    color: #a9b1b6;
    font-size: 16px
}

@media (max-width: 1500px) {
    .whitepaper_block {
        font-size:2.2rem
    }
}

.whitepaper_block_title {
    font-size: 2.4rem;
    color: #fff;
    margin-bottom: 1rem;
    font-weight: 600
}

@media (max-width: 1500px) {
    .whitepaper_block_title {
        font-size:2.8rem
    }
}

.whitepaper_block_title a {
    text-decoration: none;
    color: #fff
}

.whitepaper_block_authors {
    font-size: 1.4rem;
    color: #c3cdd3
}

@media (max-width: 1500px) {
    .whitepaper_block_authors {
        font-size:1.8rem
    }
}

.whitepaper_block_excerpt {
    margin-top: 2rem;
    font-size: 16px;
    color: #c3cdd3
}

@media (max-width: 1500px) {
    .whitepaper_block_excerpt {
        font-size:2.2rem
    }
}

@media only screen and (max-width: 1000px) {
    .whitepaper-container {
        margin:0 auto;
        width: 100%
    }

    .whitepaper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        margin: 5rem auto 10rem auto;
        width: 75%
    }

    .whitepaper_block {
        margin-top: 3rem;
        margin-left: 0;
        width: 100%
    }

    .whitepaper_image-container {
        width: 100%
    }
}

.header_newsroom {
    grid-column: 1 / span 5;
    width: 100%
}

.newsroom-header_secondary {
    width: 100%;
    grid-column: 1 / span 5
}

.newsroom-subtitle {
    font-size: 2.8rem;
    color: #ffffff
}

.newsroom-logo {
    grid-column: 1 / span 5;
    margin: 10rem 0 5rem
}

.newsroom-logo_container {
    display: -webkit-box;
    display: flex;
    width: 80%;
    -webkit-box-align: center;
    align-items: center;
    margin: 0 auto;
    flex-wrap: wrap
}

.newsroom-logo_container .logo_item {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 0;
    flex: 0 0 16.6%;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 1.5rem;
    height: 60px;
    margin-bottom: 1rem
}

.newsroom-logo_container .logo-bloomberg img {
    max-height: 100%
}

.newsroom-logo_container .logo-forbes img {
    max-height: 100%
}

.newsroom-logo_container .logo-inc img {
    max-height: 100%
}

.newsroom-logo_container .logo-coindesk img {
    max-height: 100%
}

.newsroom-logo_container .logo-techcrunch img {
    max-height: 85%
}

.newsroom-logo_container .logo-cnbc img {
    max-height: 75%
}

.newsroom-logo_container .logo-entrepreneur img {
    max-height: 105%
}

.newsroom-logo_container .logo-fortune img {
    max-height: 80%
}

.newsroom-logo_container .logo-business_insider img {
    max-height: 100%
}

.newsroom-logo_container .logo-the_verge img {
    max-height: 80%
}

.newsroom-logo_container .logo-wired img {
    max-height: 90%
}

.newsroom-logo_container .logo-independent img {
    max-height: 105%
}

.newsroom-logo_container .logo-morningstar img {
    max-height: 110%
}

.newsroom-logo_container .logo-engadget img {
    max-height: 100%
}

.newsroom-logo_container .logo-investopedia img {
    max-height: 100%
}

.newsroom-logo_container .logo-tnw img {
    max-height: 70%
}

.newsroom-logo_container .logo-times_colonist img {
    max-height: 80%
}

.newsroom-logo_container .logo-the_street img {
    max-height: 100%
}

.newsroom-logo_container .logo-the_korea_herald img {
    max-height: 65%
}

.newsroom-logo_container .logo-news_btc img {
    max-height: 100%
}

.newsroom-logo_container .logo-gestion img {
    max-height: 70%
}

.newsroom-logo_container .logo-el_pais img {
    max-height: 100%
}

.newsroom-logo_container .logo-ejinsight img {
    max-height: 130%
}

.newsroom-logo_container .logo-dr img {
    max-height: 100%
}

.newsroom-logo_container .logo-decrypt img {
    max-height: 125%
}

.newsroom-logo_container .logo-coin_rivit img {
    max-height: 90%
}

.newsroom-logo_container .logo-ccn img {
    max-height: 70%
}

.newsroom-logo_container .logo-bitcoin_magazine img {
    max-height: 85%
}

.newsroom-logo_container .logo-ars_technica img {
    max-height: 135%
}

.newsroom-logo_container .logo-cointelegraph img {
    max-height: 80%
}

.newsroom-content {
    grid-column: 1 / span 5;
    margin-top: 40px
}

.newsroom-content .newsroom-articles {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
    grid-gap: 6rem;
    margin-top: 4rem;
    margin-bottom: 10rem
}

.newsroom-content .newsroom-articles .press-article-block {
    width: 100%;
    margin: 0;
    padding: 0
}

.newsroom-content .newsroom-articles .press-article-block_image-container {
    width: 100%
}

.newsroom-header {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(370px, 1fr))
}

.newsroom-header .header-left {
    height: auto;
    width: 100%
}

.newsroom-header .header-right {
    height: auto;
    background-color: #15181c;
    display: grid;
    place-items: center
}

.newsroom-header .header-right .header-right-content {
    width: 85%;
    max-width: 80rem
}

.newsroom-header .header-right .header-right-content h4 {
    font-size: 4rem;
    line-height: 1.5
}

.newsroom-header .header-right .header-right-content p {
    font-size: 2.2rem;
    color: #a9b1b6
}

.newsroom-header .header-right .header-right-content p,.newsroom-header .header-right .header-right-content h4 {
    margin-bottom: 3rem
}

.viewall {
    margin: 0 auto
}

.newsroom-content .press {
    max-width: 1400px
}

.newsroom-contact {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    width: 100%;
    margin-top: 10rem;
    margin-bottom: 4rem
}

.newsroom-contact-left img {
    width: 100%
}

.newsroom-contact-right {
    background-color: #15181c;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
    display: grid;
    -webkit-box-pack: center;
    justify-content: center
}

.newsroom-contact-right-content {
    align-self: center;
    text-align: center
}

.newsroom-contact-right-content h2 {
    font-size: 24px;
    color: #ffffff
}

.newsroom-contact-right-content p {
    font-size: 2.5rem;
    color: #00c3ff;
    margin-bottom: 5rem
}

.newsroom-press-footer {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap: 6rem;
    width: 100%;
    margin-top: 10rem
}

.newsroom-press-footer a {
    text-decoration: none
}

.newsroom-press-footer-left {
    display: grid;
    padding: 3rem 2rem 3rem 5rem;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.5);
    background-color: #15181C
}

.newsroom-press-footer-left-content {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center
}

.newsroom-press-footer-left-content .press-footer-text h4 {
    color: #00c3ff;
    font-size: 24px;
    margin-bottom: 16px
}

.newsroom-press-footer-left-content .press-footer-text p {
    color: #c3cdd3;
    font-size: 16.5px
}

.newsroom-press-footer-left-content .press-footer-icon {
    height: 120px
}

.newsroom-press-footer-right {
    display: grid;
    padding: 3rem 2rem 3rem 5rem;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.5);
    background-color: #15181C
}

.newsroom-press-footer-right-content {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center
}

.newsroom-press-footer-right-content .press-footer-text h4 {
    color: #00c3ff;
    font-size: 24px;
    margin-bottom: 16px
}

.newsroom-press-footer-right-content .press-footer-text p {
    color: #c3cdd3;
    font-size: 16.5px
}

.newsroom-press-footer-right-content .press-footer-icon {
    height: 120px
}

.newsroom-articles .press-article-block_block_title {
    font-size: 2.2rem
}

@media (max-width: 1580px) and (min-width: 1366px) {
    .newsroom-logo_container .logo_item {
        height:50px
    }

    .newsroom-logo_container .logo-techcrunch img {
        max-height: 75%
    }

    .newsroom-logo_container .logo-cnbc img {
        max-height: 75%
    }
}

@media (max-width: 1366px) and (min-width: 1024px) {
    .newsroom-articles {
        grid-template-columns:repeat(auto-fit, minmax(330px, 1fr)) !important
    }

    .newsroom-logo_container .logo_item {
        height: 45px
    }
}

@media only screen and (max-width: 1190px) {
    .newsroom-header_secondary {
        margin-top:80px
    }

    .header-right-content h4 {
        font-size: 20px !important;
        margin-bottom: 0.5rem !important
    }

    .header-right-content p {
        margin-bottom: 0.5rem !important
    }

    .press {
        width: 88%
    }

    .newsroom-logo_container .logo_item {
        flex-basis: 20%;
        height: 35px
    }

    .newsroom-articles {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
        grid-gap: 20px !important
    }
}

@media only screen and (max-width: 736px) {
    .newsroom-logo_container .logo_item {
        flex-basis:33%;
        height: 35px
    }

    .newsroom-logo_container .logo-business_insider img {
        max-height: 120%
    }

    .press-article-block {
        width: 100%;
        padding: 4rem;
        margin-top: 1rem;
        margin-bottom: 1rem
    }

    .press-article-block_image-container {
        width: 100%
    }

    .header_newsroom {
        min-height: 100%
    }

    .newsroom-header .header-right .header-right-content {
        width: 100%;
        padding: 4rem
    }

    .newsroom-header .header-right .header-right-content p,.newsroom-header .header-right .header-right-content h4 {
        margin-bottom: 3rem !important
    }

    .newsroom-contact-right-content {
        padding: 6rem
    }
}

@media only screen and (max-width: 576px) {
    .newsroom-logo_container .logo-bloomberg img {
        max-height:110%
    }

    .newsroom-logo_container .logo-forbes img {
        max-height: 125%
    }

    .newsroom-logo_container .logo-coindesk img {
        max-height: 115%
    }

    .newsroom-logo_container .logo-fortune img {
        max-height: 105%
    }

    .newsroom-logo_container .logo-business_insider img {
        max-height: 140%
    }

    .newsroom-logo_container .logo-the_verge img {
        max-height: 95%
    }

    .newsroom-logo_container .logo-wired img {
        max-height: 100%
    }

    .newsroom-logo_container .logo-morningstar img {
        max-height: 120%
    }

    .newsroom-logo_container .logo-engadget img {
        max-height: 120%
    }

    .newsroom-logo_container .logo-tnw img {
        max-height: 90%
    }

    .newsroom-logo_container .logo-times_colonist img {
        max-height: 80%
    }

    .newsroom-logo_container .logo-the_street img {
        max-height: 120%
    }

    .newsroom-logo_container .logo-the_korea_herald img {
        max-height: 80%
    }

    .newsroom-logo_container .logo-ejinsight img {
        max-height: 130%
    }

    .newsroom-logo_container .logo-dr img {
        max-height: 120%
    }

    .newsroom-logo_container .logo-decrypt img {
        max-height: 155%
    }

    .newsroom-logo_container .logo-ccn img {
        max-height: 70%
    }

    .newsroom-logo_container .logo-bitcoin_magazine img {
        max-height: 100%
    }

    .newsroom-logo_container .logo-ars_technica img {
        max-height: 145%
    }
}

@media only screen and (max-width: 320px) {
    .newsroom-logo_container .logo_item {
        flex-basis:50%;
        height: 35px
    }

    .newsroom-header {
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)) !important
    }

    .newsroom-articles {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important
    }

    .newsroom-press-footer {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr))
    }

    .newsroom-press-footer .press-footer-icon {
        height: 80px
    }
}

.color-flex-container,.brand-content_solid-colors_grid_allColors,.brand-content_gradients_grid {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-family: "din-2014","Source Sans Pro",sans-serif;
    color: #c3cdd3;
    font-size: 17px
}

@media only screen and (max-width: 900px) {
    .color-flex-container,.brand-content_solid-colors_grid_allColors,.brand-content_gradients_grid {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        width: 100%
    }
}

.color-flex-container .colorBg,.brand-content_solid-colors_grid_allColors .colorBg,.brand-content_gradients_grid .colorBg {
    height: 180px;
    width: 110px;
    margin-right: 10px;
    -webkit-transition: width .6s;
    transition: width .6s;
    position: relative;
    cursor: pointer
}

.color-flex-container .colorBg:nth-last-child(1),.brand-content_solid-colors_grid_allColors .colorBg:nth-last-child(1),.brand-content_gradients_grid .colorBg:nth-last-child(1) {
    margin-right: 0px
}

@media only screen and (max-width: 900px) {
    .color-flex-container .colorBg,.brand-content_solid-colors_grid_allColors .colorBg,.brand-content_gradients_grid .colorBg {
        width:100%;
        height: 70px;
        -webkit-transition: height .6s;
        transition: height .6s;
        margin-bottom: 15px
    }
}

.color-flex-container .colorBg:hover,.brand-content_solid-colors_grid_allColors .colorBg:hover,.brand-content_gradients_grid .colorBg:hover {
    width: 320px
}

@media only screen and (max-width: 900px) {
    .color-flex-container .colorBg:hover,.brand-content_solid-colors_grid_allColors .colorBg:hover,.brand-content_gradients_grid .colorBg:hover {
        width:100%;
        height: 180px
    }
}

.color-flex-container .colorBg:hover .colorContent,.brand-content_solid-colors_grid_allColors .colorBg:hover .colorContent,.brand-content_gradients_grid .colorBg:hover .colorContent {
    z-index: 1;
    -webkit-animation: slide .6s forwards;
    animation: slide .6s forwards;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

@media only screen and (max-width: 900px) {
    .color-flex-container .colorBg:hover .colorValue,.brand-content_solid-colors_grid_allColors .colorBg:hover .colorValue,.brand-content_gradients_grid .colorBg:hover .colorValue {
        -webkit-animation:reveal 1s forwards;
        animation: reveal 1s forwards;
        -webkit-animation-delay: .1s;
        animation-delay: .1s
    }
}

.color-flex-container .colorBg .colorContent,.brand-content_solid-colors_grid_allColors .colorBg .colorContent,.brand-content_gradients_grid .colorBg .colorContent {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    opacity: 0;
    color: white;
    padding: 20px
}

@media only screen and (max-width: 900px) {
    .color-flex-container .colorBg .colorContent,.brand-content_solid-colors_grid_allColors .colorBg .colorContent,.brand-content_gradients_grid .colorBg .colorContent {
        z-index:1;
        opacity: 1
    }
}

@media only screen and (max-width: 900px) {
    .color-flex-container .colorBg .colorContent .colorValue,.brand-content_solid-colors_grid_allColors .colorBg .colorContent .colorValue,.brand-content_gradients_grid .colorBg .colorContent .colorValue {
        opacity:0
    }
}

.color-flex-container .colorBg .colorContent .colorValue span,.brand-content_solid-colors_grid_allColors .colorBg .colorContent .colorValue span,.brand-content_gradients_grid .colorBg .colorContent .colorValue span {
    display: block;
    width: 100%;
    font-size: 12px;
    text-decoration: none;
    margin-right: 3%
}

.color-flex-container .colorBg .colorContent .colorValue span:last-child,.brand-content_solid-colors_grid_allColors .colorBg .colorContent .colorValue span:last-child,.brand-content_gradients_grid .colorBg .colorContent .colorValue span:last-child {
    margin-right: 0
}

.color-flex-container .colorBg .colorContent .colorValue a[href^="tel"],.brand-content_solid-colors_grid_allColors .colorBg .colorContent .colorValue a[href^="tel"],.brand-content_gradients_grid .colorBg .colorContent .colorValue a[href^="tel"] {
    color: inherit;
    text-decoration: none
}

.color-flex-container .colorBg .colorContent .gradColors,.brand-content_solid-colors_grid_allColors .colorBg .colorContent .gradColors,.brand-content_gradients_grid .colorBg .colorContent .gradColors {
    display: -webkit-box;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.color-flex-container .colorBg .colorContent .gradColors span:nth-child(2),.brand-content_solid-colors_grid_allColors .colorBg .colorContent .gradColors span:nth-child(2),.brand-content_gradients_grid .colorBg .colorContent .gradColors span:nth-child(2) {
    text-align: center
}

.color-flex-container .colorBg .colorContent .gradColors span:nth-child(3),.brand-content_solid-colors_grid_allColors .colorBg .colorContent .gradColors span:nth-child(3),.brand-content_gradients_grid .colorBg .colorContent .gradColors span:nth-child(3) {
    text-align: right
}

.color-flex-container .colorBg .colorContent .colorTitle,.brand-content_solid-colors_grid_allColors .colorBg .colorContent .colorTitle,.brand-content_gradients_grid .colorBg .colorContent .colorTitle {
    font-weight: bold;
    display: block;
    width: 100%
}

.color-flex-container .expandFirst,.brand-content_solid-colors_grid_allColors .expandFirst,.brand-content_gradients_grid .expandFirst,.color-flex-container .expandFirstGrad,.brand-content_solid-colors_grid_allColors .expandFirstGrad,.brand-content_gradients_grid .expandFirstGrad {
    width: 320px
}

@media only screen and (max-width: 900px) {
    .color-flex-container .expandFirst,.brand-content_solid-colors_grid_allColors .expandFirst,.brand-content_gradients_grid .expandFirst,.color-flex-container .expandFirstGrad,.brand-content_solid-colors_grid_allColors .expandFirstGrad,.brand-content_gradients_grid .expandFirstGrad {
        width:100%;
        height: 160px
    }
}

.color-flex-container .expandFirst .colorContent,.brand-content_solid-colors_grid_allColors .expandFirst .colorContent,.brand-content_gradients_grid .expandFirst .colorContent,.color-flex-container .expandFirstGrad .colorContent,.brand-content_solid-colors_grid_allColors .expandFirstGrad .colorContent,.brand-content_gradients_grid .expandFirstGrad .colorContent {
    z-index: 1;
    opacity: 1 !important
}

@media only screen and (max-width: 900px) {
    .color-flex-container .expandFirst .colorContent .colorValue,.brand-content_solid-colors_grid_allColors .expandFirst .colorContent .colorValue,.brand-content_gradients_grid .expandFirst .colorContent .colorValue,.color-flex-container .expandFirstGrad .colorContent .colorValue,.brand-content_solid-colors_grid_allColors .expandFirstGrad .colorContent .colorValue,.brand-content_gradients_grid .expandFirstGrad .colorContent .colorValue {
        opacity:1
    }
}

.brand-content {
    grid-column: 1 / span 5;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px
}

.brand-content_elements_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap: 22px
}

@media only screen and (max-width: 330px) {
    .brand-content_elements_grid {
        grid-template-columns:repeat(auto-fit, minmax(270px, 1fr))
    }
}

.brand-content_elements_grid_logo {
    background-color: #15181c;
    box-shadow: 0px 4px 10px 0px #000;
    padding: 30px;
    height: 188px;
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.brand-content_elements_grid_logo_title {
    font-family: "din-2014","Source Sans Pro",sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #637390;
    letter-spacing: 0.15em
}

.brand-content_elements_grid_logo img {
    width: 230px;
    margin-top: 30px;
    display: block;
    margin: 0 auto
}

@media only screen and (max-width: 950px) {
    .brand-content_elements_grid_logo img {
        width:180px;
        padding-top: 20px
    }
}

@media only screen and (max-width: 460px) {
    .brand-content_elements_grid_logo img {
        padding-top:30px
    }
}

.brand-content_elements_grid_logo:hover {
    box-shadow: 0px 10px 10px -10px #00c3ff;
    -webkit-transform: translateY(-0.5em);
    transform: translateY(-0.5em)
}

.brand-content_elements_grid_color {
    text-decoration: none;
    background-color: #15181c;
    box-shadow: 0px 4px 10px 0px #000;
    padding: 30px;
    height: 188px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.brand-content_elements_grid_color_title {
    font-family: "din-2014","Source Sans Pro",sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #637390;
    letter-spacing: 0.15em
}

.brand-content_elements_grid_color img {
    height: auto;
    width: 100%;
    margin-top: 30px
}

.brand-content_elements_grid_color:hover {
    box-shadow: 0px 10px 10px -10px #00c3ff;
    -webkit-transform: translateY(-0.5em);
    transform: translateY(-0.5em)
}

.brand-content_color {
    margin-top: 138px
}

.brand-content_color_title {
    font-family: "din-2014","Source Sans Pro",sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    letter-spacing: 2px;
    line-height: 58px;
    margin-bottom: 22px
}

@media only screen and (max-width: 1090px) {
    .brand-content_color_title {
        font-size:30px
    }
}

@media only screen and (max-width: 610px) {
    .brand-content_color_title {
        font-size:22px
    }
}

.brand-content_color_desc {
    font-family: "din-2014","Source Sans Pro",sans-serif;
    color: #c3cdd3;
    font-size: 17px;
    margin-bottom: 42px;
    width: 100%;
    max-width: 700px;
    font-size: 16px
}

@media (max-width: 1500px) {
    .brand-content_color_desc {
        font-size:2.2rem
    }
}

.brand-content_color_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    background: #000
}

@media only screen and (max-width: 330px) {
    .brand-content_color_grid {
        grid-template-columns:repeat(auto-fit, minmax(270px, 1fr))
    }
}

@media only screen and (max-width: 960px) {
    .brand-content_color_grid {
        grid-template-columns:repeat(auto-fit, minmax(500px, 1fr))
    }
}

@media only screen and (max-width: 500px) {
    .brand-content_color_grid {
        grid-template-columns:repeat(auto-fit, minmax(270px, 1fr))
    }
}

.brand-content_color_grid_left {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 6rem
}

@media only screen and (max-width: 500px) {
    .brand-content_color_grid_left {
        padding-left:0
    }
}

.brand-content_color_grid_left img {
    width: 80%
}

@media only screen and (max-width: 960px) {
    .brand-content_color_grid_left img {
        width:40%;
        margin-top: 20px
    }
}

@media only screen and (max-width: 500px) {
    .brand-content_color_grid_left img {
        width:80%;
        margin-top: 20px
    }
}

.brand-content_color_grid_right {
    padding: 30px
}

.brand-content_color_grid_right_title {
    font-family: "din-2014","Source Sans Pro",sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #637390;
    letter-spacing: 0.15em
}

.brand-content_color_grid_right_rgb-flex {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 20px
}

@media only screen and (max-width: 600px) {
    .brand-content_color_grid_right_rgb-flex {
        display:grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        grid-gap: 20px
    }
}

.brand-content_color_grid_right_rgb-flex .cell-blue {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background-color: #00c3ff
}

.brand-content_color_grid_right_rgb-flex .cell-lightblue {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background-color: #00c3ff;
    background-color: #7EE0FF
}

.brand-content_color_grid_right_rgb-flex .cell-white {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background-color: #00c3ff;
    background-color: #fff
}

.brand-content_color_grid_right_rgb-flex .cell {
    font-family: "din-2014","Source Sans Pro",sans-serif;
    color: #c3cdd3;
    font-size: 17px;
    font-size: 15px;
    width: 35%
}

@media only screen and (max-width: 1090px) {
    .brand-content_color_grid_right_rgb-flex .cell {
        font-size:13px
    }
}

@media only screen and (max-width: 960px) {
    .brand-content_color_grid_right_rgb-flex .cell {
        width:25%;
        font-size: 15px
    }
}

@media only screen and (max-width: 800px) {
    .brand-content_color_grid_right_rgb-flex .cell {
        width:33%
    }
}

@media only screen and (max-width: 600px) {
    .brand-content_color_grid_right_rgb-flex .cell {
        width:auto
    }
}

.brand-content_color_grid_right_rgb-flex .cell:nth-child(2) {
    width: 15%
}

@media only screen and (max-width: 600px) {
    .brand-content_color_grid_right_rgb-flex .cell:nth-child(2) {
        width:auto
    }
}

.brand-content_color .grid-whitebg {
    background-color: #fff
}

.brand-content_color .grid-whitebg .cell {
    color: #000
}

.brand-content_color .grid-whitebg .cell-black {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background-color: #00c3ff;
    background-color: #000
}

.brand-content_grayscale {
    margin-top: 138px
}

.brand-content_grayscale_title {
    font-family: "din-2014","Source Sans Pro",sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    letter-spacing: 2px;
    line-height: 58px;
    margin-bottom: 22px
}

@media only screen and (max-width: 1090px) {
    .brand-content_grayscale_title {
        font-size:30px
    }
}

@media only screen and (max-width: 610px) {
    .brand-content_grayscale_title {
        font-size:22px
    }
}

.brand-content_grayscale_desc {
    font-family: "din-2014","Source Sans Pro",sans-serif;
    color: #c3cdd3;
    font-size: 17px;
    margin-bottom: 42px;
    width: 100%;
    max-width: 700px;
    font-size: 16px
}

@media (max-width: 1500px) {
    .brand-content_grayscale_desc {
        font-size:2.2rem
    }
}

.brand-content_grayscale_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    background: #000
}

@media only screen and (max-width: 330px) {
    .brand-content_grayscale_grid {
        grid-template-columns:repeat(auto-fit, minmax(270px, 1fr))
    }
}

.brand-content_grayscale_grid_left {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 6rem;
    height: 235px
}

.brand-content_grayscale_grid_left img {
    width: 80%
}

.brand-content_grayscale_grid_right {
    padding: 30px
}

.brand-content_grayscale_grid_right_title {
    font-family: "din-2014","Source Sans Pro",sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #637390;
    letter-spacing: 0.15em;
    margin-top: 20px
}

.brand-content_grayscale_grid_right_desc {
    font-family: "din-2014","Source Sans Pro",sans-serif;
    color: #c3cdd3;
    font-size: 17px;
    width: 70%;
    margin-top: 20px;
    font-size: 16px
}

@media (max-width: 1500px) {
    .brand-content_grayscale_grid_right_desc {
        font-size:2.2rem
    }
}

@media only screen and (max-width: 500px) {
    .brand-content_grayscale_grid_right_desc {
        width:100%
    }
}

.brand-content_grayscale .whitebg {
    background-color: #fff
}

.brand-content_grayscale .whitebg .blacktext {
    color: #000
}

.brand-content_alignment {
    margin-top: 138px
}

.brand-content_alignment_title {
    font-family: "din-2014","Source Sans Pro",sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    letter-spacing: 2px;
    line-height: 58px;
    margin-bottom: 22px
}

@media only screen and (max-width: 1090px) {
    .brand-content_alignment_title {
        font-size:30px
    }
}

@media only screen and (max-width: 610px) {
    .brand-content_alignment_title {
        font-size:22px
    }
}

.brand-content_alignment_desc {
    font-family: "din-2014","Source Sans Pro",sans-serif;
    color: #c3cdd3;
    font-size: 17px;
    margin-bottom: 42px;
    width: 100%;
    max-width: 700px;
    font-size: 16px
}

@media (max-width: 1500px) {
    .brand-content_alignment_desc {
        font-size:2.2rem
    }
}

.brand-content_alignment_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    background: #000;
    background: transparent
}

@media only screen and (max-width: 330px) {
    .brand-content_alignment_grid {
        grid-template-columns:repeat(auto-fit, minmax(270px, 1fr))
    }
}

.brand-content_alignment_grid_left {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 6rem;
    padding-left: 0
}

.brand-content_alignment_grid_left img {
    width: 100%
}

.brand-content_alignment_grid_left .logo-size-2 {
    width: 80%
}

@media only screen and (max-width: 960px) {
    .brand-content_alignment_grid_left .logo-size-2 {
        width:100%
    }
}

.brand-content_alignment_grid_right {
    padding: 30px
}

@media only screen and (max-width: 960px) {
    .brand-content_alignment_grid_right {
        padding-left:0
    }
}

.brand-content_alignment_grid_right_title {
    font-family: "din-2014","Source Sans Pro",sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #637390;
    letter-spacing: 0.15em;
    margin-top: 20px
}

.brand-content_alignment_grid_right_desc {
    font-family: "din-2014","Source Sans Pro",sans-serif;
    color: #c3cdd3;
    font-size: 17px;
    width: 70%;
    margin-top: 20px;
    font-size: 16px
}

@media (max-width: 1500px) {
    .brand-content_alignment_grid_right_desc {
        font-size:2.2rem
    }
}

@media only screen and (max-width: 500px) {
    .brand-content_alignment_grid_right_desc {
        width:100%
    }
}

.brand-content_incorrect {
    margin-top: 138px
}

.brand-content_incorrect_title {
    font-family: "din-2014","Source Sans Pro",sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    letter-spacing: 2px;
    line-height: 58px;
    margin-bottom: 22px
}

@media only screen and (max-width: 1090px) {
    .brand-content_incorrect_title {
        font-size:30px
    }
}

@media only screen and (max-width: 610px) {
    .brand-content_incorrect_title {
        font-size:22px
    }
}

.brand-content_incorrect_desc {
    font-family: "din-2014","Source Sans Pro",sans-serif;
    color: #c3cdd3;
    font-size: 17px;
    margin-bottom: 42px;
    width: 100%;
    max-width: 700px;
    font-size: 16px
}

@media (max-width: 1500px) {
    .brand-content_incorrect_desc {
        font-size:2.2rem
    }
}

.brand-content_incorrect_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    grid-gap: 100px
}

.brand-content_incorrect_grid .incorrect_item img {
    width: 90%
}

.brand-content_incorrect_grid .incorrect_item p {
    font-family: "din-2014","Source Sans Pro",sans-serif;
    color: #c3cdd3;
    font-size: 17px;
    font-size: 16px
}

@media (max-width: 1500px) {
    .brand-content_incorrect_grid .incorrect_item p {
        font-size:2.2rem
    }
}

.brand-content_partnerships {
    margin-top: 138px
}

.brand-content_partnerships_title {
    font-family: "din-2014","Source Sans Pro",sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    letter-spacing: 2px;
    line-height: 58px;
    margin-bottom: 22px
}

@media only screen and (max-width: 1090px) {
    .brand-content_partnerships_title {
        font-size:30px
    }
}

@media only screen and (max-width: 610px) {
    .brand-content_partnerships_title {
        font-size:22px
    }
}

.brand-content_partnerships_desc {
    font-family: "din-2014","Source Sans Pro",sans-serif;
    color: #c3cdd3;
    font-size: 17px;
    margin-bottom: 42px;
    width: 100%;
    max-width: 700px;
    font-size: 16px
}

@media (max-width: 1500px) {
    .brand-content_partnerships_desc {
        font-size:2.2rem
    }
}

.brand-content_partnerships_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    background: #000;
    background-color: transparent
}

@media only screen and (max-width: 330px) {
    .brand-content_partnerships_grid {
        grid-template-columns:repeat(auto-fit, minmax(270px, 1fr))
    }
}

.brand-content_partnerships_grid_left {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 6rem;
    height: auto;
    padding-left: 0
}

.brand-content_partnerships_grid_left img {
    width: 100%
}

.brand-content_partnerships_grid_right {
    padding: 30px
}

@media only screen and (max-width: 960px) {
    .brand-content_partnerships_grid_right {
        padding-left:0
    }
}

.brand-content_partnerships_grid_right_title {
    font-family: "din-2014","Source Sans Pro",sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #637390;
    letter-spacing: 0.15em;
    margin-top: 20px
}

.brand-content_partnerships_grid_right_desc {
    font-family: "din-2014","Source Sans Pro",sans-serif;
    color: #c3cdd3;
    font-size: 17px;
    font-size: 16px;
    width: 70%;
    margin-top: 20px
}

@media (max-width: 1500px) {
    .brand-content_partnerships_grid_right_desc {
        font-size:2.2rem
    }
}

@media only screen and (max-width: 500px) {
    .brand-content_partnerships_grid_right_desc {
        width:100%
    }
}

.brand-content_solid-colors {
    margin-top: 138px
}

.brand-content_solid-colors_title {
    font-family: "din-2014","Source Sans Pro",sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    letter-spacing: 2px;
    line-height: 58px;
    margin-bottom: 22px
}

@media only screen and (max-width: 1090px) {
    .brand-content_solid-colors_title {
        font-size:30px
    }
}

@media only screen and (max-width: 610px) {
    .brand-content_solid-colors_title {
        font-size:22px
    }
}

.brand-content_solid-colors_desc {
    font-family: "din-2014","Source Sans Pro",sans-serif;
    color: #c3cdd3;
    font-size: 17px;
    margin-bottom: 42px;
    width: 100%;
    max-width: 700px;
    font-size: 16px
}

@media (max-width: 1500px) {
    .brand-content_solid-colors_desc {
        font-size:2.2rem
    }
}

.brand-content_solid-colors_grid .brand-colors {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

@media only screen and (max-width: 900px) {
    .brand-content_solid-colors_grid .brand-colors {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        width: 100%
    }
}

.brand-content_solid-colors_grid .brand-colors .colorBg {
    color: white;
    height: 180px;
    width: 25%
}

@media only screen and (max-width: 900px) {
    .brand-content_solid-colors_grid .brand-colors .colorBg {
        width:100%
    }
}

.brand-content_solid-colors_grid .brand-colors .colorBg .colorContent {
    height: 100%;
    width: 100%;
    padding: 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-size: 17px;
    font-size: 16px
}

@media (max-width: 1500px) {
    .brand-content_solid-colors_grid .brand-colors .colorBg .colorContent {
        font-size:2.2rem
    }
}

.brand-content_solid-colors_grid .brand-colors .colorBg .colorTitle {
    font-weight: bold;
    display: block;
    width: 100%
}

.brand-content_solid-colors_grid .brand-colors .colorBg .colorValue span {
    display: block;
    width: 100%;
    font-size: 14px;
    text-decoration: none
}

.brand-content_solid-colors_grid .brand-colors .colorBg .colorValue a[href^="tel"] {
    color: inherit;
    text-decoration: none
}

.brand-content_solid-colors_grid .brand-blue {
    background-color: #00C3FF
}

.brand-content_solid-colors_grid .brand-black {
    background-color: #000000
}

.brand-content_solid-colors_grid .brand-white {
    background-color: #FFFFFF;
    color: black !important
}

.brand-content_solid-colors_grid .brand-gray {
    background-color: #111316;
    border: 1px solid #c3cdd3 !important
}

.brand-content_solid-colors_grid_allColors {
    margin-top: 52px
}

.brand-content_solid-colors_grid_allColors .solid-liquid {
    background-color: #2CCCBF
}

.brand-content_solid-colors_grid_allColors .solid-amp {
    background-color: #1CADB2
}

.brand-content_solid-colors_grid_allColors .solid-aqua {
    background-color: #46B4A5
}

.brand-content_solid-colors_grid_allColors .solid-green {
    background-color: #00B45A
}

.brand-content_solid-colors_grid_allColors .solid-jade {
    background-color: #00B093
}

.brand-content_solid-colors_grid_allColors .solid-mining {
    background-color: #DD1F48
}

.brand-content_solid-colors_grid_allColors .solid-satellite {
    background-color: #358DE5
}

.brand-content_solid-colors_grid_allColors .solid-energy {
    background-color: #32B284
}

.brand-content_solid-colors_grid_allColors .solid-finance {
    background-color: #3891CE
}

.brand-content_solid-colors_grid_allColors .solid-crypto {
    background-color: #00C3FF
}

.brand-content_solid-colors_grid_allColors .solid-clight {
    background-color: #F0D003
}

.brand-content_solid-colors_grid_allColors .solid-elements {
    background-color: #6C8ADD
}

.brand-content_gradients {
    margin-top: 138px
}

.brand-content_gradients_title {
    font-family: "din-2014","Source Sans Pro",sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    letter-spacing: 2px;
    line-height: 58px;
    margin-bottom: 22px
}

@media only screen and (max-width: 1090px) {
    .brand-content_gradients_title {
        font-size:30px
    }
}

@media only screen and (max-width: 610px) {
    .brand-content_gradients_title {
        font-size:22px
    }
}

.brand-content_gradients_desc {
    font-family: "din-2014","Source Sans Pro",sans-serif;
    color: #c3cdd3;
    font-size: 17px;
    margin-bottom: 42px;
    width: 100%;
    max-width: 700px;
    font-size: 16px
}

@media (max-width: 1500px) {
    .brand-content_gradients_desc {
        font-size:2.2rem
    }
}

.brand-content_gradients_grid .grad-liquid {
    background-color: #1E8079
}

.brand-content_gradients_grid .grad-amp {
    background-color: #006C7F
}

.brand-content_gradients_grid .grad-aqua {
    background-color: #46B4A5
}

.brand-content_gradients_grid .grad-green {
    background-color: #048146
}

.brand-content_gradients_grid .grad-jade {
    background-color: #006D62
}

.brand-content_gradients_grid .grad-mining {
    background-color: #A70137
}

.brand-content_gradients_grid .grad-satellite {
    background-color: #1F3A98
}

.brand-content_gradients_grid .grad-energy {
    background-color: #186B49
}

.brand-content_gradients_grid .grad-finance {
    background-color: #2A6596
}

.brand-content_gradients_grid .grad-crypto {
    background-color: #0376AD
}

.brand-content_gradients_grid .grad-clight {
    background-color: #9C8B41
}

.brand-content_gradients_grid .grad-elements {
    background-color: #42539D
}

.brand-content_about-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    background: #000;
    grid-gap: 22px;
    margin-top: 181px;
    background-color: transparent
}

@media only screen and (max-width: 330px) {
    .brand-content_about-grid {
        grid-template-columns:repeat(auto-fit, minmax(270px, 1fr))
    }
}

@-webkit-keyframes reveal {
    100% {
        opacity: 1
    }
}

@keyframes reveal {
    100% {
        opacity: 1
    }
}

@-webkit-keyframes slide {
    100% {
        opacity: 1
    }
}

@keyframes slide {
    100% {
        opacity: 1
    }
}

.lava {
    grid-column: 1 / span 5
}

.lava .header_secondary {
    margin-top: 0;
    padding-top: 10rem
}

.lava .header_product_backdrop {
    background: radial-gradient(ellipse at top, #ed4f33 -100%, #111316 70%);
    background: none
}

.lava .liquid_members {
    width: 90%;
    max-width: 1800px;
    margin: 0 auto
}

.lava .liquid_members .logo-item {
    height: 100px;
    padding: 1rem
}

@media only screen and (max-width: 1090px) {
    .lava .liquid_members .logo-item {
        flex-basis:33%
    }
}

@media only screen and (max-width: 500px) {
    .lava .liquid_members .logo-item {
        flex-basis:33%;
        height: 100px
    }
}

.lava .liquid_members .logo-item img {
    max-height: 55% !important
}

.lava .liquid_members #dmmbitcoin img {
    max-height: 55%
}

.lava .liquid_members #gopax img {
    max-height: 55%
}

.lava .liquid_members #poseidon img {
    max-height: 55%
}

.lava .liquid_features {
    margin-top: 0 !important;
    padding-left: 5%;
    padding-right: 5%
}

@media only screen and (max-width: 750px) {
    .lava .liquid_features {
        padding-left:40%;
        padding-right: 40%
    }
}

@media only screen and (max-width: 500px) {
    .lava .liquid_features {
        padding-left:10%;
        padding-right: 10%
    }
}

@media only screen and (max-width: 700px) {
    .lava .liquid_features .headline-row_icon {
        margin-bottom:60px
    }
}

@media only screen and (max-width: 750px) {
    .lava .liquid_features .headline-row {
        -webkit-box-orient:vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse
    }
}

.lava .liquid_features .headline-row .headline-row_image-size_large {
    width: 60%;
    margin-left: 30%
}

@media only screen and (max-width: 750px) {
    .lava .liquid_features .headline-row .headline-row_image-size_large {
        width:230px;
        display: block;
        margin: 0 auto;
        margin-bottom: 20%
    }
}

@media (max-width: 736px) {
    .lava .liquid_features .app-download-button {
        margin-right:2rem !important;
        width: 17rem
    }
}

@media only screen and (max-width: 500px) {
    .lava .liquid_features .app-download-button {
        width:45%;
        margin-right: 5% !important;
        margin-top: 5%
    }
}

.lava .liquid_features .app-download-button:nth-child(1) {
    margin-right: 1.4rem
}

.lava .liquid_features .app-download-button:nth-child(3) {
    margin-right: 1.4rem
}

.lava .headline-row_block_content_title {
    font-size: 4.2rem
}

@media only screen and (max-width: 414px) {
    .lava .headline-row_block_content_title {
        font-size:3.2rem
    }
}

.lava .apps-store-icons {
    width: 100%;
    display: -webkit-box;
    display: flex;
    margin-top: 10rem
}

@media only screen and (max-width: 500px) {
    .lava .apps-store-icons {
        flex-wrap:wrap
    }
}

.lava .title-section_underline_liquid {
    background-color: #cc523d
}

.lava .gradient-button_liquid,.lava .liquid_form .hbspt-form [type="submit"],.liquid_form .hbspt-form .lava [type="submit"] {
    background-image: -webkit-gradient(linear, left top, right top, from(#db2020), color-stop(#f6867a), to(#f6867a));
    background-image: linear-gradient(to right, #db2020, #f6867a, #f6867a)
}

@media only screen and (max-width: 500px) {
    .lava .gradient-button_liquid,.lava .liquid_form .hbspt-form [type="submit"],.liquid_form .hbspt-form .lava [type="submit"] {
        margin:0 auto
    }
}

.research-background-container {
    grid-column: 1 / span 5;
    background-image: url("../img/research/header_overlay_1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
    padding-bottom: 200px;
    margin-bottom: -130px
}

.research-background-container .research-content {
    grid-column: 1 / span 5;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px
}

.accordion-container {
    box-shadow: 0px 4px 10px 0px #000;
    background-image: -webkit-gradient(linear, left top, right top, from(#1c2127), to(#15181c));
    background-image: linear-gradient(-270deg, #1c2127 0%, #15181c 100%);
    width: 100%;
    margin-bottom: 22px
}

.card-link-wide {
    width: 100%;
    height: 90px;
    display: -webkit-box;
    display: flex;
    text-decoration: none;
    -webkit-box-align: center;
    align-items: center;
    position: relative
}

.card-link-wide_content {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer
}

.card-link-wide::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#0fa9d8), to(#124964));
    background-image: linear-gradient(-270deg, #0fa9d8 0%, #124964 100%);
    opacity: 0;
    top: 0;
    left: 0;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    z-index: 1
}

.card-link-wide_icon {
    width: 30px;
    height: 30px;
    margin-left: 4rem;
    margin-right: 4rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative
}

@media only screen and (max-width: 500px) {
    .card-link-wide_icon {
        margin-left:2rem;
        margin-right: 2rem
    }
}

.card-link-wide_icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.card-link-wide_icon img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.card-link-wide_text {
    font-weight: 600;
    font-size: 24px;
    color: white
}

@media only screen and (max-width: 700px) {
    .card-link-wide_text {
        font-size:large
    }
}

.card-link-wide_viewAll {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 13px;
    color: #00c3ff;
    margin-left: auto;
    margin-right: 30px;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

@media only screen and (max-width: 500px) {
    .card-link-wide_viewAll {
        margin-right:15px
    }
}

.card-link-wide_viewAll span {
    margin-left: 8px
}

.card-link-wide_viewAll span .arrow-icon {
    display: -webkit-box;
    display: flex;
    width: 16px
}

.card-link-wide_viewAll span .arrow-icon .a-top {
    -webkit-transform: translateX(2px) rotateZ(45deg);
    transform: translateX(2px) rotateZ(45deg)
}

.card-link-wide_viewAll span .arrow-icon .a-bottom {
    -webkit-transform: translateX(-2px) rotateZ(-45deg);
    transform: translateX(-2px) rotateZ(-45deg)
}

.card-link-wide_viewAll span .arrow-icon .arrow {
    width: 15px;
    height: 2px;
    background-color: #00c3ff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.card-link-wide:hover::after {
    opacity: 1
}

.card-link-wide:hover .card-link-wide_viewAll {
    color: white
}

.card-link-wide:hover .card-link-wide_viewAll .arrow {
    background-color: white
}

.card-link-wide:hover .card-link-wide_icon img:nth-child(2) {
    opacity: 1
}

.card-link-wide:hover .card-link-wide_icon img:nth-child(1) {
    opacity: 0
}

.accordion-expand {
    color: white;
    border-top: 1px solid #393f44;
    height: 0;
    opacity: 0;
    padding: 0;
    margin-left: 30px;
    margin-right: 30px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media only screen and (max-width: 500px) {
    .accordion-expand {
        margin-left:2rem;
        margin-right: 2rem
    }
}

.accordion-expand_article {
    display: block;
    text-decoration: none;
    color: white;
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #393f44;
    padding-right: 7rem;
    display: none
}

@media only screen and (max-width: 500px) {
    .accordion-expand_article {
        font-size:16.5px
    }
}

.accordion-expand_article_title {
    font-size: large;
    font-weight: 400
}

@media only screen and (max-width: 500px) {
    .accordion-expand_article_title {
        font-size:16.5px
    }
}

.accordion-expand_article_author {
    font-size: medium;
    color: #c3cdd3
}

.accordion-expand_article::after {
    content: "\f178";
    font-family: 'Font Awesome 5 Pro';
    font-size: 2.5rem;
    color: #c3cdd3;
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    align-items: center
}

.active .accordion-expand_article {
    display: block
}

.active .card-link-wide_viewAll span .arrow-icon .a-top {
    -webkit-transform: translateX(2px) rotateZ(135deg);
    transform: translateX(2px) rotateZ(135deg)
}

.active .card-link-wide_viewAll span .arrow-icon .a-bottom {
    -webkit-transform: translateX(-2px) rotateZ(-135deg);
    transform: translateX(-2px) rotateZ(-135deg)
}

.two-column-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    background: #000;
    grid-gap: 22px;
    margin-top: 181px;
    background-color: transparent
}

@media only screen and (max-width: 330px) {
    .two-column-grid {
        grid-template-columns:repeat(auto-fit, minmax(270px, 1fr))
    }
}

.jade-card .card-item {
    padding: 20px 30px 20px 30px;
    line-height: 1.4
}

.jade-card .card-item .icon {
    width: 250px
}

.jade-card .card-item:hover {
    box-shadow: 0px 10px 10px -10px #00b093
}

@media only screen and (max-width: 1090px) {
    .jade-card .card-item {
        padding:25px
    }
}

.header-new_jade {
    margin-bottom: 200px
}

@media only screen and (max-width: 900px) {
    .jade_content {
        margin-bottom:0px
    }
}

.jade_content a {
    color: #00b093;
    text-decoration: none
}

.jade_content a:hover {
    text-decoration: underline
}

.jade_content .headline-row_image-size_large {
    max-height: 500px;
    width: auto;
    max-width: 40rem
}

.jade_content .headline-row.jade-world-class .headline-row_icon-backdrop {
    -webkit-transform: scale(1.2) translate(10px, -30px);
    transform: scale(1.2) translate(10px, -30px)
}

.jade_content .headline-row.jade-manage-assets .headline-row_icon-backdrop {
    -webkit-transform: scale(1.4) translate(-20px, 20px);
    transform: scale(1.4) translate(-20px, 20px)
}

.jade_reason-cards {
    margin-bottom: 30rem
}

@media only screen and (min-width: 900px) {
    .jade_reason-cards {
        margin-left:10rem
    }
}

@media only screen and (max-width: 600px) {
    .jade_reason-cards {
        -webkit-box-pack:center;
        justify-content: center;
        margin-bottom: 100px
    }
}

@media only screen and (max-width: 870px) {
    .jade_reason-cards .reason-cards_first-row {
        width:auto;
        padding: 0
    }
}

@media only screen and (max-width: 900px) {
    .jade_reason-cards .reason-card {
        width:40rem
    }
}

@media only screen and (max-width: 600px) {
    .jade_reason-cards .reason-card {
        margin-bottom:60px
    }
}

@media only screen and (max-width: 600px) {
    .jade_reason-cards .reason-card_image {
        margin:0;
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 600px) {
    .jade_reason-cards .reason-card_title {
        width:100%;
        text-align: center
    }
}

@media only screen and (max-width: 600px) {
    .jade_reason-cards .reason-card_text {
        width:60%;
        text-align: center;
        margin: 0 auto
    }
}

.jade_link-cards {
    margin-bottom: 20rem
}

.jade_green-section header {
    min-height: auto
}

@media only screen and (max-width: 600px) {
    .jade_green-section header .header-new_intro_right {
        -webkit-box-align:center;
        align-items: center
    }
}

.aqua_title {
    font-size: 36px;
    font-weight: bold;
    line-height: 46px;
    grid-column: 1 / span 5;
    max-width: 100%;
    padding: 0 4rem;
    margin: auto;
    color: #fff;
    text-align: center
}

.aqua_title_header {
    margin-top: 20rem;
    max-width: 700px
}

.aqua_title_second {
    margin-bottom: 6rem;
    max-width: 480px
}

.aqua_content-section {
    grid-column: 2 / span 3
}

.aqua_content-section .headline-row img {
    width: 500px;
    max-width: 90%
}

.aqua_content-section .headline-row:first-child img {
    width: 400px
}

.aqua_content-section.reimagine-section .headline-row {
    max-width: 128rem
}

@media only screen and (min-width: 600px) {
    .aqua_content-section.reimagine-section .headline-row_block_content_text {
        width:45rem
    }
}

.aqua_content-section_link-cards {
    display: grid;
    grid-template-columns: 1fr 1fr
}

@media only screen and (max-width: 1024px) {
    .aqua_content-section_link-cards {
        display:block
    }
}

.reason-cards-aqua .reason-card_text {
    width: 37rem
}

.aqua_download-section-holder {
    position: relative;
    grid-column: 1 / span 5;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 2fr 10fr 2fr 1fr
}

.aqua_download-section_background {
    grid-column: 1 / span 5;
    position: absolute;
    top: -300px;
    left: -1%;
    right: -8%;
    z-index: -1
}

.aqua_download-section {
    width: 128rem;
    max-width: 100%;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    margin: 100px auto
}

@media only screen and (max-width: 600px) {
    .aqua_download-section {
        -webkit-box-pack:center;
        justify-content: center
    }
}

.aqua_download-section_aqua-icon {
    margin-left: -10px
}

@media only screen and (max-width: 600px) {
    .aqua_download-section_aqua-icon {
        margin:0 auto
    }
}

.aqua_download-section_title {
    color: white;
    font-weight: bold;
    font-size: 48px;
    margin-bottom: 40px
}

@media only screen and (max-width: 600px) {
    .aqua_download-section_title {
        font-size:28px;
        width: 100%;
        text-align: center
    }
}

.aqua_download-section_appstore-button {
    margin-bottom: 20px
}

@media only screen and (max-width: 600px) {
    .aqua_download-section_appstore-button {
        width:100%;
        text-align: center
    }
}

.aqua_download-section_terms-link {
    color: white;
    font-size: 16.5px
}

@media only screen and (max-width: 600px) {
    .aqua_download-section_terms-link {
        width:100%;
        text-align: center
    }
}

.aqua_fullwidth-image {
    grid-column: 1 / span 5;
    margin-top: 12rem
}

.aqua_fullwidth-image img {
    width: 100%
}

.amp_container {
    grid-column: 1 / span 5;
    padding: 0 15px
}

@media only screen and (max-width: 600px) {
    .amp_container .headline-row_image-size_xlarge {
        width:60rem;
        margin-left: -50px;
        margin-bottom: 50px
    }
}

.amp_sponsors {
    margin-bottom: 200px
}

.amp_use-cases {
    margin-top: 200px;
    grid-column: 1 / span 5
}

@media only screen and (max-width: 775px) {
    .amp_use-cases {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        margin: 7rem auto 0 auto
    }
}

.amp_use-cases a:link,.amp_use-cases a:visited {
    text-decoration: none !important
}

.amp_use-cases .vertical-split-card_amp {
    -webkit-transition: all .3s;
    transition: all .3s
}

.amp_use-cases .vertical-split-card_amp:hover {
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.4)
}

.amp_use-cases .vertical-split-card_bottom {
    padding: 5rem 4rem 6rem 4rem;
    height: auto
}

.amp_comparison-table {
    margin-top: 15rem
}

.amp_comparison-table .title-section_text {
    max-width: 60rem
}

@media only screen and (max-width: 600px) {
    .amp_comparison-table .title-section_text {
        margin-bottom:60px
    }
}

.amp_form-section {
    padding-top: 240px;
    grid-column: 1 / span 5;
    height: 60rem;
    margin-bottom: 40rem
}

.amp_form-section .product-form {
    height: 40rem
}

.amp_form-section .product-form_block_text {
    max-width: 50rem
}

@media only screen and (max-width: 850px) {
    .amp_form-section {
        margin-bottom:70rem;
        height: auto
    }
}

.asset-issuer {
    max-width: 1350px;
    margin: 0 auto
}

.asset-issuer section {
    margin-bottom: 150px
}

.asset-issuer .section1 a {
    color: #1CADB2;
    text-decoration: none
}

.asset-issuer .section1 a:hover {
    color: white
}

.asset-issuer .section2 {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    grid-gap: 30px;
    margin-bottom: 150px
}

@media only screen and (max-width: 1252px) {
    .asset-issuer .section2 .bs_card {
        width:auto;
        margin-right: 0
    }
}

.asset-issuer .section2 .bs_card_title {
    position: relative;
    width: 100%
}

@media only screen and (max-width: 915px) {
    .asset-issuer .section2 .bs_card_title {
        display:-webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center
    }
}

.asset-issuer .section2 .bs_card_title::before {
    content: "COMING SOON";
    position: absolute;
    top: 30px;
    font-size: 13px;
    font-weight: normal;
    opacity: 0.6
}

.asset-issuer .section2 .bs_card:nth-child(1) .bs_card_title::before {
    content: ""
}

.asset-issuer .explore_amp .card-text-button {
    padding: 6rem;
    max-width: 1140px;
    margin: 0 auto
}

.asset-issuer .explore_amp .card-text-button .col1 img {
    width: 80px
}

.root {
    font-size: 14px;
    color: #fff
}

.root .products-wrapper a,.root .product_liquid a {
    text-decoration: none;
    color: #00c3ff;
    font-size: 1.2em
}

.root .products-wrapper a span svg,.root .product_liquid a span svg {
    width: 1em;
    height: auto
}

.root .products-wrapper .products-link,.root .product_liquid .products-link {
    color: #fff
}

.root .products-wrapper .products-link svg,.root .product_liquid .products-link svg {
    fill: #fff
}

.root .product_wallets a {
    text-decoration: none;
    color: #00c3ff;
    font-size: 1.5em
}

@media (max-width: 930px) {
    .root .product_wallets a {
        font-size:1.2em
    }
}

.root .product_wallets a span svg {
    width: 1em;
    height: auto
}

.root .product_wallets .products-link {
    color: #fff
}

.root .product_wallets .products-link svg {
    fill: #fff
}

.root .news a {
    color: #fff;
    text-decoration: none
}

.scrollElement {
    opacity: 0
}

.slideUp {
    -webkit-animation: fade-in-bottom 0.7s 0.4s forwards ease-out;
    animation: fade-in-bottom 0.7s 0.4s forwards ease-out
}

@-webkit-keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(70px);
        transform: translateY(70px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(70px);
        transform: translateY(70px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes fadeout {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeout {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadingSVG {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadingSVG {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1
    }
}

.hero-backdrop #Vector,.hero-backdrop #Vector_2,.hero-backdrop #Vector_3,.hero-backdrop #Vector_4,.hero-backdrop #Vector_5,.hero-backdrop #Vector_6,.hero-backdrop #Vector_7,.hero-backdrop #Vector_8,.hero-backdrop #Vector_9,.hero-backdrop #Vector_10,.hero-backdrop #Vector_11,.hero-backdrop #Vector_12,.hero-backdrop #Vector_13,.hero-backdrop #Vector_14,.hero-backdrop #Vector_15,.hero-backdrop #Vector_16,.hero-backdrop #Vector_17,.hero-backdrop #Vector_18,.hero-backdrop #Vector_19,.hero-backdrop #Vector_20,.hero-backdrop #Vector_21,.hero-backdrop #Vector_22,.hero-backdrop #Vector_23,.hero-backdrop #Vector_24,.hero-backdrop #Vector_25,.hero-backdrop #Vector_26,.hero-backdrop #Vector_27 {
    opacity: 0
}

.hero-backdrop #Vector,.hero-backdrop #Vector_2,.hero-backdrop #Vector_3,.hero-backdrop #Vector_4,.hero-backdrop #Vector_5,.hero-backdrop #Vector_6,.hero-backdrop #Vector_7 {
    -webkit-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.hero-backdrop #Vector {
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s
}

.hero-backdrop #Vector_2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s
}

.hero-backdrop #Vector_3 {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s
}

.hero-backdrop #Vector_4 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s
}

.hero-backdrop #Vector_5 {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s
}

.hero-backdrop #Vector_6 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s
}

.hero-backdrop #Vector_7 {
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s
}

.hero-backdrop #Vector_8,.hero-backdrop #Vector_9,.hero-backdrop #Vector_10,.hero-backdrop #Vector_11,.hero-backdrop #Vector_12,.hero-backdrop #Vector_13,.hero-backdrop #Vector_14,.hero-backdrop #Vector_15,.hero-backdrop #Vector_16,.hero-backdrop #Vector_17,.hero-backdrop #Vector_18,.hero-backdrop #Vector_19,.hero-backdrop #Vector_20,.hero-backdrop #Vector_21,.hero-backdrop #Vector_22,.hero-backdrop #Vector_23,.hero-backdrop #Vector_24,.hero-backdrop #Vector_25,.hero-backdrop #Vector_26,.hero-backdrop #Vector_27 {
    -webkit-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.hero-backdrop #Vector_8 {
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s
}

.hero-backdrop #Vector_9 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s
}

.hero-backdrop #Vector_10 {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s
}

.hero-backdrop #Vector_11 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s
}

.hero-backdrop #Vector_12 {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s
}

.hero-backdrop #Vector_13 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s
}

.hero-backdrop #Vector_14 {
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s
}

.hero-backdrop #Vector_15 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s
}

.hero-backdrop #Vector_16 {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s
}

.hero-backdrop #Vector_17 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s
}

.hero-backdrop #Vector_18 {
    -webkit-animation-delay: 0.55s;
    animation-delay: 0.55s
}

.hero-backdrop #Vector_19 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s
}

.hero-backdrop #Vector_20 {
    -webkit-animation-delay: 0.65s;
    animation-delay: 0.65s
}

.hero-backdrop #Vector_21 {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s
}

.hero-backdrop #Vector_22 {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s
}

.hero-backdrop #Vector_23 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s
}

.hero-backdrop #Vector_24 {
    -webkit-animation-delay: 0.85s;
    animation-delay: 0.85s
}

.hero-backdrop #Vector_25 {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s
}

.hero-backdrop #Vector_26 {
    -webkit-animation-delay: 0.95s;
    animation-delay: 0.95s
}

.hero-backdrop #Vector_27 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.new_header {
    display: -webkit-box;
    display: flex;
    height: 100vh;
    position: relative;
    overflow: hidden
}

.new_header .hero-backdrop {
    content: "";
    position: absolute;
    width: 100%;
    height: 120%;
    top: 0;
    left: 0%;
    z-index: -1
}

.new_header .hero-backdrop svg {
    height: 100%
}

.new_header .oval {
    height: 100%;
    width: auto;
    top: -40%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    background-image: radial-gradient(circle at 50% 50%, rgba(0,179,255,0.16), rgba(0,181,255,0.08) 25%, rgba(0,182,255,0) 48%)
}

.new_header_hero {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 10%;
    height: 90%;
    width: 100%
}

.new_header_hero_title {
    margin-top: -18%
}

.new_header_hero_title_heading {
    font-size: 4.6em;
    text-align: center;
    letter-spacing: 1.5px;
    margin-bottom: 8px
}

.new_header_hero_title_subheading {
    font-size: 1.4em;
    color: #c3cdd3;
    text-align: center;
    line-height: 34px;
    letter-spacing: 0.24px;
    max-width: 545px;
    margin: 0 auto;
    padding: 0 0.5em
}

.products-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 7em;
    padding: 0 2em
}

.products-wrapper .newpage_products {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 616px));
    grid-auto-rows: 1fr;
    gap: 2.5em
}

.products-wrapper .newpage_products::before {
    content: '';
    width: 0;
    padding-bottom: 100%;
    grid-row: 1 / 3;
    grid-column: 1 / 1
}

.products-wrapper .newpage_products_title {
    max-width: 90%;
    grid-row: 1/2;
    grid-column: 1 / 2
}

.products-wrapper .newpage_products_title h2 {
    font-size: 3.4em;
    line-height: 64px;
    letter-spacing: 3px;
    margin-bottom: 0.5em;
    font-weight: 600
}

.products-wrapper .newpage_products_title p {
    padding-top: 1em;
    font-size: 1.14em;
    color: #c3cdd3;
    letter-spacing: 1.1px;
    line-height: 28px;
    max-width: 450px
}

.products-wrapper .newpage_products .products_grid {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 77px 143px 78px 85px
}

.products-wrapper .newpage_products .products_grid div h3 {
    font-size: 1.7em;
    margin-bottom: 1.5em;
    letter-spacing: 0.1px
}

.products-wrapper .newpage_products .products_grid div h4 {
    font-size: 2.3em;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 48px
}

.products-wrapper .newpage_products .products_grid a {
    font-size: 1.3em;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%
}

.products-wrapper .newpage_products .products_grid a:hover {
    color: #00c3ff;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in
}

.products-wrapper .newpage_products .products_grid a:hover ~ .newpage_products_background {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 500ms linear;
    transition: 500ms linear;
    overflow: hidden
}

.products-wrapper .newpage_products .products_grid a:hover span {
    margin-left: 10px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.products-wrapper .newpage_products .products_grid a:hover span svg {
    fill: #00c3ff
}

.products-wrapper .newpage_products .products_grid a i {
    font-style: normal;
    position: absolute;
    bottom: 78px;
    left: 85px
}

.products-wrapper .newpage_products .products_grid a span {
    margin-left: 0.3em;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.products-wrapper .newpage_products .products_grid a span svg {
    fill: #fff
}

.products-wrapper .newpage_products_mining {
    box-shadow: rgba(221,31,72,0.2) 0px 7px 29px 0px;
    border: 1px solid rgba(221,31,72,0.5);
    grid-row: 2/4;
    grid-column: 1 / 2;
    position: relative;
    overflow: hidden
}

.products-wrapper .newpage_products_mining_background {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    z-index: -1;
    background-image: url("../img/new-homepage/laser-lines-mining.svg");
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: 500ms linear;
    transition: 500ms linear
}

.products-wrapper .newpage_products_mining:hover {
    box-shadow: rgba(221,31,72,0.7) 0px 5px 15px;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out
}

.products-wrapper .newpage_products_mining div h3 {
    color: #dd1f48
}

.products-wrapper .newpage_products_mining div h4 {
    max-width: 90%
}

.products-wrapper .newpage_products_satelite {
    box-shadow: rgba(53,141,229,0.2) 0px 7px 29px 0px;
    border: 1px solid rgba(53,141,229,0.5);
    grid-column: 1 / 2;
    grid-row: 4/6;
    position: relative;
    overflow: hidden
}

.products-wrapper .newpage_products_satelite_background {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    z-index: -1;
    background-image: url("../img/new-homepage/satellite.svg");
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: 500ms linear;
    transition: 500ms linear
}

.products-wrapper .newpage_products_satelite:hover {
    box-shadow: rgba(53,141,229,0.7) 0px 5px 15px;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out
}

.products-wrapper .newpage_products_satelite div h3 {
    color: #358de5
}

.products-wrapper .newpage_products_liquid {
    box-shadow: rgba(44,204,191,0.2) 0px 7px 29px 0px;
    border: 1px solid rgba(44,204,191,0.5);
    grid-row: 1/3;
    grid-column: 2 / 2;
    position: relative;
    overflow: hidden
}

.products-wrapper .newpage_products_liquid_background {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    z-index: -1;
    background-image: url("../img/new-homepage/laser-lines-liquid.svg");
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: 500ms linear;
    transition: 500ms linear
}

.products-wrapper .newpage_products_liquid:hover {
    box-shadow: rgba(44,204,191,0.7) 0px 5px 15px;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out
}

.products-wrapper .newpage_products_liquid div h3 {
    color: #2cccbf
}

.products-wrapper .newpage_products_lightning {
    box-shadow: rgba(232,184,16,0.2) 0px 7px 29px 0px;
    border: 1px solid rgba(232,184,16,0.5);
    grid-row: 3/5;
    grid-column: 2 / 2;
    position: relative;
    overflow: hidden
}

.products-wrapper .newpage_products_lightning_background {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 15%;
    left: 10%;
    z-index: -1;
    background-image: url("../img/new-homepage/lightning_laser_lines_v2.svg");
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: 500ms linear;
    transition: 500ms linear
}

.products-wrapper .newpage_products_lightning:hover {
    box-shadow: rgba(232,184,16,0.7) 0px 5px 15px;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out
}

.products-wrapper .newpage_products_lightning div h3 {
    color: #e8b810
}

.product_liquid {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-top: 10em
}

.product_liquid_heading {
    max-height: 30%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.product_liquid_heading h2 {
    font-size: 3.4em;
    margin-bottom: 28px;
    letter-spacing: 3px;
    font-weight: 600
}

.product_liquid_heading p {
    width: 70%;
    text-align: center;
    color: #c3cdd3;
    font-size: 1.14em;
    margin-bottom: 28px;
    letter-spacing: 1.1px;
    line-height: 28px
}

.product_liquid_heading .new-primary-btn {
    border: 1px solid #00c3ff;
    color: #00c3ff;
    padding: 7px 33px 9px;
    text-decoration: none;
    font-size: 1em;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    position: relative;
    top: 0
}

.product_liquid_heading .new-primary-btn:hover {
    background-color: #0d87b5;
    border: 1px solid #0d87b5;
    color: #fff
}

.product_liquid_heading .new-primary-btn:hover {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    box-shadow: rgba(149,157,165,0.2) 0px 8px 24px;
    top: -3px
}

.product_liquid_description {
    max-height: 70%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-around;
    padding: 1em;
    margin-top: 5em
}

.product_liquid_description video {
    display: block;
    height: auto;
    width: 40%
}

.product_liquid_description_list {
    width: 40%
}

.product_liquid_description_list_item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 3.7em
}

.product_liquid_description_list_item img {
    display: block;
    width: 6em;
    height: auto;
    margin-right: 45px
}

.product_liquid_description_list_item div {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    align-items: flex-start
}

.product_liquid_description_list_item div h3 {
    font-size: 1.7em;
    margin-bottom: 15px;
    letter-spacing: 0
}

.product_liquid_description_list_item div p {
    font-size: 1.14em;
    color: #c3cdd3;
    width: 65%;
    margin-bottom: 15px;
    letter-spacing: 1.1px;
    line-height: 28px
}

.product_liquid_description_list_item div a {
    font-size: 1em
}

.product_liquid_description_list_item div a:hover {
    color: #fff;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in
}

.product_liquid_description_list_item div a:hover span {
    margin-left: 10px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.product_liquid_description_list_item div a:hover span svg {
    fill: #fff
}

.product_liquid_description_list_item div a span {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.product_liquid_description_list_item div a span svg {
    fill: #00c3ff
}

.product_wallets {
    color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-top: 9em;
    margin-bottom: 10em
}

.product_wallets h2 {
    font-size: 3.4em;
    margin-bottom: 28px;
    letter-spacing: 3px;
    font-weight: 600
}

.product_wallets p {
    color: #c3cdd3;
    font-size: 1.14em;
    max-width: 400px;
    text-align: center;
    letter-spacing: 1.1px;
    line-height: 28px;
    margin-bottom: 2.5em
}

.product_wallets img {
    max-width: 60%;
    height: auto
}

.product_wallets_options {
    margin-top: 4em;
    display: -webkit-box;
    display: flex;
    padding: 1em;
    max-width: 50%;
    -webkit-box-pack: center;
    justify-content: center
}

.product_wallets_options>div {
    background-color: #1a1e24;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 350px;
    padding: 28px 30px 28px 30px
}

.product_wallets_options>div:first-child {
    margin-right: 40px
}

.product_wallets_options>div>img {
    width: 56px;
    height: auto;
    margin-right: 28px
}

.product_wallets_options>div>div {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    align-items: flex-start;
    width: 100%
}

.product_wallets_options>div>div h4 {
    font-size: 1.7em;
    letter-spacing: 0;
    font-weight: 600
}

.product_wallets_options>div>div a {
    font-size: 1.5em
}

.product_wallets_options>div>div a:hover {
    color: #fff;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in
}

.product_wallets_options>div>div a:hover span {
    margin-left: 10px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.product_wallets_options>div>div a:hover span svg {
    fill: #fff
}

.product_wallets_options>div>div a span {
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in
}

.product_wallets_options>div>div a span svg {
    fill: #00c3ff
}

.news {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-top: 10em;
    width: 80vw;
    margin: 0 auto;
    padding: 0 2em
}

.news h2 {
    font-size: 3.4em;
    margin-bottom: 30px;
    letter-spacing: 3px;
    font-weight: 600
}

.news_grid {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.news_grid_block {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-right: 60px
}

.news_grid_block:last-child {
    margin-right: 0
}

.news_grid_block img {
    width: 100%;
    height: auto
}

.news_grid_block h4 {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: -0.14px;
    margin-top: 1.2em;
    line-height: 26px
}

.news_grid_block h4 a {
    color: #fff;
    line-height: 1.6
}

.news_grid_block h4 a:hover {
    color: #00c3ff
}

.newsletter_subscription {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-top: 10em;
    margin-bottom: 10em
}

.newsletter_subscription h2 {
    font-size: 3.4em;
    margin-bottom: 30px;
    letter-spacing: 3px;
    font-weight: 600
}

.newsletter_subscription .submitted-message {
    font-size: 1.5em;
    width: 100%;
    margin: 2em 0;
    text-align: center;
    line-height: 1
}

.newsletter_subscription p {
    color: #c3cdd3;
    font-size: 1.14em;
    width: 30%;
    text-align: center;
    max-width: 410px;
    letter-spacing: 1.1px;
    line-height: 28px;
    overflow: hidden
}

.newsletter_subscription form {
    width: 45vw;
    margin-top: 3em;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.newsletter_subscription form .invalid-input {
    border: 1px solid #dd1e48
}

.newsletter_subscription form input {
    border: none;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    background-color: #171a1f;
    padding: 10px 20px;
    margin-right: 2em;
    color: #fff;
    max-width: 520px;
    width: 100%;
    height: 50px
}

.newsletter_subscription form input::-webkit-input-placeholder {
    color: #636d7f
}

.newsletter_subscription form input::-moz-placeholder {
    color: #636d7f
}

.newsletter_subscription form input:-ms-input-placeholder {
    color: #636d7f
}

.newsletter_subscription form input::-ms-input-placeholder {
    color: #636d7f
}

.newsletter_subscription form input::placeholder {
    color: #636d7f
}

.newsletter_subscription form input:focus {
    color: #c3cdd3;
    outline: 1px solid #fff;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out
}

@media (min-width: 2000px) {
    .root .product_liquid {
        height:auto;
        margin: 10em 0
    }

    .root .product_wallets {
        height: auto;
        margin: 10em 0
    }

    .root .product_wallets img {
        max-width: 1920px
    }

    .root .news {
        max-width: 1620px
    }
}

@media (max-width: 1540px) {
    .new_header_hero_title_subheading {
        padding:1em 0
    }

    .products-wrapper .newpage_products_title p {
        margin-top: 1em
    }

    .product_liquid {
        height: auto;
        padding-top: 2em
    }

    .product_liquid_heading h2 {
        margin-top: 3%
    }

    .product_liquid_description video {
        width: 50%
    }

    .product_liquid_description_list {
        margin-left: 5%
    }

    .product_liquid_description_list_item {
        margin-bottom: 2.3em
    }

    .product_liquid_description_list_item img {
        width: 4.5em
    }

    .product_liquid_description_list_item div p {
        width: 90%
    }

    .product_wallets h2 {
        margin-top: 3%
    }

    .product_wallets_options {
        width: 55%
    }

    .product_wallets_options div {
        width: 50%
    }

    .product_wallets_options div:first-child {
        margin-right: 2em
    }

    .product_wallets_options div img {
        width: 3em;
        margin-right: 2em
    }

    .product_wallets_options div div h4 {
        font-size: 1.3em
    }

    .news {
        margin-bottom: 2em
    }

    .newsletter_subscription {
        margin-bottom: 2em
    }
}

@media (max-width: 1199.98px) {
    .new_header_hero_title_subheading {
        padding:1em 0
    }

    .products-wrapper {
        margin-bottom: 5em
    }

    .products-wrapper .newpage_products_title {
        max-width: 100%
    }

    .products-wrapper .newpage_products_title h2 {
        font-size: 3.2em
    }

    .products-wrapper .newpage_products .products_grid {
        padding: 10% 12%
    }

    .products-wrapper .newpage_products .products_grid a i {
        bottom: 10%;
        left: 12%
    }

    .products-wrapper .newpage_products .products_grid div h4 {
        font-size: 2em
    }

    .product_liquid {
        height: auto;
        -webkit-box-pack: center;
        justify-content: center;
        margin-bottom: 5em
    }

    .product_liquid_description {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }

    .product_liquid_description video {
        width: 90%;
        margin: 2em 0
    }

    .product_liquid_description_list {
        width: 100%;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        margin-top: 3em;
        padding: 0 2em
    }

    .product_liquid_description_list_item {
        margin-bottom: 0
    }

    .product_liquid_description_list_item img {
        width: 5em;
        padding: 0.5em;
        margin-right: 1.2em
    }

    .product_wallets {
        height: auto;
        margin-bottom: 5em
    }

    .product_wallets img {
        width: 80%;
        height: auto;
        margin: 2em 0
    }

    .product_wallets_options {
        width: 90%;
        max-width: 70%
    }

    .newsletter_subscription {
        margin-bottom: 3em
    }

    .newsletter_subscription p {
        width: 60%
    }

    .newsletter_subscription form {
        width: 60vw;
        -webkit-box-pack: center;
        justify-content: center
    }

    .newsletter_subscription form button {
        padding: 1em
    }
}

@media (max-width: 1025px) {
    .new_header .hero-backdrop {
        height:100%
    }

    .products-wrapper .newpage_products {
        grid-template-columns: repeat(2, minmax(0, 450px));
        grid-template-rows: repeat(5, 225px);
        gap: 3em
    }

    .products-wrapper .newpage_products_title h2 {
        letter-spacing: 1px
    }

    .products-wrapper .newpage_products_title p {
        padding-top: 0
    }

    .product_liquid_description_list {
        margin-left: 0
    }

    .product_liquid_description_list_item {
        -webkit-box-align: start;
        align-items: flex-start;
        margin-right: 1.5em
    }

    .product_liquid_description_list_item:last-child {
        margin-right: 0
    }

    .product_liquid_description_list_item img {
        align-self: center
    }

    .product_liquid_description_list_item div {
        -webkit-box-pack: justify;
        justify-content: space-between;
        height: 100%
    }

    .product_liquid_description_list_item div p {
        width: 100%
    }

    .product_wallets img {
        max-width: 80%;
        height: auto;
        margin: 2em 0
    }

    .product_wallets_options div:first-child {
        padding-left: 2em
    }

    .product_wallets_options div div {
        -webkit-box-pack: center;
        justify-content: center
    }

    .product_wallets_options div div a {
        font-size: 1.2em
    }

    .news {
        width: 90vw
    }

    .news_grid_block {
        margin-bottom: 1.5em
    }

    .news_grid_block h4 {
        margin-top: 1em
    }
}

@media (max-width: 946px) {
    .products-wrapper {
        -webkit-box-align:start;
        align-items: flex-start
    }

    .products-wrapper .newpage_products {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(5, 1fr);
        grid-auto-rows: 1fr;
        gap: 3em
    }

    .products-wrapper .newpage_products_title {
        max-width: 100%;
        grid-row: 1/2;
        grid-column: 1 / 3
    }

    .products-wrapper .newpage_products_title h2 {
        margin-bottom: 0
    }

    .products-wrapper .newpage_products_title p {
        margin-top: 0;
        max-width: 100%
    }

    .products-wrapper .newpage_products .products_grid div h3 {
        font-size: 1.35em
    }

    .products-wrapper .newpage_products .products_grid div h4 {
        font-size: 1.7em;
        line-height: 36px
    }

    .products-wrapper .newpage_products_mining {
        grid-row: 2/4;
        grid-column: 1 / 2
    }

    .products-wrapper .newpage_products_satelite {
        grid-row: 4/6;
        grid-column: 1 / 2
    }

    .products-wrapper .newpage_products_liquid {
        grid-row: 2/4;
        grid-column: 2 / 3
    }

    .products-wrapper .newpage_products_lightning {
        grid-row: 4/6;
        grid-column: 2 / 3
    }
}

@media (max-width: 835px) {
    .root .new_header_hero_title {
        margin-top:-10%
    }

    .root .new_header_hero_title_heading {
        font-size: 3.4em
    }

    .root .product_wallets_options {
        max-width: 100%
    }

    .product_liquid_description_list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        max-width: 80%
    }

    .product_liquid_description_list_item {
        margin-bottom: 4em;
        margin-right: 0
    }
}

@media (max-width: 770px) {
    .root .new_header_hero_title {
        margin-top:0;
        padding-top: 0%
    }

    .root .products-wrapper .newpage_products_title {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: end;
        justify-content: flex-end
    }

    .root .products-wrapper .newpage_products_title h2 {
        font-size: 3em
    }

    .root .product_liquid_heading {
        margin-bottom: 2em
    }

    .root .product_liquid_heading h2 {
        font-size: 2.4em
    }

    .root .product_liquid_heading p {
        font-size: 1.15em
    }

    .root .product_liquid_description_list_item div {
        padding-left: 1em
    }

    .root .product_liquid_description_list_item div h3 {
        font-size: 1.2em
    }

    .root .product_wallets h2 {
        font-size: 2.4em
    }

    .root .product_wallets p {
        font-size: 1.15em
    }

    .root .product_wallets_options {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center
    }

    .root .product_wallets_options div {
        width: 60%;
        -webkit-box-pack: center;
        justify-content: center
    }

    .root .product_wallets_options div:first-child {
        margin-right: 0;
        margin-bottom: 1.5em
    }

    .root .product_wallets_options div div h4 {
        font-size: 1.2em
    }

    .root .news h2 {
        font-size: 2.4em
    }

    .root .news p {
        font-size: 1.15em
    }

    .root .news_grid_block {
        margin-right: 30px
    }

    .root .news_grid_block h4 {
        font-size: 1.2em
    }

    .root .newsletter_subscription h2 {
        font-size: 2.4em
    }

    .root .newsletter_subscription p {
        font-size: 1.15em
    }

    .root .newsletter_subscription form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        gap: 20px;
        -webkit-box-align: center;
        align-items: center
    }

    .root .newsletter_subscription form input {
        width: 100%;
        margin-right: 0
    }

    .root .newsletter_subscription form button {
        margin-top: 1em;
        width: 100%
    }
}

@media (max-width: 575.98px) {
    .root .new_header_hero_title {
        margin-top:0;
        width: 90%
    }

    .root .new_header_hero_title h1 {
        font-size: 2.5em;
        line-height: 1.5
    }

    .root .new_header_hero_title p {
        font-size: 1.2em;
        line-height: 34px
    }

    .root .new_header_hero_title_subhedaing {
        max-width: 90%
    }

    .root .products-wrapper {
        -webkit-box-align: start;
        align-items: flex-start
    }

    .root .products-wrapper .newpage_products {
        grid-template-columns: minmax(auto, 616px);
        grid-template-rows: none;
        grid-auto-rows: 1fr;
        gap: 2
    }

    .root .products-wrapper .newpage_products_title {
        max-width: 100%;
        grid-row: 1/2;
        grid-column: 1 / 2
    }

    .root .products-wrapper .newpage_products_title p {
        margin-top: 25px
    }

    .root .products-wrapper .newpage_products_mining {
        grid-row: 2/4;
        grid-column: 1 / 2
    }

    .root .products-wrapper .newpage_products_satelite {
        grid-row: 4/6;
        grid-column: 1 / 2
    }

    .root .products-wrapper .newpage_products_liquid {
        grid-row: 6/8;
        grid-column: 1 / 2
    }

    .root .products-wrapper .newpage_products_lightning {
        grid-row: 8/10;
        grid-column: 1 / 2
    }

    .root .products-wrapper {
        -webkit-box-align: center;
        align-items: center
    }

    .root .products-wrapper .newpage_products_title h2 {
        font-size: 2.5em;
        line-height: normal
    }

    .root .products-wrapper .newpage_products_mining {
        grid-row: 2/3
    }

    .root .products-wrapper .newpage_products_satelite {
        grid-row: 3/4
    }

    .root .products-wrapper .newpage_products_liquid {
        grid-row: 4/5
    }

    .root .products-wrapper .newpage_products_lightning {
        grid-row: 5/6
    }

    .root .products-wrapper .newpage_products .products_grid {
        padding: 40px 33px 43px 43px;
        height: calc(10em + 38vw);
        gap: 2em
    }

    .root .products-wrapper .newpage_products .products_grid div h3 {
        margin-bottom: 0.7em;
        font-size: 1.2em
    }

    .root .products-wrapper .newpage_products .products_grid div h4 {
        font-size: 1.5em;
        line-height: normal
    }

    .root .products-wrapper .newpage_products .products_grid a {
        font-size: 1em
    }

    .root .products-wrapper .newpage_products .products_grid a i {
        bottom: 43px;
        left: 43px
    }

    .root .product_liquid_heading h2 {
        margin-left: 1em;
        margin-right: 1em;
        text-align: center;
        line-height: normal
    }

    .root .product_liquid_heading p {
        width: 90%
    }

    .root .product_liquid_description {
        margin-top: 3em
    }

    .root .product_liquid_description video {
        width: 100%
    }

    .root .product_liquid_description_list {
        padding: 0 1em;
        max-width: 100%
    }

    .root .product_liquid_description_list_item img {
        width: 4.5em
    }

    .root .product_liquid_description_list_item div {
        padding-left: 0em
    }

    .root .product_liquid_description_list_item div p {
        width: 100%;
        font-size: 1.1em
    }

    .root .product_wallets p {
        padding: 0 2em
    }

    .root .product_wallets_options {
        max-width: 70%
    }

    .root .product_wallets_options div {
        padding: 0.7em 1em 0.7em 2em;
        width: 100%
    }

    .root .product_wallets_options div img {
        margin-right: 1em
    }

    .root .news_grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }

    .root .news_grid_block {
        margin-right: 0;
        margin-bottom: 2.5em
    }

    .root .news_grid_block:last-child {
        margin-bottom: 0
    }

    .root .news_grid_block h4 {
        margin-top: 0.2em
    }

    .root .newsletter_subscription {
        margin-top: 7em
    }

    .root .newsletter_subscription h2 {
        text-align: center;
        padding: 0 0.5em
    }

    .root .newsletter_subscription p {
        width: 90%
    }

    .root .newsletter_subscription form {
        width: 80vw
    }

    .root .newsletter_subscription form button {
        padding: 0.5em
    }
}

@media (max-width: 415px) {
    .root .new_header .hero-backdrop {
        height:60%
    }

    .root .products-wrapper .newpage_products .products_grid {
        padding: 40px 43px 43px 43px
    }

    .root .products-wrapper .newpage_products .products_grid a i {
        bottom: 43px;
        left: 43px
    }

    .root .product_wallets_options {
        max-width: 90%
    }

    .root .newsletter_subscription h2 {
        line-height: normal
    }
}

@media (max-width: 325px) {
    .root .new_header_hero_title {
        padding-top:10%;
        width: 90%
    }

    .root .new_header_hero_title h1 {
        font-size: 2em
    }

    .root .new_header_hero_title p {
        font-size: 1.15em
    }

    .root .products-wrapper .newpage_products {
        grid-auto-rows: unset
    }

    .root .products-wrapper .newpage_products_title h2 {
        font-size: 2em;
        margin-bottom: 1em
    }

    .root .products-wrapper .newpage_products_title p {
        font-size: 1.15em
    }

    .root .products-wrapper .newpage_products .products_grid {
        padding: 2em 1em 3.5em 2em
    }

    .root .products-wrapper .newpage_products .products_grid a i {
        bottom: 3.5em;
        left: 2em
    }

    .root .products-wrapper .newpage_products .products_grid div {
        margin-bottom: 1em
    }

    .root .products-wrapper .newpage_products .products_grid div h3 {
        margin-bottom: 0;
        font-size: 1em
    }

    .root .products-wrapper .newpage_products .products_grid div h4 {
        line-height: 1.3;
        margin-top: 1em;
        font-size: 1.2em
    }

    .root .product_liquid_heading h2 {
        text-align: center;
        width: 80vw;
        font-size: 2em;
        line-height: normal
    }

    .root .product_liquid_heading p {
        width: 85%
    }

    .root .product_liquid_description_list {
        margin-left: 0
    }

    .root .product_liquid_description_list_item div p {
        font-size: 1em
    }

    .root .product_wallets h2 {
        font-size: 2em
    }

    .root .product_wallets_options {
        width: 100%
    }

    .root .product_wallets_options div {
        padding: 0.7em 1em
    }

    .root .product_wallets_options div div h4 {
        font-size: 1.1em
    }

    .root .news h2 {
        font-size: 2em
    }

    .root .newsletter_subscription h2 {
        font-size: 2em;
        line-height: normal
    }

    .root .newsletter_subscription p {
        width: 80%
    }
}

.mining_energy {
    grid-column: 1 / span 5;
    padding: 30px
}

@media only screen and (min-width: 800px) {
    .mining_energy .headline-row_block_content {
        max-width:370px
    }

    .mining_energy .headline-row_block_content_title {
        font-size: 32px;
        line-height: 1.3
    }

    .mining_energy .headline-row_block_content_text {
        font-size: 16px;
        width: 390px;
        color: #c3cdd3
    }
}

.mining_energy h3 {
    padding: 0;
    margin: 200px 0 50px 0;
    line-height: 1.3
}

@media only screen and (max-width: 500px) {
    .mining_energy h3 {
        font-size:30px
    }
}

.mining_energy_section2 {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center
}

.mining_energy_section2 img {
    width: 90%;
    max-width: 600px;
    margin-top: 30px
}

.mining_energy_section3 {
    display: -webkit-box;
    display: flex;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 120rem;
    margin: 0 auto;
    color: #fff
}

.mining_energy_section3_card {
    width: 40%;
    margin-bottom: 50px
}

@media only screen and (max-width: 600px) {
    .mining_energy_section3_card {
        width:100%;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        text-align: center
    }
}

.mining_energy_section3_card_icon {
    width: 90px;
    height: 90px;
    margin-bottom: 27px;
    background-color: #1a1e24;
    border-radius: 100%
}

.mining_energy_section3_card_title {
    font-size: 24px;
    font-weight: bold
}

.mining_energy_section3_card_text {
    font-size: 16px;
    margin: 17px 0;
    color: #c3cdd3
}

.mining_energy_section4_container {
    display: -webkit-box;
    display: flex;
    flex-flow: wrap;
    max-width: 1144px;
    margin: auto;
    color: #fff;
    box-shadow: 0px 2px 8px #0b0e11
}

@media only screen and (max-width: 700px) {
    .mining_energy_section4_container {
        max-width:90%
    }
}

.mining_energy_section4_container_card {
    width: 25%;
    padding: 25px 35px;
    background-color: #171a1f;
    color: #ffffff;
    font-size: 17px;
    border-right: 1px solid #474d57;
    position: relative
}

@media only screen and (max-width: 1070px) {
    .mining_energy_section4_container_card {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        text-align: center !important
    }
}

.mining_energy_section4_container_card:nth-last-child(1) {
    border-right: none
}

.mining_energy_section4_container_card:nth-last-child(1):before {
    display: none
}

.mining_energy_section4_container_card:nth-last-child(1):after {
    display: none
}

.mining_energy_section4_container_card_icon {
    width: 90px;
    height: 90px;
    margin-bottom: 25px;
    background-color: #2b313b;
    border-radius: 100%
}

.mining_energy_section4_container_card_title {
    font-size: 24px;
    font-weight: bold
}

.mining_energy_section4_container_card_text {
    font-size: 16px;
    margin: 17px 0;
    color: #c3cdd3
}

.mining_energy_section4_container_card:before {
    position: absolute;
    content: " ";
    display: -webkit-box;
    display: flex;
    width: 0px;
    height: 0px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #474d57;
    -webkit-border-image: initial;
    -o-border-image: initial;
    border-image: initial;
    top: 50px;
    right: -20px;
    z-index: 10
}

.mining_energy_section4_container_card:after {
    position: absolute;
    content: " ";
    display: -webkit-box;
    display: flex;
    width: 0px;
    height: 0px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #171b20;
    -webkit-border-image: initial;
    -o-border-image: initial;
    border-image: initial;
    top: 50px;
    right: -19px;
    z-index: 20
}

@media only screen and (max-width: 1070px) {
    .mining_energy_section4_container_card {
        width:100%;
        border-right: none;
        border-bottom: 1px solid #474d57;
        display: -webkit-box;
        display: flex;
        text-align: left;
        -webkit-box-align: center;
        align-items: center
    }

    .mining_energy_section4_container_card:before {
        border-width: 10px;
        border-style: solid;
        border-color: #474d57 transparent transparent;
        -webkit-border-image: initial;
        -o-border-image: initial;
        border-image: initial;
        top: auto;
        right: auto;
        bottom: -20px;
        left: 48%;
        inset: auto auto -20px 48%
    }

    .mining_energy_section4_container_card:after {
        border-width: 10px;
        border-style: solid;
        border-color: #1e2026 transparent transparent;
        -webkit-border-image: initial;
        -o-border-image: initial;
        border-image: initial;
        top: auto;
        right: auto;
        bottom: -19px;
        left: 48%;
        inset: auto auto -19px 48%
    }
}

.mining_energy_section5_container {
    display: -webkit-box;
    display: flex;
    flex-flow: wrap;
    max-width: 1144px;
    margin: auto;
    color: #fff
}

@media only screen and (max-width: 1070px) {
    .mining_energy_section5_container {
        max-width:90%
    }
}

.mining_energy_section5_container_card {
    width: 33.3%;
    padding: 5%
}

@media only screen and (max-width: 1070px) {
    .mining_energy_section5_container_card {
        width:100%;
        text-align: center
    }
}

.mining_energy_section5_container_card_icon {
    font-size: 60px;
    font-weight: 500;
    color: #32B284
}

.mining_energy_section5_container_card_title {
    font-size: 24px;
    font-weight: bold
}

.mining_energy_section5_container_card_text {
    font-size: 16px;
    margin: 17px 0;
    color: #c3cdd3;
    max-width: 250px
}

@media only screen and (max-width: 1070px) {
    .mining_energy_section5_container_card_text {
        margin:0 auto
    }
}

.mining_energy_join {
    padding-top: 20rem;
    grid-column: 1 / span 5;
    margin-bottom: 20rem
}

.mining_energy_join .product-form-energy .hs-button {
    background: #32B284
}
