.EPiServerForms .FormSelection.ValidationFail .custom-select {
    border: 2px solid #fab20a;
    background: rgba(250, 178, 10, 0.16);
}

    .EPiServerForms .FormSelection.ValidationFail .custom-select .custom-select__arrow {
        background: rgba(250, 178, 10, 0.16);
    }

.EPiServerForms .FormSelection.ValidationFail .Form__Element__ValidationError {
    position: absolute;
    padding: 0.3rem 0.5rem;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1rem;
    letter-spacing: 0.04em;
    color: #cc0033;
}

.EPiServerForms .FormSelection.ValidationRequired .custom-select__label::after {
    content: " (*)";
}

.EPiServerForms .FormTextbox--Textarea.ValidationFail .Form__Element__ValidationError {
    display: block !important;
    position: absolute;
    padding: 0.3rem 0.5rem;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1rem;
    letter-spacing: 0.04em;
    color: #cc0033;
}

.EPiServerForms .Form__Element .Form__Element__ValidationError {
    display: flex;
    justify-content: center;
    color: #cc0033 !important;
    position: absolute;
    padding: 0.3rem 0.5rem;
}


fieldset {
    border: none;
}

.Form__Title,
.Form__Element__Caption {
    font-weight: 900;
    letter-spacing: -0.01em;
}

.Form__Title {
    font-size: 2.625rem;
    line-height: 3.25rem;
}

.Form__Element__Caption {
    font-size: 1.5rem;
    line-height: 3rem;
    color: #1d1f21;
    margin-bottom: 1rem;
}

/*to mark space between dropdown and single choice fields */
.EPiServerForms .Form__Element {
    margin-top: 1rem;
}

@media only screen and (max-width: 540px) {
    .Form__Title {
        font-size: 2rem;
        line-height: 2.625rem;
    }
}

.Form__Description,
.paragraphtextelementblock p {
    font-weight: 400;
    justify-content: center;
}

.Form__Description {
    font-size: 1.063rem;
    line-height: 1.5rem;
    letter-spacing: 0.02em;
}

.paragraphtextelementblock p {
    font-size: 0.875rem;
    line-height: 1rem;
    letter-spacing: 0.04em;
}

.textboxelementblock {
    margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
    .textboxelementblock {
        margin-bottom: 2rem;
    }
}

.textareaelementblock {
    margin-bottom: 1.5rem;
}

.numberelementblock {
    margin-bottom: 1.5rem;
}

.selectionelementblock {
    margin-bottom: 1.5rem;
    position: relative;
    padding-top: 25px;
}

    .selectionelementblock label.Form__Element__Caption {
        position: absolute;
        top: -15px;
    }

.campaign-form .textboxelementblock,
.campaign-form .textareaelementblock,
.campaign-form .numberelementblock,
.campaign-form .selectionelementblock,
{
    margin-bottom: 0;
}

.FormTextbox {
    position: relative;
    display: inline-block;
    width: 100%;
    background: white;
    border-radius: 8px;
}

    .FormTextbox .FormTextbox__Input {
        height: 4.25rem;
        width: 100%;
        padding: 1.813rem 1rem 0.688rem 1rem;
        border-radius: 8px;
        outline: transparent;
        border: 2px solid #d1d1d1;
        color: #1d1f21;
        font-size: 1.063rem;
        line-height: 1.5rem;
        letter-spacing: 0.02em;
    }

        .FormTextbox .FormTextbox__Input:hover {
            border-color: #76757a;
        }

        .FormTextbox .FormTextbox__Input:focus {
            border-color: #ce1126;
        }

        .FormTextbox .FormTextbox__Input[type=number] {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            margin: 0;
            -webkit-appearance: textfield;
            -moz-appearance: textfield;
            appearance: textfield;
        }

        .FormTextbox .FormTextbox__Input::-webkit-outer-spin-button, .FormTextbox .FormTextbox__Input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

    .FormTextbox.has-value > .Form__Element__Caption {
        color: #76757a;
    }

    .FormTextbox.ValidationFail > .Form__Element__Caption {
        color: #4A4B4C;
    }

    .FormTextbox .Form__Element__Caption {
        position: absolute;
        top: 50%;
        left: 16px;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        white-space: nowrap;
        pointer-events: none;
        -webkit-transition: 0.15s ease-in;
        transition: 0.15s ease-in;
        color: #1d1f21;
        font-weight: 500;
        font-size: 0.938rem;
        line-height: 1rem;
        letter-spacing: 0.02em;
    }

    @media (max-width: 991px) {
        .FormTextbox .Tight__Font__Mobile,
        .custom-select .Tight__Font__Mobile {
            font-size: 0.875rem;
        }
    }

    @media (min-width: 992px) {
        .FormTextbox .Tight__Font__Desktop,
        .custom-select .Tight__Font__Desktop{
            font-size: 0.875rem;
        }
    }

    .FormTextbox .input__icons {
        display: none;
    }




