.elementor-126015 .elementor-element.elementor-element-4b51f1a{padding:0px 0px 0px 0px;}.elementor-126015 .elementor-element.elementor-element-e341511 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-126015 .elementor-element.elementor-element-1b9f553:not(.elementor-motion-effects-element-type-background), .elementor-126015 .elementor-element.elementor-element-1b9f553 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EFF4F8;}.elementor-126015 .elementor-element.elementor-element-1b9f553{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-126015 .elementor-element.elementor-element-1b9f553 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-126015 .elementor-element.elementor-element-9e8366f > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-126015 .elementor-element.elementor-element-728b845 > .elementor-container{max-width:1440px;}.elementor-126015 .elementor-element.elementor-element-c1e06f2 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-126015 .elementor-element.elementor-element-b5f13d5 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-126015 .elementor-element.elementor-element-cf84247 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-126015 .elementor-element.elementor-element-b7a5fb2 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-126015 .elementor-element.elementor-element-df3088c > .elementor-container{max-width:1080px;}.elementor-126015 .elementor-element.elementor-element-df3088c{padding:100px 30px 100px 30px;}.elementor-126015 .elementor-element.elementor-element-73cc360 > .elementor-element-populated, .elementor-126015 .elementor-element.elementor-element-73cc360 > .elementor-element-populated > .elementor-background-overlay, .elementor-126015 .elementor-element.elementor-element-73cc360 > .elementor-background-slideshow{border-radius:25px 25px 25px 25px;}.elementor-126015 .elementor-element.elementor-element-73cc360 > .elementor-element-populated{box-shadow:3px 5px 25px -5px rgba(0, 0, 0, 0.41);padding:25px 25px 25px 25px;}.elementor-126015 .elementor-element.elementor-element-bae6b82 > .elementor-widget-container{padding:20px 0px 20px 0px;}.elementor-126015 .elementor-element.elementor-element-bae6b82{text-align:center;}.elementor-126015 .elementor-element.elementor-element-bae6b82 .elementor-heading-title{font-family:"Red Hat", sans-serif;font-size:40px;font-weight:700;color:var( --e-global-color-3b78242 );}.elementor-126015 .elementor-element.elementor-element-2b48383:not(.elementor-motion-effects-element-type-background), .elementor-126015 .elementor-element.elementor-element-2b48383 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-3b78242 );}.elementor-126015 .elementor-element.elementor-element-2b48383{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-126015 .elementor-element.elementor-element-2b48383 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-126015 .elementor-element.elementor-element-c95f831 > .elementor-element-populated{padding:0px 0px 0px 0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-126015 .elementor-element.elementor-element-df3088c{padding:80px 10px 80px 10px;}.elementor-126015 .elementor-element.elementor-element-73cc360 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-126015 .elementor-element.elementor-element-bae6b82 .elementor-heading-title{font-size:30px;}}/* Start custom CSS for html, class: .elementor-element-2c078f0 */#hero-section {
   height: calc(100vh - 88px);
}

#hero-video-container {
    width: 100%;
    height: 100%;
    position: relative;
}

#stbc-video-lg {
   width: 100vw;
   height: 100%;
   object-fit: cover;
}

#stbc-video-sm {
  display: none;
}

#content-wrap {
    width: 100%;
    max-width: 1200px;
    padding: 0 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    justify-content: start;
    align-content: center;
    gap: 32px;
}

.hero-text {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 32px;
    color: #FFF;
}

.hero-text h1 {
    color: #FFF;
    font-size: 50px;
    font-family: "Red Hat", Sans-Serif;
    font-weight: 700;
}

.hero-text p {
    font-size: 20px;
}

.button-cta {
    background-color: #1EE66E;
    color: #130C34;
    border: none;
    border-radius: 25px;
    padding: 12px 32px;
    font-size: 16px;
    font-family: "Red Hat", Sans-Serif;
    font-weight: 700;
    width: fit-content;
    text-align: center;
    white-space: nowrap;
    transition: background-color 0.2s ease-out;
}

