* {
    box-sizing: border-box
}

@font-face {
    font-family: "Cereal App";
    src: url(static/media/AirbnbCerealLight.1f9c7d32.html) format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: "Cereal App";
    src: url(../media/AirbnbCerealBook.86b15ac0.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Cereal App";
    src: url(../media/AirbnbCerealMedium.d9fb3054.html) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: "Cereal App";
    src: url(../media/AirbnbCerealBlack.4395b29d.html) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "Cereal App";
    src: url(../media/AirbnbCerealBold.c94c29fe.html) format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "Cereal App";
    src: url(../media/AirbnbCerealExtraBold.0a0cbe1e.html) format("truetype");
    font-weight: 800;
    font-style: normal
}

body {
    margin: 0;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    scroll-behavior: smooth;
    height: 100%;
    transition: .3s;
    font-family: "Cereal App" !important
}

@media(max-width:700px) {
    body {
        font-size: 14px
    }
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    transition: .3s
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 5px
}

::-webkit-scrollbar-thumb {
    background: #05050;
    border-radius: 5px
}

::-webkit-scrollbar-thumb:hover {
    background: #2F80ED
}

@media (prefers-reduced-motion:no-preference) {
    .App-logo {
        -webkit-animation: App-logo-spin 20s linear infinite;
        animation: App-logo-spin 20s linear infinite
    }
}

.App-header {
    background-color: #282c34;
    min-height: 100vh;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: calc(10px + 2vmin);
    color: #fff
}

.App-link {
    color: #61dafb
}

@-webkit-keyframes App-logo-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes App-logo-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.App {
    overflow-x: hidden
}

.cc-home-container {
    background: hsla(0, 0%, 89.8%, .3137254901960784)
}

.cc-hero-sec {
    background: #4848ff;
    padding-top: 10rem;
    text-align: center;
    color: #fff;
    position: relative
}

.cc-hero-ttl {
    font-family: "Inter", sans-serif;
    font-weight: 800
}

.cc-hero-txt {
    font-size: 13px;
    margin: 1.25rem auto 2rem;
    line-height: 23px;
    letter-spacing: .3px
}

.cc-hero-btn {
    background: #2f80ed;
    border-radius: 6px;
    border: 1px solid #2f80ed;
    height: 44px;
    color: #fff;
    font-size: 13px;
    padding: 5px 2.5rem;
    font-weight: 400;
    margin-bottom: 3rem
}

.cc-hero-img {
    display: block;
    margin: auto;
    width: 50%
}

.cc-hero-imgs {
    position: relative;
    text-align: center
}

.cryp {
    position: absolute
}

.cryp1 {
    left: 4%;
    top: 0;
    width: 6.5%;
    min-width: 50px;
    max-width: 135px;
    transition: .3s;
    -webkit-animation: btc 1s linear .3s infinite;
    animation: btc 1s linear .3s infinite
}

@-webkit-keyframes btc {
    0% {
        left: 2%
    }

    25% {
        left: 4%
    }

    50% {
        left: 6%
    }

    75% {
        left: 4%
    }

    to {
        left: 2%
    }
}

@keyframes btc {
    0% {
        left: 2%
    }

    25% {
        left: 4%
    }

    50% {
        left: 6%
    }

    75% {
        left: 4%
    }

    to {
        left: 2%
    }
}

.cryp2 {
    left: 25%;
    top: 18%;
    width: 4.8%;
    min-width: 30px;
    max-width: 80px;
    transition: .3s;
    -webkit-animation: dollar .8s linear .3s infinite;
    animation: dollar .8s linear .3s infinite
}

@-webkit-keyframes dollar {
    0% {
        top: 15%
    }

    25% {
        top: 20%
    }

    50% {
        top: 25%
    }

    75% {
        top: 20%
    }

    to {
        top: 15%
    }
}

@keyframes dollar {
    0% {
        top: 15%
    }

    25% {
        top: 20%
    }

    50% {
        top: 25%
    }

    75% {
        top: 20%
    }

    to {
        top: 15%
    }
}

.cryp3 {
    left: 12.5%;
    width: 11.5%;
    min-width: 60px;
    top: 30%;
    max-width: 220px;
    transition: .3s;
    -webkit-animation: tee 1s linear .3s infinite;
    animation: tee 1s linear .3s infinite
}

@-webkit-keyframes tee {
    0% {
        top: 30%;
        left: 10%
    }

    25% {
        top: 27%;
        left: 11.5%
    }

    50% {
        top: 30%;
        left: 13%
    }

    75% {
        top: 35%;
        left: 11.5%
    }

    to {
        top: 30%;
        left: 10%
    }
}

@keyframes tee {
    0% {
        top: 30%;
        left: 10%
    }

    25% {
        top: 27%;
        left: 11.5%
    }

    50% {
        top: 30%;
        left: 13%
    }

    75% {
        top: 35%;
        left: 11.5%
    }

    to {
        top: 30%;
        left: 10%
    }
}

.cryp4 {
    left: 6%;
    bottom: 30%;
    width: 4.5%;
    min-width: 30px;
    max-width: 80px;
    transition: .3s;
    -webkit-animation: euro 1s linear .3s infinite;
    animation: euro 1s linear .3s infinite
}

@-webkit-keyframes euro {
    0% {
        bottom: 30%;
        left: 6%
    }

    25% {
        bottom: 26%;
        left: 8%
    }

    50% {
        bottom: 30%;
        left: 6%
    }

    75% {
        bottom: 26%;
        left: 4%
    }

    to {
        bottom: 30%;
        left: 6%
    }
}

@keyframes euro {
    0% {
        bottom: 30%;
        left: 6%
    }

    25% {
        bottom: 26%;
        left: 8%
    }

    50% {
        bottom: 30%;
        left: 6%
    }

    75% {
        bottom: 26%;
        left: 4%
    }

    to {
        bottom: 30%;
        left: 6%
    }
}

.cryp5 {
    left: 23%;
    bottom: 20%;
    width: 4.5%;
    min-width: 30px;
    max-width: 80px;
    transition: .3s;
    -webkit-animation: dee 1s linear .3s infinite;
    animation: dee 1s linear .3s infinite
}

@-webkit-keyframes dee {
    0% {
        bottom: 20%;
        left: 23%
    }

    50% {
        bottom: 28%;
        left: 24%
    }

    to {
        bottom: 20%;
        left: 23%
    }
}

@keyframes dee {
    0% {
        bottom: 20%;
        left: 23%
    }

    50% {
        bottom: 28%;
        left: 24%
    }

    to {
        bottom: 20%;
        left: 23%
    }
}

.cryp6 {
    right: 25%;
    top: 15%;
    width: 4.5%;
    min-width: 30px;
    max-width: 80px;
    transition: .3s;
    -webkit-animation: diamond 1s linear .3s infinite;
    animation: diamond 1s linear .3s infinite
}

@-webkit-keyframes diamond {
    0% {
        right: 25%;
        top: 15%
    }

    50% {
        right: 29%;
        top: 15%
    }

    to {
        right: 25%;
        top: 15%
    }
}

@keyframes diamond {
    0% {
        right: 25%;
        top: 15%
    }

    50% {
        right: 29%;
        top: 15%
    }

    to {
        right: 25%;
        top: 15%
    }
}

.cryp7 {
    right: 4%;
    top: 5%;
    width: 9.5%;
    min-width: 50px;
    max-width: 155px;
    transition: .3s;
    -webkit-animation: gen 1s linear .3s infinite;
    animation: gen 1s linear .3s infinite
}

@-webkit-keyframes gen {
    0% {
        right: 4%;
        top: 5%
    }

    50% {
        right: 7%;
        top: 2%
    }

    to {
        right: 4%;
        top: 5%
    }
}

@keyframes gen {
    0% {
        right: 4%;
        top: 5%
    }

    50% {
        right: 7%;
        top: 2%
    }

    to {
        right: 4%;
        top: 5%
    }
}

.cryp8 {
    right: 13%;
    top: 35%;
    width: 7%;
    min-width: 50px;
    max-width: 85px;
    transition: .3s;
    -webkit-animation: diagr 1s linear .3s infinite;
    animation: diagr 1s linear .3s infinite
}

@-webkit-keyframes diagr {
    0% {
        right: 11%;
        top: 35%
    }

    25% {
        right: 13%;
        top: 32%
    }

    50% {
        right: 15%;
        top: 35%
    }

    75% {
        right: 13%;
        top: 38%
    }

    to {
        right: 11%;
        top: 35%
    }
}

@keyframes diagr {
    0% {
        right: 11%;
        top: 35%
    }

    25% {
        right: 13%;
        top: 32%
    }

    50% {
        right: 15%;
        top: 35%
    }

    75% {
        right: 13%;
        top: 38%
    }

    to {
        right: 11%;
        top: 35%
    }
}

.cryp9 {
    right: 25%;
    bottom: 24%;
    width: 4%;
    min-width: 40px;
    max-width: 80px;
    transition: .3s;
    -webkit-animation: el 1.2s linear .3s infinite;
    animation: el 1.2s linear .3s infinite
}

@-webkit-keyframes el {
    0% {
        right: 25%;
        bottom: 24%
    }

    25% {
        right: 28%;
        bottom: 20%
    }

    50% {
        right: 25%;
        bottom: 20%
    }

    75% {
        right: 22%;
        bottom: 20%
    }

    to {
        right: 25%;
        bottom: 24%
    }
}

@keyframes el {
    0% {
        right: 25%;
        bottom: 24%
    }

    25% {
        right: 28%;
        bottom: 20%
    }

    50% {
        right: 25%;
        bottom: 20%
    }

    75% {
        right: 22%;
        bottom: 20%
    }

    to {
        right: 25%;
        bottom: 24%
    }
}

.cryp10 {
    bottom: 18%;
    right: 9%;
    width: 5%;
    min-width: 35px;
    max-width: 75px;
    transition: .3s;
    -webkit-animation: rocket 1s linear .3s infinite;
    animation: rocket 1s linear .3s infinite
}

@-webkit-keyframes rocket {
    0% {
        right: 9%;
        bottom: 18%
    }

    50% {
        right: 6%;
        bottom: 22%
    }

    to {
        right: 9%;
        bottom: 18%
    }
}

@keyframes rocket {
    0% {
        right: 9%;
        bottom: 18%
    }

    50% {
        right: 6%;
        bottom: 22%
    }

    to {
        right: 9%;
        bottom: 18%
    }
}

.cc-sec2 {
    padding: 3rem 4%
}

.cc-sec2-1 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.cc-sec2-txt {
    color: #000;
    font-family: "Inter", sans-serif;
    font-weight: 800;
    padding-left: 2rem;
    width: 220px;
    padding-right: 2rem;
    line-height: 27px;
    font-size: 35px
}

.cc-sec2-txt span {
    font-size: 20px;
    line-height: 16px
}

.cc-sec2-pros {
    padding-left: 3rem;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    border-left: 1px solid hsla(0, 0%, 60%, .5019607843137255);
    padding-right: 3rem
}

.cc-sec2-pros-list {
    text-align: center;
    padding: 10px
}

.cc-sec2-pros-list-icon {
    background: #2f80ed;
    border-radius: 8px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin: auto auto 1.1rem
}

.cc-sec2-pros-list-icon img {
    width: 60%
}

.cc-sec2-pros-list-txt {
    color: #666;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0
}

.cc-sec2-2 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 6rem 1rem 1rem
}