@media(max-width: 991px){
    .FormTextbox.has-value .Form__Element__Caption.Tight__Font__Mobile {
        top: 12.5px;
    }
}
@media(min-width: 992px) {
    .FormTextbox.has-value .Form__Element__Caption.Tight__Font__Desktop {
        top: 12.5px;
    }
}

.FormTextbox--Textarea {
    position: relative;
    width: 100%;
    background: white;
    border-radius: 8px;
}

    .FormTextbox--Textarea .FormTextbox__Input {
        background: white;
        width: 100%;
        padding: 1.813rem 2.75rem 0.688rem 1rem;
        border-radius: 8px;
        outline: transparent;
        border: 2px solid #d1d1d1;
        color: #1d1f21;
        font-size: 1.063rem;
        line-height: 1.5rem;
        letter-spacing: 0.02em;
        background: #ffffff;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        resize: none;
        display: block;
        min-height: 105px;
    }

        .FormTextbox--Textarea .FormTextbox__Input:hover {
            border-color: #76757a;
        }

        .FormTextbox--Textarea .FormTextbox__Input:focus {
            border-color: #ce1126;
        }

    .FormTextbox--Textarea .Form__Element__Caption {
        position: absolute;
        top: 16px;
        left: 16px;
        white-space: nowrap;
        -webkit-transition: 0.15s ease-in;
        transition: 0.15s ease-in;
        color: #1d1f21;
        font-weight: 500;
        font-size: 0.938rem;
        line-height: 1rem;
        letter-spacing: 0.02em;
        pointer-events: none;
    }





.FormRange {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 2rem 1rem;
}

    .FormRange .Form__Element__Caption {
        position: absolute;
        top: 0px;
        color: #1d1f21;
        font-weight: 500;
        font-size: 0.938rem;
        line-height: 1rem;
        letter-spacing: 0.02em;
    }

    .FormRange .FormRange__Wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
    }

        .FormRange .FormRange__Wrapper .FormRange__Min {
            margin: 0 0.5rem;
        }

        .FormRange .FormRange__Wrapper .FormRange__Input {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            height: 0.25rem;
            width: 100%;
            background: var(--bs-gray-500);
            opacity: 0.75;
            border-radius: 0.25rem;
            outline: none;
            border: none;
        }

        .FormRange .FormRange__Wrapper .FormRange__Max {
            margin: 0 0.5rem;
        }

        .FormRange .FormRange__Wrapper .FormRange__Slider__Wrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .FormRange .FormRange__Wrapper .FormRange__Output__Wrapper {
            position: absolute;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            left: 50%;
            top: -0.25rem;
        }

        .FormRange .FormRange__Wrapper .FormRange__Slider__Button {
            border: 2px solid #f86f7f;
            background: transparent;
            color: #ce1126;
            max-height: 3rem;
            padding: 0.5rem;
            border-radius: 8px;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            cursor: pointer;
            outline: none;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-transition: 0.15s ease-in-out;
            transition: 0.15s ease-in-out;
            max-width: -webkit-fit-content;
            max-width: -moz-fit-content;
            max-width: fit-content;
            font-weight: 700;
            font-size: 0.875rem;
            line-height: 0.875rem;
            letter-spacing: 0.02em;
        }

            .FormRange .FormRange__Wrapper .FormRange__Slider__Button:hover {
                background: #e7c3c7;
            }

.Form__Element.FormSelection select {
    display: none;
}

.chevron-down {
    -webkit-mask: url(../icons/chevron-down.svg);
    mask: url(../icons/chevron-down.svg);
    -webkit-mask-size: contain !important;
    mask-size: contain !important;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 1.5rem;
    height: 1.5rem;
    background: #1d1f21;
    display: block;
}