.button-cta:hover, .button-cta:active, .button-cta:focus {
    background-color: #1EE66Edd !important;
    color: #130C34 !important;
    border: none;
    outline: none;
}

.hero-img { 
   display: none;
}

@media (max-width: 768px) {
    #content-wrap {
      flex-direction: column;
      padding: 20px;
      top: 40%;
   }
   
   #stbc-video-lg {
        display:none;
   }
   
   #stbc-video-sm {
        display: block;
        width: 100vw;
        height: 100%;
        object-fit: cover;
    }

   
     .hero-text {
        width: 100%;
    }
    
    .hero-img { 
        display: block;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: 100%;
        right: 0%;
        transform: translateY(-100%);
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-61712dc */#stbc-s2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    padding: 90px 30px;
    
    font-family: "Red Hat", Sans-Serif;
    
    h3 {
        font-weight: 700;
        font-size: 40px;
        text-align: center;
        margin-bottom: 40px;
    }
}

#stbc-s2-r1 {
    display: flex;
    gap:16px;
}

.stbc-s2-r1_c1 {
    background: #FFF;
    border-radius: 12px;
    border: 1px solid transparent;
    padding: 36px;
    transition: border 0.2s ease;
    
    &:hover {
        border: 1px solid rgba(112, 20, 201, 0.40);
    }
    
    h2 {
        font-weight: 700;
        font-size: 48px;
        line-height: 120%;
    }
    
    p {
        font-size: 20px;
    }
}

.stbc-s2-r1_c2 {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.stbc-s2-r1_c2__1, .stbc-s2-r1_c2__2 {
        justify-content: space-between;
    }

.stbc-s2-r1_c2__1, .stbc-s2-r1_c2__2, #stbc-s2-r2 {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #FFF;
    border-radius: 12px;
    border: 1px solid transparent;
    padding: 32px;
    transition: border 0.2s ease;
    
    &:hover {
        border: 1px solid rgba(112, 20, 201, 0.40);
    }
    
    
    
    img {
        width: 100%;
        max-width: 100px;
        height: auto;
        object-fit: contain;
    }
    
    h4 {
        font-weight: 700;
        font-size: 24px;
        line-height: 120%;
    }
    
    p {
        font-size: 18px;
    }
}

#stbc-s2-r2 {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 16px;
    background: #FFF;
    border-radius: 12px;
    border: 1px solid transparent;
    padding: 36px;
    transition: border 0.2s ease;
    
    &:hover {
        border: 1px solid rgba(112, 20, 201, 0.40);
    }
    
    img {
        width: 100%;
        max-width: 100px;
        height: auto;
        object-fit: contain;
    }
    
    h4 {
        font-weight: 700;
        font-size: 24px;
        line-height: 120%;
    }
    
    p {
        font-size: 20px;
    }
}

@media(max-width: 1050px) {
    .stbc-s2-r1_c2__1 {
        br {
            display: none;
        }
    }
}

@media(max-width: 768px) {
    #stbc-s2 {
        padding: 60px 20px;
        
        h3 {
            font-size: 28px;
        }
    }
    
    #stbc-s2-r1 {
        flex-direction: column;
    }
    
    .stbc-s2-r1_c1 {
        padding: 20px;
        h2 {
            font-size: 36px;
        }    
    }
    
    .stbc-s2-r1_c2__1, .stbc-s2-r1_c2__2, #stbc-s2-r2 {
        padding: 20px;
    }
    
    #stbc-s2-r2 {
        flex-direction: column;
        align-items: start;
    }
    
    .stbc-s2-r2-add-text {
        display: none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c1000ee */#stbc-s3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 90px 50px 140px 50px;
}