.cc-sec2-exchange {
    width: 50%;
    padding-right: 2rem;
    position: relative
}

.cc-sec2-exchange img:first-child {
    width: 90%
}

.cc-sec2-exchange img:nth-child(2) {
    position: absolute;
    right: 7%;
    bottom: 33%;
    width: 25%
}

.cc-sec2-info {
    width: 50%
}

.cc-sec2-info-txt1 {
    font-size: 14px;
    color: #2f80ed;
    font-weight: 600
}

.cc-sec2-info-hd {
    margin: 1.8rem 0 1.2rem;
    width: 330px;
    font-weight: 800;
    font-size: 26px;
    color: #333;
    font-family: "Inter", sans-serif
}

.cc-sec2-info-txt2 {
    font-size: 13px;
    color: #828282;
    line-height: 20px
}

.cc-sec3 {
    padding: 3rem 4%;
    text-align: center
}

.cc-sec3-txt {
    font-size: 15px;
    color: #2f80ed;
    font-weight: 600
}

.cc-sec3-hd {
    font-weight: 800;
    font-size: 26px;
    max-width: 650px;
    margin: auto;
    line-height: 44px;
    color: #333;
    font-family: "Inter", sans-serif
}

.cc-sec3-grid {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 2rem;
    gap: 2rem;
    padding: 3rem 0;
    text-align: left
}

