.contact-form-container {
/*     font-family: "Fira Sans", Sans-serif; */
}
#contact-form-main a {
	color: var(--e-global-color-accent );
}
fieldset, img { border: 0; }
#contact-form-main, #contact-form-heading-main{
    display: none;
}
.contact-type-summary-main {
    padding:15px 15px 0px 15px;
    font-size: 14px;
	color: var(--e-global-color-text );
}
.contact-type-summary{
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
}
#btn-submit{
    flex-basis: auto;
}
#reset-contact-form{
    align-self: center;
    flex-grow: 1;
    margin-left: 10px;
}
.ContactTypeForm.is-initial .ContactTypeForm--button.prev, .ContactTypeForm.is-initial .ContactTypeForm--button.next[disabled] { 
    visibility: hidden; 
    opacity: 0; 
}
.ContactTypeForm.is-initial .ContactTypeForm--pagination {
    display: none; 
}
.ContactTypeForm--wrapper { 
    min-inline-size: auto; 
    transition: opacity 0.3s; 
}
.ContactTypeForm--wrapper[disabled] {
    pointer-events: none; 
}
.ContactTypeFormStep { 
    display: none; 
    min-inline-size: auto; 
}

.ContactTypeFormStep.is-active { 
    display: block; 
}

.ContactTypeFormStep--legend { 
    margin-bottom: 50px; 
    width: 100%; 
    text-align: center; 
}
.ContactTypeFormStep--title { 
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: normal; 
    text-transform: uppercase; 
    letter-spacing: 0.1em; 
    color: var(--e-global-color-text ); 
    display: block; 
    font-weight: 400;
    letter-spacing: 4.2px;
}

.ContactTypeFormStep--headline { 
    font-size: 20px; 
    font-weight: 700; 
    line-height: 1.16; 
    display: block; 
    color: var(--e-global-color-text );
}

.ContactTypeForm--footer { 
    margin-top: 40px; 
    position: relative; 
    display: -webkit-flex; 
    display: -ms-flexbox; 
    display: flex; 
    -webkit-justify-content: center; 
    -ms-flex-pack: center; 
    justify-content: center; 
    -webkit-align-items: center; 
    -ms-flex-align: center; 
    align-items: center; 
}
.ContactTypeForm--button { 
    position: relative; 
    display: -webkit-flex; 
    display: -ms-flexbox; 
    display: flex; 
    -webkit-justify-content: center; 
    -ms-flex-pack: center; 
    justify-content: center; 
    -webkit-align-items: center; 
    -ms-flex-align: center; 
    align-items: center; 
    width: 40px; 
    height: 40px; 
    border-radius: 50%;
    border-color: var(--e-global-color-accent ) !important;
    border-width: 2px;
    color: var(--e-global-color-accent ) !important;
	background-color: #FFF !important;
}
html:not(.can-touch) .ContactTypeForm--button:active .ContactTypeForm--buttonHint, html:not(.can-touch) .ContactTypeForm--button:hover .ContactTypeForm--buttonHint { 
    opacity: 1; 
    -webkit-transform: translateX(-50%); 
    transform: translateX(-50%); 
}
.ContactTypeForm--button[disabled] { 
    pointer-events: none; 
}

.ContactTypeForm--button.prev { 
    margin-right: 15px; 
}

.ContactTypeForm--button.next { 
    margin-left: 15px; 
}

.ContactTypeForm--buttonIcon { 
    position: relative; 
    transition: -webkit-transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); 
    transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); 
    transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); 
}

.ContactTypeForm--button.prev .ContactTypeForm--buttonIcon:after { 
    content: ""; 
    position: absolute; 
    font-size: 10px; top: 50%; 
    width: 0.585em; 
    height: 0.585em; 
    border-width: 2px; 
    border-style: solid none none solid; 
    -webkit-transform-origin: top left; 
    transform-origin: top left; 
    -webkit-transform: translateX(-0.685em) rotate(-45deg); transform: translateX(-0.685em) rotate(-45deg); 
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    text-align: inherit;
    background: transparent;
    -webkit-appearance: button;
    cursor: pointer;
    border: 0;
    border-radius: 0;
}
.is-disabled, *[disabled] {
    opacity: 0.25;
    cursor: default;
}
.is-hidden { 
    display: none !important; 
}
.FocusOnly { 
    position: absolute; 
    clip: rect(0 0 0 0); 
    -webkit-clip-path: polygon(0 0); 
    clip-path: polygon(0 0); 
}