.radio-card--wrapper {
    height: 8.875rem;
    min-width: 8rem;
    max-width: 10.25rem;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    background: white;
    border-radius: 10px;
}

    .radio-card--wrapper .radio-card__input {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        z-index: 2;
        cursor: pointer;
    }

    .radio-card--wrapper .radio-card {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 100%;
        max-width: 100% !important;
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 2px solid #d1d1d1;
        padding: 1rem 1rem 0.5rem 1rem;
        border-radius: 10px;
        position: relative;
        cursor: pointer;
        -webkit-transition: 0.15s ease-in-out;
        transition: 0.15s ease-in-out;
        padding: 1rem 1rem 0.5rem 1rem;
    }

        .radio-card--wrapper .radio-card .radio-card__radio {
            width: 1.125rem;
            height: 1.125rem;
            border: 2px solid #1d1f21;
            border-radius: 50%;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding: 4px;
            position: absolute;
            bottom: 0.5rem;
        }

            .radio-card--wrapper .radio-card .radio-card__radio::after {
                content: "";
                width: 100%;
                height: 100%;
                display: block;
                background: #ffffff;
                border-radius: 50%;
                -webkit-transform: scale(0);
                transform: scale(0);
            }

        .radio-card--wrapper .radio-card .radio-card__label {
            position: absolute;
            top: 80px;
            text-align: center;
        }

    .radio-card--wrapper .radio-card__icon {
        position: absolute;
        top: 1rem;
        pointer-events: none;
    }

        .radio-card--wrapper .radio-card__icon i {
            width: 3.5rem;
            height: 3.5rem;
        }

.radio-card__input:checked + .radio-card {
    background: #ce1126;
    border-color: #ce1126;
}

.radio-card__input:checked ~ .radio-card__icon i {
    background: #ffffff;
}

.radio-card__input:checked + .radio-card .radio-card__radio {
    border-color: #ffffff;
}

.radio-card__input:checked + .radio-card .radio-card__label {
    color: #ffffff;
}

.radio-card__input:checked + .radio-card .radio-card__radio::after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.packing-lines {
    -webkit-mask: url(../assets/icons/Packing-lines.svg);
    mask: url(../assets/icons/Packing-lines.svg);
    -webkit-mask-repeat: repeat;
    mask-repeat: repeat;
    -webkit-mask-size: auto;
    mask-size: auto;
    -webkit-mask-size: contain !important;
    mask-size: contain !important;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 1.5rem;
    height: 1.5rem;
    background: #1d1f21;
    display: block;
}


/*---RCheckBox custom--*/
.check-box-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 1rem;
}

/* Hide the browser's default checkbox */
.FormChoice__Input--Checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

    /* checkBox Label */
    .FormChoice__Input--Checkbox + .FormChoice__Label {
        font-size: 1.063rem;
        line-height: 1.5rem;
        letter-spacing: 0.02em;
        font-weight: 400;
        padding-left: 2rem;
        position: relative;
    }

        /* Created custom checkBox */
        .FormChoice__Input--Checkbox + .FormChoice__Label::before {
            content: "";
            display: -webkit-inline-box !important;
            display: -ms-inline-flexbox !important;
            display: inline-flex !important;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            height: 1.5rem;
            width: 1.5rem;
            background: #FFFFFF;
            border: 2px solid #D1D1D1;
            border-radius: 2px;
            cursor: pointer;
            position: absolute;
            left: 0px;
        }

    /* When checkBox is checked it will display the checkMark */
    .FormChoice__Input--Checkbox:checked + .FormChoice__Label::before {
        content: '';
        background: url(../icons/check.svg);
        background-position: center center;
        display: block;
        border-color: #CE1126;
        box-shadow: 0px 2px 4px rgba(61, 45, 60, 0.08);
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: white;
    }

    /* Focus checkBox */
    .FormChoice__Input--Checkbox:focus + .FormChoice__Label::before {
        border-color: #CE1126;
    }

    /* Added position relative and padding left for custom checkBox */
    .FormChoice__Input--Checkbox + p {
        padding-left: 2rem;
        position: relative;
    }

        /* Position checkBox to be always in top left corner, no matter how long is the text for checkbox  */
        .FormChoice__Input--Checkbox + p::before {
            position: absolute;
            top: 0px;
            left: 0px;
        }