.cc-sec3-grid-item {
    display: -webkit-flex;
    display: flex;
    background: #fff;
    padding: 12px;
    border-radius: 8px;
    -webkit-align-items: center;
    align-items: center;
    width: 400px;
    margin: auto
}

.cc-sec3-grid-item img {
    width: 85px
}

.cc-sec3-grid-item-details {
    margin-left: 12px
}

.cc-sec3-grid-item-details p:first-child {
    color: #333;
    font-weight: 600;
    margin-bottom: 3px
}

.cc-sec3-grid-item-details p:nth-child(2) {
    color: #828282;
    font-size: 13px
}

.cc-sec3-grid-item-details button {
    color: #fff;
    border: none;
    font-size: 13px;
    border-radius: 4px;
    height: 38px;
    padding: 5px 10px;
    background: #2f80ed;
    font-weight: 500;
    transition: .3s
}

.cc-sec3-btn,
.cc-sec3-grid-item-details button:hover {
    background: #2f80ed;
    color: #fff
}

.cc-sec3-btn {
    font-size: 14px;
    border: none;
    height: 42px;
    padding: 5px 1.5rem;
    width: 330px;
    margin: auto;
    border-radius: 4px
}

.cc-sec4 {
    padding: 6rem 4% 3rem;
    position: relative
}