.ContactTypeForm--button.prev .ContactTypeForm--buttonIcon:before { 
    content: ""; 
    position: absolute; 
    font-size: 10px; 
    top: 50%; 
    width: 1.170em; 
    border-bottom: 2px solid; 
    -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); 
}

.ContactTypeForm--button.next .ContactTypeForm--buttonIcon:after { 
    content: ""; 
    position: absolute; 
    font-size: 10px; 
    top: 50%; 
    width: 0.585em; 
    height: 0.585em; 
    border-width: 2px; 
    border-style: solid none none solid; 
    -webkit-transform-origin: top left; 
    transform-origin: top left; 
    -webkit-transform: translateX(0.685em) rotate(135deg); 
    transform: translateX(0.685em) rotate(135deg); 
}

.ContactTypeForm--button.next .ContactTypeForm--buttonIcon:before { 
    content: ""; 
    position: absolute; 
    font-size: 10px; 
    top: 50%; 
    width: 1.170em; 
    border-bottom: 2px solid; 
    -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); 
}

.ContactTypeForm--buttonHint { 
    font-size: 12px; 
    font-weight: normal; 
    line-height: 1.66; 
    position: absolute; 
    left: 50%; 
    bottom: calc(100% + 10px); 
    width: 150px; 
    padding-top: 5px; 
    padding-left: 15px; 
    padding-right: 15px; 
    padding-bottom: 5px; 
    text-align: center; 
    color: var(--e-global-color-text ); 
    background-color: #ffffff; 
    border-radius: 4px; 
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.2); 
    pointer-events: none; 
    -webkit-transform: translateX(-50%) translateY(6px); 
    transform: translateX(-50%) translateY(6px); 
    opacity: 0; 
    transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); 
    transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); 
    transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); 
}

.ContactTypeForm--buttonHint::after { 
    content: ''; 
    position: absolute; 
    bottom: -6px; 
    left: 50%; 
    width: 12px; 
    height: 12px; 
    background-color: #ffffff; 
    -webkit-transform: translateX(-50%) rotate(45deg); transform: translateX(-50%) rotate(45deg); 
}

.ContactTypeForm--a11yHint { 
    display: none; position: 
    absolute !important; 
    bottom: 0; 
    padding: 5px 10px; 
    background-color: black; 
    color: white; 
}

.ContactTypeForm--button[disabled] + .ContactTypeForm--a11yHint { 
    display: block; 
}

.OptionInput { 
    display: block; 
    position: relative; 
}

.OptionInput > input { 
    outline: 0; 
    -webkit-appearance: none; 
    -moz-appearance: none; 
    appearance: none; 
    position: absolute; 
    opacity: 0; 
}

.OptionInput > input:focus { 
    outline: 0; 
}

.OptionInput > input[disabled] + label { 
    cursor: not-allowed; 
}

.OptionInput > input[disabled] + label:before { 
    background-color: #FFFFFF; 
}

.OptionInput > input:checked + label:before { 
    color: var(--e-global-color-accent ); 
}

html:not(.can-touch) .OptionInput > input:not([disabled]) + label:active:before, html:not(.can-touch) .OptionInput > input:not([disabled]) + label:hover:before { 
    color: var(--e-global-color-accent );
}

html:not(.can-touch) .OptionInput > input:not([disabled]) + label:active:active:after, html:not(.can-touch) .OptionInput > input:not([disabled]) + label:active:hover:after { 
    opacity: 0.3; 
}

.OptionInput > input:checked + label:after { 
    opacity: 1; 
}

.OptionInput > label { 
    font-size: 20px; 
    font-weight: 700; 
    display: block; 
    position: relative; 
    padding-left: 2em; 
    cursor: pointer; 
    -webkit-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none; 
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
}

