@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-size: 16px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

header
{
    display: flex;
    flex-direction: column;
    -webkit-box-align: stretch;
    align-items: stretch;
}
.head-logo
{
    max-width: 270px;
    max-height: 30px;
    margin-left: 95px;
    margin-top: 15px;
}

.head-logo img
{
    height: 30px;
}

h2
{
    font-weight: 600;
    font-size: 3em;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    line-height: normal;
}

h3
{
    font-size: 1.25em;
}



.main
{
    padding-inline: 20px;
    font-family: Sora, -apple-system, Roboto, Helvetica, sans-serif;
    display: flex;
    flex-direction: column;
    gap: 6rem;
}

.above-fold
{
    display: flex    ;
    min-height: 100vh;
    align-items: center;
}



.af-container
{
    display: grid;
    grid-template-columns: 34px 1fr;
    width: 100%;
}

.five-column-img
{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.five-column-img img
{
    width: 34px;
    height: 34px;
}

.afc-right
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    max-width: 90%;
    margin: 0 auto;
}

.item-border
{
    display: flex;
    flex-direction: column;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.17) 0px 0px 10px 0px;
    border-radius: 20px;
    padding: 30px;
    gap: 20px;
   
}

.five-row-img img
{
    width: 24px;
    height: 24px;
}

.font-35
{
    font-size: 2.1875em;
  
}
.font-30
{
    font-size: 1.875em;
    line-height: 1.23;
}

.font-30, .font-35
{
    font-weight: 600;
}


.ib-left, .step-ib-left
{
    gap: 1.5rem;
    height: 100%;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
}


.grn-btn
{
    display: flex;
    border: none;
    background-color: rgb(24, 161, 3);
    color: #fff;
    border-radius: 16px;
    max-width: 350px;
    height: 69px;
    width: 100%;
    font-family: Sora, sans-serif;
    font-weight: 600;
    font-size: 1.6875em;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0 auto;
    text-decoration: none;
}

.five-img a
{
    text-decoration: none;
    color: inherit;
}
.step-ib-left .grn-btn
{
    margin: 0;
}

.ibl-span span
{
    font-weight: 300;
}

.ibr-span
{
    font-size: 12px;
    font-weight: 300;
    color: rgb(0, 0, 0);
    line-height: 18px;
}

.item-border ul, .sil-container
{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.item-border li
{
    font-size: .5625em;
    line-height: 18px;
    color: rgb(0, 0, 0);
    font-weight: 300;
    position: relative;
    padding-left: 2rem;
}

.item-border ul li::before
{
    content: "";                           
    position: absolute;
    left: 0;                                                         
    width: 18px;                          
    height: 18.75px;
    background: url("../img/ico_check.svg") no-repeat center / 100% 100%;
}

.five-row-img
{
    display: flex;
    gap: 1rem;
}

.click-img
{
    width: 100%;
    max-width: 64px;
    max-height: 64px;
    aspect-ratio: 1;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.17) 0px 0px 10px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    font-size: .5em;
}

.item-border strong
{
    font-size: 0.875em;
    font-weight: bolder;
}

/* .af-desktop
{
    display: none;
} */

.af-mobile
{
    display: none;
    
}

.h2-mobile
{
    display: none;
}

.b1-container, .b2-container, .b3-container, .b4-container, .b5-container, .b6-container
{
    padding-inline: 80px;
    margin-bottom: 7rem;
    box-sizing: border-box;
}

.b2-container, .b3-container
{
     padding-inline: 50px;
}

.three-img
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
}

.b1-container .item-border img
{
    width: 80%;
    display: flex;
    align-self: center;
    margin-bottom: .75rem;
}

.under-h2-text
{
    display: block;
    font-size: 1.74em;
    font-weight: 400;
    text-align: center;
    margin: 1.4rem auto 4rem auto;
}

.b1-under-text
{
    font-size: .875em;
    font-weight: 400;
    font-family: Sora, sans-serif;
    color: rgb(37, 31, 31);
    line-height: normal;
}

.five-img
{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 2rem;
}

