
:root {
--font-family: 'Lato';
--form-height: 40px;
--form-padding: 0px 10px 0px 10px;
--gutter-width: 20px;
--gutter-compensation: -10px;
--gutter-vertical: 1.85vh;
--module-gutter-vertical: 1vh;
--mobile-row-distance: 20px;
--mobile-column-distance: 10px;
--mobile-element-distance: 10px;
--max-grid-ratio: 1.25;
--language-switcher-border-color: #d4d4c9;
--language-switcher-background-color: #fff;
--region-switcher-border-color: #d4d4c9;
--region-switcher-background-color: #fff;
--region-switcher-popup-background-color: #fff;
}
.btn1 {
--button-border-radius: 0 0 0 0;
--button-border-width: 0 0 0 0;
--button-background-color-disabled: #e2e2e2;
--button-min-width: 90px;
--button-height: 29px;
--button-font-weight: 500;
--button-letter-spacing: 1.3px;
--button-background-color: #066884;
--button-font-family: "Montserrat";
}
.btn1:hover {
--button-background-color: rgba(6, 104, 132, 0.7);
}