.OptionInput > label a { 
    text-decoration: underline; 
}

.OptionInput > label:after, .OptionInput > label:before { 
    content: ''; 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 50px; 
    height: 50px; 
    background: #ffffff; 
    color: #f5f5f5; 
    border: 4px solid; 
}

.OptionInput > label:before { 
    border-radius: 4px; 
    transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); 
}

.OptionInput > label:after { 
    color: var(--e-global-color-accent ); 
    pointer-events: none; 
    opacity: 0; 
    transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); 
    transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); 
    transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); 
    top: 7px; 
    left: 7px; 
}

.OptionInput.has-tooltip label { 
    padding-left: 70px; 
}

.OptionInput > input[type="checkbox"] + label:after { 
    width: 10px; 
    height: 5px; 
    border-width: 0 0 1px 1px; 
    -webkit-transform: rotateZ(-45deg) translateZ(0) scale(0.7, 0.7);
    transform: rotateZ(-45deg) translateZ(0) scale(0.7, 0.7); 
}

.OptionInput > input[type="checkbox"]:indeterminate + label:after, .OptionInput > input[type="checkbox"]:checked + label:after { 
    -webkit-transform: rotateZ(-45deg) translateZ(0) scale(1, 1); 
    transform: rotateZ(-45deg) translateZ(0) scale(1, 1); 
}

.OptionInput > input[type="radio"] + label:before { 
    border-radius: 100%; 
}

.OptionInput > input[type="radio"] + label:after { 
    border-width: 0 4px 4px 0;
    width: 0; 
    height: 0; 
    -webkit-transform: rotate(45deg); 
    transform: rotate(45deg); 
}

.OptionInputGroup .OptionInput { 
    display: block; 
    margin-bottom: 1em; 
}
.OptionInputGroup .OptionInput:last-of-type { 
    margin-bottom: 0; 
}

.OptionInputGroup:not(.has-error) .FormAlert.error { 
    display: none; 
}
.OptionInputGroup.inline .OptionInput { 
    display: inline-block; 
    margin-right: 1.5em; 
}

.OptionInputGroup.verticalBoxed .OptionInput { 
    margin-bottom: 0; 
    color: #025C73;
}

html:not(.can-touch) .OptionInputGroup.verticalBoxed .OptionInput:active > label, html:not(.can-touch) .OptionInputGroup.verticalBoxed .OptionInput:hover > label { 
    -webkit-transform: translateY(-6px); 
    transform: translateY(-6px); 
}

.OptionInputGroup.verticalBoxed .OptionInput > input:checked + label { 
    border-color: var(--e-global-color-accent ); 
    background-color: #FFF; 
}

.OptionInputGroup.verticalBoxed .OptionInput > label { 
    display: -webkit-flex; 
    display: -ms-flexbox; 
    display: flex; 
    padding: 50px; 
    background-color: #ffffff; 
    border: 6px solid #E0E7E9; 
    border-radius: 6px; 
    transition: border-color 0.2s, background-color 0.2s, -webkit-transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); 
    transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), border-color 0.2s, background-color 0.2s; 
    transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), border-color 0.2s, background-color 0.2s, -webkit-transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); 
}

.OptionInputGroup.verticalBoxed .OptionInput > label .Icon { 
    -webkit-flex: 0 0 auto; 
    -ms-flex: 0 0 auto; 
    flex: 0 0 auto; 
    font-size: 36px; 
    height: 54px; 
}

.OptionInputGroup.verticalBoxed .OptionInput > label .Icon > svg { 
    height: 100%; 
}

.OptionInputGroup.verticalBoxed .OptionInput > label .Icon > img { 
    height: 100%; 
    width: auto; 
}

