@keyframes navbar-animate {
    0% {
        top: -100%
    }

    to {
        top: 0
    }
}

.fixed-top {
    position: fixed;
    top: -100%;
    right: 0;
    left: 0;
    z-index: 1030;
    animation-name: navbar-animate;
    animation-duration: .3s;
    animation-fill-mode: forwards
}

.navbar-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.is_my_crypto_secure {
    text-decoration: none
}

.nav-link-effect {
    display: inline-block;
    width: 100%
}

.nav-link-effect:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #e0b36a;
    transition: width .3s
}

.nav-link-effect:hover:after {
    width: 50%;
    transition: width .3s
}

.navbar-width-limit {
    display: flex;
    width: 100%;
    max-width: 1351px;
    justify-content: space-between
}

.black_bg {
    margin-top: 0 !important;
    background: linear-gradient(175.96deg, rgba(0, 0, 0, .9) 31.36%, rgba(12, 12, 12, .5) 101.41%, rgba(34, 33, 33, 0) 104.59%);
    justify-content: center;
    align-items: center
}

.navbar-main {
    display: flex;
    width: 100%
}

.navbar-root {
    margin-top: 20px;
    padding-bottom: 20px;
    max-width: 1351px;
    width: 100%
}

.logo-div {
    margin-left: 95px;
    cursor: pointer
}

.navbar-logo {
    height: 54px;
    width: 200px;
    object-fit: contain;
}

.navbar-items {
    width: 100%;
    margin-left: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 100px 0 20px
}

.navbar_ul {
    display: flex;
    align-items: center;
    height: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 15px
}

.navbar__item {
    margin-left: 60px;
    position: relative
}

.resource-dropdown {
    position: absolute;
    width: 200px
}

.navbar-resources__button {
    background: transparent;
    border: 0;
    outline: none !important
}

.navbar__heading {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .05em;
    cursor: pointer;
    color: #b5b5b5;
    transition: all .3 ease
}

.navbar__heading:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #e0b36a;
    transition: width .3s
}

.navbar__heading:hover {
    color: #e0b36a
}

.navbar__heading:hover:after {
    width: 50%
}

.expandmorerounded {
    fill: #b5b5b5;
    margin-left: 5px;
    font-size: 18px !important;
    vertical-align: middle
}

.expandmorerounded:hover {
    color: #e0b36a
}

.navbar-list__item {
    width: 100%;
    margin-top: 10px;
    cursor: pointer
}

.navbar-list__item-label {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .05em;
    cursor: pointer;
    color: #b5b5b5
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0
}

.dropdown-menu {
    border-radius: 0 !important;
    background: #141414
}

.navbar-list {
    list-style-type: none;
    padding: 0 10px 10px;
    background: #212222;
    border-radius: 5px
}

.navbar__button {
    border: 2px solid #e0b36a;
    box-sizing: border-box;
    border-radius: 50px;
    background: transparent;
    outline: none !important;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: .05em;
    color: #b5b5b5;
    padding: 17px 23px;
    transition: all .3s ease;
    text-decoration: none
}

.navbar__button:hover {
    border: 2px solid #e0b36a;
    background: #e0b36a;
    color: #232222;
    text-decoration: none
}

.navbar-root-override {
    margin-top: 0;
    padding: 10px 0
}