.b2-container .item-border
{
    background-color: rgb(246, 246, 246);
}

.b2-container .item-border img
{
    width: 100%;
    border-radius: 15px;
}

.color-line
{
    background-color: rgb(74, 144, 255);
    display: flex;
    min-height: 10px;
    width: 42px;
    margin-top: 0px;
}

.color-2
{
    background-color: rgb(41, 227, 242);
}
.color-3
{
    background-color: rgb(0, 191, 165);
}
.color-4
{
    background-color: rgb(125, 251, 183);
}
.color-5
{
    background-color: rgb(29, 233, 182);
}

.row-icons
{
    max-width: 333px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    margin-top: 33px;
}

.two-img
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 6rem;
}

.ti-item
{
    position: relative;
}

.ti-item img
{
    width: 85%;
    display: block;
    margin: 0 auto;
}

.pos-absolut
{
    position: absolute;
    bottom: -46px;
}

.absolut-left
{
    left: 0;
    max-width: 400px;
    width: 50%!important;
}

.absolut-right
{
    left: 30%;
    max-width: 126px;
    width: 20%!important;
}

.b4-container
{
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 0;
}


.b4-item ol, .b4-item ul, .b4-item
{

    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    font-size: 1em;
    font-weight: 300;
}

.b4-item
{
    border-radius: 20px;
    background-color: rgb(246, 246, 246);
    padding: 40px;
    gap: 3rem;
}

.b4-item span
{
    color: rgb(37, 31, 31);
    font-size: 1.625em;
    font-weight: 600;
}

