
#stripe_header{
    background: rgb(112, 105, 254);
    background: linear-gradient(133deg, rgba(112, 105, 254,1) 35%, rgb(78, 72, 196) 100%);
    color: #FFF;
    position: relative;
    overflow: hidden;
}

#stripe_header_content_container{
    padding: 100px 0px 50px 0px;
    position: relative;
    z-index: 5;
}

#stripe_header_content_container_inner{
    max-width: 300px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

#stripe_header_image{
    width: 100%;
    max-width: 300px;
}

#stripe_header_content_alert{
    line-height: 30px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #FFF;
    margin-top: 25px;
    font-weight: bold;
    text-align: center;
    padding: 0 10px;
    display: inline-block;
    font-family: ralewayregular, sans-serif;
    font-size: 0.8rem;
}

#stripe_header_graphic_container{
    position: absolute;
    top: 70px;
    right: -15px;
    transform: rotate(8deg);
    opacity: 0.1;
    max-width: 400px;
}

#stripe_header_graphic{
    width: 100%;
}

@media only screen and (min-width: 900px){

    #stripe_header_content_container_inner{
        max-width: 600px;
    }

    #stripe_header_content_container{
        padding: 150px 0px 100px 0px;
    }
    

    #stripe_header_image{
        max-width: 450px;
    }

}

.stripe_getting_started_button{
    margin-top: 30px;
    line-height: 50px;
    display: inline-block;
    height: 50px;
    padding: 0 20px;
    border-radius: 4px;
    color: #FFF;
    background-color: rgba(78, 72, 196);
    font-size: 1rem;
    font-weight: bold;
}

.stripe_getting_started_button i{
    margin-left: 10px;
    position: relative;
    top: 1px;
}

.stripe_getting_started_button:hover{
    background-color: rgb(112, 105, 254);
}

#stripe_section1_title1{
    font-size: 1rem;
    font-weight: bold;
    line-height: 35px;
}

#stripe_section1_title2{
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    background: rgb(112, 105, 254);
    border-radius: 4px;
    /*background: linear-gradient(133deg, rgba(35,155,223,1) 35%, rgba(15,48,136,1) 100%);*/
    line-height: 35px;
    height: 35px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;;
}

#stripe_section1_title2 img{
    height: 25px;
    margin-right: 10px;
}

#stripe_section1_title2 span{
    font-size: 1.2rem;
    position: relative;
    top: 1.5px;
    white-space: nowrap;
}

#stripe_section1_text{
    margin-top: 20px;
    line-height: 30px;
    font-size: 1rem;
}

#stripe_section1_list{
    margin-top: 30px;
    margin-bottom: 20px;
}

.stripe_section1_list_item{
    margin-top: 20px;
    display: flex;
    flex-wrap: nowrap;
}

.stripe_section1_list_item_box{
    color: #FFF;
    background-color: rgba(112, 105, 254,1);
    height: 25px;
    line-height: 25px;
    min-width: 25px;
    text-align: center;
    border-radius: 4px;
    margin-right: 10px;
}

.stripe_section1_list_item_text {
    line-height: 25px;
    font-size: 1rem;
}

#stripe_section1_right{
    margin-top: 80px;
}

@media only screen and (min-width: 900px){
    #stripe_section1_right{
        margin-top: 0;
    }
}

#stripe_section1_right_images{
    position: relative;
    margin-top: 30px;
}

#stripe_section1_right_desktop{
    background: #fff;
    box-shadow: inset 0 4px 7px 1px #fff, inset 0 -5px 20px rgba(173,186,204,.25), 0 2px 6px rgba(0,21,64,.14), 0 10px 20px rgba(0,21,64,.05);
    border-radius: 22px;
    padding: 10px;
    transform: rotate(2deg);
}

#stripe_section1_right_desktop_image{
    width: 100%;
    border-radius: 22px;
}

#stripe_section1_right_zoom{
    box-shadow: inset 0 4px 7px 1px #fff, inset 0 -5px 20px rgba(173,186,204,.25), 0 2px 6px rgba(0,21,64,.14), 0 10px 20px rgba(0,21,64,.05);
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 200px;
    height: 80px;
    border-radius: 20px;
    padding: 10px;
    background-color: #FFF;
    overflow: hidden;
    transform: rotate(-2deg);
}

