.holidayRegistration {
    padding: 43px 39px;
    background-image: url("/cassette.axd/file/images/contentPages/desktop_bg-bd04ba1d4596bb44c2adafdda35005da7e50cad6.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: relative;
    min-height: 900px;
}

@media (max-width: 767px) {
    .holidayRegistration {
        background-image: url("/cassette.axd/file/images/contentPages/mobile-bg-2729768b1bb3666fc9c86ad0efb24d2faedaf9ca.png");
        background-size: cover;
        position: relative;
        min-height: 0;
        padding-top: 20px;
        padding-bottom: 60px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.holidayRegistration .title {
    color: #094824;
    font-size: 84px;
    margin: 0;
    line-height: 1;
    text-align: center;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .holidayRegistration .title {
        font-size: 35.5px;
    }
}

@media (min-width: 768px) {
    .holidayRegistration .title {
        position: absolute;
        right: 121px;
    }
}

.holidayRegistration .title span {
    font-weight: bold;
    display: block;
    line-height: 0.6;
}

@media (max-width: 767px) {
    .holidayRegistration .title span {
        font-size: 40.5px;
    }
}

.holidayRegistration .mobile-image {
    width: calc(100% + 39px * 2);
    margin: 0 -39px;
    margin-top: -20px;
}

.holidayRegistration .form-wrapper {
    line-height: 1;
    padding: 29px 22px 2px;
    color: #094824;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.6);
    position: relative;
}

@media (min-width: 768px) {
    .holidayRegistration .form-wrapper {
        width: 519px;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .holidayRegistration .form-wrapper {
        width: 360px;
        margin-top: 10px;
    }
}

.holidayRegistration .form-wrapper .success {
    display: none !important;
    position: absolute;
    width: calc(100% - 45px);
    border: 7px #0c4531 solid;
    border-radius: 12px;
    background: linear-gradient(0.4turn, #058e3a, #0c4531);
    color: white;
    font-size: 25px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 66px;
    line-height: 1.1;
}

@media (max-width: 767px) {
    .holidayRegistration .form-wrapper .success {
        bottom: 10px;
        z-index: 3;
    }
}

@media (min-width: 768px) {
    .holidayRegistration .form-wrapper .success {
        margin-right: auto;
        left: calc(50% - 225px);
        bottom: 20px;
        width: 450px;
        font-size: 37px;
        z-index: 2;
    }
}

.holidayRegistration .form-wrapper .success .thanks {
    font-size: 90px;
}

.holidayRegistration .form-wrapper .success .content {
    text-align: center;
    font-weight: 600;
}

.holidayRegistration .form-wrapper .success img {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 10px;
}

.holidayRegistration .form-wrapper .success.sent {
    display: flex !important;
}

.holidayRegistration .form-wrapper .subscribe-header {
    font-size: 44px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
}

@media (max-width: 767px) {
    .holidayRegistration .form-wrapper .subscribe-header {
        font-size: 27px;
    }
}

.holidayRegistration .form-wrapper .description {
    font-size: 34px;
}

@media (max-width: 767px) {
    .holidayRegistration .form-wrapper .description {
        font-size: 24px;
    }
}

.holidayRegistration .form-wrapper .description span {
    display: block;
    font-weight: bold;
}

.holidayRegistration .form-wrapper .description .min-order {
    font-size: 24px;
    font-weight: normal;
}

@media (max-width: 767px) {
    .holidayRegistration .form-wrapper .description .min-order {
        font-size: 19px;
    }
}

.holidayRegistration .form-wrapper form input::-webkit-outer-spin-button,
.holidayRegistration .form-wrapper form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.holidayRegistration .form-wrapper form input[type="number"] {
    -moz-appearance: textfield;
}

.holidayRegistration .form-wrapper form input {
    box-shadow: 0.6px 0.8px 5.5px 1.5px rgba(21, 48, 2, 0.57);
    margin-bottom: 5px;
    padding-bottom: 0;
    height: 51px;
    font-size: 30px;
    padding: 0 12px;
}

@media (max-width: 767px) {
    .holidayRegistration .form-wrapper form input {
        font-size: 24px;
    }
}

.holidayRegistration .form-wrapper form ::placeholder {
    font-size: 30px;
    color: #094824;
    padding-top: 2px;
}

@media (max-width: 767px) {
    .holidayRegistration .form-wrapper form ::placeholder {
        font-size: 24px;
    }
}

.holidayRegistration .form-wrapper form label {
    display: flex;
}

.holidayRegistration .form-wrapper form label .required-input {
    color: #094824;
    font-size: 15px;
}

.holidayRegistration .form-wrapper form .submit-button button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: linear-gradient(to top, #ffdd83, #ffa800);
    color: #094824;
    font-size: 44px;
    font-weight: bold;
    box-shadow: 0.6px 0.8px 5.5px 1.5px rgba(21, 48, 2, 0.57);
    border-radius: 2.3px;
    height: 51px;
}

.holidayRegistration .form-wrapper form .checkbox {
    text-align: right;
}

.holidayRegistration .form-wrapper form .checkbox a {
    text-decoration: underline !important;
    color: inherit;
}

.holidayRegistration .form-wrapper form .checkbox input[type="checkbox"] + label {
    width: 18px;
    height: 16px;
    border-radius: 2.3px;
    box-shadow: 0.6px 0.8px 5.5px 1.5px rgba(21, 48, 2, 0.57);
    margin-top: 4px;
}

@media (max-width: 767px) {
    .holidayRegistration .form-wrapper form .checkbox input[type="checkbox"] + label {
        width: 10px;
        height: 10px;
        margin-top: 0px;
    }
}

.holidayRegistration .form-wrapper form .checkbox input[type="checkbox"] + label::after {
    top: 1px;
    left: 3px;
}

.holidayRegistration .form-wrapper form .terms {
    color: #094824;
    font-size: 18.5px;
}

.holidayRegistration .form-wrapper form .text-red {
    text-align: right;
    visibility: visible;
}

.holidayRegistration .form-wrapper form .text-red.ng-hide {
    display: block !important;
    visibility: hidden;
}

.holidayRegistration .form-wrapper .illustrate-only {
    color: #fff;
    font-weight: bold;
    font-size: 23px;
    position: absolute;
    right: 18px;
    bottom: 15px;
}

@media (max-width: 767px) {
    .holidayRegistration .form-wrapper .illustrate-only {
        font-size: 18px;
    }
}