.cc-sec4-ul {
    line-height: 35px
}

.cc-sec4-txt,
.cc-sec4-ul {
    font-size: 14px;
    color: #333;
    font-weight: 600
}

.cc-sec4-txt {
    margin-top: -6px
}

.cc-sec4-btn {
    background: #2f80ed;
    color: #fff;
    font-size: 14px;
    border: none;
    height: 44px;
    padding: 5px 1.5rem;
    width: 200px;
    border-radius: 4px;
    margin-bottom: 3rem
}

.cc-woman {
    position: absolute;
    bottom: 0;
    max-width: 650px;
    right: 0;
    width: 60%
}

.cc-sec5 {
    padding: 3rem 4%;
    background: #2f80ed;
    color: #fff;
    text-align: center
}

.cc-sec5-ttl {
    font-weight: 800;
    margin-bottom: 1rem;
    font-family: "Inter", sans-serif
}

.cc-sec5-txt {
    font-size: 14px
}

.cc-sec5-list {
    padding-bottom: 1.5rem;
    position: relative
}

.cc-sec5-item-sec {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 7rem
}

.cc-sec5-item {
    width: 250px
}

.cc-sec5-item-hd {
    font-size: 14px;
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 8px
}

.cc-sec5-item-txt {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0
}

.cc-sec5-item-img {
    border-radius: 2px 13px;
    width: 40px;
    height: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin: auto;
    position: relative;
    z-index: 1
}

.cc-sec5-item-img-1 {
    background: #79dcf2;
    box-shadow: -4px -4px 0 rgba(121, 220, 242, .3137254901960784)
}

.cc-sec5-item-img-2 {
    background: #53e1a5;
    box-shadow: -4px -4px 0 rgba(83, 225, 165, .3137254901960784)
}

.cc-sec5-item-img-3 {
    background: #f2994a;
    box-shadow: -4px -4px 0 rgba(242, 153, 74, .3137254901960784)
}

.cc-sec5-item-img-4 {
    background: #258aff;
    box-shadow: -4px -4px 0 rgba(37, 138, 255, .3137254901960784)
}

.cc-sec5-item-img-5 {
    background: #eb5757;
    box-shadow: -4px -4px 0 rgba(235, 87, 87, .3137254901960784)
}

