@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*.header {*/
    /*width: 100%;*/
    /*background: white;*/
    /*padding: 35px 140px 35px 140px;*/
    /*position: relative;*/
    /*z-index: 9999;*/
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-orient: horizontal;*/
    /*-webkit-box-direction: normal;*/
    /*-ms-flex-direction: row;*/
    /*flex-direction: row;*/
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    /*-webkit-box-pack: center;*/
    /*-ms-flex-pack: center;*/
    /*justify-content: center;*/
/*}*/

@media only screen and (max-width: 1500px) {
    .header {
        padding: 35px 100px 35px 100px;
    }
}

@media only screen and (max-width: 1090px) {
    .header {
        padding: 35px 60px 35px 60px;
    }
}

@media only screen and (max-width: 700px) {
    .header {
        padding: 35px 20px 35px 20px;
    }
}

@media only screen and (max-width: 500px) {
    .header {
        padding: 35px 10px 35px 10px;
    }
}

@media only screen and (max-width: 900px) {
    .header {
        padding: 15px 140px 15px 140px;
    }
}

@media only screen and (max-width: 900px) and (max-width: 1500px) {
    .header {
        padding: 15px 100px 15px 100px;
    }
}

@media only screen and (max-width: 900px) and (max-width: 1090px) {
    .header {
        padding: 15px 60px 15px 60px;
    }
}

@media only screen and (max-width: 900px) and (max-width: 700px) {
    .header {
        padding: 15px 20px 15px 20px;
    }
}

@media only screen and (max-width: 900px) and (max-width: 500px) {
    .header {
        padding: 15px 10px 15px 10px;
    }
}

/*.header__logo {*/
    /*margin: 0 auto 0 0;*/
    /*outline: none;*/
    /*text-decoration: none;*/
/*}*/

/*.header__logo img {*/
    /*height: 55px;*/
/*}*/

@media only screen and (max-width: 1200px) {
    .header__logo img {
        height: 40px;
    }
}

@media only screen and (max-width: 900px) {
    .header__logo img {
        height: 30px;
    }
}

/*.header__nav {*/
    /*margin: 0 auto;*/
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-orient: horizontal;*/
    /*-webkit-box-direction: normal;*/
    /*-ms-flex-direction: row;*/
    /*flex-direction: row;*/
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    /*-webkit-box-pack: center;*/
    /*-ms-flex-pack: center;*/
    /*justify-content: center;*/
    /*gap: 80px;*/
    /*z-index: 9999;*/
/*}*/

@media only screen and (max-width: 1200px) {
    .header__nav {
        gap: 60px;
    }
}

@media only screen and (max-width: 900px) {
    /*.header__nav {*/
        /*display: -webkit-box;*/
        /*display: -ms-flexbox;*/
        /*display: flex;*/
        /*-webkit-box-orient: vertical;*/
        /*-webkit-box-direction: normal;*/
        /*-ms-flex-direction: column;*/
        /*flex-direction: column;*/
        /*-webkit-box-align: center;*/
        /*-ms-flex-align: center;*/
        /*align-items: center;*/
        /*-webkit-box-pack: start;*/
        /*-ms-flex-pack: start;*/
        /*justify-content: flex-start;*/
        /*position: absolute;*/
        /*background: white;*/
        /*top: 100%;*/
        /*width: 100%;*/
        /*height: calc(100vh - 80px);*/
        /*left: 0;*/
        /*-webkit-transform: translateX(100vw);*/
        /*transform: translateX(100vw);*/
        /*-webkit-transition: 0.4s;*/
        /*transition: 0.4s;*/
        /*gap: 30px;*/
        /*padding: 20px 0 0 0;*/
    /*}*/
    /*.header__nav--open {*/
        /*-webkit-transform: translateX(0vw);*/
        /*transform: translateX(0vw);*/
        /*-webkit-transition: 0.4s;*/
        /*transition: 0.4s;*/
    /*}*/
}

.header__link {
    color: black;
    font-size: 22px;
    font-weight: 300;
    text-decoration: none;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    padding: 10px 15px;
    border-bottom: 3px solid rgba(255, 0, 0, 0);
}

.header__link:hover {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-bottom: 3px solid #F3A1BD;
}

@media only screen and (max-width: 1200px) {
    .header__link {
        font-size: 18px;
    }
}

.header__loginBtn {
    margin: 0 0 0 auto;
    color: black;
    font-size: 22px;
    font-weight: 300;
    text-decoration: none;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    padding: 5px 28px;
    border: 3px solid rgb(247,126,82);
    border-radius: 25px;
    background: white;
}

.header__loginBtn:hover {
    color: white;
    background: rgb(247,126,82);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

@media only screen and (max-width: 1200px) {
    .header__loginBtn {
        font-size: 18px;
    }
}

@media only screen and (max-width: 900px) {
    .header__loginBtn {
        font-size: 14px;
        padding: 5px 16px;
        margin: 0 0 0 0;
    }
}

.header__hamburger {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    background: none;
    outline: none;
    border: none;
    margin: 0 0 0 auto;
    display: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

@media only screen and (max-width: 900px) {
    .header__hamburger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.header__hamburger:hover {
    cursor: pointer;
    opacity: 0.6;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.header__hamburger span {
    width: 24px;
    height: 3px;
    background: black;
    position: absolute;
}

.header__hamburger .first {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
}

.header__hamburger .second {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 1;
}

.header__hamburger .third {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.header__hamburger .first--open {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header__hamburger .second--open {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
}

.header__hamburger .third--open {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*.footer {*/
    /*width: 100%;*/
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-box-direction: normal;*/
    /*-ms-flex-direction: column;*/
    /*flex-direction: column;*/
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    /*-webkit-box-pack: center;*/
    /*-ms-flex-pack: center;*/
    /*justify-content: center;*/
    /*!*background: #032258;*!*/
    /*background: white;*/
/*}*/

/*.footer__container {*/
    /*padding: 0 140px 0 140px;*/
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-box-direction: normal;*/
    /*-ms-flex-direction: column;*/
    /*flex-direction: column;*/
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    /*-webkit-box-pack: center;*/
    /*-ms-flex-pack: center;*/
    /*justify-content: center;*/
/*}*/

@media only screen and (max-width: 1500px) {
    .footer__container {
        padding: 0 100px 0 100px;
    }
}

@media only screen and (max-width: 1090px) {
    .footer__container {
        padding: 0 60px 0 60px;
    }
}

@media only screen and (max-width: 700px) {
    .footer__container {
        padding: 0 20px 0 20px;
    }
}

@media only screen and (max-width: 500px) {
    .footer__container {
        padding: 0 10px 0 10px;
    }
}

/*.footer__nav {*/
    /*width: 100%;*/
    /*margin: 30px 0 60px 0;*/
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-orient: horizontal;*/
    /*-webkit-box-direction: normal;*/
    /*-ms-flex-direction: row;*/
    /*flex-direction: row;*/
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    /*-webkit-box-pack: center;*/
    /*-ms-flex-pack: center;*/
    /*justify-content: center;*/
    /*gap: 100px;*/
/*}*/

@media only screen and (max-width: 1290px) {
    .footer__nav {
        gap: 50px;
    }
}

@media only screen and (max-width: 960px) {
    .footer__nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.footer__link {
    color: white;
    text-decoration: none;
    outline: none;
    font-size: 22px;
    font-weight: 400;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.footer__link:hover {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.6;
}

@media only screen and (max-width: 960px) {
    .footer__link {
        font-size: 16px;
    }
}

.footer__paragraph {
    width: 100%;
    max-width: 1614px;
    color: white;
    font-size: 22px;
    font-weight: 300;
    line-height: 33px;
    text-align: center;
    margin: 0 0 60px 0;
}

@media only screen and (max-width: 960px) {
    .footer__paragraph {
        font-size: 16px;
        line-height: 28px;
    }
}

/*.footer__wrapper {*/
    /*width: 100%;*/
    /*background: white;*/
    /*padding: 30px 140px 30px 140px;*/
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-orient: horizontal;*/
    /*-webkit-box-direction: normal;*/
    /*-ms-flex-direction: row;*/
    /*flex-direction: row;*/
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    /*-webkit-box-pack: center;*/
    /*-ms-flex-pack: center;*/
    /*justify-content: center;*/
/*}*/

@media only screen and (max-width: 1500px) {
    .footer__wrapper {
        padding: 30px 100px 30px 100px;
    }
}

@media only screen and (max-width: 1090px) {
    .footer__wrapper {
        padding: 30px 60px 30px 60px;
    }
}

@media only screen and (max-width: 700px) {
    .footer__wrapper {
        padding: 30px 20px 30px 20px;
    }
}

@media only screen and (max-width: 500px) {
    .footer__wrapper {
        padding: 30px 10px 30px 10px;
    }
}

@media only screen and (max-width: 530px) {
    .footer__wrapper {
        padding: 20px 140px 20px 140px;
    }
}

@media only screen and (max-width: 530px) and (max-width: 1500px) {
    .footer__wrapper {
        padding: 20px 100px 20px 100px;
    }
}

@media only screen and (max-width: 530px) and (max-width: 1090px) {
    .footer__wrapper {
        padding: 20px 60px 20px 60px;
    }
}

@media only screen and (max-width: 530px) and (max-width: 700px) {
    .footer__wrapper {
        padding: 20px 20px 20px 20px;
    }
}

@media only screen and (max-width: 530px) and (max-width: 500px) {
    .footer__wrapper {
        padding: 20px 10px 20px 10px;
    }
}

.footer__logo {
    outline: none;
    text-decoration: none;
    margin: 0 0 0 auto;
}

.footer__logo img {
    height: 55px;
}

@media only screen and (max-width: 960px) {
    .footer__logo img {
        height: 30px;
    }
}

@media only screen and (max-width: 530px) {
    .footer__logo {
        margin: 0;
    }
}

.footer__scrollUp {
    background: rgb(247,126,82);
    text-align: center;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: none;
    text-decoration: none;
    width: 55px;
    height: 55px;
    margin: 0 0 0 auto;
    border: 2px solid rgb(247,126,82);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.footer__scrollUp i {
    font-size: 30px;
    color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

@media only screen and (max-width: 960px) {
    .footer__scrollUp {
        width: 30px;
        height: 30px;
    }
    .footer__scrollUp i {
        font-size: 16px;
    }
}

.footer__scrollUp:hover {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: white;
}

.footer__scrollUp:hover i {
    color: rgb(247,126,82);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    /*background: #F3F8FF;*/
}

.main__hero {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*background: #F3F8FF;*/
    padding: 30px 140px 30px 140px;
}

@media only screen and (max-width: 1500px) {
    .main__hero {
        padding: 30px 100px 30px 100px;
    }
}

@media only screen and (max-width: 1090px) {
    .main__hero {
        padding: 30px 60px 30px 60px;
    }
}

@media only screen and (max-width: 700px) {
    .main__hero {
        padding: 30px 20px 30px 20px;
    }
}

@media only screen and (max-width: 500px) {
    .main__hero {
        padding: 30px 10px 30px 10px;
    }
}

@media only screen and (max-width: 1000px) {
    .main__hero {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.main__heroImg {
    width: 520px;
    margin: 0 30px 0 0;
}

@media only screen and (max-width: 1250px) {
    .main__heroImg {
        width: 420px;
    }
}

@media only screen and (max-width: 1000px) {
    .main__heroImg {
        margin: 0 0 30px 0;
        width: 90%;
        max-width: 420px;
    }
}

.main__heroText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 990px;
}

.main__h1 {
    font-size: 77px;
    color: #032258;
    font-weight: 700;
    text-align: center;
}

@media only screen and (max-width: 1390px) {
    .main__h1 {
        font-size: 60px;
    }
}

@media only screen and (max-width: 1000px) {
    .main__h1 {
        font-size: 50px;
        text-align: left;
    }
}

@media only screen and (max-width: 1000px) {
    .main__h1 {
        font-size: 36px;
    }
}

.main__h1Border {
    width: 30px;
    height: 5px;
    border-radius: 15px;
    background: #F3A1BD;
    border: none;
    margin: 0 0 20px 5px;
}

.main__p {
    font-size: 22px;
    line-height: 33px;
    color: #032258;
    font-weight: 300;
    margin: 0 0 0 5px;
}

.main__p b {
    font-weight: 400;
}

@media only screen and (max-width: 1000px) {
    .main__p {
        font-size: 16px;
    }
}

.main__hiddenInput {
    display: none;
}

.main__heroInput {
    width: 244px;
    height: 137px;
    border: 1px dashed rgb(247,126,82);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: none;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #032258;
    margin: 60px 0 0 0;
    border: none;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='21' ry='21' stroke='%2300F6FEFF' stroke-width='3' stroke-dasharray='6%2c14' stroke-dashoffset='36' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 21px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.main__heroInput i {
    font-size: 27px;
    margin: 0 0 5px 0;
    color: #032258;
}

.main__heroInput:hover {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
    opacity: 0.7;
}

@media only screen and (max-width: 1000px) {
    .main__heroInput {
        margin: 30px auto 0 auto;
    }
}

.main__exampleWrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 100px 0;
}

@media only screen and (max-width: 800px) {
    .main__exampleWrapper {
        padding: 20px 0;
    }
}

.main__examples {
    padding: 150px 140px 100px 140px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    background: transparent;
}

@media only screen and (max-width: 1500px) {
    .main__examples {
        padding: 150px 100px 100px 100px;
    }
}

@media only screen and (max-width: 1090px) {
    .main__examples {
        padding: 150px 60px 100px 60px;
    }
}

@media only screen and (max-width: 700px) {
    .main__examples {
        padding: 150px 20px 100px 20px;
    }
}

@media only screen and (max-width: 500px) {
    .main__examples {
        padding: 150px 10px 100px 10px;
    }
}

.main__examples::before {
    content: "";
    position: absolute;
    width: 130%;
    height: 100%;
    top: 0;
    left: -15%;
    z-index: -1;
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
    background: #032258;
    background: -webkit-gradient(linear, left top, left bottom, from(#032258), to(rgb(247,126,82)));
    background: linear-gradient(180deg, #032258 0%, rgb(247,126,82) 100%);
}

@media only screen and (max-width: 1200px) {
    .main__examples {
        padding: 50px 140px 50px 140px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 1200px) and (max-width: 1500px) {
    .main__examples {
        padding: 50px 100px 50px 100px;
    }
}

@media only screen and (max-width: 1200px) and (max-width: 1090px) {
    .main__examples {
        padding: 50px 60px 50px 60px;
    }
}

@media only screen and (max-width: 1200px) and (max-width: 700px) {
    .main__examples {
        padding: 50px 20px 50px 20px;
    }
}

@media only screen and (max-width: 1200px) and (max-width: 500px) {
    .main__examples {
        padding: 50px 10px 50px 10px;
    }
}

@media only screen and (max-width: 800px) {
    .main__examples::before {
        width: 100%;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        left: 0;
    }
}

.main__examplesText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.main__h2 {
    color: white;
    font-size: 77px;
    font-weight: 1000;
    line-height: 88px;
}

@media only screen and (max-width: 800px) {
    .main__h2 {
        font-size: 50px;
        line-height: 60px;
    }
}

.main__h2Border {
    width: 30px;
    height: 5px;
    border-radius: 15px;
    background: #F3A1BD;
    border: none;
}

.main__examplesInput {
    width: 244px;
    height: 137px;
    border: 1px dashed white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: none;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: white;
    margin: 30px 0 0 0;
    border: none;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='21' ry='21' stroke='white' stroke-width='3' stroke-dasharray='6%2c 14' stroke-dashoffset='36' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 21px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.main__examplesInput i {
    font-size: 27px;
    margin: 0 0 5px 0;
    color: white;
}

.main__examplesInput:hover {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
    opacity: 0.7;
}

.main__imagesWrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    width: 100%;
    margin: 0 0 0 auto;
    margin: 0 0 0 50px;
}

@media only screen and (max-width: 800px) {
    .main__imagesWrapper {
        width: 100%;
        margin: 30px 0 0 0;
    }
}

.main__imgs {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
}

@media only screen and (max-width: 800px) {
    .main__imgs {
        width: 100%;
    }
}

.main__pairImg {
    width: 100%;
    max-width: 518px;
    aspect-ratio: auto;
}

@media only screen and (max-width: 600px) {
    .main__pairImg {
        max-width: 100%;
    }
}

.main__circle {
    width: 544px;
    aspect-ratio: 1/1;
    background: none;
    border: 33px solid rgb(247, 126, 82);
    border-radius: 100%;
    position: absolute;
    z-index: -1;
    left: 20%;
}

@media only screen and (max-width: 800px) {
    .main__circle {
        width: 400px;
    }
}

.main__map {
    width: 100%;
    padding: 150px 140px 200px 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url("img/map.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90% 90%;
}

@media only screen and (max-width: 1500px) {
    .main__map {
        padding: 150px 100px 200px 100px;
    }
}

@media only screen and (max-width: 1090px) {
    .main__map {
        padding: 150px 60px 200px 60px;
    }
}

@media only screen and (max-width: 700px) {
    .main__map {
        padding: 150px 20px 200px 20px;
    }
}

@media only screen and (max-width: 500px) {
    .main__map {
        padding: 150px 10px 200px 10px;
    }
}

@media only screen and (max-width: 1220px) {
    .main__map {
        padding: 100px 140px 50px 140px;
        background-size: 100% auto;
    }
}

@media only screen and (max-width: 1220px) and (max-width: 1500px) {
    .main__map {
        padding: 100px 100px 50px 100px;
    }
}

@media only screen and (max-width: 1220px) and (max-width: 1090px) {
    .main__map {
        padding: 100px 60px 50px 60px;
    }
}

@media only screen and (max-width: 1220px) and (max-width: 700px) {
    .main__map {
        padding: 100px 20px 50px 20px;
    }
}

@media only screen and (max-width: 1220px) and (max-width: 500px) {
    .main__map {
        padding: 100px 10px 50px 10px;
    }
}

.main__h3 {
    font-size: 77px;
    text-align: center;
    color: #032258;
    font-weight: 1000;
}

.main__h3--colored {
    color: white;
}

@media only screen and (max-width: 1220px) {
    .main__h3 {
        font-size: 50px;
    }
}

@media only screen and (max-width: 700px) {
    .main__h3 {
        font-size: 34px;
    }
}

.main__newRow {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 50px;
}

@media only screen and (max-width: 720px) {
    .main__newRow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 20px 0 0 0;
        gap: 20px;
    }
}

.main__effectImg {
    width: 100%;
    border-radius: 10px;
    max-width: 200px;
}

.main__rowWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 60px 0;
    gap: 60px;
}

@media only screen and (max-width: 1440px) {
    .main__rowWrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.main__element {
    height: 295px;
    width: 295px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

@media only screen and (max-width: 1650px) {
    .main__element {
        height: 260px;
        width: 260px;
    }
}

.main__elementBorder {
    height: 295px;
    width: 295px;
    border: 12px solid rgb(247,126,82);
    border-radius: 100%;
    position: absolute;
    -webkit-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

@media only screen and (max-width: 1650px) {
    .main__elementBorder {
        height: 260px;
        width: 260px;
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.main__elementBorder--first::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 20px;
    background: #F3F8FF;
    right: 20px;
    top: 20px;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
}

@media only screen and (max-width: 1650px) {
    .main__elementBorder--first::before {
        top: 10px;
    }
}

.main__elementBorder--second::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 20px;
    background: #F3F8FF;
    left: 95%;
    top: 52%;
    -webkit-transform: rotate(98deg);
    transform: rotate(98deg);
}

@media only screen and (max-width: 1650px) {
    .main__elementBorder--second::before {
        top: 51%;
    }
}

.main__elementBorder--third::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 20px;
    background: #F3F8FF;
    right: 3px;
    top: 40px;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
}

@media only screen and (max-width: 1650px) {
    .main__elementBorder--third::before {
        top: 40px;
    }
}

.main__bigNumber {
    font-size: 88px;
    line-height: 88px;
    letter-spacing: 0px;
    font-weight: 1000;
    font-family: sans-serif;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #364e79), color-stop(50%, #032258));
    background: linear-gradient(180deg, #364e79 50%, #032258 50%);
    /* you can change the colors based on your preference */
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 1650px) {
    .main__bigNumber {
        font-size: 70px;
        line-height: 70px;
    }
}

.main__underNumber {
    text-align: center;
    color: #032258;
    font-size: 24px;
    line-height: 29px;
    font-weight: 400;
    margin: 10px 0 0 0;
}

.main__underNumber .bold {
    font-weight: 800;
}

.main__pricing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 80px 140px 80px 140px;
}

@media only screen and (max-width: 1500px) {
    .main__pricing {
        padding: 80px 100px 80px 100px;
    }
}

@media only screen and (max-width: 1090px) {
    .main__pricing {
        padding: 80px 60px 80px 60px;
    }
}

@media only screen and (max-width: 700px) {
    .main__pricing {
        padding: 80px 20px 80px 20px;
    }
}

@media only screen and (max-width: 500px) {
    .main__pricing {
        padding: 80px 10px 80px 10px;
    }
}

@media only screen and (max-width: 800px) {
    .main__pricing {
        padding: 40px 140px 40px 140px;
    }
}

@media only screen and (max-width: 800px) and (max-width: 1500px) {
    .main__pricing {
        padding: 40px 100px 40px 100px;
    }
}

@media only screen and (max-width: 800px) and (max-width: 1090px) {
    .main__pricing {
        padding: 40px 60px 40px 60px;
    }
}

@media only screen and (max-width: 800px) and (max-width: 700px) {
    .main__pricing {
        padding: 40px 20px 40px 20px;
    }
}

@media only screen and (max-width: 800px) and (max-width: 500px) {
    .main__pricing {
        padding: 40px 10px 40px 10px;
    }
}

.main__prices {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0 0 0;
    gap: 20px;
}

@media only screen and (max-width: 1660px) {
    .main__prices {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
        grid-gap: 20px;
    }
}

@media only screen and (max-width: 800px) {
    .main__prices {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 20px;
    }
}

.main__priceElement {
    border-radius: 22px;
    height: 500px;
    width: 320px;
    background: #F3F8FF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 20px;
    -webkit-box-shadow: 0px 0px 12px 2px #E1E1E1;
    box-shadow: 0px 0px 12px 2px #E1E1E1;
}

@media only screen and (max-width: 800px) {
    .main__priceElement {
        width: 100%;
        max-width: 320px;
        height: 500px;
    }
}

.main__priceElement--colored {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #032258;
    background: -webkit-gradient(linear, left top, left bottom, from(#032258), to(rgb(247,126,82)));
    background: linear-gradient(180deg, #032258 0%, rgb(247,126,82) 100%);
    width: 340px;
    height: 520px;
}

@media only screen and (max-width: 800px) {
    .main__priceElement--colored {
        width: 100%;
        max-width: 320px;
        height: 500px;
    }
}

.main__priceElement--colored .main__priceTitle {
    color: white;
}

.main__priceElement--colored .main__price {
    color: white;
}

.main__priceElement--colored .main__priceList .element {
    color: white;
    font-weight: 300;
}

.main__priceElement--colored .main__priceLink {
    color: white;
    background: #032258;
    border: 2px solid #032258;
}

.main__priceElement--colored .main__priceLink:hover {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: transparent;
    color: #032258;
}

.main__priceTitle {
    font-size: 24px;
    color: #032258;
    display: block;
    text-align: center;
    font-weight: 700;
}

.main__price {
    font-size: 77px;
    line-height: 77px;
    color: #032258;
    display: block;
    text-align: center;
    font-weight: 300;
    letter-spacing: 0px;
}

.main__price .bold {
    font-weight: 1000;
}

.main__priceList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto 0;
    width: 100%;
    gap: 22px;
}

.main__priceList .element {
    color: #032258;
    font-size: 22px;
    line-height: 22px;
    font-weight: 200;
    text-align: center;
}

.main__priceList .element--underline {
    text-decoration: underline;
}

.main__priceLink {
    outline: none;
    text-decoration: none;
    color: white;
    background: rgb(247,126,82);
    border: 2px solid rgb(247,126,82);
    border-radius: 20px;
    padding: 5px 26px;
    font-size: 22px;
    font-weight: 400;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.main__priceLink:hover {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: transparent;
    color: rgb(247,126,82);
}

.main__description {
    width: 100%;
    max-width: 1000px;
    padding: 50px 10px 140px 10px;
    text-align: center;
    color: #032258;
    font-size: 22px;
    line-height: 33px;
    font-weight: 300;
}

@media only screen and (max-width: 700px) {
    .main__description {
        padding: 40px 10px 50px 10px;
    }
}

.main__nudityExamples {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 20px 0 50px 0;
}

.main__examplesContainer {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
    margin: 50px 0 0 0;
    padding: 0 10px;
}

@media only screen and (max-width: 1100px) {
    .main__examplesContainer {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 40px;
    }
}

@media only screen and (max-width: 520px) {
    .main__examplesContainer {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }
}

.main__examplesWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 3px solid rgb(247,126,82);
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 12px 2px #E1E1E1;
    box-shadow: 0px 0px 12px 2px #E1E1E1;
}

.main__exampleTitle {
    font-size: 24px;
    color: #032258;
    text-align: center;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.main__examplesPhotos {
    display: -ms-grid;
    display: grid;
    width: 100%;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin: 0 0 10px 0;
}

.main__examplesPhotos img {
    width: 100%;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (max-width: 550px) {
    .main__examplesPhotos img {
        height: 200px;
    }
}

.main__manual {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#032258), to(rgb(247,126,82)));
    background: linear-gradient(180deg, #032258 0%, rgb(247,126,82) 100%);
    padding: 40px 20px;
    padding: 50px 140px 50px 140px;
}

@media only screen and (max-width: 1500px) {
    .main__manual {
        padding: 50px 100px 50px 100px;
    }
}

@media only screen and (max-width: 1090px) {
    .main__manual {
        padding: 50px 60px 50px 60px;
    }
}

@media only screen and (max-width: 700px) {
    .main__manual {
        padding: 50px 20px 50px 20px;
    }
}

@media only screen and (max-width: 500px) {
    .main__manual {
        padding: 50px 10px 50px 10px;
    }
}

.main__manual hr {
    margin: 0 0 40px 0;
}

@media only screen and (max-width: 1220px) {
    .main__manual {
        padding: 50px 140px 50px 140px;
    }
}

@media only screen and (max-width: 1220px) and (max-width: 1500px) {
    .main__manual {
        padding: 50px 100px 50px 100px;
    }
}

@media only screen and (max-width: 1220px) and (max-width: 1090px) {
    .main__manual {
        padding: 50px 60px 50px 60px;
    }
}

@media only screen and (max-width: 1220px) and (max-width: 700px) {
    .main__manual {
        padding: 50px 20px 50px 20px;
    }
}

@media only screen and (max-width: 1220px) and (max-width: 500px) {
    .main__manual {
        padding: 50px 10px 50px 10px;
    }
}

.main__manualWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: white;
    margin: 30px 0;
}

.main__manualWrapper i {
    color: white;
    font-size: 40px;
    margin: 0 20px 0 0;
}

@media only screen and (max-width: 630px) {
    .main__manualWrapper {
        font-size: 14px;
    }
}

.main__manualDifference {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin: 30px 0;
}

@media only screen and (max-width: 660px) {
    .main__manualDifference {
        width: 100%;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

.main__manualElement {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 400px;
    height: 717px;
    border-radius: 0 70px 0 0;
    background: #6591ca;
}

@media only screen and (max-width: 930px) {
    .main__manualElement {
        width: 300px;
    }
}

@media only screen and (max-width: 660px) {
    .main__manualElement {
        width: 100%;
        height: 620px;
    }
}

.main__manualElement--right {
    border-radius: 70px 0 0 0;
    background: #6eb3a2;
}

.main__manualElement--right .subtitle {
    text-align: left !important;
}

.main__manualElement--right .main__manualText {
    text-align: left;
    background: #aee8d9;
}

.main__manualElement--right .main__manualTitle {
    border-radius: 70px 0 0 70px;
    background: #12624f;
}

.main__manualElement--right .main__manualContainer {
    background: #6eb3a2;
}

.main__manualContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #6591ca;
    width: 100%;
    padding: 0 30px;
}

@media only screen and (max-width: 630px) {
    .main__manualContainer {
        padding: 0 10px;
    }
}

.main__manualContainer img {
    width: 250px;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

@media only screen and (max-width: 930px) {
    .main__manualContainer img {
        width: 200px;
    }
}

@media only screen and (max-width: 660px) {
    .main__manualContainer img {
        width: 90%;
    }
}

.main__manualContainer .subtitle {
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0 0 0;
    width: 100%;
    text-align: right;
    color: #032258;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}

@media only screen and (max-width: 930px) {
    .main__manualContainer .subtitle {
        font-size: 20px;
    }
}

@media only screen and (max-width: 660px) {
    .main__manualContainer .subtitle {
        font-size: 18px;
    }
}

@media only screen and (max-width: 420px) {
    .main__manualContainer .subtitle {
        font-size: 16px;
    }
}

.main__manualTitle {
    color: white;
    background: #032258;
    font-size: 45px;
    line-height: 45px;
    letter-spacing: 2px;
    font-weight: 500;
    width: 100%;
    text-align: center;
    padding: 50px 10px;
    border-radius: 0 70px 70px 0;
}

@media only screen and (max-width: 930px) {
    .main__manualTitle {
        font-size: 38px;
        line-height: 38px;
    }
}

@media only screen and (max-width: 660px) {
    .main__manualTitle {
        font-size: 30px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 420px) {
    .main__manualTitle {
        font-size: 25px;
        line-height: 25px;
    }
}

.main__manualText {
    background: #a9cdfd;
    width: 100%;
    color: #032258;
    font-size: 15px;
    padding: 20px 30px;
    text-align: right;
    border-bottom: 1px dashed rgb(247,126,82);
    height: 100%;
}

@media only screen and (max-width: 630px) {
    .main__manualText {
        padding: 15px 10px;
        font-size: 14px;
    }
}

.main__manualComment {
    color: #032258;
    font-size: 15px;
    font-weight: 500;
    padding: 20px 20px;
}

.main__manualVS {
    position: absolute;
    color: #032258;
    background: white;
    padding: 16px;
    border-radius: 100%;
    top: 45px;
    z-index: 3;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 2px;
}

@media only screen and (max-width: 660px) {
    .main__manualVS {
        left: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@media only screen and (max-width: 500px) {
    .main__manualVS {
        font-size: 10px;
        padding: 6px;
    }
}

.upload {
    width: 100%;
    background: #F3F8FF;
    padding: 110px 140px 110px 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 1500px) {
    .upload {
        padding: 110px 100px 110px 100px;
    }
}

@media only screen and (max-width: 1090px) {
    .upload {
        padding: 110px 60px 110px 60px;
    }
}

@media only screen and (max-width: 700px) {
    .upload {
        padding: 110px 20px 110px 20px;
    }
}

@media only screen and (max-width: 500px) {
    .upload {
        padding: 110px 10px 110px 10px;
    }
}

@media only screen and (max-width: 1000px) {
    .upload {
        padding: 40px 140px 40px 140px;
    }
}

@media only screen and (max-width: 1000px) and (max-width: 1500px) {
    .upload {
        padding: 40px 100px 40px 100px;
    }
}

@media only screen and (max-width: 1000px) and (max-width: 1090px) {
    .upload {
        padding: 40px 60px 40px 60px;
    }
}

@media only screen and (max-width: 1000px) and (max-width: 700px) {
    .upload {
        padding: 40px 20px 40px 20px;
    }
}

@media only screen and (max-width: 1000px) and (max-width: 500px) {
    .upload {
        padding: 40px 10px 40px 10px;
    }
}

.upload__p {
    width: 100%;
    max-width: 1070px;
    color: #032258;
    font-size: 22px;
    line-height: 33px;
    font-weight: 200;
    margin: 0 0 80px 0;
    text-align: center;
}

.upload__p--bold {
    font-weight: 400;
    margin: 0 0 30px 0;
}

@media only screen and (max-width: 700px) {
    .upload__p {
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 40px 0;
    }
}

.upload__hiddenInput {
    display: none;
}

.upload__input {
    background: #F1FBFE;
    width: 100%;
    background-color: #F1FBFE;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='22' ry='22' stroke='%23032258FF' stroke-width='2' stroke-dasharray='6%2c 14' stroke-dashoffset='8' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 100px 70px;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.upload__input:hover {
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: #E3F9FF;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='22' ry='22' stroke='%23032258FF' stroke-width='2' stroke-dasharray='6%2c 14' stroke-dashoffset='8' stroke-linecap='square'/%3e%3c/svg%3e");
}

@media only screen and (max-width: 850px) {
    .upload__input {
        padding: 40px 50px;
    }
}

@media only screen and (max-width: 520px) {
    .upload__input {
        padding: 30px 30px;
    }
}

.upload__h1 {
    font-size: 77px;
    font-weight: 1000;
    text-align: center;
    color: #032258;
}

@media only screen and (max-width: 1470px) {
    .upload__h1 {
        font-size: 55px;
    }
}

@media only screen and (max-width: 1060px) {
    .upload__h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 520px) {
    .upload__h1 {
        font-size: 26px;
    }
}

.upload__h2Border {
    width: 30px;
    height: 5px;
    border-radius: 15px;
    background: #F3A1BD;
    border: none;
}

.upload__icon {
    height: 62px;
    color: #032258;
    margin: 60px 0 10px 0;
}

@media only screen and (max-width: 520px) {
    .upload__icon {
        margin: 40px 0 10px 0;
    }
}

.upload__browseText {
    font-size: 18px;
    color: #032258;
    font-weight: 300;
    margin: 0 0 60px 0;
}

.upload__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    max-width: 1340px;
    gap: 22px;
    list-style-type: none;
}

@media only screen and (max-width: 520px) {
    .upload__list {
        width: 100%;
        gap: 18px;
        padding: 0 0 0 30px;
    }
}

@media only screen and (max-width: 550px) {
    .upload__list--solo {
        padding: 0 50px;
    }
}

.upload__listElement {
    font-size: 22px;
    color: #032258;
    font-weight: 200;
    position: relative;
}

.upload__listElement::before {
    width: 8px;
    height: 8px;
    background: white;
    border: 3px solid rgb(247,126,82);
    content: "";
    position: absolute;
    left: -30px;
    top: 25%;
    border-radius: 100%;
}

@media only screen and (max-width: 1060px) {
    .upload__listElement {
        font-size: 16px;
    }
}

.upload__wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 100px 0 0 0;
}

@media only screen and (max-width: 630px) {
    .upload__wrapper {
        margin: 40px 0 0 0;
    }
}

@media only screen and (max-width: 550px) {
    .upload__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.upload__img {
    width: 242px;
    border-radius: 22px 0 22px 0;
    margin: 0 60px 0 0;
}

@media only screen and (max-width: 550px) {
    .upload__img {
        margin: 0 0 30px 0;
        width: 100%;
        max-width: 240px;
    }
}

.upload__loaderWrapper {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    position: absolute;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
}

.upload__loader {
    width: 290px;
    height: 290px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

@media only screen and (max-width: 480px) {
    .upload__loader {
        width: 220px;
        height: 220px;
    }
}

.upload__bigNumber {
    font-size: 88px;
    line-height: 88px;
    letter-spacing: 0px;
    font-weight: 1000;
    font-family: sans-serif;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #364e79), color-stop(50%, #032258));
    background: linear-gradient(180deg, #364e79 50%, #032258 50%);
    /* you can change the colors based on your preference */
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
    text-align: center;
}

@media only screen and (max-width: 480px) {
    .upload__bigNumber {
        font-size: 70px;
        line-height: 70px;
    }
}

.upload__textUp {
    font-size: 22px;
    display: block;
    text-align: center;
    font-weight: 400;
    color: #032258;
    width: 100%;
    margin: 0 0 6px 0;
}

@media only screen and (max-width: 480px) {
    .upload__textUp {
        font-size: 18px;
    }
}

.upload__seconds {
    font-size: 24px;
    text-align: center;
    display: block;
    font-weight: 700;
    color: #032258;
    width: 100%;
}

@media only screen and (max-width: 480px) {
    .upload__seconds {
        font-size: 20px;
    }
}

.upload__elementBorder {
    height: 295px;
    width: 295px;
    border: 12px solid rgb(247,126,82);
    border-radius: 100%;
    position: absolute;
    -webkit-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.upload__elementBorder::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 20px;
    background: white;
    right: 20px;
    top: 20px;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
}

@media only screen and (max-width: 480px) {
    .upload__elementBorder {
        width: 230px;
        height: 230px;
    }
    .upload__elementBorder::before {
        top: 5px;
    }
}

.upload__info {
    margin: 20px 0;
    font-size: 22px;
    font-weight: 300;
    color: #032258;
    display: block;
}

@media only screen and (max-width: 480px) {
    .upload__info {
        font-size: 18px;
    }
}

.upload__register {
    outline: none;
    text-decoration: none;
    padding: 5px 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border: 2px solid #032258;
    color: white;
    background: #032258;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 22px;
    font-weight: 400;
    border-radius: 25px;
}

.upload__register:hover {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #032258;
    background: white;
}

@media only screen and (max-width: 480px) {
    .upload__register {
        font-size: 20px;
    }
}

* {
    border: 0;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body, html {
    scroll-behavior: smooth;
    min-width: 100%;
    margin: 0;
    padding: 0;
    /*background: white;*/
    font-family: "Albert Sans", sans-serif !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: safe flex-start;
    -ms-flex-align: safe flex-start;
    align-items: safe flex-start;
    -webkit-box-pack: safe flex-start;
    -ms-flex-pack: safe flex-start;
    justify-content: safe flex-start;
    position: relative;
    scroll-behavior: smooth;
    overflow-x: hidden !important;
    /*background: #F3F8FF;*/
}

body {
    overflow-x: hidden;
}

.body--open {
    overflow-y: hidden !important;
}
/*# sourceMappingURL=style.css.map */