.cid-uWpIcP9o1Y {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.cid-uWpIcP9o1Y .mbr-fallback-image.disabled {
    display: none;
}

.cid-uWpIcP9o1Y .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cid-uWpIcP9o1Y .card-wrapper {
    position: relative;
    padding: 100px 180px;
    will-change: transform;
    animation: none !important;
}

@media (max-width: 1440px) {
    .cid-uWpIcP9o1Y .card-wrapper {
        padding: 100px 40px;
    }
}

@media (max-width: 992px) {
    .cid-uWpIcP9o1Y .card-wrapper {
        padding: 60px 15px 100px;
    }
}

.cid-uWpIcP9o1Y .card-wrapper .image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cid-uWpIcP9o1Y .card-wrapper .decor-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 220px;
    height: 60px;
    background-color: #ffffff;
    border-top-right-radius: 30px;
    z-index: 1;
}

@media (max-width: 992px) {
    .cid-uWpIcP9o1Y .card-wrapper .decor-wrap {
        width: 120px;
    }
}

.cid-uWpIcP9o1Y .card-wrapper .decor-wrap::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-bottom-left-radius: 30px;
    box-shadow: -10px 10px 0 10px #ffffff;
}

.cid-uWpIcP9o1Y .card-wrapper .decor-wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -20px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-bottom-left-radius: 30px;
    box-shadow: -10px 10px 0 10px #ffffff;
}

.cid-uWpIcP9o1Y .card-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.4;
    border-bottom-right-radius: 30px;
    pointer-events: none;
    z-index: 1;
}

.cid-uWpIcP9o1Y .card-wrapper .card-wrap {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 0;
}

@media (max-width: 992px) {
    .cid-uWpIcP9o1Y .card-wrapper .card-wrap {
        padding: 30px 15px 100px;
    }
}

.cid-uWpIcP9o1Y .card-wrapper .card-wrap .label-wrapper {
    width: 50%;
}

@media (max-width: 992px) {
    .cid-uWpIcP9o1Y .card-wrapper .card-wrap .label-wrapper {
        width: 100%;
    }
}

.cid-uWpIcP9o1Y .card-wrapper .card-wrap .label-wrapper .mbr-label {
    display: inline-block;
    padding: 4px 20px;
    margin-bottom: 30px;
    border: 1px solid var(--primary-color);
}

@media (max-width: 992px) {
    .cid-uWpIcP9o1Y .card-wrapper .card-wrap .label-wrapper .mbr-label {
        margin-bottom: 20px;
    }
}

.cid-uWpIcP9o1Y .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 50%;
}

@media (max-width: 992px) {
    .cid-uWpIcP9o1Y .card-wrapper .card-wrap .mbr-section-title {
        margin-bottom: 30px;
        width: 100%;
    }
}

.cid-uWpIcP9o1Y .card-wrapper .card-wrap .form-wrap {
    width: 50%;
}

@media (max-width: 992px) {
    .cid-uWpIcP9o1Y .card-wrapper .card-wrap .form-wrap {
        width: 100%;
    }
}

.cid-uWpIcP9o1Y .card-wrapper .card-wrap .form-wrap .dragArea.row {
    margin: 0 -15px;
}

.cid-uWpIcP9o1Y .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group {
    margin-bottom: 30px !important;
    padding: 0 15px;
}

.cid-uWpIcP9o1Y .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-control-label {
    margin-bottom: 10px;
}

.cid-uWpIcP9o1Y .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-control {
    background-color: #f5f5f5;
    padding: 18px 30px;
    box-shadow: none;
    border: none !important;
}

.cid-uWpIcP9o1Y .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-control::placeholder {
    color: #8a8a8a;
}

.cid-uWpIcP9o1Y .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uWpIcP9o1Y .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-control:focus {
    box-shadow: none;
    border: none !important;
}

@media (max-width: 992px) {
    .cid-uWpIcP9o1Y .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group textarea {
        padding: 24px 16px;
    }
}

.cid-uWpIcP9o1Y .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-check {
    padding-left: 2.1em;
}

.cid-uWpIcP9o1Y .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-check .form-check-input {
    background-color: #8a8a8a;
    border-color: #8a8a8a;
}

.cid-uWpIcP9o1Y .card-wrapper .card-wrap .form-wrap .dragArea.row .mbr-section-btn {
    width: 100%;
    padding: 0 15px;
    margin: 0;
}

@media (max-width: 992px) {
    .cid-uWpIcP9o1Y .card-wrapper .card-wrap .form-wrap .dragArea.row .mbr-section-btn {
        margin-top: 0;
    }
}

.cid-uWpIcP9o1Y .card-wrapper .card-wrap .form-wrap .dragArea.row .mbr-section-btn .btn {
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 0;
}

.cid-uWpIcP9o1Y .mbr-label,
.cid-uWpIcP9o1Y .label-wrapper {
    color: #000000;
    text-align: center;
}

.cid-uWpIcP9o1Y .mbr-section-title {
    color: #000000;
    text-align: center;
}

.cid-uWpIcP9o1Y label {
    color: #8a8a8a;
}

.cid-uWpIcP9o1Y .mbr-section-btn {
    text-align: right;
}