#stripe_section1_right_zoom_image{
    width: 180px;
    display: block;
    position: absolute;
    bottom: 0;
}

#stripe_section1_right_zoom_product{
    width: 180px;
    position: absolute;
    top: 20px;
    opacity: 0;
    color: #6d6d6d;
}

#stripe_section1_right_zoom_product img{
    width: 100%;
}

#stripe_section1_right_zoom_product_name{
    font-weight: bold;
}

#stripe_section1_right_zoom_product_price{
    margin: 5px 0;
}

#stripe_section1_right_zoom_arrow{
    width: 0; 
    height: 0; 
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; 
    border-right:18px solid rgba(78, 72, 196,1);
    position: absolute;
    opacity: 0;
    transform: rotate(63deg);
    right: 15px;
    bottom: 18px;
}

#stripe_section1_right_zoom_arrow::after{
    content: '';
    display: block;
    width: 15px;
    height: 3px;
    background-color: rgba(78, 72, 196,1);
    position: absolute;
    bottom: -2px;
    right: -27px;
}

#stripe_section1_right_zoom_processing{
    width: 180px;
    position: absolute;
    top: 100px;
    opacity: 0;
    color: #6d6d6d;
    text-align: center;
}

#stripe_section1_right_zoom_processing_image{
    width: 100px;
    display: block;
    margin: 0 auto;
}

#stripe_section1_right_zoom_processing{
    position: relative;
}

#stripe_section1_right_zoom_processing_text, #stripe_section1_right_zoom_processing_text2{
    font-size: 1rem;
    margin-top: 10px;
    top: 50px;
    position: absolute;
    left: 0; right: 0;
    text-align: center;
}

#stripe_section1_right_zoom_processing_text2{
    opacity: 0;
}

#stripe_section1_right_zoom_processing_loader{
    margin-top: 10px;
    font-size: 2rem;
    color: rgba(112, 105, 254, 0.5);
    position: absolute;
    top: 80px;
    left: 0; right: 0;
    text-align: center;
}

#stripe_section1_right_zoom_processing_loader2{
    margin-top: 10px;
    font-size: 2rem;
    color: #5DC548;
    opacity: 0;
    position: absolute;
    top: 80px;
    left: 0; right: 0;
    text-align: center;
}

@media only screen and (min-width: 900px){

    #stripe_section1{
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin-top: 50px;
    }

    #stripe_section1_left, #stripe_section1_right{
        width: 45%;
    }

}

#stripe_section1_right_zoom.stripe_section1_right_zoom_animate{
    animation-name: moveMobile;
    animation-duration: 20s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
}

@keyframes moveMobile {
    0%   {
        left: -50px;
        transform: rotate(-2deg);
    }
    5%{
        left: 0;
        transform: rotate(0deg);
        height: 80px;
    }
    7.5%{
        height: 330px;
    }
    45%{
        left: 0;
        transform: rotate(0deg);
        height: 330px;
    }
    50% {
        left: -50px;
        transform: rotate(-2deg);
        height: 80px;
    }
}

#stripe_section1_right_zoom.stripe_section1_right_zoom_animate #stripe_section1_right_zoom_image{
    animation-name: moveMobileButton;
    animation-duration: 20s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
}

@keyframes moveMobileButton {
    0%{
        bottom: 0px;
    }
    20%{
        bottom: 0px;
    }
    25%{
        bottom: 380px;
    }
    45%{
        bottom: 380px;
    }
    50%{
        bottom: 0px;
    }
}

#stripe_section1_right_zoom.stripe_section1_right_zoom_animate #stripe_section1_right_zoom_product{
    animation-name: moveMobileProduct;
    animation-duration: 20s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
}

@keyframes moveMobileProduct {
    7.5%{
        opacity: 0;
    }
    10%{
        opacity: 1;
    }
    20%{
        opacity: 1;
        top: 20px;
    }
    25%{
        top: -270px
    }
    45%{
        opacity: 1;
        top: -270px
    }
    50% {
        opacity: 0;
    }
}