.stbc-s3-text {
    font-family: "Red Hat", Sans-Serif;
    h2 {
        font-weight: 700;
        font-size: 40px;
        line-height: 120%;
        max-width: 700px;
        text-align: center;
    }
    
}

.stbc-s3-animation {
    margin-top: 40px;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center; 
}

.stbc-s3-animation-sm {
    display: none;
}

.stbc-s3-animation-main {
    max-height: 340px;
    max-width: 100%; 
    height: auto;
    width: auto;
    flex: 0 1 auto;
    min-width: 240px;
}
    

.stbc-s3-animation-wrap-1, .stbc-s3-animation-wrap-2 {
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.stbc-s3-animation-item {
    width: 100%;
    max-width: 280px;
    height: 110px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px 10px 25px 25px;
    background: #EFF4F8;
    border-radius: 12px;
    box-shadow: -3px 4px 10px 0px rgba(194, 200, 213, 0.40);
    
    
    img {
        width: fit-content;
        height: 100%;
    }
    
    h3 {
        font-family: "Red Hat", Sans-Serif;
        font-size: 18px;
        font-weight: 700;
    }
}

.stbc-s3-animation-2 {
    position: relative;
    left: -40px;
}

.stbc-s3-animation-5 {
    position: relative;
    right: -40px;
}

.stbc-s3-animation-1,
.stbc-s3-animation-2,
.stbc-s3-animation-3 {
    transform: translateX(100px);
    opacity: 0;
} 

.stbc-s3-animation-1.animate,
.stbc-s3-animation-2.animate,
.stbc-s3-animation-3.animate {
    animation: fadeInL 0.8s ease-in-out forwards;
} 

.stbc-s3-animation-4,
.stbc-s3-animation-5,
.stbc-s3-animation-6 {
    transform: translateX(-100px);
    opacity: 0;
} 

.stbc-s3-animation-4.animate,
.stbc-s3-animation-5.animate,
.stbc-s3-animation-6.animate {
    animation: fadeInR 0.8s ease-in-out forwards;
} 

.stbc-s3-animation-1.animate,
.stbc-s3-animation-4.animate {
   animation-delay: 0s;
}
.stbc-s3-animation-2.animate,
.stbc-s3-animation-5.animate {
   animation-delay: 0.3s;
}
.stbc-s3-animation-3.animate,
.stbc-s3-animation-6.animate {
   animation-delay: 0.6s;
}


@keyframes fadeInL {
    0% {
        transform: translateX(100px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeInR {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeInB {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}


@media(max-width: 1024px) {
    .stbc-s3-animation {
        gap: 20px;
    }   
    
    .stbc-s3-animation-wrap-1, .stbc-s3-animation-wrap-2 {
         height: 400px;
    }
    
    .stbc-s3-animation-item {
        padding: 20px 10px 20px 20px;
        
        img {
            height: 80%;
        }
    }
    
}


@media(max-width: 850px) {
    #stbc-s3 {
         padding: 90px 20px 110px 20px;
    }
    
    .stbc-s3-text {
        h2 {
            font-size: 36px;
        }
    }
    
    .stbc-s3-animation {
        display: none;
    }
    
    .stbc-s3-animation-sm {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        
    }
    
    .stbc-s3-animation-wrap-sm {
        padding: 25px;
        border-radius: 25px;
        border: 1px dashed #5826C3;
        display: flex;
        flex-direction: column;
        gap: 12px;
        
    }
    
    .stbc-s3-animation-main-sm {
        width: 100%;
        max-width: 260px !important;
    }  
    
    .stbc-s3-animation-2,
    .stbc-s3-animation-5 {
        position: static;
    }
    
    .stbc-s3-animation-item {
        transform: translateY(30px);
        opacity: 0;
    } 
    
    .stbc-s3-animation-item.animate {
        animation: fadeInB 0.75s ease-in-out forwards;
    } 
   
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9fc478f */#stbc-s4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #EFF4F8;
    padding: 60px;
}

.stbc-s4-heading {
    text-align: center;
    font-family: "Red Hat", Sans-Serif;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    
    h2 {
        font-size: 40px;
        font-weight: 700;
        line-height: 120%;
        max-width: 940px;
    }
    
    p {
        font-size: 20px;
    }
}

.stbc-s4-cards-container {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    width: 100%;
    max-width: 1200px;
    padding: 30px 0px;
    margin: 0 auto;
}

.s4-card, .card-1, .card-2, .card-3 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 36px;
    border-radius: 20px;
    font-family: "Red Hat", Sans-Serif;
    
    img {
        margin: 0 auto 40px auto;
    }
    
    h3 {
        font-size: 28px;
        font-weight: 700;
        /*margin: 0;*/
    }
    
    p {
        font-size: 20px;
        /*margin: 0;*/
    }
}

.card-cta-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
    transition: opacity 0.2s ease; 
    
    img {
        margin: 0;
    }
    
    &:hover {
        cursor: pointer;
    }
}

.card-1 {
    background: #130C34;
    color: #FFF;
}

.card-2 {
    background: #5826C3;
    color: #F3F3F5;
}

.card-3 {
    background: #FFF;
    color: #130C34;
}

@media(max-width: 768px) {
    #stbc-s4 {
        padding: 60px 20px;
   } 
   
   .stbc-s4-heading {
  
       h2 {
           font-size: 36px;
       }
   }
   
  .s4-card {
       padding: 20px;
   }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-579b482 */#section-7 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 36px;
    
    
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-094d59c */#stbc-s5 {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            background: #5826C3;
            padding: 90px 60px 180px 60px;
        }
        
        .stbc-s5-heading {
            text-align: center;
            font-family: "Red Hat", Sans-Serif;
            margin-bottom: 70px;
        }
        
        .stbc-s5-heading h2 {
            font-size: 40px;
            font-weight: 700;
            line-height: 120%;
            color: #FFF;
        }
        
        .stbc-s5-cards-container {
            display: grid;
            justify-content: center;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 20px;
            width: 100%;
            max-width: 1200px;
            padding: 30px 0px;
            margin: 0 auto;
        }
        
        .s5-card {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
            gap: 28px;
            background: #FFF;
            padding: 60px 48px;
            border-radius: 20px;
            font-family: "Red Hat", Sans-Serif;
            opacity: 0;
            transform: translateY(30px);
            transition: opacity 0.6s ease, transform 0.6s ease;
        }
        
        .s5-card.visible {
            opacity: 1;
            transform: translateY(0);
        }
        
        .s5-card h3 {
            font-size: 78px;
            font-weight: 700;
            margin: 0;
            color: #5826C3;
            min-height: 93px;
            display: flex;
            align-items: center;
        }
        
        .s5-card p {
            font-size: 20px;
            margin: 0;
        }
        
        @media (max-width: 768px) {
            #stbc-s5 {
                padding: 60px 20px;
            } 
            
            .stbc-s5-heading {
                margin-bottom: 30px;
                h2 {
                   font-size: 36px;
                }
            }    
        }/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-26280bc */#section-7 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 36px;
    
    
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a45f476 */#stbc-s6 {
            background: #EFF4F8;
            padding: 120px 60px 240px 60px;
            display: flex;
            flex-direction: column;
            align-items: center;
            font-family: "Red Hat", Sans-Serif;
        }

        .stbc-s6-heading {
            width: 100%;
            max-width: 1200px;
            text-align: center;
        }

        .stbc-s6-heading h2 {
            font-size: 40px;
            font-weight: 700;
        }

        .container {
            width: 100%;
            max-width: 850px;
        }
        .progress-wrapper {
            position: relative;
            margin: 180px 0 60px 0;
        }
        .progress-bar {
            position: relative;
            height: 32px;
            border: 6px solid #E3EAEF;
            background-color: #d0d1d5;
            border-radius: 100px;
            overflow: hidden;
        }
        .progress-fill {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            background-color: #5826C3;
            border-radius: 100px;
            width: 0;
            transition: width 4s ease-in-out;
        }
        .steps {
            display: flex;
            justify-content: space-between;
            position: absolute;
            width: 100%;
            bottom: calc(100% - 30px);
            left: 0;
        }
        .step {
            text-align: center;
            flex: 1;
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .step-number {
            font-size: 160px;
            font-weight: 500;
            line-height: 1;
            margin-bottom: 20px;
            margin-right: 15px;
            transition: all 0.6s ease;
            color: #c5c6cc;
        }
        .step.active .step-number {
            color: #5826C3;
        }
        .step-circle {
            position: absolute;
            bottom: -2px;
            width: 32px;
            height: 32px;
            background-color: #fff;
            border: 6px solid #d0d1d5;
            border-radius: 50%;
            transition: all 0.6s ease;
            z-index: 2;
        }
        .step.active .step-circle {
            border-color: #FFF;
            background-color: #5826C3;
        }
        .step.active .step-circle::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 18px;
            height: 18px;
            background-color: #5826C3;
            border-radius: 50%;
        }
        
        
        .step-text {
            position: absolute;
            top: 120%;
            opacity: 0;
            margin-top: 32px;
            font-family: "Red Hat", Sans-Serif;
            transition: all 0.6s ease;
            
            h3 {
                font-size: 28px;
                font-weight: 700;
            }
            
            p {
                font-size: 20px;
            }
        }
        
        .step.active .step-text {
            opacity: 1;
            top: 100%;
        }
        
        
    .steps-sm {
        display: none;
    }
    
    