.FormChoice__Input--HpElement {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

.radio-box-wrapper {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-right: 0.5rem;
    position: relative;
    min-width: 2rem;
    min-height: 2rem;
    width: 100%;
    position: relative;
    font-size: 1.063rem;
    line-height: 1.5rem;
    letter-spacing: 0.02em;
    font-weight: 400;
}

    .radio-box-wrapper .FormChoice__Input--Radio {
        opacity: 0;
        position: absolute;
    }

    .radio-box-wrapper .FormChoice__Label {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 2rem;
    }

    .radio-box-wrapper img {
        margin-left: 0.5rem;
    }

    /*---Created custom radio dot, with scale (0) its not visible--*/
    .radio-box-wrapper .FormChoice__Label::before {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        background: #ce1126;
        border-radius: 50%;
        width: 1rem;
        height: 1rem;
        border-radius: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        top: 50%;
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        position: absolute;
        left: 1rem;
        z-index: 1;
    }

    /*---Created custom radio, this is the circle around the red dot--*/
    .radio-box-wrapper .FormChoice__Label::after {
        content: "";
        display: inline-block;
        width: 1rem;
        height: 1rem;
        border: 1px solid #d1d1d1;
        border-radius: 50%;
        background: white;
        margin-right: 0.5rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 3px;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute;
        left: 1rem;
    }

/*---This will activate the radioBtn, dot will scale from (0) to (0.5) --*/
.FormChoice__Input--Radio:checked + .FormChoice__Label::before {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
}

/* Focus radio */
.FormChoice__Input--Radio:focus + .FormChoice__Label::after {
    border-color: #CE1126;
}

/*---Radio Image btn--*/
.FormChoice--Image__Item {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-right: 0.5rem;
    position: relative;
    min-width: 2rem;
    min-height: 2rem;
    width: 100%;
    position: relative;
    font-size: 1.063rem;
    line-height: 1.5rem;
    letter-spacing: 0.02em;
    font-weight: 400;
    /*---Hide default radioInput--*/
}

    .FormChoice--Image__Item .FormChoice__Input--Radio {
        opacity: 0;
        position: absolute;
    }

    .FormChoice--Image__Item .FormChoice--Image__Item__Caption {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 2rem;
    }

    .FormChoice--Image__Item img {
        margin-left: 0.5rem;
    }

/*---Created custom radio dot, with scale (0) its not visible--*/
.FormChoice--Image__Item__Caption::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #ce1126;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    position: absolute;
    left: 1rem;
}

/*---Created custom radio, this is the circle around the red dot--*/
.FormChoice--Image__Item__Caption::after {
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 1px solid #d1d1d1;
    border-radius: 50%;
    margin-right: 0.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 1rem;
}

/*---This will activate the radioBtn, dot will scale from (0) to (0.5) --*/
.FormChoice__Input--Radio:checked + .FormChoice--Image__Item__Caption::before {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
}

/* Focus radio */
.FormChoice__Input--Radio:focus + .FormChoice--Image__Item__Caption::after {
    border-color: #CE1126;
}

.FormFileUpload .Form__Element__Caption {
    border: 2px solid #f86f7f;
    background: transparent;
    color: #ce1126;
    max-height: 3rem;
    padding: 15px 16px;
    margin-right: 0.5rem;
    border-radius: 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 0.875rem;
    letter-spacing: 0.02em;
}

    .FormFileUpload .Form__Element__Caption:hover {
        background: #e7c3c7;
    }

.FormFileUpload .FormFileUpload__Input {
    display: none;
}



.FormSubmitButton {
    background: #ce1126;
    color: #ffffff;
    border: 2px solid #ce1126;
    height: 4rem;
    padding: 15px 16px;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 0.5rem;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    max-width: 13.75rem;
    width: 100%;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.125rem;
    letter-spacing: 0.04em;
}

    .FormSubmitButton:hover {
        background: #950212;
        border-color: #950212;
    }

.FormResetButton {
    border: 2px solid #f86f7f;
    background: transparent;
    color: #ce1126;
    max-height: 3rem;
    padding: 15px 16px;
    border-radius: 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 0.875rem;
    letter-spacing: 0.02em;
}

    .FormResetButton:hover {
        background: #e7c3c7;
    }

.Form__MainBody {
    width: 100%;
}

.EPiServerForms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.Form__Title {
    color: #1d1f21;
    /*margin-top: 4.5rem;*/
    margin-bottom: 1rem;
}

.Form__Description {
    color: #1d1f21;
    margin-bottom: 2rem;
}

.radio-cards--section {
    border: 0;
    padding: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    gap: 1.25rem;
    margin-bottom: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
}

.block .radio-cards--section .Form__Element__Caption {
    text-align: center;
}

