.download-arrow-desktop
{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);

    width: 120px;
}

.download-arrow-mobile
{
    margin-top: 30px;
    margin-right: -8px;

    -webkit-transform: scaleX(-1) rotate(305deg);
    transform: scaleX(-1) rotate(277deg);

    width: 80px;
}

.download-container
{
    margin-top: 48px;
}

.download-form-container
{
    padding: 50px;
    
    font-size: 18px;
    line-height: 25px;
    
    background-color: #f4f7fb;
    
    border-radius: 50px;
}

@media (max-width: 575.98px)
{
    .download-form-container
    {
        padding-left: 16px;
        padding-right: 16px;

        border-radius: 12px;
    }
}

.download-form-group
{
    margin-bottom: 23px;
}

.download-form-label
{
    text-wrap: nowrap;
}

.download-icon
{
    width: 32px;
    height: 30px;
    margin-top: 2px;
    margin-right: 8px;

    background-image: url('/public/image/icon_download2.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.download-image-container
{
    display: flex;
    justify-content: center;
    align-items: center;

    overflow: hidden;
}

@media (max-width: 767.98px)
{
    .download-image-container
    {
        margin-bottom: 36px;
    }
}

.download-image
{
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;

    border-radius: 12px;
}

.download-side-container-desktop
{
    display: flex;
    justify-content: right;
}

.download-side-container-mobile
{
    display: flex;
    justify-content: center;
}

.download-text
{
    margin-bottom: 12px;
}

.download-title-h2
{
    margin-top: 0px !important;
    margin-bottom: 12px !important;

    color: #000000 !important;

    font-size: 32px !important;
    font-weight: 500 !important;
}