:root{--blue-700:#005187;--blue-800:#023151;--orange-500:#ef7723;--red-500:#893030;--red-700:#581f1f;--red-800:#481414;--theme-color:var(--blue-700);--theme-background:var(--white);--green-700:#156938;--grey-50:#f0f0f0;--grey-100:#e0e0e0;--grey-400:#b0aba5;--grey-600:#5b5c59;--grey-800:#3c3c3b;--white:#ffffff;--black:#000000;--border-color:var(--grey-100);--text-color:var(--black);--text-color-dark:var(--black);--text-color-light:var(--white);--font-base:"Ubuntu", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-special:"Pluto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-heading-weight:300;--bold:600;--theme-fs-base:1.6rem;--theme-fs-h1:5.6rem;--theme-fs-h2:4.4rem;--theme-fs-h3:3.3rem;--theme-fs-h4:2.2rem;--theme-fs-h5:1.6rem;--theme-fs-small-base:1.4rem;--theme-fs-small-h1:3.2rem;--theme-fs-small-h2:2.8rem;--theme-fs-small-h3:2.4rem;--theme-fs-small-h4:1.8rem;--theme-fs-small-h5:1.4rem;--button-radius:0.4rem;--container-radius:0.8rem;--media-radius:0.4rem;--padding-none:0rem;--padding-small:1.2rem;--padding-default:6rem;--padding-large:8rem;--margin-none:0rem;--margin-small:0.8rem;--margin-default:1.6rem;--margin-large:3.2rem;--degrees:-55deg;--row-maxwidth:var(--max-width-default);--row-margin-inline:3vw;--grid-gutter:2rem;--max-width-default:130rem;--max-width-medium:108rem;--max-width-text:91rem}.twz-hero{padding-bottom:var(--padding-default)}.twz-hero__slide{grid-template-areas:"content form form" "image form form";align-items:flex-end}@media(max-width:1024px){.twz-hero__slide{gap:2rem;grid-template-areas:"content" "form"}}.twz-hero__content{grid-area:content;gap:4rem}@media(max-width:767px){.twz-hero__content{padding-bottom:10rem}}.twz-hero__content .btn{color:var(--text-color-dark)}.twz-hero__content .btn:hover{color:var(--text-color-light)}.twz-hero__contact-info{display:flex;flex-direction:column;gap:var(--hero-contact-info-gap,2rem)}.twz-hero__contact-info .twz-hero__contact{display:flex;flex-direction:column;gap:1rem}.twz-hero__contact-info .twz-hero__item{--twz-icon-size:0.8em;display:flex;gap:1rem;align-items:flex-start;color:var(--text-color-dark);--twz-icon-fill:var(--text-color-dark)}.twz-hero__contact-info .twz-hero__item .twz-icon{margin-top:.2em}.twz-hero__contact-info a:not(.btn){text-decoration:none}.twz-hero__contact-info a:not(.btn):hover{text-decoration:underline}.twz-hero__contact-info .twz-hero__address{display:flex;flex-direction:column}.twz-hero__contact-info .twz-hero__address p{margin-block-start:.35em}.twz-hero__form{grid-area:form;z-index:1;padding-top:var(--padding-default)}@media(max-width:1024px){.twz-hero__form{margin-top:-8rem}}.twz-hero__form .twz-form{max-width:min(95%,80rem);margin-left:0}.twz-hero__image{grid-area:image;grid-column:1/-1;height:100%}@media(max-width:1024px){.twz-hero__image{grid-column:auto;grid-area:form}}.twz-hero__image .twz-image,.twz-hero__image img{width:100%}@media(max-width:1024px){.twz-hero__image .twz-image,.twz-hero__image img{height:100%;max-height:60vh}}@media(min-width:1025px){.twz-hero__image .twz-image,.twz-hero__image img{max-height:50rem}}