html:not(.can-touch) .OptionInputGroup.verticalBoxed .OptionInput > label:active, html:not(.can-touch) .OptionInputGroup.verticalBoxed .OptionInput > label:hover { 
    border-color: var(--e-global-color-accent );
}
.ContactTypeForm--button:hover{
    color: var(--e-global-color-secondary ) !important;
    background-color: var(--e-global-color-accent ) !important;
}
* {
    box-sizing: border-box;
}
@media screen and (min-width: 1001px) { 
    .OptionInputGroup.verticalBoxed .OptionInputGroup--grid { 
        display: -webkit-flex; 
        display: -ms-flexbox; 
        display: flex; 
        -webkit-justify-content: center; 
        -ms-flex-pack: center; 
        justify-content: center; 
        flex-wrap: wrap;
		gap: 20px; 
    } 
    .OptionInputGroup.verticalBoxed .OptionInput { 
        width: 350px; 
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto; 
        flex: 0 1 auto; 
    }
    .OptionInputGroup.verticalBoxed .OptionInput > label { 
        -webkit-flex-direction: column; 
        -ms-flex-direction: column; 
        flex-direction: column; 
        -webkit-align-items: center; 
        -ms-flex-align: center; 
        align-items: center; 
        height: 100%; 
        min-height: 230px; 
        text-align: center; 
    }
    .OptionInputGroup.verticalBoxed .OptionInput > label::before { 
        top: 60px; 
        left: calc(50% - 25px); 
    }
    .OptionInputGroup.verticalBoxed .OptionInput > label::after { 
		top: 55px;
        left: calc(50% - 0px); 
		width: 15px;
    	height: 40px;
    }
    .OptionInputGroup.verticalBoxed .OptionInput > label .Icon { 
        -webkit-flex: 0 0 auto; 
        -ms-flex: 0 0 auto; 
        flex: 0 0 auto; 
        margin-bottom: 15px; 
    }
    .OptionInputGroup.verticalBoxed .OptionInput > label .Icon img.mobile{ 
        display: none; 
    }
    .OptionInputGroup.verticalBoxed .OptionInput > label .OptionInput--label--text{ 
        width: 100%; 
        -webkit-flex: 1 1 auto; 
        -ms-flex: 1 1 auto; 
        flex: 1 1 auto; 
        display: -webkit-flex; 
        display: -ms-flexbox; 
        display: flex; 
        -webkit-align-items: flex-end; 
        -ms-flex-align: flex-end; 
        align-items: flex-end; 
        -webkit-justify-content: center; 
        -ms-flex-pack: center; 
        justify-content: center; 
    } 
}

@media screen and (max-width: 1000px) { 
    .OptionInputGroup.verticalBoxed .OptionInput:nth-child(n+2) { 
        margin-top: 10px; 
    }
    .OptionInputGroup.verticalBoxed .OptionInput > label { 
        padding-left: 15px; 
        padding-top: 15px; 
        padding-right: 55px; 
        padding-bottom: 15px; 
        -webkit-align-items: center; 
        -ms-flex-align: center; 
        align-items: center; 
    }
    .OptionInputGroup.verticalBoxed .OptionInput > label::before { 
        left: auto; 
        right: 15px; 
        top: calc(50% - 12px); 		
		width: 22px;
    	height: 22px;
    }
    .OptionInputGroup.verticalBoxed .OptionInput > label::after { 
/*         left: auto; 
        right: 21px; 
        top: calc(50% - 6px);  */		
		width: 8px;
		height: 16px;
		left: auto;
		right: 18px;
		top: calc(50% - 12px);
    }
    .OptionInputGroup.verticalBoxed .OptionInput > label .Icon { 
        width: 27px; 
        height: 27px; 
        margin-right: 15px; 
    }
    .OptionInputGroup.verticalBoxed .OptionInput > label .Icon svg { 
        width: 100%; 
        height: auto; 
    }
    .OptionInputGroup.verticalBoxed .OptionInput > label .Icon img { 
        -webkit-transform: none; 
        transform: none; 
    }
    .OptionInputGroup.verticalBoxed .OptionInput > label .Icon img.mobile + img.desktop{ 
        display: none; 
    } 
}
@media screen and (max-width: 1000px) { 
    .ContactTypeForm--footer { 
        margin-top: 11.25vw; 
    } 
}

@media screen and (max-width: 400px) { 
    .ContactTypeForm--footer { 
        margin-top: 45px; 
    } 
}