.b4-item ul li
{
    position: relative;
    padding-left: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.b4-item ul li::before
{
    content: '';
    background-color: rgb(41, 98, 255);
    border-radius: 50%;
    align-self: stretch;
    display: flex;
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
}

.b4-item ol
{
    counter-reset: step; 
}

.b4-item ol li
{
    position: relative;      
    margin-left: 4.8em;
}

.b4-item ol li::before{
    counter-increment: step;               
    content: "Step " counter(step) ":";        
    position: absolute;
    left: -4.8em;                          
    top: 0;
    width: 2.5em;                          
    font-weight: 600;                      
}


.b5-container
{
    margin-bottom: 0;
}

.b5-container h2
{
    max-width: 900px;
}

.b5-text-grid
{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 2rem;
    margin-top: 50px;
}

.b5i-bot, .b6-item
{
    font-size: 1.0313em;
    line-height: normal;
    font-weight: 400;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.b5i-top
{
    display: flex;
    align-items: center;
    gap: 20px;
}
.b5i-top img
{
    max-width: 40px;
    max-height: 40px;
    aspect-ratio: 1;
    border-radius: 50%;
}

.b5i-mid, .b6mi-top, .b6mi-top-img, .b6mi-top-text
{
    display: flex;
    align-items: center;
}
.b5i-mid img
{
    max-width: 17px;
    aspect-ratio: 1;
}

.b5-item
{
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.b6-mid
{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.b6-item
{
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.b6-container, .b6-top
{
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.b6-top
{
    gap: 1rem;
}

.b6-item input
{
    width: 30px;
    height: 30px;
    aspect-ratio: 1;
}

.b6mi-top-img
{ 
    width: 80px;
    height: 80px;
    background-color: rgb(197, 225, 255);
}

.b6mi-top-text
{
    flex: 1;
    background-color: rgb(234, 245, 253);
    height: 80px;
}

.b6mi-top-img img
{
    margin: auto;
}

.b6-mid
{
    gap: 1.25rem;
}

.b6mi-bot
{
    padding: 20px;
    background-color: rgb(249, 249, 249);
}

.b6mi-top-text, .b6mi-bot, .terms
{
    font-family: Sora, -apple-system, Roboto, Helvetica, sans-serif;
    color: rgb(37, 31, 31);
}

.b6mi-top-text
{
    font-weight: 600;
    font-size: 1.25rem;
    padding-left: 1rem;
}

.b6mi-bot, .terms
{
    font-weight: 300;
    font-size: 1.125rem;
    line-height: normal;
}

.terms
{
    font-size: .875rem;
    line-height: 1.5;
}

.terms b
{
    font-weight: 400;
}

.foot-links
{
    margin: 0 auto;
    display: flex;
    gap: 1.25rem;
}


.foot-links a
{
    color: rgb(0, 0, 0);
    font-size: .75em;

}

.foot-logo
{
    max-width: 150px;
    margin: 0 auto;
}

.b6-container
{
    margin-bottom: 3rem;
}

.b6-item
{
    font-family: Sora, -apple-system, Roboto, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 1.125rem;
}

.b6-container .grn-btn
{
    margin-bottom: 2rem;
}

.font-700
{
    font-weight: 700;
    font-family: Sora, sans-serif;
    font-size: 1.5625rem;
}

.sibl-span
{
    font-weight: 300;
    font-family: Sora, sans-serif;
    font-size: .875rem;
    color: rgb(162, 162, 162);
}

.sibl-span a {
    color: inherit;
    text-decoration: none;
}

@media (max-width: 992px) {
    .sibl-span {
        font-size: .75rem;
    }
}

.e-input
{
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    box-sizing: border-box;
    border-radius: 16px;
    border-width: 1px;
    border-style: solid;
    border-color: #dee8ef;
    width: 100%;
    font-family: __Plus_Jakarta_Sans_202e0c, sans-serif;
    padding: 20px 10px;
    font-weight: 400;
    font-size: 16px;
    color: #232323;
    
}

.step-ib-left
{
    padding-block: 100px;
}

.reg-btn
{
    max-width: 370px;
}

.font-16
{
    color: #222;
    font-size: 16px;
    font-weight: 700;
}
.fail
{
    padding-block: 50px;
    gap: 2rem;
    display: none;
}

.step
{
    color: #fff;
    font-weight: 700;
    font-size: .625rem;
    border-radius: 20px;
    background-color: #000;
    padding: 7px 10px;
    max-width: 56px;
}

@media(max-width:1835px)
{
    .five-img h3
    {
        max-width: 144px;
    }
}

@media(max-width:1280px)
{
    h2
    {
        font-size: 2.125em;
    }
    .under-h2-text
    {
         font-size: 1.2em;
         margin-top: 1rem;
    }
        .five-img h3
    {
        font-size: 1em;
        max-width: 115px;
    }
    .b5-text-grid
    {
        grid-template-columns: repeat(3,1fr);
    }
    .b5-off
    {
        display: none;
    }
}


@media(max-width:1050px)
{
    .five-img
    {
        gap: 1rem;
    }

        .b5-text-grid
    {
        grid-template-columns: repeat(2,1fr);
    }
    .b5i-mid
    {
        opacity: .6;
    }
}


@media(max-width:992px)
{

    h2
    {
        font-size: 1.75em;
    }
    .under-h2-text
    {
        font-size: 1em;
    }

    .af-mobile
    {
        display: flex;
        flex-direction: column;
    }

    .af-desktop
    {
        display: none;
    }

    .head-logo
    {
        margin: 15px auto;
        filter: opacity(.6);
    }

    .main
    {
        padding: 0;
    }

    .head-logo img
    {
        height: 25px;
    }

    .ib-left
    {
        max-width: 488px;
        width: 100%;
        padding: 100px 50px;
        margin: auto;
    }

    .af-mobile-main
    {
        min-height: calc(100vh - 74px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 3rem;
    }

    .af-mobile-bot
    {
        margin-top: auto;
        margin-block: 3rem;
    }

    .five-row-img
    {
        max-width: 475px;
        margin: 0 auto;
        justify-content: space-evenly;
    }

    .five-row-img img
    {
        width: 32px;
        height: 32px;
    }

    .click-img
    {
        max-width: 80px;
        max-height: 80px;
        font-size: .625em;
    }

    .ibot-mobile
    {
        box-shadow: none;
        border-radius: 0;
        padding: 45px 30px;
        background-color: rgb(234, 245, 253);
    }

    .font-30
    {
        font-size: 2.5em;
    }

    .ibr-span
    {
        font-size: 1.5em;
        font-weight: 400;
        font-family: Satoshi, sans-serif;
        line-height: 1.5;
    }

    .item-border li
    {
        font-size: 1em;
        line-height: 30px;
        font-family: Satoshi, sans-serif;
    }

    .item-border strong
    {
        font-family: Sora, -apple-system, Roboto, Helvetica, sans-serif;
        background-color: rgba(255, 255, 255, 0.5);
        font-size: 1.125em;
        max-width: 320px;
    }

    .item-border ul li::before
    {
        width: 24px;
        height: 24px;
        top: 2px;
    }

    .three-img, .five-img,  .two-img, .b6-mid, .s1-reg
    {
        grid-template-columns: 1fr;
    }

    .five-img
    {
        gap: 2rem;
    }
    .five-img h3
    {
        max-width: 100%;
        font-size: 1.75em;
    }

    .color-line
    {
        width: 75px;
        height: 20px;
    }

    .b2-container, .b3-container
    {
        padding-inline: 80px;
    }

    .mobile-hidden
    {
        display: none!important;
    }

    .absolut-left 
    {
        left: 25%;
        width: 50%!important;
    }
    .absolut-right
    {
        left: 56%;
        width: 13%!important;
        bottom: -60px;
    }

    .two-img
    {
        margin-top: 33px;
    }
   
    .step-ib-left 
    {
        padding: 100px;
    }
}

@media(max-width:640px)
{

    .main
    {
        gap: 3rem;
    }
    .below-1, .below-2, .below-3, .below-4, .below-5, .below-6 
    {
        padding-inline: 1rem;
    }

    .b1-container, .b2-container, .b3-container, .b4-container, .b5-container, .b6-container
    {
        padding-inline: 0;
    }

    .b1-container, .b2-container
    {
        margin-bottom: 3rem;
    }
    .af-mobile-main
    {
        padding-inline: 20px;
    }

    .ib-left
    {
        max-width: 100%;
        box-sizing: border-box;
        padding: 50px 25px;
    }

    .h2-mobile
    {
        display: block;
        text-align: center;
        font-size: 1.5rem;
        font-weight: 700;
    }

    .h2-desktop
    {
        display: none;
        font-size: 1.875em;
    }

    .ibl-span
    {
        font-size: .625rem;
        font-weight: 300;
    }

    .five-row-img img 
    {
        width: 24px;
        height: 24px;
    }

    .click-img 
    {
        width: 56px;
        height: 56px;
        font-size: .5em;
        color: rgb(198, 198, 198);
        font-weight: 400;
        gap: .25rem;
    }

    .five-row-img 
    {
        justify-content: space-between;
        max-width: 100%;
        gap: 0;
    }

    h2, .font-30
    {
         font-size: 5.4vw;
    }

    .ibr-span, .item-border strong 
    {
        font-size: .875em;
    }

    .item-border li
    {
        font-size: .75em;
    }

    .item-border ul li::before {
        width: 16px;
        height: 16px;
        top: 7px;
    }

    .item-border strong 
    {
        text-align: center;
        margin: 0 auto;
    }

    .ibot-mobile
    {
        gap: 14px;
    }

    .item-border ul 
    {
        gap: 0;
    }

    .b4-item span
    {
        font-size: 1.125rem;
    }

    .b4-item ol, .b4-item ul
    {
        font-size: .625em;
        line-height: normal;
    }

    .b4-item ul li::before 
    {
        width: 10px;
        height: 10px;
    }

    .b4-item
    {
        gap: 2rem;
        padding-inline: 20px;
    }

        .b5-text-grid
    {
        grid-template-columns: 1fr;
    }

    .b6-item
    {
        font-size: .875em;
        gap: 1rem;
    }
    .b6-item input
    {
        width: 25px;
    }
    .foot-links a 
    {
        font-size: .625rem;
    }

    .b6-container .grn-btn
    {
        margin-bottom: 0;
    }
    .s1-reg
    {
        width: 100%;
    }
    .step-ib-left 
    {
        padding-inline: 20px;
    }
}
