
body {
    background: var(--off-white-background);
    margin: 0;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

* {
    color: var(--dark-blue);
}

.bolder {
    font-weight: 800;
}

@media screen and (max-width: 1350px) {
    .invoice-management-sign-up {
        border-radius: 15px !important;
    }
}

/* --------------------------------------  SECTION 1  ---------------------------------------*/

#section-1 {
    position: relative;
    top: 6rem;

    display: flex;

    height: 49rem;
}

#section-1 > div:first-child {
    width: 40%;
}

#section-1 > div:nth-child(2) {
    width: 60%;
}

#section-1-header {
    position: relative;
    top: 3rem;
    left: 10%;

    width: 100%;
}

#section-1-subtitle {
    position: relative;
    left: 10%;
    top: 3rem;

    display: block;
    width: 70%;

    font-size: 1.2rem;
    line-height: 2rem;
}

.section-1-sign-up-icon {
    position: relative;
    top: 6rem;
    left: 10%;

    width: 40%;

    justify-content: center;
    cursor: pointer;
}

#no-credit-card {
    position: relative;
    top: 6rem;
    left: 10%;
}

#benefit-list {
    position: relative;
    left: 10%;
    top: 8rem;

    width: 25rem;
    border-radius: 15px;
    border: 0.3rem solid var(--dark-blue);
    padding: 0 1rem;

    line-height: 1.5rem;
}

#section-1 iframe {
    position: relative;
    left: 5%;
    top: 6rem;
    width: 85%;
    aspect-ratio: 16 / 9;
    border-radius: 25px;
}

@media screen and (max-width: 1700px) {
    #section-1 {
        height: 55rem;
    }
}

@media screen and (max-width: 1450px) {
    #section-1 {
        height: 57rem;
        display: block;
    }

    #section-1 > div {
        width: 100% !important;
    }

    #section-1-header {
        top: 1rem;
        left: 0;

        width: 100%;
        text-align: center;
    }

    #section-1-subtitle {
        left: 5%;
        width: 90%;
        text-align: center;
    }

    .section-1-sign-up-icon {
        left: 30%;
        background: var(--dark-blue) !important;
    }

    .section-1-sign-up-icon:hover {
        background: var(--light-blue) !important;
    }

    #no-credit-card {
        left: 0;

        width: 100%;
        display: block;
        text-align: center;
    }

    #benefit-list {
        display: none;
    }

    #section-1 iframe {
        top: 7rem;
        left: 20%;
        width: 60%;
    }
}

@media screen and (max-width: 900px) {
    #section-1 iframe {
        left: 10%;
        width: 80%;
    }
}

@media screen and (max-width: 565px) {
    #section-1 {
        height: 60rem;
    }

    .section-1-sign-up-icon {
        left: 20%;
        width: 60%;
        padding: 0.5rem !important;
    }

    #section-1 iframe {
        left: 5%;
        width: 90%;
    }
}

@media screen and (max-width: 450px) {
    #section-1 {
        height: 66rem;
    }

    #section-1 iframe {
        height: 20rem;
    }
}

/* --------------------------------------  SECTION 2  ---------------------------------------*/

#section-2 {
    position: relative;
    height: 65rem;

    background: var(--dark-blue);

    overflow-x: hidden;
}

#section-2 h1 {
    position: relative;
    top: 2rem;
    left: 5%;
    color: var(--light-blue);
}

.section-2-subtitle {
    position: relative;
    top: 1rem;
    left: 5%;

    font-size: 1.2rem;

    color: var(--light-blue);
}

.section-2-sign-up-icon {
    position: relative;
    top: 2rem;
    left: 5%;

    width: 20% !important;

    background: var(--orange) !important;

    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.section-2-sign-up-icon a {
    color: var(--dark-blue) !important;
}

.section-2-sign-up-icon:hover {
    background: var(--light-blue) !important;
}

#box-section {
    position: relative;
    left: 5%;
    top: 4rem;

    width: 90%;
    display: flex;
}

.box-column {
    width: 50%;
}

.box {
    position: relative;
    margin-top: 2rem;

    height: 13rem;
    width: 70%;

    background: var(--light-blue);
    border-radius: 15px;

    padding: 2rem;

    font-weight: 500;
    line-height: 1.5rem;
}

.box h2 {
    font-weight: 1000;
}

.box:nth-child(2) {
    margin-left: 20%;
}

.box-icon {
    scale: 1.3;
    color: var(--orange);
}

.fa-play {
    rotate: -90deg;
}

.document-types-title {
    top: 4rem !important;
}