.submitbuttonelementblock {
    margin-bottom: 2rem;
}

.paragraphtextelementblock hr {
    margin-bottom: 2rem;
    display: block;
    border: 0;
    border-top: 0.125rem solid #fafafa;
}

.paragraphtextelementblock p {
    color: #4a4b4c;
}

    .paragraphtextelementblock p a {
        font-weight: 700;
        color: #0082F4;
        display: contents;
    }

.radio-cards--section .Form__Element__Caption::after {
    display: none !important;
}

@media only screen and (max-width: 768px) {
    .FormSubmitButton {
        width: 100%;
        max-width: unset;
    }

    .Form__Title {
        margin-top: 2rem;
    }

    .Form__Element__Caption {
        font-weight: 700;
        font-size: 1.375rem;
        line-height: 1.875rem;
        letter-spacing: 0.01em;
    }
}

.EPiServerForms .Form__Status .Form__Status__Message {
    display: block;
    background-color: transparent !important;
    padding-left: 0rem !important;
}

    .EPiServerForms .Form__Status .Form__Status__Message.hide {
        display: none;
    }

.btn-submit-wrapper {
    border-bottom: inset;
    margin-bottom: inherit;
}

/*align submit cta center for all lang*/
.block.submitbuttonelementblock {
    margin-bottom: 1rem;
    display: flex !important;
    justify-content: center !important;
}

.grecaptcha-badge {
    visibility: hidden;
}

.in-body-form {
    background: #FAFAFA;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-top: 3rem;
}

    .in-body-form .radio-cards--section {
        justify-content: center;
    }

        .in-body-form .radio-cards--section .Form__Element__Caption {
            display: flex !important;
            justify-content: center;
            width: 100%;
        }

    .in-body-form .EPiServerForms {
        max-width: 888px;
        margin: 0 auto;
    }

.subscribe-container .FormSubmitButton {
    max-width: 100%;
    width: 100%;
}

.two-cards-wrap {
    -ms-flex-preferred-size: 21rem;
    flex-basis: 21rem;
}

.two-cards-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(8rem, 1fr));
    gap: 1.25rem;
}

.richtextcheckboxfieldblock {
    padding-top: 0.25rem;
}

@media only screen and (max-width: 599px) {
    .radio-card--wrapper .radio-card__icon i {
        width: 3rem;
        height: 3rem;
    }

    .radio-cards--section {
        gap: 0.5rem;
    }

    .two-cards-wrap {
        gap: 0.5rem;
    }
}
/*error message to align in center for all lang*/
.EPiServerForms .Form__Element .Form__Element__ValidationError {
    display: flex;
    justify-content: center;
    color: #cc0033 !important;
}


/*new select:*/
.FormSelection {
    position: relative;
    background: white;
    border-radius: 8px;
}

.custom-select {
    background: #ffffff;
    border: 2px solid #d1d1d1;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    width: 100%;
    position: relative;
    height: 4.25rem;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    cursor: pointer;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 1.063rem;
    line-height: 1.5rem;
    letter-spacing: 0.02em;
    color: #1d1f21;
}

    .custom-select .custom-select__value {
        outline: none;
        border: none;
        pointer-events: none;
        width: calc(100% - 2.5rem);
    }

.custom-select__arrow {
    position: absolute;
    right: 0;
    top: 0;
    background: #fafafa;
    height: 100%;
    width: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
}

.custom-select__label {
    position: absolute;
    pointer-events: none;
    top: 50%;
    left: 0;
    -webkit-transform: translateX(1.5rem) translateY(-50%);
    transform: translateX(1rem) translateY(-50%);
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 0.938rem;
    line-height: 1rem;
    letter-spacing: 0.02em;
    color: #1d1f21;
}

@media (max-width: 991px) {
    .custom-select__tight_label__mobile {
        font-size: 0.875rem !important;
    }
}

@media (min-width: 992px) {
    .custom-select__tight_label__desktop {
        font-size: 0.875rem !important;
    }
}

