section.home-load-contact-us {
    padding: 100px 0;
    min-height: 780px;
    min-height: calc(100vh - 130px);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

section.home-load-contact-us > img {
    position: absolute;
    pointer-events: none
}

section.home-load-contact-us > img:nth-child(2) {
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%)
}

section.home-load-contact-us > img:nth-child(3) {
    right: 20%;
    top: 0
}

section.home-load-contact-us .container {
    z-index: 2;
    padding: 0 116px;
    max-width: 1040px
}

@media (max-width: 1120px) {
    section.home-load-contact-us .container {
        padding: 0 40px
    }
}

@media (max-width: 767px) {
    section.home-load-contact-us .container {
        padding: 0 20px
    }
}

section.home-load-contact-us .container .contact-us-wrapper {
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 60px 60px 60px 68px
}

@media (max-width: 1120px) {
    section.home-load-contact-us .container .contact-us-wrapper {
        padding: 40px
    }
}

@media (max-width: 767px) {
    section.home-load-contact-us .container .contact-us-wrapper {
        padding: 20px
    }
}

section.home-load-contact-us .container .contact-us-wrapper h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 52px;
    color: white
}

@media (max-width: 767px) {
    section.home-load-contact-us .container .contact-us-wrapper h2 {
        font-size: 30px;
        line-height: 1.3
    }
}

.title-form-create-container h3.titleSubmitted-message {
    color: #fff;
    text-align: center;
    font-size: 24px
}

.title-form-create-container p {
    color: white;
    margin-top: 10px
}

.title-form-create-container p:last-of-type {
    margin-bottom: 30px
}

.title-form-create-container .form-page .d-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.title-form-create-container .form-page .title-create-form-field {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.title-form-create-container .form-page .title-create-form-field .title-create-form-field-wrapper {
    position: relative
}

.title-form-create-container .form-page .title-create-form-field .title-create-form-field-wrapper label {
    position: absolute;
    left: 15px;
    top: 15px;
    color: white;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 15px;
    pointer-events: none;
    line-height: 1
}

.title-form-create-container .form-page .title-create-form-field .title-create-form-field-wrapper input {
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.12);
    font-family: 'Poppins', sans-serif;
    color: white;
    font-size: 15px;
    line-height: 46px;
    padding: 0 10px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 46px
}

.title-form-create-container .form-page .title-create-form-field .title-create-form-field-wrapper input[type="number"]::-webkit-outer-spin-button,
.title-form-create-container .form-page .title-create-form-field .title-create-form-field-wrapper input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.title-form-create-container .form-page .title-create-form-field .title-create-form-field-wrapper input.has-value + label,
.title-form-create-container .form-page .title-create-form-field .title-create-form-field-wrapper input:focus + label {
    font-size: 10px;
    top: 5px;
    left: 10px
}

.title-form-create-container .form-page .title-create-form-field .title-create-form-field-wrapper input.invalid {
    border-color: red
}

.title-form-create-container .form-page .title-create-form-field .title-create-form-field-wrapper input.invalid + label {
    color: red
}

.title-form-create-container .form-page .title-create-form-field .title-create-form-field-wrapper.imdb-prepopulate input {
    padding-right: 50px !important
}

.title-form-create-container .form-page .title-create-form-field .title-create-form-field-wrapper.imdb-prepopulate a {
    background-image: url("/img/input-data.png");
    background-size: 20px 20px;
    background-position: 1px 1px;
    background-repeat: no-repeat;
    display: block;
    width: 22px;
    height: 22px;
    margin: -1px 0;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    -webkit-filter: invert(1);
    filter: invert(1)
}

.title-form-create-container .form-page .title-create-form-field .title-create-form-field-wrapper select {
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.12);
    font-family: 'Poppins', sans-serif;
    color: white;
    font-size: 15px;
    line-height: 46px !important;
    padding: 0 10px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 46px !important;
    height-color: #0a0a0a
}

.title-form-create-container .form-page .title-create-form-field .title-create-form-field-wrapper select option {
    color: #000 !important
}

.title-form-create-container .form-page .title-create-form-field .title-create-form-field-wrapper-choices.t_title_type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px
}

.title-form-create-container .form-page h3 {
    color: white;
    margin-bottom: 20px;
    font-size: 24px
}

.title-form-create-container .form-page label[for] {
    color: white
}

.title-form-create-container .form-page label.just-label {
    color: white;
    font-size: 18px;
    margin: 15px 0 10px
}

.title-form-create-container .title-create-form-wrapper .title-create-form-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px
}

.title-form-create-container .title-create-form-wrapper .title-create-form-buttons button {
    cursor: pointer
}

.title-form-create-container .title-create-form-wrapper .title-create-form-buttons button.clear {
    margin-left: auto;
    color: white
}

.title-form-create-container .title-create-form-wrapper .title-create-form-buttons button.back,
.title-form-create-container .title-create-form-wrapper .title-create-form-buttons button.next,
.title-form-create-container .title-create-form-wrapper .title-create-form-buttons button.submit {
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    background-color: white;
    padding: 0 24px;
    height: 42px;
    text-align: center;
    min-width: 90px;
    color: #030a41;
    font-weight: 600
}

.title-form-create-container .title-create-form-wrapper .title-create-form-buttons button.submit {
    background-color: #8881fe;
    color: #fff
}

.title-form-create-container .title-create-form-wrapper .title-create-form-buttons button.back {
    margin-right: 20px
}
