.elementor-kit-5{--e-global-color-primary:#4064AC;--e-global-color-secondary:#C0C0C0;--e-global-color-text:#333333;--e-global-color-accent:#FFFFFF;--e-global-color-cfeeded:#C07074;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-a658b03-font-size:20px;--e-global-typography-a658b03-font-weight:400;--e-global-typography-a658b03-line-height:0em;}.elementor-kit-5 a{color:var( --e-global-color-primary );}.elementor-kit-5 h1{font-weight:600;line-height:1.2em;}.elementor-kit-5 h2{font-weight:600;line-height:1.2em;}.elementor-kit-5 h3{line-height:1.2em;}.elementor-kit-5 h4{line-height:1.2em;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{line-height:1.2em;color:var( --e-global-color-accent );background-color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html {
    font-size: 18px;
}

@media screen and (max-width: 1350px) {
    .navbar-button {
        display: none;
    }
}

@media screen and (max-width: 1080px) {
    html {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {

}

.hamburger {
	padding: 0px;
	padding-top: 9px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0 auto;
	overflow: visible;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
	background-color: #333333;
}

.hamburger:hover,
.hamburger:focus {
	background: unset;
	outline: unset;
}

.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 40px;
	height: 4px;
	background-color: #333333;
	border-radius: 0px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -10px;
}

.hamburger-inner::after {
	bottom: -10px;
}

.hamburger--elastic .hamburger-inner {
	top: 0px;
	transition-duration: 0.275s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
	top: 12px;
	transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
	top: 24px;
	transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
	transform: translate3d(0, 10px, 0) rotate(135deg);
	transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
	transition-delay: 0s;
	opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
	transform: translate3d(0, -24px, 0) rotate(-270deg);
	transition-delay: 0.075s;
}

.hamburger--elastic-r .hamburger-inner {
	top: 0px;
	transition-duration: 0.275s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
	top: 12px;
	transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
	top: 24px;
	transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
	transform: translate3d(0, 12px, 0) rotate(-135deg);
	transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
	transition-delay: 0s;
	opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
	transform: translate3d(0, -24px, 0) rotate(270deg);
	transition-delay: 0.075s;
}

#bc-menu {
    position: fixed;
    top: 0;
    left:0;
    height: 100vh;
    width: 100vw;
    z-index: 99;
    display: none;
    overflow-y: scroll;
}

ul {
  margin-bottom: .9rem;
}

.ha-step-flow > .elementor-widget-container {
  padding: 30px !important;
}

.ha-logo-grid-figure img {
    width: 80%;
    height: auto;
}

#cookie-law-info-bar {
    box-shadow: none;
}

.cli-style-v2 .cli-bar-message {
    width: auto;
    text-align: left;
    font-size: 12px;
}

.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
    border-radius: 4px;
    font-family: Montserrat;
    font-weight: 600;
}/* End custom CSS */