@media (max-width: 768px) {
    .logo-div {
        margin-left: 10px
    }

    .logo-div>img {
        height: 45px
    }

    .navbar-items {
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 0 10px
    }

    .navbar_ul {
        flex-direction: column;
        padding: 0
    }

    .navbar__item {
        margin: 5px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .navbar__button {
        padding: 10px 13px;
        margin: 20px 0 0
    }

    .black-navbar__button {
        margin: 20px 0 0 !important
    }

    .navbar-root {
        margin-top: 0;
        padding: 15px 20px 15px 10px;
        justify-content: space-between
    }

    .black-navbar__heading {
        width: -moz-max-content !important;
        width: max-content !important
    }

    .resource-dropdown {
        position: relative
    }

    .is_my_crypto_secure,
    .is_my_crypto_secure:hover {
        text-decoration: none
    }
}

.page-footer {
    background: #ffffff;
    width: 100%
}

.black__content__footer {
    padding-top: 50px
}

.footer__contents {
    background: linear-gradient(176deg, #f7f8f7 70%, #ffffff calc(70% + 2px))
}

.footer-div {
    margin-top: 50px
}

.share-options {
    margin-top: 50px;
    justify-content: space-between;
    display: flex;
    width: 65%;
    margin-bottom: 10px
}

.share-button {
    background: transparent;
    border: 0;
    outline: none !important;
    cursor: pointer
}

.copyright-section {
    margin-top: 45px
}

.copyright-div {
    border-top: 1px solid #d2d2d2;
    height: 90px;
    justify-content: center;
    display: flex;
    align-items: center
}

.copyright__info {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #37383a
}

.footer-list__heading {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .05em;
    color: #081320
}

.footer-list {
    margin-top: 10px;
    list-style-type: none;
    padding-inline-start: 0
}

.footer-list__item {
    margin-top: 10px
}

.footer-list__item-label {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    cursor: pointer;
    letter-spacing: .05em;
    text-decoration: none;
    color: #5a5a5c
}

.footer-list__item-label:hover {
    text-decoration: none
}

@media (max-width: 810px) {
    .footer-div {
        margin-top: 25px
    }

    .share-options {
        margin-top: 20px
    }
}

@media (max-width: 450px) {
    .footer-div {
        padding: 0;
        width: 100%
    }

    .footer-div>div>img {
        padding-left: 10px;
        width: 200px
    }

    .share-options {
        margin: 30px 0 10px
    }

    .copyright-section {
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 0
    }

    .black__footer__contents>div>.row {
        padding: 0 20px
    }

    .black__copyright-div {
        width: 100%
    }

    .black__content__footer {
        padding: 60px 20px 0
    }

    .copyright-div {
        width: 100%
    }
}

.h100 {
    height: 100%
}

.padding0 {
    padding: 0
}

.no-opacity {
    opacity: 0
}

.alignRowStartCenter {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.landing__container {
    overflow-x: hidden;
    overflow-y: hidden
}

.landing-frame__1 {
    background: #0e0e0e;
    display: flex;
    justify-content: center
}

.landing-container__div {
    width: 1351px;
    overflow-x: hidden
}

.device-frame-top {
    padding-left: 100px !important;
    padding-right: 100px !important;
    margin-top: 60px;
    margin-bottom: 120px
}

.device-image {
    margin-top: -21%;
    width: 200%;
    margin-left: -52px
}

.card__image {
    width: 100%
}

.landing-heading {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 62px;
    letter-spacing: 4px;
    color: #e0b36a
}

.landing-paragraph {
    font-size: 1.1rem
}

.landing-heading__info {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 46px;
    letter-spacing: .05em;
    color: #f3f8ff;
    text-align: center;
    display: flex;
    padding-left: 7%;
    padding-right: 6%;
    padding-top: 25px
}

.landing-heading__para {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    display: flex;
    text-align: center;
    letter-spacing: .05em;
    color: #e4efff;
    width: 77%;
    padding-top: 25px;
    margin-left: 12%
}

.landing-footer {
    display: flex;
    align-items: center;
    margin-top: 40px
}

.landing-frame__2 {
    background: linear-gradient(180deg, #101010 .13%, #0c0f11 109.74%);
    display: flex;
    justify-content: center
}

.landing-2__container-div {
    width: 1351px;
    overflow-x: hidden
}

.preorder-button {
    background: #e0b36a;
    border: 1px solid #e0b36a !important;
    border-radius: 40px;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: .05em;
    padding: 16px 60px;
    color: #030e1b;
    border: 0;
    outline: none !important;
    margin: 20px 0 0;
    transition: all .3s ease-in
}

.preorder-button:hover {
    border: 1px solid #e0b36a !important;
    background: rgba(10, 10, 10, 0) !important;
    color: #e0b36a !important;
    text-decoration: none
}

.flex-end__div {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 0
}

.flex-start__div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 30px
}

.support-text {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    display: flex;
    color: #706e6e
}

.support-div {
    padding-top: 70px;
    background: linear-gradient(180.13deg, rgba(10, 10, 10, 0) 5.77%, rgba(16, 12, 9, .81) 65.05%)
}

.discount-div {
    background: #040609;
    border-radius: 5px;
    margin-top: 75px;
    height: 250px;
    width: 95%
}

.discount-div>div.row {
    background: linear-gradient(90deg, #040609 53.97%, rgba(7, 10, 13, 0) 100%), url(preorder-bg.html);
    background-blend-mode: color-burn;
    background-repeat: no-repeat
}

.logo__div {
    display: flex;
    padding-top: 30px;
    margin-right: -20px;
    align-items: flex-start;
    justify-content: flex-end
}

.info__div {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: .05em;
    display: flex;
    align-items: center;
    color: #f3f8ff
}

.discount-condition {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 54px;
    letter-spacing: .05em;
    margin-top: 24px;
    color: #f3f8ff
}

.pre-button {
    background: #e0b36a;
    border-radius: 50px;
    border: 1px solid #e0b36a;
    outline: none !important;
    padding: 15px 30px;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: .05em;
    color: #030e1b;
    transition: all .3s ease-in
}

.pre-button:hover {
    border: 1px solid #e0b36a;
    background: rgba(10, 10, 10, 0);
    color: #e0b36a;
    text-decoration: none
}

.special-text {
    color: #e0b36a
}

.button-div {
    display: flex;
    align-items: center
}

.middle-frame {
    background: #ffffff
}

.container-mid__div {
    display: flex;
    justify-content: center
}

.middle-heading {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 45px;
    line-height: 54px;
    letter-spacing: .1em;
    color: #f3f8ff;
    display: flex;
    justify-content: center;
    margin-top: 30px
}

.middle__info {
    padding-left: 10%
}

.blurred-div {
    background: #3b3221;
    filter: blur(100px)
}

.middle-para {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: .05em;
    color: #e4efff
}

@keyframes example {
    0% {
        transform: translateY(0)
    }

    25% {
        transform: translateY(10px)
    }

    50% {
        transform: translateY(0)
    }

    75% {
        transform: translateY(-10px)
    }

    to {
        transform: translateY(0)
    }
}

.middle_img {
    margin-left: 15%;
    animation: example;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    width: 481px;
    height: 331px
}

.landing-frame__3 {
    background: #f5faff;
    z-index: 0;
    display: flex;
    justify-content: center
}

.landing-3__container-div {
    width: 1351px;
    overflow-x: hidden
}

.tweet-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.twitter-div {
    width: 80%;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    background: #ffffff;
    box-shadow: 0 50px 100px #c4d9ed;
    border-radius: 5px;
    margin-bottom: 30px
}

.twitter-div>img {
    width: 200px !important
}

.tweet-div {
    width: 50%;
    font-family: Lato, sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    text-transform: capitalize;
    color: #1e3147;
    margin-top: 51px;
    padding-bottom: 50px
}

.tweet-image {
    width: 140px !important;
    height: 140px !important
}

.tweet {
    font-family: Lato, sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    text-transform: capitalize;
    margin-top: 9px;
    color: #1e3147
}

.icon-div {
    display: flex;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 22px
}

.image-div {
    display: flex;
    justify-content: center
}

.image-details {
    display: grid;
    justify-content: center;
    margin-top: 29px;
    padding-bottom: 50px;
    padding-left: 0
}

.cust-name {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    text-transform: capitalize;
    color: #daa147
}

.cust-profile {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #525151;
    padding-top: 9px;
    padding-left: 12px
}

.info__heading {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 29px;
    color: #1e3147
}

.info__info {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #364454
}

.landing-frame__4 {
    background: #ffffff;
    display: flex;
    justify-content: center
}

.landing-4__container-div {
    width: 1351px;
    overflow-x: hidden
}

.seeding-div {
    padding-top: 20px;
    padding-bottom: 0
}

.seeding-image__div {
    padding-left: 10%;
    height: 100%
}

.seed-image {
    width: 90%;
    height: 100%
}

.seeding-info__div {
    display: grid;
    grid-template-rows: .25fr .5fr 1fr 1fr 1fr;
    width: 75%
}

.seeding-info__div_button_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.open-button {
    color: #daa147;
    fill: #daa147;
    background: transparent;
    outline: none !important;
    border: 0;
    width: -moz-max-content;
    width: max-content;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    margin-left: -3px
}

.open-button:hover {
    color: #daa147;
    fill: #daa147;
    text-decoration: none
}

.open-button>span {
    margin-left: 5px
}

.watch_demo_btn {
    margin-left: 1rem
}

.open_in_new_icon {
    margin-top: -3px
}

.slideshow_icon {
    font-size: 24;
    margin-top: -5px
}

.landing-frame__5 {
    background: #f8f9fc;
    display: flex;
    justify-content: center
}

.landing-5__container-div {
    width: 1351px;
    overflow-x: hidden
}

.card-div {
    padding-top: 57px;
    padding-bottom: 60px
}

.card-info__div {
    display: grid;
    grid-template-rows: .25fr .75fr 1.25fr 1fr;
    width: 75%;
    margin-left: 20%
}

.card-image {
    height: 100%;
    width: 90%
}

.no-more-losing-image {
    width: 500px;
    height: 421px
}

.landing-frame__6 {
    background: #ffffff;
    display: flex;
    justify-content: center
}

.landing-6__container-div {
    width: 1351px;
    overflow-x: hidden
}

.haven-div {
    padding-top: 57px;
    padding-bottom: 100px
}

.haven-info__div {
    display: grid;
    grid-template-rows: .25fr .6fr 1.5fr;
    width: 72%
}

.haven-image {
    width: 90%;
    height: 100%
}

.space-frame {
    background: url(space_background.html);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: -10px
}

.space-frame__container-div {
    width: 1351px;
    overflow-x: hidden
}

.space-frame-container {
    padding-top: 60px;
    padding-bottom: 332px
}

.space-heading_wrapper {
    width: 62%;
    padding-left: 120px
}

.space-heading {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 29px;
    color: #f3f8ff;
    margin-top: 30px;
    width: 40%
}

.space-info-wrapper {
    width: 38%;
    padding-top: 58px;
    padding-right: 120px
}

.space-info {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #f3f8ff;
    margin-top: 10px
}

.animated {
    visibility: visible
}

.environment-card {
    position: absolute;
    background: rgba(0, 0, 0, 0);
    bottom: 10px
}

.card1 {
    left: 337px;
    bottom: 97px
}

.card2 {
    left: 600px;
    bottom: 80px
}

.card3 {
    right: 434px;
    bottom: 130px
}

.card4 {
    right: 254px;
    bottom: 85px
}

.backup-frame {
    background-color: #232222;
    display: flex;
    justify-content: center
}

.backup-frame__container-div {
    width: 100%;
    max-width: 1351px;
    position: relative;
    background: #ffffff
}

.backup_content_wrapper {
    position: absolute;
    width: 44%;
    margin: 40px 28%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1
}

.backup_decoration_1 {
    width: 10%;
    background: #e0b36a;
    height: 3px;
    margin: 28px
}

.backup_heading_1 {
    color: #fff;
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: center
}

.backup_content_1 {
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    margin: 40px 0 0
}

.backup_content_2 {
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    margin: 20px 0 0
}

.video_wrapper {
    width: 100%;
    max-width: 1351px;
    overflow-x: hidden;
    overflow-y: hidden
}

.video_wrapper>div {
    width: auto !important;
    height: auto !important;
    padding: 0
}

.backup-image {
    display: flex;
    justify-content: center
}

.backup-heading {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 29px;
    color: #f3f8ff;
    margin-top: 28px;
    display: flex;
    justify-content: center
}

.backup-info {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #f3f8ff;
    display: flex;
    justify-content: center;
    margin-top: 50px
}

.landing-frame__7 {
    background: #ffffff;
    display: flex;
    justify-content: center
}

.landing-7__container-div {
    width: 1351px;
    overflow-x: hidden
}

.support-info__div {
    display: grid;
    grid-template-rows: .25fr .6fr .75fr .85fr 1fr;
    padding-top: 40px;
    width: 75%
}

.inheritance_btn {
    width: auto;
    cursor: auto !important
}

.landing-frame__8 {
    background: #f5faff;
    display: flex;
    justify-content: center
}

.landing-8__container-div {
    width: 1351px;
    overflow-x: hidden
}

.laptop-info__div {
    width: 75%;
    margin-left: 20%
}

.laptop-info__bar {
    margin-bottom: 10px
}

.laptop-info__heading,
.laptop-info__info {
    margin-bottom: 20px
}

.artifact_rect_1 {
    background: #f2f3f3;
    height: 42px;
    margin-top: 40px
}

.artifact_rect_2 {
    background: #c0c4c4;
    height: 60px
}

.working-frame {
    background: linear-gradient(180deg, #232222 0%, #232123 53.67%);
    display: flex;
    justify-content: center
}

.working-frame__container-div {
    width: 1351px;
    overflow-x: hidden
}

.working-heading {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 45px;
    line-height: 54px;
    color: #f3f8ff
}

.working_frame_wrapper {
    padding-top: 84px;
    padding-bottom: 100px
}

.x1card_img {
    margin-top: 25%;
    width: 100%;
    height: 356px
}

.working-tabs {
    display: flex;
    margin-top: 60px;
    width: 50%;
    justify-content: center
}

.working-stepper__div {
    margin-top: 100px;
    display: flex;
    justify-content: center
}

.tab-buttons {
    display: flex;
    justify-content: space-around;
    width: 100%;
    border-bottom: .5px solid #2c2c2c
}

.tab-button__active {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    background: transparent;
    border: 0;
    color: #e0b36a;
    border-bottom: .5px solid #e0b36a;
    outline: none !important;
    padding-bottom: 10px
}

.tab-button__disable {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #8a8c8d;
    border: 0;
    background: transparent;
    outline: none !important;
    padding-bottom: 10px
}

.howitworks-image-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(howitworks_image_wrapper.html) no-repeat;
    background-position: center center;
    height: 500px;
    background-size: contain
}

.label__item {
    text-align: center;
    color: #e0b36a;
    font-size: 1.5rem;
    font-weight: 700
}

.list__item {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #e0b36a;
    margin-top: 26px
}

.list__item_wrapper {
    padding-left: 45%
}

.list__item>span {
    margin-left: 25px
}

.list__item>.chevron__right {
    vertical-align: middle
}

.x1_wallet_img {
    width: 100%;
    height: 524px
}

.mobile-frame {
    background: #f7f8f7;
    display: flex;
    justify-content: center;
    padding-top: 45px;
    padding-bottom: 45px
}

.mobile-frame__container-div {
    width: 1351px;
    overflow-x: hidden
}

.small-dotted {
    position: absolute;
    padding-top: 44px
}

.mobile-info__div {
    padding-top: 80px;
    padding-left: 150px
}

.mobile__heading {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 41px;
    line-height: 50px;
    color: #1e3147
}

.mobile__info {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
    color: #364454
}

.mobile-options__div {
    margin-top: 50px;
    padding-bottom: 90px;
    display: flex
}

.mobile-option {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 25px;
    width: auto;
    color: #364454;
    background: transparent;
    border: 0;
    outline: none !important;
    display: flex;
    justify-content: flex-start;
    padding: 0
}

.contact-button {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #e0b36a;
    background: transparent;
    border: 0;
    outline: none !important;
    transition: all .3s ease
}

.contact-button:hover {
    color: #232323
}

.contact_us_chevron {
    vertical-align: middle;
    margin-left: 0
}

.big-dotted {
    position: absolute;
    margin-left: 12%;
    z-index: 0
}

.mobile_background {
    width: 373px;
    height: 446.5px;
    margin-top: 50px
}

.pre-order__frame {
    background: #232222;
    display: flex;
    justify-content: center
}

.pre-order__container-div {
    width: 1351px;
    overflow-x: hidden
}

.pre-order__div {
    width: 85%;
    background: #f5faff;
    border-radius: 5px;
    padding-bottom: 70px;
    margin-left: 7.5%
}

.pre-order__info {
    width: 70%;
    padding-top: 70px;
    padding-left: 65px
}

.pre-info {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 60px;
    color: #1e3147
}

.pre-sub__info {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    color: #b88d48;
    margin-top: 15px
}

.pre-order__button {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 70px;
    padding-right: 28px
}

.order-button {
    padding: 20px 40px;
    background: #232222;
    border-radius: 50px;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: .05em;
    color: #fff;
    border: 1px solid #232222;
    outline: none !important;
    cursor: pointer;
    transition: all .3 ease-in;
    -webkit-transition: all .3s ease-in
}

.order-button:hover {
    color: #232222;
    background: rgba(10, 10, 10, 0);
    border: 1px solid #232222;
    text-decoration: none
}

.subscription-div {
    margin-top: 100px;
    display: flex;
    justify-content: center
}

.subscribe-button {
    background: #e0b36a;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    outline: none !important;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    padding: 25px;
    letter-spacing: .05em;
    color: #615034;
    transition: all .3s ease
}

.subscribe-button:hover {
    background-color: #b88d48;
    color: #232222
}

.pre-order__footer {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    width: 100%
}

.footer__info {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    letter-spacing: .1em;
    width: 34%;
    color: #e0b36a
}

.horizontal-dotted {
    position: absolute;
    margin-top: -50px
}

.middle__div {
    margin-top: 75px
}

.middle_div .text {
    margin-top: 20px
}

.first_info_how_is {
    padding: 100px 50px !important
}

.pre-order__frame_wrapper {
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.newsletter_icon {
    margin-top: -2px;
    margin-left: 25px;
    background: #dcac5f;
    border-radius: 20px
}

.cool-link {
    display: inline-block
}

.cool-link:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #e0b36a;
    transition: width .3s
}

.cool-link:hover:after {
    width: 100%;
    transition: width .3s
}

@media (max-width: 1024px) {
    .x1card_img {
        height: 313px
    }

    .x1_wallet_img {
        height: 435px
    }

    .no-more-losing-image {
        width: 400px;
        height: 336px
    }

    .landing-heading {
        font-size: 52px
    }
}

@media (max-width: 768px) {
    .seeding-div {
        padding-bottom: 40px
    }

    .landing-container__div {
        overflow: hidden
    }

    .device-container-img {
        position: absolute;
        top: -80px
    }

    .landing-heading {
        font-size: 40px
    }

    .landing-heading__info {
        font-size: 24px;
        line-height: 28.9px;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 25px
    }

    .landing-heading__para {
        width: 100%;
        font-size: 14px;
        line-height: 20px;
        padding: 35px 0 20px;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .landing-footer {
        margin: 0
    }

    .preorder-button {
        font-size: 18px;
        line-height: 22px;
        padding: 10px 30px;
        margin: 20px 0 40px
    }

    .consensys,
    .coindesk {
        width: 150px
    }

    .device-image {
        position: absolute;
        width: 101%;
        margin-top: 0;
        margin-left: -76px
    }

    .no-more-losing-image {
        width: 400px;
        height: 336px
    }

    .x1card_img {
        width: 400px;
        height: 316px
    }

    .x1_wallet_img {
        width: 400px;
        height: 307px
    }

    .backup-frame {
        background-attachment: fixed
    }

    .space-frame {
        background-attachment: inherit
    }

    .discount-div {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 350px
    }

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

    .logo__div img {
        height: 100px
    }

    .middle__info {
        padding: 0 20px
    }

    .info__div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .info__div div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%
    }

    .info__div div span {
        font-size: 16px;
        text-align: center
    }

    .info__div div .discount-condition {
        font-size: 16px;
        text-align: center;
        margin: 0;
        height: -moz-max-content;
        height: max-content
    }

    .button-div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px
    }

    .button-div .pre-button {
        max-height: 36px;
        padding: 10px 20px;
        margin: 20px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .middle-heading {
        font-size: 18px;
        text-align: center;
        font-weight: 700
    }

    .middle__div {
        display: flex;
        flex-direction: column-reverse;
        margin: 0 !important
    }

    .middle__div .middle_img {
        padding: 0;
        margin: 0;
        width: 306px;
        height: 211px
    }

    .landing-3__container__div>div {
        padding: 0 !important
    }

    .twitter-div {
        margin: 50px 0;
        width: 100%;
        position: relative;
        z-index: 100;
        box-shadow: 10px 10px 30px #c4d9ed
    }

    .twitter-div-quote {
        position: absolute;
        width: 100px !important;
        height: 100px;
        left: -20px
    }

    .twitter-div .tweet-div {
        width: 100%;
        font-size: 14px;
        padding: 10px
    }

    .tweet-div .tweet {
        width: 100%;
        font-size: 14px
    }

    .twitter-div .icon-div {
        position: absolute;
        right: 10px;
        top: 10px;
        padding: 0
    }

    .seeding-image__div {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin: 0;
        padding: 0
    }

    .seed-image {
        margin: 40px 0 30px;
        width: 400px;
        height: 481px
    }

    .seeding-info__div {
        margin: 30px 0 0;
        width: 100%;
        font-size: 14px;
        padding-left: 15px
    }

    .open-button {
        width: -moz-max-content;
        width: max-content
    }

    .seeding-info__div {
        grid-template-rows: none;
        padding: 0 20px
    }

    .card-div {
        padding: 0
    }

    .card-div-content {
        display: flex;
        flex-direction: column-reverse
    }

    .card-info__div {
        margin: 0;
        width: 100%;
        padding: 30px
    }

    .haven-info__div {
        width: 100%;
        padding: 20px
    }

    .haven-image {
        width: 100%;
        margin: 40px 0 30px;
        width: 400px;
        height: 366px
    }

    .seed-image {
        margin-bottom: -25px
    }

    .space-frame {
        background-size: contain;
        background-position: bottom center
    }

    .space-frame-container {
        padding: 30px !important
    }

    .space-frame-content {
        display: flex;
        flex-direction: column;
        padding: 20px 20px 130px
    }

    .space-frame-content div {
        width: 100% !important;
        padding: 0 !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .space-heading {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-bottom: 30px
    }

    .space-info {
        text-align: center
    }

    .card1 {
        left: 30px;
        bottom: 40px
    }

    .card2 {
        left: 120px;
        bottom: 30px
    }

    .card3 {
        right: 150px;
        bottom: 50px
    }

    .card4 {
        right: 40px;
        bottom: 45px
    }

    .backup-frame {
        background-size: 120%
    }

    .backup-frame-container {
        padding: 30px !important
    }

    .backup-heading {
        text-align: center;
        margin-bottom: 200px
    }

    .backup-info div {
        width: 100% !important
    }

    .support-info__div {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 30px
    }

    .info__heading {
        margin: 10px 0
    }

    .info__info {
        margin-bottom: 20px
    }

    .haven-div {
        padding-bottom: 0;
        padding-top: 0
    }

    .landing-frame-8-container {
        display: flex;
        flex-direction: column-reverse
    }

    .laptop-info__div {
        margin: 0;
        width: 100%;
        padding: 30px 25px
    }

    .working-frame__container-div>div {
        padding: 30px 20px !important
    }

    .working-heading {
        font-size: 18px
    }

    .tab-buttons {
        width: 100%
    }

    .working-frame__container-div>div>img {
        margin: 20px 0 !important;
        padding: 0 !important;
        width: 100% !important
    }

    .working-frame__container-div>div>div.row {
        margin: 0 !important
    }

    .working-frame__container-div>div>div.row>div>div {
        padding: 30px 0 !important
    }

    .mobile-frame-container {
        display: flex;
        flex-direction: column-reverse
    }

    .small-dotted {
        display: none
    }

    .mobile-info__div {
        padding: 20px 10px !important
    }

    .mobile__heading {
        font-size: 20px
    }

    .mobile__info {
        font-size: 14px;
        color: #000;
        font-weight: 400;
        margin-top: 5px
    }

    .mobile-options__div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0
    }

    .mobile-options__div>div {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .mobile-option {
        width: -moz-max-content;
        width: max-content;
        margin: 0 !important
    }

    .contact-button {
        display: inline
    }

    .pre-order__div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0;
        width: 100%
    }

    .pre-order__info {
        padding: 20px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column
    }

    .pre-order__info>span {
        font-size: 18px;
        font-weight: 600
    }

    .pre-info {
        line-height: 24px;
        font-weight: 900;
        text-align: center
    }

    .pre-order__button {
        padding: 0;
        width: 100%;
        margin: 0 0 30px
    }

    .pre-order__button>div button {
        padding: 5px 30px;
        font-size: 18px
    }

    .subscription-div {
        margin-top: 20px !important
    }

    .subscription-div>button {
        padding: 20px 10px;
        font-size: 14px;
        letter-spacing: normal;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .subscription-div>button>span {
        width: -moz-max-content;
        width: max-content;
        margin: 0
    }

    .subscription-div>button>svg {
        margin: 0 0 0 10px !important
    }

    .footer__info {
        width: 100%
    }

    .working-tabs {
        width: 90%;
        margin-top: 20px
    }

    .howitworks-image-wrapper {
        background-size: 150%;
        height: 400px
    }

    .backup-frame__container-div {
        background: rgb(0, 0, 0)
    }

    .backup_content_wrapper {
        position: relative;
        width: 80%;
        margin: 30px 10% 15px
    }

    .backup_heading_1 {
        z-index: 2
    }

    .backup_content_1 {
        margin-top: 300px;
        z-index: 2
    }

    .video_wrapper {
        position: absolute;
        top: 120px;
        height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: url(video_bg.html);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat
    }

    .video_wrapper>div {
        opacity: .6
    }

    .mobile_background {
        width: 373px;
        height: 446.5px
    }

    .first_info_how_is {
        padding: 100px 15px !important
    }

    .device-frame-top {
        padding-left: 30px !important;
        padding-right: 30px !important;
        margin-top: 10px;
        margin-bottom: 80px
    }

    .d-none-mobile {
        display: none !important
    }

    .pre-order__frame_wrapper {
        padding: 30px 0 100px
    }
}

@media (max-width: 500px) {

    .consensys,
    .coindesk {
        width: 110px
    }
}

@media (max-width: 400px) {

    .flex-end__div,
    .flex-start__div {
        justify-content: center;
        padding: 0
    }

    .pre-order__button {
        margin: 0 0 30px
    }

    .horizontal-dotted {
        width: 100%
    }

    .seed-image {
        width: 300px;
        height: 361px
    }

    .card-image,
    .no-more-losing-image {
        width: 300px;
        height: 252px
    }

    .x1card_img {
        width: 300px;
        height: 237px
    }

    .x1_wallet_img {
        width: 300px;
        height: 230px
    }

    .haven-image {
        width: 300px;
        height: 275px
    }

    .mobile_background {
        width: 300px;
        height: 398px
    }
}

@media only screen and (max-width: 375px) {
    .x1card_img {
        width: 250px;
        height: 198px
    }

    .x1_wallet_img {
        width: 250px;
        height: 192px
    }
}

@media only screen and (max-width: 960px) {
    .support-div>div>div {
        margin: 10px 0
    }

    .flex-start__div,
    .flex-end__div {
        justify-content: center;
        padding: 0
    }
}

.about__container {
    overflow-x: hidden;
    overflow-y: hidden
}

.about-frame__1 {
    display: flex;
    justify-content: center;
    background-size: cover !important;
    background-repeat: no-repeat !important
}

.about-1__container-div {
    width: 1351px;
    overflow-x: hidden
}

.about-background {
    position: absolute;
    z-index: -1;
    overflow: hidden;
    width: 100%;
    height: 150%
}

.about-label {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: .1em;
    margin-top: 120px;
    color: #e0b36a
}

.about-heading {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 45px;
    line-height: 54px;
    letter-spacing: .1em;
    margin-top: 1.5rem;
    color: #f3f8ff
}

.nav-down__button {
    margin-top: 290px;
    width: 64px;
    height: 64px;
    border: 2px solid #f3f8ff;
    box-sizing: border-box;
    background: transparent;
    outline: none !important;
    cursor: pointer;
    border-radius: 35px
}

.about-frame__2 {
    background: #f5faff;
    display: flex;
    justify-content: center
}

.about-2__container-div {
    width: 1351px;
    overflow-x: hidden
}

.divider__about {
    display: flex;
    justify-content: center;
    width: 100%
}

.divider {
    border: 3px solid #e0b36a;
    width: 10%
}

.about_image_1 {
    width: 90%;
    padding-left: 93px;
    margin-top: 70px
}

.about__label {
    display: flex;
    justify-content: center;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: .1em;
    color: #e0b36a;
    margin-top: 20px;
    width: 100%
}

.about__heading {
    display: flex;
    justify-content: center;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 45px;
    line-height: 50px;
    text-align: center;
    color: #1e3147;
    margin-top: 26px
}

.about__heading-text {
    width: 70%
}

.about__info {
    display: flex;
    justify-content: center;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-top: 40px;
    color: #525151
}

.about__info-text {
    width: 75%
}

.about_frame2_wrapper {
    padding-top: 53px;
    padding-bottom: 30px
}

.horizontal_dotted_1 {
    margin-top: -200px;
    position: absolute
}

.about-frame__3 {
    background: #101010;
    padding-bottom: 129px;
    display: flex;
    justify-content: center
}

.about-3__container-div {
    width: 1351px;
    overflow-x: hidden
}

.long-dotted {
    margin-top: 28px;
    margin-left: 100px;
    position: absolute
}

.flex-end {
    display: grid;
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 100px
}

.about-container__3 {
    padding-top: 126px
}

.founder-info {
    margin: 23px 15px 0;
    display: flex;
    justify-content: space-between
}

.founder__name {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .1em;
    color: #e0b36a
}

.profile-button {
    background: transparent;
    outline: none !important;
    border: 0
}

.founder-designation {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .1em;
    color: #898988;
    margin-top: 12px;
    margin-left: 15px
}

.flex-start {
    display: grid;
    justify-content: flex-start;
    padding-left: 100px
}

.long-big__dotted {
    position: absolute;
    right: 10px;
    margin-top: -270px
}

.about-frame__4 {
    background: #f8f9fc;
    display: flex;
    justify-content: center
}

.about-4__container-div {
    width: 1351px;
    overflow-x: hidden
}

.about-container__4 {
    padding-top: 112px;
    padding-bottom: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.support-heading {
    display: flex;
    justify-content: center;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 45px;
    line-height: 54px;
    text-align: center;
    color: #1e3147
}

.support-backed__div {
    margin-top: 90px;
    background: #ffffff;
    box-shadow: 0 50px 100px #c4d9ed;
    padding: 25px 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 350px;
    height: 140px
}

.support__div {
    display: flex;
    justify-content: space-between;
    width: 70%
}

.about_header {
    padding-top: 120px;
    padding-left: 120px;
    padding-bottom: 50px
}

@media only screen and (max-width: 1024px) {
    .support__div {
        flex-direction: column;
        width: unset;
        margin: 0 20px
    }
}

@media only screen and (max-width: 600px) {
    .about-frame__1 {
        background-position: bottom center
    }

    .horizontal_dotted_1 {
        display: none
    }

    .about-background {
        width: 100%;
        height: 60vh;
        -o-object-fit: cover;
        object-fit: cover
    }

    .about_header {
        padding: 0 !important
    }

    .about_header_child_1 {
        width: 100% !important;
        padding-top: 70px
    }

    .about_header_child_2 {
        display: none
    }

    .about_header>div {
        width: 100%;
        padding: 20px 30px;
        margin: 0;
        display: flex;
        flex-direction: column
    }

    .about_header>div.row>div:first-child {
        width: 100% !important
    }

    .about-heading {
        font-size: 24px;
        width: 100%;
        font-weight: 900;
        line-height: 28px
    }

    .about-label {
        font-size: 18px
    }

    .about__label {
        margin-top: 40px
    }

    .about_header>div.row>div:last-child {
        display: none
    }

    .horizontal_dotted_1 {
        margin: -40px 0 0 !important
    }

    .about__heading {
        padding: 0 20px
    }

    .about__heading-text {
        font-size: 24px;
        line-height: 26px;
        width: 100%
    }

    .about__info {
        padding: 0 20px
    }

    .about__info-text {
        width: auto
    }

    .about_image_1 {
        margin: 20px 0 !important;
        padding: 0 !important;
        width: 100% !important
    }

    .long-dotted {
        margin: 5%;
        padding: 0;
        width: 10%
    }

    .about-container__3 {
        padding: 20px;
        display: flex;
        flex-direction: column
    }

    .about-container__3>div.row {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 30px
    }

    .about-container__3 .flex-end,
    .about-container__3 .flex-start {
        padding: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 20px 0
    }

    .about-container__3 .flex-end>img,
    .about-container__3 .flex-start>img {
        width: 60%
    }

    .about-frame__3 {
        padding-bottom: 20px
    }

    .founder-info,
    .founder-designation {
        margin: 0;
        width: 60%
    }

    .founder-info {
        display: flex;
        justify-content: space-between;
        margin-top: 10px
    }

    .founder-info .profile-options,
    .founder-info .profile-options_2 {
        padding: 0
    }

    .long-big__dotted {
        width: 13%
    }

    .about-container__4 {
        padding: 30px 0 50px
    }

    .support-heading {
        font-size: 24px;
        font-weight: 900
    }

    .support-backed__div {
        margin-top: 20px;
        width: unset;
        height: unset
    }
}

@media (max-width: 720px) {
    .support-backed__img {
        width: 100%;
        height: auto
    }
}

.black__page-footer {
    background: #141414;
    width: 100%
}

.black__footer__contents {
    background: #141414
}

.black__footer-list__heading {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .05em;
    color: #fff
}

.black__footer-list__item-label {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .05em;
    cursor: pointer;
    color: #b9b8b8
}

.black__copyright-div {
    border-top: 1px solid #302f2f;
    height: 90px;
    justify-content: center;
    display: flex;
    align-items: center
}

.black-copyright__info {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #b9b8b8
}

.footer-link {
    display: inline-block;
    width: 100%
}

.footer-link:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #ccc;
    transition: width .3s
}

.footer-link:hover:after {
    width: 50%;
    transition: width .3s
}

.security__container {
    overflow-x: hidden
}

.security-frame__1 {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: flex;
    justify-content: center
}

.security-1__container-div {
    width: 1351px;
    overflow-x: hidden
}

.security-divider-top {
    border: 2px solid #e0b36a;
    width: 7%
}

.security-divider {
    border: .5px solid #4f4a43;
    width: 100%
}

.security-heading {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 45px;
    line-height: 54px;
    letter-spacing: .1em;
    width: 49%;
    color: #f3f8ff
}

.security-frame__2 {
    background: #f5faff
}

.security-frame__2.security-frame-black {
    background: #000000
}

.security-2__content {
    display: flex;
    justify-content: center
}

.security-2__container-div {
    width: 1351px;
    overflow-x: hidden
}

.security-container__2 {
    padding-top: 97px
}

.security-frame-black .security-container__2 {
    padding: 60px 0
}

.lock-container {
    display: flex;
    justify-content: center
}

.lock-div {
    width: 88px;
    height: 88px;
    background: #e0b36a;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center
}

.remote-attack-root {
    padding: 150px 0 100px
}

.security-info {
    margin: 48px auto auto;
    font-family: Lato, sans-serif;
    font-style: normal;
    text-align: center;
    color: #1e3147;
    width: 75%
}

.security-frame-black .security-info {
    color: #e0b36a
}

.security-info__heading {
    font-weight: 900;
    font-size: 45px;
    line-height: 60px
}

.security-info__text {
    font-size: 18px
}

.security-frame__3 {
    background: linear-gradient(180deg, #262626 0%, #101010 81.01%);
    display: flex;
    justify-content: center
}

.security-3__container-div {
    width: 1351px;
    overflow-x: hidden
}

.security-container__3 {
    padding-top: 51px;
    padding-bottom: 40px
}

.security-frame__image {
    padding-left: 100px;
    margin-top: 50px
}

.attacks-heading {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 40px;
    margin-top: 120px;
    color: #dcecff
}

.attacks-heading__text {
    width: 90%
}

.attack-type {
    margin-top: 44px;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    color: #e0b36a;
    cursor: pointer
}

.curvy_background {
    position: absolute;
    width: 100%
}

.security-frame__4 {
    background: #242424;
    display: flex;
    justify-content: center
}

.security-4__container-div {
    width: 1351px;
    overflow-x: hidden
}

.security-container__4 {
    padding-top: 175px;
    padding-bottom: 100px
}

.remote-heading {
    display: flex;
    margin-top: 75px;
    align-items: center;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 24px;
    color: #e0b36a
}

.remote-info__para {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-top: 28px;
    width: 88%;
    color: #b9b8b8
}

.remote-info__sub-para {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-top: 23px;
    width: 88%;
    color: #b9b8b8
}

.middle-security__frame {
    background: #1f1e1e;
    overflow-y: hidden;
    overflow-x: hidden;
    display: flex;
    justify-content: center
}

.security-middle__container-div {
    width: 1351px;
    overflow-x: hidden
}

.security-container__5 {
    padding: 100px 0
}

.physical-heading {
    display: flex;
    align-items: center;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 24px;
    padding-left: 120px;
    color: #e0b36a
}

.physical-list {
    margin-top: 22px;
    padding-left: 120px
}

.physical-list__item {
    margin-top: 33px;
    display: flex;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    cursor: pointer;
    color: #dcecff
}

.evil-div {
    margin-left: 35%
}

.pin-div {
    margin-left: 33%
}

.wrench-div {
    margin-left: 26%
}

.physical-info {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    padding-left: 120px;
    margin-top: 51px;
    color: #b9b8b8
}

.physical-sub__info {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    padding-left: 120px;
    margin-top: 21px;
    color: #b9b8b8
}

.security-frame__image-5 {
    width: 80%;
    margin-top: 40px;
    margin-left: 30px
}

.security-info__container {
    display: flex;
    justify-content: center
}

.security-info__div {
    background: #f5faff;
    margin-top: 150px;
    padding: 69px 165px;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    width: 71%;
    color: #1e3147;
    background: url(security_physical_bg.html)
}

.security-fram__6 {
    background: #1f1e1e
}

.security-6__content {
    display: flex;
    justify-content: center
}

.security-6__container-div {
    width: 1351px;
    overflow-x: hidden
}

.security-frame__6-container {
    padding-top: 100px;
    background: linear-gradient(176deg, rgba(29, 28, 28, .8) 78%, rgba(0, 0, 0, 0) calc(78% + 2px));
    padding-bottom: 150px
}

.supply-heading {
    display: flex;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 29px;
    color: #dcecff;
    padding-left: 120px
}

.supply-info {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    padding-left: 190px;
    color: #b9b8b8;
    margin-top: 37px
}

.security-frame__image-6 {
    margin-left: 120px
}

.security-frame__7-image {
    padding-left: 120px
}

.security-frame__container-7 {
    padding-top: 80px
}

.security-7__content {
    display: flex;
    justify-content: center
}

.security-7__container-div {
    width: 1351px;
    justify-content: center
}

.security-frame__right-divider {
    margin-top: 180px
}

.evil-heading {
    display: flex;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 29px;
    color: #dcecff;
    padding-left: 80px
}

.evil-info {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    padding-left: 150px;
    color: #b9b8b8;
    margin-top: 37px;
    width: 94%
}

.security-frame__container-8 {
    padding-top: 150px;
    padding-bottom: 45px
}

.security-8__content {
    display: flex;
    justify-content: center
}

.security-8__container-div {
    width: 1351px;
    overflow-x: hidden
}

.security-frame__image-8 {
    margin-left: 120px
}

.security-frame__left-divider {
    border: .5px solid #4f4a43;
    padding: 0;
    width: 30%;
    margin-top: 150px
}

.security-frame__9 {
    background: #1e1c1c
}

.security-9__content {
    display: flex;
    justify-content: center
}

.security-9__container-div {
    width: 1351px;
    overflow-x: hidden
}

.security-frame__9-container {
    padding-top: 100px
}

.security-frame__9-image {
    padding-left: 120px
}

.pin-info {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    padding-left: 150px;
    color: #b9b8b8;
    margin-top: 37px;
    width: 79%
}

.security-frame__10-container {
    padding-top: 150px
}

.security-10__content {
    display: flex;
    justify-content: center
}

.security-10__container-div {
    width: 1351px;
    overflow-x: hidden
}

.firmware-info {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    padding-left: 190px;
    color: #b9b8b8;
    margin-top: 37px;
    width: 90%
}

.security-frame__11 {
    background: #1f1e1e
}

.security-11__content {
    display: flex;
    justify-content: center
}

.security-11__container-div {
    width: 1351px;
    overflow-x: hidden
}

.security-frame__11-container {
    padding-top: 100px
}

.security-frame__11-image {
    padding-left: 120px
}

.wrench-info {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    padding-left: 150px;
    color: #b9b8b8;
    margin-top: 37px;
    width: 87%
}

.wrench-sub__info {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    padding-left: 150px;
    color: #b9b8b8;
    margin-top: 22px;
    width: 92%
}

.security-frame__12 {
    background: linear-gradient(180deg, #ffffff 10.97%, #f1f0f0 100%);
    display: flex;
    justify-content: center
}

.security-12__container-div {
    width: 1351px;
    overflow-x: hidden
}

.security-container__12 {
    padding-top: 100px;
    padding-bottom: 100px
}

.lock-div__2 {
    width: 88px;
    height: 88px;
    background: #e0b36a;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 120px
}

.cypherock-label {
    margin-left: 120px;
    margin-top: 40px;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 750;
    font-size: 22px;
    line-height: 30px;
    color: #393030
}

.cypherock-info {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    margin-left: 120px;
    margin-top: 16px;
    color: #393030
}

.security-display-mobile {
    display: none !important
}

@media only screen and (max-width: 600px) {
    .security_heading_container {
        padding: 0 !important
    }

    .security_heading_container>div.row {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 40px 0
    }

    .security_heading_container>div.row>div:last-child {
        display: none
    }

    .security-divider-top {
        margin-bottom: 20px
    }

    .security-divider {
        border-width: 2px;
        margin: 50px 0 20px
    }

    .security-heading {
        font-size: 24px;
        width: 100%;
        line-height: 26px;
        margin: 0 !important
    }

    .security_horizontal_dotted_1 {
        margin-top: -20px !important;
        display: none
    }

    .security-container__2 {
        padding: 50px 20px
    }

    .lock-div {
        height: 40px;
        width: 40px
    }

    .lock-div>svg {
        font-size: 24px !important
    }

    .security-info__heading {
        font-size: 24px;
        line-height: 26px;
        margin-top: 20px
    }

    .security_div_1 {
        margin: 0 !important
    }

    .remote-attack-root {
        padding: 50px 0
    }

    .security-frame__image {
        width: 60%;
        padding: 0;
        margin: 0
    }

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

    .attacks-heading {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .attacks-heading__text {
        text-align: center
    }

    .sercurity-container__4 {
        padding: 30px 20px !important
    }

    .security-frame__image {
        width: 80%
    }

    .remote-info__para,
    .remote-info__sub-para {
        font-size: 16px;
        line-height: 26px;
        margin: 20px 0;
        width: 100%
    }

    .security-container__5 {
        padding: 50px 20px
    }

    .security-container__5>div.row {
        display: flex;
        flex-direction: column-reverse
    }

    .security-frame__image-5 {
        margin: 0;
        width: 100%
    }

    .physical-heading,
    .physical-list,
    .physical-info,
    .physical-sub__info {
        padding: 0
    }

    .physical-heading {
        margin: 30px 0
    }

    .physical-list__item {
        display: flex;
        flex-direction: column;
        margin: 0
    }

    .physical-list__item>div {
        margin: 5px 0;
        font-size: 14px
    }

    .physical-info {
        font-size: 16px;
        line-height: 26px;
        margin-top: 20px
    }

    .physical-sub__info {
        font-size: 16px;
        line-height: 26px
    }

    .security-info__div {
        margin-top: 50px;
        padding: 30px;
        width: 90%;
        font-size: 14px;
        line-height: 20px;
        color: #000
    }

    .security-row-reverse {
        display: flex;
        flex-direction: column-reverse;
        padding: 0;
        margin: 0
    }

    .security-align-center-center {
        display: flex;
        flex-direction: column-reverse;
        padding: 0;
        margin: 0;
        align-items: center;
        justify-content: center
    }

    .security-align-center-center>img {
        width: 50%;
        margin: 0 !important;
        padding: 0 !important
    }

    .security-small-font {
        font-size: 16px;
        line-height: 26px;
        width: 100%;
        padding: 0 10px
    }

    .security-small-heading {
        margin: 20px 0 !important;
        padding: 0 10px !important
    }

    .security-small-heading>span {
        margin-left: 15px !important;
        font-size: 18px
    }

    .security-less-padding {
        padding: 30px 20px !important
    }

    .security-divider {
        display: none
    }

    .supply-heading {
        padding: 0;
        margin-top: 40px
    }

    .supply-info {
        padding: 0
    }

    .security-frame__image-6 {
        margin: 0;
        width: 50%
    }

    .security-container__12 {
        padding: 50px 20px
    }

    .lock-div__2 {
        height: 40px;
        width: 40px;
        margin: 20px 0
    }

    .lock-div__2>svg {
        font-size: 18px !important
    }

    .cypherock-label {
        margin: 0 0 15px;
        font-size: 18px;
        text-align: center
    }

    .cypherock-info {
        margin: 0;
        font-size: 16px;
        text-align: center
    }

    .security-display-desktop {
        display: none !important
    }

    .security-display-mobile {
        display: flex !important
    }

    .last_image_wrapper {
        display: none
    }

    .security-align-center {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }
}

.hardware__container {
    overflow-x: hidden;
    overflow-y: hidden
}

.hardware-frame__1 {
    background: url(wallet-connected-to-laptop.html);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #0009;
    display: flex;
    justify-content: center
}

.hardware-1__container-div {
    width: 1351px;
    overflow-x: hidden
}

.hardware-divider {
    border: 4px solid #e0b36a;
    background: #e0b36a;
    width: 7%
}

.hardware-frame__2 {
    background: #f5faff;
    display: flex;
    justify-content: center
}

.hardware-2__container-div {
    width: 1351px;
    overflow-x: hidden
}

.hardware-frame__2-container {
    padding-top: 50px;
    padding-bottom: 70px
}

.frame-2__divider {
    display: flex;
    justify-content: center
}

.hardware-divider {
    width: 10%
}

.hardware-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin-top: 100px;
    color: #565656
}

.hardware-info__text {
    width: 63%
}

.hardware-frame__3 {
    background: linear-gradient(185.17deg, #101010 50%, #0a0a0a calc(50% + 2px))
}

.hardware-3__contents {
    display: flex;
    justify-content: center
}

.hardware-3__container-div {
    width: 1351px;
    overflow-x: hidden
}

.large-dotted {
    position: absolute;
    margin-left: 21.5px;
    margin-top: 275px
}

.hardware-frame__3-container {
    padding-top: 150px
}

.failure-heading {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: .05em;
    padding-left: 120px;
    color: #e0b36a
}

.failure-info {
    padding-left: 120px;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-top: 35px;
    color: #b9b8b8
}

.failure-info__text {
    width: 84%
}

.blurred_background {
    width: 38px;
    height: 421px;
    background: #3b3221;
    filter: blur(100px);
    position: absolute
}

.hardware-responsive-image {
    height: 350px;
    width: auto
}

.hardware-frame__4-container {
    margin-top: 50px
}

.hardware-4__contents {
    display: flex;
    justify-content: center;
    padding-bottom: 15px
}

.hardware-4__container-div {
    width: 1351px;
    overflow-x: hidden
}

.hardware-frame__4-image {
    margin-top: 325px;
    margin-left: 80px
}

.wallet-heading {
    margin-top: 315px;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: .05em;
    padding-left: 120px;
    color: #e0b36a
}

.wallet-info {
    padding-left: 120px;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-top: 35px;
    color: #b9b8b8
}

.better-secured-element-image {
    margin-left: -85px;
    margin-top: -25px;
    width: 90%
}

.wallet-info__text {
    width: 90%
}

.wallet-info__sub-text {
    width: 90%;
    margin-top: 21px
}

.hardware-frame__container-6 {
    padding-top: 100px;
    background: linear-gradient(176deg, #0a0a0a 58%, #101010 calc(58% + 2px));
    padding-bottom: 100px
}

.hardware-frame__row-6 {
    padding-top: 20px
}

.hardware-frame__7 {
    background: linear-gradient(185.17deg, #101010 50%, #0a0a0a calc(50% + 2px))
}

.hardware-7__contents {
    display: flex;
    justify-content: center
}

.hardware-7__container-div {
    width: 1351px;
    overflow-x: hidden
}

.hardware-frame__7-container {
    padding-top: 1px
}

.secure-heading {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: .05em;
    padding-left: 120px;
    color: #e0b36a
}

.secure-heading__text {
    width: 70%
}

.secure-info {
    padding-left: 120px;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-top: 35px;
    color: #b9b8b8
}

.secure-info__text {
    width: 84%
}

.hardware-frame__8-container {
    margin-top: 50px
}

.hardware-8__contents {
    display: flex;
    justify-content: center
}

.hardware-8__container-div {
    width: 1351px;
    overflow-x: hidden
}

.hardware-frame__8-image {
    margin-top: 200px;
    margin-left: 80px
}

.hardware-frame__container-9 {
    padding-top: 100px;
    background: linear-gradient(176deg, #0a0a0a 58%, #f5faff calc(58% + 2px));
    padding-bottom: 100px;
    margin-top: -2px
}

.hardware-frame__row-9 {
    padding-top: 20px
}

.hardware-frame__10 {
    background: #f5faff;
    display: flex;
    justify-content: center
}

.hardware-10__container-div {
    width: 1351px;
    overflow-x: hidden
}

.hardware-frame__container-10 {
    padding-bottom: 100px
}

.crypto-heading {
    display: flex;
    justify-content: center
}

.crypto-heading__text {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 45px;
    line-height: 54px;
    text-align: center;
    letter-spacing: .05em;
    text-transform: capitalize;
    width: 30%;
    color: #1e3147
}

.coming-soon-coins-wrapper {
    border-top: 1px solid #c4c4c4;
    margin: 60px 0 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.coming-soon-coins {
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: .1em;
    text-align: center;
    margin-top: -10px;
    padding: 0 40px;
    background-color: #f5faff;
    width: -moz-max-content;
    width: max-content
}

.coin-container-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 100px;
    margin: 10px 20px
}

.coins-container {
    width: 65%;
    padding-left: 11%;
    margin-top: 40px;
    display: flex
}

.coin-container img {
    width: 100%;
    height: 100%;
    padding: 20px
}

.coin-container {
    width: 80px;
    height: 80px;
    background: #ffffff;
    box-shadow: 0 0 20px #bdc3cf66;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6px
}

.coin-label {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #656d76;
    margin-top: 10px;
    width: 35%
}

.coin-text {
    text-align: center;
    max-width: 80px;
    color: #656d76
}

@media only screen and (max-width: 600px) {
    .fix-padding {
        padding: 30px 20px !important
    }

    .reset-margin {
        margin: 0 !important
    }

    .reset-padding {
        padding: 0 !important
    }

    .divider-hardware {
        display: flex
    }

    .hardware_heading>div.row>div:first-child {
        width: 100% !important;
        padding: 20px
    }

    .hardware_heading>div.row>div:last-child {
        display: none
    }

    .hardware_dotted_1 {
        margin-top: -40px !important;
        width: 100%
    }

    .hardware-info {
        margin-top: 20px;
        padding: 20px
    }

    .hardware-info__text {
        width: 100%;
        font-size: 14px;
        line-height: 20px
    }

    .hardware-frame__2-container {
        padding: 50px 20px
    }

    .hardware-frame__container-6 {
        padding: 30px
    }

    img.hardware-responsive-image {
        height: auto;
        width: auto;
        margin: 0 0 20px !important
    }

    .align-flex-col-reverse {
        display: flex;
        flex-direction: column-reverse
    }

    .align-flex-col-center {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .align-flex-col-center>img {
        width: 70% !important;
        margin: 70px 0 50px
    }

    .better-secured-element-image {
        margin: 0 !important
    }

    .hardware-frame__3 {
        background: linear-gradient(185.17deg, #101010 45%, #0a0a0a calc(45% + 2px))
    }

    .failure-heading {
        padding: 0 20px;
        margin: 20px 0 0
    }

    .failure-info {
        padding: 0 20px;
        margin-top: 15px
    }

    .failure-info>.failure-info__text {
        margin: 0;
        width: 100%;
        font-family: Lato;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        letter-spacing: 0em;
        text-align: left
    }

    .hardware-frame__4-image {
        margin: 0
    }

    .hardware-frame__7 {
        background: linear-gradient(185.17deg, #101010 55%, #0a0a0a calc(55% + 2px))
    }

    .wallet-heading {
        margin: 0;
        padding: 20px
    }

    .wallet-info {
        padding: 0 20px;
        margin: 0
    }

    .wallet-info__text,
    .wallet-info__sub-text {
        width: 100%
    }

    .secure-heading {
        margin: 0;
        padding: 20px;
        width: 100%
    }

    .secure-heading>div {
        width: 100%
    }

    .secure-info {
        margin: 0;
        padding: 20px
    }

    .secure-info>div {
        width: 100%
    }

    .crypto-heading__text {
        width: 100%;
        font-size: 24px;
        font-weight: 900;
        line-height: 28px;
        margin-bottom: 30px
    }

    .coins-container {
        width: 100%
    }

    .coming-soon-coins-container {
        margin: 0
    }

    .coin-container {
        width: 70px;
        height: 70px;
        margin-bottom: 10px
    }

    .coin-container>svg {
        font-size: 24px !important
    }

    .coin-label {
        width: 100%;
        font-size: 14px
    }

    .align-flex-col-top {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start
    }

    .hardware-sub-heading-text {
        font-size: 18px;
        font-weight: 900
    }

    .hardware-sub-heading-content {
        font-family: Lato;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        letter-spacing: 0em;
        text-align: left
    }

    .large-dotted {
        display: none
    }

    .current-coin-container {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto !important
    }
}

.inheritance-container {
    overflow-x: hidden;
    overflow-y: hidden
}

.inheritance-frame__1 {
    background: #000000;
    display: flex;
    justify-content: center
}

.inheritance-1__container-div {
    width: 1351px;
    overflow-x: hidden
}

.inheritance-divider__div {
    display: flex;
    justify-content: center
}

.inheritance-divider {
    border: 4px solid #e0b36a;
    width: 10%
}

.inheritance-heading {
    display: flex;
    justify-content: center
}

.inheritance-heading__text {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    width: 60%;
    color: #f3f8ff;
    margin-top: 34px
}

.inheritance-info {
    display: flex;
    justify-content: center
}

.inheritance-info__text {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    margin-top: 38px;
    text-align: center;
    width: 69%;
    color: #f3f8ff
}

.circular-dotted {
    position: absolute;
    margin-top: -130px
}

.inheritance-frame__2 {
    background: #f5faff;
    display: flex;
    justify-content: center
}

.inheritance-2__container-div {
    width: 1351px;
    overflow-x: hidden
}

.inheritance-frame__2-container {
    padding-top: 74px;
    padding-bottom: 100px
}

.implementation-heading {
    display: flex;
    justify-content: center
}

.implementation-heading__text {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    color: #c89035
}

.implementation-info {
    display: flex;
    margin-top: 24px;
    justify-content: center
}

.implementation-info__text {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: bolder;
    font-size: 20px;
    line-height: 40px;
    color: #333
}

.implementation-sub-info {
    display: flex;
    justify-content: center;
    margin-top: 15px
}

.implementation-sub-info__text {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    width: 40%;
    color: #333
}

.play-button__div {
    display: flex;
    justify-content: center;
    margin-top: 29px
}

.play-button {
    background: transparent;
    border: 0;
    outline: none !important;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #b7a4a4
}

.frame-2__row {
    padding-top: 80px
}

.flex-end__inheritance {
    display: flex;
    justify-content: flex-end
}

.img-div {
    background: #ffffff;
    box-shadow: 0 0 30px #0000000d;
    border-radius: 10px;
    width: 449px;
    height: 306px;
    margin-top: 35px
}

.inheritance-step__active {
    display: flex;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
    color: #c89035;
    justify-content: flex-start;
    align-items: center
}

.flex-start__inheritance {
    padding-left: 54px
}

.inheritance-step__info {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    width: 80%;
    color: #333;
    margin-left: 58px
}

.inheritance-step__disable {
    display: flex;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
    color: #333;
    justify-content: flex-start;
    align-items: center
}

.inheritance-frame__3 {
    background: #f8f9fc;
    display: flex;
    justify-content: center
}

.inheritance-3__container-div {
    width: 1351px;
    overflow-x: hidden
}

.inheritance-container__3 {
    padding-bottom: 120px;
    padding-top: 120px
}

.fear-info {
    padding-left: 150px
}

.fear-heading__text {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    color: #c89035
}

.fear-info__text {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 30px;
    margin-top: 40px;
    color: #333
}

.fear-sub-info__text {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    width: 70%;
    margin-top: 17px;
    color: #333
}

.fear-start__inheritance {
    display: flex;
    justify-content: flex-start;
    padding-left: 54px
}

.inheritance-frame__4 {
    background: #171d23;
    display: flex;
    justify-content: center
}

.inheritance-4__container-div {
    width: 1351px;
    overflow-x: hidden
}

.inheritance-frame__container-4 {
    padding-top: 100px;
    padding-left: 30px;
    padding-bottom: 100px
}

.option-button {
    background: transparent;
    border: 0;
    outline: none !important;
    width: 30%;
    height: 584px;
    padding: 0;
    cursor: pointer;
    margin-left: 30px
}

.option-div__disable {
    background: #ffffff;
    box-shadow: 0 0 10px #0000001a;
    border-radius: 10px;
    height: 100%
}

.option-div__active {
    background: #ffffff;
    box-shadow: 0 0 10px #0000001a;
    border-radius: 10px;
    height: 100%;
    border-bottom: 7px solid #f4af3f
}

.option-heading {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
    padding-top: 53px;
    color: #000;
    display: flex;
    justify-content: center
}

.option-rate {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    color: #f4af3f;
    margin-top: 37px;
    display: flex;
    justify-content: center
}

.option-condition {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    margin-top: 7px;
    display: flex;
    justify-content: center;
    color: #f4af3f
}

.service-button__div {
    margin-top: 50px;
    display: flex;
    justify-content: center
}

.service-button__disable {
    width: 53%;
    height: 51px;
    background: transparent;
    border: 1.5px solid #f4af3f;
    box-sizing: border-box;
    border-radius: 5px;
    outline: none !important;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #f4af3f
}

.service-button__active {
    width: 53%;
    height: 51px;
    background: #f4af3f;
    box-sizing: border-box;
    border: 0;
    border-radius: 5px;
    outline: none !important;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    box-shadow: 0 0 30px #8461064d;
    color: #fff
}

.option-info {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    display: flex;
    justify-content: center;
    color: #777;
    margin-top: 65px
}

.option-info__text {
    width: 53%
}

.free-info__div {
    display: flex;
    justify-content: center;
    margin-top: 52px
}

.free-info__text {
    border-top: 1px solid #efebeb;
    width: 67%;
    height: 60px;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    justify-content: center;
    display: flex;
    align-items: center;
    color: #777
}

.all-features__div {
    margin-top: 120px;
    justify-content: center;
    display: flex
}

.all-features__button {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    background: transparent;
    outline: none !important;
    border: 0;
    text-transform: uppercase;
    color: #e0b36a
}

.inheritance-frame__5 {
    background: #f5faff;
    display: flex;
    justify-content: center
}

.inheritance-5__container-div {
    width: 1351px;
    overflow-x: hidden
}

.inheritance-container__5 {
    padding-top: 120px;
    padding-bottom: 100px
}

.custom-info {
    padding-left: 75px
}

.custom-heading__text {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    width: 70%;
    color: #c89035
}

.custom-info__text {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 30px;
    width: 80%;
    color: #333;
    margin-top: 40px
}

.inheritance-frame__6 {
    background: #ffffff;
    display: flex;
    justify-content: center
}

.inheritance-6__container-div {
    width: 1351px;
    overflow-x: hidden
}

.beneficiary-sub-info__text {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin-top: 23px;
    width: 90%;
    color: #333
}

.inheritance-frame__7 {
    background: #f8f9fc;
    display: flex;
    justify-content: center
}

.inheritance-7__container-div {
    width: 1351px;
    overflow-x: hidden
}

.inheritance-frame__container-7 {
    padding-top: 91px;
    padding-bottom: 100px
}

.respnse-heading__div {
    display: flex;
    justify-content: center
}

.respnse-heading__text {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    color: #c89035
}

.response-info__div {
    display: flex;
    justify-content: center;
    margin-top: 24px
}

.respnse-info__text {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 30px;
    width: 45%;
    text-align: center;
    color: #333
}

.response-sub-info__div {
    display: flex;
    justify-content: center
}

.respnse-sub-info__text {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    width: 40%;
    margin-top: 50px;
    color: #333
}

.img-big__div {
    background: #ffffff;
    box-shadow: 0 0 30px #0000000d;
    border-radius: 10px;
    width: 50%;
    height: 346px;
    margin-left: 27%;
    margin-top: 60px
}

.inheritance-frame__8 {
    background: #f8f9fc;
    padding-bottom: 150px;
    display: flex;
    justify-content: center
}

.inheritance-8__container-div {
    width: 1351px;
    overflow-x: hidden
}

.inheritance-frame__container-8 {
    padding-top: 120px
}

.questions-heading__div {
    display: flex;
    justify-content: center
}

.questions-heading__text {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 26px;
    text-align: center;
    color: #1e3147
}

.questions-input__div {
    display: flex;
    justify-content: center;
    margin-top: 113px
}

.questions-input {
    width: 64%;
    height: 60px;
    background: #fcfdfe;
    border: 1px solid #ededed;
    box-sizing: border-box;
    box-shadow: 0 0 15px #0000001a;
    border-radius: 4px;
    padding-left: 97px;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 26px;
    display: flex;
    justify-content: center;
    color: #5f5f5f
}

.question {
    margin-top: 65px;
    border-bottom: .2px dashed #4a402e;
    display: flex;
    align-items: center;
    width: 80%;
    margin-left: 10%;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 26px;
    cursor: pointer;
    padding-bottom: 41.5px;
    color: #525151
}

.question-dropdown {
    background: transparent;
    width: 80%;
    position: relative !important;
    transform: unset !important;
    margin-top: 20px;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 28px;
    color: #525151;
    border: 0
}

.inheritance-frame__9 {
    background: #ffffff;
    display: flex;
    justify-content: center
}

.inheritance-9__container-div {
    width: 1351px;
    overflow-x: hidden
}

.inheritance-frame__container-9 {
    padding-top: 120px;
    padding-bottom: 150px
}

.demo-heading__div {
    display: flex;
    justify-content: center
}

.demo-heading__text {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 70px;
    width: 40%;
    text-align: center;
    color: #000
}

.demo-button__div {
    display: flex;
    justify-content: center;
    margin-top: 58px
}

.demo-button {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    background: #f4af3f;
    border-radius: 5px;
    width: 201px;
    height: 61px;
    color: #fff;
    box-shadow: 0 0 30px #8461064d;
    border: 0
}

.faq-frame {
    overflow-x: hidden;
    overflow-y: hidden;
    background: #090101 center center no-repeat linear-gradient(180deg, #000000 12.3%, rgba(16, 16, 16, 0) 38.28%)
}

.faq-contents {
    display: flex;
    justify-content: center
}

.faq-frame__container-div {
    width: 1351px;
    overflow-x: hidden
}

.faq-background__div {
    margin-top: 50px;
    display: flex;
    padding-left: 18%
}

.semi-circle__background {
    position: absolute;
    z-index: -1
}

.faq-background__contents {
    display: flex;
    justify-content: center
}

.faq-background__container-div {
    width: 1351px;
    overflow-x: hidden
}

.faq-background__container {
    padding-top: 100px;
    padding-bottom: 150px
}

.faq-heading {
    display: flex;
    justify-content: center
}

.faq-heading__text {
    font-family: Lato, sans-serif;
    font-weight: 900;
    font-size: 70px;
    color: #fff
}

.faq-input__div {
    margin-top: 100px;
    display: flex;
    justify-content: center
}

.faq-input {
    width: 64%;
    height: 60px;
    background: rgba(10, 10, 10, .6);
    border: 1px solid #1a1919;
    box-sizing: border-box;
    border-radius: 4px;
    padding-left: 97px;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 26px;
    display: flex;
    justify-content: center;
    color: #5f5f5f
}

.faq-question {
    margin-top: 65px;
    border-bottom: .2px dashed #4a402e;
    display: flex;
    align-items: center;
    width: 80%;
    margin-left: 10%;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 26px;
    cursor: pointer;
    color: #f3f8ff;
    padding-bottom: 41.5px
}

.faq-dropdown {
    background: transparent;
    width: 80%;
    position: relative !important;
    transform: unset !important;
    margin-top: 20px;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 28px;
    color: #f3f8ff
}

.faq-no-result__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 80px;
    color: #f3f8ff;
    text-align: center
}

.faq-no-result__link {
    color: #e0b36a
}

.faq-no-result__link:hover {
    color: #aa813e
}

.faq-no-result__btn-container {
    display: flex;
    align-items: center;
    margin-top: 50px
}

.faq-no-result__btn {
    background: #e0b36a;
    border-radius: 50px;
    border: 1px solid #e0b36a;
    outline: none !important;
    padding: 15px 30px;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: .05em;
    color: #030e1b;
    transition: all .3s ease-in
}

.faq-no-result__btn:hover {
    border: 1px solid #e0b36a;
    background: rgba(10, 10, 10, 0);
    color: #e0b36a;
    text-decoration: none
}

@media (max-width: 768px) {
    .faq-no-result__btn-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px
    }

    .faq-no-result__btn-container .faq-no-result__btn {
        max-height: 36px;
        padding: 10px 20px;
        margin: 20px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }
}

@media only screen and (max-width: 600px) {
    .faq-background__div {
        margin: 0;
        padding: 0
    }

    .faq-background__div>img {
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

    .faq-heading__text {
        font-size: 24px;
        font-weight: 900;
        margin-top: -25px;
        margin-bottom: 20px
    }

    .faq-fix-padding {
        padding: 30px 20px !important
    }

    .faq-input__div {
        margin-top: 20px
    }

    .faq-input__div>.faq-input {
        width: 100%;
        padding-left: 10px
    }

    .question-heading-text {
        font-size: 18px;
        line-height: 22px;
        font-weight: 700
    }

    .question-text {
        margin-right: 16px !important;
        font-size: 18px !important
    }

    .question-answer-text {
        font-size: 14px;
        line-height: 20px;
        font-weight: 700
    }

    .faq-question {
        padding: 20px 10px;
        margin: 0;
        width: 100%
    }

    .faq-no-result__container {
        padding: 40px
    }

    .faq-no-result__text {
        font-size: 18px !important
    }

    .faq-no-result__btn-container {
        margin-top: 30px
    }
}

@media only screen and (max-width: 425px) {
    .faq-no-result__container {
        padding: 10px
    }

    .faq-no-result__btn-container {
        margin-top: 20px
    }
}

.refund-frame {
    overflow-x: hidden;
    overflow-y: hidden
}

.refund-frame__container-div {
    width: 1351px;
    overflow-x: hidden
}

.refund-frame__1 {
    background: #090101;
    display: flex;
    justify-content: center
}

.refund-heading__div {
    display: flex;
    justify-content: center;
    margin-top: 120px
}

.refund-heading {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 45px;
    line-height: 54px;
    letter-spacing: .1em;
    color: #f3f8ff;
    text-align: center
}

.refund-info__div {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding-bottom: 75px
}

.refund-info {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 22px;
    color: #e0b36a
}

.dotted-horizontal {
    position: absolute;
    margin-top: -195px
}

.refund-frame__2 {
    background: linear-gradient(180deg, #fbfbfb 0%, #faffff 100%);
    display: flex;
    justify-content: center
}

.refund_2__container-div {
    width: 1351px;
    overflow-x: hidden
}

.refund-frame__continer-2 {
    padding: 93px 0 90px
}

.refund-row {
    display: flex;
    justify-content: center
}

.refund-item {
    display: flow-root;
    justify-content: center;
    width: 37%
}

.refund-option__heading {
    display: flex;
    justify-content: flex-start;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #e0b36a
}

.refund-option {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
    color: #525151
}

.refund-condition {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-top: 11px;
    color: #525151
}

.refund-condition__info {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    margin-top: 34px;
    color: #797979
}

.refund-frame__3 {
    background: #fcffff;
    display: flex;
    justify-content: center
}

.refund-3__container-div {
    width: 1351px;
    overflow-x: hidden
}

.refund-frame__container-3 {
    padding-bottom: 69px
}

.refund-option__sub-info {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-top: 21px;
    color: #525151
}

.refund-frame__4 {
    background: linear-gradient(180deg, #fcffff 0%, #faffff 100%);
    display: flex;
    justify-content: center
}

.refund-4__container-div {
    width: 1351px;
    overflow-x: hidden
}

.refund-frame__container-4 {
    padding-bottom: 49px
}

.refund-frame__5 {
    background: #fcffff;
    display: flex;
    justify-content: center
}

.refund-5__container-div {
    width: 1351px;
    overflow-x: hidden
}

.refund-frame__container-5 {
    padding-top: 30px;
    padding-bottom: 72px
}

.options {
    margin-top: 18px
}

.option {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    margin-top: 4px;
    color: #e0b36a
}

.refund-frame__6 {
    background: linear-gradient(180deg, #faffff 0%, #faffff 100%);
    display: flex;
    justify-content: center
}

.refund-6__container-div {
    width: 1351px;
    overflow-x: hidden
}

.refund-frame__container-6 {
    padding-top: 10px;
    padding-bottom: 190px
}

.refund-logo__div {
    margin-left: -24px
}

@media only screen and (max-width: 600px) {
    .refund-heading__div {
        margin-top: 30px;
        font-size: 20px
    }

    .refund-heading {
        font-size: 24px;
        font-weight: 900
    }

    .refund-info {
        font-size: 18px;
        text-align: center;
        padding: 0 20px
    }

    .dotted-horizontal {
        margin-left: -60px;
        width: 40%
    }

    .refund-row {
        padding: 0 15px;
        margin: 15px 0 !important
    }

    .refund-item {
        width: 100%
    }

    .refund-option__heading {
        font-size: 18px;
        font-weight: 900
    }

    .refund-logo__div {
        height: 50px;
        width: 50px;
        margin-left: -16px
    }

    .refund-logo__div>svg {
        font-size: 50px !important
    }

    .option {
        font-size: 14px;
        line-height: 18px
    }

    .refund-frame__continer-2 {
        padding: 30px 10px
    }

    .refund-condition__info {
        font-size: 14px;
        margin-top: 15px
    }

    .refund-option {
        margin-top: 20px;
        font-size: 14px;
        line-height: 18px
    }

    .refund-option__sub-info {
        margin-top: 15px;
        font-size: 14px;
        line-height: 18px
    }

    .refund-condition {
        font-size: 14px;
        line-height: 18px
    }

    .refund-frame__container-6 {
        padding: 20px 15px
    }

    .refund-frame__container-5,
    .refund-frame__container-4,
    .refund-frame__container-3 {
        padding-bottom: 0
    }
}

.privacy-frame {
    background: #090101;
    overflow-y: hidden;
    overflow-x: hidden;
    display: flex;
    justify-content: center
}

.privacy-frame__container-div {
    width: 1351px;
    overflow-x: hidden
}

.privacy-content-root {
    padding: 0% 10%;
    display: flex;
    justify-content: space-between
}

.privacy-top {
    padding-top: 80px
}

.privacy-heading,
.privacy-subheading {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 45px;
    line-height: 54px;
    letter-spacing: .1em;
    color: #f3f8ff;
    text-align: center
}

.privacy-subheading {
    font-size: 18px;
    line-height: 30px
}

.privacy-info__text {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    margin-top: 36px;
    color: #e0b36a
}

.privacy-frame__1 {
    background: linear-gradient(180deg, #fbfbfb 0%, #faffff 100%);
    display: flex;
    justify-content: center
}

.privacy-1__container-div {
    width: 1351px;
    overflow-x: hidden
}

.privacy-frame__container-1 {
    padding-top: 300px;
    padding-bottom: 120px
}

.privacy-row {
    display: flex;
    justify-content: center
}

.privacy-item {
    display: flow-root;
    justify-content: center;
    margin-top: 20px;
    width: 46%
}

.privacy-info-content {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    width: 100%;
    color: #525151;
    margin-top: 20px
}

.privacy-info__flex {
    display: flex;
    align-items: center;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    width: 100%;
    color: #525151;
    margin-top: 10px
}

@media only screen and (max-width: 600px) {
    .privacy-image {
        display: none
    }

    .privacy-top {
        margin: 0;
        width: 100% !important;
        padding-top: 0
    }

    .privacy-top>div {
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        text-align: center
    }

    .privacy-heading {
        font-size: 24px;
        font-weight: 900;
        margin: 50px 0 20px
    }

    .privacy-info__text {
        font-size: 18px;
        line-height: 22px
    }

    .dotted__horizontal {
        display: none
    }

    .privacy-item {
        width: 100%
    }

    .privacy-frame__container-1 {
        padding: 60px 20px
    }

    .definition-sub__heading {
        font-size: 17px
    }

    .privacy-info-content,
    .privacy-info__flex {
        font-size: 14px;
        line-height: 18px
    }

    .semi_background {
        margin-top: -1px
    }

    .address-div {
        font-size: 16px;
        line-height: 25px;
        margin-top: 35px
    }
}

th,
td {
    padding: 8px;
    border: 1px solid black
}

.terms-frame {
    background: #090101;
    overflow-y: hidden;
    overflow-x: hidden;
    display: flex;
    justify-content: center
}

.terms-frame__container-div {
    width: 1351px;
    overflow-x: hidden
}

.terms-content-root {
    padding: 0% 10%;
    display: flex;
    justify-content: space-between
}

.terms-top {
    padding-top: 80px
}

.terms-heading,
.terms-subheading {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 45px;
    line-height: 54px;
    letter-spacing: .1em;
    color: #f3f8ff;
    text-align: center
}

.terms-subheading {
    font-size: 18px;
    line-height: 30px
}

.terms-info__text {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    margin-top: 36px;
    color: #e0b36a
}

.semi_background {
    position: absolute;
    width: 100%
}

.terms-frame__1 {
    background: linear-gradient(180deg, #fbfbfb 0%, #faffff 100%);
    display: flex;
    justify-content: center
}

.terms-1__container-div {
    width: 1351px;
    overflow-x: hidden
}

.terms-frame__container-1 {
    padding-top: 300px;
    padding-bottom: 120px
}

.planner-div {
    display: flex;
    justify-content: center
}

.planner {
    background: #e0b36a;
    width: 88px;
    height: 88px
}

.terms-row {
    display: flex;
    justify-content: center
}

.terms-item {
    display: flow-root;
    justify-content: center;
    margin-top: 20px;
    width: 46%
}

.terms-info {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    width: 100%;
    color: #525151;
    margin-top: 20px
}

.definition-heading {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 30px;
    margin-top: 50px;
    color: #1e3147
}

.definition-sub__heading {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 30px;
    margin-top: 30px;
    color: #1e3147
}

.terms-info__flex {
    display: flex;
    align-items: center;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    width: 100%;
    color: #525151;
    margin-top: 10px
}

.bullet {
    flex-shrink: 0;
    flex-grow: 0;
    width: 9px;
    height: 9px;
    background: #adadad;
    border-radius: 5px
}

.address-div {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    margin-top: 70px;
    color: #c89035
}

.dotted__horizontal {
    position: absolute;
    z-index: 2;
    margin-top: 100px;
    margin-left: 149px
}

@media only screen and (max-width: 600px) {
    .terms-image {
        display: none
    }

    .terms-top {
        margin: 0;
        width: 100% !important;
        padding-top: 0
    }

    .terms-top>div {
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        text-align: center
    }

    .terms-heading {
        font-size: 24px;
        font-weight: 900;
        margin: 50px 0 20px
    }

    .terms-info__text {
        font-size: 18px;
        line-height: 22px
    }

    .dotted__horizontal {
        display: none
    }

    .terms-item {
        width: 100%
    }

    .terms-frame__container-1 {
        padding: 60px 20px
    }

    .definition-sub__heading {
        font-size: 17px
    }

    .terms-info,
    .terms-info__flex {
        font-size: 14px;
        line-height: 18px
    }

    .semi_background {
        margin-top: -1px
    }

    .address-div {
        font-size: 16px;
        line-height: 25px;
        margin-top: 35px
    }
}

.white_bg {
    justify-content: center;
    align-items: center;
    background-color: #fff;
    margin-top: 0 !important
}

.black-navbar__heading {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .05em;
    cursor: pointer;
    color: #101010
}

.black-navbar__button {
    border: 2px solid #e0b36a;
    box-sizing: border-box;
    border-radius: 50px;
    background: transparent;
    outline: none !important;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: .05em;
    color: #101010;
    padding: 17px 23px;
    transition: all .3s ease
}

.black-navbar__button:hover {
    border: 2px solid #e0b36a;
    background: #e0b36a;
    color: #232222
}

.black-dropdown {
    background: #fbfcfd !important
}

.black-navbar-list__item-label {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .05em;
    cursor: pointer;
    color: #101010
}

.navbar-list-light {
    background: rgba(255, 255, 255, .9);
    border: 1px solid rgb(0, 0, 0, .6)
}

.blog-frame {
    background: linear-gradient(103deg, #211c18 0%, #211a16 59.37%, #252219 100%)
}

.blog-heading-root {
    width: 100%
}

.blog__container-div {
    margin: auto;
    max-width: 680px
}

.blog-heading-div {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 192px 156px 104px
}

.blog-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: Lato, sans-serif
}

.blog-main {
    position: relative;
    background-color: #fff;
    padding: 104px 156px
}

.cypherock-blog-heading {
    font-weight: 700;
    background: linear-gradient(90deg, #e9b873 .19%, #fedd8f 37.17%, #b78d51 100.19%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.blog__hero-image {
    margin: 40px auto
}

.blog-main .blog-heading__text {
    color: #000;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 24px
}

.cypherock-blog-heading {
    font-size: 52px
}

.blog-heading__subtext {
    font-size: 30px;
    font-weight: 400
}

.blog-filters-container {
    flex-basis: 30%
}

.blog-search-input-container {
    position: relative
}

.blog-search-input-container>input {
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 8px;
    min-width: 150px;
    padding: 8px 16px;
    width: 100%
}

.blog-search-input-container>img {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%)
}

.blog-container {
    padding-top: 175px;
    padding-bottom: 100px;
    display: flex;
    justify-content: center
}

.blogs-menu {
    background: #fff;
    display: flex;
    gap: 64px;
    justify-content: space-between;
    padding: 104px 156px
}

.blog-card {
    width: 90%;
    height: 474px
}

.blog-card.blog-card-sm {
    height: 350px
}

.blog-card:hover {
    text-decoration: none
}

.blog-preview__div {
    background: #101010;
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly
}

.blog-preview__div-sm {
    margin-bottom: 100px
}

.blog-preview__heading {
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 40px;
    font-family: Lato, sans-serif;
    color: #f0b04b;
    margin-top: 39px
}

.blog-preview__profile {
    height: 70px;
    width: 100%;
    display: flex
}

.blog-preview__profile-label {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    display: flex;
    align-items: center;
    margin-left: 5%;
    color: #dcecff
}

.blog-time__limit {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 30px;
    font-family: Lato, sans-serif;
    display: flex;
    align-items: center;
    margin-left: 15%;
    color: #dcecff
}

.open-blog__button {
    background: transparent;
    border: 0;
    outline: none !important;
    padding: 0;
    margin-top: 40px;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #daa147
}

.open-blog__button:hover {
    color: #daa147;
    text-decoration: none
}

.open-blog__button>span {
    margin-bottom: -5px
}

.blog-image__div {
    background: #fcfcfc;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 104px
}

.user_profile-div {
    display: flex;
    justify-content: center
}

.blog__meta-details-container .avatar_image {
    width: 56px;
    height: 56px;
    border-radius: 50%
}

.blog__frame {
    margin-top: 44px;
    display: flex;
    justify-content: center
}

.blog__para {
    margin-top: 26px;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #364454
}

.blog__question {
    margin-top: 50px;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #1e3147
}

.blog__list {
    list-style-image: url(old/blogs/blog-bullet.html);
    padding: 0 0 0 15px
}

.blog__list-item {
    margin-top: 24px;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #364454;
    padding-left: 20px
}

.blogs-list {
    display: flex;
    flex-direction: column;
    gap: 72px;
    max-width: 738px
}

.sample-post {
    align-items: center;
    display: flex;
    gap: 32px;
    justify-content: space-between;
    height: 200px
}

.post-thumbnail {
    aspect-ratio: 1;
    border-radius: 4px;
    -o-object-fit: cover;
    object-fit: cover;
    height: inherit
}

.post-content {
    --text-clr: #3b3b3b;
    width: 100%;
    height: 100%;
    transition: all .3s ease-in;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    text-decoration: none
}

.post-details {
    align-items: center;
    -moz-column-gap: 16px;
    column-gap: 16px;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 500;
    justify-content: space-between;
    row-gap: 0;
    width: 100%
}

.post-text-container {
    --text-clr: #3b3b3b;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
    height: inherit;
    padding: 0
}

.post-text {
    color: var(--text-clr);
    text-decoration: none
}

h3.post-text {
    color: var(--text-clr);
    font-weight: 500;
    line-height: normal;
    font-size: 20px
}

.post-text.post-description {
    color: #6a6a6a;
    font-size: 16px;
    margin-top: 16px
}

p.post-text {
    color: var(--text-clr);
    margin-top: 0;
    transition: all .2s ease-in
}

.post-link {
    color: var(--text-clr);
    transition: all .2s ease-in
}

.blogs-list .blog-date-and-readtime {
    align-items: center;
    display: flex;
    gap: 8px
}

.blog-date-and-readtime .bullet,
.blog__date-read-container .bullet {
    background: var(--text-clr, #3b3b3b);
    height: 4px;
    width: 4px
}

.blog-preview__avatar {
    max-height: 470px;
    max-width: 593px;
    -o-object-fit: fill;
    object-fit: fill
}

.blog_nav_wrap {
    display: flex;
    max-width: 1351px;
    width: 100%
}

.blog_nav_wrapper {
    display: flex;
    justify-content: center;
    width: 100%
}

.blog__meta-details-container {
    align-items: center;
    display: flex;
    gap: 16px;
    margin-bottom: 24px
}

.blog__meta-text-details-container {
    color: #3b3b3b;
    display: flex;
    flex-direction: column;
    gap: 8px;
    line-height: normal
}

.blog__meta-text-details-container .blog__author-name {
    font-size: 16px;
    font-weight: 500
}

.blog__meta-text-details-container .blog__date-read-container {
    align-items: center;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    gap: 8px
}

.individual-blog-head {
    background: #fff;
    padding: 192px 156px 104px
}

.blog-content .md-blog {
    font-family: DM Sans, sans-serif
}

.blog-content .blog-profile__label {
    color: #000
}

.blog-content .md-blog>*:not(p, div)>p {
    color: inherit;
    font-size: inherit;
    font-weight: inherit
}

.blog-content .md-blog p,
.blog-content .md-blog li,
.blog-content .md-blog blockquote {
    font-size: 20px;
    margin: 0 0 24px
}

.blog-content .md-blog p {
    color: #6a6a6a
}

.blog-content .md-blog li {
    color: #3b3b3b
}

.blog-content .md-blog a {
    color: #d59009;
    font-size: inherit;
    text-decoration: underline;
    word-break: break-all
}

.blog-content .md-blog a:hover {
    color: #d59009
}

.blog-content .md-blog h2 {
    color: #3b3b3b;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 24px
}

.blog-content .md-blog blockquote {
    color: #6a6a6a;
    border-left: 8px solid #0000;
    padding-left: 48px;
    position: relative
}

.blog-content .md-blog blockquote:before {
    background: linear-gradient(0deg, #e9b873 .19%, #fedd8f 37.17%, #b78d51 100.19%);
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    bottom: 0;
    width: 8px;
    z-index: 1
}

.blog-content .md-blog strong {
    color: #3b3b3b;
    font-size: inherit;
    font-weight: 400
}

.blog__container {
    max-width: 100%
}

.blog-not-found-container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 16px
}

.blog-not-found-container>p:first-child {
    color: #070606;
    font-size: 40px;
    font-weight: 700;
    line-height: normal
}

.blog-not-found-container>p:last-child {
    color: #6a6a6a;
    font-size: 20px;
    font-weight: 500;
    line-height: normal
}

@media (max-width: 968px) {
    .preview-image__bg {
        height: 250px
    }

    .blog-heading-root {
        background-size: contain
    }

    .blogs-menu {
        flex-direction: column;
        gap: 24px;
        padding: 40px
    }

    .blog-main {
        padding: 40px
    }

    .individual-blog-head {
        padding: 216px 40px 104px
    }

    .blog-heading-div {
        padding: 112px 40px 64px
    }

    .blog-preview__avatar {
        width: 100%
    }

    .blog-heading {
        margin: 104px 0 64px;
        text-align: left;
        font-size: 56px
    }

    .blog-heading__subtext {
        font-size: 20px
    }

    .blog-container {
        padding: 50px 0 0;
        height: -moz-fit-content;
        height: fit-content;
        background-position: top left;
        background-repeat: no-repeat;
        background-size: contain
    }

    .blog-card {
        margin: 0;
        width: 100%;
        height: -moz-fit-content;
        height: fit-content
    }

    .blog-card.blog-card-sm {
        height: -moz-fit-content;
        height: fit-content
    }

    .blog-preview__div-sm,
    .preview-image__div-sm {
        margin-bottom: 0
    }

    .blog-preview__profile {
        position: relative
    }

    .blog-preview__profile-label {
        width: 100%;
        font-size: 11px;
        margin-top: -30px
    }

    .blog-time__limit {
        margin: 0;
        position: absolute;
        left: 80px;
        bottom: 0
    }

    .blog--created__at {
        margin-top: 0
    }

    .blog-image__div {
        height: auto
    }

    .blog-image__div>img {
        width: 100%
    }

    .blog__container {
        margin-top: 0
    }

    .navbar-toggler {
        background: rgba(0, 0, 0, .3)
    }

    .blog__list-item {
        padding-left: 10px
    }

    .avatar_image {
        min-width: unset !important
    }

    .blog-main .blog-heading__text {
        font-size: 20px
    }

    .blog-content .md-blog h2 {
        font-size: 20px;
        margin: 0 0 16px
    }

    .blog-content .md-blog p,
    .blog-content .md-blog li,
    .blog-content .md-blog blockquote {
        font-size: 16px;
        margin: 0 0 16px
    }

    .cypherock-blog-heading {
        font-size: 56px
    }

    .blog-filters-container {
        flex-basis: 100%
    }

    .blog-not-found-container>p:first-child {
        font-size: 24px
    }
}

@media (max-width: 540px) {
    .blog-heading {
        margin: 40px 0 32px;
        font-size: 26px
    }

    .blogs-menu {
        padding: 32px
    }

    .blog-main {
        padding: 40px 32px
    }

    .individual-blog-head {
        padding: 118px 32px 64px
    }

    .blog-heading-div {
        padding: 118px 32px 32px
    }

    .blog-main .blog-heading__text {
        font-size: 19px
    }

    .cypherock-blog-heading {
        font-size: 26px
    }

    .blog-content .md-blog p,
    .blog-content .md-blog li,
    .blog-content .md-blog blockquote {
        font-size: 14px;
        margin: 0 0 8px
    }

    .blog-content .md-blog h2 {
        font-size: 18px;
        margin: 0 0 8px
    }

    .blog-content .md-blog blockquote {
        border-left: 4px solid #e9b873;
        padding-left: 24px
    }

    .blog-content .md-blog blockquote:before {
        left: -4px;
        width: 4px
    }

    .sample-post {
        gap: 16px;
        height: 115px
    }

    h3.post-text {
        font-size: 14px
    }

    .post-text.post-description {
        display: none
    }

    .blogs-list {
        gap: 32px
    }

    .blogs-list .blog-date-and-readtime {
        gap: 4px
    }

    .post-details {
        align-items: flex-start;
        border-top: 1px solid #efecec;
        font-size: 12px;
        flex-direction: column;
        padding-top: 4px
    }

    .blog-date-and-readtime .bullet:last-child {
        display: none
    }

    .blog__hero-image {
        margin: 32px 0 40px
    }

    .blog__meta-details-container .avatar_image {
        width: 43px;
        height: 43px
    }

    .blog__meta-text-details-container {
        gap: 6px
    }

    .blog-search-input-container>input {
        padding: 4px 12px
    }

    .blog-search-input-container>img {
        right: 12px
    }

    .blog-not-found-container {
        gap: 8px
    }

    .blog-not-found-container>p:first-child {
        font-size: 15px
    }

    .blog-not-found-container>p:last-child {
        font-size: 13px
    }
}

.newsletter-frame {
    background: #fbfcfd;
    display: flex;
    justify-content: center
}

.newsletter-frame__container-div {
    width: 1351px;
    overflow-x: hidden
}

.newsletter--created__at {
    display: flex;
    justify-content: center;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    font-family: Lato, sans-serif;
    color: #e29634
}

.newsletter-heading-root {
    background: url(old/cypherock_blog_bg.svg) no-repeat center;
    width: 100%;
    height: 200px
}

.newsletter-heading-div {
    background-size: cover;
    background: url(old/cypherock_blog_bg.svg) no-repeat center;
    position: relative;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.newsletter-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-style: normal;
    line-height: 50px;
    text-align: center;
    font-family: Lato, sans-serif;
    color: #1e3147;
    margin-bottom: 90px
}

.newsletter-heading__text {
    font-weight: 700;
    font-size: 45px
}

.newsletter-heading__subtext {
    font-size: 30px;
    font-weight: 400
}

.newsletter-main {
    position: relative;
    background-color: #efefef;
    padding-bottom: 50px
}

.newsletter-heading__text {
    width: 45%;
    margin-bottom: 10px;
    font-weight: 700
}

.newsletter-container {
    background: url(old/blog_background.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fbfcfd;
    padding-top: 175px;
    padding-bottom: 100px;
    margin-top: -30px;
    display: flex;
    justify-content: center
}

.newsletters-menu {
    background: #efefef;
    padding: 0 6% 100px
}

.newsletter-card {
    width: 90%;
    height: 474px
}

.newsletter-card.newsletter-card-sm {
    height: 350px
}

.newsletter-card:hover {
    text-decoration: none
}

.preview-image__div {
    background: linear-gradient(179.96deg, rgba(0, 0, 0, .83) 24.36%, rgba(12, 12, 12, .5) 95.41%, rgba(34, 33, 33, 0) 104.59%);
    display: flex;
    justify-content: center;
    align-items: center
}

.preview-image__bg {
    background-position: center;
    background-size: cover
}

.preview-image__div-sm {
    margin-bottom: 100px
}

.newsletter-preview__div {
    background: #101010;
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly
}

.newsletter-preview__div-sm {
    margin-bottom: 100px
}

.newsletter-preview__heading {
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 40px;
    font-family: Lato, sans-serif;
    color: #f0b04b;
    margin-top: 39px
}

.newsletter-preview__profile {
    height: 70px;
    width: 100%;
    display: flex
}

.newsletter-preview__profile-label {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    display: flex;
    align-items: center;
    margin-left: 5%;
    color: #dcecff
}

.newsletter-time__limit {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 30px;
    font-family: Lato, sans-serif;
    display: flex;
    align-items: center;
    margin-left: 15%;
    color: #dcecff
}

.short-text__div {
    margin-top: 30px;
    width: 96%
}

.short-text {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #dcecff
}

.user_profile-div {
    padding-top: 70px;
    display: flex;
    justify-content: center
}

.avatar_image {
    width: 70px;
    height: 70px;
    border-radius: 50%
}

.blog-profile__label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    font-family: Lato, sans-serif;
    color: #364454;
    display: flex;
    align-items: center;
    margin-left: 20px
}

.newsletter__frame {
    margin-top: 44px;
    display: flex;
    justify-content: center
}

.newsletter__container-div {
    background: url(old/blog_background.png);
    padding: 20px 0 0;
    margin-top: -75px
}

.newsletter__container {
    width: 45%
}

.newsletter__para {
    margin-top: 26px;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #364454
}

.newsletter__question {
    margin-top: 50px;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #1e3147
}

.newsletter__list {
    list-style-image: url(old/blogs/blog-bullet.html);
    padding: 0 0 0 15px
}

.newsletter__list-item {
    margin-top: 24px;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #364454;
    padding-left: 20px
}

button:focus {
    outline: 0px !important
}

.newsletter__sample-post {
    height: 350px;
    background: #ffffff;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    transition: all .3s ease-in;
    border-radius: 20px
}

.newsletter__sample-post:hover {
    box-shadow: 4px 4px 10px #ccc
}

.newsletter__post-content {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    padding: 1rem;
    border-radius: 20px;
    transition: all .3s ease-in;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    text-decoration: none
}

.newsletter__post-content:hover {
    background: rgba(0, 0, 0, .9);
    text-decoration: none
}

.newsletter__post-text {
    color: #fff;
    font-family: lato;
    text-align: right;
    text-decoration: none
}

h3.newsletter__post-text {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.75rem
}

p.newsletter__post-text {
    margin-top: 0;
    margin-bottom: 1rem
}

.newsletter__post-link {
    text-decoration: none;
    color: #e29634
}

.newsletter__post-link:hover {
    color: #e29634;
    text-decoration: none
}

.newsletter-preview__avatar {
    max-height: 470px;
    max-width: 593px;
    -o-object-fit: fill;
    object-fit: fill
}

.read-more-arrow {
    margin-top: -2px;
    margin-left: 5px
}

.newsletter_nav_wrap {
    display: flex;
    max-width: 1351px;
    width: 100%
}

.newsletter_nav_wrapper {
    display: flex;
    justify-content: center;
    width: 100%
}

@media (max-width: 768px) {
    .preview-image__bg {
        height: 250px
    }

    .newsletter-heading-root {
        background-size: contain
    }

    .newsletter-content {
        padding: 10px 20px 50px
    }

    .newsletter__sample-post {
        width: 85vw
    }

    .newsletter-preview__avatar {
        width: 100%
    }

    .newsletter-heading {
        margin-top: 50px;
        padding-top: 20px
    }

    .newsletter-heading__text {
        font-size: 24px
    }

    .newsletter-heading__subtext {
        font-size: 20px
    }

    .newsletter-container {
        padding: 50px 0 0;
        height: -moz-fit-content;
        height: fit-content;
        background-position: top left;
        background-repeat: no-repeat;
        background-size: contain
    }

    .newsletter-card {
        margin: 0;
        width: 100%;
        height: -moz-fit-content;
        height: fit-content
    }

    .newsletter-card.newsletter-card-sm {
        height: -moz-fit-content;
        height: fit-content
    }

    .newsletter-preview__div-sm,
    .preview-image__div-sm {
        margin-bottom: 0
    }

    .newsletter-preview__profile {
        position: relative
    }

    .newsletter-preview__profile-label {
        width: 100%;
        font-size: 11px;
        margin-top: -30px
    }

    .newsletter-time__limit {
        margin: 0;
        position: absolute;
        left: 80px;
        bottom: 0
    }

    .newsletter--created__at {
        margin-top: 0
    }

    .newsletter-heading {
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 80px
    }

    .newsletter-heading__text {
        width: 90%
    }

    .newsletter-image__div {
        height: auto;
        padding: 30px 0
    }

    .newsletter-image__div>img {
        width: 100%
    }

    .newsletter__container {
        width: 90%;
        margin-top: 0
    }

    .navbar-toggler {
        background: rgba(0, 0, 0, .3)
    }

    .newsletters-menu {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .newsletter__list-item {
        padding-left: 10px
    }

    .avatar_image {
        min-width: unset !important
    }

    .newsletter__sample-post {
        height: auto
    }
}

.table_seedPhraseBlog,
.table_cypherock-x1-traditional-wallet {
    border: 1px solid black;
    border-collapse: collapse
}

.md-blog h2,
.md-blog h3 {
    font-size: 1.75rem
}

.md-blog h4 {
    font-size: 1.5rem
}

.md-blog ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px
}

.md-blog ol li {
    display: list-item;
    text-align: -webkit-match-parent
}

.md-blog ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px
}

.md-blog ul li {
    display: list-item;
    text-align: -webkit-match-parent
}

.md-blog {
    font-family: Lato
}

.md-blog blockquote {
    margin-bottom: 1.5rem;
    color: #364454;
    border-left: 1px solid #364454;
    padding-left: .7rem
}

.md-blog a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

.md-blog a:hover {
    color: #0056b3;
    text-decoration: underline
}

.md-blog p,
.md-blog div {
    color: #cbc7c0;
    margin-bottom: 1.5rem
}

.md-blog li p {
    margin-bottom: 1rem
}

.md-blog h1,
.md-blog h2,
.md-blog h3,
.md-blog h4,
.md-blog h5,
.md-blog h6 {
    color: #364454;
    margin: 40px 0
}

.md-blog img {
    max-width: 100%;
    height: auto
}

.md-blog .img-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 1rem 0rem
}

.md-blog .img-container .img-full {
    width: 100%
}

.newsletter-heading-root {
    background: url(old/cypherock_blog_bg.svg) no-repeat center;
    width: 100%;
    height: 200px
}

.newsletter-heading-div {
    background-size: cover;
    background: url(old/cypherock_blog_bg.svg) no-repeat center;
    position: relative;
    height: 200px;
    padding-top: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.newsletter-heading {
    display: flex;
    justify-content: center;
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 2rem;
    font-family: Lato, sans-serif;
    color: #1e3147
}

.newsletter-heading__text {
    width: 45%;
    margin-bottom: 90px
}

.signup-conatiner {
    margin-top: 100px;
    display: flex;
    justify-content: center
}

.newsletter-signup-container .newsletter-signup-button {
    background: #e0b36a;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    outline: none !important;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 30px;
    letter-spacing: .05em;
    color: #615034;
    transition: all .3s ease
}

.newsletter-signup-container .newsletter-signup-button:hover {
    background-color: #b88d48;
    color: #232222
}

.newsletter-subscribe-section__wrapper {
    display: flex;
    justify-content: center
}

.newsletter-subscribe-section__container {
    width: 80%;
    background-color: #fff;
    padding: 50px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.newsletter-subscribe-section__text-container {
    padding-right: 4rem
}

.newsletter-subscribe-section__text-header {
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: 500
}

.newsletter-subscribe-section__text-caption {
    opacity: .7
}

.newsletter-subscribe-section__button {
    background: #e0b36a;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    outline: none !important;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 30px;
    letter-spacing: .05em;
    color: #615034;
    transition: all .3s ease
}

.newsletter-subscribe-section__button:hover {
    background-color: #b88d48;
    color: #232222
}

.newsletter-main {
    position: relative;
    background-color: #efefef;
    padding-bottom: 50px;
    margin-top: 8rem
}

.newsletter-content {
    background: #efefef;
    padding-bottom: 50px;
    overflow-x: hidden
}

.newsletter-container {
    background: url(old/blog_background.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fbfcfd;
    padding-top: 175px;
    padding-bottom: 100px;
    margin-top: -30px;
    display: flex;
    justify-content: center
}

.NewsletterSubscriptionBox-container {
    display: flex;
    align-items: stretch;
    justify-content: center
}

.NewsletterSubscriptionBox-input {
    width: 250px;
    border: none;
    padding: 15px;
    border-radius: 15px 0 0 15px;
    background-color: #efefef
}

.NewsletterSubscriptionBox-input:focus {
    outline-color: #db953c;
    outline-width: 1px
}

.NewsletterSubscriptionBox-inputSm {
    background-color: #efefef;
    padding: 15px;
    border: none;
    border-radius: 15px 0 0 15px;
    width: 250px
}

.NewsletterSubscriptionBox-inputSm:focus {
    outline-color: "#DB953C";
    outline-width: 1px
}

.NewsletterSubscriptionBox-button {
    background: #dfa950;
    color: #fff;
    height: 100%;
    border: none;
    padding: 10px 30px;
    border-radius: 0 15px 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 80px
}

.NewsletterSubscriptionBox-buttonSm {
    background: #dfa950;
    color: #fff;
    height: 100%;
    border: none;
    padding: 10px 20px;
    border-radius: 0 15px 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 60px
}

@media (max-width: 600px) {
    .NewsletterSubscriptionBox-input {
        width: 220px
    }

    .NewsletterSubscriptionBox-inputSm {
        width: 150px
    }

    .NewsletterSubscriptionBox-button {
        min-width: 80px;
        padding: 10px 20px
    }

    .NewsletterSubscriptionBox-buttonSm {
        min-width: 40px;
        padding: 10px 15px
    }
}

@media (max-width: 768px) {
    .newsletter-main {
        margin-top: 6.5rem
    }

    .newsletter-heading-root {
        background-size: contain
    }

    .newsletter-heading {
        font-size: 24px;
        margin-bottom: 1rem;
        margin-top: 0;
        padding-top: 0
    }

    .newsletter-heading__text {
        width: 90%;
        margin-bottom: 80px
    }

    .newsletter-subscribe-section__container {
        flex-direction: column;
        padding: 20px;
        text-align: center
    }

    .newsletter-subscribe-section__text-container {
        padding-right: 0;
        margin-bottom: 2rem
    }

    .newsletter-content {
        padding: 10px 20px 50px
    }

    .newsletter-container {
        padding-top: 50px;
        padding-bottom: 0;
        height: -moz-fit-content;
        height: fit-content;
        background-position: top left;
        background-repeat: no-repeat;
        background-size: contain
    }

    .newsletter-heading-div {
        padding-top: 0rem
    }
}

@media (max-width: 1024px) {
    .newsletter-main {
        margin-top: 7rem
    }
}

.tutorial-frame {
    background: #ffffff;
    overflow-x: hidden
}

.slanting-dotted {
    position: absolute
}

.frame-1 {
    background: linear-gradient(.52deg, #090101 .76%, rgba(9, 1, 1, 0) 17.77%, rgba(9, 1, 1, 0) 74.91%, #090101 99.18%);
    background-color: #090101;
    display: flex;
    justify-content: center
}

.frame-1__container-div {
    width: 1351px;
    overflow-x: hidden
}

.frame__container-1 {
    padding: 20px 0;
    background: url(get_started_hero_bg.html);
    background-position-x: -25px;
    background-position-y: -118px
}

.cysync__div {
    margin-top: 100px
}

.cysync {
    font-family: Lato, sans-serif;
    font-style: normal;
    display: flex;
    justify-content: center;
    font-weight: 700;
    font-size: 45px;
    line-height: 54px;
    color: #d1d1ff
}

.cysync-label {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 600;
    display: flex;
    justify-content: center;
    font-size: 20px;
    line-height: 19px;
    text-transform: capitalize;
    margin-top: 22px;
    color: #f7f7ff
}

.download-div {
    display: flex;
    justify-content: center
}

.download-button {
    border: 0;
    outline: none !important;
    padding: 15px 70px;
    font-family: Lato, sans-serif;
    background: #e0b36a;
    border-radius: 40px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    border: 1px solid #e0b36a !important;
    letter-spacing: .05em;
    color: #030e1b;
    transition: all .3s ease
}

.download-button-small {
    border: 0;
    outline: none !important;
    padding: 15px 70px;
    font-family: Lato, sans-serif;
    background: #e0b36a;
    border-radius: 40px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 29px;
    border: 1px solid #e0b36a !important;
    letter-spacing: .05em;
    color: #030e1b;
    transition: all .3s ease
}

.download-button-small.download-button-xs {
    padding: 10px 15px;
    border-radius: 25px;
    font-size: 14px;
    letter-spacing: .05em;
    color: #030e1b;
    transition: all .3s ease
}

.download-button:hover {
    color: #e0b36a;
    background: #030e1b;
    border: 1px solid #e0b36a !important;
    text-transform: none
}

.download-button-small:hover {
    color: #e0b36a;
    background: #030e1b;
    border: 1px solid #e0b36a !important;
    text-decoration: none
}

.download-other-container {
    text-align: center;
    margin-top: 10px;
    color: #7d7d7d;
    font-size: 14px
}

.frame-2 {
    background: linear-gradient(180deg, #fbfbfb 0%, #faffff 100%);
    display: flex;
    justify-content: center
}

.frame-2__container-div {
    width: 1351px;
    overflow-x: hidden
}

.frame__container-2 {
    padding: 53px 0 100px
}

.tutorial-divider__div {
    display: flex;
    justify-content: center
}

.tutorial-divider {
    width: 20%;
    border: 3px solid #e0b36a;
    background: #e0b36a
}

.cysync-heading {
    font-style: normal;
    font-weight: 900;
    font-size: 45px;
    line-height: 54px;
    display: flex;
    justify-content: center;
    letter-spacing: .1em;
    font-family: Lato, sans-serif;
    color: #e0b36a;
    margin-top: 80px
}

.benefits-row {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center
}

.benefit-div {
    margin-left: 5%;
    display: flex;
    justify-content: center
}

.benefit-text {
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 25px;
    font-family: Lato, sans-serif;
    display: flex;
    align-items: center;
    color: #1e3147;
    width: 40%;
    margin-left: 15px
}

.frame-3 {
    background: #1f1e1e;
    display: flex;
    justify-content: center
}

.frame-3__container-div {
    width: 1351px;
    overflow-x: hidden;
    padding-bottom: 120px
}

.frame__container-3 {
    padding-top: 90px;
    padding-left: 120px
}

.tutorial-heading {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 45px;
    line-height: 54px;
    letter-spacing: .1em;
    text-transform: capitalize;
    color: #f3f8ff
}

.step-label__div {
    width: 66px;
    height: 66px;
    border: 1px solid #545455;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 110px;
    border-radius: 40px;
    position: absolute;
    top: -36px;
    background: #232222;
    left: -20px
}

.step-label {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 45px;
    color: #e0b36a;
    margin-left: -4px
}

.step-container {
    padding: 40px 50px 50px 0;
    border: 1px solid #3e3c3c;
    box-sizing: border-box;
    border-radius: 10px;
    width: 82%;
    margin-top: 120px;
    position: relative
}

.step-heading__div {
    width: 75%;
    margin-top: 40px;
    padding-left: 40px
}

.step-heading {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: bolder;
    font-size: 24px;
    line-height: 30px;
    color: #e1e1e1
}

.step-info__div {
    width: 90%;
    margin-top: 40px;
    padding-left: 40px
}

.step-info__text {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #b5b5b5
}

.download-div {
    display: flex;
    justify-content: center;
    margin-top: 2rem
}

.download-heading {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 30px;
    color: #e1e1e1
}

.download-button {
    background: #e0b36a;
    border-radius: 60px;
    outline: none !important;
    border: 0;
    padding: 15px 67px;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
    font-family: Lato, sans-serif;
    letter-spacing: .05em;
    margin-top: 85px;
    color: #030e1b
}

@media only screen and (max-width: 600px) {
    .frame__container-1 {
        padding: 30px;
        background: none
    }

    .frame__container-1>div.row {
        display: flex;
        flex-direction: column-reverse
    }

    .frame__container-1>div.row>div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .frame__container-1>div.row img {
        width: 80%
    }

    .cysync__div {
        margin: 30px 0
    }

    .download-div {
        margin: 20px 0 30px;
        font-size: 24px
    }

    .download-button {
        margin: 20px;
        padding: 5px 30px;
        font-size: 24px
    }

    .cysync-heading {
        font-size: 30px;
        font-weight: 900;
        text-align: center;
        line-height: 36px;
        margin-top: 46px
    }

    .benefit-div {
        width: 50%;
        margin: 20px 0
    }

    .benefit-text {
        font-size: 14px
    }

    .benefits-row {
        margin-top: 30px;
        padding: 0 10px
    }

    .frame__container-2 {
        padding-bottom: 50px
    }

    .frame__container-3 {
        padding: 30px;
        border-bottom: 1px solid #2b2929
    }

    .tutorial-heading {
        font-size: 24px;
        line-height: 28px
    }

    .step-container {
        margin: 20px 5%;
        width: 90%;
        padding: 20px 10px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        border: 0px
    }

    .step-label__div {
        margin: 0;
        width: 40px;
        height: 40px;
        position: relative;
        top: 0;
        left: 0
    }

    .step-label {
        font-size: 24px;
        margin: 0
    }

    .step-heading__div {
        margin: 20px 0 0;
        width: 100%;
        padding: 10px 0
    }

    .step-label__div {
        align-items: center
    }

    .step-heading {
        width: 100%;
        font-size: 18px
    }

    .step-info__div {
        margin: 0 0 20px;
        width: 100%;
        padding: 10px 0
    }

    .step-container img {
        width: 100%;
        margin: 0 !important
    }

    .download-div>div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .download-button {
        margin: 40px 0 20px;
        padding: 20px 60px;
        font-size: 24px;
        line-height: 20px;
        background: #e0b36a
    }

    .frame-3__container-div {
        padding: 30px 0
    }
}

.carousel-root {
    width: 95% !important;
    margin: 5% auto auto !important
}

.carousel .slide {
    background: rgba(240, 237, 237, 0) !important;
    color: #000;
    height: 100%
}

.myCarousel {
    background: #fafafa;
    margin-top: -6%;
    width: 54%;
    margin-left: auto;
    margin-right: auto;
    padding: 6% 5% 8%;
    border: 1px solid #ddd;
    height: 286px
}

.carousel .control-dots {
    padding-left: 5px !important;
    outline: 0;
    bottom: 0% !important
}

.myCarousel h3 {
    color: #222;
    letter-spacing: .2px;
    margin-bottom: 4px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px
}

.myCarousel h4 {
    text-transform: uppercase;
    margin-top: 0;
    padding-top: 0;
    font-weight: 500;
    color: #787878;
    font-size: 14px
}

.myCarousel p {
    font-weight: 100 !important;
    line-height: 29px !important;
    color: #222;
    font-size: 15px;
    font-family: sans-serif;
    max-height: 67px
}

.myCarousel p:before {
    content: "\201c";
    color: #aaa;
    font-size: 26px;
    font-family: monospace;
    font-weight: 100
}

.myCarousel p:after {
    content: "\201d";
    color: #aaa;
    font-size: 26px;
    font-family: monospace;
    font-weight: 100;
    line-height: 0
}

.carousel .control-dots .dot {
    box-shadow: none !important;
    background: #454545 !important;
    outline: 0
}

.carousel.carousel-slider .control-arrow {
    background: rgba(0, 0, 0, .1) !important;
    height: 50px !important;
    position: absolute;
    top: 35% !important
}

.App {
    text-align: center
}

@media only screen and (max-width: 934px) {
    .carousel-root {
        outline: 0;
        width: 93% !important;
        margin: auto !important
    }

    .carousel.carousel-slider .control-arrow {
        display: none !important
    }

    .myCarousel {
        background: #fafafa;
        margin-top: -9%;
        width: 88%;
        margin-left: auto;
        margin-right: auto;
        padding: 8% 5% 12.5%;
        border: 1px solid #ddd;
        height: 269px
    }

    .image-div {
        max-height: 170px
    }
}

.hero_quiz {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url(quiz_bg_main.html) no-repeat;
    background-size: cover;
    height: 561px
}

.navbar_wrapper_quiz {
    max-width: 1351px;
    width: 100%
}

.hero_content_quiz {
    max-width: 1351px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
    width: 100%
}

.hero_heading_quiz {
    color: #fff;
    font-family: Lato;
    font-size: 64px;
    font-style: normal;
    font-weight: 750;
    line-height: 77px;
    letter-spacing: -.04em;
    text-align: center
}

.horizontal_dotted_hero_quiz {
    position: absolute;
    left: -80px;
    bottom: 80px
}

.content_root_quiz {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 100px 0
}

.frame_1_quiz {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%
}

.frame_1_text {
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -.04em;
    text-align: left
}

.frame_1_button {
    width: 257px;
    height: 70px;
    background: #e0b36a;
    border-radius: 5px;
    outline: 0px;
    border: 1px solid #e0b36a;
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: .05em;
    text-align: center;
    margin: 100px 0 0;
    transition: all .3s ease
}

.frame_1_button:hover {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #e0b36a
}

@media (max-width: 600px) {
    .hero_quiz {
        background-position: -300px center
    }

    .hero_heading_quiz {
        font-size: 48px
    }

    .horizontal_dotted_hero_quiz {
        display: none
    }

    .frame_1_quiz {
        width: 80%
    }

    .frame_1_text {
        text-align: center
    }

    .frame_1_button {
        margin: 50px 0 0
    }

    .content_root_quiz {
        padding: 50px 0
    }
}

.hero_ordercycards {
    background: #222427;
    padding-top: 1px;
    display: flex;
    align-items: center;
    flex-direction: column
}

.navbar_wrapper_ordercycards,
.hero_content_ordercycards {
    max-width: 1351px;
    width: 100%
}

.hero_content_wrapper_ordercycards {
    padding-left: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-height: 600px
}

.hero_heading_ordercycards {
    font-family: Lato;
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: 58px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff
}

.dotted_hero {
    position: absolute;
    bottom: 50px;
    left: -50px;
    z-index: -0
}

.hero_button_ordercycards {
    position: relative;
    width: 257px;
    height: 70px;
    background: #e0b36a;
    border-radius: 5px;
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: .05em;
    outline: 0px;
    border: 1px solid #e0b36a;
    transition: all .3s ease;
    margin-top: 63px;
    z-index: 1
}

.hero_button_ordercycards:hover {
    background: rgba(0, 0, 0, .5);
    color: #fff;
    box-shadow: 2px 2px 10px #e0b36a
}

.hero_image_wrapper_ordercycards {
    height: 550px;
    position: relative;
    display: flex;
    overflow-x: hidden;
    overflow-y: hidden
}

.hero_image_ordercycards {
    height: 800px;
    left: -100px;
    top: -58px;
    position: absolute
}

.content_ordercycards {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.frame_1_main_1 {
    background: url(ordercycards_frame_1.html) no-repeat;
    background-position: bottom right;
    height: 600px
}

.frame_1_image_1 {
    display: none
}

.frame_1_ordercycards,
.frame_2_ordercards,
.frame_3_ordercards {
    max-width: 1351px
}

.frame_1_wrapper_1 {
    padding: 0 50px 0 150px;
    position: relative
}

.frame_1_vertical_1 {
    position: absolute;
    left: 0;
    top: 50px
}

.frame_1_heading_1 {
    font-family: Lato;
    font-size: 45px;
    font-style: normal;
    font-weight: 900;
    line-height: 50px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 160px
}

.frame_1_content_1 {
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 46px
}

.frame_1_compatible_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 46px
}

.frame_1_compatible_left {
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left
}

.frame_1_compatible_right {
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    color: #e0b36a !important;
    cursor: pointer
}

.frame_1_main_2 {
    background-color: #f5faff
}

.frame_1_content_2 {
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    color: #525151;
    margin-top: 110px
}

.frame_1_image_2 {
    max-width: 100%;
    margin-top: -50px
}

.frame_2_p_1 {
    padding: 80px 180px 80px 30px
}

.frame_2_p_2 {
    padding: 80px 30px 80px 180px
}

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

.frame_2_image {
    height: 350px
}

.frame_2_heading {
    font-family: Lato;
    font-size: 45px;
    font-style: normal;
    font-weight: 900;
    line-height: 50px;
    letter-spacing: 0em;
    text-align: left;
    color: #1e3147
}

.frame_2_content {
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 40px
}

.frame_3_main_1 {
    background: #222427;
    display: flex;
    height: 500px;
    position: relative
}

.frame_3_ordercycards {
    width: 100%;
    padding: 100px 0
}

.frame_3_heading {
    font-family: Lato;
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: 58px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff
}

.frame_3_wrapper_1 {
    padding: 120px 60px 120px 180px
}

.frame_3_image_1 {
    position: absolute;
    right: 20px;
    top: -80px
}

@media (max-width: 600px) {
    .hero_content_wrapper_ordercycards {
        padding: 30px;
        height: -moz-max-content;
        height: max-content;
        position: relative
    }

    .hero_heading_ordercycards {
        font-size: 42px
    }

    .dotted_hero {
        bottom: -20px;
        left: 0;
        width: 300px
    }

    .hero_image_ordercycards {
        max-width: 100%;
        width: 100%;
        height: auto;
        position: relative;
        left: -25px;
        margin-bottom: -65px
    }

    .hero_image_wrapper_ordercycards {
        height: -moz-max-content;
        height: max-content;
        padding: 100px 0 0
    }

    .frame_1_main_1 {
        height: -moz-max-content;
        height: max-content;
        background: none
    }

    .frame_1_wrapper_1 {
        padding: 40px 20px
    }

    .frame_1_heading_1 {
        font-size: 42px;
        margin-top: 0
    }

    .frame_1_vertical_1 {
        display: none
    }

    .frame_1_image_1 {
        display: inline;
        max-width: 100%
    }

    .frame_1_content_2 {
        padding: 0 20px;
        margin-top: 40px
    }

    .frame_1_ordercycards {
        display: flex;
        flex-direction: column-reverse
    }

    .frame_2_p_1,
    .frame_2_p_2 {
        padding: 20px
    }

    .frame_2_image {
        max-width: 90%
    }

    .col_rev {
        display: flex;
        flex-direction: column-reverse
    }

    .frame_3_ordercycards {
        padding: 0
    }

    .frame_3_main_1 {
        max-width: auto;
        height: -moz-max-content;
        height: max-content;
        padding: 30px
    }

    .frame_3_wrapper_1 {
        padding: 0
    }

    .frame_3_image_1 {
        position: relative;
        max-width: 120%;
        left: -20%;
        top: 30px
    }
}

.Coin-seoRoot {
    display: flex;
    justify-content: center;
    background: #222427
}

.Coin-seoRoot a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

.Coin-seoRoot a:hover {
    color: #0056b3;
    text-decoration: underline
}

.Coin-seoRoot .Coin-heroWrapper {
    background: #222427;
    max-width: 1351px;
    width: 100%
}

.Coin-seoRoot .Coin-heroLeftWrapper {
    padding-left: 120px;
    padding-top: 50px;
    padding-bottom: 120px
}

.Coin-seoRoot .Coin-heroRightWrapper {
    position: relative
}

.Coin-seoRoot .Coin-text {
    color: #fff;
    font-family: Lato;
    margin-bottom: 1rem
}

.Coin-seoRoot .Coin-heading {
    font-size: 48px;
    font-weight: 600
}

.Coin-seoRoot .Coin-heading2 {
    font-size: 36px;
    font-weight: 600
}

.Coin-seoRoot .Coin-secondaryText {
    color: #ffffff80
}

.Coin-seoRoot .Coin-anchorReset,
.Coin-seoRoot .Coin-anchorReset:hover {
    text-decoration: none
}

.Coin-seoRoot .Coin-button {
    background: #e0b36a !important;
    color: #000 !important;
    padding: 15px 45px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    border: 1px solid #e0b36a !important
}

.Coin-seoRoot .Coin-button:hover {
    background: #e0a547 !important;
    text-decoration: none !important
}

.Coin-seoRoot .Coin-contentWrapper1 {
    background: #f2f2f5;
    padding: 100px 0 60px;
    max-width: 1351px
}

.Coin-seoRoot .Coin-contentWrapper1Content {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.Coin-seoRoot .Coin-contentWrapper2 {
    background: #f2f2f5;
    max-width: 1351px;
    position: relative
}

.Coin-seoRoot .Coin-contentWrapper3 {
    background: #142533;
    max-width: 1351px;
    position: relative;
    padding: 100px 80px
}

.Coin-seoRoot .Coin-image {
    maxwidth: "100%"
}

.Coin-seoRoot .Coin-bottomBannerButton {
    position: absolute;
    margin-top: -30px;
    left: 43%
}

.Coin-seoRoot .Coin-dataCapsule {
    background: rgba(0, 0, 0, 0);
    border-radius: 20px;
    border: 2px solid #fff;
    max-width: 500px;
    height: 230px;
    width: 100%
}

.Coin-seoRoot .Coin-dataCapsuleHeader {
    padding: 10
}

.Coin-seoRoot .Coin-dataCapsuleText {
    color: #fff;
    font-family: Lato;
    display: flex;
    align-items: flex-end;
    font-size: 18px
}

.Coin-seoRoot .Coin-dataCapsuleText2 {
    color: #fff;
    font-family: Lato;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 18px
}

.Coin-seoRoot .Coin-dataCapsuleImageWrapper {
    display: flex;
    align-items: center;
    justify-content: center
}

.Coin-seoRoot .Coin-statWrapper {
    padding: 20px;
    border: 1px solid #fff
}

.Coin-seoRoot .Coin-statWrapper p {
    color: #fff;
    display: flex;
    font-size: 18px;
    align-items: flex-end;
    font-family: Lato;
    justify-content: center
}

.Coin-seoRoot .Coin-statWrapper:first-child {
    border-left: 0
}

.Coin-seoRoot .Coin-statWrapper:last-child {
    border-right: 0
}

.Coin-seoRoot .Coin-poweredWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px
}

.Coin-seoRoot .Coin-imageLogo {
    height: 60px;
    width: 60px
}

.Coin-seoRoot .Coin-contentTextCoinWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 60px 0
}

.Coin-seoRoot .Coin-darkText {
    color: #232222;
    font-family: Lato;
    margin-bottom: 1rem
}

.Coin-seoRoot .Coin-contentText {
    font-size: 16px;
    margin: 1rem 0rem
}

.Coin-seoRoot .Coin-contentHeading {
    font-size: 24px;
    margin: 2.5rem 0rem 0rem;
    font-weight: 600
}

.Coin-seoRoot .Coin-contentButton {
    border: 1px solid #e0b36a;
    text-transform: none;
    font-size: 16px;
    color: #000;
    border-radius: 5px;
    padding: 10px 30px;
    margin-top: 1rem
}

.Coin-seoRoot .Coin-heroImage {
    position: absolute;
    top: 120px;
    left: 70px
}

@media (max-width: 400px) {
    .Coin-seoRoot .Coin-heroImage {
        top: 30px;
        height: 200px
    }
}

@media (max-width: 600px) {
    .Coin-seoRoot .Coin-heroWrapper {
        padding-bottom: 40px
    }

    .Coin-seoRoot .Coin-heroLeftWrapper {
        padding: 20px 40px;
        margin-bottom: 20px
    }

    .Coin-seoRoot .Coin-heroRightWrapper {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center
    }

    .Coin-seoRoot .Coin-heading2 {
        font-size: 30px;
        text-align: center
    }

    .Coin-seoRoot .Coin-contentWrapper1 {
        padding-top: 50px
    }

    .Coin-seoRoot .Coin-contentWrapper1Content {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 20px 0
    }

    .Coin-seoRoot .Coin-heroImage {
        top: 50px;
        left: 50px
    }

    .Coin-seoRoot .Coin-contentWrapper3 {
        padding: 50px 20px
    }

    .Coin-seoRoot .Coin-bottomBannerButton {
        left: 23%
    }

    .Coin-seoRoot .Coin-imageShrink {
        width: 80%
    }

    .Coin-seoRoot .Coin-dataCapsule {
        margintop: 40px;
        height: auto
    }

    .Coin-seoRoot .Coin-contentTextCoinWrapper {
        padding: 40px 20px
    }
}

body {
    margin: 0 !important;
    padding: 0 !important
}

.footer-frame {
    display: flex;
    justify-content: center
}

.footer-frame__container-div {
    width: 1351px;
    overflow-x: hidden
}

.black-footer__frame {
    background: #141414;
    display: flex;
    justify-content: center
}

html {
    scroll-behavior: smooth
}

.d-none {
    display: none
}

.loading-skeleton {
    position: relative;
    background-color: #1d1d1d
}

.loading-skeleton.loading-skeleton-light {
    background-color: #e2e2e2
}

.loading-skeleton:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate(-100%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
    animation: loading .8s infinite
}

.loading-skeleton.loading-skeleton-light:after {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 1), transparent)
}

@keyframes loading {
    0% {
        transform: translate(-100%);
        opacity: 0
    }

    10% {
        opacity: 0
    }

    50% {
        opacity: .4
    }

    70% {
        opacity: 0
    }

    to {
        transform: translate(100%);
        opacity: 0
    }
}

.responsive-video-wrapper {
    width: 100%
}

.responsive-video-wrapper iframe {
    width: 100%;
    height: 440px
}

@media (max-width: 768px) {
    .responsive-video-wrapper iframe {
        height: 300px
    }
}

@media (max-width: 1028px) {
    .responsive-video-wrapper iframe {
        height: 400px
    }
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%
}

.MuiSvgIcon-root {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.5rem;
    transition: fill .2s cubic-bezier(.4, 0, .2, 1) 0ms;
    flex-shrink: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}