.document-types {
    position: relative;
    top: 4rem;
    left: 2rem;
    width: 90%;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.document-types > li {
    margin-left: 2rem;
    color: var(--light-blue);
}

.document-types > li::marker {
    color: var(--orange);
}

@media screen and (max-width: 1500px) {
    .box-column span {
        line-height: 1.3rem;
    }
}

@media screen and (max-width: 1250px) {
    #section-2 {
        height: 90rem;
    }

    .section-2-sign-up-icon {
        border-radius: 15px;
        width: 50% !important;
    }

    .section-2-subtitle {
        display: block;
        width: 90%;
        line-height: 1.8rem;
    }

    #box-section {
        display: block;
    }

    .box-column {
        width: 100%;
    }

    .box-column span {
        line-height: 1.5rem;
    }

    .box {
        width: 90%;
        height: 9rem;
    }

    .box:nth-child(2) {
        margin-left: unset;
    }

    .box-icon {
        scale: 1.3;
        color: var(--orange);
    }

    .fa-play {
        rotate: -90deg;
    }
}

@media screen and (max-width: 780px) {
    #section-2 {
        height: 115rem;
    }

    .box {
        height: 15rem;
    }

}

@media screen and (max-width: 500px) {
    .box {
        left: 0;
        padding: 1rem;
        width: 90%;
        height: 16rem;
    }

    .document-types-title {
        text-align: center;
        left: 0 !important;
    }

    .document-types {
        width: 100%;
        left: -2%;
        padding: 0;
        flex-direction: row-reverse;
        justify-content: center;
    }
}

@media screen and (max-width: 440px) {
    #section-2 {
        height: 125rem;
    }

    .box {
        height: 17.5rem;
    }
}

@media screen and (max-width: 390px) {
    #section-2 {
        height: 147rem;
    }

    .box {
        height: 22rem;
    }
}

/* --------------------------------------  SECTION 3  ---------------------------------------*/
#section-3 {
    width: 100%;
    height: 49rem;
}

#section-3 h1 {
    position: relative;
    left: 5%;
}

.section-3-subtitle {
    position: relative;
    top: -1rem;
    left: 5%;
    font-size: 1.2rem;
}

.section-3-sign-up-icon {
    position: relative;
    top: 1rem;
    left: 5%;
    width: 20%;
    justify-content: center;
}

#benefits {
    display: flex;
    position: relative;
    left: 5%;
    width: 90%;
}

.benefit-section:nth-child(2) {
    margin-left: 5rem;
    margin-right: 5rem;

    width: 35%;
}

.benefit-section:nth-child(2).en {
    margin-left: 15rem;
    margin-right: 10rem;

    width: 40%;
}

.benefit-section {
    line-height: 2rem;
}

.benefit-number {
    top: 3.5rem;
    left: -2.5rem !important;
    z-index: -1;

    margin: 0;

    font-size: 3rem;

    color: var(--light-blue);
}

.bottom-header-section-3 {
    font-size: 3rem;

    display: block;
    width: 100%;

    left: 0 !important;
    text-align: center;
}

.bottom-sign-up-section-3 {
    width: 12rem;
    left: 0;
    margin: auto;
}

@media screen and (max-width: 1410px) {
    #section-3 {
        height: 50rem;
    }

    .benefit-section:nth-child(2) {
        margin-top: 2rem !important;
        margin-left: 2rem;
        margin-right: 2rem;
        width: unset;
    }

    .benefit-section:nth-child(2).en {
        margin-top: 3rem !important;
        margin-left: 0;
        margin-right: 2rem;
        width: unset;
    }
}

@media screen and (max-width: 1100px) {
    #section-3 {
        height: 70rem;
    }

    .section-3-sign-up-icon {
        width: 15rem;
        background: var(--dark-blue) !important;
    }

    .section-3-sign-up-icon:hover {
        background: var(--light-blue) !important;
    }

    #benefits {
        display: block;

        left: 10%;
        width: 80%;
    }

    .benefit-section:nth-child(2) {
        margin: 0;
    }
}

@media screen and (max-width: 745px) {
    #section-3 {
        height: 68rem;
    }

    .benefit-section ul {
        line-height: 1.5rem;
    }
}

@media screen and (max-width: 680px) {
    #section-3 {
        height: 75rem;
    }

    .benefit-section {
        margin-bottom: -4rem;
    }

    .benefit-section:nth-child(3) {
        margin-bottom: 3rem;
    }

    .bottom-header-section-3 {
        font-size: 2rem;
    }
}

@media screen and (max-width: 450px) {
    #section-3 {
        height: 80rem;
    }

    .benefit-number {
        left: -2rem !important;
        top: 3.2rem;
    }
}

@media screen and (max-width: 410px) {
    #section-3 {
        height: 90rem;
    }
}

@media screen and (max-width: 350px) {
    #section-3 {
        height: 95rem;
    }
}

@media screen and (max-width: 315px) {
    #section-3 {
        height: 110rem;
    }
}

/* --------------------------------------  SECTION 7  ---------------------------------------*/
#section-7 {
    top: 0 !important;
}