#stripe_section1_right_zoom.stripe_section1_right_zoom_animate #stripe_section1_right_zoom_arrow{
    animation-name: moveMobileArrow;
    animation-duration: 20s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
}

@keyframes moveMobileArrow{
    10%{
        opacity: 0;
    }
    12.5%{
        opacity: 1;
        right: 15px;
        bottom: 18px;
    }
    17.5%{
        right: 30px;
        bottom: 50px;
        opacity: 1;
    }
    20%{
        opacity: 0;
    }
    45%{
        opacity: 0;
        right: 30px;
        bottom: 50px;
    }
    50% {
        opacity: 0;
        right: 15px;
        bottom: 18px;
    }
}


#stripe_section1_right_zoom.stripe_section1_right_zoom_animate #stripe_section1_right_zoom_processing{
    animation-name: moveMobileProcessing;
    animation-duration: 20s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
}

@keyframes moveMobileProcessing {
    25%{
        opacity: 0;
    }
    27.5%{
        opacity: 1;
    }
    32.5%{
        opacity: 1;
    }
    45%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
}

#stripe_section1_right_zoom.stripe_section1_right_zoom_animate #stripe_section1_right_zoom_processing #stripe_section1_right_zoom_processing_loader,
#stripe_section1_right_zoom.stripe_section1_right_zoom_animate #stripe_section1_right_zoom_processing #stripe_section1_right_zoom_processing_text{
    animation-name: moveMobileProcessingLoader;
    animation-duration: 20s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
}

@keyframes moveMobileProcessingLoader {
    25%{
        opacity: 0;
    }
    27.5%{
        opacity: 1;
    }
    34.5%{
        opacity: 1;
    }
    35%{
        opacity: 0;
    }
    45%{
        opacity: 0;
    }
}

#stripe_section1_right_zoom.stripe_section1_right_zoom_animate #stripe_section1_right_zoom_processing_text2,
#stripe_section1_right_zoom.stripe_section1_right_zoom_animate #stripe_section1_right_zoom_processing_loader2{
    animation-name: moveMobileComplete;
    animation-duration: 20s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
}

@keyframes moveMobileComplete {
    35%{
        opacity: 0;
    }
    37.5%{
        opacity: 1;
    }
    45%{
        opacity: 1;
    }
}




.stripe_section2_item{
    border-radius: 4px;
    display: block;
    margin-top: 10px;
    padding: 5px 10px;
}

.stripe_section2_item:first-child{
    margin-top: 0;
}

.stripe_section2_item_inner{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.stripe_section2_item_stat{
    font-size: 1rem;
    font-weight: bold;
    margin-right: 10px;
    height: 50px;
    width: 50px;
    min-width: 50px;
    line-height: 50px;
    text-align: center;
    background-color: rgb(112, 105, 254);
    color: #fff;
    border-radius: 50%;
    transition: 0.4s;
}

/*.stripe_section2_item:first-child .stripe_section2_item_stat{
    background-color: #fcc439;
}*/

.stripe_section2_item:hover .stripe_section2_item_stat{
    transform: scale(1.1);
}

.stripe_section2_item_stat img{
    width: 25px;
    position: relative;
    top: 7px;
}

.stripe_section2_item_text{
    line-height: 20px;
}

.stripe_section2_item_title{
    font-weight: bold;
}

.stripe_section2_item_info_modal{
    text-decoration: underline;
    color: #404041;
}

@media only screen and (min-width: 900px){

    #stripe_section2{
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: baseline;
        margin-top: 100px;
    }

    .stripe_section2_item{
        width: 30%;
    }

    .stripe_section2_item_inner{
        display: block;
        text-align: center;
    }

    .stripe_section2_item_stat{
        margin: 0 auto;
        font-size: 1.5rem;
        height: 70px;
        width: 70px;
        min-width: 70px;
        line-height: 70px;
    }

    .stripe_section2_item_text{
        margin-top: 10px;
        line-height: initial;
    }

    .stripe_section2_item_title{
        font-size: 1.2rem;
        line-height: 25px;
        min-height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .stripe_section2_item_info{
        font-size: 1rem;
        line-height: 25px;
        margin-top: 10px;
    }

}



#stripe_section3_left{
    position: relative;
    z-index: 4;
}

