#main {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#main .fusion-row {
    max-width: 100% !important;
}
.desktop {
    display: none;
}

.section {
    padding: 40px 37px 0 37px;
    color: #2F4771;
}

.section p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
}

.subsection {
    width: 100%;
    max-width: 367px;
    margin: auto;
}

.bartitle {
    background: #C5ECF666;
    padding: 30px 0;
    color: #2F4771;
    height: 184px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    width: 100%;
}

.bartitle h1 {
    margin: 0 !important;
    font-size: 32px !important;
    line-height: 34px !important;
    margin-bottom: 10px !important;
    color: #2F4771 !important;
    font-weight: 700;
}

.bartitle p {
    font-size: 22px;
    line-height: 19px;
    margin: 0;
    font-weight: 700;
}

.cta {
    background-color: #fff;
    max-width: 660px;
    margin: auto;
    padding-top: 32px;
    padding-bottom: 37px;
    text-align: center;
}

.cta h3 {
    margin: 0 0 9px 0 !important;
    font-weight: 500;
    font-size: 22px;
    line-height: 19px;
    color: #2F4771;
}

.cta p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 25px 0 !important;
}

h3.subtitle {
    margin: 0 0 15px 0 !important;
    font-weight: 700;
    font-size: 24px !important;
    color: #2F4771;
    line-height: 26px !important;
}

.cta .button {
    display: inline-block;
    background: #01ABC7;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    border: 0;
    width: 100%;
    max-width: 357px;
    height: 57px;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto';
    cursor: pointer;
}
.cta .button:hover {
    background-color: #1CA9C5;
    color: #FFF;
}

.content {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-left: 27px;
    padding-right: 27px;
    width: 100%;
}

.object {
    align-items: center;
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    gap: 0px;
    margin: auto;
}

.content img {
    max-width: 380px;
    height: auto;
    width: 100%;
    display: inline-block;
    margin-top: 30px;
}

.gray-bg {
    background-color: #e0e0e0;
}

.apps__buttons {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

.app-icon {
    padding: 0;
    width: 129px;
    height: auto;
    box-sizing: content-box;
}

.subsection p {
    margin: 0 auto !important;
}

.form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    margin-bottom: 32px;
    justify-content: center;
}

.phone-input {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0 8px;
    width: 100%;
    max-width: 355px;
    font-size: 16px;
}

.flag-container {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-right: 10px;
    border-right: 1px solid #ccc;
}

.flag-container img {
    width: 20px;
    height: auto;
}

.flag-container span {
    color: #9EA0A4;
    font-size: 18px;
    font-weight: 400;
}

.phone-input input {
    border: none;
    outline: none;
    flex-grow: 1;
    font-size: 16px;
    padding-left: 10px;
    color: #1D1D1D;
}

.phone-input input::placeholder {
    color: rgb(158, 160, 164);
}

.refer {
    padding-top: 89px;
    padding-bottom: 89px;
}

.cta.refer h3.subtitle {
    padding: 0 48px;
}

.refer p {
    width: 100%;
    max-width: 670px;
    margin: auto;
    font-size: 18px;
    line-height: 20px;
}

.refer .button {
    margin: auto;
}

@media (min-width: 1024px) {
    .desktop {
        display: flex;
    }
    .mobile {
        display: none;
    }
    .cta {
        padding-top: 28px;
        padding-bottom: 51px;
        max-width: 950px;
    }

    .cta .button {
        height: 48px;
        max-width: 431px;
    }

    .cta h3 {
        margin:  0 auto 12px !important;
    }

    .cta p {
        margin: 0 0 35px 0 !important;
    }

    .bartitle h1 {
        font-size: 40px !important;
        margin-bottom: 15px !important;
    }

    .content {
        flex-direction: row;
        text-align: left;
        padding-top: 0;
    }

    .content:not(.gray-bg) .subsection {
        max-width: 380px;
    }

    .content h3,
    .content p {
        text-align: center;
    }

    .content h3 {
        font-size: 30px !important;
        line-height: 27px;
    }

    .content p {
        font-size: 18px;
        line-height: 22px;
    }

    .content img {
        margin-top: 0;
    }

    .subsection {
        max-width: 444px;
    }

    h3.subtitle {
        font-size: 30px !important;
        line-height: 33px !important;
    }

    .cta.refer h3.subtitle {
        padding: 0;
    }

    .object {
        flex-direction: row;
        text-align: left;
        gap: 150px;
        max-width: 1300px;
        padding-top: 30px;
    }

    .gray-bg .object {
        flex-direction: row-reverse;
    }

    .form {
        flex-direction: row;
        align-items: stretch;
    }

    .form .button {
        width: 100%;
    }

    .phone-input {
        width: 140%;
    }

    .cta.refer p {
        margin: 0 auto 32px !important;
    }

    .cta.refer {
        padding-top: 69px;
        padding-bottom: 86px;
    }
}