.custom-select--dropdown {
    background-color: white;
    -webkit-box-shadow: 0px 33px 36px rgba(0, 0, 0, 0.07), 0px 12.0455px 13.1406px rgba(0, 0, 0, 0.0482987), 0px 5.84789px 6.37951px rgba(0, 0, 0, 0.0389404), 0px 2.86674px 3.12736px rgba(0, 0, 0, 0.0310596), 0px 1.13351px 1.23656px rgba(0, 0, 0, 0.0217013);
    box-shadow: 0px 33px 36px rgba(0, 0, 0, 0.07), 0px 12.0455px 13.1406px rgba(0, 0, 0, 0.0482987), 0px 5.84789px 6.37951px rgba(0, 0, 0, 0.0389404), 0px 2.86674px 3.12736px rgba(0, 0, 0, 0.0310596), 0px 1.13351px 1.23656px rgba(0, 0, 0, 0.0217013);
    border-radius: 8px;
    position: absolute;
    z-index: 99999;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
}

    .custom-select--dropdown ul {
        padding: 0.75rem 0;
    }

        .custom-select--dropdown ul li {
            padding: 0.75rem 1.5rem;
            -webkit-transition: 0.15s ease-in-out;
            transition: 0.15s ease-in-out;
            cursor: pointer;
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 400;
            font-size: 1.063rem;
            line-height: 1.5rem;
            color: #1D1F21;
            min-height: 3rem;
        }

            .custom-select--dropdown ul li.active,
            .custom-select--dropdown ul li:hover {
                background: #f5f5f5;
            }

.custom-select.active + .custom-select--dropdown {
    display: block;
}

.custom-select.active {
    border-color: #ce1126;
}

.custom-select.has-value .custom-select__label {
    color: #76757a;
    top: 25%;
}









.custom-select:hover {
    border-color: #76757a;
}