#stripe_section3_title1{
    font-size: 1rem;
    font-weight: bold;
    line-height: 35px;
}

#stripe_section3_title2{
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    background: rgb(112, 105, 254);
    border-radius: 4px;
    /*background: linear-gradient(133deg, rgba(35,155,223,1) 35%, rgba(15,48,136,1) 100%);*/
    line-height: 35px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;;
}

#stripe_section3_title2 img{
    height: 25px;
    margin-right: 10px;
}

#stripe_section3_title2 span{
    font-size: 1.2rem;
    position: relative;
    top: 1.5px;
    white-space: nowrap;
}

#stripe_section3_text{
    margin-top: 20px;
    line-height: 30px;
    font-size: 1rem;
}

.stripe_section3_list{
    -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
    box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
    border-radius: 8px;
    font-size: 1rem;
    margin-top: 20px;
    padding: 20px;
    background-color: #FFF;
}

.stripe_section3_list_item{
    margin-top: 20px;
    display: flex;
    flex-wrap: nowrap;
}

.stripe_section3_list:first-child{
    margin-top: 0;
}

.stripe_section3_list_item_box{
    color: #FFF;
    background-color: rgba(112, 105, 254,1);
    height: 25px;
    line-height: 25px;
    min-width: 25px;
    text-align: center;
    border-radius: 4px;
    margin-right: 10px;
}

.stripe_section3_list_item_text{
    line-height: 25px;
}

.stripe_section3_list_item_text_images{
    display: flex;
    flex-wrap: nowrap;
    margin-top: 10px;
}

.stripe_section3_list_item_text_images_item{
    margin-right: 5px;
    width: 40px;
    border-radius: 3px;
}

.stripe_section3_list_item_text_images_item:last-child{
    border: 1px solid #ddd;
}

#stripe_section3_right_images{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    height: 300px;
    align-items: center;
    text-align: center;
}

.stripe_section3_right_images_item{
    width: 50%;
}

.stripe_section3_right_images_item_image{
    filter: grayscale(1);
    transition: 0.8s;
}

#stripe_section3:hover .stripe_section3_right_images_item_image{
    filter: grayscale(0);
}


@media only screen and (min-width: 900px){

    #stripe_section3{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
    }

    #stripe_section3_left{
        width: 70%;
    }

    #stripe_section3_right{
        width: 100%;
    }

    #stripe_section3_right_images{
        height: initial;
    }

    .stripe_section3_right_images_item{
        width: auto;
        margin-top: 150px;
    }

}


.stripe_section4_list{
    border-radius: 8px;
    font-size: 1rem;
    
    background: #FFF;
    max-width: 500px;
    margin: 20px auto 0 auto;
    -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
    box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
}

#stripe_section4_additional_title1{
    font-size: 1.2rem;
    font-weight: bold;
    padding: 20px 20px 0 20px;
    text-align: center;
}

.stripe_section4_list_inner{
    padding: 20px;
}

.stripe_section4_list_item{
    margin-top: 20px;
    display: flex;
    flex-wrap: nowrap;
}

.stripe_section4_list_item:first-child{
    margin-top: 0;
}

.stripe_section4_list_item_box{
    color: #fff;
    background-color: rgba(112, 105, 254,1);
    height: 25px;
    line-height: 25px;
    min-width: 25px;
    text-align: center;
    border-radius: 4px;
    margin-right: 10px;
}

.stripe_section4_list_item_text{
    line-height: 25px;
}

.stripe_section4_list_pref{
    background-color: rgba(112, 105, 254,1);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    text-align: center;
    padding: 10px 20px;
    font-size: 1rem;
    color: #FFF;
    border-top: 1px dashed #fff;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 25px;
}

.stripe_section4_button{
    text-align: center;
}