.cc-sec5-item-img-6 {
    background: #f2c94c;
    box-shadow: -4px -4px 0 rgba(242, 201, 76, .3137254901960784)
}

.cc-sec5-item-img img {
    width: 60%
}

.cc-sec5-woman {
    position: absolute;
    bottom: 8rem;
    left: 30%;
    width: 40%;
    z-index: 2;
    max-width: 600px
}

.cc-sec5-btn {
    border: none;
    background: #fff;
    color: #2f80ed;
    height: 44px;
    padding: 5px 3rem;
    margin: auto;
    font-size: 13px;
    border-radius: 4px;
    font-weight: 500
}

.cc-sec5-line {
    position: absolute;
    left: 10%;
    top: -4%;
    width: 80%;
    z-index: 0;
    height: 769px
}

.cc-sec6 {
    padding: 3rem 1rem 10rem;
    text-align: center;
    background-image: url(../media/contactbg.888c73ce.html);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    position: relative
}

.cc-sec6-form {
    background-color: #fff;
    width: 100%;
    max-width: 600px;
    margin: 3rem auto;
    border-radius: 8px;
    padding: 1.5rem 2rem
}

.cc-sec6-form-input {
    width: 100%;
    height: 44px;
    background: #eff0f7;
    border: none;
    outline: none !important;
    border-radius: 4px;
    font-size: 14px;
    padding-left: 1rem;
    margin-bottom: 1rem
}

.cc-sec6-form-txtarea {
    height: 180px;
    max-height: 180px;
    padding-top: 10px
}

.cc-sec6-form-btn {
    background: #2f80ed;
    color: #fff;
    font-size: 13px;
    border: 1px solid #2f80ed;
    height: 40px;
    border-radius: 4px;
    padding: 5px 4rem;
    width: 100%;
    max-width: 300px
}

.cc-sec6-form-or {
    font-size: 14px;
    margin: 2rem 0
}

.cc-sec6-form-or:before {
    margin-right: 1.5rem
}

.cc-sec6-form-or:after,
.cc-sec6-form-or:before {
    content: "";
    display: inline-block;
    width: 42%;
    border: 1px solid #e0e0e0;
    margin-bottom: 2px
}

.cc-sec6-form-or:after {
    margin-left: 1.5rem
}