.n-form .n-form-block {
    z-index: 1;
    position: relative;
    padding-top: 4.5rem;
    padding-bottom: 2.5rem;
}

    .n-form .n-form-block .Form__Title {
        margin-bottom: 1rem;
        font-family: "Roboto";
        font-style: normal;
        font-weight: 900;
        font-size: 2.625rem;
        line-height: 3.25rem;
        letter-spacing: -0.01rem;
        color: #1d1f21;
    }

    .n-form .n-form-block .FormParagraphText {
        margin-top: 0;
        margin-bottom: 3rem;
    }

        .n-form .n-form-block .FormParagraphText p {
            font-family: "Roboto";
            font-style: normal;
            font-weight: 400;
            font-size: 1rem;
            line-height: 1.5rem;
            letter-spacing: 0.02rem;
            color: #1d1f21;
        }

        .n-form .n-form-block .FormParagraphText a {
            color: #cf202a;
            text-decoration: underline;
            display: inline;
        }

    .n-form .n-form-block .Form__Element {
        margin-top: 0;
    }

    .n-form .n-form-block .block.textboxelementblock {
        margin-bottom: 2rem;
    }

    .n-form .n-form-block .radio-cards--section {
        padding: 0 !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .n-form .n-form-block .radio-cards--section .Form__Element__Caption {
            margin-bottom: 2rem;
            font-family: "Roboto";
            font-style: normal;
            font-weight: 600;
            font-size: 1.5rem;
            line-height: 2rem;
            letter-spacing: 0.01rem;
            color: #1d1f21;
            width: 100%;
            text-align: left;
        }

    .n-form .n-form-block .submitbuttonelementblock {
        margin-bottom: 2.5rem;
    }

    .n-form .n-form-block .btn-submit-wrapper {
        border-bottom: 2px solid #d1d1d1;
        margin-bottom: 2.5rem;
    }

    .n-form .n-form-block .FormPrivacyPolicy {
        margin-bottom: 0;
    }

        .n-form .n-form-block .FormPrivacyPolicy p {
            font-family: "Roboto";
            font-style: normal;
            font-weight: 400;
            font-size: 0.875rem;
            line-height: 1rem;
            letter-spacing: 0.02rem;
            color: #1d1f21;
        }

        .n-form .n-form-block .FormPrivacyPolicy a {
            display: inline;
            color: #cf202a;
        }

.n-form .FormTextbox .FormTextbox__Input {
    height: 4rem;
}

.n-form .custom-select {
    height: 4rem;
}


    @media (max-width: 991px) {
        .n-form .FormTextbox .MobileTextboxTight__Input,
        .n-form .custom-select.MobileTextboxTight__Input {
            height: 43.2px;
            font-size: 0.875rem;
        }

        .n-form .FormTextbox .MobileTextboxMedium__Input,
        .n-form .custom-select.MobileTextboxMedium__Input {
            height: 3.7rem;
        }
    }

    @media (min-width: 992px) {
        .n-form .FormTextbox .DesktopTextboxTight__Input,
        .n-form .custom-select.DesktopTextboxTight__Input {
            height: 43.2px;
            font-size: 0.875rem;
        }

        .n-form .FormTextbox .DesktopTextboxMedium__Input,
        .n-form .custom-select.DesktopTextboxMedium__Input {
            height: 3.7rem;
        }
    }

.n-form .n-form-block--wrapper {
    background: #f7f7f7;
}

    .n-form .n-form-block--wrapper .n-form-block-img-background {
        display: none;
    }

    .n-form .n-form-block--wrapper .n-form-block-img-overlay {
        display: none;
    }

    .n-form .n-form-block--wrapper .n-form-block-img-gradient {
        display: none;
    }

    .n-form .n-form-block--wrapper.form-title-align--left .Form__Title {
        width: 100%;
        text-align: left;
    }

    .n-form .n-form-block--wrapper.form-title-align--center .Form__Title {
        width: 100%;
        text-align: center;
    }

    .n-form .n-form-block--wrapper.form-title-align--right .Form__Title {
        width: 100%;
        text-align: right;
    }

    .n-form .n-form-block--wrapper.sub-title-title-align--left .n-form-block .radio-cards--section .Form__Element__Caption {
        width: 100%;
        text-align: left;
    }

    .n-form .n-form-block--wrapper.form-sub-title-align--center .n-form-block .radio-cards--section .Form__Element__Caption {
        width: 100%;
        text-align: center;
    }

    .n-form .n-form-block--wrapper.form-sub-title-align--right .n-form-block .radio-cards--section .Form__Element__Caption {
        width: 100%;
        text-align: right;
    }

    .n-form .n-form-block--wrapper.form-button-align--left .block.submitbuttonelementblock {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .n-form .n-form-block--wrapper.form-button-align--center .block.submitbuttonelementblock {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .n-form .n-form-block--wrapper.form-button-align--right .block.submitbuttonelementblock {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

.n-form .radio-card--wrapper .radio-card__icon i.brand-icon {
    background: transparent;
}

.n-form .radio-card__input:checked ~ .radio-card__icon i.brand-icon {
    -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(162deg) brightness(1300%) contrast(107%);
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(162deg) brightness(1300%) contrast(107%);
}

.n-form .n-form-block--wrapper.form--bg .n-form-block .FormPrivacyPolicy p {
    color: white;
}

.n-form .n-form-block--wrapper.form--bg-img {
    position: relative;
}

    .n-form .n-form-block--wrapper.form--bg-img .n-form-block-img-background {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 1px solid transparent;
    }

        .n-form .n-form-block--wrapper.form--bg-img .n-form-block-img-background .n-form-block-img-background-img--wrapper {
            position: relative;
            height: 100%;
            width: 100%;
        }

            .n-form .n-form-block--wrapper.form--bg-img .n-form-block-img-background .n-form-block-img-background-img--wrapper img {
                -o-object-fit: cover;
                object-fit: cover;
                -o-object-position: center center;
                object-position: center center;
                width: 100%;
                height: 100%;
            }

            .n-form .n-form-block--wrapper.form--bg-img .n-form-block-img-background .n-form-block-img-background-img--wrapper .n-form-block-img-background-img--overlay {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: black;
                opacity: 0.5;
            }

    .n-form .n-form-block--wrapper.form--bg-img .n-form-block {
        padding-top: 9.625rem;
        padding-bottom: 10.625rem;
    }

        .n-form .n-form-block--wrapper.form--bg-img .n-form-block .FormPrivacyPolicy p {
            color: white;
        }

            .n-form .n-form-block--wrapper.form--bg-img .n-form-block .FormPrivacyPolicy p a {
                color: white;
                font-weight: 700;
            }

.n-form .n-form-block--wrapper.form--gradient {
    position: relative;
}

    .n-form .n-form-block--wrapper.form--gradient .n-form-block-img-gradient {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 70%;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(12.14%, #ffffff), color-stop(83.33%, rgba(255, 255, 255, 0.4625)), color-stop(98.65%, rgba(217, 217, 217, 0)));
        background: linear-gradient(0deg, #ffffff 12.14%, rgba(255, 255, 255, 0.4625) 83.33%, rgba(217, 217, 217, 0) 98.65%);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        opacity: 1;
    }

.n-form .n-form-block .input {
    min-height: auto;
}

    .n-form .n-form-block .input input {
        height: 4rem;
    }

.n-form .n-form-block .input-wrapper .input__label {
    color: rgba(0, 0, 0, 0.87);
}

.n-form .n-form-block .input-wrapper .input__text:focus + .input__label {
    color: #76757a;
}

.n-form .n-form-block .input__text::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(0, 0, 0, 0.87) !important;
    opacity: 1;
    /* Firefox */
}

.n-form .n-form-block .input__text::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(0, 0, 0, 0.87) !important;
    opacity: 1;
    /* Firefox */
}

.n-form .n-form-block .input__text:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(0, 0, 0, 0.87) !important;
    opacity: 1;
    /* Firefox */
}

.n-form .n-form-block .input__text::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(0, 0, 0, 0.87) !important;
    opacity: 1;
    /* Firefox */
}

.n-form .n-form-block .input__text::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(0, 0, 0, 0.87) !important;
    opacity: 1;
    /* Firefox */
}

.n-form .n-form-block .input.input--message .input__message {
    display: none;
}

.n-form.campaign-form .center-form {
    margin-left: auto;
    margin-right: auto;
}

.n-form.campaign-form .n-form-block .textboxelementblock,
.n-form.campaign-form .n-form-block .textareaelementblock,
.n-form.campaign-form .n-form-block .numberelementblock,
.n-form.campaign-form .n-form-block .selectionelementblock {
    margin-bottom: 0;
}

@media only screen and (max-width: 1200px) {

    .n-form .two-cards-wrap {
        -ms-flex-preferred-size: 19rem;
        flex-basis: 19rem;
    }

    .n-form .n-form-block--wrapper.form--bg-img .n-form-block {
        padding-top: 4.25rem;
        padding-bottom: 1.5rem;
    }

    .n-form .n-form-block {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }
}

@media only screen and (max-width: 992px) {
    .n-form .two-cards-wrap {
        -ms-flex-preferred-size: 18rem;
        flex-basis: 18rem;
    }
}

@media only screen and (max-width: 768px) {

    .n-form .two-cards-wrap {
        -ms-flex-prefered-size: 21rem;
        flex-basis: 21rem;
    }


    .n-form .n-form-block--wrapper.form--bg-img .FormParagraphText {
        margin-bottom: 3.5rem;
    }

    .n-form .n-form-block--wrapper.form--bg-img .n-form-block {
        padding-top: 9.063rem;
        padding-bottom: 1.5rem;
    }

    .n-form .n-form-block {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

        .n-form .n-form-block .submitbuttonelementblock {
            margin-bottom: 2rem;
        }

        .n-form .n-form-block .Form__Title {
            font-size: 2rem;
            line-height: 2.625rem;
            margin-top: 0;
            margin-bottom: 1.5rem;
        }

        .n-form .n-form-block .radio-cards--section .Form__Element__Caption {
            font-weight: 700;
            font-size: 1.375rem;
            line-height: 1.875rem;
            margin-bottom: 1rem;
        }

        .n-form .n-form-block .FormPrivacyPolicy p {
            letter-spacing: 0.04rem;
        }
}

.subscribe-overlay .modal .submitbuttonelementblock .FormSubmitButton {
    max-width: 100%;
    letter-spacing: -0.64px;
}

.subscribe-overlay .Form__Title {
    letter-spacing: -0.16px;
}

.subscribe-overlay .Form__Description {
    letter-spacing: -0.32px;
}

.subscribe-overlay .Form__Element__Caption {
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.32px;
}

.subscribe-overlay .modal .paragraphtextelementblock p a {
    letter-spacing: -0.64px;
}

.subscribe-overlay .modal .Form__Element.FormTextbox {
    margin: 0px;
}

.n-form .n-form-block--wrapper.form-radio-block-align--left .radio-cards--section {
    justify-content: left;
}

.n-form .n-form-block--wrapper.form-radio-block-align--center .radio-cards--section {
    justify-content: center;
}

.n-form .n-form-block--wrapper.form-radio-block-align--right .radio-cards--section {
    justify-content: right;
}

.n-form .n-form-block--wrapper.form-radio-block-align--left .n-form-block .radio-cards--section .Form__Element__Caption {
    width: auto;
    text-align: left;
}

.n-form .n-form-block--wrapper.form-radio-block-align--center .n-form-block .radio-cards--section .Form__Element__Caption {
    width: auto;
    text-align: center;
}

.n-form .n-form-block--wrapper.form-radio-block-align--right .n-form-block .radio-cards--section .Form__Element__Caption {
    width: auto;
    text-align: right;
}