@media only screen and (min-width: 900px){
    #stripe_section4{
        margin-top: 50px;
    }
}

#stripe_section6{
    -webkit-box-shadow: 0 13px 27px -5px rgb(50 50 93 / 25%), 0 8px 16px -8px rgb(0 0 0 / 30%), 0 -6px 16px -6px rgb(0 0 0 / 3%);
    box-shadow: 0 13px 27px -5px rgb(50 50 93 / 25%), 0 8px 16px -8px rgb(0 0 0 / 30%), 0 -6px 16px -6px rgb(0 0 0 / 3%);
    border-radius: 8px;
    margin-top: 50px;
    padding: 10px;
    background-color: #FFF;
}

#stripe_section6_title_container{
    text-align: center;
}

#stripe_section6_title{
    font-weight: bold;
    line-height: 35px;
    font-size: 1rem;
    
}

#stripe_section6_title2{
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    background: rgb(112, 105, 254);
    border-radius: 4px;
    /*background: linear-gradient(133deg, rgba(35,155,223,1) 35%, rgba(15,48,136,1) 100%);*/
    line-height: 35px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;;
}

#stripe_section6_title2 img{
    height: 25px;
    margin-right: 10px;
}

#stripe_section6_title2 span{
    font-size: 1.2rem;
    position: relative;
    top: 1.5px;
    white-space: nowrap;
}

#stripe_section6_inner{
    margin-top: 30px;
}

@media only screen and (min-width: 900px){

    #stripe_section6{
        padding: 20px;
    }
    
    #stripe_section6_inner{
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: baseline;
        margin-top:50px;
    }
}







.stripe_fees_modal_overlay{
    background-color: rgba(0,0,0,0.65);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
    display: none;
}

.stripe_fees_modal{
    position: fixed !important;
    z-index: 9999;
    top: 10%; left: 0; right: 0;
    max-height: 80%;
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    background-color: #FFFFFF;
    box-shadow: 1px 1px 15px -3px #444444;
    display: none;
    border-radius: 10px;
}

.modal_header{
    padding: 0px 20px;
    font-size: 1rem;
    font-weight: bold;
    line-height: 50px;
    position: relative;
    background-color: #f3f4f6;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.modal_close{
    position: absolute;
    right: 0px;
    top: 0;
    cursor: pointer;
    color: #404041;
    width: 50px;
    height: 50px;
    text-align: center;
}

.modal_body_outer_container {
    overflow-y: auto;
    max-height: 55vh;
}

.modal_body{
    padding: 20px;
}

.stripe_fees_modal_list_item{
    margin-top: 20px;
    display: flex;
    flex-wrap: nowrap;
}

.stripe_fees_modal_list_item_country{
    color: #FFF;
    background-color: rgba(112, 105, 254,1);
    height: 25px;
    line-height: 25px;
    min-width: 25px;
    text-align: center;
    border-radius: 4px;
    margin-right: 10px;
}

.stripe_fees_modal_list_item_link{
    line-height: 25px;
    color: #404041;
    text-decoration: underline;
    font-weight: bold;
    word-break: break-all;
}

.stripe_fees_modal_list_item_link:hover{
    color: rgb(112, 105, 254);
}


.footnote_number{
    position: relative;
    top: -5px;
}

#stripe_section5_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 0.8rem;
}

.stripe_section5_list_item{
    width: 100%;
    line-height: 20px;
    text-align: justify;
    margin-bottom: 30px;
}

.stripe_section5_list_item .stripe_section5_list_item_footnote_number{
    position: relative;
    top: -5px;
}

@media only screen and (min-width: 900px){
    .stripe_section5_list_item{
        width: 48%;
    }
}

.stripe_section5_list_item ul{
    list-style-type: none;
}

.stripe_section5_list_item ul li{
    display: flex;
    flex-wrap: nowrap;
    margin-top: 5px;
}

.stripe_section5_list_item ul li span{
    width: 30px;
}

.stripe_section5_list_item a{
    color: #404041;
    text-decoration: underline;
    word-break: break-all;
}

.stripe_section5_list_item a:hover{
    color: rgb(112, 105, 254);
}