.cc-sec6-form-socials {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.cc-sec6-form-socials-item {
    margin-bottom: 2rem;
    margin-left: 1rem
}

.cc-sec6-form-socials-item>div {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 6px 12px rgb(17 17 17/8%);
    width: 60px;
    height: 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer
}

.cc-sec6-form-socials-item>div>img {
    width: 30%
}

.cc-sec6-form-socials-item>p {
    font-weight: 500;
    font-size: 13px;
    margin-top: 11px;
    margin-bottom: 0;
    color: #828282
}

.cc-sec6-logo1 {
    left: 1.5rem;
    top: 3rem
}

.cc-sec6-logo1,
.cc-sec6-logo2 {
    position: absolute;
    z-index: -1;
    width: 30%
}

.cc-sec6-logo2 {
    bottom: 0;
    right: 4rem
}

@media (max-width:1000px) {
    .cc-hero-ttl {
        font-size: 2.2rem
    }

    .cc-sec3-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .cc-sec5-line {
        display: none
    }

    .cc-sec2-pros {
        padding-right: 0
    }

    .cc-sec4 .cc-sec2-info {
        width: 50%
    }
}

@media (max-width:800px) {
    .cc-hero-ttl {
        font-size: 2rem
    }

    .cc-sec2-txt {
        padding-left: 0;
        padding-right: 1.2rem;
        width: -webkit-min-content;
        width: min-content;
        max-width: 150px
    }

    .cc-sec2-pros {
        padding-right: 0;
        padding-left: 1rem
    }

    .cc-sec2-pros-list-icon {
        width: 40px;
        height: 40px
    }

    .cc-sec2 {
        padding-bottom: 1rem
    }

    .cc-sec2-2 {
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        position: relative
    }

    .cc-sec2-exchange {
        display: none
    }

    .cc-sec2-info {
        width: 95%
    }

    .cc-sec3-hd {
        font-size: 22px;
        max-width: 550px
    }

    .cc-sec3 {
        padding: 1rem 4%
    }

    .cc-sec4 .cc-sec2-info {
        width: 100%
    }

    .cc-sec2-info-hd {
        margin-top: 1.2rem;
        font-size: 22px;
        margin-bottom: 1rem
    }

    .cc-sec5-woman {
        display: none
    }

    .cc-sec5-btn,
    .cc-sec5-item-sec {
        margin-top: 3rem
    }
}

@media (max-width:600px) {
    .cc-sec3-txt {
        font-size: 14px
    }

    .cc-sec3-grid {
        grid-template-columns: 1fr
    }

    .cc-sec3-hd {
        font-size: 19px;
        max-width: 500px
    }

    .cc-hero-ttl,
    .cc-hero-txt {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .cc-hero-ttl {
        font-size: 1.65rem
    }

    .cc-sec2-1 {
        -webkit-flex-direction: column;
        flex-direction: column
    }

    .cc-sec2-txt {
        max-width: 100%;
        width: 100%;
        text-align: center;
        margin-bottom: 2rem;
        -webkit-align-items: center;
        align-items: center;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        padding-right: 0;
        font-size: 30px
    }

    .cc-sec2-txt span {
        margin-left: 10px;
        font-size: 18px
    }

    .cc-sec2-pros {
        padding: 0;
        border: none;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .cc-sec5-item-sec {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        align-items: center;
        margin-top: 0
    }

    .cc-sec5-item {
        margin-bottom: 3rem
    }

    .cc-sec5-list {
        margin-top: 3rem
    }

    .cc-sec4 {
        padding-top: 3rem
    }

    .cc-sec3-hd {
        line-height: 30px
    }

    .cc-sec6-form {
        padding: 1.2rem
    }

    .cc-sec6-form-or:after,
    .cc-sec6-form-or:before {
        width: 40%
    }

    .cc-sec6-form-socials-item>div {
        width: 50px;
        height: 50px
    }

    .cc-woman {
        z-index: -1
    }
}

@media (max-width:400px) {

    .cryp3,
    .cryp8 {
        display: none
    }

    .cc-sec2-pros>div {
        width: 140px
    }

    .c-sec3,
    .cc-sec2,
    .cc-sec4,
    .cc-sec5 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .cc-sec3-btn {
        width: 100%
    }

    .cc-sec2-2 {
        padding-left: 0;
        padding-right: 0;
        padding-top: 3rem
    }

    .cc-sec2-exchange {
        display: none
    }

    .cc-sec2-pros-list-icon {
        width: 35px;
        height: 35px
    }

    .cc-sec2-txt {
        margin-bottom: 1.5rem
    }

    .cc-sec2 {
        padding-top: 2rem
    }

    .cc-sec2-1 {
        border-bottom: 1px solid grey;
        padding-bottom: 1rem
    }

    .cc-sec6-form-or:after,
    .cc-sec6-form-or:before {
        width: 35%
    }

    .cc-sec6-form-socials {
        -webkit-justify-content: space-evenly;
        justify-content: space-evenly
    }
}

.cc-nav {
    position: fixed;
    width: 100vw;
    z-index: 10;
    background: #4848ff
}

.cc-nav-desktop {
    padding: 1rem 3rem;
    background: #4848ff;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    color: #fff;
    font-size: 15px
}

.cc-nav-desktop,
.cc-nav-logo {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.cc-nav-logo {
    text-align: left
}

.cc-nav-logotxt {
    font-size: 12px;
    margin-left: 10px;
    font-weight: 400
}

.cc-nav-logotxt sup {
    font-size: 40%;
    top: -1.3em
}

.cc-nav-list {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.cc-nav-list span {
    margin-right: 3rem;
    cursor: pointer;
    transition: .3s
}

.cc-nav-list span:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.cc-nav-list button {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 6px;
    height: 44px;
    padding: 5px 2rem;
    color: #fff;
    font-size: 14px;
    transition: .3s
}

.cc-nav-list button:hover {
    background: #fff;
    color: #000
}

.cc-nav a {
    color: inherit !important;
    text-decoration: none !important
}

.cc-nav-mobile {
    display: none
}

@media(max-width:1000px) {
    .cc-nav-desktop {
        font-size: 14px
    }

    .cc-nav-list button {
        font-size: 13px
    }
}

@media(max-width:800px) {
    .cc-nav-desktop {
        display: none
    }

    .cc-nav-mobile {
        display: block;
        padding: 10px 1rem;
        color: #fff
    }

    .cc-nav-ctrl {
        -webkit-align-items: center;
        align-items: center;
        width: 100%
    }

    .cc-nav-ctrl,
    .cc-nav-mobile-toggle {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }

    .cc-nav-mobile-toggle {
        width: 24px;
        height: 18px;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        cursor: pointer
    }

    .line1 {
        width: 50%
    }

    .line1,
    .line2 {
        height: 2px;
        background: #fff
    }

    .line2 {
        width: 100%
    }

    .cc-navlist-mobile {
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
        margin-top: 2rem;
        margin-left: -2rem;
        font-size: 19px
    }

    .cc-navlist-mobile>a {
        margin-bottom: 2.5rem;
        width: 100%;
        text-align: center
    }

    .cc-navlist-mobile button {
        width: 100%;
        height: 50px;
        font-size: 16px
    }

    .cc-nav-list span {
        margin: 0
    }
}

.cc-footer {
    background: #4848ff;
    padding: 4rem 4% 2rem;
    color: #fff
}

.cc-footer-items {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 5rem
}

.cc-footer-items-hd {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 1.2rem
}

.cc-footer-items-list {
    list-style: none;
    padding-left: 0;
    font-size: 13px;
    line-height: 30px;
    color: #e9f7fe
}

.cc-footer-items-txt1 {
    font-size: 13px;
    margin-top: 2rem;
    width: 230px;
    color: #ffffff;
    line-height: 26px
}

.cc-footer-items-txt2 {
    font-size: 13px;
    color: #e9f7fe;
    width: 220px;
    line-height: 25px
}

.cc-footer-items-txt3 {
    font-size: 14px;
    color: #ffd166;
    line-height: 25px
}

.cc-footer hr {
    border-color: #313d55
}

.cc-ftr-cpy {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: 12px;
    -webkit-align-items: center;
    align-items: center
}

.cc-ftr-cpy p {
    margin-bottom: 0
}

.cc-ftr-socials {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100px
}

.cc-ftr-socials img {
    width: 14px;
    cursor: pointer
}

@media (max-width:800px) {
    .cc-footer-items {
        margin: auto;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        align-items: center;
        text-align: center
    }

    .cc-footer-items-txt1 {
        max-width: 300px;
        width: 100%
    }

    .cc-footer-items>div {
        margin-bottom: 2rem
    }

    .cc-footer-items .cc-nav-logo {
        -webkit-justify-content: center;
        justify-content: center
    }

    .cc-ftr-cpy {
        position: relative
    }

    .cc-ftr-socials {
        position: absolute;
        bottom: 2.5rem;
        left: calc(50% - 50px)
    }

    .cc-ftr-cpy p {
        width: 100%;
        text-align: center
    }

    .cc-footer {
        padding-bottom: 1rem;
        position: relative
    }

    .cc-footer hr {
        margin: 10px 0
    }
}


.my-cc-sec3-grid {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-gap: 2rem;
    gap: 2rem;
    padding: 3rem 0;
    text-align: center
}

.my-cc-sec3-grid-item {
    background: #fff;
    padding: 12px;
    border-radius: 8px;
    max-width: 400px
}

.my-cc-sec3-grid-item img {
    width: 100%;
    border-radius: 12px;
    height: 200px;
}

.my-cc-sec3-grid-item-details {
    margin-left: 12px
}

.my-cc-sec3-grid-item-details p:first-child {
    color: #333;
    font-weight: 600;
    margin-bottom: 3px
}

.my-cc-sec3-grid-item-details p:nth-child(2) {
    color: #828282;
    font-size: 13px
}

.my-cc-sec3-grid-item-details button {
    color: #fff;
    border: none;
    font-size: 13px;
    border-radius: 4px;
    height: 38px;
    padding: 5px 10px;
    background: #2f80ed;
    font-weight: 500;
    transition: .3s
}

.cc-sec3-btn,
.my-cc-sec3-grid-item-details button:hover {
    background: #2f80ed;
    color: #fff
}

@media (max-width:1000px) {
    .my-cc-sec3-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .my-cc-sec3-grid-item {
        background: #fff;
        border-radius: 8px;
        padding: 0px;
        width: 100%;
    }

    .my-cc-sec3-grid-item img {
        width: 100%;
        border-radius: 12px;
        height: 200px;
    }
}

@media (max-width:680px) {
    .my-cc-sec3-txt {
        font-size: 14px
    }

    .my-cc-sec3-grid {
        grid-template-columns: 2, 1fr;
        padding: 0px;
    }

    .my-cc-sec3-grid-item {
        background: #fff;
        border-radius: 8px;
        padding: 0px;
        width: 100%;
    }

    .my-cc-sec3-grid-item img {
        width: 100%;
        border-radius: 12px;
        height: 200px;
    }
}

@media (max-width:380px) {
    .my-cc-sec3-txt {
        font-size: 14px
    }

    .my-cc-sec3-grid {
        grid-template-columns: 1fr;
        padding: 0px;
    }

    .my-cc-sec3-grid-item {
        background: #fff;
        border-radius: 8px;
        padding: 0px;
        width: 100%;
    }

    .my-cc-sec3-grid-item img {
        width: 100%;
        border-radius: 12px;
        height: 200px;
    }

    .cc-sec3-btn {
        margin-top: 10px;
    }
}

.my-my-cc-sec3-grid {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-gap: 2rem;
    gap: 2rem;
    padding: 3rem 0;
    text-align: center
}

.my-cc-sec3-grid-item {
    background: #fff;
    padding: 12px;
    border-radius: 8px;
    max-width: 400px
}

.my-my-cc-sec3-grid-item img {
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    height: 200px;
}

.my-cc-sec3-grid-item-details {
    margin-left: 12px
}

.my-cc-sec3-grid-item-details p:first-child {
    color: #333;
    font-weight: 600;
    margin-bottom: 3px
}

.my-my-cc-sec3-grid-item-details p:nth-child(2) {
    color: #828282;
    font-size: 13px
}

.my-my-cc-sec3-grid-item-details button {
    color: #fff;
    border: none;
    font-size: 13px;
    border-radius: 4px;
    height: 38px;
    padding: 5px 10px;
    background: #2f80ed;
    font-weight: 500;
    transition: .3s
}

.cc-sec3-btn,
.my-my-cc-sec3-grid-item-details button:hover {
    background: #2f80ed;
    color: #fff
}

@media (max-width:1000px) {
    .my-my-cc-sec3-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .my-my-cc-sec3-grid-item {
        background: #fff;
        border-radius: 8px;
        padding: 0px;
        width: 100%;
    }

    .my-my-cc-sec3-grid-item img {
        width: 100%;
        object-fit: cover;
        border-radius: 12px;
        height: 200px;
    }
}

@media (max-width:680px) {
    .my-my-cc-sec3-txt {
        font-size: 14px
    }

    .my-cc-sec3-grid {
        grid-template-columns: 2, 1fr;
        padding: 0px;
    }

    .my-my-cc-sec3-grid-item {
        background: #fff;
        border-radius: 8px;
        padding: 0px;
        width: 100%;
    }

    .my-cc-sec3-grid-item img {
        width: 100%;
        object-fit: cover;
        border-radius: 12px;
        height: 200px;
    }
}

@media (max-width:414px) {
    .my-my-cc-sec3-txt {
        font-size: 14px
    }

    .my-my-cc-sec3-grid {
        grid-template-columns: 1fr;
        padding: 0px;
    }

    .my-cc-sec3-grid-item {
        background: #fff;
        border-radius: 8px;
        padding: 0px;
        width: 100%;
    }

    .my-my-cc-sec3-grid-item img {
        width: 100%;
        border-radius: 12px;
        object-fit: cover;
        height: 200px;
    }

    .cc-sec3-btn {
        margin-top: 15px;
    }
}

/*# sourceMappingURL=main.f8e80eb7.chunk.css.map */