@media(max-width: 768px) {
    #stbc-s6 {
        padding: 80px 20px;
    }
    
    .stbc-s6-heading h2 {
        font-size: 36px;
    }
        
     .progress-wrapper {
        margin: 110px 0 30px 0;
    }    
    
    .step-number {
        font-size: 90px;
        margin-right: 7px;
        margin-bottom: 28px;
    }
    
    .progress-bar {
            height: 24px;
            border: 4px solid #E3EAEF;
    }
        
    .step-circle {
        bottom: 6px;
        width: 24px;
        height: 24px;
        border: 4px solid #d0d1d5;
    }
    
    .step-text {
        display: none;
    }
    
    .steps-sm {
        display: block;
        margin-top: 50px;
    }
    
    .step-text-sm {
            margin-top: 32px;
            font-family: "Red Hat", Sans-Serif;
            transition: all 0.6s ease;
            transform: translateY(30px);
            opacity: 0;
            
            h3 {
                font-size: 28px;
                font-weight: 700;
                margin: 0;
            }
            
            p {
                font-size: 20px;
            }
    }
    
    .step-text-sm.active {
        transform: translateY(0);
        opacity: 1;
    }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-a4f05c9 */#section-7 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 36px;
    
    
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ba16602 */#stbc-subtext  {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
   
    p { 
        font-family: "Red Hat", Sans-Serif;
        font-size: 12px;
        margin: 0;
        color: #FFFFFF94;
        padding: 20px 0 0 20px;
        
   }     
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Red Hat';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('https://coinme.com/wp-content/uploads/2020/04/RedHatDisplay-Medium.woff2') format('woff2'),
		url('https://coinme.com/wp-content/uploads/2020/04/RedHatDisplay-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Red Hat';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('https://coinme.com/wp-content/uploads/2020/04/RedHatText-Regular.woff2') format('woff2'),
		url('https://coinme.com/wp-content/uploads/2020/04/RedHatText-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Red Hat';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('https://coinme.com/wp-content/uploads/2020/04/RedHatDisplay-Bold.woff2') format('woff2'),
		url('https://coinme.com/wp-content/uploads/2020/04/RedHatDisplay-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */