/* Custom CSS document for adding in additional things */


/* ============== Custom CSS Animations ============== */

@-webkit-keyframes button-pulse {
	10% { -webkit-transform: scale(1.0,1.0); }
	20% { -webkit-transform: scale(0.95,0.95); }
	30% { -webkit-transform: scale(1.0,1.0); }
}

@keyframes button-pulse { 
	10% { transform: scale(1.0,1.0); }
	20% { transform: scale(0.95,0.95); }
	30% { transform: scale(1.0,1.0); }
}

@-webkit-keyframes bouncy-bounce {
	10% { -webkit-transform:translateY(0%); }
	20% { -webkit-transform:translateY(-13px); }
	30% { -webkit-transform:translateY(0%); }
	35% { -webkit-transform:translateY(-5px); }
	38% { -webkit-transform:translateY(0%); }
	40% { -webkit-transform:translateY(-3px); }
	42% { -webkit-transform:translateY(0); }
}

@keyframes bouncy-bounce {
	10% { transform:translateY(0%); }
	20% { transform:translateY(-13px); }
	30% { transform:translateY(0%); }
	35% { transform:translateY(-5px); }
	38% { transform:translateY(0%); }
	40% { transform:translateY(-3px); }
	42% { transform:translateY(0); }
}

@-webkit-keyframes bouncy-bounce-mini {
	10% { -webkit-transform:translateY(0%); }
	20% { -webkit-transform:translateY(-5px); }
	30% { -webkit-transform:translateY(0%); }
}

@keyframes bouncy-bounce-mini {
	10% { transform:translateY(0%); }
	20% { transform:translateY(-5px); }
	30% { transform:translateY(0%); }
}

@-webkit-keyframes side-to-side-mini {
	10% { -webkit-transform:translateX(0%); }
	20% { -webkit-transform:translateX(3px); }
	30% { -webkit-transform:translateX(0%); }
	40% { -webkit-transform:translateX(-3px); }
	50% { -webkit-transform:translateX(0%); }
}

@keyframes side-to-side-mini {
	10% { transform:translateX(0%); }
	20% { transform:translateX(3px); }
	30% { transform:translateX(0%); }
	40% { transform:translateX(-3px); }
	50% { transform:translateX(0%); }
}


/* ============== Core CSS ============== */

h1 {
	margin-bottom: 25px;
}

.page-layout-cms-full-width .page-content .hb-basicpage h2,
.page-layout-cms-full-width .page-content .hb-homepage h2 {
	font-size: 3rem;
}

h4 {
	margin-bottom: 15px;
	line-height: 1.5;
}

h5 {}

h6 {}

p {
	line-height: 1.5;
}

.fullwidth {
	width: 100%;
	max-width: 100%;
}

.megamenu-fullwidth {
	max-width: 95%;
	width: 95%;
}

.hb-bumper {
	margin-bottom: 0px;
	background-size: cover;
	background-position: center;
	width: 100%;
	padding: 60px 0px;
	position: relative;
}

.hb-bumper:has(> .Edge-to-edge-stylemode) {
	padding: 0;
}

.hb-bumper:has(.Edge-to-edge-stylemode .hb-card-list) {
	padding: 60px 0 0 0;
}

.hb-content-block {

}

.Light-colourmode {
	background-color: #ffffff!important;
	color: #111111!important;
}

.Light-2-colourmode {
	background-color: #f6f6f6!important;
	color: #111111!important;
}

.Dark-colourmode {
	background-color: #151e23!important;
	color: #ffffff!important;
}

.custom-container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width: 768px) {
	.custom-container {
		width:750px
	}
}

@media (min-width: 992px) {
	.custom-container {
		width:970px
	}
}

@media (min-width: 1200px) {
	.custom-container {
		width:1170px
	}
}

.green-underline {
	text-decoration-line: underline;
	text-decoration-color: #a5cd37;  
	text-decoration-thickness: 5px; 
}

.nopadding {
	padding: 0;
}

@media (min-width: 999px) {
    body .page-header .logo img {
    	padding-left: 5px;
    }
}

@media (max-width: 998px) {
	.page-layout-cms-full-width .page-content h5 {
		font-size: 1.8rem;
	}
}

@media (max-width: 767px) {
	.page-layout-cms-full-width .page-content h5 {
		font-size: 1.8rem;
	}

	.page-layout-cms-full-width .page-content .hb-basicpage h2, 
	.page-layout-cms-full-width .page-content .hb-homepage h2 {
		font-size: 2.4rem;
	}

	body .page-header .logo img {
    	max-height: 70px;
    }
}


/* ============== Main Header H1 (No Banner) ============== */

.hb-main-header-area {
	margin-bottom: 0px;
	background-size: cover;
	background-position: center;
	width: 100%;
	padding: 60px 0px;
}

.hb-main-header-area .hb-main-header-area-header {
	padding-bottom: 10px;
	border-bottom: 5px solid #a5cd37;
	width: fit-content;
}

.hb-main-header-area .hb-main-header-area-header h1 {
	margin-bottom: 0;
}

.hb-main-header-area .hb-main-header-area-subheader {
	margin-top: 30px;
}

.hb-main-header-area .hb-main-header-area-description {
	margin-top: 20px;
}

@media (max-width: 767px) {
	.hb-main-header-area {
		padding: 40px 20px;
	}
}

.hb-main-header-area-info.hb-content-horizontal-alignment-center .hb-main-header-area-header {
	margin: 0 auto;
}

.hb-main-header-area-info.hb-content-horizontal-alignment-right {
	float: right;
}


/* ============== Image ============== */

.hb-image {
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	display: block;
}

.hb-image {
	min-width: 0;
}

.hb-image .hb-image-pic {
	display: block;
	max-width: 100%;
}


/* ============== YouTube Video ============== */

.youtube-frame {
	position: relative; 
	height: 0; 
	padding-bottom: 56.21%;
}

@media screen and (max-width: 768px) {
	.youtube-frame {
		position: relative; 
		height: 0!important; 
		padding-bottom: 56.21%!important;
	}
}

.lazyloaded-youtube-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.lazyloaded-youtube-container.hb-rounded-corners {
	clip-path: none;
}

.lazyloaded-youtube-player {
	position: relative;
	padding-bottom: 56.23%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: none;
	margin: 5px;
}

.lazyloaded-youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
}

.lazyloaded-youtube-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	transition: .4s all;
}

.lazyloaded-youtube-player img:hover {
	-webkit-filter: brightness(75%);
}

.lazyloaded-youtube-player .play {
	width: 80px;
	height: 60px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -30px;
	position: absolute;
	background: url("https://cdn.media.amplience.net/i/midwichgroup/play-btn") no-repeat;
	cursor: pointer;
}

/* ============== Style Modes and Split Blocks ============== */

.hb-splitblock-header {
	margin-top: 10px;
	margin-bottom: 35px;
	position: relative;
}

.hb-splitblock-header .hb-text h2 {
	margin-bottom: 25px!important;
}

.Rounded-separate-stylemode .hb-splitblock-header:has(> h2:only-child) {
	margin-bottom: 45px;
}

.hb-splitBlock {
	margin: 0;
	padding: 0;
}

.split-flex {
	display: flex;
}

@media screen and (max-width: 768px) {
	.split-flex {
		flex-flow: column;
	}

	.hb-splitblock-header {
		padding: 0 20px;
	}
}

.hb-splitBlock .hb-split-part {
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.hb-splitBlock .hb-split-part .hb-text {
	min-width: 100px;
}

.Padded-stylemode .hb-splitBlock .hb-split-part .hb-split-part-wrap {
	padding-left: 10px;
	padding-right: 10px;
}

.hb-text {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	position: relative;
}

.hb-text .hb-image .hb-image-pic,
.hb-richtext-container .hb-image .hb-image-pic {
	margin: 20px auto 20px auto;
}

.Padded-stylemode {}

.Edge-to-edge-stylemode {
	width: 100%;
	max-width: 100%;
	padding: 0;
}

.Rounded-as-one-stylemode {}

.Rounded-separate-stylemode {}

.Padded-stylemode-inner {
	padding: 20px;
}

.hb-richtext-container .Padded-stylemode-inner {
	padding: 0 20px;
}

.Rounded-as-one-stylemode-inner {
	border-radius: 25px;
	overflow: clip;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.Rounded-separate-stylemode-inner .hb-splitBlock > .hb-split-part {
	border-radius: 25px;
	padding: 0;
	margin: 0 1% 10px 0;
	overflow: clip;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.Edge-to-edge-stylemode-inner .hb-splitBlock > .hb-split-part .hb-split-part-wrap:has(> .hb-text),
.Rounded-as-one-stylemode-inner .hb-splitBlock > .hb-split-part .hb-split-part-wrap:has(> .hb-text) {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 400px;
	height: 100%;
	padding: 50px;
}

.Edge-to-edge-stylemode-inner .hb-splitBlock > .hb-split-part .hb-split-part-wrap:has(> .hb-text) {
	padding: 10%;
}

.Padded-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(2)) .hb-split-part:nth-child(1):has(+ .hb-split-part .hb-text) .hb-text,
.Padded-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(2)) .hb-split-part:nth-child(1):has(.hb-text) + .hb-split-part.order-lg-1.order-md-1:nth-child(2) .hb-text {
	padding-left: 15px;
	padding-right: 15px;
}

.Padded-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(2)) .hb-split-part:nth-child(1):has(+ .hb-split-part .hb-text) + .hb-split-part .hb-text,
.Padded-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(2)) .hb-split-part:nth-child(2):has(.hb-text) + .hb-split-part.order-lg-1.order-md-1:nth-child(1) .hb-text {
	padding-left: 15px;
	padding-right: 15px;
}

.Padded-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(2)) .hb-split-part:nth-child(1):has(+ .hb-split-part .hb-main-pic-wrap:first-child:nth-last-child(2)) .hb-split-part-wrap,
.Padded-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(2)) .hb-split-part:nth-child(1):has(+ .hb-split-part .hb-video-wrap:first-child:nth-last-child(2)) .hb-split-part-wrap,
.Padded-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(2)) .hb-split-part:nth-child(1):has(.hb-main-pic-wrap:first-child:nth-last-child(2)) + .hb-split-part.order-lg-1.order-md-1:nth-child(2) .hb-split-part-wrap,
.Padded-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(2)) .hb-split-part:nth-child(1):has(.hb-video-wrap:first-child:nth-last-child(2)) + .hb-split-part.order-lg-1.order-md-1:nth-child(2) .hb-split-part-wrap {
	padding-left: 10px;
	padding-right: 50px;
}

.Padded-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(2)) .hb-split-part:nth-child(1):has(.hb-main-pic-wrap:first-child:nth-last-child(2)) + .hb-split-part:nth-child(2):not(.order-lg-1.order-md-1) .hb-split-part-wrap,
.Padded-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(2)) .hb-split-part:nth-child(1):has(.hb-video-wrap:first-child:nth-last-child(2)) + .hb-split-part:nth-child(2):not(.order-lg-1.order-md-1) .hb-split-part-wrap,
.Padded-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(2)) .hb-split-part.order-lg-1.order-md-1:has(+ .hb-split-part .hb-main-pic-wrap:first-child:nth-last-child(2)) .hb-split-part-wrap,
.Padded-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(2)) .hb-split-part.order-lg-1.order-md-1:has(+ .hb-split-part .hb-video-wrap:first-child:nth-last-child(2)) .hb-split-part-wrap {
	padding-left: 50px;
	padding-right: 10px;
}

.Padded-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(3)) .hb-split-part:nth-child(2):has(+ .hb-split-part .hb-splitblock-image) .hb-text,
.Padded-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(3)) .hb-split-part:nth-child(1):has(+ .hb-split-part .hb-splitblock-image) .hb-text {
	/*padding-right: 40px;*/
}

.Padded-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(3)) .hb-split-part:nth-child(1):has(.hb-splitblock-image) + .hb-split-part:nth-child(2) .hb-text,
.Padded-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(3)) .hb-split-part:nth-child(2):has(.hb-splitblock-image) + .hb-split-part:nth-child(3) .hb-text {
	/*padding-left: 40px;*/
}

.Padded-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(4)) .hb-split-part:nth-child(3):has(+ .hb-split-part .hb-splitblock-image) .hb-text,
.Padded-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(4)) .hb-split-part:nth-child(2):has(+ .hb-split-part .hb-splitblock-image) .hb-text,
.Padded-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(4)) .hb-split-part:nth-child(1):has(+ .hb-split-part .hb-splitblock-image) .hb-text,
.Padded-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(4)) .hb-split-part:nth-child(3):has(.hb-text) + .hb-split-part:nth-child(4) .hb-text {
	/*padding-right: 20px;*/
}

.Padded-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(4)) .hb-split-part:nth-child(1):has(.hb-splitblock-image) + .hb-split-part:nth-child(2) .hb-text,
.Padded-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(4)) .hb-split-part:nth-child(2):has(.hb-splitblock-image) + .hb-split-part:nth-child(3) .hb-text,
.Padded-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(4)) .hb-split-part:nth-child(3):has(.hb-splitblock-image) + .hb-split-part:nth-child(4) .hb-text,
.Padded-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(4)) .hb-split-part:nth-child(1):has(.hb-splitblock-image) + .hb-split-part:nth-child(2) .hb-text + .hb-button,
.Padded-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(4)) .hb-split-part:nth-child(2):has(.hb-splitblock-image) + .hb-split-part:nth-child(3) .hb-text + .hb-button,
.Padded-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(4)) .hb-split-part:nth-child(3):has(.hb-splitblock-image) + .hb-split-part:nth-child(4) .hb-text + .hb-button {
	/*padding-left: 20px;*/
}

.Padded-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(5)) .hb-split-part:nth-child(4):has(+ .hb-split-part .hb-splitblock-image) .hb-text,
.Padded-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(5)) .hb-split-part:nth-child(3):has(+ .hb-split-part .hb-splitblock-image) .hb-text,
.Padded-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(5)) .hb-split-part:nth-child(2):has(+ .hb-split-part .hb-splitblock-image) .hb-text,
.Padded-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(5)) .hb-split-part:nth-child(1):has(+ .hb-split-part .hb-splitblock-image) .hb-text {
	/*padding-right: 10px;*/
}

.Padded-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(5)) .hb-split-part:nth-child(1):has(.hb-splitblock-image) + .hb-split-part:nth-child(2) .hb-text,
.Padded-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(5)) .hb-split-part:nth-child(2):has(.hb-splitblock-image) + .hb-split-part:nth-child(3) .hb-text,
.Padded-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(5)) .hb-split-part:nth-child(3):has(.hb-splitblock-image) + .hb-split-part:nth-child(4) .hb-text,
.Padded-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(5)) .hb-split-part:nth-child(4):has(.hb-splitblock-image) + .hb-split-part:nth-child(5) .hb-text,
.Padded-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(5)) .hb-split-part:nth-child(1):has(.hb-splitblock-image) + .hb-split-part:nth-child(2) .hb-text + .hb-button,
.Padded-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(5)) .hb-split-part:nth-child(2):has(.hb-splitblock-image) + .hb-split-part:nth-child(3) .hb-text + .hb-button,
.Padded-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(5)) .hb-split-part:nth-child(3):has(.hb-splitblock-image) + .hb-split-part:nth-child(4) .hb-text + .hb-button,
.Padded-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(5)) .hb-split-part:nth-child(4):has(.hb-splitblock-image) + .hb-split-part:nth-child(5) .hb-text + .hb-button {
	/*padding-left: 10px;*/
}

.Edge-to-edge-stylemode-inner .hb-splitBlock > .hb-split-part .hb-text {
	padding: 0;
}

.Rounded-separate-stylemode-inner .hb-splitBlock > .hb-split-part .hb-split-part-wrap {
	padding: 0;
}

.Rounded-separate-stylemode-inner .hb-splitBlock > .hb-split-part .hb-split-part-wrap .hb-text {
	padding: 30px 40px;
}

.Rounded-separate-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(2)) .hb-split-part:nth-child(1):has(+ .hb-split-part .hb-main-pic-wrap:first-child:nth-last-child(2)) .hb-split-part-wrap,
.Rounded-separate-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(2)) .hb-split-part:nth-child(1):has(+ .hb-split-part .hb-video-wrap:first-child:nth-last-child(2)) .hb-split-part-wrap,
.Rounded-separate-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(2)) .hb-split-part:nth-child(1):has(.hb-main-pic-wrap:first-child:nth-last-child(2)) + .hb-split-part.order-lg-1.order-md-1:nth-child(2) .hb-split-part-wrap,
.Rounded-separate-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(2)) .hb-split-part:nth-child(1):has(.hb-video-wrap:first-child:nth-last-child(2)) + .hb-split-part.order-lg-1.order-md-1:nth-child(2) .hb-split-part-wrap,
.Rounded-separate-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(2)) .hb-split-part:nth-child(1):has(.hb-main-pic-wrap:first-child:nth-last-child(2)) + .hb-split-part:nth-child(2):not(.order-lg-1.order-md-1) .hb-split-part-wrap,
.Rounded-separate-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(2)) .hb-split-part:nth-child(1):has(.hb-video-wrap:first-child:nth-last-child(2)) + .hb-split-part:nth-child(2):not(.order-lg-1.order-md-1) .hb-split-part-wrap,
.Rounded-separate-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(2)) .hb-split-part.order-lg-1.order-md-1:has(+ .hb-split-part .hb-main-pic-wrap:first-child:nth-last-child(2)) .hb-split-part-wrap,
.Rounded-separate-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(2)) .hb-split-part.order-lg-1.order-md-1:has(+ .hb-split-part .hb-video-wrap:first-child:nth-last-child(2)) .hb-split-part-wrap {
	padding: 30px 40px;
}

.Rounded-separate-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(2)) .hb-split-part:nth-child(1):has(+ .hb-split-part .hb-main-pic-wrap:first-child:nth-last-child(2)) .hb-split-part-wrap .hb-text,
.Rounded-separate-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(2)) .hb-split-part:nth-child(1):has(+ .hb-split-part .hb-video-wrap:first-child:nth-last-child(2)) .hb-split-part-wrap .hb-text,
.Rounded-separate-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(2)) .hb-split-part:nth-child(1):has(.hb-main-pic-wrap:first-child:nth-last-child(2)) + .hb-split-part.order-lg-1.order-md-1:nth-child(2) .hb-split-part-wrap .hb-text,
.Rounded-separate-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(2)) .hb-split-part:nth-child(1):has(.hb-video-wrap:first-child:nth-last-child(2)) + .hb-split-part.order-lg-1.order-md-1:nth-child(2) .hb-split-part-wrap .hb-text,
.Rounded-separate-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(2)) .hb-split-part:nth-child(1):has(.hb-main-pic-wrap:first-child:nth-last-child(2)) + .hb-split-part:nth-child(2):not(.order-lg-1.order-md-1) .hb-split-part-wrap .hb-text,
.Rounded-separate-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(2)) .hb-split-part:nth-child(1):has(.hb-video-wrap:first-child:nth-last-child(2)) + .hb-split-part:nth-child(2):not(.order-lg-1.order-md-1) .hb-split-part-wrap .hb-text,
.Rounded-separate-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(2)) .hb-split-part.order-lg-1.order-md-1:has(+ .hb-split-part .hb-main-pic-wrap:first-child:nth-last-child(2)) .hb-split-part-wrap .hb-text,
.Rounded-separate-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(2)) .hb-split-part.order-lg-1.order-md-1:has(+ .hb-split-part .hb-video-wrap:first-child:nth-last-child(2)) .hb-split-part-wrap .hb-text {
	padding: 0;
}

.Rounded-separate-stylemode-inner .hb-splitBlock > .hb-split-part .hb-text:has(+ .hb-button) {
	padding-bottom: 0;
}

.Rounded-separate-stylemode-inner .hb-splitBlock > .hb-split-part > .hb-split-part-wrap,
.Rounded-separate-stylemode-inner .hb-splitBlock > .hb-split-part > .hb-split-part-wrap .hb-button {
	padding-bottom: 30px;
}

.Rounded-separate-stylemode-inner .hb-splitBlock > .hb-split-part > .hb-split-part-wrap:has(.hb-text + .hb-end),
.Rounded-separate-stylemode-inner .hb-splitBlock > .hb-split-part > .hb-split-part-wrap:has(.hb-main-pic-wrap + .hb-end),
.Rounded-separate-stylemode-inner .hb-splitBlock > .hb-split-part > .hb-split-part-wrap:has(.hb-video-wrap + .hb-end),
.Rounded-separate-stylemode-inner .hb-splitBlock > .hb-split-part > .hb-split-part-wrap .hb-button:has(+ .hb-end) {
	padding-bottom: 0;
}

.Padded-stylemode-inner:has(.hb-splitblock-sixths) {
	padding-top: 10px;
	padding-bottom: 10px;
}

.Padded-stylemode-inner .hb-splitblock-sixths.hb-splitBlock > .hb-split-part.col-md-4 > .hb-split-part-wrap .hb-text {
	padding-left: 15px;
	padding-right: 15px;
}

.Padded-stylemode-inner .hb-splitblock-sixths.hb-splitBlock > .hb-split-part.col-md-4 > .hb-split-part-wrap .hb-video-wrap:has(+ .hb-text),
.Padded-stylemode-inner .hb-splitblock-sixths.hb-splitBlock > .hb-split-part.col-md-4 > .hb-split-part-wrap .hb-main-pic-wrap:has(+ .hb-text) {
	margin-bottom: 30px;
}

.Padded-stylemode-inner .hb-splitblock-sixths.hb-splitBlock > .hb-split-part.col-md-4 > .hb-split-part-wrap:has(.hb-text + .hb-end) {
	padding-top: 20px;
}

.hb-end {
	display: none;
	visibility: hidden;
}

.Rounded-separate-stylemode-inner .hb-splitBlock > .hb-split-part, 
.Rounded-as-one-stylemode-inner .hb-splitBlock > .hb-split-part,
.Edge-to-edge-stylemode-inner .hb-splitBlock > .hb-split-part {
	display: flex;
	align-items: center;
}

.Padded-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(2)) .hb-split-part:has(.hb-splitblock-image),
.Padded-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(2)) .hb-split-part:nth-child(1):has(+ .hb-split-part .hb-splitblock-image),
.Padded-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(2)) .hb-split-part:nth-child(1):has(.hb-splitblock-image) + .hb-split-part.order-lg-1.order-md-1:nth-child(2),
.Padded-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(2)) .hb-split-part:nth-child(1):has(.hb-splitblock-image) + .hb-split-part:nth-child(2),
.Padded-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(2)) .hb-split-part.order-lg-1.order-md-1:has(+ .hb-split-part .hb-splitblock-image),
.Padded-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(2)) .hb-split-part:has(.hb-video-wrap),
.Padded-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(2)) .hb-split-part:nth-child(1):has(+ .hb-split-part .hb-video-wrap),
.Padded-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(2)) .hb-split-part:nth-child(1):has(.hb-video-wrap) + .hb-split-part.order-lg-1.order-md-1:nth-child(2),
.Padded-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(2)) .hb-split-part:nth-child(1):has(.hb-video-wrap) + .hb-split-part:nth-child(2),
.Padded-stylemode-inner .hb-splitBlock:has(> :last-child:nth-child(2)) .hb-split-part.order-lg-1.order-md-1:has(+ .hb-split-part .hb-video-wrap) {
	align-self: center;
}

.Rounded-separate-stylemode-inner .hb-splitBlock > .hb-split-part .hb-split-part-wrap:has(.hb-splitblock-image),
.Rounded-separate-stylemode-inner .hb-splitBlock > .hb-split-part .hb-split-part-wrap .hb-main-pic-wrap,
.Rounded-separate-stylemode-inner .hb-splitBlock > .hb-split-part .hb-split-part-wrap .hb-splitblock-image,
.Rounded-as-one-stylemode-inner .hb-splitBlock > .hb-split-part .hb-split-part-wrap:has(.hb-splitblock-image),
.Rounded-as-one-stylemode-inner .hb-splitBlock > .hb-split-part .hb-split-part-wrap .hb-main-pic-wrap,
.Rounded-as-one-stylemode-inner .hb-splitBlock > .hb-split-part .hb-split-part-wrap .hb-splitblock-image,
.Edge-to-edge-stylemode-inner .hb-splitBlock > .hb-split-part .hb-split-part-wrap:has(.hb-splitblock-image),
.Edge-to-edge-stylemode-inner .hb-splitBlock > .hb-split-part .hb-split-part-wrap .hb-main-pic-wrap,
.Edge-to-edge-stylemode-inner .hb-splitBlock > .hb-split-part .hb-split-part-wrap .hb-splitblock-image {
	width: 100%;
	height: 100%;
}

.Rounded-separate-stylemode-inner .hb-splitBlock > .hb-split-part .hb-split-part-wrap .hb-splitblock-image img,
.Rounded-as-one-stylemode-inner .hb-splitBlock > .hb-split-part .hb-split-part-wrap .hb-splitblock-image img,
.Edge-to-edge-stylemode-inner .hb-splitBlock > .hb-split-part .hb-split-part-wrap .hb-splitblock-image img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.Padded-stylemode-inner .hb-splitBlock > .hb-split-part .hb-split-part-wrap .hb-splitblock-image img {
	width: auto;
	margin: 0 auto;
	max-width: 100%;
}

.Padded-stylemode-inner .hb-splitBlock > .hb-split-part .hb-split-part-wrap:has(.hb-splitblock-image) {
	width: 100%;
}

.Light-colourmode .Rounded-separate-stylemode-inner .hb-split-part,
.Light-colourmode .Rounded-as-one-stylemode-inner {
	background-color: #ffffff!important;
	color: #111111!important;
}

.Light-2-colourmode .Rounded-separate-stylemode-inner .hb-split-part,
.Light-2-colourmode .Rounded-as-one-stylemode-inner {
	background-color: #ffffff!important;
	color: #111111!important;
}

.Dark-colourmode .Rounded-separate-stylemode-inner .hb-split-part,
.Dark-colourmode .Rounded-as-one-stylemode-inner {
	background-color: #0b0f11!important;
	color: #ffffff!important;
}

.Rounded-separate-stylemode-inner .hb-split-part:first-child .hb-split-part-wrap,
.Rounded-as-one-stylemode-inner .hb-split-part:first-child .hb-split-part-wrap,
.Edge-to-edge-stylemode-inner .hb-split-part:first-child .hb-split-part-wrap {
	padding-left: 0;
	padding-right: 0;
}

.Rounded-separate-stylemode-inner .hb-split-part .hb-split-part-wrap,
.Rounded-as-one-stylemode-inner .hb-split-part .hb-split-part-wrap,
.Edge-to-edge-stylemode-inner .hb-split-part .hb-split-part-wrap {
	padding-left: 0;
}

.Rounded-separate-stylemode-inner .hb-splitBlock,
.Rounded-as-one-stylemode-inner .hb-splitBlock,
.Edge-to-edge-stylemode-inner .hb-splitBlock {
	display: flex;
}

.Rounded-separate-stylemode-inner .hb-split-part .hb-split-part-wrap,
.Rounded-as-one-stylemode-inner .hb-split-part .hb-split-part-wrap,
.Edge-to-edge-stylemode-inner .hb-split-part .hb-split-part-wrap {
	padding-left: 0;
}

.Rounded-separate-stylemode-inner .hb-split-part .hb-split-part-wrap .hb-video-wrap,
.Rounded-as-one-stylemode-inner .hb-split-part .hb-split-part-wrap .hb-video-wrap,
.Edge-to-edge-stylemode-inner .hb-split-part .hb-split-part-wrap .hb-video-wrap,
.Rounded-separate-stylemode-inner .hb-split-part .hb-split-part-wrap:has(> .hb-video-wrap ),
.Rounded-as-one-stylemode-inner .hb-split-part .hb-split-part-wrap:has(> .hb-video-wrap ),
.Edge-to-edge-stylemode-inner .hb-split-part .hb-split-part-wrap:has(> .hb-video-wrap ) {
	height: 100%;
	min-height: 300px;
	width: 100%;
}

.Rounded-separate-stylemode-inner .hb-split-part .hb-split-part-wrap .hb-video-wrap .youtube-frame,
.Rounded-as-one-stylemode-inner .hb-split-part .hb-split-part-wrap .hb-video-wrap .youtube-frame,
.Edge-to-edge-stylemode-inner .hb-split-part .hb-split-part-wrap .hb-video-wrap .youtube-frame,
.Rounded-separate-stylemode-inner .hb-split-part .hb-split-part-wrap .hb-video-wrap .hb-video,
.Rounded-as-one-stylemode-inner .hb-split-part .hb-split-part-wrap .hb-video-wrap .hb-video,
.Edge-to-edge-stylemode-inner .hb-split-part .hb-split-part-wrap .hb-video-wrap .hb-video {
	height: inherit;
	padding-bottom: 1px;
	object-fit: cover;
}

.Rounded-separate-stylemode-inner .hb-split-part .hb-split-part-wrap .hb-video-wrap .lazyloaded-youtube-container,
.Rounded-as-one-stylemode-inner .hb-split-part .hb-split-part-wrap .hb-video-wrap .lazyloaded-youtube-container,
.Edge-to-edge-stylemode-inner .hb-split-part .hb-split-part-wrap .hb-video-wrap .lazyloaded-youtube-container {
	clip-path: inset(0);
}

.Rounded-separate-stylemode-inner .hb-split-part .hb-split-part-wrap .hb-video-wrap .lazyloaded-youtube-container .lazyloaded-youtube-player,
.Rounded-as-one-stylemode-inner .hb-split-part .hb-split-part-wrap .hb-video-wrap .lazyloaded-youtube-container .lazyloaded-youtube-player,
.Edge-to-edge-stylemode-inner .hb-split-part .hb-split-part-wrap .hb-video-wrap .lazyloaded-youtube-container .lazyloaded-youtube-player {
	margin: 0;
}

.Rounded-separate-stylemode-inner .hb-split-part .hb-split-part-wrap .hb-video-wrap .lazyloaded-youtube-container,
.Rounded-as-one-stylemode-inner .hb-split-part .hb-split-part-wrap .hb-video-wrap .lazyloaded-youtube-container,
.Edge-to-edge-stylemode-inner .hb-split-part .hb-split-part-wrap .hb-video-wrap .lazyloaded-youtube-container,
.Rounded-separate-stylemode-inner .hb-split-part .hb-split-part-wrap .hb-video-wrap .lazyloaded-youtube-container .lazyloaded-youtube-player,
.Rounded-as-one-stylemode-inner .hb-split-part .hb-split-part-wrap .hb-video-wrap .lazyloaded-youtube-container .lazyloaded-youtube-player,
.Edge-to-edge-stylemode-inner .hb-split-part .hb-split-part-wrap .hb-video-wrap .lazyloaded-youtube-container .lazyloaded-youtube-player {
	height: 100%;
	padding-bottom: 0;
}

.Rounded-separate-stylemode-inner .hb-split-part .hb-split-part-wrap .hb-video-wrap .lazyloaded-youtube-container .lazyloaded-youtube-player img,
.Rounded-as-one-stylemode-inner .hb-split-part .hb-split-part-wrap .hb-video-wrap .lazyloaded-youtube-container .lazyloaded-youtube-player img,
.Edge-to-edge-stylemode-inner .hb-split-part .hb-split-part-wrap .hb-video-wrap .lazyloaded-youtube-container .lazyloaded-youtube-player img {
	height: 100%;
	width: 100%;
	max-width: 130%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	bottom: unset;
	right: unset;
}

@media screen and (max-width: 900px) {
	.Rounded-separate-stylemode-inner .hb-split-part .hb-split-part-wrap .hb-video-wrap .lazyloaded-youtube-container .lazyloaded-youtube-player img,
	.Rounded-as-one-stylemode-inner .hb-split-part .hb-split-part-wrap .hb-video-wrap .lazyloaded-youtube-container .lazyloaded-youtube-player img,
	.Edge-to-edge-stylemode-inner .hb-split-part .hb-split-part-wrap .hb-video-wrap .lazyloaded-youtube-container .lazyloaded-youtube-player img {
		height: auto;
	}
}

.Edge-to-edge-stylemode-inner .hb-splitblock-sixths > .hb-split-part .hb-split-part-wrap:has(.hb-text), 
.Rounded-as-one-stylemode-inner .hb-splitblock-sixths > .hb-split-part .hb-split-part-wrap:has(.hb-text) {
	padding: 20px;
	min-height: auto;
}

.Rounded-separate-stylemode-inner .hb-splitblock-sixths > .hb-split-part .hb-split-part-wrap .hb-splitblock-image img, 
.Rounded-as-one-stylemode-inner .hb-splitblock-sixths > .hb-split-part .hb-split-part-wrap .hb-splitblock-image img, 
.Edge-to-edge-stylemode-inner .hb-splitblock-sixths > .hb-split-part .hb-split-part-wrap .hb-splitblock-image img {
	max-width: 100%;
	width: auto;
	margin: 0 auto;
}

.Rounded-as-one-stylemode-inner:has(.hb-splitblock-sixths) {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

@media screen and (max-width: 768px) {
	/*.Rounded-separate-stylemode-inner .hb-splitBlock,
	.Rounded-as-one-stylemode-inner .hb-splitBlock,
	.Edge-to-edge-stylemode-inner .hb-splitBlock {
		display: block;
	}*/

	.Edge-to-edge-stylemode-inner .hb-splitBlock > .hb-split-part .hb-split-part-wrap:has(> .hb-text), 
	.Rounded-as-one-stylemode-inner .hb-splitBlock > .hb-split-part .hb-split-part-wrap:has(> .hb-text) {
		min-height: unset;
	}

	.Padded-stylemode-inner .hb-splitBlock > .hb-split-part .hb-text {
		padding-left: 0!important;
		padding-right: 0!important;
		margin-bottom: 30px;
	}

	.Padded-stylemode-inner .hb-splitBlock > .hb-split-part .hb-splitblock-image {
		margin-bottom: 30px;
	}

	.Edge-to-edge-stylemode {
		width: 90%;
		max-width: 90%;
	}
}

.hb-main-background-gradientoverlay-Light-left::before,
.hb-main-background-gradientoverlay-Light-right::before,
.hb-main-background-gradientoverlay-Light-top::before,
.hb-main-background-gradientoverlay-Light-bottom::before,
.hb-main-background-gradientoverlay-Dark-left::before,
.hb-main-background-gradientoverlay-Dark-right::before,
.hb-main-background-gradientoverlay-Dark-top::before,
.hb-main-background-gradientoverlay-Dark-bottom::before,
.hb-main-background-fulloverlay-Light::before,
.hb-main-background-fulloverlay-Dark::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.hb-main-background-gradientoverlay-Light-left::before {
	background-image: -webkit-linear-gradient( 90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient( 90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.hb-main-background-gradientoverlay-Light-right::before {
	background-image: -webkit-linear-gradient( 270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient( 270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.hb-main-background-gradientoverlay-Light-bottom::before {
	background-image: -webkit-linear-gradient( 0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient( 0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.hb-main-background-gradientoverlay-Light-top::before {
	background-image: -webkit-linear-gradient( 180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient( 180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.hb-main-background-gradientoverlay-Dark-left::before {
	background-image: -webkit-linear-gradient( 90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient( 90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.hb-main-background-gradientoverlay-Dark-right::before {
	background-image: -webkit-linear-gradient( 270deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient( 270deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.hb-main-background-gradientoverlay-Dark-bottom::before {
	background-image: -webkit-linear-gradient( 0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient( 0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.hb-main-background-gradientoverlay-Dark-top::before {
	background-image: -webkit-linear-gradient( 180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient( 180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.hb-main-background-fulloverlay-Light::before {
	background: rgba(255, 255, 255, 0.8);
}

.hb-main-background-fulloverlay-Dark::before {
	background: rgba(0, 0, 0, 0.6);
}

.hb-main-background-gradientoverlay-Light-left + .container,
.hb-main-background-gradientoverlay-Light-right + .container,
.hb-main-background-gradientoverlay-Light-top + .container,
.hb-main-background-gradientoverlay-Light-bottom + .container,
.hb-main-background-gradientoverlay-Dark-left + .container,
.hb-main-background-gradientoverlay-Dark-right + .container,
.hb-main-background-gradientoverlay-Dark-top + .container,
.hb-main-background-gradientoverlay-Dark-bottom + .container,
.hb-main-background-fulloverlay-Light + .container,
.hb-main-background-fulloverlay-Dark + .container {
	position: relative;
}

@media (max-width: 767px) {
	.Rounded-separate-stylemode .hb-split-part {
		margin-left: 10px!important;
		margin-right: 10px!important;
	}

	.Padded-stylemode .hb-split-part-wrap {
		padding-left: 20px!important;
		padding-right: 20px!important;
	}
}


/* ============== Rich Text ============== */

.hb-richtext-container .Rounded-as-one-stylemode-inner {
	padding: 50px 50px 40px 50px;
}

.hb-content-block ul {
	padding-left: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.hb-content-block ul li {
	padding-left: 10px;
}

.hb-content-block h2,
.hb-content-block h3,
.hb-content-block h4 {
	margin-bottom: 20px!important;
	line-height: 1.4;
}

.hb-content-block h5,
.hb-content-block h6 {
	margin-bottom: 20px!important;
	line-height: 1.4;
}

.hb-content-block p {
	margin-bottom: 1.5rem!important;
}

.hb-content-block hr {
	margin: 4rem 0!important;
}

ul:has(.hb-main-content-list-plus-green) {
	list-style-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"><defs><style> .st0 { fill: %23a5cd37; } </style></defs><path class="st0" d="M87.1,43.4h-30.4V12.9c0-3.7-3-6.6-6.6-6.6s-6.6,3-6.6,6.6v30.4H12.9c-3.7,0-6.6,3-6.6,6.6s3,6.6,6.6,6.6h30.4v30.4c0,3.7,3,6.6,6.6,6.6s6.6-3,6.6-6.6v-30.4h30.4c3.7,0,6.6-3,6.6-6.6s-3-6.6-6.6-6.6Z"/></svg>');
}

ul:has(.hb-main-content-list-plus-light) {
	list-style-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"><defs><style> .st0 { fill: %23000000; } </style></defs><path class="st0" d="M87.1,43.4h-30.4V12.9c0-3.7-3-6.6-6.6-6.6s-6.6,3-6.6,6.6v30.4H12.9c-3.7,0-6.6,3-6.6,6.6s3,6.6,6.6,6.6h30.4v30.4c0,3.7,3,6.6,6.6,6.6s6.6-3,6.6-6.6v-30.4h30.4c3.7,0,6.6-3,6.6-6.6s-3-6.6-6.6-6.6Z"/></svg>');
}

ul:has(.hb-main-content-list-plus-dark) {
	list-style-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"><defs><style> .st0 { fill: %23FFFFFF; } </style></defs><path class="st0" d="M87.1,43.4h-30.4V12.9c0-3.7-3-6.6-6.6-6.6s-6.6,3-6.6,6.6v30.4H12.9c-3.7,0-6.6,3-6.6,6.6s3,6.6,6.6,6.6h30.4v30.4c0,3.7,3,6.6,6.6,6.6s6.6-3,6.6-6.6v-30.4h30.4c3.7,0,6.6-3,6.6-6.6s-3-6.6-6.6-6.6Z"/></svg>');
}

ul:has(.hb-main-content-list-chevron-green) {
	list-style-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"><defs><style> .st0 { fill: %23a5cd37; } </style></defs><path class="st0" d="M69.5,40.9L38,8.3c-1.2-1.2-2.8-1.9-4.4-1.9-1.7,0-3.3.6-4.5,1.8-1.2,1.2-1.9,2.8-1.9,4.4s.6,3.3,1.8,4.5l31.2,32.4-31.2,33.6c-2.4,2.6-2.2,6.6.3,9,1.2,1.1,2.7,1.7,4.3,1.7s3.5-.7,4.6-2l31.5-33.9c4.4-4.8,4.4-12.2-.2-16.8Z"/></svg>');
}

ul:has(.hb-main-content-list-chevron-light) {
	list-style-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"><defs><style> .st0 { fill: %23000000; } </style></defs><path class="st0" d="M69.5,40.9L38,8.3c-1.2-1.2-2.8-1.9-4.4-1.9-1.7,0-3.3.6-4.5,1.8-1.2,1.2-1.9,2.8-1.9,4.4s.6,3.3,1.8,4.5l31.2,32.4-31.2,33.6c-2.4,2.6-2.2,6.6.3,9,1.2,1.1,2.7,1.7,4.3,1.7s3.5-.7,4.6-2l31.5-33.9c4.4-4.8,4.4-12.2-.2-16.8Z"/></svg>');
}

ul:has(.hb-main-content-list-chevron-dark) {
	list-style-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"><defs><style> .st0 { fill: %23FFFFFF; } </style></defs><path class="st0" d="M69.5,40.9L38,8.3c-1.2-1.2-2.8-1.9-4.4-1.9-1.7,0-3.3.6-4.5,1.8-1.2,1.2-1.9,2.8-1.9,4.4s.6,3.3,1.8,4.5l31.2,32.4-31.2,33.6c-2.4,2.6-2.2,6.6.3,9,1.2,1.1,2.7,1.7,4.3,1.7s3.5-.7,4.6-2l31.5-33.9c4.4-4.8,4.4-12.2-.2-16.8Z"/></svg>');
}

ul:has(.hb-main-content-list-star-green) {
	list-style-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"><defs><style> .st0 { fill: %23a5cd37; } </style></defs><path class="st0" d="M94.3,39.2c-1.2-3.8-4.6-6.3-8.7-6.3h-18.5c-1.3,0-2.4-.8-2.8-2l-5.7-17.6c-1.2-3.8-4.6-6.3-8.7-6.3s-7.4,2.5-8.7,6.3l-5.7,17.6c-.4,1.2-1.5,2-2.8,2H14.4c-4,0-7.4,2.5-8.7,6.3-1.2,3.8,0,7.8,3.3,10.2l15,10.9c1,.7,1.5,2.1,1.1,3.3l-5.7,17.6c-1.2,3.8,0,7.8,3.3,10.2,3.3,2.4,7.5,2.4,10.7,0l15-10.9c1-.7,2.4-.7,3.4,0l15,10.9c1.6,1.2,3.5,1.8,5.4,1.8s3.7-.6,5.4-1.8c3.3-2.4,4.5-6.4,3.3-10.2l-5.7-17.6c-.4-1.2,0-2.5,1.1-3.3l15-10.9c3.3-2.4,4.5-6.4,3.3-10.2ZM69.7,54.6c-2.8,2-4,5.6-2.9,8.9l5,15.4c.5,1.7-.6,2.6-.9,2.9-.4.3-1.6,1-3,0l-13.1-9.5c-1.4-1-3.1-1.5-4.7-1.5s-3.3.5-4.7,1.5l-13.1,9.5c-1.4,1-2.7.3-3,0-.4-.3-1.5-1.2-.9-2.9l5-15.4c1.1-3.3,0-6.9-2.9-8.9l-13.1-9.5c-1.4-1-1.1-2.5-.9-2.9.1-.4.7-1.8,2.4-1.8h16.2c3.5,0,6.5-2.2,7.6-5.5l5-15.4c.5-1.7,2-1.8,2.4-1.8s1.9.1,2.4,1.8l5,15.4c1.1,3.3,4.1,5.5,7.6,5.5h16.2c1.7,0,2.3,1.4,2.4,1.8.1.4.5,1.9-.9,2.9l-13.1,9.5Z"/></svg>');
}

ul:has(.hb-main-content-list-star-light) {
	list-style-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"><defs><style> .st0 { fill: %23000000; } </style></defs><path class="st0" d="M94.3,39.2c-1.2-3.8-4.6-6.3-8.7-6.3h-18.5c-1.3,0-2.4-.8-2.8-2l-5.7-17.6c-1.2-3.8-4.6-6.3-8.7-6.3s-7.4,2.5-8.7,6.3l-5.7,17.6c-.4,1.2-1.5,2-2.8,2H14.4c-4,0-7.4,2.5-8.7,6.3-1.2,3.8,0,7.8,3.3,10.2l15,10.9c1,.7,1.5,2.1,1.1,3.3l-5.7,17.6c-1.2,3.8,0,7.8,3.3,10.2,3.3,2.4,7.5,2.4,10.7,0l15-10.9c1-.7,2.4-.7,3.4,0l15,10.9c1.6,1.2,3.5,1.8,5.4,1.8s3.7-.6,5.4-1.8c3.3-2.4,4.5-6.4,3.3-10.2l-5.7-17.6c-.4-1.2,0-2.5,1.1-3.3l15-10.9c3.3-2.4,4.5-6.4,3.3-10.2ZM69.7,54.6c-2.8,2-4,5.6-2.9,8.9l5,15.4c.5,1.7-.6,2.6-.9,2.9-.4.3-1.6,1-3,0l-13.1-9.5c-1.4-1-3.1-1.5-4.7-1.5s-3.3.5-4.7,1.5l-13.1,9.5c-1.4,1-2.7.3-3,0-.4-.3-1.5-1.2-.9-2.9l5-15.4c1.1-3.3,0-6.9-2.9-8.9l-13.1-9.5c-1.4-1-1.1-2.5-.9-2.9.1-.4.7-1.8,2.4-1.8h16.2c3.5,0,6.5-2.2,7.6-5.5l5-15.4c.5-1.7,2-1.8,2.4-1.8s1.9.1,2.4,1.8l5,15.4c1.1,3.3,4.1,5.5,7.6,5.5h16.2c1.7,0,2.3,1.4,2.4,1.8.1.4.5,1.9-.9,2.9l-13.1,9.5Z"/></svg>');
}

ul:has(.hb-main-content-list-star-dark) {
	list-style-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"><defs><style> .st0 { fill: %23FFFFFF; } </style></defs><path class="st0" d="M94.3,39.2c-1.2-3.8-4.6-6.3-8.7-6.3h-18.5c-1.3,0-2.4-.8-2.8-2l-5.7-17.6c-1.2-3.8-4.6-6.3-8.7-6.3s-7.4,2.5-8.7,6.3l-5.7,17.6c-.4,1.2-1.5,2-2.8,2H14.4c-4,0-7.4,2.5-8.7,6.3-1.2,3.8,0,7.8,3.3,10.2l15,10.9c1,.7,1.5,2.1,1.1,3.3l-5.7,17.6c-1.2,3.8,0,7.8,3.3,10.2,3.3,2.4,7.5,2.4,10.7,0l15-10.9c1-.7,2.4-.7,3.4,0l15,10.9c1.6,1.2,3.5,1.8,5.4,1.8s3.7-.6,5.4-1.8c3.3-2.4,4.5-6.4,3.3-10.2l-5.7-17.6c-.4-1.2,0-2.5,1.1-3.3l15-10.9c3.3-2.4,4.5-6.4,3.3-10.2ZM69.7,54.6c-2.8,2-4,5.6-2.9,8.9l5,15.4c.5,1.7-.6,2.6-.9,2.9-.4.3-1.6,1-3,0l-13.1-9.5c-1.4-1-3.1-1.5-4.7-1.5s-3.3.5-4.7,1.5l-13.1,9.5c-1.4,1-2.7.3-3,0-.4-.3-1.5-1.2-.9-2.9l5-15.4c1.1-3.3,0-6.9-2.9-8.9l-13.1-9.5c-1.4-1-1.1-2.5-.9-2.9.1-.4.7-1.8,2.4-1.8h16.2c3.5,0,6.5-2.2,7.6-5.5l5-15.4c.5-1.7,2-1.8,2.4-1.8s1.9.1,2.4,1.8l5,15.4c1.1,3.3,4.1,5.5,7.6,5.5h16.2c1.7,0,2.3,1.4,2.4,1.8.1.4.5,1.9-.9,2.9l-13.1,9.5Z"/></svg>');
}

ul:has(.hb-main-content-list-arrow-green) {
	list-style-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"><defs><style> .st0 { fill: %23a5cd37; } </style></defs><path class="st0" d="M88.2,54.5c1.2-1.1,1.9-2.6,1.9-4.2s-.7-3.2-1.9-4.2L46.6,7.6c-2.3-2.2-6-2-8.2.3-2.2,2.3-2,6,.3,8.2l30.7,28.3H15.7c-3.2,0-5.8,2.6-5.8,5.8s2.6,5.8,5.8,5.8h53.8s-30.7,28.3-30.7,28.3c-2.3,2.2-2.5,5.8-.3,8.2,2.2,2.3,5.8,2.5,8.2.3l41.6-38.4Z"/></svg>');
}

ul:has(.hb-main-content-list-arrow-light) {
	list-style-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"><defs><style> .st0 { fill: %23000000; } </style></defs><path class="st0" d="M88.2,54.5c1.2-1.1,1.9-2.6,1.9-4.2s-.7-3.2-1.9-4.2L46.6,7.6c-2.3-2.2-6-2-8.2.3-2.2,2.3-2,6,.3,8.2l30.7,28.3H15.7c-3.2,0-5.8,2.6-5.8,5.8s2.6,5.8,5.8,5.8h53.8s-30.7,28.3-30.7,28.3c-2.3,2.2-2.5,5.8-.3,8.2,2.2,2.3,5.8,2.5,8.2.3l41.6-38.4Z"/></svg>');
}

ul:has(.hb-main-content-list-arrow-dark) {
	list-style-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"><defs><style> .st0 { fill: %23FFFFFF; } </style></defs><path class="st0" d="M88.2,54.5c1.2-1.1,1.9-2.6,1.9-4.2s-.7-3.2-1.9-4.2L46.6,7.6c-2.3-2.2-6-2-8.2.3-2.2,2.3-2,6,.3,8.2l30.7,28.3H15.7c-3.2,0-5.8,2.6-5.8,5.8s2.6,5.8,5.8,5.8h53.8s-30.7,28.3-30.7,28.3c-2.3,2.2-2.5,5.8-.3,8.2,2.2,2.3,5.8,2.5,8.2.3l41.6-38.4Z"/></svg>');
}

li:has(.hb-main-content-list-plus-green)::marker,
li:has(.hb-main-content-list-plus-light)::marker,
li:has(.hb-main-content-list-plus-dark)::marker,
li:has(.hb-main-content-list-chevron-green)::marker,
li:has(.hb-main-content-list-chevron-light)::marker,
li:has(.hb-main-content-list-chevron-dark)::marker,
li:has(.hb-main-content-list-arrow-green)::marker,
li:has(.hb-main-content-list-arrow-light)::marker,
li:has(.hb-main-content-list-arrow-dark)::marker {
	font-weight: 700;
	font-size: 24pt;
}

li:has(.hb-main-content-list-star-green)::marker,
li:has(.hb-main-content-list-star-light)::marker,
li:has(.hb-main-content-list-star-dark)::marker {
	font-weight: 700;
	font-size: 30pt;
}

li:has(.hb-main-content-list-plus-green),
li:has(.hb-main-content-list-plus-light),
li:has(.hb-main-content-list-plus-dark),
li:has(.hb-main-content-list-chevron-green),
li:has(.hb-main-content-list-chevron-light),
li:has(.hb-main-content-list-chevron-dark),
li:has(.hb-main-content-list-star-green),
li:has(.hb-main-content-list-star-light),
li:has(.hb-main-content-list-star-dark),
li:has(.hb-main-content-list-arrow-green),
li:has(.hb-main-content-list-arrow-light),
li:has(.hb-main-content-list-arrow-dark) {
	padding-left: 10px
}

.hb-main-content-color-takeover-green {
	color: #a5cd37!important;
}

@media (max-width: 400px) {
	.hb-richtext-container .Rounded-as-one-stylemode-inner {
		padding: 40px;
	}
}


/* ============== Home Page Top Line ============== */

.hb-homepage-topline {
	display: flex;
	flex-direction: column;
}

.hb-homepage-topline .hb-main-banner {
	width: 100%;
}

.hb-homepage-topline .hb-main-carousel {
	margin-bottom: 3px;
}

.hb-homepage-topline .hb-main-carousel.hb-hide {
	display: none;
	visibility: hidden;
}

.hb-homepage-topline .hb-main-header-area-header {
	border-bottom: none;
}

.hb-homepage-topline .hb-main-header-area-header h1 {
	text-align: center;
	margin-bottom: 0;
	line-height: 1.3;
}


/* ============== Carousel ============== */

.hb-main-carousel {
	margin-bottom: 20px;
	padding-left: 0;
	padding-right: 0;
}

.hb-main-carousel .slick-slider .slick-arrow {
	background: url("data:image/svg+xml,%3Csvg%20fill%3D%22%23FFFFFF%22%20width%3D%2240px%22%20height%3D%2240px%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M17.92%2C11.62a1%2C1%2C0%2C0%2C0-.21-.33l-5-5a1%2C1%2C0%2C0%2C0-1.42%2C1.42L14.59%2C11H7a1%2C1%2C0%2C0%2C0%2C0%2C2h7.59l-3.3%2C3.29a1%2C1%2C0%2C0%2C0%2C0%2C1.42%2C1%2C1%2C0%2C0%2C0%2C1.42%2C0l5-5a1%2C1%2C0%2C0%2C0%2C.21-.33A1%2C1%2C0%2C0%2C0%2C17.92%2C11.62Z%22%2F%3E%3C%2Fsvg%3E") center no-repeat !important;
	width: 50px;
	height: 100%;
	opacity: 0.5;
	transition: all 0.3s ease 0s;
}

.slick-slider .slick-arrow:hover {
	opacity: 1;
	transition: all 0.3s ease 0s;
}

.slick-dots {
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.hb-main-carousel .slick-dots {
	bottom: 25px;
}

.hb-main-carousel .slick-dots li button {
	width: 10px;
	height: 10px;
	border: 1px solid #ffffff;
}

.hb-main-carousel .slick-dots li button:hover, 
.hb-main-carousel .slick-dots li .quote-details-items .actions-toolbar > .action:hover {
	background: #ffffff;
	border: 1px solid #ffffff;
}

.hb-main-carousel .slick-dots li.slick-active button, 
.hb-main-carousel .slick-dots li.slick-active .quote-details-items .actions-toolbar > .action {
	background: #ffffff;
	border: 1px solid #ffffff;
}


/* ============== Slider ============== */

.slide .Rounded-separate-stylemode-inner .hb-main-slider-part .hb-main-slider-part-wrap:has(> .hb-video-wrap ),
.slide .Rounded-as-one-stylemode-inner .hb-main-slider-part .hb-main-slider-part-wrap:has(> .hb-video-wrap ) {
	width: 100%;
}

.slide .Padded-stylemode-inner .hb-main-slider-part .hb-main-slider-part-wrap:has(> .hb-video-wrap ) {
	width: 90%;
	margin: 0 auto;
}

.hb-main-slider .slick-slider .slick-arrow {
	background: url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000000%22%20width%3D%2240px%22%20height%3D%2240px%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M17.92%2C11.62a1%2C1%2C0%2C0%2C0-.21-.33l-5-5a1%2C1%2C0%2C0%2C0-1.42%2C1.42L14.59%2C11H7a1%2C1%2C0%2C0%2C0%2C0%2C2h7.59l-3.3%2C3.29a1%2C1%2C0%2C0%2C0%2C0%2C1.42%2C1%2C1%2C0%2C0%2C0%2C1.42%2C0l5-5a1%2C1%2C0%2C0%2C0%2C.21-.33A1%2C1%2C0%2C0%2C0%2C17.92%2C11.62Z%22%2F%3E%3C%2Fsvg%3E") center no-repeat !important;
	width: 50px;
	height: 100%;
	opacity: 0.5;
	transition: all 0.3s ease 0s;
}

.hb-main-slider .slick-slider .slick-arrow.slick-next {
	right: -20px;
}

.hb-main-slider .slick-slider .slick-arrow.slick-prev {
	left: -20px;
}

.hb-main-slider .slick-slider .slick-arrow:hover {
	opacity: 1;
	transition: all 0.3s ease 0s;
}

.hb-main-slider .slick-dots {
	bottom: -30px;
}

.hb-main-slider .slick-dots li button {
	width: 10px;
	height: 10px;
	border: 1px solid #000000;
}

.hb-main-slider .slick-dots li button:hover, 
.hb-main-slider .slick-dots li .quote-details-items .actions-toolbar > .action:hover {
	background: #000000;
	border: 1px solid #000000;
}

.hb-main-slider .slick-dots li.slick-active button, 
.hb-main-slider .slick-dots li.slick-active .quote-details-items .actions-toolbar > .action {
	background: #000000;
	border: 1px solid #000000;
}

.hb-main-slider .hb-content-block {
	width: 95%;
	margin: 0 auto;
}

.hb-main-slider .Rounded-separate-stylemode-inner {
	width: 90%;
	margin: 0 auto;
}

.hb-main-slider .hb-content-block {
	margin-bottom: 20px;
}

.Rounded-separate-stylemode-inner .hb-main-slider-part-outer .hb-main-slider-part {
	border-radius: 25px;
	padding: 0;
	margin: 0 1% 10px 0;
	overflow: clip;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.Edge-to-edge-stylemode-inner .hb-main-slider-part-outer .hb-main-slider-part .hb-main-slider-part-wrap:has(> .hb-text),
.Rounded-as-one-stylemode-inner .hb-main-slider-part-outer .hb-main-slider-part .hb-main-slider-part-wrap:has(> .hb-text) {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 400px;
	height: 100%;
	padding: 50px;
}

.hb-main-slider .Padded-stylemode-inner .hb-main-slider-part:has(> .hb-text ) {
	padding-right: 30px;
}

.hb-main-slider .Rounded-separate-stylemode-inner .hb-mainblock-image img,
.hb-main-slider .Rounded-as-one-stylemode-inner .hb-mainblock-image img {
}

.hb-main-slider .Padded-stylemode-inner .hb-mainblock-image img {
	object-fit: contain;
	max-height: 450px;
	padding-bottom: 10px;
}

.hb-main-slider .hb-main-content-button {
	align-self: flex-start;
}

.hb-category-tag {
	background: #3e3e3e;
	padding: 9px 15px 5px 15px;
	color: #fff;
	text-transform: uppercase;
	align-self: flex-start;
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: 700;
	max-width: fit-content;
}

.hb-main-slider .lazyloaded-youtube-container {
	clip-path: inset(0);
}

.hb-main-slider .lazyloaded-youtube-container .lazyloaded-youtube-player {
	margin: 0;
}

.hb-main-slider .lazyloaded-youtube-container,
.hb-main-slider .lazyloaded-youtube-container .lazyloaded-youtube-player {
	height: 100%;
	padding-bottom: 0;
}

.hb-main-slider .lazyloaded-youtube-container .lazyloaded-youtube-player img {
	height: 100%;
	width: 130%;
	max-width: 130%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	bottom: unset;
	right: unset;
}

@media screen and (max-width: 900px) {
	.hb-main-slider .lazyloaded-youtube-container .lazyloaded-youtube-player img {
		height: auto;
	}
}

@media screen and (max-width: 768px) {
	.hb-main-slider .Rounded-separate-stylemode-inner .hb-mainBlock,
	.hb-main-slider .Rounded-as-one-stylemode-inner .hb-mainBlock,
	.hb-main-slider .Edge-to-edge-stylemode-inner .hb-mainBlock {
		display: flex;
	}

	.hb-main-slider .slick-slider .slick-arrow.slick-next {
		right: 0;
	}

	.hb-main-slider .slick-slider .slick-arrow.slick-prev {
		left: 0;
	}
}

.Rounded-separate-stylemode-inner .hb-main-slider-part-outer > .hb-main-slider-part .hb-main-slider-part-wrap:has(.hb-splitblock-image),
.Rounded-separate-stylemode-inner .hb-main-slider-part-outer > .hb-main-slider-part .hb-main-slider-part-wrap .hb-main-pic-wrap,
.Rounded-separate-stylemode-inner .hb-main-slider-part-outer > .hb-main-slider-part .hb-main-slider-part-wrap .hb-splitblock-image,
.Rounded-as-one-stylemode-inner .hb-main-slider-part-outer > .hb-main-slider-part .hb-main-slider-part-wrap:has(.hb-splitblock-image),
.Rounded-as-one-stylemode-inner .hb-main-slider-part-outer > .hb-main-slider-part .hb-main-slider-part-wrap .hb-main-pic-wrap,
.Rounded-as-one-stylemode-inner .hb-main-slider-part-outer > .hb-main-slider-part .hb-main-slider-part-wrap .hb-splitblock-image,
.Edge-to-edge-stylemode-inner .hb-main-slider-part-outer > .hb-main-slider-part .hb-main-slider-part-wrap:has(.hb-splitblock-image),
.Edge-to-edge-stylemode-inner .hb-main-slider-part-outer > .hb-main-slider-part .hb-main-slider-part-wrap .hb-main-pic-wrap,
.Edge-to-edge-stylemode-inner .hb-main-slider-part-outer > .hb-main-slider-part .hb-main-slider-part-wrap .hb-splitblock-image {
	width: 100%;
	height: 100%;
}

.Rounded-separate-stylemode-inner .hb-main-slider-part-outer > .hb-main-slider-part .hb-main-slider-part-wrap .hb-splitblock-image img,
.Rounded-as-one-stylemode-inner .hb-main-slider-part-outer > .hb-main-slider-part .hb-main-slider-part-wrap .hb-splitblock-image img,
.Edge-to-edge-stylemode-inner .hb-main-slider-part-outer > .hb-main-slider-part .hb-main-slider-part-wrap .hb-splitblock-image img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.Padded-stylemode-inner .hb-main-slider-part-outer > .hb-main-slider-part .hb-main-slider-part-wrap .hb-splitblock-image img {
	width: auto;
	margin: 0 auto;
}

.Padded-stylemode-inner .hb-main-slider-part-outer > .hb-main-slider-part .hb-main-slider-part-wrap:has(.hb-splitblock-image) {
	width: 100%;
}

.Light-colourmode .Rounded-separate-stylemode-inner .hb-main-slider-part,
.Light-colourmode .Rounded-as-one-stylemode-inner {
	background-color: #ffffff!important;
	color: #111111!important;
}

.Light-2-colourmode .Rounded-separate-stylemode-inner .hb-main-slider-part,
.Light-2-colourmode .Rounded-as-one-stylemode-inner {
	background-color: #ffffff!important;
	color: #111111!important;
}

.Dark-colourmode .Rounded-separate-stylemode-inner .hb-main-slider-part,
.Dark-colourmode .Rounded-as-one-stylemode-inner {
	background-color: #0b0f10!important;
	color: #ffffff!important;
}

.Rounded-separate-stylemode-inner .hb-main-slider-part:first-child .hb-main-slider-part-wrap,
.Rounded-as-one-stylemode-inner .hb-main-slider-part:first-child .hb-main-slider-part-wrap,
.Edge-to-edge-stylemode-inner .hb-main-slider-part:first-child .hb-main-slider-part-wrap {
	padding-left: 0;
	padding-right: 0;
}

.Rounded-separate-stylemode-inner .hb-main-slider-part .hb-main-slider-part-wrap,
.Rounded-as-one-stylemode-inner .hb-main-slider-part .hb-main-slider-part-wrap,
.Edge-to-edge-stylemode-inner .hb-main-slider-part .hb-main-slider-part-wrap {
	padding-left: 0;
}

.Rounded-separate-stylemode-inner .hb-main-slider-part-outer,
.Rounded-as-one-stylemode-inner .hb-main-slider-part-outer,
.Edge-to-edge-stylemode-inner .hb-main-slider-part-outer {
	display: flex;
}

.Rounded-separate-stylemode-inner .hb-main-slider-part .hb-main-slider-part-wrap,
.Rounded-as-one-stylemode-inner .hb-main-slider-part .hb-main-slider-part-wrap,
.Edge-to-edge-stylemode-inner .hb-main-slider-part .hb-main-slider-part-wrap {
	padding-left: 0;
}

.Rounded-separate-stylemode-inner .hb-main-slider-part .hb-main-slider-part-wrap .hb-video-wrap,
.Rounded-as-one-stylemode-inner .hb-main-slider-part .hb-main-slider-part-wrap .hb-video-wrap,
.Edge-to-edge-stylemode-inner .hb-main-slider-part .hb-main-slider-part-wrap .hb-video-wrap,
.Rounded-separate-stylemode-inner .hb-main-slider-part .hb-main-slider-part-wrap:has(> .hb-video-wrap ),
.Rounded-as-one-stylemode-inner .hb-main-slider-part .hb-main-slider-part-wrap:has(> .hb-video-wrap ),
.Edge-to-edge-stylemode-inner .hb-main-slider-part .hb-main-slider-part-wrap:has(> .hb-video-wrap ) {
	height: 100%;
	min-height: 300px;
}

.Rounded-separate-stylemode-inner .hb-main-slider-part .hb-main-slider-part-wrap .hb-video-wrap .youtube-frame,
.Rounded-as-one-stylemode-inner .hb-main-slider-part .hb-main-slider-part-wrap .hb-video-wrap .youtube-frame,
.Edge-to-edge-stylemode-inner .hb-main-slider-part .hb-main-slider-part-wrap .hb-video-wrap .youtube-frame,
.Rounded-separate-stylemode-inner .hb-main-slider-part .hb-main-slider-part-wrap .hb-video-wrap .hb-video,
.Rounded-as-one-stylemode-inner .hb-main-slider-part .hb-main-slider-part-wrap .hb-video-wrap .hb-video,
.Edge-to-edge-stylemode-inner .hb-main-slider-part .hb-main-slider-part-wrap .hb-video-wrap .hb-video {
	height: inherit;
	padding-bottom: 1px;
	object-fit: cover;
}

@media screen and (max-width: 768px) {
	.Rounded-separate-stylemode-inner .hb-main-slider-part-outer,
	.Rounded-as-one-stylemode-inner .hb-main-slider-part-outer,
	.Edge-to-edge-stylemode-inner .hb-main-slider-part-outer {
		display: block;
	}

	.Edge-to-edge-stylemode-inner .hb-main-slider-part-outer > .hb-main-slider-part .hb-main-slider-part-wrap:has(> .hb-text), 
	.Rounded-as-one-stylemode-inner .hb-main-slider-part-outer > .hb-main-slider-part .hb-main-slider-part-wrap:has(> .hb-text) {
		min-height: unset;
	}

	.Padded-stylemode-inner .hb-main-slider-part-outer > .hb-main-slider-part .hb-text {
		padding-left: auto;
		padding-right: auto;
	}

	.Edge-to-edge-stylemode {
		width: 95%;
		max-width: 95%;
	}
}


/* ============== Logos Slider ============== */

.hb-main-slider-logoareaimage {
	max-width: 195px;
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
}

.hb-main-slider-logoareaimage img {
	width: auto;
	height: auto;
	margin: 0 auto;
	max-height: 80px;
}


/* ============== Split Content Slider ============== */

.slide .Rounded-separate-stylemode-inner .hb-split-part .hb-split-part-wrap:has(> .hb-video-wrap ),
.slide .Rounded-as-one-stylemode-inner .hb-split-part .hb-split-part-wrap:has(> .hb-video-wrap ) {
	width: 100%;
}

.slide .Padded-stylemode-inner .hb-split-part .hb-split-part-wrap:has(> .hb-video-wrap ) {
	width: 90%;
	margin: 0 auto;
}

.hb-split-slider .slick-slider .slick-arrow {
	background: url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000000%22%20width%3D%2240px%22%20height%3D%2240px%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M17.92%2C11.62a1%2C1%2C0%2C0%2C0-.21-.33l-5-5a1%2C1%2C0%2C0%2C0-1.42%2C1.42L14.59%2C11H7a1%2C1%2C0%2C0%2C0%2C0%2C2h7.59l-3.3%2C3.29a1%2C1%2C0%2C0%2C0%2C0%2C1.42%2C1%2C1%2C0%2C0%2C0%2C1.42%2C0l5-5a1%2C1%2C0%2C0%2C0%2C.21-.33A1%2C1%2C0%2C0%2C0%2C17.92%2C11.62Z%22%2F%3E%3C%2Fsvg%3E") center no-repeat !important;
	width: 50px;
	height: 100%;
	opacity: 0.5;
	transition: all 0.3s ease 0s;
}

.hb-split-slider .slick-slider .slick-arrow.slick-next {
	right: -20px;
}

.hb-split-slider .slick-slider .slick-arrow.slick-prev {
	left: -20px;
}

.hb-split-slider .slick-slider .slick-arrow:hover {
	opacity: 1;
	transition: all 0.3s ease 0s;
}

.hb-split-slider .slick-dots {
	bottom: -30px;
}

.hb-split-slider .slick-dots li button {
	width: 10px;
	height: 10px;
	border: 1px solid #000000;
}

.hb-split-slider .slick-dots li button:hover, 
.hb-split-slider .slick-dots li .quote-details-items .actions-toolbar > .action:hover {
	background: #000000;
	border: 1px solid #000000;
}

.hb-split-slider .slick-dots li.slick-active button, 
.hb-split-slider .slick-dots li.slick-active .quote-details-items .actions-toolbar > .action {
	background: #000000;
	border: 1px solid #000000;
}

.hb-split-slider .hb-content-block {
	width: 95%;
	margin: 0 auto;
}

.hb-split-slider .Rounded-separate-stylemode-inner {
	width: 90%;
	margin: 0 auto;
}

.hb-split-slider .hb-content-block {
	margin-bottom: 20px;
}

.hb-split-slider .Padded-stylemode-inner .hb-split-part:has(> .hb-text ) {
	padding-right: 30px;
}

.hb-split-slider .Rounded-separate-stylemode-inner .hb-splitblock-image img,
.hb-split-slider .Rounded-as-one-stylemode-inner .hb-splitblock-image img {
}

.hb-split-slider .Padded-stylemode-inner .hb-splitblock-image img {
	object-fit: contain;
	max-height: 450px;
	padding-bottom: 10px;
}

.hb-split-slider .hb-main-content-button {
	align-self: flex-start;
}

.hb-split-slider .lazyloaded-youtube-container {
	clip-path: inset(0);
}

.hb-split-slider .lazyloaded-youtube-container .lazyloaded-youtube-player {
	margin: 0;
}

.hb-split-slider .lazyloaded-youtube-container,
.hb-split-slider .lazyloaded-youtube-container .lazyloaded-youtube-player {
	height: 100%;
	padding-bottom: 0;
}

.hb-split-slider .Rounded-separate-stylemode-inner .hb-split-part .hb-split-part-wrap .hb-video-wrap .lazyloaded-youtube-container .lazyloaded-youtube-player img, 
.hb-split-slider .Rounded-as-one-stylemode-inner .hb-split-part .hb-split-part-wrap .hb-video-wrap .lazyloaded-youtube-container .lazyloaded-youtube-player img, 
.hb-split-slider .Edge-to-edge-stylemode-inner .hb-split-part .hb-split-part-wrap .hb-video-wrap .lazyloaded-youtube-container .lazyloaded-youtube-player img,
.hb-split-slider .lazyloaded-youtube-container .lazyloaded-youtube-player img {
	height: 100%;
	width: 100%;
	max-width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	bottom: unset;
	right: unset;
}

@media screen and (max-width: 900px) {
	.hb-split-slider .lazyloaded-youtube-container .lazyloaded-youtube-player img {
		height: auto;
	}
}

@media screen and (max-width: 768px) {
	.hb-split-slider .Rounded-separate-stylemode-inner .hb-splitBlock,
	.hb-split-slider .Rounded-as-one-stylemode-inner .hb-splitBlock,
	.hb-split-slider .Edge-to-edge-stylemode-inner .hb-splitBlock {
		display: flex;
	}

	.hb-split-slider .slick-slider .slick-arrow.slick-next {
		right: 0;
	}

	.hb-split-slider .slick-slider .slick-arrow.slick-prev {
		left: 0;
	}
}

/* ============== PLP Brands Slider ============== */

.hb-plp-brands-slider .slick-slider .slick-arrow {
	background: url("data:image/svg+xml,%3Csvg%20fill%3D%22%23FFFFFF%22%20width%3D%2240px%22%20height%3D%2240px%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M17.92%2C11.62a1%2C1%2C0%2C0%2C0-.21-.33l-5-5a1%2C1%2C0%2C0%2C0-1.42%2C1.42L14.59%2C11H7a1%2C1%2C0%2C0%2C0%2C0%2C2h7.59l-3.3%2C3.29a1%2C1%2C0%2C0%2C0%2C0%2C1.42%2C1%2C1%2C0%2C0%2C0%2C1.42%2C0l5-5a1%2C1%2C0%2C0%2C0%2C.21-.33A1%2C1%2C0%2C0%2C0%2C17.92%2C11.62Z%22%2F%3E%3C%2Fsvg%3E") center no-repeat !important;
	width: 50px;
	height: 100%;
	opacity: 0.5;
	transition: all 0.3s ease 0s;
}

.hb-plp-brands-slider .slick-dots {
	bottom: 25px;
}

.hb-plp-brands-slider .slick-dots li button {
	width: 10px;
	height: 10px;
	border: 1px solid #ffffff;
}

.hb-plp-brands-slider .slick-dots li button:hover, 
.hb-plp-brands-slider .slick-dots li .quote-details-items .actions-toolbar > .action:hover {
	background: #ffffff;
	border: 1px solid #ffffff;
}

.hb-plp-brands-slider .slick-dots li.slick-active button, 
.hb-plp-brands-slider .slick-dots li.slick-active .quote-details-items .actions-toolbar > .action {
	background: #ffffff;
	border: 1px solid #ffffff;
}

@media (max-width: 768px) {
	.hb-plp-brands-brandarea {
		order: 1;
		margin-bottom: 30px;
	}

	.hb-plp-brands-sliderarea {
		order: 2;
	}
}


/* ============== PLP Brands Content ============== */

.hb-block-plpbrand .hb-main-pic-wrap {
	margin-bottom: 15px;
}

.hb-block-plpbrand .hb-main-pic-wrap .hb-image img {
	margin: 0 auto;
}

.hb-block-plpbrand .hb-text {
	padding: 0 20px;
}

.hb-plp-brands-banner {
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	margin: 0 auto;
	background-color: #efefef;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	max-width: 864px;
	min-width: 864px;
	height: 300px;
	min-height: 300px;
	max-height: 300px;
}

.hb-plp-brands-banner .container {
	position: absolute;
	margin: 0 auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.hb-plp-brands-banner .container,
.hb-plp-brands-banner .container .row {
	height: 100%;
}

.hb-plp-brands-banner .hb-hide {
	display: none;
}

.hb-plp-brands-banner .hb-plp-brands-banner-info {
	font-size: 14px;
	text-align: center;
	background: none;
	color: #000;
	padding: 15px;
	min-width: 200px;
}

.hb-plp-brands-banner .hb-plp-brands-banner-pic {
	max-width: 100%;
	display: block;
}

.hb-plp-brands-banner .hb-plp-brands-banner-pic img {
	width: 100%;
}

.hb-plp-brands-banner-pic-wrap,
.hb-plp-brands-banner-pic-wrap > .hb-main-image,
.hb-plp-brands-banner-pic-wrap > .hb-main-image > img {
	width: 100%;
	height: 100%;
}

.hb-plp-brands-banner-pic-wrap > .hb-main-image > img {
	object-fit: cover;
}

.hb-plp-brands-banner .hb-plp-brands-banner-img {
	width: 100%;
	display: block;
}

.hb-plp-brands-banner .hb-plp-brands-banner-info-wrap {
	color: #fff;
	height: 100%;
	white-space: normal;
	text-align: center;
	padding: 10px 2%;
}

.hb-plp-brands-banner .hb-plp-brands-banner-info-wrap:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -1em;
}

.hb-plp-brands-banner .hb-plp-brands-banner-info {
	display: inline-block;
	vertical-align: middle;
}

.hb-plp-brands-banner-overlay-wrap img {
	max-width: 600px;
	max-height: 370px;
}

.hb-plp-brands-banner-logoareaimage {
	margin-bottom: 0;
}

.hb-plp-brands-banner-logoareaimage,
.hb-plp-brands-banner-logoareaimage > .hb-main-image {
	display: inline-block;
}

.hb-plp-brands-banner-logoareaimage > .hb-main-image {
	margin-right: 0;
}

.hb-plp-brands-banner-logoareaimage img {
	max-width: 165px;
	max-height: 66px;
	width: 100%;
	height: auto;
}

@media (max-width: 1199px) {
	.hb-plp-brands-banner-overlay-wrap img {
		max-width: 100%;
		max-height: auto;
	}
}

@media (max-width: 900px) {
	.hb-plp-brands-banner {
		min-width: unset;
		min-height: unset;
	}
}

@media (min-width: 767px) and (max-width: 991px) {
	.hb-plp-brands-banner-logoareaimage img {
		margin-top: -10px;
	}
}

@media (max-width: 767px) {
	.hb-plp-brands-banner-overlay-wrap {
		visibility: hidden;
		display: none;
	}
}

.hb-plp-brands-banner-info-wrap .Light-colourmode {
	background: none!important;
	color: #111111!important;
}

.hb-plp-brands-banner-info-wrap .Light-2-colourmode {
	background: none!important;
	color: #111111!important;
}

.hb-plp-brands-banner-info-wrap .Dark-colourmode {
	background: none!important;
	color: #ffffff!important;
}

.hb-plp-brands-banner-header h1, 
.hb-plp-brands-banner-header h2 {
	font-size: 24px!important;
}

.hb-plp-brands-banner-subheader h3 {
	font-size: 1.5rem;
}

@media (max-width: 992px) {
	.hb-plp-brands-banner-header h1,
	.hb-plp-brands-banner-header h2 {
		font-size: 20px !important;
	}
}

.hb-plp-brands-banner .hb-plp-brands-banner-button,
.hb-plp-brands-banner .hb-plp-brands-banner-secondary-button {
	font-weight: 700;
	font-size: 14px;
	min-width: 140px;
	text-align: center;
	padding: 10px 30px;
	line-height: 1.4;
	white-space: nowrap;
	text-transform: none;
	letter-spacing: normal;
	border-radius: 50px;
	transition: all 0.3s ease 0s;
	margin-top: 5px;
	display: inline-block;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.hb-plp-brands-banner-overlay-wrap {
	justify-content: center;
}

.Light-colourmode > .hb-plp-brands-banner-button,
.Light-colourmode > .hb-plp-brands-banner-secondary-button {
	background: #111111;
	color: #ffffff;
	border: 2px solid #111111;
}

.Light-colourmode > .hb-plp-brands-banner-button:hover,
.Light-colourmode > .hb-plp-brands-banner-secondary-button:hover {
	background: transparent;
	color: #111111;
	border: 2px solid #111111;
}

.Light-2-colourmode > .hb-plp-brands-banner-button,
.Light-2-colourmode > .hb-plp-brands-banner-secondary-button {
	background: #a5cd37;
	color: #000000;
	border: 2px solid #a5cd37;
}

.Light-2-colourmode > .hb-plp-brands-banner-button:hover,
.Light-2-colourmode > .hb-plp-brands-banner-secondary-button:hover {
	background: transparent;
	color: #111111;
	border: 2px solid #111111;
}

.Dark-colourmode > .hb-plp-brands-banner-button,
.Dark-colourmode > .hb-plp-brands-banner-secondary-button {
	background: #ffffff;
	color: #000000;
	border: 2px solid #ffffff;
}

.Dark-colourmode > .hb-plp-brands-banner-button:hover,
.Dark-colourmode > .hb-plp-brands-banner-secondary-button:hover {
	background: transparent;
	color: #ffffff;
	border: 2px solid #ffffff;
}


@media (min-width: 768px) and (max-width: 991px) {
	.custom-container:has(> .hb-plp-brands-banner-info-wrap) {
		width: auto;
	}
}

@media (max-width: 768px) {
	.hb-block-plpbrand .hb-main-pic-wrap {
		margin-top: 20px;
	}
}


/* ============== PLP Categories ============== */

.hb-block-plpcategory {
	padding: 0;
}

.hb-block-plpcategory .hb-bumper {
	padding-top: 40px;
}

.hb-category-header {
	font-size: 4rem;
}

.hb-block-plpcategory .hb-main-content-button {
	margin-top: 20px;
}

body.page-with-filter.page-products div.breadcrumbs {
	max-width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	margin: 0;
}

body.page-with-filter.page-products div.breadcrumbs .items {
	margin: 10px auto;
	max-width: 1375px;
}


/* ============== PLP Categories Slider ============== */

.hb-plp-categories-slider .slick-slider .slick-arrow {
	background: url("data:image/svg+xml,%3Csvg%20fill%3D%22%23FFFFFF%22%20width%3D%2240px%22%20height%3D%2240px%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M17.92%2C11.62a1%2C1%2C0%2C0%2C0-.21-.33l-5-5a1%2C1%2C0%2C0%2C0-1.42%2C1.42L14.59%2C11H7a1%2C1%2C0%2C0%2C0%2C0%2C2h7.59l-3.3%2C3.29a1%2C1%2C0%2C0%2C0%2C0%2C1.42%2C1%2C1%2C0%2C0%2C0%2C1.42%2C0l5-5a1%2C1%2C0%2C0%2C0%2C.21-.33A1%2C1%2C0%2C0%2C0%2C17.92%2C11.62Z%22%2F%3E%3C%2Fsvg%3E") center no-repeat !important;
	width: 50px;
	height: 100%;
	opacity: 0.5;
	transition: all 0.3s ease 0s;
}

.hb-plp-categories-slider .slick-dots {
	bottom: 25px;
}

.hb-plp-categories-slider .slick-dots li button {
	width: 10px;
	height: 10px;
	border: 1px solid #ffffff;
}

.hb-plp-categories-slider .slick-dots li button:hover, 
.hb-plp-categories-slider .slick-dots li .quote-details-items .actions-toolbar > .action:hover {
	background: #ffffff;
	border: 1px solid #ffffff;
}

.hb-plp-categories-slider .slick-dots li.slick-active button, 
.hb-plp-categories-slider .slick-dots li.slick-active .quote-details-items .actions-toolbar > .action {
	background: #ffffff;
	border: 1px solid #ffffff;
}



/* ============== PLP Categories Content ============== */

.hb-block-plpcategory .hb-main-pic-wrap {
	margin-bottom: 30px;
}

.hb-plp-categories-banner {
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	margin: 10px auto 10px auto;
	background-color: #efefef;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	max-width: 700px;
	min-width: 700px;
	height: 320px;
	min-height: 320px;
	max-height: 320px;
}

.hb-plp-categories-banner .container {
	position: absolute;
	margin: 0 auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 92%;
}

.hb-plp-categories-banner .container,
.hb-plp-categories-banner .container .row {
	height: 100%;
}

.hb-plp-categories-banner .hb-hide {
	display: none;
}

.hb-plp-categories-banner .hb-plp-categories-banner-info {
	font-size: 14px;
	text-align: center;
	background: none;
	color: #000;
	padding: 15px;
	min-width: 200px;
}

.hb-plp-categories-banner .hb-plp-categories-banner-pic {
	max-width: 100%;
	display: block;
}

.hb-plp-categories-banner .hb-plp-categories-banner-pic img {
	width: 100%;
}

.hb-plp-categories-banner-pic-wrap,
.hb-plp-categories-banner-pic-wrap > .hb-main-image,
.hb-plp-categories-banner-pic-wrap > .hb-main-image > img {
	width: 100%;
	height: 100%;
}

.hb-plp-categories-banner-pic-wrap > .hb-main-image > img {
	object-fit: cover;
}

.hb-plp-categories-banner .hb-plp-categories-banner-img {
	width: 100%;
	display: block;
}

.hb-plp-categories-banner .hb-plp-categories-banner-info-wrap {
	color: #fff;
	height: 100%;
	white-space: normal;
	text-align: center;
}

.hb-plp-categories-banner .hb-plp-categories-banner-info-wrap:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -1em;
}

.hb-plp-categories-banner .hb-plp-categories-banner-info {
	display: inline-block;
	vertical-align: middle;
}

.hb-plp-categories-banner-overlay-wrap img {
	max-width: 600px;
	max-height: 370px;
}

.hb-plp-categories-banner-logoareaimage {
	margin-bottom: 0;
}

.hb-plp-categories-banner-logoareaimage,
.hb-plp-categories-banner-logoareaimage > .hb-main-image {
	display: inline-block;
}

.hb-plp-categories-banner-logoareaimage > .hb-main-image {
	margin-right: 0;
}

.hb-plp-categories-banner-logoareaimage img {
	max-width: 165px;
	max-height: 66px;
	width: 100%;
	height: auto;
}

@media (max-width: 1199px) {
	.hb-plp-categories-banner-overlay-wrap img {
		max-width: 100%;
		max-height: auto;
	}
}

@media (min-width: 767px) and (max-width: 991px) {
	.hb-plp-categories-banner-logoareaimage img {
		margin-top: -10px;
	}
}

@media (max-width: 767px) {
	.hb-plp-categories-banner-overlay-wrap {
		visibility: hidden;
		display: none;
	}

	.hb-plp-categories-banner {
		min-width: unset;
		min-height: unset;
		margin-top: 20px;
	}

	.hb-category-header {
		font-size: 3.5rem;
	}
}

.hb-plp-categories-banner-info-wrap .Light-colourmode {
	background: none!important;
	color: #111111!important;
}

.hb-plp-categories-banner-info-wrap .Light-2-colourmode {
	background: none!important;
	color: #111111!important;
}

.hb-plp-categories-banner-info-wrap .Dark-colourmode {
	background: none!important;
	color: #ffffff!important;
}

.hb-plp-categories-banner-header h1, 
.hb-plp-categories-banner-header h2 {
	font-size: 24px!important;
}

.hb-plp-categories-banner-subheader h3 {
	font-size: 1.5rem;
}

@media (max-width: 992px) {
	.hb-plp-categories-banner-header h1,
	.hb-plp-categories-banner-header h2 {
		font-size: 20px !important;
	}
}

.hb-plp-categories-banner .hb-plp-categories-banner-button,
.hb-plp-categories-banner .hb-plp-categories-banner-secondary-button {
	font-weight: 700;
	font-size: 14px;
	min-width: 140px;
	text-align: center;
	padding: 10px 30px;
	line-height: 1.4;
	white-space: nowrap;
	text-transform: none;
	letter-spacing: normal;
	border-radius: 50px;
	transition: all 0.3s ease 0s;
	margin-top: 5px;
	display: inline-block;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.hb-plp-categories-banner-overlay-wrap {
	justify-content: center;
}

.Light-colourmode > .hb-plp-categories-banner-button,
.Light-colourmode > .hb-plp-categories-banner-secondary-button {
	background: #111111;
	color: #ffffff;
	border: 2px solid #111111;
}

.Light-colourmode > .hb-plp-categories-banner-button:hover,
.Light-colourmode > .hb-plp-categories-banner-secondary-button:hover {
	background: transparent;
	color: #111111;
	border: 2px solid #111111;
}

.Light-2-colourmode > .hb-plp-categories-banner-button,
.Light-2-colourmode > .hb-plp-categories-banner-secondary-button {
	background: #a5cd37;
	color: #000000;
	border: 2px solid #a5cd37;
}

.Light-2-colourmode > .hb-plp-categories-banner-button:hover,
.Light-2-colourmode > .hb-plp-categories-banner-secondary-button:hover {
	background: transparent;
	color: #111111;
	border: 2px solid #111111;
}

.Dark-colourmode > .hb-plp-categories-banner-button,
.Dark-colourmode > .hb-plp-categories-banner-secondary-button {
	background: #ffffff;
	color: #000000;
	border: 2px solid #ffffff;
}

.Dark-colourmode > .hb-plp-categories-banner-button:hover,
.Dark-colourmode > .hb-plp-categories-banner-secondary-button:hover {
	background: transparent;
	color: #ffffff;
	border: 2px solid #ffffff;
}

@media (min-width: 768px) and (max-width: 991px) {
	.custom-container:has(> .hb-plp-categories-banner-info-wrap) {
		width: auto;
	}
}

@media (max-width: 768px) {
	.hb-block-plpcategory .hb-main-pic-wrap {
		margin-top: 20px;
	}

	.hb-block-plpcategory .hb-bumper {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 20px;
	}
}


/* ============== MegaMenu Categories Slider ============== */

.hb-megamenu-categories-slider {
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
}

.megamenu-categories-slider { 
}

.megamenu-categories-slider.slick-initialized { 
	max-width: 1137px;
	width: 100%;
}

.hb-megamenu-categories-slider .slick-slider .slick-arrow {
	background: url("data:image/svg+xml,%3Csvg%20fill%3D%22%23FFFFFF%22%20width%3D%2240px%22%20height%3D%2240px%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M17.92%2C11.62a1%2C1%2C0%2C0%2C0-.21-.33l-5-5a1%2C1%2C0%2C0%2C0-1.42%2C1.42L14.59%2C11H7a1%2C1%2C0%2C0%2C0%2C0%2C2h7.59l-3.3%2C3.29a1%2C1%2C0%2C0%2C0%2C0%2C1.42%2C1%2C1%2C0%2C0%2C0%2C1.42%2C0l5-5a1%2C1%2C0%2C0%2C0%2C.21-.33A1%2C1%2C0%2C0%2C0%2C17.92%2C11.62Z%22%2F%3E%3C%2Fsvg%3E") center no-repeat !important;
	width: 50px;
	height: 100%;
	opacity: 0.5;
	transition: all 0.3s ease 0s;
}

.hb-megamenu-categories-slider .slick-dots {
	bottom: 25px;
}

.hb-megamenu-categories-slider .slick-dots li button {
	width: 10px;
	height: 10px;
	border: 1px solid #ffffff;
}

.hb-megamenu-categories-slider .slick-dots li button:hover, 
.hb-megamenu-categories-slider .slick-dots li .quote-details-items .actions-toolbar > .action:hover {
	background: #ffffff;
	border: 1px solid #ffffff;
}

.hb-megamenu-categories-slider .slick-dots li.slick-active button, 
.hb-megamenu-categories-slider .slick-dots li.slick-active .quote-details-items .actions-toolbar > .action {
	background: #ffffff;
	border: 1px solid #ffffff;
}

.widget.block:has(.hb-block-megamenucategory) {
	margin-top: 0;
	margin-bottom: 0;
} 


/* ============== MegaMenu Categories Content ============== */

.hb-block-megamenucategory .hb-main-pic-wrap {
	margin-bottom: 30px;
}

.hb-megamenu-categories-banner {
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	margin: 0 auto;
	background-color: #efefef;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 300px;
	min-height: 300px;
	max-height: 300px;
	margin-bottom: 10px;
}

.hb-megamenu-categories-banner.hb-megamenu-categories-banner-main {
	max-width: 1120px;
}

.hb-megamenu-categories-banner.hb-megamenu-categories-banner-small {
	max-width: 550px;
}

.hb-megamenu-categories-banner .container {
	position: absolute;
	margin: 0 auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.hb-megamenu-categories-banner .container,
.hb-megamenu-categories-banner .container .row {
	height: 100%;
}

.hb-megamenu-categories-banner .hb-hide {
	display: none;
}

.hb-megamenu-categories-banner .hb-megamenu-categories-banner-info {
	font-size: 14px;
	text-align: center;
	background: none;
	color: #000;
	padding: 15px;
	min-width: 200px;
}

.hb-megamenu-categories-banner .hb-megamenu-categories-banner-pic {
	max-width: 100%;
	display: block;
}

.hb-megamenu-categories-banner .hb-megamenu-categories-banner-pic img {
	width: 100%;
}

.hb-megamenu-categories-banner-pic-wrap,
.hb-megamenu-categories-banner-pic-wrap > .hb-main-image,
.hb-megamenu-categories-banner-pic-wrap > .hb-main-image > img {
	width: 100%;
	height: 100%;
}

.hb-megamenu-categories-banner-pic-wrap > .hb-main-image > img {
	object-fit: cover;
}

.hb-megamenu-categories-banner .hb-megamenu-categories-banner-img {
	width: 100%;
	display: block;
}

.hb-megamenu-categories-banner .hb-megamenu-categories-banner-info-wrap {
	color: #fff;
	height: 100%;
	white-space: normal;
	text-align: center;
	padding: 10px 2%;
}

.hb-megamenu-categories-banner .hb-megamenu-categories-banner-info-wrap:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -1em;
}

.hb-megamenu-categories-banner .hb-megamenu-categories-banner-info {
	display: inline-block;
	vertical-align: middle;
}

.hb-megamenu-categories-banner-description {
	width: 90%;
	margin: 10px auto 0 auto;
}

.hb-megamenu-categories-banner-description p {
	line-height: 1.5;
}

.hb-megamenu-categories-banner-overlay-wrap img {
	max-width: 600px;
	max-height: 370px;
}

.hb-megamenu-categories-banner-logoareaimage {
	margin-bottom: 0;
}

.hb-megamenu-categories-banner-logoareaimage,
.hb-megamenu-categories-banner-logoareaimage > .hb-main-image {
	display: inline-block;
}

.hb-megamenu-categories-banner-logoareaimage > .hb-main-image {
	margin-right: 0;
}

.hb-megamenu-categories-banner-logoareaimage img {
	max-width: 165px;
	max-height: 66px;
	width: 100%;
	height: auto;
}

@media (max-width: 1199px) {
	.hb-megamenu-categories-banner-overlay-wrap img {
		max-width: 100%;
		max-height: auto;
	}
}

@media (min-width: 767px) and (max-width: 991px) {
	.hb-megamenu-categories-banner-logoareaimage img {
		margin-top: -10px;
	}
}

@media (max-width: 767px) {
	.hb-megamenu-categories-banner-overlay-wrap {
		visibility: hidden;
		display: none;
	}
}


.hb-megamenu-categories-banner-info-wrap .Light-colourmode {
	background: none!important;
	color: #111111!important;
}

.hb-megamenu-categories-banner-info-wrap .Light-2-colourmode {
	background: none!important;
	color: #111111!important;
}

.hb-megamenu-categories-banner-info-wrap .Dark-colourmode {
	background: none!important;
	color: #ffffff!important;
}

.hb-megamenu-categories-banner-header h1, 
.hb-megamenu-categories-banner-header h2 {
	font-size: 24px!important;
}

.hb-megamenu-categories-banner-subheader h3 {
	font-size: 1.5rem;
	margin-top: 10px;
}

@media (max-width: 992px) {
	.hb-megamenu-categories-banner-header h1,
	.hb-megamenu-categories-banner-header h2 {
		font-size: 20px !important;
	}
}

.hb-megamenu-categories-banner .hb-megamenu-categories-banner-button,
.hb-megamenu-categories-banner .hb-megamenu-categories-banner-secondary-button {
	font-weight: 700;
	font-size: 14px;
	min-width: 140px;
	text-align: center;
	padding: 10px 30px;
	line-height: 1.4;
	white-space: nowrap;
	text-transform: none;
	letter-spacing: normal;
	border-radius: 50px;
	transition: all 0.3s ease 0s;
	margin-top: 15px;
	display: inline-block;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.hb-megamenu-categories-banner-overlay-wrap {
	justify-content: center;
}

.Light-colourmode > .hb-megamenu-categories-banner-button,
.Light-colourmode > .hb-megamenu-categories-banner-secondary-button {
	background: #111111;
	color: #ffffff;
	border: 2px solid #111111;
}

.Light-colourmode > .hb-megamenu-categories-banner-button:hover,
.Light-colourmode > .hb-megamenu-categories-banner-secondary-button:hover {
	background: transparent;
	color: #111111;
	border: 2px solid #111111;
}

.Light-2-colourmode > .hb-megamenu-categories-banner-button,
.Light-2-colourmode > .hb-megamenu-categories-banner-secondary-button {
	background: #a5cd37;
	color: #000000;
	border: 2px solid #a5cd37;
}

.Light-2-colourmode > .hb-megamenu-categories-banner-button:hover,
.Light-2-colourmode > .hb-megamenu-categories-banner-secondary-button:hover {
	background: transparent;
	color: #111111;
	border: 2px solid #111111;
}

.Dark-colourmode > .hb-megamenu-categories-banner-button,
.Dark-colourmode > .hb-megamenu-categories-banner-secondary-button {
	background: #ffffff;
	color: #000000;
	border: 2px solid #ffffff;
}

.Dark-colourmode > .hb-megamenu-categories-banner-button:hover,
.Dark-colourmode > .hb-megamenu-categories-banner-secondary-button:hover {
	background: transparent;
	color: #ffffff;
	border: 2px solid #ffffff;
}


@media (min-width: 768px) and (max-width: 991px) {
	.custom-container:has(> .hb-megamenu-categories-banner-info-wrap) {
		width: auto;
	}
}

@media (max-width: 998px) {
	.hb-block-megamenucategory {
		display: none;
		visibility: hidden;
	}
}


@media (max-width: 768px) {
	.hb-block-megamenucategory .hb-main-pic-wrap {
		margin-top: 20px;
	}
}


/* ============== Slider Colour Options ============== */

.Light-colourmode .slick-slider .slick-arrow,
.Light-2-colourmode .slick-slider .slick-arrow {
	background: url("data:image/svg+xml,%3Csvg%20fill%3D%22%23111111%22%20width%3D%2240px%22%20height%3D%2240px%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M17.92%2C11.62a1%2C1%2C0%2C0%2C0-.21-.33l-5-5a1%2C1%2C0%2C0%2C0-1.42%2C1.42L14.59%2C11H7a1%2C1%2C0%2C0%2C0%2C0%2C2h7.59l-3.3%2C3.29a1%2C1%2C0%2C0%2C0%2C0%2C1.42%2C1%2C1%2C0%2C0%2C0%2C1.42%2C0l5-5a1%2C1%2C0%2C0%2C0%2C.21-.33A1%2C1%2C0%2C0%2C0%2C17.92%2C11.62Z%22%2F%3E%3C%2Fsvg%3E") center no-repeat !important;
}

.Dark-colourmode .slick-slider .slick-arrow {
	background: url("data:image/svg+xml,%3Csvg%20fill%3D%22%23FFFFFF%22%20width%3D%2240px%22%20height%3D%2240px%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M17.92%2C11.62a1%2C1%2C0%2C0%2C0-.21-.33l-5-5a1%2C1%2C0%2C0%2C0-1.42%2C1.42L14.59%2C11H7a1%2C1%2C0%2C0%2C0%2C0%2C2h7.59l-3.3%2C3.29a1%2C1%2C0%2C0%2C0%2C0%2C1.42%2C1%2C1%2C0%2C0%2C0%2C1.42%2C0l5-5a1%2C1%2C0%2C0%2C0%2C.21-.33A1%2C1%2C0%2C0%2C0%2C17.92%2C11.62Z%22%2F%3E%3C%2Fsvg%3E") center no-repeat !important;
}

.Light-colourmode .slick-dots li button,
.Light-2-colourmode .slick-dots li button {
	border: 1px solid #111111;
}

.Light-colourmode .slick-dots li button:hover, 
.Light-colourmode .slick-dots li .quote-details-items .actions-toolbar > .action:hover,
.Light-colourmode .slick-dots li.slick-active button, 
.Light-colourmode .slick-dots li.slick-active .quote-details-items .actions-toolbar > .action,
.Light-2-colourmode .slick-dots li button:hover, 
.Light-2-colourmode .slick-dots li .quote-details-items .actions-toolbar > .action:hover,
.Light-2-colourmode .slick-dots li.slick-active button, 
.Light-2-colourmode .slick-dots li.slick-active .quote-details-items .actions-toolbar > .action {
	background: #111111;
	border: 1px solid #111111;
}

.Dark-colourmode .slick-dots li button {
	border: 1px solid #ffffff;
}

.Dark-colourmode .slick-dots li button:hover, 
.Dark-colourmode .slick-dots li .quote-details-items .actions-toolbar > .action:hover,
.Dark-colourmode .slick-dots li.slick-active button, 
.Dark-colourmode .slick-dots li.slick-active .quote-details-items .actions-toolbar > .action {
	background: #ffffff;
	border: 1px solid #ffffff;
}


/* ============== Alert (Top) ============== */

.hb-block-alert {
	padding: 10px;
	text-align: center;
	background: #333333;
	color: #ffffff;
	font-weight: bold;
}

.hb-block-alert p {
	font-weight: bold;
	font-size: 16px!important;
}

.hb-block-alert a {
	color: #ffffff;
	font-weight: bold;
}

.hb-block-alert a:hover {
	text-decoration: none;
}


/* ============== Table ============== */

table {
	border-collapse: collapse;
	width: 100%;
}

td, 
th {
	border: 1px solid #dddddd;
	padding: 15px;
}

tr:nth-child(even) {
	background-color: #f2f2f2;
}

th {
	text-align: center;
	background-color: #a5cd37;
	color: #000000;
	font-weight: bold;
}

.hb-table-wrapper {
	overflow-x: auto;
}

table.hb-table {
	border-collapse: collapse;
	width: 100%;
}

td.hb-table-data, 
th.hb-table-heading {
	border: 1px solid #dddddd;
	padding: 15px;
}

.hb-table-data-bold {
	font-weight: bold;
}

tr.hb-table-row:nth-child(even) {
	background-color: #f2f2f2;
}

th.hb-table-heading {
	text-align: center;
	background-color: #a5cd37;
	color: #000000;
	font-weight: bold;
}


/* ============== Products ============== */

.hb-product-container .product-items.widget-product-grid {
	justify-content: center;
}

.hb-product-container .hb-product-listrow-three .block.widget .products-grid .product-items {
	column-gap: 6%;
}

.hb-product-container .hb-product-listrow-four .block.widget .products-grid .product-items .product-item {
	width: calc(20% - 18px) !important;
}

.hb-product-container .hb-product-listrow-five .block.widget .products-grid .product-items .product-item {
	width: calc(17%) !important;
}

.hb-product-container .hb-product-listrow-six .block.widget .products-grid .product-items .product-item {
	width: calc(14%) !important;
}

.hb-product-container .product-item .product-item-info .product-item-link {
	-webkit-line-clamp: 3;
}

.hb-product-container .Light-2-colourmode .product-item {
	background: none;
}

.hb-product-container .Dark-colourmode .product-item {
	background: none;
}

.hb-product-container .Dark-colourmode .product-item a {
	color: #ffffff;
}

.products.list.items.product-items.slick-initialized.slick-slider .item.product.product-item .product-image-wrapper {
	border-radius: 25px;
}

@media (max-width: 768px) {
	.hb-product-container .hb-product-listrow-three .block.widget .products-grid .product-items .product-item,
	.hb-product-container .hb-product-listrow-four .block.widget .products-grid .product-items .product-item,
	.hb-product-container .hb-product-listrow-five .block.widget .products-grid .product-items .product-item,
	.hb-product-container .hb-product-listrow-six .block.widget .products-grid .product-items .product-item {
		width: calc(45%) !important;
	}
}

@media (max-width: 400px) {
	.hb-product-container .hb-product-listrow-three .block.widget .products-grid .product-items .product-item,
	.hb-product-container .hb-product-listrow-four .block.widget .products-grid .product-items .product-item,
	.hb-product-container .hb-product-listrow-five .block.widget .products-grid .product-items .product-item,
	.hb-product-container .hb-product-listrow-six .block.widget .products-grid .product-items .product-item {
		width: calc(100%) !important;
	}
}


/* ============== Navigation (Mega Menu) ============== */

.hb-navigation-megamenu-container {
	width: 100%;
}

.hb-navigation-megamenu-wrap {
	width: 95%;
	height: 100%;
}

.hb-navigation-border {
	border-left: 1px solid #efefef;
	padding-left: 30px;
}

.hb-navigation-split:first-child .hb-navigation-megamenu-wrap  {
	border-left: none;
}

.hb-navigation-megamenu-container .hb-megamenu-navigation-link a {
	display: inline-block;
	width: 95%;
	line-height: 1.1;
	padding: 9px 20px 9px 10px !important;
	font-weight: 400;
	font-size: 1.7rem;
	color: #313131;
}

.hb-navigation-megamenu-container .hb-megamenu-navigation-link a:hover {
	background: #efefef;

}

.hb-navigation-megamenu-container .hb-megamenu-header {
	margin-bottom: 12px;
	text-transform: uppercase;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.3pt;
	min-height: 24px;
}

.hb-navigation-megamenu-container .hb-megamenu-headerspace {
	min-height: 24px;
	margin-bottom: 12px;
}

@media (max-width: 767px) {
	.hb-navigation-border {
		padding-left: 0;
		border: none;
	}

	.hb-navigation-megamenu-container .hb-megamenu-header {
		margin-top: 20px;
		margin-bottom: 5px;
	}

	.hb-navigation-megamenu-container .hb-navigation-split:first-child .hb-megamenu-header {
		margin-top: 0;
	}

	.hb-navigation-megamenu-container .hb-megamenu-headerspace {
		min-height: 0;
		margin: 0;
	}

	.hb-navigation-megamenu-container .hb-megamenu-navigation-link a,
	.hb-navigation-megamenu-wrap {
		width: 100%;
		font-size: 1.6rem;
	}
}

.nav-column-force {
	display: block;
}

.nav-filler-banner {
	background-color: #000000;
	background-size: cover;
	background-position: center;
    border-radius: 25px;
    height: -webkit-fill-available;
    min-height: 300px;
    color: #ffffff;
    position: relative;
    margin-top: -30px;
    margin-bottom: -30px;
}

.nav-filler-banner-text {
	font-weight: 700;
    border-bottom: 8px solid #00e6c8;
    line-height: 1.3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 20px;
    width: 100%;
    max-width: 80%;
}

.nav-filler-banner-bg-waveform-blue {
	background-image: url("https://cdn.media.amplience.net/i/midwichgroup/BPM Gradients-09");
}

.nav-filler-banner-bg-waveform-purple {
	background-image: url("https://cdn.media.amplience.net/i/midwichgroup/BPM Gradients-11");
}

.nav-filler-banner-bg-waveform-orange {
	background-image: url("https://cdn.media.amplience.net/i/midwichgroup/BPM Gradients-07");
}

.nav-filler-banner-bg-waveform-violet {
	background-image: url("https://cdn.media.amplience.net/i/midwichgroup/BPM Gradients-03");
}

.nav-filler-banner-bg-waveform-teal {
	background-image: url("https://cdn.media.amplience.net/i/midwichgroup/BPM Gradients-12");
}

.nav-filler-banner-bg-waveform-yellow {
	background-image: url("https://cdn.media.amplience.net/i/midwichgroup/BPM Gradients-08");
}

.nav-filler-vertical-align {
	align-items: center;
}

.col-md-2:has(.nav-filler-banner),
.col-md-3:has(.nav-filler-banner),
.col-md-4:has(.nav-filler-banner),
.col-md-5:has(.nav-filler-banner),
.col-md-6:has(.nav-filler-banner) {
	align-self: stretch;
}

.col-md-6 .nav-filler-banner .nav-filler-banner-text,
.col-md-5 .nav-filler-banner .nav-filler-banner-text,
.col-md-4 .nav-filler-banner .nav-filler-banner-text {
	font-size: 30pt;
}

.col-md-3 .nav-filler-banner .nav-filler-banner-text {
	font-size: 27pt;
}

.col-md-2 .nav-filler-banner .nav-filler-banner-text {
	font-size: 24pt;
}

@media (max-width: 998px) {
	.mega [data-content-type=row][data-appearance=contained] {
		margin-left: 5px!important;
	}
}

@media (max-width: 767px) {
	.nav-filler-banner {
		display: none;
		visibility: hidden;
	}
}


/* ============== Navigation (Footer) ============== */

.hb-navigation-footer-container {
	background: #313131;
	color: #ffffff;
}

.hb-footer-navigation-link {
	margin-bottom: 15px;
}

body .footer-links .footer-columns__column .block-content a,
.hb-footer-navigation-link a {
	font-size: 1.6rem;
	color: #ffffff;
}

body .footer-links .footer-columns__column .block-content a:hover,
.hb-footer-navigation-link a:hover,
.footer__lower .footer-lower__inner [data-content-type=row]>div ul li a:hover {
	text-decoration: underline;
}

.page-footer {
	color: #ffffff;
}

.footer-columns__column .block-title.title {
	color: #ffffff;
}

@media (min-width: 999px) {
	.footer-links .footer-columns__column:first-of-type {
		min-width: 500px;
	}
}

.hb-navigation-footer-container .hb-button {
	margin-bottom: 15px;
}

@media (max-width: 998px) {
	.footer-columns__column ._active:not(:has(.hb-navigation-footer-container)) {
		display: none;
		visibility: hidden;
	}
}


/* ============== Navigation (Footer Copyright) ============== */

.hb-navigation-footer-copyright-container {
	background: none;
	color: #ffffff;
}

.hb-footer-copyright {
	display: inline;
	margin-right: 20px;
	color: #ffffff;
}

.hb-footer-copyright-navigation-link {
	display: inline;
}

.hb-footer-copyright-navigation-link a {
	color: #ffffff;
	text-decoration: underline;
	font-size: 14px;
}

.hb-footer-copyright-navigation-link a:hover {
	text-decoration: none;
}

.hb-footer-copyright-navigation-link:after {
	content: "";
	border-right: 1px solid #ffffff;
	padding-right: 10px;
	margin-right: 6px;
}

.hb-footer-copyright-navigation-link:last-child:after {
	border-right: none;
	padding: 0;
	margin: 0;
}

@media (min-width: 999px) {
    .footer__lower {
    	padding: 20px 25px 20px 0;
    }
}


/* ============== Banners ============== */

.hb-main-banner {
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	margin: 0 auto;
	background-color: #efefef;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 500px;
	min-height: 500px;
	max-height: 500px;
}

.hb-main-banner .container {
	position: absolute;
	margin: 0 auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.hb-main-banner .container,
.hb-main-banner .container .row {
	height: 100%;
}

.hb-main-banner .hb-hide {
	display: none;
}

.hb-main-banner .hb-main-banner-info {
	font-size: 22px;
	background: none;
	color: #000;
	padding: 15px;
	min-width: 200px;
}

.hb-main-banner .hb-main-banner-pic {
	max-width: 100%;
	display: block;
}

.hb-main-banner-pic-wrap {
	position: relative;
}

.hb-main-banner-gradientoverlay-Light-left::after,
.hb-main-banner-gradientoverlay-Light-right::after,
.hb-main-banner-gradientoverlay-Light-top::after,
.hb-main-banner-gradientoverlay-Light-bottom::after,
.hb-main-banner-gradientoverlay-Dark-left::after,
.hb-main-banner-gradientoverlay-Dark-right::after,
.hb-main-banner-gradientoverlay-Dark-top::after,
.hb-main-banner-gradientoverlay-Dark-bottom::after,
.hb-main-banner-fulloverlay-Light::after,
.hb-main-banner-fulloverlay-Dark::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.hb-main-banner-gradientoverlay-Light-left::after {
	background-image: -webkit-linear-gradient( 90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient( 90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.hb-main-banner-gradientoverlay-Light-right::after {
	background-image: -webkit-linear-gradient( 270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient( 270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.hb-main-banner-gradientoverlay-Light-bottom::after {
	background-image: -webkit-linear-gradient( 0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient( 0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.hb-main-banner-gradientoverlay-Light-top::after {
	background-image: -webkit-linear-gradient( 180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient( 180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.hb-main-banner-gradientoverlay-Dark-left::after {
	background-image: -webkit-linear-gradient( 90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient( 90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.hb-main-banner-gradientoverlay-Dark-right::after {
	background-image: -webkit-linear-gradient( 270deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient( 270deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.hb-main-banner-gradientoverlay-Dark-bottom::after {
	background-image: -webkit-linear-gradient( 0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient( 0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.hb-main-banner-gradientoverlay-Dark-top::after {
	background-image: -webkit-linear-gradient( 180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient( 180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.hb-main-banner-fulloverlay-Light::after {
	background: rgba(255, 255, 255, 0.8);
}

.hb-main-banner-fulloverlay-Dark::after {
	background: rgba(0, 0, 0, 0.7);
}

.hb-banner-img-alignment-0, 
.hb-banner-img-alignment-1,
.hb-banner-img-alignment-2,
.hb-banner-img-alignment-3,
.hb-banner-img-alignment-4,
.hb-banner-img-alignment-5, 
.hb-banner-img-alignment-6,
.hb-banner-img-alignment-7,
.hb-banner-img-alignment-8,
.hb-banner-img-alignment-9,
.hb-banner-img-alignment-10, 
.hb-banner-img-alignment-11,
.hb-banner-img-alignment-12,
.hb-banner-img-alignment-13,
.hb-banner-img-alignment-14,
.hb-banner-img-alignment-15, 
.hb-banner-img-alignment-16,
.hb-banner-img-alignment-17,
.hb-banner-img-alignment-18,
.hb-banner-img-alignment-19,
.hb-banner-img-alignment-20, 
.hb-banner-img-alignment-21,
.hb-banner-img-alignment-22,
.hb-banner-img-alignment-23,
.hb-banner-img-alignment-24,
.hb-banner-img-alignment-25, 
.hb-banner-img-alignment-26,
.hb-banner-img-alignment-27,
.hb-banner-img-alignment-28,
.hb-banner-img-alignment-29,
.hb-banner-img-alignment-30, 
.hb-banner-img-alignment-31,
.hb-banner-img-alignment-32,
.hb-banner-img-alignment-33,
.hb-banner-img-alignment-34,
.hb-banner-img-alignment-35, 
.hb-banner-img-alignment-36,
.hb-banner-img-alignment-37,
.hb-banner-img-alignment-38,
.hb-banner-img-alignment-39,
.hb-banner-img-alignment-40, 
.hb-banner-img-alignment-41,
.hb-banner-img-alignment-42,
.hb-banner-img-alignment-43,
.hb-banner-img-alignment-44,
.hb-banner-img-alignment-45, 
.hb-banner-img-alignment-46,
.hb-banner-img-alignment-47,
.hb-banner-img-alignment-48,
.hb-banner-img-alignment-49,
.hb-banner-img-alignment-50, 
.hb-banner-img-alignment-51,
.hb-banner-img-alignment-52,
.hb-banner-img-alignment-53,
.hb-banner-img-alignment-54,
.hb-banner-img-alignment-55, 
.hb-banner-img-alignment-56,
.hb-banner-img-alignment-57,
.hb-banner-img-alignment-58,
.hb-banner-img-alignment-59,
.hb-banner-img-alignment-60, 
.hb-banner-img-alignment-61,
.hb-banner-img-alignment-62,
.hb-banner-img-alignment-63,
.hb-banner-img-alignment-64,
.hb-banner-img-alignment-65, 
.hb-banner-img-alignment-66,
.hb-banner-img-alignment-67,
.hb-banner-img-alignment-68,
.hb-banner-img-alignment-69,
.hb-banner-img-alignment-70, 
.hb-banner-img-alignment-71,
.hb-banner-img-alignment-72,
.hb-banner-img-alignment-73,
.hb-banner-img-alignment-74,
.hb-banner-img-alignment-75, 
.hb-banner-img-alignment-76,
.hb-banner-img-alignment-77,
.hb-banner-img-alignment-78,
.hb-banner-img-alignment-79,
.hb-banner-img-alignment-80, 
.hb-banner-img-alignment-81,
.hb-banner-img-alignment-82,
.hb-banner-img-alignment-83,
.hb-banner-img-alignment-84,
.hb-banner-img-alignment-85, 
.hb-banner-img-alignment-86,
.hb-banner-img-alignment-87,
.hb-banner-img-alignment-88,
.hb-banner-img-alignment-89,
.hb-banner-img-alignment-90, 
.hb-banner-img-alignment-91,
.hb-banner-img-alignment-92,
.hb-banner-img-alignment-93,
.hb-banner-img-alignment-94,
.hb-banner-img-alignment-95,
.hb-banner-img-alignment-96,
.hb-banner-img-alignment-97,
.hb-banner-img-alignment-98,
.hb-banner-img-alignment-99,
.hb-banner-img-alignment-100 {
	object-position: center;
}

@media (max-width: 767px) {
	.hb-banner-img-alignment-0 {
		object-position: left;
	}

	.hb-banner-img-alignment-1 {
		object-position: 1%;
	}

	.hb-banner-img-alignment-2 {
		object-position: 2%;
	}

	.hb-banner-img-alignment-3 {
		object-position: 3%;
	}

	.hb-banner-img-alignment-4 {
		object-position: 4%;
	}

	.hb-banner-img-alignment-5 {
		object-position: 5%;
	}

	.hb-banner-img-alignment-6 {
		object-position: 6%;
	}

	.hb-banner-img-alignment-7 {
		object-position: 7%;
	}

	.hb-banner-img-alignment-8 {
		object-position: 8%;
	}

	.hb-banner-img-alignment-9 {
		object-position: 9%;
	}

	.hb-banner-img-alignment-10 {
		object-position: 10%;
	}

	.hb-banner-img-alignment-11 {
		object-position: 11%;
	}

	.hb-banner-img-alignment-12 {
		object-position: 12%;
	}

	.hb-banner-img-alignment-13 {
		object-position: 13%;
	}

	.hb-banner-img-alignment-14 {
		object-position: 14%;
	}

	.hb-banner-img-alignment-15 {
		object-position: 15%;
	}

	.hb-banner-img-alignment-16 {
		object-position: 16%;
	}

	.hb-banner-img-alignment-17 {
		object-position: 17%;
	}

	.hb-banner-img-alignment-18 {
		object-position: 18%;
	}

	.hb-banner-img-alignment-19 {
		object-position: 19%;
	}

	.hb-banner-img-alignment-20 {
		object-position: 20%;
	}

	.hb-banner-img-alignment-21 {
		object-position: 21%;
	}

	.hb-banner-img-alignment-22 {
		object-position: 22%;
	}

	.hb-banner-img-alignment-23 {
		object-position: 23%;
	}

	.hb-banner-img-alignment-24 {
		object-position: 24%;
	}

	.hb-banner-img-alignment-25 {
		object-position: 25%;
	}

	.hb-banner-img-alignment-26 {
		object-position: 26%;
	}

	.hb-banner-img-alignment-27 {
		object-position: 27%;
	}

	.hb-banner-img-alignment-28 {
		object-position: 28%;
	}

	.hb-banner-img-alignment-29 {
		object-position: 29%;
	}

	.hb-banner-img-alignment-30 {
		object-position: 30%;
	}

	.hb-banner-img-alignment-31 {
		object-position: 31%;
	}

	.hb-banner-img-alignment-32 {
		object-position: 32%;
	}

	.hb-banner-img-alignment-33 {
		object-position: 33%;
	}

	.hb-banner-img-alignment-34 {
		object-position: 34%;
	}

	.hb-banner-img-alignment-35 {
		object-position: 35%;
	}

	.hb-banner-img-alignment-36 {
		object-position: 36%;
	}

	.hb-banner-img-alignment-37 {
		object-position: 37%;
	}

	.hb-banner-img-alignment-38 {
		object-position: 38%;
	}

	.hb-banner-img-alignment-39 {
		object-position: 39%;
	}

	.hb-banner-img-alignment-40 {
		object-position: 40%;
	}

	.hb-banner-img-alignment-41 {
		object-position: 41%;
	}

	.hb-banner-img-alignment-42 {
		object-position: 42%;
	}

	.hb-banner-img-alignment-43 {
		object-position: 43%;
	}

	.hb-banner-img-alignment-44 {
		object-position: 44%;
	}

	.hb-banner-img-alignment-45 {
		object-position: 45%;
	}

	.hb-banner-img-alignment-46 {
		object-position: 46%;
	}

	.hb-banner-img-alignment-47 {
		object-position: 47%;
	}

	.hb-banner-img-alignment-48 {
		object-position: 48%;
	}

	.hb-banner-img-alignment-49 {
		object-position: 49%;
	}

	.hb-banner-img-alignment-50 {
		object-position: center;
	}

	.hb-banner-img-alignment-51 {
		object-position: 51%;
	}

	.hb-banner-img-alignment-52 {
		object-position: 52%;
	}

	.hb-banner-img-alignment-53 {
		object-position: 53%;
	}

	.hb-banner-img-alignment-54 {
		object-position: 54%;
	}

	.hb-banner-img-alignment-55 {
		object-position: 55%;
	}

	.hb-banner-img-alignment-56 {
		object-position: 56%;
	}

	.hb-banner-img-alignment-57 {
		object-position: 57%;
	}

	.hb-banner-img-alignment-58 {
		object-position: 58%;
	}

	.hb-banner-img-alignment-59 {
		object-position: 59%;
	}

	.hb-banner-img-alignment-60 {
		object-position: 60%;
	}

	.hb-banner-img-alignment-61 {
		object-position: 61%;
	}

	.hb-banner-img-alignment-62 {
		object-position: 62%;
	}

	.hb-banner-img-alignment-63 {
		object-position: 63%;
	}

	.hb-banner-img-alignment-64 {
		object-position: 64%;
	}

	.hb-banner-img-alignment-65 {
		object-position: 65%;
	}

	.hb-banner-img-alignment-66 {
		object-position: 66%;
	}

	.hb-banner-img-alignment-67 {
		object-position: 67%;
	}

	.hb-banner-img-alignment-68 {
		object-position: 68%;
	}

	.hb-banner-img-alignment-69 {
		object-position: 69%;
	}

	.hb-banner-img-alignment-70 {
		object-position: 70%;
	}

	.hb-banner-img-alignment-71 {
		object-position: 71%;
	}

	.hb-banner-img-alignment-72 {
		object-position: 72%;
	}

	.hb-banner-img-alignment-73 {
		object-position: 73%;
	}

	.hb-banner-img-alignment-74 {
		object-position: 74%;
	}

	.hb-banner-img-alignment-75 {
		object-position: 75%;
	}

	.hb-banner-img-alignment-76 {
		object-position: 76%;
	}

	.hb-banner-img-alignment-77 {
		object-position: 77%;
	}

	.hb-banner-img-alignment-78 {
		object-position: 78%;
	}

	.hb-banner-img-alignment-79 {
		object-position: 79%;
	}

	.hb-banner-img-alignment-80 {
		object-position: 80%;
	}

	.hb-banner-img-alignment-81 {
		object-position: 81%;
	}

	.hb-banner-img-alignment-82 {
		object-position: 82%;
	}

	.hb-banner-img-alignment-83 {
		object-position: 83%;
	}

	.hb-banner-img-alignment-84 {
		object-position: 84%;
	}

	.hb-banner-img-alignment-85 {
		object-position: 85%;
	}

	.hb-banner-img-alignment-86 {
		object-position: 86%;
	}

	.hb-banner-img-alignment-87 {
		object-position: 87%;
	}

	.hb-banner-img-alignment-88 {
		object-position: 88%;
	}

	.hb-banner-img-alignment-89 {
		object-position: 89%;
	}

	.hb-banner-img-alignment-90 {
		object-position: 90%;
	}

	.hb-banner-img-alignment-91 {
		object-position: 91%;
	}

	.hb-banner-img-alignment-92 {
		object-position: 92%;
	}

	.hb-banner-img-alignment-93 {
		object-position: 93%;
	}

	.hb-banner-img-alignment-94 {
		object-position: 94%;
	}

	.hb-banner-img-alignment-95 {
		object-position: 95%;
	}

	.hb-banner-img-alignment-96 {
		object-position: 96%;
	}

	.hb-banner-img-alignment-97 {
		object-position: 97%;
	}

	.hb-banner-img-alignment-98 {
		object-position: 98%;
	}

	.hb-banner-img-alignment-99 {
		object-position: 99%;
	}

	.hb-banner-img-alignment-100 {
		object-position: right;
	}
}

.hb-main-banner .hb-main-banner-pic img {
	width: 100%;
}

.hb-main-banner-pic-wrap,
.hb-main-banner-pic-wrap > .hb-main-image,
.hb-main-banner-pic-wrap > .hb-main-image > img {
	width: 100%;
	height: 100%;
}

.hb-main-banner-pic-wrap > .hb-main-image > img {
	object-fit: cover;
}

.hb-main-banner .hb-main-banner-img {
	width: 100%;
	display: block;
}

.hb-main-banner .hb-main-banner-info-wrap {
	color: #fff;
	height: 100%;
	white-space: normal;
}

.hb-main-banner .hb-main-banner-info-wrap:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -1em;
}

.hb-main-banner .hb-main-banner-info {
	display: inline-block;
	vertical-align: middle;
}

.hb-main-banner-overlay-wrap img {
	max-width: 600px;
	max-height: 370px;
}

.hb-main-banner-logoareaimage {
	margin-bottom: 25px;
}

.hb-main-banner-logoareaimage,
.hb-main-banner-logoareaimage > .hb-main-image {
	display: inline-block;
}

.hb-main-banner-logoareaimage > .hb-main-image {
	margin-right: 20px;
}

.hb-main-banner-logoareaimage img {
	max-width: 200px;
	max-height: 80px;
	width: 100%;
	height: auto;
}

@media (max-width: 1199px) {
	.hb-main-banner-overlay-wrap img {
		max-width: 100%;
	}
}

@media (min-width: 767px) and (max-width: 991px) {
	.hb-main-banner-logoareaimage img {
		margin-top: -10px;
	}
}

@media (max-width: 768px) {
	.hb-main-banner-logoareaimage img {
		max-width: 170px;
	}

	.hb-main-banner-overlay-wrap img {
		max-width: 90%;
		max-height: 220px;
	}
}

.hb-main-banner-info-wrap .Light-colourmode {
	background: none!important;
	color: #111111!important;
}

.hb-main-banner-info-wrap .Light-2-colourmode {
	background: none!important;
	color: #111111!important;
}

.hb-main-banner-info-wrap .Dark-colourmode {
	background: none!important;
	color: #ffffff!important;
}

.hb-main-banner-header h1, 
.hb-main-banner-header h2 {
	font-size: 48px!important;
}

.hb-main-banner-header:only-child  h1 {
	margin-bottom: 0;
}

.hb-main-banner-subheader {
	margin-bottom: 10px;
}

.hb-main-banner-subheader h3 {
	font-size: 24px!important;
	line-height: 1.4;
}

.hb-main-banner .hb-main-banner-button,
.hb-main-banner .hb-main-banner-secondary-button {
	font-weight: 700;
	font-size: 16px;
	min-width: 160px;
	text-align: center;
	line-height: 1.4;
	white-space: nowrap;
	text-transform: none;
	letter-spacing: normal;
	border-radius: 50px;
	transition: all 0.3s ease 0s;
	margin-top: 15px;
	text-decoration: none;
	box-sizing: border-box;
	min-height: 48px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 11px 30px;
	display: inline-block;
	width: fit-content;
}

.hb-main-banner-button:has(+ .hb-main-banner-secondary-button) {
	margin-right: 10px;
}

.hb-main-banner-overlay-wrap {
	justify-content: center;
}

.Light-colourmode > .hb-main-banner-button,
.Light-colourmode > .hb-main-banner-secondary-button {
	background: #111111;
	color: #ffffff;
	border: 2px solid #111111;
}

.Light-colourmode > .hb-main-banner-button:hover,
.Light-colourmode > .hb-main-banner-secondary-button:hover {
	background: transparent;
	color: #111111;
	border: 2px solid #111111;
}

.Light-2-colourmode > .hb-main-banner-button,
.Light-2-colourmode > .hb-main-banner-secondary-button {
	background: #a5cd37;
	color: #000000;
	border: 2px solid #a5cd37;
}

.Light-2-colourmode > .hb-main-banner-button:hover,
.Light-2-colourmode > .hb-main-banner-secondary-button:hover {
	background: transparent;
	color: #111111;
	border: 2px solid #111111;
}

.Dark-colourmode > .hb-main-banner-button,
.Dark-colourmode > .hb-main-banner-secondary-button {
	background: #ffffff;
	color: #000000;
	border: 2px solid #ffffff;
}

.Dark-colourmode > .hb-main-banner-button:hover,
.Dark-colourmode > .hb-main-banner-secondary-button:hover {
	background: transparent;
	color: #ffffff;
	border: 2px solid #ffffff;
}

@media (max-width: 1200px) {
	.hb-main-banner-header h1, 
	.hb-main-banner-header h2 {
		font-size: 42px!important;
	}

	.hb-main-banner-subheader h3 {
		font-size: 22px !important;
	}

	.hb-main-banner-logoareaimage img {
		max-height: 70px;
	}
}

@media (min-width: 999px) and (max-width: 1100px) {
	.level0.horizontal-root > li.mega > .mega {
		padding-left: 20px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.custom-container:has(> .hb-main-banner-info-wrap) {
		width: auto;
	}
}

@media (max-width: 992px) {
	.hb-main-banner-header h1,
	.hb-main-banner-header h2 {
		font-size: 36px !important;
	}

	.hb-main-banner-subheader h3 {
		font-size: 20px !important;
	}
}

@media (max-width: 767px) {
	.hb-main-banner {
		height: 500px;
		max-height: 500px;
	}

	.hb-main-banner .container .row {
		align-content: center;
	}

	.hb-main-banner-overlay-wrap {
		width: 80%;
		margin: 0 auto;
	}

	.hb-main-banner .hb-main-banner-info-wrap {
		height: fit-content;
	}

	.hb-main-banner-header h1, 
	.hb-main-banner-header h2 {
		font-size: 26px !important;
		margin-bottom: 5px !important;
		margin-top: 0;
	}

	.hb-main-banner-subheader h3 {
		font-size: 18px!important;
		margin-top: 12px!important;
	}

	.hb-main-banner-description p {
		font-size: 16px;
	}

	.order-xs-1 {
		order: 1 !important;
	}

	.order-xs-2 {
		order: 2 !important;
	}

	.hb-main-banner .hb-main-banner-button, 
	.hb-main-banner .hb-main-banner-secondary-button {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.hb-main-banner-logoareaimage > .hb-main-image {
		margin-right: 5px;
	}

	.hb-main-banner-logoareaimage,
	.hb-main-banner-logoareaimage img {
		max-height: 60px;
		margin-bottom: 10px;
	}

	.hb-main-banner.hb-main-banner-stack-mobile .hb-main-banner-pic-wrap,
	.hb-main-banner.hb-main-banner-stack-mobile .hb-videohero-container {
		height: 40%;
		min-height: 40%;
	}

	.hb-main-banner.hb-main-banner-stack-mobile .container {
		position: relative;
	}

	.hb-main-banner.hb-main-banner-stack-mobile .container,
	.hb-main-banner.hb-main-banner-stack-mobile .row {
		height: auto;
	}  

	.hb-main-banner.hb-main-banner-stack-mobile:has(.Light-colourmode),
	.hb-main-banner.hb-main-banner-stack-mobile:has(.Light-2-colourmode) {
		background: none;
	}

	.hb-main-banner.hb-main-banner-stack-mobile:has(.Dark-colourmode) {
		background: black;
	}

	.hb-main-banner.hb-main-banner-stack-mobile {
		height: 500px;
		max-height: 500px;
	}

	.hb-main-banner.hb-main-banner-stack-mobile .container .row {
		align-self: center;
		justify-self: center;
		height: 295px;
		width: -moz-available;
		width: -webkit-fill-available;
	}

	.hb-main-banner.hb-main-banner-stack-mobile .hb-main-banner-info {
		padding: 25px 20px 15px 20px;
	}

	.hb-main-banner.hb-main-banner-stack-mobile .hb-main-banner-info-wrap {
		display: flex;
	    justify-content: center;
	    align-items: center;
	}
}


/* ============== Secondary Banners ============== */

.hb-secondary-banner {
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	margin: 0 auto;
	background-color: #efefef;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 400px;
	min-height: 400px;
	max-height: 400px;
}

.hb-secondary-banner .container {
	position: absolute;
	margin: 0 auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.hb-secondary-banner .container,
.hb-secondary-banner .container .row {
	height: 100%;
}

.hb-secondary-banner .hb-hide {
	display: none;
}

.hb-secondary-banner-gradientoverlay-Light-left::after,
.hb-secondary-banner-gradientoverlay-Light-right::after,
.hb-secondary-banner-gradientoverlay-Light-top::after,
.hb-secondary-banner-gradientoverlay-Light-bottom::after,
.hb-secondary-banner-gradientoverlay-Dark-left::after,
.hb-secondary-banner-gradientoverlay-Dark-right::after,
.hb-secondary-banner-gradientoverlay-Dark-top::after,
.hb-secondary-banner-gradientoverlay-Dark-bottom::after,
.hb-secondary-banner-fulloverlay-Light::after,
.hb-secondary-banner-fulloverlay-Dark::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.hb-secondary-banner-gradientoverlay-Light-left::after {
	background-image: -webkit-linear-gradient( 90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient( 90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.hb-secondary-banner-gradientoverlay-Light-right::after {
	background-image: -webkit-linear-gradient( 270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient( 270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.hb-secondary-banner-gradientoverlay-Light-bottom::after {
	background-image: -webkit-linear-gradient( 0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient( 0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.hb-secondary-banner-gradientoverlay-Light-top::after {
	background-image: -webkit-linear-gradient( 180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient( 180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.hb-secondary-banner-gradientoverlay-Dark-left::after {
	background-image: -webkit-linear-gradient( 90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient( 90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.hb-secondary-banner-gradientoverlay-Dark-right::after {
	background-image: -webkit-linear-gradient( 270deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient( 270deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.hb-secondary-banner-gradientoverlay-Dark-bottom::after {
	background-image: -webkit-linear-gradient( 0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient( 0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.hb-secondary-banner-gradientoverlay-Dark-top::after {
	background-image: -webkit-linear-gradient( 180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient( 180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.hb-secondary-banner-fulloverlay-Light::after {
	background: rgba(255, 255, 255, 0.8);
}

.hb-secondary-banner-fulloverlay-Dark::after {
	background: rgba(0, 0, 0, 0.5);
}

.hb-secondary-banner .hb-secondary-banner-info {
	font-size: 22px;
	background: none;
	color: #000;
	padding: 15px;
	min-width: 200px;
}

.hb-secondary-banner .hb-secondary-banner-pic {
	max-width: 100%;
	display: block;
}

.hb-secondary-banner .hb-secondary-banner-pic img {
	width: 100%;
}

.hb-secondary-banner-pic-wrap,
.hb-secondary-banner-pic-wrap > .hb-main-image,
.hb-secondary-banner-pic-wrap > .hb-main-image > img {
	width: 100%;
	height: 100%;
}

.hb-secondary-banner-pic-wrap > .hb-main-image > img {
	object-fit: cover;
}

.hb-secondary-banner .hb-secondary-banner-img {
	width: 100%;
	display: block;
}

.hb-secondary-banner .hb-secondary-banner-info-wrap {
	color: #fff;
	height: 100%;
	white-space: normal;
}

.hb-secondary-banner .hb-secondary-banner-info-wrap:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -1em;
}

.hb-secondary-banner .hb-secondary-banner-info {
	display: inline-block;
	vertical-align: middle;
}

.hb-secondary-banner .hb-secondary-banner-header h2 {
	font-size: 40px !important;
	line-height: 1.2;
}

.hb-secondary-banner-info-wrap .Light-colourmode {
	background: none!important;
	color: #111111!important;
}

.hb-secondary-banner-info-wrap .Light-2-colourmode {
	background: none!important;
	color: #111111!important;
}

.hb-secondary-banner-info-wrap .Dark-colourmode {
	background: none!important;
	color: #ffffff!important;
}

.hb-secondary-banner .hb-secondary-banner-button {
	font-weight: 700;
	font-size: 16px;
	min-width: 160px;
	text-align: center;
	line-height: 1.4;
	white-space: nowrap;
	text-transform: none;
	letter-spacing: normal;
	border-radius: 50px;
	transition: all 0.3s ease 0s;
	margin-top: 15px;
	text-decoration: none;
	box-sizing: border-box;
	min-height: 48px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 11px 30px;
	display: inline-block;
	width: fit-content;
}

.hb-secondary-banner-overlay-wrap {
	justify-content: center;
}

.Light-colourmode > .hb-secondary-banner-button {
	background: #111111;
	color: #ffffff;
	border: 2px solid #111111;
}

.Light-colourmode > .hb-secondary-banner-button:hover {
	background: transparent;
	color: #111111;
	border: 2px solid #111111;
}

.Light-2-colourmode > .hb-secondary-banner-button {
	background: #a5cd37;
	color: #000000;
	border: 2px solid #a5cd37;
}

.Light-2-colourmode > .hb-secondary-banner-button:hover {
	background: transparent;
	color: #111111;
	border: 2px solid #111111;
}

.Dark-colourmode > .hb-secondary-banner-button {
	background: #ffffff;
	color: #000000;
	border: 2px solid #ffffff;
}

.Dark-colourmode > .hb-secondary-banner-button:hover {
	background: transparent;
	color: #ffffff;
	border: 2px solid #ffffff;
}

@media (max-width: 767px) {
	.hb-secondary-banner {
		min-height: 450px;
		height: 450px;
		max-height: 450px;
	}

	.hb-secondary-banner .container .row {
		align-content: center;
	}

	.hb-secondary-banner .hb-secondary-banner-info-wrap {
		height: fit-content;
	}

	.hb-secondary-banner.hb-secondary-banner-stack-mobile .hb-secondary-banner-pic-wrap {
		height: 50%;
	}

	.hb-secondary-banner.hb-secondary-banner-stack-mobile .container {
		position: relative;
	}

	.hb-secondary-banner.hb-secondary-banner-stack-mobile .container,
	.hb-secondary-banner.hb-secondary-banner-stack-mobile .row {
		height: auto;
	}  

	.hb-secondary-banner.hb-secondary-banner-stack-mobile:has(.Light-colourmode),
	.hb-secondary-banner.hb-secondary-banner-stack-mobile:has(.Light-2-colourmode) {
		background: none;
	}

	.hb-secondary-banner.hb-secondary-banner-stack-mobile:has(.Dark-colourmode) {
		background: black;
	}

	.hb-secondary-banner .hb-secondary-banner-header h2 {
		font-size: 20px !important;
		line-height: 1.3;
		margin-bottom: 0;
		margin-top: 10px;
		text-align: center;
	}

	.hb-secondary-banner-info {
		text-align: center!important;
	}

	.hb-secondary-banner-button {
		margin: 0 auto;
	}

	.hb-secondary-banner.hb-secondary-banner-stack-mobile .container .row {
		align-self: center;
		justify-self: center;
		height: 220px;
	}

	.hb-secondary-banner.hb-secondary-banner-stack-mobile .hb-secondary-banner-info-wrap {
		padding: 25px 20px 15px 20px;
	}

	.hb-secondary-banner.hb-secondary-banner-stack-mobile .hb-secondary-banner-info-wrap {
		display: flex;
	    justify-content: center;
	    align-items: center;
	}
}


/* ============== Map ============== */

#contact-map {
	width: 100%;
	height: 100%;
	min-height: 500px;
	max-height: 500px;
}


/* ============== Form ============== */

.hb-form-container .rendered-form.amform-form {
	max-width: 100%;
}

.hb-form-container .amform-form {
    max-width: 900px;
}

@media (min-width: 660px) {
    .hb-form-container {
        margin: 0 auto;
        width: 100%;
    }
}

.hb-form-container .amform-form-fieldset.fieldset {
    margin-bottom: 10px;
    background: #f9f9f9;
    padding: 40px 40px 10px 40px;
    border-radius: 25px;
    margin-top: 5px;
}

.hb-form-container .amcform-page-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    row-gap: 1%;
    column-gap: 3%;
}

.hb-form-container .amform-form {
    max-width: 100%;
}

.hb-form-container .rendered-form .fieldset .fields .field.form-group {
    width: 100%;
    flex-direction: column;
    flex-basis: 45% !important;
    flex: 1;
    margin: 0;
    margin-bottom: 20px;
    justify-content: center;
}

.hb-form-container .rendered-form .fieldset .fields .field.form-group:has(h2), 
.hb-form-container .rendered-form .fieldset .fields .field.form-group:has(h2)+.field {
    margin-bottom: 20px;
}

.hb-form-container .rendered-form .fieldset .fields .field.form-group.fb-h2 {
    margin-bottom: 0;
}

.hb-form-container .amcform-page-wrap .field {
    justify-content: start;
}

.hb-form-container .amform-versiontwo-label {
    display: inline;
    margin-right: 10px;
    padding-right: 20px;
    word-break: break-word;
}

.hb-form-container .fb-select-label.label,
.hb-form-container .fb-text-label.label,
.hb-form-container .fb-number-label.label,
.hb-form-container .fb-textarea-label.label {
    visibility: hidden;
    display: none!important;
}

.hb-form-container .fb-checkbox-group-label.label,
.hb-form-container .fb-radio-group-label.label {
    margin-bottom: 15px!important;
    margin-top: 10px!important;
}

.hb-form-container .amform-form input[type*=date], 
.hb-form-container .amform-form input[type=email], 
.hb-form-container .amform-form input[type=number], 
.hb-form-container .amform-form input[type=password], 
.hb-form-container .amform-form input[type=search], 
.hb-form-container .amform-form input[type=tel], 
.hb-form-container .amform-form input[type=text], 
.hb-form-container .amform-form input[type=url], 
.hb-form-container .amform-form input.amform-date,
.hb-form-container .amform-form select {
    padding: 20px 16px;
    height: 60px;
    border-radius: 5px;
    border: 1px solid #c2c2c2;
}

.hb-form-container .amform-form input[type=textarea],
.hb-form-container .rendered-form textarea.form-control {
    padding: 20px 16px;
    height: 160px;
    border-radius: 5px;
    border: 1px solid #c2c2c2;
}

.hb-form-container .rendered-form .fieldset .fields .field.form-group:has(textarea.form-control),
.hb-form-container .rendered-form .fieldset .fields .field.form-group:has(div.amform-wysiwyg),
.hb-form-container .rendered-form .fieldset .fields .field.form-group.fb-h2,
.hb-form-container .rendered-form .fieldset .fields .field.form-group.fb-h3,
.hb-form-container .rendered-form .fieldset .fields .field.form-group.fb-checkbox,
.hb-form-container .rendered-form .fieldset .fields .field.form-group.fb-radio,
.hb-form-container .rendered-form .fieldset .fields .field.form-group.fb-date {
    flex-basis: 100%!important;
}

.hb-form-container .rendered-form .fieldset .fields .field.form-group.fb-checkbox:has(.amform-groupv2:last-child:nth-child(1)),
.hb-form-container .rendered-form .fieldset .fields .field.form-group.fb-checkbox:has(.amform-groupv2:last-child:nth-child(2)) {
    flex-basis: 45%!important;
}

.hb-form-container .rendered-form .fieldset .fields .field.form-group.fb-h2,
.hb-form-container .rendered-form .fieldset .fields .field.form-group.fb-h3 {
    margin-top: 15px;
    margin-bottom: 20px;
}

.hb-form-container .amform-form input[type=checkbox] {
    accent-color: #0d6efd;
    width: 20px;
    height: 18px;
    display: inline-block;
    cursor: pointer;
}

.hb-form-container .amform-form ._keyfocus *:focus, 
.hb-form-container .amform-form input:not([disabled]):focus, 
.hb-form-container .amform-form textarea:not([disabled]):focus, 
.hb-form-container .amform-form select:not([disabled]):focus {
    box-shadow: none;
}

.hb-form-container .amform-form .checkbox-group:has(input[type=checkbox]) {
    display: flex;
    gap: 10px;
}

.hb-form-container .amform-form .radio-group {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
}

.hb-form-container .amform-form .radio-group .amform-groupv2 {
    display: flex;
}

.hb-form-container .amform-form input[type=radio] {
    margin-right: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.hb-form-container .rendered-form .fieldset .fields .amcform-toolbar {
    flex-basis: 100% !important;
}

@media (max-width: 998px) {
    .hb-form-container .rendered-form .fieldset .fields .field.form-group,
    .hb-form-container .rendered-form .fieldset .fields .field.form-group.fb-checkbox:has(.amform-groupv2:last-child:nth-child(1)),
    .hb-form-container .rendered-form .fieldset .fields .field.form-group.fb-checkbox:has(.amform-groupv2:last-child:nth-child(2)) {
        flex-basis: 100%!important;
    }
}

@media (max-width: 550px) {
    .hb-form-container .amform-form .checkbox-group:has(input[type=checkbox]),
    .hb-form-container .amform-form .radio-group {
        display: block;
    }

    .hb-form-container .rendered-form .fieldset .fields .field.form-group.fb-checkbox .amform-groupv2,
    .hb-form-container .rendered-form .fieldset .fields .field.form-group.fb-radio .amform-groupv2 {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}


/* ============== Login Page ============== */

body.customer-account-login .login-container {
	max-width: 100%;
}


/* ============== CMS Registration Form ============== */

body.cms-registration .page-main {
	max-width: 1100px;
}

body.cms-registration .page-main .amform-form {
	max-width: 900px;
}

body.cms-registration #htwo-1753958095736, 
body.customer-account-create #htwo-1753958095736 {
	margin-bottom: 25px !important;
}

@media (min-width: 999px) {
	body.cms-registration .page-main {
		padding-top: 2%;
		padding-bottom: 80px;
	}
}

@media (min-width: 660px) {
	body.cms-registration .page-main {
		padding-top: 20px 15px 60px;
		margin: 0 auto;
		width: 100%;
	}
}

body.cms-registration .page-main .amform-form-fieldset.fieldset {
	margin-bottom: 10px;
	background: #f9f9f9;
	padding: 40px 40px 10px 40px;
	border-radius: 25px;
	margin-top: 5px;
}

body.cms-registration .page-main .amcform-page-wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	row-gap: 1%;
	column-gap: 3%;
}

body.cms-registration .page-main .amform-form {
	max-width: 100%;
}

body.cms-registration .page-main .rendered-form .fieldset .fields .field.form-group {
	width: 100%;
	flex-direction: column;
	flex-basis: 45% !important;
	flex: 1;
	margin: 0;
	margin-bottom: 20px;
	justify-content: center;
}

html .cms-registration .rendered-form .fieldset .fields .field.form-group:has(h2), 
html .cms-registration .rendered-form .fieldset .fields .field.form-group:has(h2)+.field {
	margin-bottom: 20px;
}

body.cms-registration .page-main .rendered-form .fieldset .fields .field.form-group.fb-h2 {
	margin-bottom: 0;
}

body.cms-registration .page-main .amcform-page-wrap .field {
	justify-content: start;
}

body.cms-registration .page-main .amform-versiontwo-label {
	display: inline;
	margin-right: 10px;
	padding-right: 20px;
	word-break: break-word;
}

body.cms-registration .page-main .fb-select-label.label,
body.cms-registration .page-main .fb-text-label.label,
body.cms-registration .page-main .fb-number-label.label,
body.cms-registration .page-main .fb-textarea-label.label {
	visibility: hidden;
	display: none!important;
}

body.cms-registration .page-main .fb-checkbox-group-label.label,
body.cms-registration .page-main .fb-radio-group-label.label {
	margin-bottom: 15px!important;
	margin-top: 10px!important;
}

body.cms-registration .page-main .amform-form input[type*=date], 
body.cms-registration .page-main .amform-form input[type=email], 
body.cms-registration .page-main .amform-form input[type=number], 
body.cms-registration .page-main .amform-form input[type=password], 
body.cms-registration .page-main .amform-form input[type=search], 
body.cms-registration .page-main .amform-form input[type=tel], 
body.cms-registration .page-main .amform-form input[type=text], 
body.cms-registration .page-main .amform-form input[type=url], 
body.cms-registration .page-main .amform-form select {
	padding: 20px 16px;
	height: 60px;
	border-radius: 5px;
	border: 1px solid #c2c2c2;
}

body.cms-registration .page-main .amform-form input[type=textarea],
body.cms-registration .page-main .rendered-form textarea.form-control {
	padding: 20px 16px;
	height: 160px;
	border-radius: 5px;
	border: 1px solid #c2c2c2;
}

body.cms-registration .page-main .rendered-form .fieldset .fields .field.form-group:has(textarea.form-control),
body.cms-registration .page-main .rendered-form .fieldset .fields .field.form-group:has(div.amform-wysiwyg),
body.cms-registration .page-main .rendered-form .fieldset .fields .field.form-group.fb-h2,
body.cms-registration .page-main .rendered-form .fieldset .fields .field.form-group.fb-h3,
body.cms-registration .page-main .rendered-form .fieldset .fields .field.form-group.fb-checkbox,
body.cms-registration .page-main .rendered-form .fieldset .fields .field.form-group.fb-radio {
	flex-basis: 100%!important;
}

body.cms-registration .page-main .rendered-form .fieldset .fields .field.form-group.fb-checkbox:has(.amform-groupv2:last-child:nth-child(1)),
body.cms-registration .page-main .rendered-form .fieldset .fields .field.form-group.fb-checkbox:has(.amform-groupv2:last-child:nth-child(2)) {
	flex-basis: 45%!important;
}

body.cms-registration .page-main .rendered-form .fieldset .fields .field.form-group.fb-h2,
body.cms-registration .page-main .rendered-form .fieldset .fields .field.form-group.fb-h3 {
	margin-top: 15px;
	margin-bottom: 20px;
}

body.cms-registration .page-main .amform-form input[type=checkbox] {
	accent-color: #0d6efd;
	width: 20px;
    height: 18px;
    display: inline-block;
    cursor: pointer;
}

body.cms-registration .page-main .amform-form ._keyfocus *:focus, 
body.cms-registration .page-main .amform-form input:not([disabled]):focus, 
body.cms-registration .page-main .amform-form textarea:not([disabled]):focus, 
body.cms-registration .page-main .amform-form select:not([disabled]):focus {
    box-shadow: none;
}

body.cms-registration .page-main .amform-form .checkbox-group:has(input[type=checkbox]) {
	display: flex;
	gap: 10px;
}

body.cms-registration .page-main .amform-form .radio-group {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
}

body.cms-registration .page-main .amform-form .radio-group .amform-groupv2 {
	display: flex;
}

body.cms-registration .page-main .amform-form input[type=radio] {
	margin-right: 20px;
	width: 20px;
    height: 20px;
    cursor: pointer;
}

body.cms-registration div.breadcrumbs {
	display: none;
	visibility: hidden;
}

body.cms-registration .page-title-wrapper .page-title span {
	font-size: 3.6rem;
}

body.cms-registration .page-main .rendered-form .fieldset .fields .amcform-toolbar {
	flex-basis: 100% !important;
}

@media (max-width: 998px) {
	body.cms-registration .page-main .rendered-form .fieldset .fields .field.form-group,
	body.cms-registration .page-main .rendered-form .fieldset .fields .field.form-group.fb-checkbox:has(.amform-groupv2:last-child:nth-child(1)),
	body.cms-registration .page-main .rendered-form .fieldset .fields .field.form-group.fb-checkbox:has(.amform-groupv2:last-child:nth-child(2)) {
		flex-basis: 100%!important;
	}
}

@media (max-width: 550px) {
	body.cms-registration .page-main .amform-form .checkbox-group:has(input[type=checkbox]),
	body.cms-registration .page-main .amform-form .radio-group {
		display: block;
	}

	body.cms-registration .page-main .rendered-form .fieldset .fields .field.form-group.fb-checkbox .amform-groupv2,
	body.cms-registration .page-main .rendered-form .fieldset .fields .field.form-group.fb-radio .amform-groupv2 {
	    margin-top: 5px;
	    margin-bottom: 5px;
	}
}


/* ============== Contact Page ============== */

.hb-contactpage hr {
	margin: 2rem 0;
}

.hb-contactpage .hb-contact-header h2 {
	line-height: 1.4;
}

.hb-contactpage .hb-main-banner {
	height: 400px;
	min-height: 400px;
	max-height: 400px;
}

.hb-contactpage .hb-contact-offices-wrapper {
	border-radius: 25px;
    background: #fff;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
    margin: 10px 0 10px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.hb-contactpage .hb-contact-teams-wrapper {
	border-radius: 25px;
    background: #fff;
    height: 100%;
    padding: 30px 40px 10px 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
    margin: 10px 0 10px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.hb-contactpage .hb-contact-offices-wrapper .hb-offices-map {
	border-radius: 20px;
	margin-bottom: 20px;
	height: 200px;
}

.hb-contactpage .hb-contact-offices-wrapper .hb-contact-offices-wrapper-inner {
	padding: 0 20px;
}

.hb-contactpage .hb-contact-offices-wrapper .hb-contact-offices-wrapper-inner .hb-contact-name {
	font-weight: 600;
    font-size: 18pt;
    margin-bottom: 3px;
}

.hb-contactpage .hb-contact-offices-wrapper .hb-contact-offices-wrapper-inner .hb-contact-name h2 {
    margin-bottom: 20px;
}

.hb-contactpage .hb-contact-teams-wrapper .hb-contact-name {
	font-weight: 600;
    font-size: 16pt;
}

.hb-contactpage .hb-contact-teams-wrapper .hb-contact-name h2 {
    margin-bottom: 20px;
}

.hb-contactpage .hb-contact-teams-wrapper .hb-contact-focus {
	font-size: 14pt;
	font-style: italic;
}

.hb-contactpage .hb-contact-offices-wrapper .hb-contact-offices-wrapper-inner .hb-contact-address-lines,
.hb-contactpage .hb-contact-offices-wrapper .hb-contact-offices-wrapper-inner .hb-contact-address-code {
	white-space: pre-wrap;
	font-size: 14pt;
	margin-top: 10px;
}

.hb-contactpage .hb-contact-offices-wrapper .hb-contact-offices-wrapper-inner .hb-contact-opening-hours  {
	white-space: pre-wrap;
	font-size: 13pt;
	margin-top: 10px;
}

.hb-contactpage .hb-contact-offices-wrapper .hb-contact-offices-wrapper-inner .hb-contact-telephone,
.hb-contactpage .hb-contact-offices-wrapper .hb-contact-offices-wrapper-inner .hb-contact-fax,
.hb-contactpage .hb-contact-offices-wrapper .hb-contact-offices-wrapper-inner .hb-contact-email,
.hb-contactpage .hb-contact-offices-wrapper .hb-contact-offices-wrapper-inner .hb-contact-whatsapp,
.hb-contactpage .hb-contact-teams-wrapper .hb-contact-telephone,
.hb-contactpage .hb-contact-teams-wrapper .hb-contact-fax,
.hb-contactpage .hb-contact-teams-wrapper .hb-contact-email,
.hb-contactpage .hb-contact-teams-wrapper .hb-contact-whatsapp {
	position: relative;
	padding-left: 40px;
	font-size: 13pt;
	margin-top: 8px;
}

.hb-contactpage .hb-contact-offices-wrapper .hb-contact-offices-wrapper-inner .hb-contact-telephone-inner,
.hb-contactpage .hb-contact-offices-wrapper .hb-contact-offices-wrapper-inner .hb-contact-fax-inner,
.hb-contactpage .hb-contact-offices-wrapper .hb-contact-offices-wrapper-inner .hb-contact-email-inner a,
.hb-contactpage .hb-contact-offices-wrapper .hb-contact-offices-wrapper-inner .hb-contact-whatsapp-inner,
.hb-contactpage .hb-contact-teams-wrapper .hb-contact-telephone-inner,
.hb-contactpage .hb-contact-teams-wrapper .hb-contact-fax-inner,
.hb-contactpage .hb-contact-teams-wrapper .hb-contact-email-inner a,
.hb-contactpage .hb-contact-teams-wrapper .hb-contact-whatsapp-inner {
	font-weight: 600;
}

.hb-contactpage .hb-contact-offices-wrapper .hb-contact-offices-wrapper-inner .hb-contact-email a,
.hb-contactpage .hb-contact-teams-wrapper .hb-contact-email a {
	color: #000000;
	overflow-wrap: break-word;
  	word-wrap: break-word;
}

.hb-contactpage .hb-contact-offices-wrapper .hb-contact-offices-wrapper-inner .hb-contact-email .hb-contact-email-inner::before,
.hb-contactpage .hb-contact-teams-wrapper .hb-contact-email .hb-contact-email-inner::before {
	content: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"><defs><style> .st0, .st1 { fill: %23231f20; } .st2, .st1 { display: none; } </style></defs><g class="st2"><path class="st0" d="M92.9,38c-2.5,0-4.5,2-4.5,4.5v30.9c0,3.7-3,6.6-6.7,6.6l-63.5.4c-3.7,0-6.6-3-6.6-6.6v-30.9c0-2.5-2-4.5-4.5-4.5s-4.5,2-4.5,4.5v30.9c0,8.6,7,15.7,15.7,15.7l63.5-.4c8.6,0,15.7-7,15.7-15.7v-30.9c0-2.5-2-4.5-4.5-4.5Z"/><path class="st0" d="M46.7,68.4h0c.9.9,2.1,1.5,3.3,1.5s2.5-.5,3.3-1.5l23.3-25.3c.8-.9,1.2-2,1.2-3.2,0-1.2-.6-2.3-1.5-3.1-1.8-1.7-4.7-1.6-6.4.3l-15.5,16.8V15.1c0-2.5-2-4.5-4.5-4.5s-4.5,2-4.5,4.5v38.7l-15.5-16.8c-.8-.9-1.9-1.4-3.1-1.5-1.2,0-2.4.4-3.2,1.2-.9.8-1.4,1.9-1.5,3.1,0,1.2.4,2.4,1.2,3.2l23.3,25.3Z"/></g><path class="st1" d="M87.1,43.4h-30.4V12.9c0-3.7-3-6.6-6.6-6.6s-6.6,3-6.6,6.6v30.4H12.9c-3.7,0-6.6,3-6.6,6.6s3,6.6,6.6,6.6h30.4v30.4c0,3.7,3,6.6,6.6,6.6s6.6-3,6.6-6.6v-30.4h30.4c3.7,0,6.6-3,6.6-6.6s-3-6.6-6.6-6.6Z"/><path class="st1" d="M50,7.1C26.3,7.1,7.1,26.3,7.1,50s19.3,42.9,42.9,42.9c23.7,0,42.9-19.3,42.9-42.9S73.7,7.1,50,7.1ZM71.5,41.3h13.3c.7,2.9,1.1,5.8,1.1,8.7s-.4,5.9-1.1,8.7h-13.3c.3-2.9.4-5.8.4-8.7s-.1-5.8-.4-8.7ZM63.4,34.3h-26.7c2.5-11.9,8-20.1,13.4-20.1v-1s0,1,0,1c5.4,0,10.8,8.2,13.4,20.1ZM64.3,17.1c7.8,3.4,14.2,9.5,17.9,17.1h-11.7c-1.3-6.7-3.4-12.6-6.2-17.1ZM29.5,65.7c1.3,6.7,3.4,12.6,6.2,17.1-7.8-3.4-14.2-9.5-17.9-17.1h11.7ZM64.9,50c0,2.9-.2,5.8-.5,8.7h-28.9c-.3-2.9-.5-5.8-.5-8.7s.2-5.8.5-8.7h28.9c.3,2.9.5,5.8.5,8.7ZM17.8,34.3c3.8-7.7,10.1-13.7,17.9-17.1-2.8,4.6-4.9,10.4-6.2,17.1h-11.7ZM50,86.8v-1c-5.4,0-10.8-8.2-13.4-20.1h26.7c-2.5,11.9-8,20.1-13.4,20.1v1h0ZM82.2,65.7c-3.8,7.7-10.1,13.7-17.9,17.1,2.8-4.6,4.9-10.4,6.2-17.1h11.7ZM28.5,58.7h-13.3c-.7-2.9-1.1-5.8-1.1-8.7s.4-5.9,1.1-8.7h13.3c-.3,2.9-.4,5.8-.4,8.7s.1,5.8.4,8.7Z"/><path class="st1" d="M69.5,40.9L38,8.3c-1.2-1.2-2.8-1.9-4.4-1.9-1.7,0-3.3.6-4.5,1.8-1.2,1.2-1.9,2.8-1.9,4.4s.6,3.3,1.8,4.5l31.2,32.4-31.2,33.6c-2.4,2.6-2.2,6.6.3,9,1.2,1.1,2.7,1.7,4.3,1.7s3.5-.7,4.6-2l31.5-33.9c4.4-4.8,4.4-12.2-.2-16.8Z"/><path class="st1" d="M30.5,40.9L62,8.3c1.2-1.2,2.8-1.9,4.4-1.9,1.7,0,3.3.6,4.5,1.8,1.2,1.2,1.9,2.8,1.9,4.4s-.6,3.3-1.8,4.5l-31.2,32.4,31.2,33.6c2.4,2.6,2.2,6.6-.3,9-1.2,1.1-2.7,1.7-4.3,1.7s-3.5-.7-4.6-2l-31.5-33.9c-4.4-4.8-4.4-12.2.2-16.8Z"/><path class="st1" d="M40.9,69.5L8.3,38c-1.2-1.2-1.9-2.8-1.9-4.4,0-1.7.6-3.3,1.8-4.5,1.2-1.2,2.8-1.9,4.4-1.9s3.3.6,4.5,1.8l32.4,31.2,33.6-31.2c2.6-2.4,6.6-2.2,9,.3,1.1,1.2,1.7,2.7,1.7,4.3s-.7,3.5-2,4.6l-33.9,31.5c-4.8,4.4-12.2,4.4-16.8-.2Z"/><path class="st1" d="M40.9,30.5L8.3,62c-1.2,1.2-1.9,2.8-1.9,4.4,0,1.7.6,3.3,1.8,4.5,1.2,1.2,2.8,1.9,4.4,1.9s3.3-.6,4.5-1.8l32.4-31.2,33.6,31.2c2.6,2.4,6.6,2.2,9-.3,1.1-1.2,1.7-2.7,1.7-4.3s-.7-3.5-2-4.6l-33.9-31.5c-4.8-4.4-12.2-4.4-16.8.2Z"/><path class="st1" d="M88.2,54.5c1.2-1.1,1.9-2.6,1.9-4.2s-.7-3.2-1.9-4.2L46.6,7.6c-2.3-2.2-6-2-8.2.3-2.2,2.3-2,6,.3,8.2l30.7,28.3H15.7c-3.2,0-5.8,2.6-5.8,5.8s2.6,5.8,5.8,5.8h53.8s-30.7,28.3-30.7,28.3c-2.3,2.2-2.5,5.8-.3,8.2,2.2,2.3,5.8,2.5,8.2.3l41.6-38.4Z"/><path class="st1" d="M54.2,11.8c-1.1-1.2-2.6-1.9-4.2-1.9s-3.2.7-4.2,1.9L7.4,53.4c-2.2,2.3-2,6,.3,8.2,2.3,2.2,6,2,8.2-.3l28.3-30.7v53.8c0,3.2,2.6,5.8,5.8,5.8,3.2,0,5.8-2.6,5.8-5.8V30.5s28.3,30.7,28.3,30.7c2.2,2.3,5.8,2.5,8.2.3,2.3-2.2,2.5-5.8.3-8.2L54.2,11.8Z"/><path class="st1" d="M54.2,88.2c-1.1,1.2-2.6,1.9-4.2,1.9s-3.2-.7-4.2-1.9L7.4,46.6c-2.2-2.3-2-6,.3-8.2,2.3-2.2,6-2,8.2.3l28.3,30.7V15.7c0-3.2,2.6-5.8,5.8-5.8,3.2,0,5.8,2.6,5.8,5.8v53.8s28.3-30.7,28.3-30.7c2.2-2.3,5.8-2.5,8.2-.3,2.3,2.2,2.5,5.8.3,8.2l-38.4,41.6Z"/><path class="st1" d="M94.3,39.2c-1.2-3.8-4.6-6.3-8.7-6.3h-18.5c-1.3,0-2.4-.8-2.8-2l-5.7-17.6c-1.2-3.8-4.6-6.3-8.7-6.3s-7.4,2.5-8.7,6.3l-5.7,17.6c-.4,1.2-1.5,2-2.8,2H14.4c-4,0-7.4,2.5-8.7,6.3-1.2,3.8,0,7.8,3.3,10.2l15,10.9c1,.7,1.5,2.1,1.1,3.3l-5.7,17.6c-1.2,3.8,0,7.8,3.3,10.2,3.3,2.4,7.5,2.4,10.7,0l15-10.9c1-.7,2.4-.7,3.4,0l15,10.9c1.6,1.2,3.5,1.8,5.4,1.8s3.7-.6,5.4-1.8c3.3-2.4,4.5-6.4,3.3-10.2l-5.7-17.6c-.4-1.2,0-2.5,1.1-3.3l15-10.9c3.3-2.4,4.5-6.4,3.3-10.2ZM69.7,54.6c-2.8,2-4,5.6-2.9,8.9l5,15.4c.5,1.7-.6,2.6-.9,2.9-.4.3-1.6,1-3,0l-13.1-9.5c-1.4-1-3.1-1.5-4.7-1.5s-3.3.5-4.7,1.5l-13.1,9.5c-1.4,1-2.7.3-3,0-.4-.3-1.5-1.2-.9-2.9l5-15.4c1.1-3.3,0-6.9-2.9-8.9l-13.1-9.5c-1.4-1-1.1-2.5-.9-2.9.1-.4.7-1.8,2.4-1.8h16.2c3.5,0,6.5-2.2,7.6-5.5l5-15.4c.5-1.7,2-1.8,2.4-1.8s1.9.1,2.4,1.8l5,15.4c1.1,3.3,4.1,5.5,7.6,5.5h16.2c1.7,0,2.3,1.4,2.4,1.8.1.4.5,1.9-.9,2.9l-13.1,9.5Z"/><path class="st1" d="M86,19.4l-.5-.6h0c-3.3-3.4-7.8-5.2-12.5-5.2H27.1c-4.7,0-9.1,1.8-12.5,5.2l-.6.6h0c-2.9,3.3-4.6,7.5-4.6,11.9v37.5c0,9.7,7.9,17.6,17.6,17.6h45.8c9.7,0,17.6-7.9,17.6-17.6V31.2c0-4.4-1.6-8.6-4.6-11.8ZM52.2,45.2c-1.2,1.2-3.2,1.2-4.4,0l-22.2-21.8c.5,0,.9-.1,1.4-.1h45.8c.5,0,1,0,1.4.1l-22.2,21.8ZM19.1,31.2c0-.2,0-.4,0-.6l21.8,21.5c2.4,2.4,5.6,3.7,9,3.7s6.6-1.3,9-3.7l21.8-21.5c0,.2,0,.4,0,.6v37.5c0,4.4-3.6,7.9-7.9,7.9H27.1c-4.4,0-7.9-3.6-7.9-7.9V31.2Z"/><g class="st2"><path class="st0" d="M81.7,54.2l6.2-19.9c.9-2.8.4-5.8-1.4-8.2-1.8-2.4-4.5-3.8-7.4-3.8H31.2l-.3-2.1c-.6-4.9-4-8.9-8.8-10.2l-4.7-1.3c-2.4-.7-4.9.8-5.6,3.2-.7,2.4.8,4.9,3.2,5.6l4.7,1.3c1.2.3,2,1.3,2.1,2.5l5.3,43.9c.7,6,5.9,10.6,11.9,10.6h39.3c2.5,0,4.5-2,4.5-4.5s-2-4.5-4.5-4.5h-39.3c-.7,0-1.4-.3-1.9-.7h28.5c7.4,0,13.8-4.7,16-11.8ZM73,51.5c-1,3.2-3.9,5.4-7.3,5.4h-30.4l-3-25.4h46.7c0,0,0,0,.1,0,0,0,0,0,0,.1l-6.2,19.9Z"/><circle class="st0" cx="40.1" cy="84.1" r="7.2"/><path class="st0" d="M69.5,76.9c-4,0-7.2,3.2-7.2,7.2s3.2,7.2,7.2,7.2,7.2-3.2,7.2-7.2-3.2-7.2-7.2-7.2Z"/></g><g class="st2"><path class="st0" d="M91.8,71.6l-12.6-12.8c-2.9-3-7.7-3.4-11.1-.9l-3.8,2.8-.7.7c-.6.6-2.1,2.1-6.3.5-3.3-1.3-7.1-4.1-11.1-8.1-4-4-6.7-7.9-7.9-11.2-1.5-4.2,0-5.7.6-6.3l3.4-4.5c2.5-3.3,2.2-8.1-.7-11.1l-12.6-12.8c-1.7-1.7-4.1-2.7-6.5-2.5-2.4.1-4.7,1.3-6.2,3.2l-5.6,7.2c-4.7,5.9-6,13.7-3.6,20.9,2.3,10,10.5,23,22,34.7,11.7,11.8,24.6,20.3,34.6,22.6,1.6.5,3.2.8,4.9,1,.5,0,1,0,1.5,0,4.5,0,9-1.5,12.7-4.3l8.2-6.3c1.9-1.5,3.2-3.7,3.3-6.2.2-2.4-.7-4.8-2.4-6.6ZM22.9,12.5c.3,0,.6.1.8.3l12.6,12.8c.4.4.4,1.1,0,1.5l-2.9,3.9c-2.4,2.5-4.7,6.9-2.1,13.9,1.6,4.3,4.9,9.1,9.6,13.8,4.7,4.8,9.4,8.1,13.7,9.8,7.1,2.7,11.6.4,14.1-2.1l3.7-2.7c.5-.3,1.1-.3,1.5.1l12.6,12.8c.3.3.3.7.3.9,0,.2-.1.6-.5.8l-8.2,6.3c-2.6,2-5.9,3-9.2,2.7-1.1,0-2.2-.3-3.3-.7h-.3c-8.6-2-20.6-9.9-31.2-20.7-10.5-10.7-18.2-22.7-20.1-31.4v-.4c-1.8-4.8-.9-10.1,2.3-14.2l5.6-7.2c.3-.3.6-.4.9-.4Z"/><path class="st0" d="M68,47.7h0c.7.5,1.5.8,2.3.8s2.2-.5,2.9-1.4c4.6-5.7,4.3-13.7-.6-19.1-5-5.4-12.9-6.3-19-2.2-1.7,1.1-2.1,3.4-1,5.1.5.8,1.4,1.4,2.3,1.6,1,.2,1.9,0,2.8-.6,3-2,7-1.6,9.5,1.1,2.5,2.7,2.6,6.7.3,9.6-1.3,1.6-1,3.9.6,5.2Z"/><path class="st0" d="M51.4,21.8c.9.3,1.9.3,2.8-.1,7.1-3.3,15.4-1.7,20.7,4.1,5.3,5.8,6.3,14.2,2.4,21-.5.9-.6,1.8-.4,2.8.3.9.9,1.7,1.7,2.2.6.3,1.2.5,1.8.5,1.3,0,2.5-.7,3.2-1.8,5.5-9.6,4.1-21.5-3.3-29.6-7.5-8.1-19.2-10.5-29.2-5.8-1.8.9-2.6,3-1.8,4.9.4.9,1.2,1.6,2.1,1.9Z"/></g><g class="st2"><path class="st0" d="M92.2,23.6v52.7c0,8.7-7.1,15.8-15.8,15.8h-10.3v-32.7h10.9l1.6-12.7h-12.6v-8.1c0-3.7,1-6.1,6.3-6.1h6.7v-11.4c-1.2-.2-5.2-.5-9.8-.5-9.7,0-16.4,5.9-16.4,16.8v9.4h-11v12.7h11v32.7h-29.2c-8.7,0-15.8-7.1-15.8-15.8V23.6c0-8.7,7.1-15.8,15.8-15.8h52.7c8.7,0,15.8,7.1,15.8,15.8Z"/></g><g class="st2"><path class="st0" d="M92.2,76.4c0,8.7-7.1,15.8-15.8,15.8H23.6c-8.7,0-15.8-7.1-15.8-15.8V23.6c0-8.7,7.1-15.8,15.8-15.8h52.7c8.7,0,15.8,7.1,15.8,15.8v52.7ZM27.3,22c-4.3,0-7.2,2.9-7.2,6.6s2.7,6.6,7,6.6h0c4.4,0,7.2-3,7.2-6.6,0-3.7-2.7-6.6-7.1-6.6ZM33.5,78.4v-38.1h-12.7v38.1h12.7ZM79.2,78.4v-21.9c0-11.7-6.3-17.1-14.6-17.1s-9.8,3.8-11.5,6.4h.1v-5.5h-12.7s.2,3.6,0,38.1h12.7v-21.3c0-1.1,0-2.3.4-3.1.9-2.3,3-4.6,6.5-4.6s6.4,3.5,6.4,8.6v20.4h12.7Z"/></g><g class="st2"><path class="st0" d="M93.9,48.9c0,23.8-19.3,43.1-43.1,43.1s-14.5-1.8-20.9-5.4l-23.8,7.7,7.8-23.2c-4.1-6.7-6.2-14.4-6.2-22.2C7.7,25.1,27,5.7,50.8,5.7s43.1,19.3,43.1,43.1ZM86.7,48.9c0-19.8-16.1-35.9-35.9-35.9S14.9,29.1,14.9,48.9s2.4,14.9,6.9,21l-4.5,13.3,13.8-4.4c5.8,3.8,12.8,5.9,19.7,5.9,19.8,0,35.9-16.1,35.9-35.9ZM73.1,60c.1.3.1.6.1.9,0,1.4-.5,3-1,4.3-1.3,3.2-6.6,5.3-9.9,5.3s-8.4-2.4-10.9-3.5c-8.2-3.7-13.3-10.1-18.2-17.3-2.2-3.2-4.1-7.1-4.1-11.1v-.5c.1-3.8,1.5-6.5,4.2-9,.9-.8,1.8-1.3,3-1.3s1.4.2,2.1.2c1.5,0,1.8.5,2.4,1.9.4,1,3.3,8.7,3.3,9.3,0,2.2-3.9,4.6-3.9,5.9s.1.6.3.9c1.3,2.7,3.7,5.8,5.8,7.8,2.6,2.5,5.4,4.2,8.6,5.8.4.2.8.4,1.3.4,1.7,0,4.6-5.5,6.1-5.5s10.3,4.9,10.7,5.5Z"/></g><g class="st2"><path class="st0" d="M83.6,84.4c-.9,3.7-3.9,6.4-7.5,6.8-8.7,1-17.4,1-26.1,1s-17.5,0-26.1-1c-3.6-.4-6.7-3.1-7.5-6.8-1.2-5.3-1.2-11.1-1.2-16.5s0-11.2,1.2-16.5c.9-3.7,3.9-6.4,7.6-6.9,8.6-.9,17.4-.9,26.1-.9s17.5,0,26.1.9c3.6.4,6.7,3.2,7.5,6.9,1.2,5.3,1.2,11,1.2,16.5s0,11.2-1.2,16.5ZM35,56.2v-4.4h-14.7v4.4h4.9v26.8h4.7v-26.8h5ZM42.7,7.8l-5.7,18.8v12.8h-4.7v-12.8c-.4-2.3-1.4-5.6-2.9-10-1-2.9-2.1-5.9-3.1-8.8h5l3.3,12.4,3.2-12.4h4.8ZM47.7,82.9v-23.2h-4.2v17.8c-.9,1.3-1.8,2-2.7,2s-.9-.3-1-1c0-.1,0-.7,0-1.6v-17.1h-4.2v18.4c0,1.6.1,2.7.4,3.4.4,1.2,1.4,1.7,2.7,1.7s3.1-.9,4.8-2.9v2.5h4.2ZM55.3,31.7c0,2.5-.4,4.4-1.3,5.6-1.2,1.6-2.8,2.4-5,2.4s-3.8-.8-4.9-2.4c-.9-1.2-1.3-3.1-1.3-5.6v-8.2c0-2.5.4-4.3,1.3-5.5,1.2-1.6,2.8-2.4,4.9-2.4s3.8.8,5,2.4c.9,1.2,1.3,3,1.3,5.5v8.2ZM51,22.7c0-2.2-.6-3.2-2-3.2s-2,1.1-2,3.2v9.9c0,2.2.7,3.3,2,3.3s2-1.1,2-3.3v-9.9ZM63.7,66.7c0-2.2,0-3.7-.4-4.7-.5-1.7-1.7-2.6-3.3-2.6s-3,.8-4.4,2.5v-10.2h-4.2v31.2h4.2v-2.3c1.4,1.7,2.9,2.6,4.4,2.6s2.8-.9,3.3-2.6c.3-1,.4-2.5.4-4.7v-9.3ZM59.6,76.3c0,2.1-.6,3.2-1.8,3.2s-1.4-.3-2.1-1v-14.2c.7-.7,1.4-1,2.1-1,1.2,0,1.8,1.1,1.8,3.2v9.9ZM71.1,39.4h-4.3v-2.6c-1.7,2-3.3,2.9-4.8,2.9s-2.4-.6-2.8-1.7c-.2-.7-.4-1.8-.4-3.5V15.9h4.3v17.3c0,1,0,1.6,0,1.6,0,.7.4,1,1,1,.8,0,1.7-.7,2.7-2V15.9h4.3v23.5ZM79.6,74.9h-4.3c0,1.7,0,2.6,0,2.9-.2,1.1-.8,1.7-1.9,1.7s-2.2-1.1-2.2-3.2v-4.1h8.4v-4.8c0-2.5-.4-4.3-1.3-5.5-1.2-1.6-2.9-2.4-5-2.4s-3.8.8-5,2.4c-.9,1.2-1.3,3-1.3,5.5v8.1c0,2.5.5,4.3,1.4,5.5,1.2,1.6,2.9,2.4,5.1,2.4s4-.8,5.1-2.5c.5-.8.9-1.6,1-2.5,0-.4,0-1.4,0-2.7v-.6ZM75.5,68.6h-4.2v-2.2c0-2.1.7-3.2,2.1-3.2s2.1,1.1,2.1,3.2v2.2Z"/></g><path class="st1" d="M56.8,43.7L87.5,7.9h-7.3l-26.7,31L32.3,7.9H7.7l32.2,46.9L7.7,92.3h7.3l28.2-32.7,22.5,32.7h24.6l-33.4-48.6h0ZM46.9,55.2l-3.3-4.7L17.6,13.4h11.2l20.9,30,3.3,4.7,27.2,39h-11.2l-22.2-31.8h0Z"/><g class="st2"><path class="st0" d="M28.8,33.3v51.5c0,4.2-3.4,7.6-7.6,7.6h-6.1c-4.2,0-7.6-3.4-7.6-7.6v-51.5c0-4.2,3.4-7.6,7.6-7.6h6.1c4.2,0,7.6,3.4,7.6,7.6ZM92.4,43.9v36.4c0,6.7-5.4,12.1-12.1,12.1h-40.9c-4.2,0-7.6-3.4-7.6-7.6V12.1c0-2.5,2-4.5,4.5-4.5h31.8c2.5,0,6,1.5,7.8,3.2l7.2,7.2c1.8,1.8,3.2,5.3,3.2,7.8v7.7c3.6,2.1,6.1,6,6.1,10.5ZM80.3,25.7h-7.6c-2.5,0-4.5-2-4.5-4.5v-7.6h-30.3v24.3h42.4v-12.1ZM51.5,50c0-.9-.7-1.5-1.5-1.5h-6.1c-.9,0-1.5.7-1.5,1.5v6.1c0,.9.7,1.5,1.5,1.5h6.1c.9,0,1.5-.7,1.5-1.5v-6.1ZM51.5,62.1c0-.9-.7-1.5-1.5-1.5h-6.1c-.9,0-1.5.7-1.5,1.5v6.1c0,.9.7,1.5,1.5,1.5h6.1c.9,0,1.5-.7,1.5-1.5v-6.1ZM51.5,74.3c0-.9-.7-1.5-1.5-1.5h-6.1c-.9,0-1.5.7-1.5,1.5v6.1c0,.9.7,1.5,1.5,1.5h6.1c.9,0,1.5-.7,1.5-1.5v-6.1ZM63.6,50c0-.9-.7-1.5-1.5-1.5h-6.1c-.9,0-1.5.7-1.5,1.5v6.1c0,.9.7,1.5,1.5,1.5h6.1c.9,0,1.5-.7,1.5-1.5v-6.1ZM63.6,62.1c0-.9-.7-1.5-1.5-1.5h-6.1c-.9,0-1.5.7-1.5,1.5v6.1c0,.9.7,1.5,1.5,1.5h6.1c.9,0,1.5-.7,1.5-1.5v-6.1ZM63.6,74.3c0-.9-.7-1.5-1.5-1.5h-6.1c-.9,0-1.5.7-1.5,1.5v6.1c0,.9.7,1.5,1.5,1.5h6.1c.9,0,1.5-.7,1.5-1.5v-6.1ZM75.8,50c0-.9-.7-1.5-1.5-1.5h-6.1c-.9,0-1.5.7-1.5,1.5v6.1c0,.9.7,1.5,1.5,1.5h6.1c.9,0,1.5-.7,1.5-1.5v-6.1ZM75.8,62.1c0-.9-.7-1.5-1.5-1.5h-6.1c-.9,0-1.5.7-1.5,1.5v6.1c0,.9.7,1.5,1.5,1.5h6.1c.9,0,1.5-.7,1.5-1.5v-6.1ZM75.8,74.3c0-.9-.7-1.5-1.5-1.5h-6.1c-.9,0-1.5.7-1.5,1.5v6.1c0,.9.7,1.5,1.5,1.5h6.1c.9,0,1.5-.7,1.5-1.5v-6.1Z"/></g><path class="st0" d="M84.7,19.5c-3.1-3.2-7.3-4.9-11.8-4.9H27.1c-4.4,0-8.6,1.7-11.8,4.9l-.5.5h0c-2.8,3.2-4.3,7.1-4.3,11.3v37.5c0,9.2,7.5,16.6,16.6,16.6h45.8c9.2,0,16.6-7.5,16.6-16.6V31.2c0-4.1-1.5-8.1-4.3-11.2l-.5-.6ZM25.5,22.4c.5,0,1.1-.1,1.6-.1h45.8c.5,0,1.1,0,1.6.1l1.9.3-23.5,23.1c-.8.8-1.8,1.2-2.9,1.2s-2.1-.4-2.9-1.2l-23.5-23.1,1.9-.3ZM81.9,68.8c0,4.9-4,8.9-8.9,8.9H27.1c-4.9,0-8.9-4-8.9-8.9V31.2c0-.2,0-.4,0-.7l.2-2.1,23.4,23c2.2,2.2,5.2,3.4,8.3,3.4s6.1-1.2,8.3-3.4l23.4-23,.2,2.2c0,.2,0,.4,0,.7v37.5Z"/></svg>');
	position: absolute;
	top: 3px;
	left: 2px;
	width: 20px;
    height: 20px;
}

.hb-contactpage .hb-contact-offices-wrapper .hb-contact-offices-wrapper-inner .hb-contact-fax .hb-contact-fax-inner::before,
.hb-contactpage .hb-contact-teams-wrapper .hb-contact-fax .hb-contact-fax-inner::before {
	content: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"><defs><style> .st0, .st1 { fill: %23231f20; } .st2, .st1 { display: none; } </style></defs><g class="st2"><path class="st0" d="M92.9,38c-2.5,0-4.5,2-4.5,4.5v30.9c0,3.7-3,6.6-6.7,6.6l-63.5.4c-3.7,0-6.6-3-6.6-6.6v-30.9c0-2.5-2-4.5-4.5-4.5s-4.5,2-4.5,4.5v30.9c0,8.6,7,15.7,15.7,15.7l63.5-.4c8.6,0,15.7-7,15.7-15.7v-30.9c0-2.5-2-4.5-4.5-4.5Z"/><path class="st0" d="M46.7,68.4h0c.9.9,2.1,1.5,3.3,1.5s2.5-.5,3.3-1.5l23.3-25.3c.8-.9,1.2-2,1.2-3.2,0-1.2-.6-2.3-1.5-3.1-1.8-1.7-4.7-1.6-6.4.3l-15.5,16.8V15.1c0-2.5-2-4.5-4.5-4.5s-4.5,2-4.5,4.5v38.7l-15.5-16.8c-.8-.9-1.9-1.4-3.1-1.5-1.2,0-2.4.4-3.2,1.2-.9.8-1.4,1.9-1.5,3.1,0,1.2.4,2.4,1.2,3.2l23.3,25.3Z"/></g><path class="st1" d="M87.1,43.4h-30.4V12.9c0-3.7-3-6.6-6.6-6.6s-6.6,3-6.6,6.6v30.4H12.9c-3.7,0-6.6,3-6.6,6.6s3,6.6,6.6,6.6h30.4v30.4c0,3.7,3,6.6,6.6,6.6s6.6-3,6.6-6.6v-30.4h30.4c3.7,0,6.6-3,6.6-6.6s-3-6.6-6.6-6.6Z"/><path class="st1" d="M50,7.1C26.3,7.1,7.1,26.3,7.1,50s19.3,42.9,42.9,42.9c23.7,0,42.9-19.3,42.9-42.9S73.7,7.1,50,7.1ZM71.5,41.3h13.3c.7,2.9,1.1,5.8,1.1,8.7s-.4,5.9-1.1,8.7h-13.3c.3-2.9.4-5.8.4-8.7s-.1-5.8-.4-8.7ZM63.4,34.3h-26.7c2.5-11.9,8-20.1,13.4-20.1v-1s0,1,0,1c5.4,0,10.8,8.2,13.4,20.1ZM64.3,17.1c7.8,3.4,14.2,9.5,17.9,17.1h-11.7c-1.3-6.7-3.4-12.6-6.2-17.1ZM29.5,65.7c1.3,6.7,3.4,12.6,6.2,17.1-7.8-3.4-14.2-9.5-17.9-17.1h11.7ZM64.9,50c0,2.9-.2,5.8-.5,8.7h-28.9c-.3-2.9-.5-5.8-.5-8.7s.2-5.8.5-8.7h28.9c.3,2.9.5,5.8.5,8.7ZM17.8,34.3c3.8-7.7,10.1-13.7,17.9-17.1-2.8,4.6-4.9,10.4-6.2,17.1h-11.7ZM50,86.8v-1c-5.4,0-10.8-8.2-13.4-20.1h26.7c-2.5,11.9-8,20.1-13.4,20.1v1h0ZM82.2,65.7c-3.8,7.7-10.1,13.7-17.9,17.1,2.8-4.6,4.9-10.4,6.2-17.1h11.7ZM28.5,58.7h-13.3c-.7-2.9-1.1-5.8-1.1-8.7s.4-5.9,1.1-8.7h13.3c-.3,2.9-.4,5.8-.4,8.7s.1,5.8.4,8.7Z"/><path class="st1" d="M69.5,40.9L38,8.3c-1.2-1.2-2.8-1.9-4.4-1.9-1.7,0-3.3.6-4.5,1.8-1.2,1.2-1.9,2.8-1.9,4.4s.6,3.3,1.8,4.5l31.2,32.4-31.2,33.6c-2.4,2.6-2.2,6.6.3,9,1.2,1.1,2.7,1.7,4.3,1.7s3.5-.7,4.6-2l31.5-33.9c4.4-4.8,4.4-12.2-.2-16.8Z"/><path class="st1" d="M30.5,40.9L62,8.3c1.2-1.2,2.8-1.9,4.4-1.9,1.7,0,3.3.6,4.5,1.8,1.2,1.2,1.9,2.8,1.9,4.4s-.6,3.3-1.8,4.5l-31.2,32.4,31.2,33.6c2.4,2.6,2.2,6.6-.3,9-1.2,1.1-2.7,1.7-4.3,1.7s-3.5-.7-4.6-2l-31.5-33.9c-4.4-4.8-4.4-12.2.2-16.8Z"/><path class="st1" d="M40.9,69.5L8.3,38c-1.2-1.2-1.9-2.8-1.9-4.4,0-1.7.6-3.3,1.8-4.5,1.2-1.2,2.8-1.9,4.4-1.9s3.3.6,4.5,1.8l32.4,31.2,33.6-31.2c2.6-2.4,6.6-2.2,9,.3,1.1,1.2,1.7,2.7,1.7,4.3s-.7,3.5-2,4.6l-33.9,31.5c-4.8,4.4-12.2,4.4-16.8-.2Z"/><path class="st1" d="M40.9,30.5L8.3,62c-1.2,1.2-1.9,2.8-1.9,4.4,0,1.7.6,3.3,1.8,4.5,1.2,1.2,2.8,1.9,4.4,1.9s3.3-.6,4.5-1.8l32.4-31.2,33.6,31.2c2.6,2.4,6.6,2.2,9-.3,1.1-1.2,1.7-2.7,1.7-4.3s-.7-3.5-2-4.6l-33.9-31.5c-4.8-4.4-12.2-4.4-16.8.2Z"/><path class="st1" d="M88.2,54.5c1.2-1.1,1.9-2.6,1.9-4.2s-.7-3.2-1.9-4.2L46.6,7.6c-2.3-2.2-6-2-8.2.3-2.2,2.3-2,6,.3,8.2l30.7,28.3H15.7c-3.2,0-5.8,2.6-5.8,5.8s2.6,5.8,5.8,5.8h53.8s-30.7,28.3-30.7,28.3c-2.3,2.2-2.5,5.8-.3,8.2,2.2,2.3,5.8,2.5,8.2.3l41.6-38.4Z"/><path class="st1" d="M54.2,11.8c-1.1-1.2-2.6-1.9-4.2-1.9s-3.2.7-4.2,1.9L7.4,53.4c-2.2,2.3-2,6,.3,8.2,2.3,2.2,6,2,8.2-.3l28.3-30.7v53.8c0,3.2,2.6,5.8,5.8,5.8,3.2,0,5.8-2.6,5.8-5.8V30.5s28.3,30.7,28.3,30.7c2.2,2.3,5.8,2.5,8.2.3,2.3-2.2,2.5-5.8.3-8.2L54.2,11.8Z"/><path class="st1" d="M54.2,88.2c-1.1,1.2-2.6,1.9-4.2,1.9s-3.2-.7-4.2-1.9L7.4,46.6c-2.2-2.3-2-6,.3-8.2,2.3-2.2,6-2,8.2.3l28.3,30.7V15.7c0-3.2,2.6-5.8,5.8-5.8,3.2,0,5.8,2.6,5.8,5.8v53.8s28.3-30.7,28.3-30.7c2.2-2.3,5.8-2.5,8.2-.3,2.3,2.2,2.5,5.8.3,8.2l-38.4,41.6Z"/><path class="st1" d="M94.3,39.2c-1.2-3.8-4.6-6.3-8.7-6.3h-18.5c-1.3,0-2.4-.8-2.8-2l-5.7-17.6c-1.2-3.8-4.6-6.3-8.7-6.3s-7.4,2.5-8.7,6.3l-5.7,17.6c-.4,1.2-1.5,2-2.8,2H14.4c-4,0-7.4,2.5-8.7,6.3-1.2,3.8,0,7.8,3.3,10.2l15,10.9c1,.7,1.5,2.1,1.1,3.3l-5.7,17.6c-1.2,3.8,0,7.8,3.3,10.2,3.3,2.4,7.5,2.4,10.7,0l15-10.9c1-.7,2.4-.7,3.4,0l15,10.9c1.6,1.2,3.5,1.8,5.4,1.8s3.7-.6,5.4-1.8c3.3-2.4,4.5-6.4,3.3-10.2l-5.7-17.6c-.4-1.2,0-2.5,1.1-3.3l15-10.9c3.3-2.4,4.5-6.4,3.3-10.2ZM69.7,54.6c-2.8,2-4,5.6-2.9,8.9l5,15.4c.5,1.7-.6,2.6-.9,2.9-.4.3-1.6,1-3,0l-13.1-9.5c-1.4-1-3.1-1.5-4.7-1.5s-3.3.5-4.7,1.5l-13.1,9.5c-1.4,1-2.7.3-3,0-.4-.3-1.5-1.2-.9-2.9l5-15.4c1.1-3.3,0-6.9-2.9-8.9l-13.1-9.5c-1.4-1-1.1-2.5-.9-2.9.1-.4.7-1.8,2.4-1.8h16.2c3.5,0,6.5-2.2,7.6-5.5l5-15.4c.5-1.7,2-1.8,2.4-1.8s1.9.1,2.4,1.8l5,15.4c1.1,3.3,4.1,5.5,7.6,5.5h16.2c1.7,0,2.3,1.4,2.4,1.8.1.4.5,1.9-.9,2.9l-13.1,9.5Z"/><path class="st1" d="M86,19.4l-.5-.6h0c-3.3-3.4-7.8-5.2-12.5-5.2H27.1c-4.7,0-9.1,1.8-12.5,5.2l-.6.6h0c-2.9,3.3-4.6,7.5-4.6,11.9v37.5c0,9.7,7.9,17.6,17.6,17.6h45.8c9.7,0,17.6-7.9,17.6-17.6V31.2c0-4.4-1.6-8.6-4.6-11.8ZM52.2,45.2c-1.2,1.2-3.2,1.2-4.4,0l-22.2-21.8c.5,0,.9-.1,1.4-.1h45.8c.5,0,1,0,1.4.1l-22.2,21.8ZM19.1,31.2c0-.2,0-.4,0-.6l21.8,21.5c2.4,2.4,5.6,3.7,9,3.7s6.6-1.3,9-3.7l21.8-21.5c0,.2,0,.4,0,.6v37.5c0,4.4-3.6,7.9-7.9,7.9H27.1c-4.4,0-7.9-3.6-7.9-7.9V31.2Z"/><g class="st2"><path class="st0" d="M81.7,54.2l6.2-19.9c.9-2.8.4-5.8-1.4-8.2-1.8-2.4-4.5-3.8-7.4-3.8H31.2l-.3-2.1c-.6-4.9-4-8.9-8.8-10.2l-4.7-1.3c-2.4-.7-4.9.8-5.6,3.2-.7,2.4.8,4.9,3.2,5.6l4.7,1.3c1.2.3,2,1.3,2.1,2.5l5.3,43.9c.7,6,5.9,10.6,11.9,10.6h39.3c2.5,0,4.5-2,4.5-4.5s-2-4.5-4.5-4.5h-39.3c-.7,0-1.4-.3-1.9-.7h28.5c7.4,0,13.8-4.7,16-11.8ZM73,51.5c-1,3.2-3.9,5.4-7.3,5.4h-30.4l-3-25.4h46.7c0,0,0,0,.1,0,0,0,0,0,0,.1l-6.2,19.9Z"/><circle class="st0" cx="40.1" cy="84.1" r="7.2"/><path class="st0" d="M69.5,76.9c-4,0-7.2,3.2-7.2,7.2s3.2,7.2,7.2,7.2,7.2-3.2,7.2-7.2-3.2-7.2-7.2-7.2Z"/></g><g class="st2"><path class="st0" d="M91.8,71.6l-12.6-12.8c-2.9-3-7.7-3.4-11.1-.9l-3.8,2.8-.7.7c-.6.6-2.1,2.1-6.3.5-3.3-1.3-7.1-4.1-11.1-8.1-4-4-6.7-7.9-7.9-11.2-1.5-4.2,0-5.7.6-6.3l3.4-4.5c2.5-3.3,2.2-8.1-.7-11.1l-12.6-12.8c-1.7-1.7-4.1-2.7-6.5-2.5-2.4.1-4.7,1.3-6.2,3.2l-5.6,7.2c-4.7,5.9-6,13.7-3.6,20.9,2.3,10,10.5,23,22,34.7,11.7,11.8,24.6,20.3,34.6,22.6,1.6.5,3.2.8,4.9,1,.5,0,1,0,1.5,0,4.5,0,9-1.5,12.7-4.3l8.2-6.3c1.9-1.5,3.2-3.7,3.3-6.2.2-2.4-.7-4.8-2.4-6.6ZM22.9,12.5c.3,0,.6.1.8.3l12.6,12.8c.4.4.4,1.1,0,1.5l-2.9,3.9c-2.4,2.5-4.7,6.9-2.1,13.9,1.6,4.3,4.9,9.1,9.6,13.8,4.7,4.8,9.4,8.1,13.7,9.8,7.1,2.7,11.6.4,14.1-2.1l3.7-2.7c.5-.3,1.1-.3,1.5.1l12.6,12.8c.3.3.3.7.3.9,0,.2-.1.6-.5.8l-8.2,6.3c-2.6,2-5.9,3-9.2,2.7-1.1,0-2.2-.3-3.3-.7h-.3c-8.6-2-20.6-9.9-31.2-20.7-10.5-10.7-18.2-22.7-20.1-31.4v-.4c-1.8-4.8-.9-10.1,2.3-14.2l5.6-7.2c.3-.3.6-.4.9-.4Z"/><path class="st0" d="M68,47.7h0c.7.5,1.5.8,2.3.8s2.2-.5,2.9-1.4c4.6-5.7,4.3-13.7-.6-19.1-5-5.4-12.9-6.3-19-2.2-1.7,1.1-2.1,3.4-1,5.1.5.8,1.4,1.4,2.3,1.6,1,.2,1.9,0,2.8-.6,3-2,7-1.6,9.5,1.1,2.5,2.7,2.6,6.7.3,9.6-1.3,1.6-1,3.9.6,5.2Z"/><path class="st0" d="M51.4,21.8c.9.3,1.9.3,2.8-.1,7.1-3.3,15.4-1.7,20.7,4.1,5.3,5.8,6.3,14.2,2.4,21-.5.9-.6,1.8-.4,2.8.3.9.9,1.7,1.7,2.2.6.3,1.2.5,1.8.5,1.3,0,2.5-.7,3.2-1.8,5.5-9.6,4.1-21.5-3.3-29.6-7.5-8.1-19.2-10.5-29.2-5.8-1.8.9-2.6,3-1.8,4.9.4.9,1.2,1.6,2.1,1.9Z"/></g><g class="st2"><path class="st0" d="M92.2,23.6v52.7c0,8.7-7.1,15.8-15.8,15.8h-10.3v-32.7h10.9l1.6-12.7h-12.6v-8.1c0-3.7,1-6.1,6.3-6.1h6.7v-11.4c-1.2-.2-5.2-.5-9.8-.5-9.7,0-16.4,5.9-16.4,16.8v9.4h-11v12.7h11v32.7h-29.2c-8.7,0-15.8-7.1-15.8-15.8V23.6c0-8.7,7.1-15.8,15.8-15.8h52.7c8.7,0,15.8,7.1,15.8,15.8Z"/></g><g class="st2"><path class="st0" d="M92.2,76.4c0,8.7-7.1,15.8-15.8,15.8H23.6c-8.7,0-15.8-7.1-15.8-15.8V23.6c0-8.7,7.1-15.8,15.8-15.8h52.7c8.7,0,15.8,7.1,15.8,15.8v52.7ZM27.3,22c-4.3,0-7.2,2.9-7.2,6.6s2.7,6.6,7,6.6h0c4.4,0,7.2-3,7.2-6.6,0-3.7-2.7-6.6-7.1-6.6ZM33.5,78.4v-38.1h-12.7v38.1h12.7ZM79.2,78.4v-21.9c0-11.7-6.3-17.1-14.6-17.1s-9.8,3.8-11.5,6.4h.1v-5.5h-12.7s.2,3.6,0,38.1h12.7v-21.3c0-1.1,0-2.3.4-3.1.9-2.3,3-4.6,6.5-4.6s6.4,3.5,6.4,8.6v20.4h12.7Z"/></g><g class="st2"><path class="st0" d="M93.9,48.9c0,23.8-19.3,43.1-43.1,43.1s-14.5-1.8-20.9-5.4l-23.8,7.7,7.8-23.2c-4.1-6.7-6.2-14.4-6.2-22.2C7.7,25.1,27,5.7,50.8,5.7s43.1,19.3,43.1,43.1ZM86.7,48.9c0-19.8-16.1-35.9-35.9-35.9S14.9,29.1,14.9,48.9s2.4,14.9,6.9,21l-4.5,13.3,13.8-4.4c5.8,3.8,12.8,5.9,19.7,5.9,19.8,0,35.9-16.1,35.9-35.9ZM73.1,60c.1.3.1.6.1.9,0,1.4-.5,3-1,4.3-1.3,3.2-6.6,5.3-9.9,5.3s-8.4-2.4-10.9-3.5c-8.2-3.7-13.3-10.1-18.2-17.3-2.2-3.2-4.1-7.1-4.1-11.1v-.5c.1-3.8,1.5-6.5,4.2-9,.9-.8,1.8-1.3,3-1.3s1.4.2,2.1.2c1.5,0,1.8.5,2.4,1.9.4,1,3.3,8.7,3.3,9.3,0,2.2-3.9,4.6-3.9,5.9s.1.6.3.9c1.3,2.7,3.7,5.8,5.8,7.8,2.6,2.5,5.4,4.2,8.6,5.8.4.2.8.4,1.3.4,1.7,0,4.6-5.5,6.1-5.5s10.3,4.9,10.7,5.5Z"/></g><g class="st2"><path class="st0" d="M83.6,84.4c-.9,3.7-3.9,6.4-7.5,6.8-8.7,1-17.4,1-26.1,1s-17.5,0-26.1-1c-3.6-.4-6.7-3.1-7.5-6.8-1.2-5.3-1.2-11.1-1.2-16.5s0-11.2,1.2-16.5c.9-3.7,3.9-6.4,7.6-6.9,8.6-.9,17.4-.9,26.1-.9s17.5,0,26.1.9c3.6.4,6.7,3.2,7.5,6.9,1.2,5.3,1.2,11,1.2,16.5s0,11.2-1.2,16.5ZM35,56.2v-4.4h-14.7v4.4h4.9v26.8h4.7v-26.8h5ZM42.7,7.8l-5.7,18.8v12.8h-4.7v-12.8c-.4-2.3-1.4-5.6-2.9-10-1-2.9-2.1-5.9-3.1-8.8h5l3.3,12.4,3.2-12.4h4.8ZM47.7,82.9v-23.2h-4.2v17.8c-.9,1.3-1.8,2-2.7,2s-.9-.3-1-1c0-.1,0-.7,0-1.6v-17.1h-4.2v18.4c0,1.6.1,2.7.4,3.4.4,1.2,1.4,1.7,2.7,1.7s3.1-.9,4.8-2.9v2.5h4.2ZM55.3,31.7c0,2.5-.4,4.4-1.3,5.6-1.2,1.6-2.8,2.4-5,2.4s-3.8-.8-4.9-2.4c-.9-1.2-1.3-3.1-1.3-5.6v-8.2c0-2.5.4-4.3,1.3-5.5,1.2-1.6,2.8-2.4,4.9-2.4s3.8.8,5,2.4c.9,1.2,1.3,3,1.3,5.5v8.2ZM51,22.7c0-2.2-.6-3.2-2-3.2s-2,1.1-2,3.2v9.9c0,2.2.7,3.3,2,3.3s2-1.1,2-3.3v-9.9ZM63.7,66.7c0-2.2,0-3.7-.4-4.7-.5-1.7-1.7-2.6-3.3-2.6s-3,.8-4.4,2.5v-10.2h-4.2v31.2h4.2v-2.3c1.4,1.7,2.9,2.6,4.4,2.6s2.8-.9,3.3-2.6c.3-1,.4-2.5.4-4.7v-9.3ZM59.6,76.3c0,2.1-.6,3.2-1.8,3.2s-1.4-.3-2.1-1v-14.2c.7-.7,1.4-1,2.1-1,1.2,0,1.8,1.1,1.8,3.2v9.9ZM71.1,39.4h-4.3v-2.6c-1.7,2-3.3,2.9-4.8,2.9s-2.4-.6-2.8-1.7c-.2-.7-.4-1.8-.4-3.5V15.9h4.3v17.3c0,1,0,1.6,0,1.6,0,.7.4,1,1,1,.8,0,1.7-.7,2.7-2V15.9h4.3v23.5ZM79.6,74.9h-4.3c0,1.7,0,2.6,0,2.9-.2,1.1-.8,1.7-1.9,1.7s-2.2-1.1-2.2-3.2v-4.1h8.4v-4.8c0-2.5-.4-4.3-1.3-5.5-1.2-1.6-2.9-2.4-5-2.4s-3.8.8-5,2.4c-.9,1.2-1.3,3-1.3,5.5v8.1c0,2.5.5,4.3,1.4,5.5,1.2,1.6,2.9,2.4,5.1,2.4s4-.8,5.1-2.5c.5-.8.9-1.6,1-2.5,0-.4,0-1.4,0-2.7v-.6ZM75.5,68.6h-4.2v-2.2c0-2.1.7-3.2,2.1-3.2s2.1,1.1,2.1,3.2v2.2Z"/></g><path class="st1" d="M56.8,43.7L87.5,7.9h-7.3l-26.7,31L32.3,7.9H7.7l32.2,46.9L7.7,92.3h7.3l28.2-32.7,22.5,32.7h24.6l-33.4-48.6h0ZM46.9,55.2l-3.3-4.7L17.6,13.4h11.2l20.9,30,3.3,4.7,27.2,39h-11.2l-22.2-31.8h0Z"/><path class="st0" d="M28.8,33.3v51.5c0,4.2-3.4,7.6-7.6,7.6h-6.1c-4.2,0-7.6-3.4-7.6-7.6v-51.5c0-4.2,3.4-7.6,7.6-7.6h6.1c4.2,0,7.6,3.4,7.6,7.6ZM92.4,43.9v36.4c0,6.7-5.4,12.1-12.1,12.1h-40.9c-4.2,0-7.6-3.4-7.6-7.6V12.1c0-2.5,2-4.5,4.5-4.5h31.8c2.5,0,6,1.5,7.8,3.2l7.2,7.2c1.8,1.8,3.2,5.3,3.2,7.8v7.7c3.6,2.1,6.1,6,6.1,10.5ZM80.3,25.7h-7.6c-2.5,0-4.5-2-4.5-4.5v-7.6h-30.3v24.3h42.4v-12.1ZM51.5,50c0-.9-.7-1.5-1.5-1.5h-6.1c-.9,0-1.5.7-1.5,1.5v6.1c0,.9.7,1.5,1.5,1.5h6.1c.9,0,1.5-.7,1.5-1.5v-6.1ZM51.5,62.1c0-.9-.7-1.5-1.5-1.5h-6.1c-.9,0-1.5.7-1.5,1.5v6.1c0,.9.7,1.5,1.5,1.5h6.1c.9,0,1.5-.7,1.5-1.5v-6.1ZM51.5,74.3c0-.9-.7-1.5-1.5-1.5h-6.1c-.9,0-1.5.7-1.5,1.5v6.1c0,.9.7,1.5,1.5,1.5h6.1c.9,0,1.5-.7,1.5-1.5v-6.1ZM63.6,50c0-.9-.7-1.5-1.5-1.5h-6.1c-.9,0-1.5.7-1.5,1.5v6.1c0,.9.7,1.5,1.5,1.5h6.1c.9,0,1.5-.7,1.5-1.5v-6.1ZM63.6,62.1c0-.9-.7-1.5-1.5-1.5h-6.1c-.9,0-1.5.7-1.5,1.5v6.1c0,.9.7,1.5,1.5,1.5h6.1c.9,0,1.5-.7,1.5-1.5v-6.1ZM63.6,74.3c0-.9-.7-1.5-1.5-1.5h-6.1c-.9,0-1.5.7-1.5,1.5v6.1c0,.9.7,1.5,1.5,1.5h6.1c.9,0,1.5-.7,1.5-1.5v-6.1ZM75.8,50c0-.9-.7-1.5-1.5-1.5h-6.1c-.9,0-1.5.7-1.5,1.5v6.1c0,.9.7,1.5,1.5,1.5h6.1c.9,0,1.5-.7,1.5-1.5v-6.1ZM75.8,62.1c0-.9-.7-1.5-1.5-1.5h-6.1c-.9,0-1.5.7-1.5,1.5v6.1c0,.9.7,1.5,1.5,1.5h6.1c.9,0,1.5-.7,1.5-1.5v-6.1ZM75.8,74.3c0-.9-.7-1.5-1.5-1.5h-6.1c-.9,0-1.5.7-1.5,1.5v6.1c0,.9.7,1.5,1.5,1.5h6.1c.9,0,1.5-.7,1.5-1.5v-6.1Z"/></svg>');
	position: absolute;
	top: 2px;
	left: 0;
	width: 22px;
    height: 22px;
}

.hb-contactpage .hb-contact-offices-wrapper .hb-contact-offices-wrapper-inner .hb-contact-telephone .hb-contact-telephone-inner::before,
.hb-contactpage .hb-contact-teams-wrapper .hb-contact-telephone .hb-contact-telephone-inner::before {
	content: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"><defs><style> .st0 { fill: %23000000; } </style></defs><path class="st0" d="M91.8,71.6l-12.6-12.8c-2.9-3-7.7-3.4-11.1-.9l-3.8,2.8-.7.7c-.6.6-2.1,2.1-6.3.5-3.3-1.3-7.1-4.1-11.1-8.1-4-4-6.7-7.9-7.9-11.2-1.5-4.2,0-5.7.6-6.3l3.4-4.5c2.5-3.3,2.2-8.1-.7-11.1l-12.6-12.8c-1.7-1.7-4.1-2.7-6.5-2.5-2.4.1-4.7,1.3-6.2,3.2l-5.6,7.2c-4.7,5.9-6,13.7-3.6,20.9,2.3,10,10.5,23,22,34.7,11.7,11.8,24.6,20.3,34.6,22.6,1.6.5,3.2.8,4.9,1,.5,0,1,0,1.5,0,4.5,0,9-1.5,12.7-4.3l8.2-6.3c1.9-1.5,3.2-3.7,3.3-6.2.2-2.4-.7-4.8-2.4-6.6ZM22.9,12.5c.3,0,.6.1.8.3l12.6,12.8c.4.4.4,1.1,0,1.5l-2.9,3.9c-2.4,2.5-4.7,6.9-2.1,13.9,1.6,4.3,4.9,9.1,9.6,13.8,4.7,4.8,9.4,8.1,13.7,9.8,7.1,2.7,11.6.4,14.1-2.1l3.7-2.7c.5-.3,1.1-.3,1.5.1l12.6,12.8c.3.3.3.7.3.9,0,.2-.1.6-.5.8l-8.2,6.3c-2.6,2-5.9,3-9.2,2.7-1.1,0-2.2-.3-3.3-.7h-.3c-8.6-2-20.6-9.9-31.2-20.7-10.5-10.7-18.2-22.7-20.1-31.4v-.4c-1.8-4.8-.9-10.1,2.3-14.2l5.6-7.2c.3-.3.6-.4.9-.4Z"/><path class="st0" d="M68,47.7h0c.7.5,1.5.8,2.3.8s2.2-.5,2.9-1.4c4.6-5.7,4.3-13.7-.6-19.1-5-5.4-12.9-6.3-19-2.2-1.7,1.1-2.1,3.4-1,5.1.5.8,1.4,1.4,2.3,1.6,1,.2,1.9,0,2.8-.6,3-2,7-1.6,9.5,1.1,2.5,2.7,2.6,6.7.3,9.6-1.3,1.6-1,3.9.6,5.2Z"/><path class="st0" d="M51.4,21.8c.9.3,1.9.3,2.8-.1,7.1-3.3,15.4-1.7,20.7,4.1,5.3,5.8,6.3,14.2,2.4,21-.5.9-.6,1.8-.4,2.8.3.9.9,1.7,1.7,2.2.6.3,1.2.5,1.8.5,1.3,0,2.5-.7,3.2-1.8,5.5-9.6,4.1-21.5-3.3-29.6-7.5-8.1-19.2-10.5-29.2-5.8-1.8.9-2.6,3-1.8,4.9.4.9,1.2,1.6,2.1,1.9Z"/></svg>');
	position: absolute;
	top: 3px;
	left: 2px;
	width: 21px;
    height: 21px;
}

.hb-contactpage .hb-contact-offices-wrapper .hb-contact-offices-wrapper-inner .hb-contact-whatsapp .hb-contact-whatsapp-inner::before,
.hb-contactpage .hb-contact-teams-wrapper .hb-contact-whatsapp .hb-contact-whatsapp-inner::before {
	content: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"><defs><style> .st0, .st1 { fill: %23231f20; } .st2, .st1 { display: none; } </style></defs><g class="st2"><path class="st0" d="M92.9,38c-2.5,0-4.5,2-4.5,4.5v30.9c0,3.7-3,6.6-6.7,6.6l-63.5.4c-3.7,0-6.6-3-6.6-6.6v-30.9c0-2.5-2-4.5-4.5-4.5s-4.5,2-4.5,4.5v30.9c0,8.6,7,15.7,15.7,15.7l63.5-.4c8.6,0,15.7-7,15.7-15.7v-30.9c0-2.5-2-4.5-4.5-4.5Z"/><path class="st0" d="M46.7,68.4h0c.9.9,2.1,1.5,3.3,1.5s2.5-.5,3.3-1.5l23.3-25.3c.8-.9,1.2-2,1.2-3.2,0-1.2-.6-2.3-1.5-3.1-1.8-1.7-4.7-1.6-6.4.3l-15.5,16.8V15.1c0-2.5-2-4.5-4.5-4.5s-4.5,2-4.5,4.5v38.7l-15.5-16.8c-.8-.9-1.9-1.4-3.1-1.5-1.2,0-2.4.4-3.2,1.2-.9.8-1.4,1.9-1.5,3.1,0,1.2.4,2.4,1.2,3.2l23.3,25.3Z"/></g><path class="st1" d="M87.1,43.4h-30.4V12.9c0-3.7-3-6.6-6.6-6.6s-6.6,3-6.6,6.6v30.4H12.9c-3.7,0-6.6,3-6.6,6.6s3,6.6,6.6,6.6h30.4v30.4c0,3.7,3,6.6,6.6,6.6s6.6-3,6.6-6.6v-30.4h30.4c3.7,0,6.6-3,6.6-6.6s-3-6.6-6.6-6.6Z"/><path class="st1" d="M50,7.1C26.3,7.1,7.1,26.3,7.1,50s19.3,42.9,42.9,42.9c23.7,0,42.9-19.3,42.9-42.9S73.7,7.1,50,7.1ZM71.5,41.3h13.3c.7,2.9,1.1,5.8,1.1,8.7s-.4,5.9-1.1,8.7h-13.3c.3-2.9.4-5.8.4-8.7s-.1-5.8-.4-8.7ZM63.4,34.3h-26.7c2.5-11.9,8-20.1,13.4-20.1v-1s0,1,0,1c5.4,0,10.8,8.2,13.4,20.1ZM64.3,17.1c7.8,3.4,14.2,9.5,17.9,17.1h-11.7c-1.3-6.7-3.4-12.6-6.2-17.1ZM29.5,65.7c1.3,6.7,3.4,12.6,6.2,17.1-7.8-3.4-14.2-9.5-17.9-17.1h11.7ZM64.9,50c0,2.9-.2,5.8-.5,8.7h-28.9c-.3-2.9-.5-5.8-.5-8.7s.2-5.8.5-8.7h28.9c.3,2.9.5,5.8.5,8.7ZM17.8,34.3c3.8-7.7,10.1-13.7,17.9-17.1-2.8,4.6-4.9,10.4-6.2,17.1h-11.7ZM50,86.8v-1c-5.4,0-10.8-8.2-13.4-20.1h26.7c-2.5,11.9-8,20.1-13.4,20.1v1h0ZM82.2,65.7c-3.8,7.7-10.1,13.7-17.9,17.1,2.8-4.6,4.9-10.4,6.2-17.1h11.7ZM28.5,58.7h-13.3c-.7-2.9-1.1-5.8-1.1-8.7s.4-5.9,1.1-8.7h13.3c-.3,2.9-.4,5.8-.4,8.7s.1,5.8.4,8.7Z"/><path class="st1" d="M69.5,40.9L38,8.3c-1.2-1.2-2.8-1.9-4.4-1.9-1.7,0-3.3.6-4.5,1.8-1.2,1.2-1.9,2.8-1.9,4.4s.6,3.3,1.8,4.5l31.2,32.4-31.2,33.6c-2.4,2.6-2.2,6.6.3,9,1.2,1.1,2.7,1.7,4.3,1.7s3.5-.7,4.6-2l31.5-33.9c4.4-4.8,4.4-12.2-.2-16.8Z"/><path class="st1" d="M30.5,40.9L62,8.3c1.2-1.2,2.8-1.9,4.4-1.9,1.7,0,3.3.6,4.5,1.8,1.2,1.2,1.9,2.8,1.9,4.4s-.6,3.3-1.8,4.5l-31.2,32.4,31.2,33.6c2.4,2.6,2.2,6.6-.3,9-1.2,1.1-2.7,1.7-4.3,1.7s-3.5-.7-4.6-2l-31.5-33.9c-4.4-4.8-4.4-12.2.2-16.8Z"/><path class="st1" d="M40.9,69.5L8.3,38c-1.2-1.2-1.9-2.8-1.9-4.4,0-1.7.6-3.3,1.8-4.5,1.2-1.2,2.8-1.9,4.4-1.9s3.3.6,4.5,1.8l32.4,31.2,33.6-31.2c2.6-2.4,6.6-2.2,9,.3,1.1,1.2,1.7,2.7,1.7,4.3s-.7,3.5-2,4.6l-33.9,31.5c-4.8,4.4-12.2,4.4-16.8-.2Z"/><path class="st1" d="M40.9,30.5L8.3,62c-1.2,1.2-1.9,2.8-1.9,4.4,0,1.7.6,3.3,1.8,4.5,1.2,1.2,2.8,1.9,4.4,1.9s3.3-.6,4.5-1.8l32.4-31.2,33.6,31.2c2.6,2.4,6.6,2.2,9-.3,1.1-1.2,1.7-2.7,1.7-4.3s-.7-3.5-2-4.6l-33.9-31.5c-4.8-4.4-12.2-4.4-16.8.2Z"/><path class="st1" d="M88.2,54.5c1.2-1.1,1.9-2.6,1.9-4.2s-.7-3.2-1.9-4.2L46.6,7.6c-2.3-2.2-6-2-8.2.3-2.2,2.3-2,6,.3,8.2l30.7,28.3H15.7c-3.2,0-5.8,2.6-5.8,5.8s2.6,5.8,5.8,5.8h53.8s-30.7,28.3-30.7,28.3c-2.3,2.2-2.5,5.8-.3,8.2,2.2,2.3,5.8,2.5,8.2.3l41.6-38.4Z"/><path class="st1" d="M54.2,11.8c-1.1-1.2-2.6-1.9-4.2-1.9s-3.2.7-4.2,1.9L7.4,53.4c-2.2,2.3-2,6,.3,8.2,2.3,2.2,6,2,8.2-.3l28.3-30.7v53.8c0,3.2,2.6,5.8,5.8,5.8,3.2,0,5.8-2.6,5.8-5.8V30.5s28.3,30.7,28.3,30.7c2.2,2.3,5.8,2.5,8.2.3,2.3-2.2,2.5-5.8.3-8.2L54.2,11.8Z"/><path class="st1" d="M54.2,88.2c-1.1,1.2-2.6,1.9-4.2,1.9s-3.2-.7-4.2-1.9L7.4,46.6c-2.2-2.3-2-6,.3-8.2,2.3-2.2,6-2,8.2.3l28.3,30.7V15.7c0-3.2,2.6-5.8,5.8-5.8,3.2,0,5.8,2.6,5.8,5.8v53.8s28.3-30.7,28.3-30.7c2.2-2.3,5.8-2.5,8.2-.3,2.3,2.2,2.5,5.8.3,8.2l-38.4,41.6Z"/><path class="st1" d="M94.3,39.2c-1.2-3.8-4.6-6.3-8.7-6.3h-18.5c-1.3,0-2.4-.8-2.8-2l-5.7-17.6c-1.2-3.8-4.6-6.3-8.7-6.3s-7.4,2.5-8.7,6.3l-5.7,17.6c-.4,1.2-1.5,2-2.8,2H14.4c-4,0-7.4,2.5-8.7,6.3-1.2,3.8,0,7.8,3.3,10.2l15,10.9c1,.7,1.5,2.1,1.1,3.3l-5.7,17.6c-1.2,3.8,0,7.8,3.3,10.2,3.3,2.4,7.5,2.4,10.7,0l15-10.9c1-.7,2.4-.7,3.4,0l15,10.9c1.6,1.2,3.5,1.8,5.4,1.8s3.7-.6,5.4-1.8c3.3-2.4,4.5-6.4,3.3-10.2l-5.7-17.6c-.4-1.2,0-2.5,1.1-3.3l15-10.9c3.3-2.4,4.5-6.4,3.3-10.2ZM69.7,54.6c-2.8,2-4,5.6-2.9,8.9l5,15.4c.5,1.7-.6,2.6-.9,2.9-.4.3-1.6,1-3,0l-13.1-9.5c-1.4-1-3.1-1.5-4.7-1.5s-3.3.5-4.7,1.5l-13.1,9.5c-1.4,1-2.7.3-3,0-.4-.3-1.5-1.2-.9-2.9l5-15.4c1.1-3.3,0-6.9-2.9-8.9l-13.1-9.5c-1.4-1-1.1-2.5-.9-2.9.1-.4.7-1.8,2.4-1.8h16.2c3.5,0,6.5-2.2,7.6-5.5l5-15.4c.5-1.7,2-1.8,2.4-1.8s1.9.1,2.4,1.8l5,15.4c1.1,3.3,4.1,5.5,7.6,5.5h16.2c1.7,0,2.3,1.4,2.4,1.8.1.4.5,1.9-.9,2.9l-13.1,9.5Z"/><path class="st1" d="M86,19.4l-.5-.6h0c-3.3-3.4-7.8-5.2-12.5-5.2H27.1c-4.7,0-9.1,1.8-12.5,5.2l-.6.6h0c-2.9,3.3-4.6,7.5-4.6,11.9v37.5c0,9.7,7.9,17.6,17.6,17.6h45.8c9.7,0,17.6-7.9,17.6-17.6V31.2c0-4.4-1.6-8.6-4.6-11.8ZM52.2,45.2c-1.2,1.2-3.2,1.2-4.4,0l-22.2-21.8c.5,0,.9-.1,1.4-.1h45.8c.5,0,1,0,1.4.1l-22.2,21.8ZM19.1,31.2c0-.2,0-.4,0-.6l21.8,21.5c2.4,2.4,5.6,3.7,9,3.7s6.6-1.3,9-3.7l21.8-21.5c0,.2,0,.4,0,.6v37.5c0,4.4-3.6,7.9-7.9,7.9H27.1c-4.4,0-7.9-3.6-7.9-7.9V31.2Z"/><g class="st2"><path class="st0" d="M81.7,54.2l6.2-19.9c.9-2.8.4-5.8-1.4-8.2-1.8-2.4-4.5-3.8-7.4-3.8H31.2l-.3-2.1c-.6-4.9-4-8.9-8.8-10.2l-4.7-1.3c-2.4-.7-4.9.8-5.6,3.2-.7,2.4.8,4.9,3.2,5.6l4.7,1.3c1.2.3,2,1.3,2.1,2.5l5.3,43.9c.7,6,5.9,10.6,11.9,10.6h39.3c2.5,0,4.5-2,4.5-4.5s-2-4.5-4.5-4.5h-39.3c-.7,0-1.4-.3-1.9-.7h28.5c7.4,0,13.8-4.7,16-11.8ZM73,51.5c-1,3.2-3.9,5.4-7.3,5.4h-30.4l-3-25.4h46.7c0,0,0,0,.1,0,0,0,0,0,0,.1l-6.2,19.9Z"/><circle class="st0" cx="40.1" cy="84.1" r="7.2"/><path class="st0" d="M69.5,76.9c-4,0-7.2,3.2-7.2,7.2s3.2,7.2,7.2,7.2,7.2-3.2,7.2-7.2-3.2-7.2-7.2-7.2Z"/></g><g class="st2"><path class="st0" d="M91.8,71.6l-12.6-12.8c-2.9-3-7.7-3.4-11.1-.9l-3.8,2.8-.7.7c-.6.6-2.1,2.1-6.3.5-3.3-1.3-7.1-4.1-11.1-8.1-4-4-6.7-7.9-7.9-11.2-1.5-4.2,0-5.7.6-6.3l3.4-4.5c2.5-3.3,2.2-8.1-.7-11.1l-12.6-12.8c-1.7-1.7-4.1-2.7-6.5-2.5-2.4.1-4.7,1.3-6.2,3.2l-5.6,7.2c-4.7,5.9-6,13.7-3.6,20.9,2.3,10,10.5,23,22,34.7,11.7,11.8,24.6,20.3,34.6,22.6,1.6.5,3.2.8,4.9,1,.5,0,1,0,1.5,0,4.5,0,9-1.5,12.7-4.3l8.2-6.3c1.9-1.5,3.2-3.7,3.3-6.2.2-2.4-.7-4.8-2.4-6.6ZM22.9,12.5c.3,0,.6.1.8.3l12.6,12.8c.4.4.4,1.1,0,1.5l-2.9,3.9c-2.4,2.5-4.7,6.9-2.1,13.9,1.6,4.3,4.9,9.1,9.6,13.8,4.7,4.8,9.4,8.1,13.7,9.8,7.1,2.7,11.6.4,14.1-2.1l3.7-2.7c.5-.3,1.1-.3,1.5.1l12.6,12.8c.3.3.3.7.3.9,0,.2-.1.6-.5.8l-8.2,6.3c-2.6,2-5.9,3-9.2,2.7-1.1,0-2.2-.3-3.3-.7h-.3c-8.6-2-20.6-9.9-31.2-20.7-10.5-10.7-18.2-22.7-20.1-31.4v-.4c-1.8-4.8-.9-10.1,2.3-14.2l5.6-7.2c.3-.3.6-.4.9-.4Z"/><path class="st0" d="M68,47.7h0c.7.5,1.5.8,2.3.8s2.2-.5,2.9-1.4c4.6-5.7,4.3-13.7-.6-19.1-5-5.4-12.9-6.3-19-2.2-1.7,1.1-2.1,3.4-1,5.1.5.8,1.4,1.4,2.3,1.6,1,.2,1.9,0,2.8-.6,3-2,7-1.6,9.5,1.1,2.5,2.7,2.6,6.7.3,9.6-1.3,1.6-1,3.9.6,5.2Z"/><path class="st0" d="M51.4,21.8c.9.3,1.9.3,2.8-.1,7.1-3.3,15.4-1.7,20.7,4.1,5.3,5.8,6.3,14.2,2.4,21-.5.9-.6,1.8-.4,2.8.3.9.9,1.7,1.7,2.2.6.3,1.2.5,1.8.5,1.3,0,2.5-.7,3.2-1.8,5.5-9.6,4.1-21.5-3.3-29.6-7.5-8.1-19.2-10.5-29.2-5.8-1.8.9-2.6,3-1.8,4.9.4.9,1.2,1.6,2.1,1.9Z"/></g><g class="st2"><path class="st0" d="M70.6,30.2v38.6c0,6.4-5.2,11.6-11.6,11.6h-7.6v-23.9h8l1.2-9.3h-9.2v-5.9c0-2.7.7-4.5,4.6-4.5h4.9v-8.4c-.8-.1-3.8-.4-7.2-.4-7.1,0-12,4.3-12,12.3v6.9h-8v9.3h8v23.9h-21.4c-6.4,0-11.6-5.2-11.6-11.6V30.2c0-6.4,5.2-11.6,11.6-11.6h38.6c6.4,0,11.6,5.2,11.6,11.6Z"/></g><g class="st2"><path class="st0" d="M0,4.9C0,11.3-5.1,16.4-11.5,16.4h-38.6c-6.4,0-11.6-5.2-11.6-11.6v-38.6c0-6.4,5.2-11.6,11.6-11.6H-11.5C-5.1-45.3,0-40.1,0-33.7V4.9ZM-47.5-34.9c-3.2,0-5.3,2.1-5.3,4.8s2,4.8,5.1,4.8h0c3.3,0,5.3-2.2,5.3-4.8,0-2.7-2-4.8-5.2-4.8ZM-42.9,6.4v-27.9h-9.3V6.4h9.3ZM-9.5,6.4v-16c0-8.6-4.6-12.5-10.7-12.5s-7.2,2.8-8.4,4.7h0v-4.1h-9.3s.1,2.6,0,27.9h9.3v-15.6c0-.8,0-1.6.3-2.2.7-1.6,2.2-3.4,4.8-3.4s4.7,2.5,4.7,6.3V6.4h9.3Z"/></g><path class="st0" d="M93.9,48.9c0,23.8-19.3,43.1-43.1,43.1s-14.5-1.8-20.9-5.4l-23.8,7.7,7.8-23.2c-4.1-6.7-6.2-14.4-6.2-22.2C7.7,25.1,27,5.7,50.8,5.7s43.1,19.3,43.1,43.1ZM86.7,48.9c0-19.8-16.1-35.9-35.9-35.9S14.9,29.1,14.9,48.9s2.4,14.9,6.9,21l-4.5,13.3,13.8-4.4c5.8,3.8,12.8,5.9,19.7,5.9,19.8,0,35.9-16.1,35.9-35.9ZM73.1,60c.1.3.1.6.1.9,0,1.4-.5,3-1,4.3-1.3,3.2-6.6,5.3-9.9,5.3s-8.4-2.4-10.9-3.5c-8.2-3.7-13.3-10.1-18.2-17.3-2.2-3.2-4.1-7.1-4.1-11.1v-.5c.1-3.8,1.5-6.5,4.2-9,.9-.8,1.8-1.3,3-1.3s1.4.2,2.1.2c1.5,0,1.8.5,2.4,1.9.4,1,3.3,8.7,3.3,9.3,0,2.2-3.9,4.6-3.9,5.9s.1.6.3.9c1.3,2.7,3.7,5.8,5.8,7.8,2.6,2.5,5.4,4.2,8.6,5.8.4.2.8.4,1.3.4,1.7,0,4.6-5.5,6.1-5.5s10.3,4.9,10.7,5.5Z"/><g class="st2"><path class="st0" d="M148.4,83.4c-.8,3.2-3.3,5.5-6.4,5.8-7.4.8-14.9.8-22.3.8s-14.9,0-22.3-.8c-3.1-.3-5.7-2.7-6.4-5.8-1-4.5-1-9.4-1-14.1s0-9.6,1-14.1c.8-3.2,3.3-5.5,6.5-5.9,7.4-.8,14.8-.8,22.3-.8s14.9,0,22.3.8c3.1.4,5.7,2.7,6.4,5.9,1,4.5,1,9.4,1,14.1s0,9.6-1,14.1ZM106.9,59.3v-3.8h-12.5v3.8h4.2v22.9h4v-22.9h4.3ZM113.5,18l-4.9,16v10.9h-4v-10.9c-.4-2-1.2-4.8-2.5-8.5-.9-2.5-1.8-5-2.6-7.5h4.3l2.9,10.6,2.7-10.6h4.1ZM117.8,82.1v-19.8h-3.6v15.2c-.8,1.1-1.6,1.7-2.3,1.7s-.8-.3-.8-.8c0-.1,0-.6,0-1.4v-14.6h-3.6v15.7c0,1.4.1,2.3.3,2.9.3,1,1.2,1.5,2.3,1.5s2.7-.8,4.1-2.5v2.2h3.6ZM124.2,38.4c0,2.1-.4,3.7-1.1,4.7-1,1.4-2.4,2-4.3,2s-3.2-.7-4.2-2c-.8-1-1.1-2.6-1.1-4.7v-7c0-2.1.4-3.7,1.1-4.7,1-1.4,2.4-2,4.2-2s3.3.7,4.3,2c.8,1,1.1,2.6,1.1,4.7v7ZM120.6,30.7c0-1.8-.5-2.8-1.7-2.8s-1.7.9-1.7,2.8v8.4c0,1.8.6,2.8,1.7,2.8s1.7-1,1.7-2.8v-8.4ZM131.4,68.3c0-1.8,0-3.2-.4-4-.4-1.5-1.4-2.2-2.9-2.2s-2.6.7-3.7,2.2v-8.7h-3.6v26.6h3.6v-1.9c1.2,1.5,2.5,2.2,3.7,2.2s2.4-.8,2.9-2.2c.3-.8.4-2.2.4-4v-7.9ZM127.8,76.5c0,1.8-.5,2.7-1.6,2.7s-1.2-.3-1.8-.9v-12.1c.6-.6,1.2-.9,1.8-.9,1,0,1.6.9,1.6,2.7v8.5ZM137.7,44.9h-3.7v-2.2c-1.4,1.7-2.8,2.5-4.1,2.5s-2-.5-2.4-1.5c-.2-.6-.3-1.6-.3-3v-15.8h3.7v14.7c0,.8,0,1.3,0,1.4,0,.6.4.9.8.9.7,0,1.5-.6,2.3-1.7v-15.3h3.7v20ZM145,75.3h-3.7c0,1.4,0,2.2,0,2.5-.2,1-.7,1.4-1.6,1.4s-1.8-.9-1.8-2.8v-3.5h7.2v-4.1c0-2.1-.4-3.7-1.1-4.7-1-1.4-2.5-2-4.3-2s-3.3.7-4.3,2c-.8,1-1.1,2.5-1.1,4.7v7c0,2.1.4,3.7,1.2,4.7,1,1.4,2.5,2,4.3,2s3.4-.7,4.3-2.1c.4-.6.8-1.4.8-2.2,0-.4,0-1.2,0-2.3v-.5ZM141.4,69.9h-3.6v-1.8c0-1.8.6-2.7,1.8-2.7s1.8.9,1.8,2.7v1.8Z"/></g></svg>');
	position: absolute;
	top: 2px;
	left: 2px;
	width: 22px;
    height: 22px;
}

.hb-contactpage .hb-contact-offices-wrapper .hb-contact-offices-wrapper-inner .hb-contact-socialmedia-wrapper {
	margin-top: 15px;
}

.hb-contactpage .hb-contact-offices-wrapper .hb-contact-offices-wrapper-inner .hb-contact-socialmedia-wrapper > * {
	margin-right: 3px;
}

.hb-contactpage .hb-contact-offices-wrapper .hb-contact-offices-wrapper-inner .hb-contact-socialmedia-wrapper .hb-contact-socialmedia-facebook {
	content: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"><defs><style> .st0, .st1 { fill: %23231f20; } .st2, .st1 { display: none; } </style></defs><g class="st2"><path class="st0" d="M92.9,38c-2.5,0-4.5,2-4.5,4.5v30.9c0,3.7-3,6.6-6.7,6.6l-63.5.4c-3.7,0-6.6-3-6.6-6.6v-30.9c0-2.5-2-4.5-4.5-4.5s-4.5,2-4.5,4.5v30.9c0,8.6,7,15.7,15.7,15.7l63.5-.4c8.6,0,15.7-7,15.7-15.7v-30.9c0-2.5-2-4.5-4.5-4.5Z"/><path class="st0" d="M46.7,68.4h0c.9.9,2.1,1.5,3.3,1.5s2.5-.5,3.3-1.5l23.3-25.3c.8-.9,1.2-2,1.2-3.2,0-1.2-.6-2.3-1.5-3.1-1.8-1.7-4.7-1.6-6.4.3l-15.5,16.8V15.1c0-2.5-2-4.5-4.5-4.5s-4.5,2-4.5,4.5v38.7l-15.5-16.8c-.8-.9-1.9-1.4-3.1-1.5-1.2,0-2.4.4-3.2,1.2-.9.8-1.4,1.9-1.5,3.1,0,1.2.4,2.4,1.2,3.2l23.3,25.3Z"/></g><path class="st1" d="M87.1,43.4h-30.4V12.9c0-3.7-3-6.6-6.6-6.6s-6.6,3-6.6,6.6v30.4H12.9c-3.7,0-6.6,3-6.6,6.6s3,6.6,6.6,6.6h30.4v30.4c0,3.7,3,6.6,6.6,6.6s6.6-3,6.6-6.6v-30.4h30.4c3.7,0,6.6-3,6.6-6.6s-3-6.6-6.6-6.6Z"/><path class="st1" d="M50,7.1C26.3,7.1,7.1,26.3,7.1,50s19.3,42.9,42.9,42.9c23.7,0,42.9-19.3,42.9-42.9S73.7,7.1,50,7.1ZM71.5,41.3h13.3c.7,2.9,1.1,5.8,1.1,8.7s-.4,5.9-1.1,8.7h-13.3c.3-2.9.4-5.8.4-8.7s-.1-5.8-.4-8.7ZM63.4,34.3h-26.7c2.5-11.9,8-20.1,13.4-20.1v-1s0,1,0,1c5.4,0,10.8,8.2,13.4,20.1ZM64.3,17.1c7.8,3.4,14.2,9.5,17.9,17.1h-11.7c-1.3-6.7-3.4-12.6-6.2-17.1ZM29.5,65.7c1.3,6.7,3.4,12.6,6.2,17.1-7.8-3.4-14.2-9.5-17.9-17.1h11.7ZM64.9,50c0,2.9-.2,5.8-.5,8.7h-28.9c-.3-2.9-.5-5.8-.5-8.7s.2-5.8.5-8.7h28.9c.3,2.9.5,5.8.5,8.7ZM17.8,34.3c3.8-7.7,10.1-13.7,17.9-17.1-2.8,4.6-4.9,10.4-6.2,17.1h-11.7ZM50,86.8v-1c-5.4,0-10.8-8.2-13.4-20.1h26.7c-2.5,11.9-8,20.1-13.4,20.1v1h0ZM82.2,65.7c-3.8,7.7-10.1,13.7-17.9,17.1,2.8-4.6,4.9-10.4,6.2-17.1h11.7ZM28.5,58.7h-13.3c-.7-2.9-1.1-5.8-1.1-8.7s.4-5.9,1.1-8.7h13.3c-.3,2.9-.4,5.8-.4,8.7s.1,5.8.4,8.7Z"/><path class="st1" d="M69.5,40.9L38,8.3c-1.2-1.2-2.8-1.9-4.4-1.9-1.7,0-3.3.6-4.5,1.8-1.2,1.2-1.9,2.8-1.9,4.4s.6,3.3,1.8,4.5l31.2,32.4-31.2,33.6c-2.4,2.6-2.2,6.6.3,9,1.2,1.1,2.7,1.7,4.3,1.7s3.5-.7,4.6-2l31.5-33.9c4.4-4.8,4.4-12.2-.2-16.8Z"/><path class="st1" d="M30.5,40.9L62,8.3c1.2-1.2,2.8-1.9,4.4-1.9,1.7,0,3.3.6,4.5,1.8,1.2,1.2,1.9,2.8,1.9,4.4s-.6,3.3-1.8,4.5l-31.2,32.4,31.2,33.6c2.4,2.6,2.2,6.6-.3,9-1.2,1.1-2.7,1.7-4.3,1.7s-3.5-.7-4.6-2l-31.5-33.9c-4.4-4.8-4.4-12.2.2-16.8Z"/><path class="st1" d="M40.9,69.5L8.3,38c-1.2-1.2-1.9-2.8-1.9-4.4,0-1.7.6-3.3,1.8-4.5,1.2-1.2,2.8-1.9,4.4-1.9s3.3.6,4.5,1.8l32.4,31.2,33.6-31.2c2.6-2.4,6.6-2.2,9,.3,1.1,1.2,1.7,2.7,1.7,4.3s-.7,3.5-2,4.6l-33.9,31.5c-4.8,4.4-12.2,4.4-16.8-.2Z"/><path class="st1" d="M40.9,30.5L8.3,62c-1.2,1.2-1.9,2.8-1.9,4.4,0,1.7.6,3.3,1.8,4.5,1.2,1.2,2.8,1.9,4.4,1.9s3.3-.6,4.5-1.8l32.4-31.2,33.6,31.2c2.6,2.4,6.6,2.2,9-.3,1.1-1.2,1.7-2.7,1.7-4.3s-.7-3.5-2-4.6l-33.9-31.5c-4.8-4.4-12.2-4.4-16.8.2Z"/><path class="st1" d="M88.2,54.5c1.2-1.1,1.9-2.6,1.9-4.2s-.7-3.2-1.9-4.2L46.6,7.6c-2.3-2.2-6-2-8.2.3-2.2,2.3-2,6,.3,8.2l30.7,28.3H15.7c-3.2,0-5.8,2.6-5.8,5.8s2.6,5.8,5.8,5.8h53.8s-30.7,28.3-30.7,28.3c-2.3,2.2-2.5,5.8-.3,8.2,2.2,2.3,5.8,2.5,8.2.3l41.6-38.4Z"/><path class="st1" d="M54.2,11.8c-1.1-1.2-2.6-1.9-4.2-1.9s-3.2.7-4.2,1.9L7.4,53.4c-2.2,2.3-2,6,.3,8.2,2.3,2.2,6,2,8.2-.3l28.3-30.7v53.8c0,3.2,2.6,5.8,5.8,5.8,3.2,0,5.8-2.6,5.8-5.8V30.5s28.3,30.7,28.3,30.7c2.2,2.3,5.8,2.5,8.2.3,2.3-2.2,2.5-5.8.3-8.2L54.2,11.8Z"/><path class="st1" d="M54.2,88.2c-1.1,1.2-2.6,1.9-4.2,1.9s-3.2-.7-4.2-1.9L7.4,46.6c-2.2-2.3-2-6,.3-8.2,2.3-2.2,6-2,8.2.3l28.3,30.7V15.7c0-3.2,2.6-5.8,5.8-5.8,3.2,0,5.8,2.6,5.8,5.8v53.8s28.3-30.7,28.3-30.7c2.2-2.3,5.8-2.5,8.2-.3,2.3,2.2,2.5,5.8.3,8.2l-38.4,41.6Z"/><path class="st1" d="M94.3,39.2c-1.2-3.8-4.6-6.3-8.7-6.3h-18.5c-1.3,0-2.4-.8-2.8-2l-5.7-17.6c-1.2-3.8-4.6-6.3-8.7-6.3s-7.4,2.5-8.7,6.3l-5.7,17.6c-.4,1.2-1.5,2-2.8,2H14.4c-4,0-7.4,2.5-8.7,6.3-1.2,3.8,0,7.8,3.3,10.2l15,10.9c1,.7,1.5,2.1,1.1,3.3l-5.7,17.6c-1.2,3.8,0,7.8,3.3,10.2,3.3,2.4,7.5,2.4,10.7,0l15-10.9c1-.7,2.4-.7,3.4,0l15,10.9c1.6,1.2,3.5,1.8,5.4,1.8s3.7-.6,5.4-1.8c3.3-2.4,4.5-6.4,3.3-10.2l-5.7-17.6c-.4-1.2,0-2.5,1.1-3.3l15-10.9c3.3-2.4,4.5-6.4,3.3-10.2ZM69.7,54.6c-2.8,2-4,5.6-2.9,8.9l5,15.4c.5,1.7-.6,2.6-.9,2.9-.4.3-1.6,1-3,0l-13.1-9.5c-1.4-1-3.1-1.5-4.7-1.5s-3.3.5-4.7,1.5l-13.1,9.5c-1.4,1-2.7.3-3,0-.4-.3-1.5-1.2-.9-2.9l5-15.4c1.1-3.3,0-6.9-2.9-8.9l-13.1-9.5c-1.4-1-1.1-2.5-.9-2.9.1-.4.7-1.8,2.4-1.8h16.2c3.5,0,6.5-2.2,7.6-5.5l5-15.4c.5-1.7,2-1.8,2.4-1.8s1.9.1,2.4,1.8l5,15.4c1.1,3.3,4.1,5.5,7.6,5.5h16.2c1.7,0,2.3,1.4,2.4,1.8.1.4.5,1.9-.9,2.9l-13.1,9.5Z"/><path class="st1" d="M86,19.4l-.5-.6h0c-3.3-3.4-7.8-5.2-12.5-5.2H27.1c-4.7,0-9.1,1.8-12.5,5.2l-.6.6h0c-2.9,3.3-4.6,7.5-4.6,11.9v37.5c0,9.7,7.9,17.6,17.6,17.6h45.8c9.7,0,17.6-7.9,17.6-17.6V31.2c0-4.4-1.6-8.6-4.6-11.8ZM52.2,45.2c-1.2,1.2-3.2,1.2-4.4,0l-22.2-21.8c.5,0,.9-.1,1.4-.1h45.8c.5,0,1,0,1.4.1l-22.2,21.8ZM19.1,31.2c0-.2,0-.4,0-.6l21.8,21.5c2.4,2.4,5.6,3.7,9,3.7s6.6-1.3,9-3.7l21.8-21.5c0,.2,0,.4,0,.6v37.5c0,4.4-3.6,7.9-7.9,7.9H27.1c-4.4,0-7.9-3.6-7.9-7.9V31.2Z"/><g class="st2"><path class="st0" d="M81.7,54.2l6.2-19.9c.9-2.8.4-5.8-1.4-8.2-1.8-2.4-4.5-3.8-7.4-3.8H31.2l-.3-2.1c-.6-4.9-4-8.9-8.8-10.2l-4.7-1.3c-2.4-.7-4.9.8-5.6,3.2-.7,2.4.8,4.9,3.2,5.6l4.7,1.3c1.2.3,2,1.3,2.1,2.5l5.3,43.9c.7,6,5.9,10.6,11.9,10.6h39.3c2.5,0,4.5-2,4.5-4.5s-2-4.5-4.5-4.5h-39.3c-.7,0-1.4-.3-1.9-.7h28.5c7.4,0,13.8-4.7,16-11.8ZM73,51.5c-1,3.2-3.9,5.4-7.3,5.4h-30.4l-3-25.4h46.7c0,0,0,0,.1,0,0,0,0,0,0,.1l-6.2,19.9Z"/><circle class="st0" cx="40.1" cy="84.1" r="7.2"/><path class="st0" d="M69.5,76.9c-4,0-7.2,3.2-7.2,7.2s3.2,7.2,7.2,7.2,7.2-3.2,7.2-7.2-3.2-7.2-7.2-7.2Z"/></g><g class="st2"><path class="st0" d="M91.8,71.6l-12.6-12.8c-2.9-3-7.7-3.4-11.1-.9l-3.8,2.8-.7.7c-.6.6-2.1,2.1-6.3.5-3.3-1.3-7.1-4.1-11.1-8.1-4-4-6.7-7.9-7.9-11.2-1.5-4.2,0-5.7.6-6.3l3.4-4.5c2.5-3.3,2.2-8.1-.7-11.1l-12.6-12.8c-1.7-1.7-4.1-2.7-6.5-2.5-2.4.1-4.7,1.3-6.2,3.2l-5.6,7.2c-4.7,5.9-6,13.7-3.6,20.9,2.3,10,10.5,23,22,34.7,11.7,11.8,24.6,20.3,34.6,22.6,1.6.5,3.2.8,4.9,1,.5,0,1,0,1.5,0,4.5,0,9-1.5,12.7-4.3l8.2-6.3c1.9-1.5,3.2-3.7,3.3-6.2.2-2.4-.7-4.8-2.4-6.6ZM22.9,12.5c.3,0,.6.1.8.3l12.6,12.8c.4.4.4,1.1,0,1.5l-2.9,3.9c-2.4,2.5-4.7,6.9-2.1,13.9,1.6,4.3,4.9,9.1,9.6,13.8,4.7,4.8,9.4,8.1,13.7,9.8,7.1,2.7,11.6.4,14.1-2.1l3.7-2.7c.5-.3,1.1-.3,1.5.1l12.6,12.8c.3.3.3.7.3.9,0,.2-.1.6-.5.8l-8.2,6.3c-2.6,2-5.9,3-9.2,2.7-1.1,0-2.2-.3-3.3-.7h-.3c-8.6-2-20.6-9.9-31.2-20.7-10.5-10.7-18.2-22.7-20.1-31.4v-.4c-1.8-4.8-.9-10.1,2.3-14.2l5.6-7.2c.3-.3.6-.4.9-.4Z"/><path class="st0" d="M68,47.7h0c.7.5,1.5.8,2.3.8s2.2-.5,2.9-1.4c4.6-5.7,4.3-13.7-.6-19.1-5-5.4-12.9-6.3-19-2.2-1.7,1.1-2.1,3.4-1,5.1.5.8,1.4,1.4,2.3,1.6,1,.2,1.9,0,2.8-.6,3-2,7-1.6,9.5,1.1,2.5,2.7,2.6,6.7.3,9.6-1.3,1.6-1,3.9.6,5.2Z"/><path class="st0" d="M51.4,21.8c.9.3,1.9.3,2.8-.1,7.1-3.3,15.4-1.7,20.7,4.1,5.3,5.8,6.3,14.2,2.4,21-.5.9-.6,1.8-.4,2.8.3.9.9,1.7,1.7,2.2.6.3,1.2.5,1.8.5,1.3,0,2.5-.7,3.2-1.8,5.5-9.6,4.1-21.5-3.3-29.6-7.5-8.1-19.2-10.5-29.2-5.8-1.8.9-2.6,3-1.8,4.9.4.9,1.2,1.6,2.1,1.9Z"/></g><path class="st0" d="M92.2,23.6v52.7c0,8.7-7.1,15.8-15.8,15.8h-10.3v-32.7h10.9l1.6-12.7h-12.6v-8.1c0-3.7,1-6.1,6.3-6.1h6.7v-11.4c-1.2-.2-5.2-.5-9.8-.5-9.7,0-16.4,5.9-16.4,16.8v9.4h-11v12.7h11v32.7h-29.2c-8.7,0-15.8-7.1-15.8-15.8V23.6c0-8.7,7.1-15.8,15.8-15.8h52.7c8.7,0,15.8,7.1,15.8,15.8Z"/><g class="st2"><path class="st0" d="M92.2,76.4c0,8.7-7.1,15.8-15.8,15.8H23.6c-8.7,0-15.8-7.1-15.8-15.8V23.6c0-8.7,7.1-15.8,15.8-15.8h52.7c8.7,0,15.8,7.1,15.8,15.8v52.7ZM27.3,22c-4.3,0-7.2,2.9-7.2,6.6s2.7,6.6,7,6.6h0c4.4,0,7.2-3,7.2-6.6,0-3.7-2.7-6.6-7.1-6.6ZM33.5,78.4v-38.1h-12.7v38.1h12.7ZM79.2,78.4v-21.9c0-11.7-6.3-17.1-14.6-17.1s-9.8,3.8-11.5,6.4h.1v-5.5h-12.7s.2,3.6,0,38.1h12.7v-21.3c0-1.1,0-2.3.4-3.1.9-2.3,3-4.6,6.5-4.6s6.4,3.5,6.4,8.6v20.4h12.7Z"/></g><g class="st2"><path class="st0" d="M93.9,48.9c0,23.8-19.3,43.1-43.1,43.1s-14.5-1.8-20.9-5.4l-23.8,7.7,7.8-23.2c-4.1-6.7-6.2-14.4-6.2-22.2C7.7,25.1,27,5.7,50.8,5.7s43.1,19.3,43.1,43.1ZM86.7,48.9c0-19.8-16.1-35.9-35.9-35.9S14.9,29.1,14.9,48.9s2.4,14.9,6.9,21l-4.5,13.3,13.8-4.4c5.8,3.8,12.8,5.9,19.7,5.9,19.8,0,35.9-16.1,35.9-35.9ZM73.1,60c.1.3.1.6.1.9,0,1.4-.5,3-1,4.3-1.3,3.2-6.6,5.3-9.9,5.3s-8.4-2.4-10.9-3.5c-8.2-3.7-13.3-10.1-18.2-17.3-2.2-3.2-4.1-7.1-4.1-11.1v-.5c.1-3.8,1.5-6.5,4.2-9,.9-.8,1.8-1.3,3-1.3s1.4.2,2.1.2c1.5,0,1.8.5,2.4,1.9.4,1,3.3,8.7,3.3,9.3,0,2.2-3.9,4.6-3.9,5.9s.1.6.3.9c1.3,2.7,3.7,5.8,5.8,7.8,2.6,2.5,5.4,4.2,8.6,5.8.4.2.8.4,1.3.4,1.7,0,4.6-5.5,6.1-5.5s10.3,4.9,10.7,5.5Z"/></g><g class="st2"><path class="st0" d="M86.6,88c-1,4.1-4.3,7.1-8.3,7.5-9.6,1.1-19.3,1.1-28.9,1.1s-19.3,0-28.9-1.1c-4-.4-7.4-3.4-8.3-7.5-1.4-5.8-1.4-12.2-1.4-18.2s0-12.4,1.4-18.2c1-4.1,4.3-7.1,8.4-7.6,9.5-1,19.2-1,28.8-1s19.3,0,28.9,1c4,.5,7.4,3.5,8.3,7.6,1.4,5.8,1.4,12.2,1.4,18.2s0,12.4-1.4,18.2ZM32.9,56.8v-4.9h-16.2v4.9h5.5v29.6h5.2v-29.6h5.6ZM41.4,3.4l-6.3,20.8v14.1h-5.2v-14.1c-.5-2.6-1.5-6.2-3.2-11-1.1-3.2-2.3-6.5-3.4-9.7h5.5l3.7,13.7,3.5-13.7h5.3ZM46.9,86.4v-25.7h-4.6v19.7c-1,1.5-2,2.2-3,2.2s-1-.4-1.1-1.1c0-.2,0-.7,0-1.8v-18.9h-4.6v20.3c0,1.8.2,3,.4,3.8.4,1.3,1.5,1.9,3,1.9s3.4-1,5.3-3.2v2.8h4.6ZM55.3,29.8c0,2.8-.5,4.8-1.5,6.1-1.3,1.8-3.1,2.7-5.5,2.7s-4.2-.9-5.5-2.7c-1-1.4-1.5-3.4-1.5-6.1v-9.1c0-2.8.5-4.8,1.5-6.1,1.3-1.8,3.1-2.7,5.5-2.7s4.2.9,5.5,2.7c1,1.3,1.5,3.3,1.5,6.1v9.1ZM50.6,19.8c0-2.4-.7-3.6-2.2-3.6s-2.2,1.2-2.2,3.6v10.9c0,2.4.7,3.6,2.2,3.6s2.2-1.2,2.2-3.6v-10.9ZM64.6,68.5c0-2.4-.1-4.1-.5-5.2-.6-1.9-1.9-2.9-3.7-2.9s-3.3.9-4.8,2.8v-11.3h-4.6v34.5h4.6v-2.5c1.6,1.9,3.2,2.9,4.8,2.9s3.1-1,3.7-2.9c.4-1.1.5-2.8.5-5.2v-10.3ZM60,79.1c0,2.3-.7,3.5-2,3.5s-1.6-.4-2.3-1.1v-15.7c.8-.8,1.6-1.1,2.3-1.1,1.4,0,2,1.2,2,3.5v11ZM72.7,38.2h-4.7v-2.9c-1.9,2.2-3.6,3.2-5.4,3.2s-2.6-.6-3.1-1.9c-.3-.8-.4-2-.4-3.9V12.3h4.7v19.1c0,1.1,0,1.7,0,1.8.1.7.5,1.1,1.1,1.1.9,0,1.9-.7,3-2.2V12.3h4.7v26ZM82.2,77.5h-4.7c0,1.9,0,2.9-.1,3.2-.3,1.2-.9,1.9-2.1,1.9s-2.4-1.2-2.4-3.6v-4.5h9.3v-5.4c0-2.8-.5-4.7-1.4-6-1.4-1.8-3.2-2.7-5.5-2.7s-4.2.9-5.6,2.7c-1,1.3-1.5,3.3-1.5,6v9c0,2.8.5,4.8,1.5,6,1.4,1.8,3.2,2.7,5.6,2.7s4.4-.9,5.6-2.8c.6-.8,1-1.8,1.1-2.8.1-.5.1-1.5.1-3v-.7ZM77.6,70.6h-4.7v-2.4c0-2.3.8-3.5,2.3-3.5s2.3,1.2,2.3,3.5v2.4Z"/></g></svg>');
	width: 27px;
    height: 27px;
}

.hb-contactpage .hb-contact-offices-wrapper .hb-contact-offices-wrapper-inner .hb-contact-socialmedia-wrapper .hb-contact-socialmedia-x {
	content: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"><defs><style> .st0, .st1 { fill: %23231f20; } .st2, .st1 { display: none; } </style></defs><g class="st2"><path class="st0" d="M92.9,38c-2.5,0-4.5,2-4.5,4.5v30.9c0,3.7-3,6.6-6.7,6.6l-63.5.4c-3.7,0-6.6-3-6.6-6.6v-30.9c0-2.5-2-4.5-4.5-4.5s-4.5,2-4.5,4.5v30.9c0,8.6,7,15.7,15.7,15.7l63.5-.4c8.6,0,15.7-7,15.7-15.7v-30.9c0-2.5-2-4.5-4.5-4.5Z"/><path class="st0" d="M46.7,68.4h0c.9.9,2.1,1.5,3.3,1.5s2.5-.5,3.3-1.5l23.3-25.3c.8-.9,1.2-2,1.2-3.2,0-1.2-.6-2.3-1.5-3.1-1.8-1.7-4.7-1.6-6.4.3l-15.5,16.8V15.1c0-2.5-2-4.5-4.5-4.5s-4.5,2-4.5,4.5v38.7l-15.5-16.8c-.8-.9-1.9-1.4-3.1-1.5-1.2,0-2.4.4-3.2,1.2-.9.8-1.4,1.9-1.5,3.1,0,1.2.4,2.4,1.2,3.2l23.3,25.3Z"/></g><path class="st1" d="M87.1,43.4h-30.4V12.9c0-3.7-3-6.6-6.6-6.6s-6.6,3-6.6,6.6v30.4H12.9c-3.7,0-6.6,3-6.6,6.6s3,6.6,6.6,6.6h30.4v30.4c0,3.7,3,6.6,6.6,6.6s6.6-3,6.6-6.6v-30.4h30.4c3.7,0,6.6-3,6.6-6.6s-3-6.6-6.6-6.6Z"/><path class="st1" d="M50,7.1C26.3,7.1,7.1,26.3,7.1,50s19.3,42.9,42.9,42.9c23.7,0,42.9-19.3,42.9-42.9S73.7,7.1,50,7.1ZM71.5,41.3h13.3c.7,2.9,1.1,5.8,1.1,8.7s-.4,5.9-1.1,8.7h-13.3c.3-2.9.4-5.8.4-8.7s-.1-5.8-.4-8.7ZM63.4,34.3h-26.7c2.5-11.9,8-20.1,13.4-20.1v-1s0,1,0,1c5.4,0,10.8,8.2,13.4,20.1ZM64.3,17.1c7.8,3.4,14.2,9.5,17.9,17.1h-11.7c-1.3-6.7-3.4-12.6-6.2-17.1ZM29.5,65.7c1.3,6.7,3.4,12.6,6.2,17.1-7.8-3.4-14.2-9.5-17.9-17.1h11.7ZM64.9,50c0,2.9-.2,5.8-.5,8.7h-28.9c-.3-2.9-.5-5.8-.5-8.7s.2-5.8.5-8.7h28.9c.3,2.9.5,5.8.5,8.7ZM17.8,34.3c3.8-7.7,10.1-13.7,17.9-17.1-2.8,4.6-4.9,10.4-6.2,17.1h-11.7ZM50,86.8v-1c-5.4,0-10.8-8.2-13.4-20.1h26.7c-2.5,11.9-8,20.1-13.4,20.1v1h0ZM82.2,65.7c-3.8,7.7-10.1,13.7-17.9,17.1,2.8-4.6,4.9-10.4,6.2-17.1h11.7ZM28.5,58.7h-13.3c-.7-2.9-1.1-5.8-1.1-8.7s.4-5.9,1.1-8.7h13.3c-.3,2.9-.4,5.8-.4,8.7s.1,5.8.4,8.7Z"/><path class="st1" d="M69.5,40.9L38,8.3c-1.2-1.2-2.8-1.9-4.4-1.9-1.7,0-3.3.6-4.5,1.8-1.2,1.2-1.9,2.8-1.9,4.4s.6,3.3,1.8,4.5l31.2,32.4-31.2,33.6c-2.4,2.6-2.2,6.6.3,9,1.2,1.1,2.7,1.7,4.3,1.7s3.5-.7,4.6-2l31.5-33.9c4.4-4.8,4.4-12.2-.2-16.8Z"/><path class="st1" d="M30.5,40.9L62,8.3c1.2-1.2,2.8-1.9,4.4-1.9,1.7,0,3.3.6,4.5,1.8,1.2,1.2,1.9,2.8,1.9,4.4s-.6,3.3-1.8,4.5l-31.2,32.4,31.2,33.6c2.4,2.6,2.2,6.6-.3,9-1.2,1.1-2.7,1.7-4.3,1.7s-3.5-.7-4.6-2l-31.5-33.9c-4.4-4.8-4.4-12.2.2-16.8Z"/><path class="st1" d="M40.9,69.5L8.3,38c-1.2-1.2-1.9-2.8-1.9-4.4,0-1.7.6-3.3,1.8-4.5,1.2-1.2,2.8-1.9,4.4-1.9s3.3.6,4.5,1.8l32.4,31.2,33.6-31.2c2.6-2.4,6.6-2.2,9,.3,1.1,1.2,1.7,2.7,1.7,4.3s-.7,3.5-2,4.6l-33.9,31.5c-4.8,4.4-12.2,4.4-16.8-.2Z"/><path class="st1" d="M40.9,30.5L8.3,62c-1.2,1.2-1.9,2.8-1.9,4.4,0,1.7.6,3.3,1.8,4.5,1.2,1.2,2.8,1.9,4.4,1.9s3.3-.6,4.5-1.8l32.4-31.2,33.6,31.2c2.6,2.4,6.6,2.2,9-.3,1.1-1.2,1.7-2.7,1.7-4.3s-.7-3.5-2-4.6l-33.9-31.5c-4.8-4.4-12.2-4.4-16.8.2Z"/><path class="st1" d="M88.2,54.5c1.2-1.1,1.9-2.6,1.9-4.2s-.7-3.2-1.9-4.2L46.6,7.6c-2.3-2.2-6-2-8.2.3-2.2,2.3-2,6,.3,8.2l30.7,28.3H15.7c-3.2,0-5.8,2.6-5.8,5.8s2.6,5.8,5.8,5.8h53.8s-30.7,28.3-30.7,28.3c-2.3,2.2-2.5,5.8-.3,8.2,2.2,2.3,5.8,2.5,8.2.3l41.6-38.4Z"/><path class="st1" d="M54.2,11.8c-1.1-1.2-2.6-1.9-4.2-1.9s-3.2.7-4.2,1.9L7.4,53.4c-2.2,2.3-2,6,.3,8.2,2.3,2.2,6,2,8.2-.3l28.3-30.7v53.8c0,3.2,2.6,5.8,5.8,5.8,3.2,0,5.8-2.6,5.8-5.8V30.5s28.3,30.7,28.3,30.7c2.2,2.3,5.8,2.5,8.2.3,2.3-2.2,2.5-5.8.3-8.2L54.2,11.8Z"/><path class="st1" d="M54.2,88.2c-1.1,1.2-2.6,1.9-4.2,1.9s-3.2-.7-4.2-1.9L7.4,46.6c-2.2-2.3-2-6,.3-8.2,2.3-2.2,6-2,8.2.3l28.3,30.7V15.7c0-3.2,2.6-5.8,5.8-5.8,3.2,0,5.8,2.6,5.8,5.8v53.8s28.3-30.7,28.3-30.7c2.2-2.3,5.8-2.5,8.2-.3,2.3,2.2,2.5,5.8.3,8.2l-38.4,41.6Z"/><path class="st1" d="M94.3,39.2c-1.2-3.8-4.6-6.3-8.7-6.3h-18.5c-1.3,0-2.4-.8-2.8-2l-5.7-17.6c-1.2-3.8-4.6-6.3-8.7-6.3s-7.4,2.5-8.7,6.3l-5.7,17.6c-.4,1.2-1.5,2-2.8,2H14.4c-4,0-7.4,2.5-8.7,6.3-1.2,3.8,0,7.8,3.3,10.2l15,10.9c1,.7,1.5,2.1,1.1,3.3l-5.7,17.6c-1.2,3.8,0,7.8,3.3,10.2,3.3,2.4,7.5,2.4,10.7,0l15-10.9c1-.7,2.4-.7,3.4,0l15,10.9c1.6,1.2,3.5,1.8,5.4,1.8s3.7-.6,5.4-1.8c3.3-2.4,4.5-6.4,3.3-10.2l-5.7-17.6c-.4-1.2,0-2.5,1.1-3.3l15-10.9c3.3-2.4,4.5-6.4,3.3-10.2ZM69.7,54.6c-2.8,2-4,5.6-2.9,8.9l5,15.4c.5,1.7-.6,2.6-.9,2.9-.4.3-1.6,1-3,0l-13.1-9.5c-1.4-1-3.1-1.5-4.7-1.5s-3.3.5-4.7,1.5l-13.1,9.5c-1.4,1-2.7.3-3,0-.4-.3-1.5-1.2-.9-2.9l5-15.4c1.1-3.3,0-6.9-2.9-8.9l-13.1-9.5c-1.4-1-1.1-2.5-.9-2.9.1-.4.7-1.8,2.4-1.8h16.2c3.5,0,6.5-2.2,7.6-5.5l5-15.4c.5-1.7,2-1.8,2.4-1.8s1.9.1,2.4,1.8l5,15.4c1.1,3.3,4.1,5.5,7.6,5.5h16.2c1.7,0,2.3,1.4,2.4,1.8.1.4.5,1.9-.9,2.9l-13.1,9.5Z"/><path class="st1" d="M86,19.4l-.5-.6h0c-3.3-3.4-7.8-5.2-12.5-5.2H27.1c-4.7,0-9.1,1.8-12.5,5.2l-.6.6h0c-2.9,3.3-4.6,7.5-4.6,11.9v37.5c0,9.7,7.9,17.6,17.6,17.6h45.8c9.7,0,17.6-7.9,17.6-17.6V31.2c0-4.4-1.6-8.6-4.6-11.8ZM52.2,45.2c-1.2,1.2-3.2,1.2-4.4,0l-22.2-21.8c.5,0,.9-.1,1.4-.1h45.8c.5,0,1,0,1.4.1l-22.2,21.8ZM19.1,31.2c0-.2,0-.4,0-.6l21.8,21.5c2.4,2.4,5.6,3.7,9,3.7s6.6-1.3,9-3.7l21.8-21.5c0,.2,0,.4,0,.6v37.5c0,4.4-3.6,7.9-7.9,7.9H27.1c-4.4,0-7.9-3.6-7.9-7.9V31.2Z"/><g class="st2"><path class="st0" d="M81.7,54.2l6.2-19.9c.9-2.8.4-5.8-1.4-8.2-1.8-2.4-4.5-3.8-7.4-3.8H31.2l-.3-2.1c-.6-4.9-4-8.9-8.8-10.2l-4.7-1.3c-2.4-.7-4.9.8-5.6,3.2-.7,2.4.8,4.9,3.2,5.6l4.7,1.3c1.2.3,2,1.3,2.1,2.5l5.3,43.9c.7,6,5.9,10.6,11.9,10.6h39.3c2.5,0,4.5-2,4.5-4.5s-2-4.5-4.5-4.5h-39.3c-.7,0-1.4-.3-1.9-.7h28.5c7.4,0,13.8-4.7,16-11.8ZM73,51.5c-1,3.2-3.9,5.4-7.3,5.4h-30.4l-3-25.4h46.7c0,0,0,0,.1,0,0,0,0,0,0,.1l-6.2,19.9Z"/><circle class="st0" cx="40.1" cy="84.1" r="7.2"/><path class="st0" d="M69.5,76.9c-4,0-7.2,3.2-7.2,7.2s3.2,7.2,7.2,7.2,7.2-3.2,7.2-7.2-3.2-7.2-7.2-7.2Z"/></g><g class="st2"><path class="st0" d="M91.8,71.6l-12.6-12.8c-2.9-3-7.7-3.4-11.1-.9l-3.8,2.8-.7.7c-.6.6-2.1,2.1-6.3.5-3.3-1.3-7.1-4.1-11.1-8.1-4-4-6.7-7.9-7.9-11.2-1.5-4.2,0-5.7.6-6.3l3.4-4.5c2.5-3.3,2.2-8.1-.7-11.1l-12.6-12.8c-1.7-1.7-4.1-2.7-6.5-2.5-2.4.1-4.7,1.3-6.2,3.2l-5.6,7.2c-4.7,5.9-6,13.7-3.6,20.9,2.3,10,10.5,23,22,34.7,11.7,11.8,24.6,20.3,34.6,22.6,1.6.5,3.2.8,4.9,1,.5,0,1,0,1.5,0,4.5,0,9-1.5,12.7-4.3l8.2-6.3c1.9-1.5,3.2-3.7,3.3-6.2.2-2.4-.7-4.8-2.4-6.6ZM22.9,12.5c.3,0,.6.1.8.3l12.6,12.8c.4.4.4,1.1,0,1.5l-2.9,3.9c-2.4,2.5-4.7,6.9-2.1,13.9,1.6,4.3,4.9,9.1,9.6,13.8,4.7,4.8,9.4,8.1,13.7,9.8,7.1,2.7,11.6.4,14.1-2.1l3.7-2.7c.5-.3,1.1-.3,1.5.1l12.6,12.8c.3.3.3.7.3.9,0,.2-.1.6-.5.8l-8.2,6.3c-2.6,2-5.9,3-9.2,2.7-1.1,0-2.2-.3-3.3-.7h-.3c-8.6-2-20.6-9.9-31.2-20.7-10.5-10.7-18.2-22.7-20.1-31.4v-.4c-1.8-4.8-.9-10.1,2.3-14.2l5.6-7.2c.3-.3.6-.4.9-.4Z"/><path class="st0" d="M68,47.7h0c.7.5,1.5.8,2.3.8s2.2-.5,2.9-1.4c4.6-5.7,4.3-13.7-.6-19.1-5-5.4-12.9-6.3-19-2.2-1.7,1.1-2.1,3.4-1,5.1.5.8,1.4,1.4,2.3,1.6,1,.2,1.9,0,2.8-.6,3-2,7-1.6,9.5,1.1,2.5,2.7,2.6,6.7.3,9.6-1.3,1.6-1,3.9.6,5.2Z"/><path class="st0" d="M51.4,21.8c.9.3,1.9.3,2.8-.1,7.1-3.3,15.4-1.7,20.7,4.1,5.3,5.8,6.3,14.2,2.4,21-.5.9-.6,1.8-.4,2.8.3.9.9,1.7,1.7,2.2.6.3,1.2.5,1.8.5,1.3,0,2.5-.7,3.2-1.8,5.5-9.6,4.1-21.5-3.3-29.6-7.5-8.1-19.2-10.5-29.2-5.8-1.8.9-2.6,3-1.8,4.9.4.9,1.2,1.6,2.1,1.9Z"/></g><g class="st2"><path class="st0" d="M92.2,23.6v52.7c0,8.7-7.1,15.8-15.8,15.8h-10.3v-32.7h10.9l1.6-12.7h-12.6v-8.1c0-3.7,1-6.1,6.3-6.1h6.7v-11.4c-1.2-.2-5.2-.5-9.8-.5-9.7,0-16.4,5.9-16.4,16.8v9.4h-11v12.7h11v32.7h-29.2c-8.7,0-15.8-7.1-15.8-15.8V23.6c0-8.7,7.1-15.8,15.8-15.8h52.7c8.7,0,15.8,7.1,15.8,15.8Z"/></g><g class="st2"><path class="st0" d="M92.2,76.4c0,8.7-7.1,15.8-15.8,15.8H23.6c-8.7,0-15.8-7.1-15.8-15.8V23.6c0-8.7,7.1-15.8,15.8-15.8h52.7c8.7,0,15.8,7.1,15.8,15.8v52.7ZM27.3,22c-4.3,0-7.2,2.9-7.2,6.6s2.7,6.6,7,6.6h0c4.4,0,7.2-3,7.2-6.6,0-3.7-2.7-6.6-7.1-6.6ZM33.5,78.4v-38.1h-12.7v38.1h12.7ZM79.2,78.4v-21.9c0-11.7-6.3-17.1-14.6-17.1s-9.8,3.8-11.5,6.4h.1v-5.5h-12.7s.2,3.6,0,38.1h12.7v-21.3c0-1.1,0-2.3.4-3.1.9-2.3,3-4.6,6.5-4.6s6.4,3.5,6.4,8.6v20.4h12.7Z"/></g><g class="st2"><path class="st0" d="M93.9,48.9c0,23.8-19.3,43.1-43.1,43.1s-14.5-1.8-20.9-5.4l-23.8,7.7,7.8-23.2c-4.1-6.7-6.2-14.4-6.2-22.2C7.7,25.1,27,5.7,50.8,5.7s43.1,19.3,43.1,43.1ZM86.7,48.9c0-19.8-16.1-35.9-35.9-35.9S14.9,29.1,14.9,48.9s2.4,14.9,6.9,21l-4.5,13.3,13.8-4.4c5.8,3.8,12.8,5.9,19.7,5.9,19.8,0,35.9-16.1,35.9-35.9ZM73.1,60c.1.3.1.6.1.9,0,1.4-.5,3-1,4.3-1.3,3.2-6.6,5.3-9.9,5.3s-8.4-2.4-10.9-3.5c-8.2-3.7-13.3-10.1-18.2-17.3-2.2-3.2-4.1-7.1-4.1-11.1v-.5c.1-3.8,1.5-6.5,4.2-9,.9-.8,1.8-1.3,3-1.3s1.4.2,2.1.2c1.5,0,1.8.5,2.4,1.9.4,1,3.3,8.7,3.3,9.3,0,2.2-3.9,4.6-3.9,5.9s.1.6.3.9c1.3,2.7,3.7,5.8,5.8,7.8,2.6,2.5,5.4,4.2,8.6,5.8.4.2.8.4,1.3.4,1.7,0,4.6-5.5,6.1-5.5s10.3,4.9,10.7,5.5Z"/></g><g class="st2"><path class="st0" d="M83.6,84.4c-.9,3.7-3.9,6.4-7.5,6.8-8.7,1-17.4,1-26.1,1s-17.5,0-26.1-1c-3.6-.4-6.7-3.1-7.5-6.8-1.2-5.3-1.2-11.1-1.2-16.5s0-11.2,1.2-16.5c.9-3.7,3.9-6.4,7.6-6.9,8.6-.9,17.4-.9,26.1-.9s17.5,0,26.1.9c3.6.4,6.7,3.2,7.5,6.9,1.2,5.3,1.2,11,1.2,16.5s0,11.2-1.2,16.5ZM35,56.2v-4.4h-14.7v4.4h4.9v26.8h4.7v-26.8h5ZM42.7,7.8l-5.7,18.8v12.8h-4.7v-12.8c-.4-2.3-1.4-5.6-2.9-10-1-2.9-2.1-5.9-3.1-8.8h5l3.3,12.4,3.2-12.4h4.8ZM47.7,82.9v-23.2h-4.2v17.8c-.9,1.3-1.8,2-2.7,2s-.9-.3-1-1c0-.1,0-.7,0-1.6v-17.1h-4.2v18.4c0,1.6.1,2.7.4,3.4.4,1.2,1.4,1.7,2.7,1.7s3.1-.9,4.8-2.9v2.5h4.2ZM55.3,31.7c0,2.5-.4,4.4-1.3,5.6-1.2,1.6-2.8,2.4-5,2.4s-3.8-.8-4.9-2.4c-.9-1.2-1.3-3.1-1.3-5.6v-8.2c0-2.5.4-4.3,1.3-5.5,1.2-1.6,2.8-2.4,4.9-2.4s3.8.8,5,2.4c.9,1.2,1.3,3,1.3,5.5v8.2ZM51,22.7c0-2.2-.6-3.2-2-3.2s-2,1.1-2,3.2v9.9c0,2.2.7,3.3,2,3.3s2-1.1,2-3.3v-9.9ZM63.7,66.7c0-2.2,0-3.7-.4-4.7-.5-1.7-1.7-2.6-3.3-2.6s-3,.8-4.4,2.5v-10.2h-4.2v31.2h4.2v-2.3c1.4,1.7,2.9,2.6,4.4,2.6s2.8-.9,3.3-2.6c.3-1,.4-2.5.4-4.7v-9.3ZM59.6,76.3c0,2.1-.6,3.2-1.8,3.2s-1.4-.3-2.1-1v-14.2c.7-.7,1.4-1,2.1-1,1.2,0,1.8,1.1,1.8,3.2v9.9ZM71.1,39.4h-4.3v-2.6c-1.7,2-3.3,2.9-4.8,2.9s-2.4-.6-2.8-1.7c-.2-.7-.4-1.8-.4-3.5V15.9h4.3v17.3c0,1,0,1.6,0,1.6,0,.7.4,1,1,1,.8,0,1.7-.7,2.7-2V15.9h4.3v23.5ZM79.6,74.9h-4.3c0,1.7,0,2.6,0,2.9-.2,1.1-.8,1.7-1.9,1.7s-2.2-1.1-2.2-3.2v-4.1h8.4v-4.8c0-2.5-.4-4.3-1.3-5.5-1.2-1.6-2.9-2.4-5-2.4s-3.8.8-5,2.4c-.9,1.2-1.3,3-1.3,5.5v8.1c0,2.5.5,4.3,1.4,5.5,1.2,1.6,2.9,2.4,5.1,2.4s4-.8,5.1-2.5c.5-.8.9-1.6,1-2.5,0-.4,0-1.4,0-2.7v-.6ZM75.5,68.6h-4.2v-2.2c0-2.1.7-3.2,2.1-3.2s2.1,1.1,2.1,3.2v2.2Z"/></g><path class="st0" d="M56.8,43.7L87.5,7.9h-7.3l-26.7,31L32.3,7.9H7.7l32.2,46.9L7.7,92.3h7.3l28.2-32.7,22.5,32.7h24.6l-33.4-48.6h0ZM46.9,55.2l-3.3-4.7L17.6,13.4h11.2l20.9,30,3.3,4.7,27.2,39h-11.2l-22.2-31.8h0Z"/></svg>');
	width: 22px;
    height: 27px;
}

.hb-contactpage .hb-contact-offices-wrapper .hb-contact-offices-wrapper-inner .hb-contact-socialmedia-wrapper .hb-contact-socialmedia-linkedin {
	content: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"><defs><style> .st0, .st1 { fill: %23231f20; } .st2, .st1 { display: none; } </style></defs><g class="st2"><path class="st0" d="M92.9,38c-2.5,0-4.5,2-4.5,4.5v30.9c0,3.7-3,6.6-6.7,6.6l-63.5.4c-3.7,0-6.6-3-6.6-6.6v-30.9c0-2.5-2-4.5-4.5-4.5s-4.5,2-4.5,4.5v30.9c0,8.6,7,15.7,15.7,15.7l63.5-.4c8.6,0,15.7-7,15.7-15.7v-30.9c0-2.5-2-4.5-4.5-4.5Z"/><path class="st0" d="M46.7,68.4h0c.9.9,2.1,1.5,3.3,1.5s2.5-.5,3.3-1.5l23.3-25.3c.8-.9,1.2-2,1.2-3.2,0-1.2-.6-2.3-1.5-3.1-1.8-1.7-4.7-1.6-6.4.3l-15.5,16.8V15.1c0-2.5-2-4.5-4.5-4.5s-4.5,2-4.5,4.5v38.7l-15.5-16.8c-.8-.9-1.9-1.4-3.1-1.5-1.2,0-2.4.4-3.2,1.2-.9.8-1.4,1.9-1.5,3.1,0,1.2.4,2.4,1.2,3.2l23.3,25.3Z"/></g><path class="st1" d="M87.1,43.4h-30.4V12.9c0-3.7-3-6.6-6.6-6.6s-6.6,3-6.6,6.6v30.4H12.9c-3.7,0-6.6,3-6.6,6.6s3,6.6,6.6,6.6h30.4v30.4c0,3.7,3,6.6,6.6,6.6s6.6-3,6.6-6.6v-30.4h30.4c3.7,0,6.6-3,6.6-6.6s-3-6.6-6.6-6.6Z"/><path class="st1" d="M50,7.1C26.3,7.1,7.1,26.3,7.1,50s19.3,42.9,42.9,42.9c23.7,0,42.9-19.3,42.9-42.9S73.7,7.1,50,7.1ZM71.5,41.3h13.3c.7,2.9,1.1,5.8,1.1,8.7s-.4,5.9-1.1,8.7h-13.3c.3-2.9.4-5.8.4-8.7s-.1-5.8-.4-8.7ZM63.4,34.3h-26.7c2.5-11.9,8-20.1,13.4-20.1v-1s0,1,0,1c5.4,0,10.8,8.2,13.4,20.1ZM64.3,17.1c7.8,3.4,14.2,9.5,17.9,17.1h-11.7c-1.3-6.7-3.4-12.6-6.2-17.1ZM29.5,65.7c1.3,6.7,3.4,12.6,6.2,17.1-7.8-3.4-14.2-9.5-17.9-17.1h11.7ZM64.9,50c0,2.9-.2,5.8-.5,8.7h-28.9c-.3-2.9-.5-5.8-.5-8.7s.2-5.8.5-8.7h28.9c.3,2.9.5,5.8.5,8.7ZM17.8,34.3c3.8-7.7,10.1-13.7,17.9-17.1-2.8,4.6-4.9,10.4-6.2,17.1h-11.7ZM50,86.8v-1c-5.4,0-10.8-8.2-13.4-20.1h26.7c-2.5,11.9-8,20.1-13.4,20.1v1h0ZM82.2,65.7c-3.8,7.7-10.1,13.7-17.9,17.1,2.8-4.6,4.9-10.4,6.2-17.1h11.7ZM28.5,58.7h-13.3c-.7-2.9-1.1-5.8-1.1-8.7s.4-5.9,1.1-8.7h13.3c-.3,2.9-.4,5.8-.4,8.7s.1,5.8.4,8.7Z"/><path class="st1" d="M69.5,40.9L38,8.3c-1.2-1.2-2.8-1.9-4.4-1.9-1.7,0-3.3.6-4.5,1.8-1.2,1.2-1.9,2.8-1.9,4.4s.6,3.3,1.8,4.5l31.2,32.4-31.2,33.6c-2.4,2.6-2.2,6.6.3,9,1.2,1.1,2.7,1.7,4.3,1.7s3.5-.7,4.6-2l31.5-33.9c4.4-4.8,4.4-12.2-.2-16.8Z"/><path class="st1" d="M30.5,40.9L62,8.3c1.2-1.2,2.8-1.9,4.4-1.9,1.7,0,3.3.6,4.5,1.8,1.2,1.2,1.9,2.8,1.9,4.4s-.6,3.3-1.8,4.5l-31.2,32.4,31.2,33.6c2.4,2.6,2.2,6.6-.3,9-1.2,1.1-2.7,1.7-4.3,1.7s-3.5-.7-4.6-2l-31.5-33.9c-4.4-4.8-4.4-12.2.2-16.8Z"/><path class="st1" d="M40.9,69.5L8.3,38c-1.2-1.2-1.9-2.8-1.9-4.4,0-1.7.6-3.3,1.8-4.5,1.2-1.2,2.8-1.9,4.4-1.9s3.3.6,4.5,1.8l32.4,31.2,33.6-31.2c2.6-2.4,6.6-2.2,9,.3,1.1,1.2,1.7,2.7,1.7,4.3s-.7,3.5-2,4.6l-33.9,31.5c-4.8,4.4-12.2,4.4-16.8-.2Z"/><path class="st1" d="M40.9,30.5L8.3,62c-1.2,1.2-1.9,2.8-1.9,4.4,0,1.7.6,3.3,1.8,4.5,1.2,1.2,2.8,1.9,4.4,1.9s3.3-.6,4.5-1.8l32.4-31.2,33.6,31.2c2.6,2.4,6.6,2.2,9-.3,1.1-1.2,1.7-2.7,1.7-4.3s-.7-3.5-2-4.6l-33.9-31.5c-4.8-4.4-12.2-4.4-16.8.2Z"/><path class="st1" d="M88.2,54.5c1.2-1.1,1.9-2.6,1.9-4.2s-.7-3.2-1.9-4.2L46.6,7.6c-2.3-2.2-6-2-8.2.3-2.2,2.3-2,6,.3,8.2l30.7,28.3H15.7c-3.2,0-5.8,2.6-5.8,5.8s2.6,5.8,5.8,5.8h53.8s-30.7,28.3-30.7,28.3c-2.3,2.2-2.5,5.8-.3,8.2,2.2,2.3,5.8,2.5,8.2.3l41.6-38.4Z"/><path class="st1" d="M54.2,11.8c-1.1-1.2-2.6-1.9-4.2-1.9s-3.2.7-4.2,1.9L7.4,53.4c-2.2,2.3-2,6,.3,8.2,2.3,2.2,6,2,8.2-.3l28.3-30.7v53.8c0,3.2,2.6,5.8,5.8,5.8,3.2,0,5.8-2.6,5.8-5.8V30.5s28.3,30.7,28.3,30.7c2.2,2.3,5.8,2.5,8.2.3,2.3-2.2,2.5-5.8.3-8.2L54.2,11.8Z"/><path class="st1" d="M54.2,88.2c-1.1,1.2-2.6,1.9-4.2,1.9s-3.2-.7-4.2-1.9L7.4,46.6c-2.2-2.3-2-6,.3-8.2,2.3-2.2,6-2,8.2.3l28.3,30.7V15.7c0-3.2,2.6-5.8,5.8-5.8,3.2,0,5.8,2.6,5.8,5.8v53.8s28.3-30.7,28.3-30.7c2.2-2.3,5.8-2.5,8.2-.3,2.3,2.2,2.5,5.8.3,8.2l-38.4,41.6Z"/><path class="st1" d="M94.3,39.2c-1.2-3.8-4.6-6.3-8.7-6.3h-18.5c-1.3,0-2.4-.8-2.8-2l-5.7-17.6c-1.2-3.8-4.6-6.3-8.7-6.3s-7.4,2.5-8.7,6.3l-5.7,17.6c-.4,1.2-1.5,2-2.8,2H14.4c-4,0-7.4,2.5-8.7,6.3-1.2,3.8,0,7.8,3.3,10.2l15,10.9c1,.7,1.5,2.1,1.1,3.3l-5.7,17.6c-1.2,3.8,0,7.8,3.3,10.2,3.3,2.4,7.5,2.4,10.7,0l15-10.9c1-.7,2.4-.7,3.4,0l15,10.9c1.6,1.2,3.5,1.8,5.4,1.8s3.7-.6,5.4-1.8c3.3-2.4,4.5-6.4,3.3-10.2l-5.7-17.6c-.4-1.2,0-2.5,1.1-3.3l15-10.9c3.3-2.4,4.5-6.4,3.3-10.2ZM69.7,54.6c-2.8,2-4,5.6-2.9,8.9l5,15.4c.5,1.7-.6,2.6-.9,2.9-.4.3-1.6,1-3,0l-13.1-9.5c-1.4-1-3.1-1.5-4.7-1.5s-3.3.5-4.7,1.5l-13.1,9.5c-1.4,1-2.7.3-3,0-.4-.3-1.5-1.2-.9-2.9l5-15.4c1.1-3.3,0-6.9-2.9-8.9l-13.1-9.5c-1.4-1-1.1-2.5-.9-2.9.1-.4.7-1.8,2.4-1.8h16.2c3.5,0,6.5-2.2,7.6-5.5l5-15.4c.5-1.7,2-1.8,2.4-1.8s1.9.1,2.4,1.8l5,15.4c1.1,3.3,4.1,5.5,7.6,5.5h16.2c1.7,0,2.3,1.4,2.4,1.8.1.4.5,1.9-.9,2.9l-13.1,9.5Z"/><path class="st1" d="M86,19.4l-.5-.6h0c-3.3-3.4-7.8-5.2-12.5-5.2H27.1c-4.7,0-9.1,1.8-12.5,5.2l-.6.6h0c-2.9,3.3-4.6,7.5-4.6,11.9v37.5c0,9.7,7.9,17.6,17.6,17.6h45.8c9.7,0,17.6-7.9,17.6-17.6V31.2c0-4.4-1.6-8.6-4.6-11.8ZM52.2,45.2c-1.2,1.2-3.2,1.2-4.4,0l-22.2-21.8c.5,0,.9-.1,1.4-.1h45.8c.5,0,1,0,1.4.1l-22.2,21.8ZM19.1,31.2c0-.2,0-.4,0-.6l21.8,21.5c2.4,2.4,5.6,3.7,9,3.7s6.6-1.3,9-3.7l21.8-21.5c0,.2,0,.4,0,.6v37.5c0,4.4-3.6,7.9-7.9,7.9H27.1c-4.4,0-7.9-3.6-7.9-7.9V31.2Z"/><g class="st2"><path class="st0" d="M81.7,54.2l6.2-19.9c.9-2.8.4-5.8-1.4-8.2-1.8-2.4-4.5-3.8-7.4-3.8H31.2l-.3-2.1c-.6-4.9-4-8.9-8.8-10.2l-4.7-1.3c-2.4-.7-4.9.8-5.6,3.2-.7,2.4.8,4.9,3.2,5.6l4.7,1.3c1.2.3,2,1.3,2.1,2.5l5.3,43.9c.7,6,5.9,10.6,11.9,10.6h39.3c2.5,0,4.5-2,4.5-4.5s-2-4.5-4.5-4.5h-39.3c-.7,0-1.4-.3-1.9-.7h28.5c7.4,0,13.8-4.7,16-11.8ZM73,51.5c-1,3.2-3.9,5.4-7.3,5.4h-30.4l-3-25.4h46.7c0,0,0,0,.1,0,0,0,0,0,0,.1l-6.2,19.9Z"/><circle class="st0" cx="40.1" cy="84.1" r="7.2"/><path class="st0" d="M69.5,76.9c-4,0-7.2,3.2-7.2,7.2s3.2,7.2,7.2,7.2,7.2-3.2,7.2-7.2-3.2-7.2-7.2-7.2Z"/></g><g class="st2"><path class="st0" d="M91.8,71.6l-12.6-12.8c-2.9-3-7.7-3.4-11.1-.9l-3.8,2.8-.7.7c-.6.6-2.1,2.1-6.3.5-3.3-1.3-7.1-4.1-11.1-8.1-4-4-6.7-7.9-7.9-11.2-1.5-4.2,0-5.7.6-6.3l3.4-4.5c2.5-3.3,2.2-8.1-.7-11.1l-12.6-12.8c-1.7-1.7-4.1-2.7-6.5-2.5-2.4.1-4.7,1.3-6.2,3.2l-5.6,7.2c-4.7,5.9-6,13.7-3.6,20.9,2.3,10,10.5,23,22,34.7,11.7,11.8,24.6,20.3,34.6,22.6,1.6.5,3.2.8,4.9,1,.5,0,1,0,1.5,0,4.5,0,9-1.5,12.7-4.3l8.2-6.3c1.9-1.5,3.2-3.7,3.3-6.2.2-2.4-.7-4.8-2.4-6.6ZM22.9,12.5c.3,0,.6.1.8.3l12.6,12.8c.4.4.4,1.1,0,1.5l-2.9,3.9c-2.4,2.5-4.7,6.9-2.1,13.9,1.6,4.3,4.9,9.1,9.6,13.8,4.7,4.8,9.4,8.1,13.7,9.8,7.1,2.7,11.6.4,14.1-2.1l3.7-2.7c.5-.3,1.1-.3,1.5.1l12.6,12.8c.3.3.3.7.3.9,0,.2-.1.6-.5.8l-8.2,6.3c-2.6,2-5.9,3-9.2,2.7-1.1,0-2.2-.3-3.3-.7h-.3c-8.6-2-20.6-9.9-31.2-20.7-10.5-10.7-18.2-22.7-20.1-31.4v-.4c-1.8-4.8-.9-10.1,2.3-14.2l5.6-7.2c.3-.3.6-.4.9-.4Z"/><path class="st0" d="M68,47.7h0c.7.5,1.5.8,2.3.8s2.2-.5,2.9-1.4c4.6-5.7,4.3-13.7-.6-19.1-5-5.4-12.9-6.3-19-2.2-1.7,1.1-2.1,3.4-1,5.1.5.8,1.4,1.4,2.3,1.6,1,.2,1.9,0,2.8-.6,3-2,7-1.6,9.5,1.1,2.5,2.7,2.6,6.7.3,9.6-1.3,1.6-1,3.9.6,5.2Z"/><path class="st0" d="M51.4,21.8c.9.3,1.9.3,2.8-.1,7.1-3.3,15.4-1.7,20.7,4.1,5.3,5.8,6.3,14.2,2.4,21-.5.9-.6,1.8-.4,2.8.3.9.9,1.7,1.7,2.2.6.3,1.2.5,1.8.5,1.3,0,2.5-.7,3.2-1.8,5.5-9.6,4.1-21.5-3.3-29.6-7.5-8.1-19.2-10.5-29.2-5.8-1.8.9-2.6,3-1.8,4.9.4.9,1.2,1.6,2.1,1.9Z"/></g><g class="st2"><path class="st0" d="M92.2,23.6v52.7c0,8.7-7.1,15.8-15.8,15.8h-10.3v-32.7h10.9l1.6-12.7h-12.6v-8.1c0-3.7,1-6.1,6.3-6.1h6.7v-11.4c-1.2-.2-5.2-.5-9.8-.5-9.7,0-16.4,5.9-16.4,16.8v9.4h-11v12.7h11v32.7h-29.2c-8.7,0-15.8-7.1-15.8-15.8V23.6c0-8.7,7.1-15.8,15.8-15.8h52.7c8.7,0,15.8,7.1,15.8,15.8Z"/></g><path class="st0" d="M92.2,76.4c0,8.7-7.1,15.8-15.8,15.8H23.6c-8.7,0-15.8-7.1-15.8-15.8V23.6c0-8.7,7.1-15.8,15.8-15.8h52.7c8.7,0,15.8,7.1,15.8,15.8v52.7ZM27.3,22c-4.3,0-7.2,2.9-7.2,6.6s2.7,6.6,7,6.6h0c4.4,0,7.2-3,7.2-6.6,0-3.7-2.7-6.6-7.1-6.6ZM33.5,78.4v-38.1h-12.7v38.1h12.7ZM79.2,78.4v-21.9c0-11.7-6.3-17.1-14.6-17.1s-9.8,3.8-11.5,6.4h.1v-5.5h-12.7s.2,3.6,0,38.1h12.7v-21.3c0-1.1,0-2.3.4-3.1.9-2.3,3-4.6,6.5-4.6s6.4,3.5,6.4,8.6v20.4h12.7Z"/><g class="st2"><path class="st0" d="M93.9,48.9c0,23.8-19.3,43.1-43.1,43.1s-14.5-1.8-20.9-5.4l-23.8,7.7,7.8-23.2c-4.1-6.7-6.2-14.4-6.2-22.2C7.7,25.1,27,5.7,50.8,5.7s43.1,19.3,43.1,43.1ZM86.7,48.9c0-19.8-16.1-35.9-35.9-35.9S14.9,29.1,14.9,48.9s2.4,14.9,6.9,21l-4.5,13.3,13.8-4.4c5.8,3.8,12.8,5.9,19.7,5.9,19.8,0,35.9-16.1,35.9-35.9ZM73.1,60c.1.3.1.6.1.9,0,1.4-.5,3-1,4.3-1.3,3.2-6.6,5.3-9.9,5.3s-8.4-2.4-10.9-3.5c-8.2-3.7-13.3-10.1-18.2-17.3-2.2-3.2-4.1-7.1-4.1-11.1v-.5c.1-3.8,1.5-6.5,4.2-9,.9-.8,1.8-1.3,3-1.3s1.4.2,2.1.2c1.5,0,1.8.5,2.4,1.9.4,1,3.3,8.7,3.3,9.3,0,2.2-3.9,4.6-3.9,5.9s.1.6.3.9c1.3,2.7,3.7,5.8,5.8,7.8,2.6,2.5,5.4,4.2,8.6,5.8.4.2.8.4,1.3.4,1.7,0,4.6-5.5,6.1-5.5s10.3,4.9,10.7,5.5Z"/></g><g class="st2"><path class="st0" d="M86.6,88c-1,4.1-4.3,7.1-8.3,7.5-9.6,1.1-19.3,1.1-28.9,1.1s-19.3,0-28.9-1.1c-4-.4-7.4-3.4-8.3-7.5-1.4-5.8-1.4-12.2-1.4-18.2s0-12.4,1.4-18.2c1-4.1,4.3-7.1,8.4-7.6,9.5-1,19.2-1,28.8-1s19.3,0,28.9,1c4,.5,7.4,3.5,8.3,7.6,1.4,5.8,1.4,12.2,1.4,18.2s0,12.4-1.4,18.2ZM32.9,56.8v-4.9h-16.2v4.9h5.5v29.6h5.2v-29.6h5.6ZM41.4,3.4l-6.3,20.8v14.1h-5.2v-14.1c-.5-2.6-1.5-6.2-3.2-11-1.1-3.2-2.3-6.5-3.4-9.7h5.5l3.7,13.7,3.5-13.7h5.3ZM46.9,86.4v-25.7h-4.6v19.7c-1,1.5-2,2.2-3,2.2s-1-.4-1.1-1.1c0-.2,0-.7,0-1.8v-18.9h-4.6v20.3c0,1.8.2,3,.4,3.8.4,1.3,1.5,1.9,3,1.9s3.4-1,5.3-3.2v2.8h4.6ZM55.3,29.8c0,2.8-.5,4.8-1.5,6.1-1.3,1.8-3.1,2.7-5.5,2.7s-4.2-.9-5.5-2.7c-1-1.4-1.5-3.4-1.5-6.1v-9.1c0-2.8.5-4.8,1.5-6.1,1.3-1.8,3.1-2.7,5.5-2.7s4.2.9,5.5,2.7c1,1.3,1.5,3.3,1.5,6.1v9.1ZM50.6,19.8c0-2.4-.7-3.6-2.2-3.6s-2.2,1.2-2.2,3.6v10.9c0,2.4.7,3.6,2.2,3.6s2.2-1.2,2.2-3.6v-10.9ZM64.6,68.5c0-2.4-.1-4.1-.5-5.2-.6-1.9-1.9-2.9-3.7-2.9s-3.3.9-4.8,2.8v-11.3h-4.6v34.5h4.6v-2.5c1.6,1.9,3.2,2.9,4.8,2.9s3.1-1,3.7-2.9c.4-1.1.5-2.8.5-5.2v-10.3ZM60,79.1c0,2.3-.7,3.5-2,3.5s-1.6-.4-2.3-1.1v-15.7c.8-.8,1.6-1.1,2.3-1.1,1.4,0,2,1.2,2,3.5v11ZM72.7,38.2h-4.7v-2.9c-1.9,2.2-3.6,3.2-5.4,3.2s-2.6-.6-3.1-1.9c-.3-.8-.4-2-.4-3.9V12.3h4.7v19.1c0,1.1,0,1.7,0,1.8.1.7.5,1.1,1.1,1.1.9,0,1.9-.7,3-2.2V12.3h4.7v26ZM82.2,77.5h-4.7c0,1.9,0,2.9-.1,3.2-.3,1.2-.9,1.9-2.1,1.9s-2.4-1.2-2.4-3.6v-4.5h9.3v-5.4c0-2.8-.5-4.7-1.4-6-1.4-1.8-3.2-2.7-5.5-2.7s-4.2.9-5.6,2.7c-1,1.3-1.5,3.3-1.5,6v9c0,2.8.5,4.8,1.5,6,1.4,1.8,3.2,2.7,5.6,2.7s4.4-.9,5.6-2.8c.6-.8,1-1.8,1.1-2.8.1-.5.1-1.5.1-3v-.7ZM77.6,70.6h-4.7v-2.4c0-2.3.8-3.5,2.3-3.5s2.3,1.2,2.3,3.5v2.4Z"/></g></svg>');
	width: 27px;
    height: 27px;
}

.hb-contactpage .hb-contact-offices-wrapper .hb-contact-offices-wrapper-inner .hb-contact-socialmedia-wrapper .hb-contact-socialmedia-youtube {
	content: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"><defs><style> .st0, .st1 { fill: %23231f20; } .st2, .st1 { display: none; } </style></defs><g class="st2"><path class="st0" d="M92.9,38c-2.5,0-4.5,2-4.5,4.5v30.9c0,3.7-3,6.6-6.7,6.6l-63.5.4c-3.7,0-6.6-3-6.6-6.6v-30.9c0-2.5-2-4.5-4.5-4.5s-4.5,2-4.5,4.5v30.9c0,8.6,7,15.7,15.7,15.7l63.5-.4c8.6,0,15.7-7,15.7-15.7v-30.9c0-2.5-2-4.5-4.5-4.5Z"/><path class="st0" d="M46.7,68.4h0c.9.9,2.1,1.5,3.3,1.5s2.5-.5,3.3-1.5l23.3-25.3c.8-.9,1.2-2,1.2-3.2,0-1.2-.6-2.3-1.5-3.1-1.8-1.7-4.7-1.6-6.4.3l-15.5,16.8V15.1c0-2.5-2-4.5-4.5-4.5s-4.5,2-4.5,4.5v38.7l-15.5-16.8c-.8-.9-1.9-1.4-3.1-1.5-1.2,0-2.4.4-3.2,1.2-.9.8-1.4,1.9-1.5,3.1,0,1.2.4,2.4,1.2,3.2l23.3,25.3Z"/></g><path class="st1" d="M87.1,43.4h-30.4V12.9c0-3.7-3-6.6-6.6-6.6s-6.6,3-6.6,6.6v30.4H12.9c-3.7,0-6.6,3-6.6,6.6s3,6.6,6.6,6.6h30.4v30.4c0,3.7,3,6.6,6.6,6.6s6.6-3,6.6-6.6v-30.4h30.4c3.7,0,6.6-3,6.6-6.6s-3-6.6-6.6-6.6Z"/><path class="st1" d="M50,7.1C26.3,7.1,7.1,26.3,7.1,50s19.3,42.9,42.9,42.9c23.7,0,42.9-19.3,42.9-42.9S73.7,7.1,50,7.1ZM71.5,41.3h13.3c.7,2.9,1.1,5.8,1.1,8.7s-.4,5.9-1.1,8.7h-13.3c.3-2.9.4-5.8.4-8.7s-.1-5.8-.4-8.7ZM63.4,34.3h-26.7c2.5-11.9,8-20.1,13.4-20.1v-1s0,1,0,1c5.4,0,10.8,8.2,13.4,20.1ZM64.3,17.1c7.8,3.4,14.2,9.5,17.9,17.1h-11.7c-1.3-6.7-3.4-12.6-6.2-17.1ZM29.5,65.7c1.3,6.7,3.4,12.6,6.2,17.1-7.8-3.4-14.2-9.5-17.9-17.1h11.7ZM64.9,50c0,2.9-.2,5.8-.5,8.7h-28.9c-.3-2.9-.5-5.8-.5-8.7s.2-5.8.5-8.7h28.9c.3,2.9.5,5.8.5,8.7ZM17.8,34.3c3.8-7.7,10.1-13.7,17.9-17.1-2.8,4.6-4.9,10.4-6.2,17.1h-11.7ZM50,86.8v-1c-5.4,0-10.8-8.2-13.4-20.1h26.7c-2.5,11.9-8,20.1-13.4,20.1v1h0ZM82.2,65.7c-3.8,7.7-10.1,13.7-17.9,17.1,2.8-4.6,4.9-10.4,6.2-17.1h11.7ZM28.5,58.7h-13.3c-.7-2.9-1.1-5.8-1.1-8.7s.4-5.9,1.1-8.7h13.3c-.3,2.9-.4,5.8-.4,8.7s.1,5.8.4,8.7Z"/><path class="st1" d="M69.5,40.9L38,8.3c-1.2-1.2-2.8-1.9-4.4-1.9-1.7,0-3.3.6-4.5,1.8-1.2,1.2-1.9,2.8-1.9,4.4s.6,3.3,1.8,4.5l31.2,32.4-31.2,33.6c-2.4,2.6-2.2,6.6.3,9,1.2,1.1,2.7,1.7,4.3,1.7s3.5-.7,4.6-2l31.5-33.9c4.4-4.8,4.4-12.2-.2-16.8Z"/><path class="st1" d="M30.5,40.9L62,8.3c1.2-1.2,2.8-1.9,4.4-1.9,1.7,0,3.3.6,4.5,1.8,1.2,1.2,1.9,2.8,1.9,4.4s-.6,3.3-1.8,4.5l-31.2,32.4,31.2,33.6c2.4,2.6,2.2,6.6-.3,9-1.2,1.1-2.7,1.7-4.3,1.7s-3.5-.7-4.6-2l-31.5-33.9c-4.4-4.8-4.4-12.2.2-16.8Z"/><path class="st1" d="M40.9,69.5L8.3,38c-1.2-1.2-1.9-2.8-1.9-4.4,0-1.7.6-3.3,1.8-4.5,1.2-1.2,2.8-1.9,4.4-1.9s3.3.6,4.5,1.8l32.4,31.2,33.6-31.2c2.6-2.4,6.6-2.2,9,.3,1.1,1.2,1.7,2.7,1.7,4.3s-.7,3.5-2,4.6l-33.9,31.5c-4.8,4.4-12.2,4.4-16.8-.2Z"/><path class="st1" d="M40.9,30.5L8.3,62c-1.2,1.2-1.9,2.8-1.9,4.4,0,1.7.6,3.3,1.8,4.5,1.2,1.2,2.8,1.9,4.4,1.9s3.3-.6,4.5-1.8l32.4-31.2,33.6,31.2c2.6,2.4,6.6,2.2,9-.3,1.1-1.2,1.7-2.7,1.7-4.3s-.7-3.5-2-4.6l-33.9-31.5c-4.8-4.4-12.2-4.4-16.8.2Z"/><path class="st1" d="M88.2,54.5c1.2-1.1,1.9-2.6,1.9-4.2s-.7-3.2-1.9-4.2L46.6,7.6c-2.3-2.2-6-2-8.2.3-2.2,2.3-2,6,.3,8.2l30.7,28.3H15.7c-3.2,0-5.8,2.6-5.8,5.8s2.6,5.8,5.8,5.8h53.8s-30.7,28.3-30.7,28.3c-2.3,2.2-2.5,5.8-.3,8.2,2.2,2.3,5.8,2.5,8.2.3l41.6-38.4Z"/><path class="st1" d="M54.2,11.8c-1.1-1.2-2.6-1.9-4.2-1.9s-3.2.7-4.2,1.9L7.4,53.4c-2.2,2.3-2,6,.3,8.2,2.3,2.2,6,2,8.2-.3l28.3-30.7v53.8c0,3.2,2.6,5.8,5.8,5.8,3.2,0,5.8-2.6,5.8-5.8V30.5s28.3,30.7,28.3,30.7c2.2,2.3,5.8,2.5,8.2.3,2.3-2.2,2.5-5.8.3-8.2L54.2,11.8Z"/><path class="st1" d="M54.2,88.2c-1.1,1.2-2.6,1.9-4.2,1.9s-3.2-.7-4.2-1.9L7.4,46.6c-2.2-2.3-2-6,.3-8.2,2.3-2.2,6-2,8.2.3l28.3,30.7V15.7c0-3.2,2.6-5.8,5.8-5.8,3.2,0,5.8,2.6,5.8,5.8v53.8s28.3-30.7,28.3-30.7c2.2-2.3,5.8-2.5,8.2-.3,2.3,2.2,2.5,5.8.3,8.2l-38.4,41.6Z"/><path class="st1" d="M94.3,39.2c-1.2-3.8-4.6-6.3-8.7-6.3h-18.5c-1.3,0-2.4-.8-2.8-2l-5.7-17.6c-1.2-3.8-4.6-6.3-8.7-6.3s-7.4,2.5-8.7,6.3l-5.7,17.6c-.4,1.2-1.5,2-2.8,2H14.4c-4,0-7.4,2.5-8.7,6.3-1.2,3.8,0,7.8,3.3,10.2l15,10.9c1,.7,1.5,2.1,1.1,3.3l-5.7,17.6c-1.2,3.8,0,7.8,3.3,10.2,3.3,2.4,7.5,2.4,10.7,0l15-10.9c1-.7,2.4-.7,3.4,0l15,10.9c1.6,1.2,3.5,1.8,5.4,1.8s3.7-.6,5.4-1.8c3.3-2.4,4.5-6.4,3.3-10.2l-5.7-17.6c-.4-1.2,0-2.5,1.1-3.3l15-10.9c3.3-2.4,4.5-6.4,3.3-10.2ZM69.7,54.6c-2.8,2-4,5.6-2.9,8.9l5,15.4c.5,1.7-.6,2.6-.9,2.9-.4.3-1.6,1-3,0l-13.1-9.5c-1.4-1-3.1-1.5-4.7-1.5s-3.3.5-4.7,1.5l-13.1,9.5c-1.4,1-2.7.3-3,0-.4-.3-1.5-1.2-.9-2.9l5-15.4c1.1-3.3,0-6.9-2.9-8.9l-13.1-9.5c-1.4-1-1.1-2.5-.9-2.9.1-.4.7-1.8,2.4-1.8h16.2c3.5,0,6.5-2.2,7.6-5.5l5-15.4c.5-1.7,2-1.8,2.4-1.8s1.9.1,2.4,1.8l5,15.4c1.1,3.3,4.1,5.5,7.6,5.5h16.2c1.7,0,2.3,1.4,2.4,1.8.1.4.5,1.9-.9,2.9l-13.1,9.5Z"/><path class="st1" d="M86,19.4l-.5-.6h0c-3.3-3.4-7.8-5.2-12.5-5.2H27.1c-4.7,0-9.1,1.8-12.5,5.2l-.6.6h0c-2.9,3.3-4.6,7.5-4.6,11.9v37.5c0,9.7,7.9,17.6,17.6,17.6h45.8c9.7,0,17.6-7.9,17.6-17.6V31.2c0-4.4-1.6-8.6-4.6-11.8ZM52.2,45.2c-1.2,1.2-3.2,1.2-4.4,0l-22.2-21.8c.5,0,.9-.1,1.4-.1h45.8c.5,0,1,0,1.4.1l-22.2,21.8ZM19.1,31.2c0-.2,0-.4,0-.6l21.8,21.5c2.4,2.4,5.6,3.7,9,3.7s6.6-1.3,9-3.7l21.8-21.5c0,.2,0,.4,0,.6v37.5c0,4.4-3.6,7.9-7.9,7.9H27.1c-4.4,0-7.9-3.6-7.9-7.9V31.2Z"/><g class="st2"><path class="st0" d="M81.7,54.2l6.2-19.9c.9-2.8.4-5.8-1.4-8.2-1.8-2.4-4.5-3.8-7.4-3.8H31.2l-.3-2.1c-.6-4.9-4-8.9-8.8-10.2l-4.7-1.3c-2.4-.7-4.9.8-5.6,3.2-.7,2.4.8,4.9,3.2,5.6l4.7,1.3c1.2.3,2,1.3,2.1,2.5l5.3,43.9c.7,6,5.9,10.6,11.9,10.6h39.3c2.5,0,4.5-2,4.5-4.5s-2-4.5-4.5-4.5h-39.3c-.7,0-1.4-.3-1.9-.7h28.5c7.4,0,13.8-4.7,16-11.8ZM73,51.5c-1,3.2-3.9,5.4-7.3,5.4h-30.4l-3-25.4h46.7c0,0,0,0,.1,0,0,0,0,0,0,.1l-6.2,19.9Z"/><circle class="st0" cx="40.1" cy="84.1" r="7.2"/><path class="st0" d="M69.5,76.9c-4,0-7.2,3.2-7.2,7.2s3.2,7.2,7.2,7.2,7.2-3.2,7.2-7.2-3.2-7.2-7.2-7.2Z"/></g><g class="st2"><path class="st0" d="M91.8,71.6l-12.6-12.8c-2.9-3-7.7-3.4-11.1-.9l-3.8,2.8-.7.7c-.6.6-2.1,2.1-6.3.5-3.3-1.3-7.1-4.1-11.1-8.1-4-4-6.7-7.9-7.9-11.2-1.5-4.2,0-5.7.6-6.3l3.4-4.5c2.5-3.3,2.2-8.1-.7-11.1l-12.6-12.8c-1.7-1.7-4.1-2.7-6.5-2.5-2.4.1-4.7,1.3-6.2,3.2l-5.6,7.2c-4.7,5.9-6,13.7-3.6,20.9,2.3,10,10.5,23,22,34.7,11.7,11.8,24.6,20.3,34.6,22.6,1.6.5,3.2.8,4.9,1,.5,0,1,0,1.5,0,4.5,0,9-1.5,12.7-4.3l8.2-6.3c1.9-1.5,3.2-3.7,3.3-6.2.2-2.4-.7-4.8-2.4-6.6ZM22.9,12.5c.3,0,.6.1.8.3l12.6,12.8c.4.4.4,1.1,0,1.5l-2.9,3.9c-2.4,2.5-4.7,6.9-2.1,13.9,1.6,4.3,4.9,9.1,9.6,13.8,4.7,4.8,9.4,8.1,13.7,9.8,7.1,2.7,11.6.4,14.1-2.1l3.7-2.7c.5-.3,1.1-.3,1.5.1l12.6,12.8c.3.3.3.7.3.9,0,.2-.1.6-.5.8l-8.2,6.3c-2.6,2-5.9,3-9.2,2.7-1.1,0-2.2-.3-3.3-.7h-.3c-8.6-2-20.6-9.9-31.2-20.7-10.5-10.7-18.2-22.7-20.1-31.4v-.4c-1.8-4.8-.9-10.1,2.3-14.2l5.6-7.2c.3-.3.6-.4.9-.4Z"/><path class="st0" d="M68,47.7h0c.7.5,1.5.8,2.3.8s2.2-.5,2.9-1.4c4.6-5.7,4.3-13.7-.6-19.1-5-5.4-12.9-6.3-19-2.2-1.7,1.1-2.1,3.4-1,5.1.5.8,1.4,1.4,2.3,1.6,1,.2,1.9,0,2.8-.6,3-2,7-1.6,9.5,1.1,2.5,2.7,2.6,6.7.3,9.6-1.3,1.6-1,3.9.6,5.2Z"/><path class="st0" d="M51.4,21.8c.9.3,1.9.3,2.8-.1,7.1-3.3,15.4-1.7,20.7,4.1,5.3,5.8,6.3,14.2,2.4,21-.5.9-.6,1.8-.4,2.8.3.9.9,1.7,1.7,2.2.6.3,1.2.5,1.8.5,1.3,0,2.5-.7,3.2-1.8,5.5-9.6,4.1-21.5-3.3-29.6-7.5-8.1-19.2-10.5-29.2-5.8-1.8.9-2.6,3-1.8,4.9.4.9,1.2,1.6,2.1,1.9Z"/></g><g class="st2"><path class="st0" d="M92.2,23.6v52.7c0,8.7-7.1,15.8-15.8,15.8h-10.3v-32.7h10.9l1.6-12.7h-12.6v-8.1c0-3.7,1-6.1,6.3-6.1h6.7v-11.4c-1.2-.2-5.2-.5-9.8-.5-9.7,0-16.4,5.9-16.4,16.8v9.4h-11v12.7h11v32.7h-29.2c-8.7,0-15.8-7.1-15.8-15.8V23.6c0-8.7,7.1-15.8,15.8-15.8h52.7c8.7,0,15.8,7.1,15.8,15.8Z"/></g><g class="st2"><path class="st0" d="M92.2,76.4c0,8.7-7.1,15.8-15.8,15.8H23.6c-8.7,0-15.8-7.1-15.8-15.8V23.6c0-8.7,7.1-15.8,15.8-15.8h52.7c8.7,0,15.8,7.1,15.8,15.8v52.7ZM27.3,22c-4.3,0-7.2,2.9-7.2,6.6s2.7,6.6,7,6.6h0c4.4,0,7.2-3,7.2-6.6,0-3.7-2.7-6.6-7.1-6.6ZM33.5,78.4v-38.1h-12.7v38.1h12.7ZM79.2,78.4v-21.9c0-11.7-6.3-17.1-14.6-17.1s-9.8,3.8-11.5,6.4h.1v-5.5h-12.7s.2,3.6,0,38.1h12.7v-21.3c0-1.1,0-2.3.4-3.1.9-2.3,3-4.6,6.5-4.6s6.4,3.5,6.4,8.6v20.4h12.7Z"/></g><g class="st2"><path class="st0" d="M93.9,48.9c0,23.8-19.3,43.1-43.1,43.1s-14.5-1.8-20.9-5.4l-23.8,7.7,7.8-23.2c-4.1-6.7-6.2-14.4-6.2-22.2C7.7,25.1,27,5.7,50.8,5.7s43.1,19.3,43.1,43.1ZM86.7,48.9c0-19.8-16.1-35.9-35.9-35.9S14.9,29.1,14.9,48.9s2.4,14.9,6.9,21l-4.5,13.3,13.8-4.4c5.8,3.8,12.8,5.9,19.7,5.9,19.8,0,35.9-16.1,35.9-35.9ZM73.1,60c.1.3.1.6.1.9,0,1.4-.5,3-1,4.3-1.3,3.2-6.6,5.3-9.9,5.3s-8.4-2.4-10.9-3.5c-8.2-3.7-13.3-10.1-18.2-17.3-2.2-3.2-4.1-7.1-4.1-11.1v-.5c.1-3.8,1.5-6.5,4.2-9,.9-.8,1.8-1.3,3-1.3s1.4.2,2.1.2c1.5,0,1.8.5,2.4,1.9.4,1,3.3,8.7,3.3,9.3,0,2.2-3.9,4.6-3.9,5.9s.1.6.3.9c1.3,2.7,3.7,5.8,5.8,7.8,2.6,2.5,5.4,4.2,8.6,5.8.4.2.8.4,1.3.4,1.7,0,4.6-5.5,6.1-5.5s10.3,4.9,10.7,5.5Z"/></g><path class="st0" d="M83.6,84.4c-.9,3.7-3.9,6.4-7.5,6.8-8.7,1-17.4,1-26.1,1s-17.5,0-26.1-1c-3.6-.4-6.7-3.1-7.5-6.8-1.2-5.3-1.2-11.1-1.2-16.5s0-11.2,1.2-16.5c.9-3.7,3.9-6.4,7.6-6.9,8.6-.9,17.4-.9,26.1-.9s17.5,0,26.1.9c3.6.4,6.7,3.2,7.5,6.9,1.2,5.3,1.2,11,1.2,16.5s0,11.2-1.2,16.5ZM35,56.2v-4.4h-14.7v4.4h4.9v26.8h4.7v-26.8h5ZM42.7,7.8l-5.7,18.8v12.8h-4.7v-12.8c-.4-2.3-1.4-5.6-2.9-10-1-2.9-2.1-5.9-3.1-8.8h5l3.3,12.4,3.2-12.4h4.8ZM47.7,82.9v-23.2h-4.2v17.8c-.9,1.3-1.8,2-2.7,2s-.9-.3-1-1c0-.1,0-.7,0-1.6v-17.1h-4.2v18.4c0,1.6.1,2.7.4,3.4.4,1.2,1.4,1.7,2.7,1.7s3.1-.9,4.8-2.9v2.5h4.2ZM55.3,31.7c0,2.5-.4,4.4-1.3,5.6-1.2,1.6-2.8,2.4-5,2.4s-3.8-.8-4.9-2.4c-.9-1.2-1.3-3.1-1.3-5.6v-8.2c0-2.5.4-4.3,1.3-5.5,1.2-1.6,2.8-2.4,4.9-2.4s3.8.8,5,2.4c.9,1.2,1.3,3,1.3,5.5v8.2ZM51,22.7c0-2.2-.6-3.2-2-3.2s-2,1.1-2,3.2v9.9c0,2.2.7,3.3,2,3.3s2-1.1,2-3.3v-9.9ZM63.7,66.7c0-2.2,0-3.7-.4-4.7-.5-1.7-1.7-2.6-3.3-2.6s-3,.8-4.4,2.5v-10.2h-4.2v31.2h4.2v-2.3c1.4,1.7,2.9,2.6,4.4,2.6s2.8-.9,3.3-2.6c.3-1,.4-2.5.4-4.7v-9.3ZM59.6,76.3c0,2.1-.6,3.2-1.8,3.2s-1.4-.3-2.1-1v-14.2c.7-.7,1.4-1,2.1-1,1.2,0,1.8,1.1,1.8,3.2v9.9ZM71.1,39.4h-4.3v-2.6c-1.7,2-3.3,2.9-4.8,2.9s-2.4-.6-2.8-1.7c-.2-.7-.4-1.8-.4-3.5V15.9h4.3v17.3c0,1,0,1.6,0,1.6,0,.7.4,1,1,1,.8,0,1.7-.7,2.7-2V15.9h4.3v23.5ZM79.6,74.9h-4.3c0,1.7,0,2.6,0,2.9-.2,1.1-.8,1.7-1.9,1.7s-2.2-1.1-2.2-3.2v-4.1h8.4v-4.8c0-2.5-.4-4.3-1.3-5.5-1.2-1.6-2.9-2.4-5-2.4s-3.8.8-5,2.4c-.9,1.2-1.3,3-1.3,5.5v8.1c0,2.5.5,4.3,1.4,5.5,1.2,1.6,2.9,2.4,5.1,2.4s4-.8,5.1-2.5c.5-.8.9-1.6,1-2.5,0-.4,0-1.4,0-2.7v-.6ZM75.5,68.6h-4.2v-2.2c0-2.1.7-3.2,2.1-3.2s2.1,1.1,2.1,3.2v2.2Z"/></svg>');
	width: 27px;
    height: 27px;
}

.hb-contactpage .hb-contact-offices-wrapper .hb-contact-offices-wrapper-inner .hb-contact-socialmedia-wrapper .hb-contact-socialmedia-instagram {
	content: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"><defs><style> .st0, .st1 { fill: %23231f20; } .st2, .st1 { display: none; } </style></defs><g class="st2"><path class="st0" d="M92.9,38c-2.5,0-4.5,2-4.5,4.5v30.9c0,3.7-3,6.6-6.7,6.6l-63.5.4c-3.7,0-6.6-3-6.6-6.6v-30.9c0-2.5-2-4.5-4.5-4.5s-4.5,2-4.5,4.5v30.9c0,8.6,7,15.7,15.7,15.7l63.5-.4c8.6,0,15.7-7,15.7-15.7v-30.9c0-2.5-2-4.5-4.5-4.5Z"/><path class="st0" d="M46.7,68.4h0c.9.9,2.1,1.5,3.3,1.5s2.5-.5,3.3-1.5l23.3-25.3c.8-.9,1.2-2,1.2-3.2,0-1.2-.6-2.3-1.5-3.1-1.8-1.7-4.7-1.6-6.4.3l-15.5,16.8V15.1c0-2.5-2-4.5-4.5-4.5s-4.5,2-4.5,4.5v38.7l-15.5-16.8c-.8-.9-1.9-1.4-3.1-1.5-1.2,0-2.4.4-3.2,1.2-.9.8-1.4,1.9-1.5,3.1,0,1.2.4,2.4,1.2,3.2l23.3,25.3Z"/></g><path class="st1" d="M87.1,43.4h-30.4V12.9c0-3.7-3-6.6-6.6-6.6s-6.6,3-6.6,6.6v30.4H12.9c-3.7,0-6.6,3-6.6,6.6s3,6.6,6.6,6.6h30.4v30.4c0,3.7,3,6.6,6.6,6.6s6.6-3,6.6-6.6v-30.4h30.4c3.7,0,6.6-3,6.6-6.6s-3-6.6-6.6-6.6Z"/><path class="st1" d="M50,7.1C26.3,7.1,7.1,26.3,7.1,50s19.3,42.9,42.9,42.9c23.7,0,42.9-19.3,42.9-42.9S73.7,7.1,50,7.1ZM71.5,41.3h13.3c.7,2.9,1.1,5.8,1.1,8.7s-.4,5.9-1.1,8.7h-13.3c.3-2.9.4-5.8.4-8.7s-.1-5.8-.4-8.7ZM63.4,34.3h-26.7c2.5-11.9,8-20.1,13.4-20.1v-1s0,1,0,1c5.4,0,10.8,8.2,13.4,20.1ZM64.3,17.1c7.8,3.4,14.2,9.5,17.9,17.1h-11.7c-1.3-6.7-3.4-12.6-6.2-17.1ZM29.5,65.7c1.3,6.7,3.4,12.6,6.2,17.1-7.8-3.4-14.2-9.5-17.9-17.1h11.7ZM64.9,50c0,2.9-.2,5.8-.5,8.7h-28.9c-.3-2.9-.5-5.8-.5-8.7s.2-5.8.5-8.7h28.9c.3,2.9.5,5.8.5,8.7ZM17.8,34.3c3.8-7.7,10.1-13.7,17.9-17.1-2.8,4.6-4.9,10.4-6.2,17.1h-11.7ZM50,86.8v-1c-5.4,0-10.8-8.2-13.4-20.1h26.7c-2.5,11.9-8,20.1-13.4,20.1v1h0ZM82.2,65.7c-3.8,7.7-10.1,13.7-17.9,17.1,2.8-4.6,4.9-10.4,6.2-17.1h11.7ZM28.5,58.7h-13.3c-.7-2.9-1.1-5.8-1.1-8.7s.4-5.9,1.1-8.7h13.3c-.3,2.9-.4,5.8-.4,8.7s.1,5.8.4,8.7Z"/><path class="st1" d="M69.5,40.9L38,8.3c-1.2-1.2-2.8-1.9-4.4-1.9-1.7,0-3.3.6-4.5,1.8-1.2,1.2-1.9,2.8-1.9,4.4s.6,3.3,1.8,4.5l31.2,32.4-31.2,33.6c-2.4,2.6-2.2,6.6.3,9,1.2,1.1,2.7,1.7,4.3,1.7s3.5-.7,4.6-2l31.5-33.9c4.4-4.8,4.4-12.2-.2-16.8Z"/><path class="st1" d="M30.5,40.9L62,8.3c1.2-1.2,2.8-1.9,4.4-1.9,1.7,0,3.3.6,4.5,1.8,1.2,1.2,1.9,2.8,1.9,4.4s-.6,3.3-1.8,4.5l-31.2,32.4,31.2,33.6c2.4,2.6,2.2,6.6-.3,9-1.2,1.1-2.7,1.7-4.3,1.7s-3.5-.7-4.6-2l-31.5-33.9c-4.4-4.8-4.4-12.2.2-16.8Z"/><path class="st1" d="M40.9,69.5L8.3,38c-1.2-1.2-1.9-2.8-1.9-4.4,0-1.7.6-3.3,1.8-4.5,1.2-1.2,2.8-1.9,4.4-1.9s3.3.6,4.5,1.8l32.4,31.2,33.6-31.2c2.6-2.4,6.6-2.2,9,.3,1.1,1.2,1.7,2.7,1.7,4.3s-.7,3.5-2,4.6l-33.9,31.5c-4.8,4.4-12.2,4.4-16.8-.2Z"/><path class="st1" d="M40.9,30.5L8.3,62c-1.2,1.2-1.9,2.8-1.9,4.4,0,1.7.6,3.3,1.8,4.5,1.2,1.2,2.8,1.9,4.4,1.9s3.3-.6,4.5-1.8l32.4-31.2,33.6,31.2c2.6,2.4,6.6,2.2,9-.3,1.1-1.2,1.7-2.7,1.7-4.3s-.7-3.5-2-4.6l-33.9-31.5c-4.8-4.4-12.2-4.4-16.8.2Z"/><path class="st1" d="M88.2,54.5c1.2-1.1,1.9-2.6,1.9-4.2s-.7-3.2-1.9-4.2L46.6,7.6c-2.3-2.2-6-2-8.2.3-2.2,2.3-2,6,.3,8.2l30.7,28.3H15.7c-3.2,0-5.8,2.6-5.8,5.8s2.6,5.8,5.8,5.8h53.8s-30.7,28.3-30.7,28.3c-2.3,2.2-2.5,5.8-.3,8.2,2.2,2.3,5.8,2.5,8.2.3l41.6-38.4Z"/><path class="st1" d="M54.2,11.8c-1.1-1.2-2.6-1.9-4.2-1.9s-3.2.7-4.2,1.9L7.4,53.4c-2.2,2.3-2,6,.3,8.2,2.3,2.2,6,2,8.2-.3l28.3-30.7v53.8c0,3.2,2.6,5.8,5.8,5.8,3.2,0,5.8-2.6,5.8-5.8V30.5s28.3,30.7,28.3,30.7c2.2,2.3,5.8,2.5,8.2.3,2.3-2.2,2.5-5.8.3-8.2L54.2,11.8Z"/><path class="st1" d="M54.2,88.2c-1.1,1.2-2.6,1.9-4.2,1.9s-3.2-.7-4.2-1.9L7.4,46.6c-2.2-2.3-2-6,.3-8.2,2.3-2.2,6-2,8.2.3l28.3,30.7V15.7c0-3.2,2.6-5.8,5.8-5.8,3.2,0,5.8,2.6,5.8,5.8v53.8s28.3-30.7,28.3-30.7c2.2-2.3,5.8-2.5,8.2-.3,2.3,2.2,2.5,5.8.3,8.2l-38.4,41.6Z"/><path class="st1" d="M94.3,39.2c-1.2-3.8-4.6-6.3-8.7-6.3h-18.5c-1.3,0-2.4-.8-2.8-2l-5.7-17.6c-1.2-3.8-4.6-6.3-8.7-6.3s-7.4,2.5-8.7,6.3l-5.7,17.6c-.4,1.2-1.5,2-2.8,2H14.4c-4,0-7.4,2.5-8.7,6.3-1.2,3.8,0,7.8,3.3,10.2l15,10.9c1,.7,1.5,2.1,1.1,3.3l-5.7,17.6c-1.2,3.8,0,7.8,3.3,10.2,3.3,2.4,7.5,2.4,10.7,0l15-10.9c1-.7,2.4-.7,3.4,0l15,10.9c1.6,1.2,3.5,1.8,5.4,1.8s3.7-.6,5.4-1.8c3.3-2.4,4.5-6.4,3.3-10.2l-5.7-17.6c-.4-1.2,0-2.5,1.1-3.3l15-10.9c3.3-2.4,4.5-6.4,3.3-10.2ZM69.7,54.6c-2.8,2-4,5.6-2.9,8.9l5,15.4c.5,1.7-.6,2.6-.9,2.9-.4.3-1.6,1-3,0l-13.1-9.5c-1.4-1-3.1-1.5-4.7-1.5s-3.3.5-4.7,1.5l-13.1,9.5c-1.4,1-2.7.3-3,0-.4-.3-1.5-1.2-.9-2.9l5-15.4c1.1-3.3,0-6.9-2.9-8.9l-13.1-9.5c-1.4-1-1.1-2.5-.9-2.9.1-.4.7-1.8,2.4-1.8h16.2c3.5,0,6.5-2.2,7.6-5.5l5-15.4c.5-1.7,2-1.8,2.4-1.8s1.9.1,2.4,1.8l5,15.4c1.1,3.3,4.1,5.5,7.6,5.5h16.2c1.7,0,2.3,1.4,2.4,1.8.1.4.5,1.9-.9,2.9l-13.1,9.5Z"/><path class="st1" d="M86,19.4l-.5-.6h0c-3.3-3.4-7.8-5.2-12.5-5.2H27.1c-4.7,0-9.1,1.8-12.5,5.2l-.6.6h0c-2.9,3.3-4.6,7.5-4.6,11.9v37.5c0,9.7,7.9,17.6,17.6,17.6h45.8c9.7,0,17.6-7.9,17.6-17.6V31.2c0-4.4-1.6-8.6-4.6-11.8ZM52.2,45.2c-1.2,1.2-3.2,1.2-4.4,0l-22.2-21.8c.5,0,.9-.1,1.4-.1h45.8c.5,0,1,0,1.4.1l-22.2,21.8ZM19.1,31.2c0-.2,0-.4,0-.6l21.8,21.5c2.4,2.4,5.6,3.7,9,3.7s6.6-1.3,9-3.7l21.8-21.5c0,.2,0,.4,0,.6v37.5c0,4.4-3.6,7.9-7.9,7.9H27.1c-4.4,0-7.9-3.6-7.9-7.9V31.2Z"/><g class="st2"><path class="st0" d="M81.7,54.2l6.2-19.9c.9-2.8.4-5.8-1.4-8.2-1.8-2.4-4.5-3.8-7.4-3.8H31.2l-.3-2.1c-.6-4.9-4-8.9-8.8-10.2l-4.7-1.3c-2.4-.7-4.9.8-5.6,3.2-.7,2.4.8,4.9,3.2,5.6l4.7,1.3c1.2.3,2,1.3,2.1,2.5l5.3,43.9c.7,6,5.9,10.6,11.9,10.6h39.3c2.5,0,4.5-2,4.5-4.5s-2-4.5-4.5-4.5h-39.3c-.7,0-1.4-.3-1.9-.7h28.5c7.4,0,13.8-4.7,16-11.8ZM73,51.5c-1,3.2-3.9,5.4-7.3,5.4h-30.4l-3-25.4h46.7c0,0,0,0,.1,0,0,0,0,0,0,.1l-6.2,19.9Z"/><circle class="st0" cx="40.1" cy="84.1" r="7.2"/><path class="st0" d="M69.5,76.9c-4,0-7.2,3.2-7.2,7.2s3.2,7.2,7.2,7.2,7.2-3.2,7.2-7.2-3.2-7.2-7.2-7.2Z"/></g><g class="st2"><path class="st0" d="M91.8,71.6l-12.6-12.8c-2.9-3-7.7-3.4-11.1-.9l-3.8,2.8-.7.7c-.6.6-2.1,2.1-6.3.5-3.3-1.3-7.1-4.1-11.1-8.1-4-4-6.7-7.9-7.9-11.2-1.5-4.2,0-5.7.6-6.3l3.4-4.5c2.5-3.3,2.2-8.1-.7-11.1l-12.6-12.8c-1.7-1.7-4.1-2.7-6.5-2.5-2.4.1-4.7,1.3-6.2,3.2l-5.6,7.2c-4.7,5.9-6,13.7-3.6,20.9,2.3,10,10.5,23,22,34.7,11.7,11.8,24.6,20.3,34.6,22.6,1.6.5,3.2.8,4.9,1,.5,0,1,0,1.5,0,4.5,0,9-1.5,12.7-4.3l8.2-6.3c1.9-1.5,3.2-3.7,3.3-6.2.2-2.4-.7-4.8-2.4-6.6ZM22.9,12.5c.3,0,.6.1.8.3l12.6,12.8c.4.4.4,1.1,0,1.5l-2.9,3.9c-2.4,2.5-4.7,6.9-2.1,13.9,1.6,4.3,4.9,9.1,9.6,13.8,4.7,4.8,9.4,8.1,13.7,9.8,7.1,2.7,11.6.4,14.1-2.1l3.7-2.7c.5-.3,1.1-.3,1.5.1l12.6,12.8c.3.3.3.7.3.9,0,.2-.1.6-.5.8l-8.2,6.3c-2.6,2-5.9,3-9.2,2.7-1.1,0-2.2-.3-3.3-.7h-.3c-8.6-2-20.6-9.9-31.2-20.7-10.5-10.7-18.2-22.7-20.1-31.4v-.4c-1.8-4.8-.9-10.1,2.3-14.2l5.6-7.2c.3-.3.6-.4.9-.4Z"/><path class="st0" d="M68,47.7h0c.7.5,1.5.8,2.3.8s2.2-.5,2.9-1.4c4.6-5.7,4.3-13.7-.6-19.1-5-5.4-12.9-6.3-19-2.2-1.7,1.1-2.1,3.4-1,5.1.5.8,1.4,1.4,2.3,1.6,1,.2,1.9,0,2.8-.6,3-2,7-1.6,9.5,1.1,2.5,2.7,2.6,6.7.3,9.6-1.3,1.6-1,3.9.6,5.2Z"/><path class="st0" d="M51.4,21.8c.9.3,1.9.3,2.8-.1,7.1-3.3,15.4-1.7,20.7,4.1,5.3,5.8,6.3,14.2,2.4,21-.5.9-.6,1.8-.4,2.8.3.9.9,1.7,1.7,2.2.6.3,1.2.5,1.8.5,1.3,0,2.5-.7,3.2-1.8,5.5-9.6,4.1-21.5-3.3-29.6-7.5-8.1-19.2-10.5-29.2-5.8-1.8.9-2.6,3-1.8,4.9.4.9,1.2,1.6,2.1,1.9Z"/></g><g class="st2"><path class="st0" d="M92.2,23.6v52.7c0,8.7-7.1,15.8-15.8,15.8h-10.3v-32.7h10.9l1.6-12.7h-12.6v-8.1c0-3.7,1-6.1,6.3-6.1h6.7v-11.4c-1.2-.2-5.2-.5-9.8-.5-9.7,0-16.4,5.9-16.4,16.8v9.4h-11v12.7h11v32.7h-29.2c-8.7,0-15.8-7.1-15.8-15.8V23.6c0-8.7,7.1-15.8,15.8-15.8h52.7c8.7,0,15.8,7.1,15.8,15.8Z"/></g><g class="st2"><path class="st0" d="M92.2,76.4c0,8.7-7.1,15.8-15.8,15.8H23.6c-8.7,0-15.8-7.1-15.8-15.8V23.6c0-8.7,7.1-15.8,15.8-15.8h52.7c8.7,0,15.8,7.1,15.8,15.8v52.7ZM27.3,22c-4.3,0-7.2,2.9-7.2,6.6s2.7,6.6,7,6.6h0c4.4,0,7.2-3,7.2-6.6,0-3.7-2.7-6.6-7.1-6.6ZM33.5,78.4v-38.1h-12.7v38.1h12.7ZM79.2,78.4v-21.9c0-11.7-6.3-17.1-14.6-17.1s-9.8,3.8-11.5,6.4h.1v-5.5h-12.7s.2,3.6,0,38.1h12.7v-21.3c0-1.1,0-2.3.4-3.1.9-2.3,3-4.6,6.5-4.6s6.4,3.5,6.4,8.6v20.4h12.7Z"/></g><g class="st2"><path class="st0" d="M93.9,48.9c0,23.8-19.3,43.1-43.1,43.1s-14.5-1.8-20.9-5.4l-23.8,7.7,7.8-23.2c-4.1-6.7-6.2-14.4-6.2-22.2C7.7,25.1,27,5.7,50.8,5.7s43.1,19.3,43.1,43.1ZM86.7,48.9c0-19.8-16.1-35.9-35.9-35.9S14.9,29.1,14.9,48.9s2.4,14.9,6.9,21l-4.5,13.3,13.8-4.4c5.8,3.8,12.8,5.9,19.7,5.9,19.8,0,35.9-16.1,35.9-35.9ZM73.1,60c.1.3.1.6.1.9,0,1.4-.5,3-1,4.3-1.3,3.2-6.6,5.3-9.9,5.3s-8.4-2.4-10.9-3.5c-8.2-3.7-13.3-10.1-18.2-17.3-2.2-3.2-4.1-7.1-4.1-11.1v-.5c.1-3.8,1.5-6.5,4.2-9,.9-.8,1.8-1.3,3-1.3s1.4.2,2.1.2c1.5,0,1.8.5,2.4,1.9.4,1,3.3,8.7,3.3,9.3,0,2.2-3.9,4.6-3.9,5.9s.1.6.3.9c1.3,2.7,3.7,5.8,5.8,7.8,2.6,2.5,5.4,4.2,8.6,5.8.4.2.8.4,1.3.4,1.7,0,4.6-5.5,6.1-5.5s10.3,4.9,10.7,5.5Z"/></g><g class="st2"><path class="st0" d="M83.6,84.4c-.9,3.7-3.9,6.4-7.5,6.8-8.7,1-17.4,1-26.1,1s-17.5,0-26.1-1c-3.6-.4-6.7-3.1-7.5-6.8-1.2-5.3-1.2-11.1-1.2-16.5s0-11.2,1.2-16.5c.9-3.7,3.9-6.4,7.6-6.9,8.6-.9,17.4-.9,26.1-.9s17.5,0,26.1.9c3.6.4,6.7,3.2,7.5,6.9,1.2,5.3,1.2,11,1.2,16.5s0,11.2-1.2,16.5ZM35,56.2v-4.4h-14.7v4.4h4.9v26.8h4.7v-26.8h5ZM42.7,7.8l-5.7,18.8v12.8h-4.7v-12.8c-.4-2.3-1.4-5.6-2.9-10-1-2.9-2.1-5.9-3.1-8.8h5l3.3,12.4,3.2-12.4h4.8ZM47.7,82.9v-23.2h-4.2v17.8c-.9,1.3-1.8,2-2.7,2s-.9-.3-1-1c0-.1,0-.7,0-1.6v-17.1h-4.2v18.4c0,1.6.1,2.7.4,3.4.4,1.2,1.4,1.7,2.7,1.7s3.1-.9,4.8-2.9v2.5h4.2ZM55.3,31.7c0,2.5-.4,4.4-1.3,5.6-1.2,1.6-2.8,2.4-5,2.4s-3.8-.8-4.9-2.4c-.9-1.2-1.3-3.1-1.3-5.6v-8.2c0-2.5.4-4.3,1.3-5.5,1.2-1.6,2.8-2.4,4.9-2.4s3.8.8,5,2.4c.9,1.2,1.3,3,1.3,5.5v8.2ZM51,22.7c0-2.2-.6-3.2-2-3.2s-2,1.1-2,3.2v9.9c0,2.2.7,3.3,2,3.3s2-1.1,2-3.3v-9.9ZM63.7,66.7c0-2.2,0-3.7-.4-4.7-.5-1.7-1.7-2.6-3.3-2.6s-3,.8-4.4,2.5v-10.2h-4.2v31.2h4.2v-2.3c1.4,1.7,2.9,2.6,4.4,2.6s2.8-.9,3.3-2.6c.3-1,.4-2.5.4-4.7v-9.3ZM59.6,76.3c0,2.1-.6,3.2-1.8,3.2s-1.4-.3-2.1-1v-14.2c.7-.7,1.4-1,2.1-1,1.2,0,1.8,1.1,1.8,3.2v9.9ZM71.1,39.4h-4.3v-2.6c-1.7,2-3.3,2.9-4.8,2.9s-2.4-.6-2.8-1.7c-.2-.7-.4-1.8-.4-3.5V15.9h4.3v17.3c0,1,0,1.6,0,1.6,0,.7.4,1,1,1,.8,0,1.7-.7,2.7-2V15.9h4.3v23.5ZM79.6,74.9h-4.3c0,1.7,0,2.6,0,2.9-.2,1.1-.8,1.7-1.9,1.7s-2.2-1.1-2.2-3.2v-4.1h8.4v-4.8c0-2.5-.4-4.3-1.3-5.5-1.2-1.6-2.9-2.4-5-2.4s-3.8.8-5,2.4c-.9,1.2-1.3,3-1.3,5.5v8.1c0,2.5.5,4.3,1.4,5.5,1.2,1.6,2.9,2.4,5.1,2.4s4-.8,5.1-2.5c.5-.8.9-1.6,1-2.5,0-.4,0-1.4,0-2.7v-.6ZM75.5,68.6h-4.2v-2.2c0-2.1.7-3.2,2.1-3.2s2.1,1.1,2.1,3.2v2.2Z"/></g><path class="st1" d="M56.8,43.7L87.5,7.9h-7.3l-26.7,31L32.3,7.9H7.7l32.2,46.9L7.7,92.3h7.3l28.2-32.7,22.5,32.7h24.6l-33.4-48.6h0ZM46.9,55.2l-3.3-4.7L17.6,13.4h11.2l20.9,30,3.3,4.7,27.2,39h-11.2l-22.2-31.8h0Z"/><g class="st2"><path class="st0" d="M28.8,33.3v51.5c0,4.2-3.4,7.6-7.6,7.6h-6.1c-4.2,0-7.6-3.4-7.6-7.6v-51.5c0-4.2,3.4-7.6,7.6-7.6h6.1c4.2,0,7.6,3.4,7.6,7.6ZM92.4,43.9v36.4c0,6.7-5.4,12.1-12.1,12.1h-40.9c-4.2,0-7.6-3.4-7.6-7.6V12.1c0-2.5,2-4.5,4.5-4.5h31.8c2.5,0,6,1.5,7.8,3.2l7.2,7.2c1.8,1.8,3.2,5.3,3.2,7.8v7.7c3.6,2.1,6.1,6,6.1,10.5ZM80.3,25.7h-7.6c-2.5,0-4.5-2-4.5-4.5v-7.6h-30.3v24.3h42.4v-12.1ZM51.5,50c0-.9-.7-1.5-1.5-1.5h-6.1c-.9,0-1.5.7-1.5,1.5v6.1c0,.9.7,1.5,1.5,1.5h6.1c.9,0,1.5-.7,1.5-1.5v-6.1ZM51.5,62.1c0-.9-.7-1.5-1.5-1.5h-6.1c-.9,0-1.5.7-1.5,1.5v6.1c0,.9.7,1.5,1.5,1.5h6.1c.9,0,1.5-.7,1.5-1.5v-6.1ZM51.5,74.3c0-.9-.7-1.5-1.5-1.5h-6.1c-.9,0-1.5.7-1.5,1.5v6.1c0,.9.7,1.5,1.5,1.5h6.1c.9,0,1.5-.7,1.5-1.5v-6.1ZM63.6,50c0-.9-.7-1.5-1.5-1.5h-6.1c-.9,0-1.5.7-1.5,1.5v6.1c0,.9.7,1.5,1.5,1.5h6.1c.9,0,1.5-.7,1.5-1.5v-6.1ZM63.6,62.1c0-.9-.7-1.5-1.5-1.5h-6.1c-.9,0-1.5.7-1.5,1.5v6.1c0,.9.7,1.5,1.5,1.5h6.1c.9,0,1.5-.7,1.5-1.5v-6.1ZM63.6,74.3c0-.9-.7-1.5-1.5-1.5h-6.1c-.9,0-1.5.7-1.5,1.5v6.1c0,.9.7,1.5,1.5,1.5h6.1c.9,0,1.5-.7,1.5-1.5v-6.1ZM75.8,50c0-.9-.7-1.5-1.5-1.5h-6.1c-.9,0-1.5.7-1.5,1.5v6.1c0,.9.7,1.5,1.5,1.5h6.1c.9,0,1.5-.7,1.5-1.5v-6.1ZM75.8,62.1c0-.9-.7-1.5-1.5-1.5h-6.1c-.9,0-1.5.7-1.5,1.5v6.1c0,.9.7,1.5,1.5,1.5h6.1c.9,0,1.5-.7,1.5-1.5v-6.1ZM75.8,74.3c0-.9-.7-1.5-1.5-1.5h-6.1c-.9,0-1.5.7-1.5,1.5v6.1c0,.9.7,1.5,1.5,1.5h6.1c.9,0,1.5-.7,1.5-1.5v-6.1Z"/></g><path class="st1" d="M84.7,19.5c-3.1-3.2-7.3-4.9-11.8-4.9H27.1c-4.4,0-8.6,1.7-11.8,4.9l-.5.5h0c-2.8,3.2-4.3,7.1-4.3,11.3v37.5c0,9.2,7.5,16.6,16.6,16.6h45.8c9.2,0,16.6-7.5,16.6-16.6V31.2c0-4.1-1.5-8.1-4.3-11.2l-.5-.6ZM25.5,22.4c.5,0,1.1-.1,1.6-.1h45.8c.5,0,1.1,0,1.6.1l1.9.3-23.5,23.1c-.8.8-1.8,1.2-2.9,1.2s-2.1-.4-2.9-1.2l-23.5-23.1,1.9-.3ZM81.9,68.8c0,4.9-4,8.9-8.9,8.9H27.1c-4.9,0-8.9-4-8.9-8.9V31.2c0-.2,0-.4,0-.7l.2-2.1,23.4,23c2.2,2.2,5.2,3.4,8.3,3.4s6.1-1.2,8.3-3.4l23.4-23,.2,2.2c0,.2,0,.4,0,.7v37.5Z"/><g><path class="st0" d="M92.1,32.5c-.2-4.5-.9-7.6-2-10.3-1-2.8-2.5-5.2-4.8-7.5-2.3-2.3-4.7-3.8-7.5-4.9-2.7-1-5.8-1.8-10.3-2-4.5-.2-6-.3-17.5-.3s-12.9,0-17.4.2c-4.5.2-7.6.9-10.3,2-2.8,1.1-5.2,2.5-7.5,4.9-2.4,2.3-3.8,4.7-4.9,7.5-1,2.7-1.8,5.8-2,10.3-.2,4.5-.2,6-.2,17.5s0,12.9.2,17.4c.2,4.5.9,7.6,2,10.3,1.1,2.8,2.5,5.2,4.9,7.5,2.3,2.3,4.7,3.8,7.5,4.9,2.7,1,5.8,1.8,10.3,2,4.5.2,5.9.2,17.4.2s12.9,0,17.4-.2c4.5-.2,7.6-.9,10.3-2,2.8-1.1,5.1-2.5,7.5-4.9,2.3-2.3,3.8-4.7,4.9-7.5,1-2.7,1.8-5.8,2-10.3.2-4.5.2-5.9.2-17.4s0-12.9-.2-17.4ZM84.6,66.9c-.2,4.1-.9,6.4-1.5,7.8-.8,2-1.7,3.4-3.2,4.9-1.5,1.5-2.9,2.4-4.9,3.2-1.5.6-3.7,1.3-7.8,1.5-4.5.2-5.8.2-17.1.2s-12.6,0-17.1-.2c-4.1-.2-6.4-.9-7.8-1.5-2-.8-3.4-1.7-4.9-3.2s-2.4-2.9-3.2-4.9c-.6-1.5-1.3-3.7-1.5-7.8-.2-4.5-.2-5.8-.2-17.1s0-12.6.2-17.1c.2-4.1.9-6.4,1.5-7.8.8-2,1.7-3.4,3.2-4.9,1.5-1.5,2.9-2.4,4.9-3.2,1.5-.6,3.7-1.3,7.8-1.5,4.4-.2,5.8-.2,17.1-.2s12.6,0,17.1.2c4.1.2,6.4.9,7.8,1.5,2,.8,3.4,1.7,4.9,3.2,1.5,1.5,2.4,2.9,3.2,4.9.6,1.5,1.3,3.7,1.5,7.8.2,4.5.2,5.8.2,17.1s0,12.6-.2,17.1Z"/><path class="st0" d="M50.1,28.1c-12,0-21.7,9.7-21.7,21.7s9.7,21.7,21.7,21.7,21.7-9.7,21.7-21.7-9.7-21.7-21.7-21.7ZM50.1,64c-7.8,0-14.1-6.3-14.1-14.1s6.3-14.1,14.1-14.1,14.1,6.3,14.1,14.1-6.3,14.1-14.1,14.1Z"/><circle class="st0" cx="72.7" cy="27.3" r="5.1"/></g></svg>');
	width: 27px;
	height: 27px;
}

.hb-contactpage .amform-form-fieldset.fieldset {
	margin-bottom: 10px;
	background: #f9f9f9;
	padding: 40px 40px 10px 40px;
	border-radius: 25px;
	margin-top: 30px;
}

.hb-contactpage .amcform-page-wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	gap: 1%;
}

.hb-contactpage .amform-form {
	max-width: 100%;
}

.hb-contactpage .rendered-form .fieldset .fields .field.form-group {
	width: 100%;
	flex-direction: column;
	flex-basis: 45% !important;
	flex: 1;
	margin: 0;
	margin-bottom: 20px;
}

.hb-contactpage .amcform-page-wrap .field {
	justify-content: start;
}

.hb-contactpage .amform-versiontwo-label {
	display: inline;
	margin-right: 10px;
	padding-right: 20px;
	word-break: break-word;
}

.hb-contactpage .fb-select-label.label,
.hb-contactpage .fb-text-label.label,
.hb-contactpage .fb-number-label.label,
.hb-contactpage .fb-textarea-label.label {
	visibility: hidden;
	display: none!important;
}

.hb-contactpage .fb-checkbox-group-label.label,
.hb-contactpage .fb-radio-group-label.label {
	margin-bottom: 15px!important;
	margin-top: 10px!important;
}

.hb-contactpage .amform-form input[type*=date], 
.hb-contactpage .amform-form input[type=email], 
.hb-contactpage .amform-form input[type=number], 
.hb-contactpage .amform-form input[type=password], 
.hb-contactpage .amform-form input[type=search], 
.hb-contactpage .amform-form input[type=tel], 
.hb-contactpage .amform-form input[type=text], 
.hb-contactpage .amform-form input[type=url], 
.hb-contactpage .amform-form select {
	padding: 20px 16px;
	height: 60px;
	border-radius: 5px;
	border: 1px solid #c2c2c2;
}

.hb-contactpage .amform-form input[type=textarea],
.hb-contactpage .rendered-form textarea.form-control {
	padding: 20px 16px;
	height: 160px;
	border-radius: 5px;
	border: 1px solid #c2c2c2;
}

.hb-contactpage .rendered-form .fieldset .fields .field.form-group:has(textarea.form-control) {
	flex-basis: 100%!important;
}

.hb-contactpage .amform-form input[type=checkbox] {
	accent-color: #0d6efd;
	width: 20px;
    height: 18px;
}

.hb-contactpage .amform-form ._keyfocus *:focus, 
.hb-contactpage .amform-form input:not([disabled]):focus, 
.hb-contactpage .amform-form textarea:not([disabled]):focus, 
.hb-contactpage .amform-form select:not([disabled]):focus {
    box-shadow: none;
}

.hb-contactpage .amform-form .amform-groupv2:has(input[type=checkbox]) {
	display: flex;
	gap: 10px;
}

.hb-contactpage .amform-form .radio-group {
	display: flex;
}

.hb-contactpage .amform-form input[type=radio] {
	margin-right: 20px;
	width: 20px;
    height: 20px;
}

.amform-form .action.primary, 
.amform-form .am-filter-go, 
.amform-form .amshopby-button, 
.amform-parent .action.primary, 
.amform-parent .am-filter-go, 
.amform-parent .amshopby-button {
	color: #000000;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	border: 2px solid #a5cd37;
	will-change: transform;
	border-radius: 50px;
	letter-spacing: normal;
	min-height: 48px;
	font-size: 16px;
	background: #a5cd37;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 700;
	padding: 0 30px;
	display: flex;
	width: fit-content;
	margin-bottom: 10px;
}

.amform-form .action.primary:active, 
.amform-form .action.primary:focus, 
.amform-form .action.primary:hover, 
.amform-form .am-filter-go:active, 
.amform-form .am-filter-go:focus, 
.amform-form .am-filter-go:hover, 
.amform-form .amshopby-button:active, 
.amform-form .amshopby-button:focus, 
.amform-form .amshopby-button:hover, 
.amform-parent .action.primary:active, 
.amform-parent .action.primary:focus, 
.amform-parent .action.primary:hover, 
.amform-parent .am-filter-go:active, 
.amform-parent .am-filter-go:focus, 
.amform-parent .am-filter-go:hover, 
.amform-parent .amshopby-button:active, 
.amform-parent .amshopby-button:focus, 
.amform-parent .amshopby-button:hover {
	background: transparent!important;
	color: #313133!important;
	border: 2px solid #313133!important;
	text-decoration: none;
}

@media (max-width: 998px) {
	.hb-contactpage .rendered-form .fieldset .fields .field.form-group,
	.hb-contactpage .rendered-form .fieldset .fields .field.form-group.fb-checkbox:has(.amform-groupv2:last-child:nth-child(1)),
	.hb-contactpage .rendered-form .fieldset .fields .field.form-group.fb-checkbox:has(.amform-groupv2:last-child:nth-child(2)) {
		flex-basis: 100%!important;
	}

	.hb-contact-header {
		padding-left: 20px;
		padding-right: 30px;
	}
}

@media (max-width: 400px) {
	.hb-contactpage .amform-form-fieldset.fieldset {
		padding: 40px 15px 10px 15px;
	}
}


/* ============== Shoutout Links ============== */

.hb-shoutout-outer {
	border-right: 1px solid #afafaf;
}

.hb-shoutout-outer-last {
	border-right: none;
}

.hb-shoutout-block {
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.hb-shoutout-block a.hb-shoutout-wrap {
	display: flex;
	text-decoration: none;
	transition: all .3s;
	align-items: center;
	justify-content: start;
	text-decoration-color: #a5cd37!important;
	text-decoration-thickness: 2px;
}

.hb-shoutout-block a:hover {
	text-decoration: none;
	transition: all .3s;
	text-decoration-color: #a5cd37!important;
	text-decoration-thickness: 2px;
}

.hb-shoutout-text-wrap {
	position: relative;
}

.hb-shoutout-name::before {
	content: '';
	height: 3px;
	width: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #a5cd37;
	transition: all 0.3s;
}

.hb-shoutout-name:hover::before {
	width: 100%;
	opacity: 1;
}

.hb-bumper .container:has(.hb-card-list) {
	position: relative;
}

.hb-card-list .hb-card-wrap {
	margin: 0 0 10px 0;
}

.Edge-to-edge-stylemode .hb-card-list-wrap {
	flex-wrap: nowrap;
	overflow: auto;
	--bs-gutter-x: 0;
}

.Edge-to-edge-stylemode .hb-card-list-wrap::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.Edge-to-edge-stylemode .hb-card-list-wrap::-webkit-scrollbar {
	height: 15px;
	background-color: #F5F5F5;
}

.Edge-to-edge-stylemode .hb-card-list-wrap::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

.hb-shoutout-img-wrap {
}

.hb-shoutout-img-wrap > .hb-image {
	height: 40px;
	margin: 0 15px 0 0;
}

.hb-shoutout-img-wrap > .hb-image > img {
	width: 63px;
	height: 40px;
	object-fit: contain;
	margin: 0 auto;
	scale: 0.9;
	transition: all .3s;
}

.hb-shoutout-block a:hover .hb-shoutout-img-wrap > .hb-image > img {
	scale: 1;
	transition: all .3s;
}

.hb-shoutout-text-wrap {
	padding: 10px 0;
	text-align: center;
	background-color: #fff;
}

.hb-shoutout-block .hb-shoutout-name {
	font-size: 16px;
	color: #000;
	margin-bottom: 0;
	font-weight: 700;
}

.hb-shoutout-description {
	font-weight: 400;
	padding-left: 6px;
}

@media (max-width: 1200px) {
	.hb-shoutout-block a.hb-shoutout-wrap {
		padding-right: 15px;
	}
}

@media (max-width: 768px) {
	.hb-shoutout-outer {
		border-right: none;
	}

	.hb-shoutout-text-wrap {
		text-align: left;
	}
}


/* ============== Testimonials ============== */

.hb-testimonials-wrap {
	display: flex;
	text-align: center;
}

.hb-testimonials-title {
	text-align: center;
	margin-bottom: 30px;
}

.hb-testimonials-block {
	padding: 12px 30px;
	align-self: center;
}

.hb-testimonials-quote {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 500;
}

.hb-testimonials-name {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 700;
}

.hb-testimonials-description {
	font-weight: 400;
	margin-left: 7px;
}

.hb-testimonials-hr hr,
.hb-testimonials-text-wrap hr {
	margin: 30px auto 25px auto!important;
	width: 60px;
	border-top: 2px solid #a5cd37;
	opacity: 1;
}

.hb-testimonials-wrap::before {
	content: "“";
	font-size: 180px;
	color: rgba(0, 0, 0, 0.05);
	position: absolute;
	top: 0;
	left: -50px;
	line-height: 0.5;
}

.hb-testimonials-wrap::after {
	content: "”";
	font-size: 180px;
	color: rgba(0, 0, 0, 0.05);
	position: absolute;
	bottom: 0;
	right: -50px;
	line-height: 0;
}

@media (max-width: 800px) {
	.hb-testimonials-wrap::before {
		left: -30px;
	}

	.hb-testimonials-wrap::after {
		right: -30px;
	}
}

@media (max-width: 767px) {
	.hb-testimonials-quote {
		font-size: 16px;
		font-weight: 400;
	}

	.hb-testimonials-block {
    	padding: 20px 30px;
	}
}

@media (max-width: 600px) {
	.hb-testimonials-wrap::before {
		left: 0;
	}

	.hb-testimonials-wrap::after {
		right: 0;
	}
}


/* ============== Accordion (FAQs) ============== */

.accordion-top-content {
	margin-bottom: 20px;
}

.accordion-top-content h2 {
	margin-bottom: 20px!important;
}

.accordion-top-content h4 {
	margin-bottom: 15px!important;
}

.accordion {
	margin-top: 10px;
}

.hb-content-block > .accordion > .accordion-item > .accordion-header,
.hb-content-block > .accordion > .accordion-item > h4 {
	margin-bottom: 0!important;
	margin-top: 0;
}

.accordion-header > .accordion-button {
	font-size: 1.8rem!important;
	color: #111111;
	padding: 22px;
}

.accordion-button:not(.collapsed) {
	color: #000000;
}

.accordion-body {
	padding: 30px;
}

.accordion-body > p:last-child {
	margin-bottom: 0!important;
}

.accordion-button {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #ffffff!important;
}

.accordion-body .hb-video-wrap {
	margin-top: 20px;
	margin-bottom: 20px;
}


/* ============== Mega Accordion (FAQs) ============== */

.tab-pane .accordion-top-content {
	margin-bottom: 20px;
}

.tab-pane .accordion {
	margin-top: 10px;
}

.tab-pane > .accordion > .accordion-item > .accordion-header,
.tab-pane > .accordion > .accordion-item > h4 {
	margin-bottom: 0!important;
}

.tab-pane .accordion-header > .accordion-button {
	font-size: 1.8rem!important;
	color: #111111;
	padding: 22px;
}

.tab-pane .accordion-button:not(.collapsed) {
	color: #000000;
}

.tab-pane .accordion-body {
	padding: 30px;
}

.tab-pane .accordion-body > p:last-child {
	margin-bottom: 0!important;
}

.tab-pane .accordion-button {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #ffffff!important;
}

.hb-faqs-megaaccordion-container .nav-pills .nav-link {
	background: none;
	color: #333333;
	padding: 10px 14px;
	text-align: left;
	border: none;
}

.hb-faqs-megaaccordion-container .nav-pills .nav-link::before {
	content: '';
	width: 0;
	height: 3px;
	background: #a5cd37;
	margin-right: 10px;
	margin-top: 5px;
	transition: all ease 0.2s;
	display: inline-block;
}

.hb-faqs-megaaccordion-container .nav-pills .nav-link::after {
	content: '';
	height: 1px;
	width: 100%;
	background: #efefef;
	margin-top: 20px;
	display: block;
}

.hb-faqs-megaaccordion-container .nav-pills .nav-link:last-child::after {
	height: 0;
}

.hb-faqs-megaaccordion-container .nav-pills .nav-link:hover::before,
.hb-faqs-megaaccordion-container .nav-pills .nav-link:focus::before,
.hb-faqs-megaaccordion-container .nav-pills .nav-link .focus-visible:focus:not(:focus-visible) {
	width: 8px;
}

.hb-faqs-megaaccordion-container .nav-pills .nav-link:focus:not(:focus-visible)::before,
.hb-faqs-megaaccordion-container .nav-pills .nav-link:active::before,
.hb-faqs-megaaccordion-container .nav-pills .active::before {
	width: 16px;
}


@media screen and (max-width: 768px) {
	.hb-faqs-megaaccordion-container .d-flex {
		flex-direction: column;
	}

	.hb-video-wrap {
		max-width: 100%!important;
	}
}


/* ============== People Page ============== */

.hb-people-bumper {
	margin-bottom: 0px;
	background-size: cover;
	background-position: center;
	width: 100%;
	padding: 20px 0;
}

.hb-peoplepage > .hb-people-bumper {
	padding-top: 60px;
}

.hb-peoplepage > .hb-people-bumper ~ .hb-people-bumper {
	padding-top: 20px;
}

.hb-people-section {
	position: relative;
	margin-bottom: 30px;
	min-height: 60px;
}

.hb-people-section-name::before {
	content: '';
	width: 100%;
	height: 3px;
	background: #a5cd37;
	display: block;
	position: absolute;
	top: 20px;
	right: 0;
}

.hb-people-section-name-inner {
	width: fit-content;
	position: absolute;
	background: #ffffff;
	top: 0;
	left: 0;
	padding: 0 30px 0 0;
}

.hb-people-profile-card {
	margin-bottom: 50px;
	max-width: 290px;
}

.col-flex {
	display: flex;
}

@media screen and (max-width: 768px) {
	.col-flex {
		flex-flow: column;
	}
}

.hb-people-profile-card {
	display: flex; 
    flex-wrap: wrap; 
    align-items: stretch;
    overflow: auto;
}

.hb-people-profile-image {
	display: block;
	height: 310px;
	width: 100%;
	max-height: 310px;
	max-width: 290px;
	overflow: hidden;
	border-radius: 20px;
}

.hb-people-profile-image-pic {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0 auto;
	scale: 1.0;
	transition: all .3s;
}

.hb-people-profile-image-pic:hover {
	scale: 1.1;
}

.hb-people-profile-name {
	font-size: 1.5625em;
	font-weight: 700;
	margin-top: 25px;
	line-height: 1.4;
}

.hb-people-profile-title {
	color: #666666;
	padding-bottom: 15px;
	padding-top: 5px;
	width: 100%;
}

.hb-people-profile-fun {
	position: relative;
	width: 100%;
}

.hb-people-profile-fun-inner {
	color: #666666;
	border-top: 1px solid #dddddd;
	padding: 15px 18px;
}

.hb-people-profile-fun-inner::before {
	content: "“";
	font-size: 30px;
	color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 3px;
	left: 0;
}

.hb-people-profile-fun-inner::after {
	content: "”";
	font-size: 30px;
	color: rgba(0, 0, 0, 0.2);
	position: absolute;
	bottom: -10px;
	right: 0;
}

.hb-people-profile-email {
	border-top: 1px solid #dddddd;
	padding: 13px 0;
	position: relative;
	width: 100%;
}

.hb-people-profile-email-inner {
	padding-left: 27px;
	overflow: hidden;
    text-overflow: ellipsis;
}

.hb-people-profile-email-inner::before {
	content: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"><defs><style> .st0, .st1 { fill: %23231f20; } .st2, .st1 { display: none; } </style></defs><g class="st2"><path class="st0" d="M92.9,38c-2.5,0-4.5,2-4.5,4.5v30.9c0,3.7-3,6.6-6.7,6.6l-63.5.4c-3.7,0-6.6-3-6.6-6.6v-30.9c0-2.5-2-4.5-4.5-4.5s-4.5,2-4.5,4.5v30.9c0,8.6,7,15.7,15.7,15.7l63.5-.4c8.6,0,15.7-7,15.7-15.7v-30.9c0-2.5-2-4.5-4.5-4.5Z"/><path class="st0" d="M46.7,68.4h0c.9.9,2.1,1.5,3.3,1.5s2.5-.5,3.3-1.5l23.3-25.3c.8-.9,1.2-2,1.2-3.2,0-1.2-.6-2.3-1.5-3.1-1.8-1.7-4.7-1.6-6.4.3l-15.5,16.8V15.1c0-2.5-2-4.5-4.5-4.5s-4.5,2-4.5,4.5v38.7l-15.5-16.8c-.8-.9-1.9-1.4-3.1-1.5-1.2,0-2.4.4-3.2,1.2-.9.8-1.4,1.9-1.5,3.1,0,1.2.4,2.4,1.2,3.2l23.3,25.3Z"/></g><path class="st1" d="M87.1,43.4h-30.4V12.9c0-3.7-3-6.6-6.6-6.6s-6.6,3-6.6,6.6v30.4H12.9c-3.7,0-6.6,3-6.6,6.6s3,6.6,6.6,6.6h30.4v30.4c0,3.7,3,6.6,6.6,6.6s6.6-3,6.6-6.6v-30.4h30.4c3.7,0,6.6-3,6.6-6.6s-3-6.6-6.6-6.6Z"/><path class="st1" d="M50,7.1C26.3,7.1,7.1,26.3,7.1,50s19.3,42.9,42.9,42.9c23.7,0,42.9-19.3,42.9-42.9S73.7,7.1,50,7.1ZM71.5,41.3h13.3c.7,2.9,1.1,5.8,1.1,8.7s-.4,5.9-1.1,8.7h-13.3c.3-2.9.4-5.8.4-8.7s-.1-5.8-.4-8.7ZM63.4,34.3h-26.7c2.5-11.9,8-20.1,13.4-20.1v-1s0,1,0,1c5.4,0,10.8,8.2,13.4,20.1ZM64.3,17.1c7.8,3.4,14.2,9.5,17.9,17.1h-11.7c-1.3-6.7-3.4-12.6-6.2-17.1ZM29.5,65.7c1.3,6.7,3.4,12.6,6.2,17.1-7.8-3.4-14.2-9.5-17.9-17.1h11.7ZM64.9,50c0,2.9-.2,5.8-.5,8.7h-28.9c-.3-2.9-.5-5.8-.5-8.7s.2-5.8.5-8.7h28.9c.3,2.9.5,5.8.5,8.7ZM17.8,34.3c3.8-7.7,10.1-13.7,17.9-17.1-2.8,4.6-4.9,10.4-6.2,17.1h-11.7ZM50,86.8v-1c-5.4,0-10.8-8.2-13.4-20.1h26.7c-2.5,11.9-8,20.1-13.4,20.1v1h0ZM82.2,65.7c-3.8,7.7-10.1,13.7-17.9,17.1,2.8-4.6,4.9-10.4,6.2-17.1h11.7ZM28.5,58.7h-13.3c-.7-2.9-1.1-5.8-1.1-8.7s.4-5.9,1.1-8.7h13.3c-.3,2.9-.4,5.8-.4,8.7s.1,5.8.4,8.7Z"/><path class="st1" d="M69.5,40.9L38,8.3c-1.2-1.2-2.8-1.9-4.4-1.9-1.7,0-3.3.6-4.5,1.8-1.2,1.2-1.9,2.8-1.9,4.4s.6,3.3,1.8,4.5l31.2,32.4-31.2,33.6c-2.4,2.6-2.2,6.6.3,9,1.2,1.1,2.7,1.7,4.3,1.7s3.5-.7,4.6-2l31.5-33.9c4.4-4.8,4.4-12.2-.2-16.8Z"/><path class="st1" d="M30.5,40.9L62,8.3c1.2-1.2,2.8-1.9,4.4-1.9,1.7,0,3.3.6,4.5,1.8,1.2,1.2,1.9,2.8,1.9,4.4s-.6,3.3-1.8,4.5l-31.2,32.4,31.2,33.6c2.4,2.6,2.2,6.6-.3,9-1.2,1.1-2.7,1.7-4.3,1.7s-3.5-.7-4.6-2l-31.5-33.9c-4.4-4.8-4.4-12.2.2-16.8Z"/><path class="st1" d="M40.9,69.5L8.3,38c-1.2-1.2-1.9-2.8-1.9-4.4,0-1.7.6-3.3,1.8-4.5,1.2-1.2,2.8-1.9,4.4-1.9s3.3.6,4.5,1.8l32.4,31.2,33.6-31.2c2.6-2.4,6.6-2.2,9,.3,1.1,1.2,1.7,2.7,1.7,4.3s-.7,3.5-2,4.6l-33.9,31.5c-4.8,4.4-12.2,4.4-16.8-.2Z"/><path class="st1" d="M40.9,30.5L8.3,62c-1.2,1.2-1.9,2.8-1.9,4.4,0,1.7.6,3.3,1.8,4.5,1.2,1.2,2.8,1.9,4.4,1.9s3.3-.6,4.5-1.8l32.4-31.2,33.6,31.2c2.6,2.4,6.6,2.2,9-.3,1.1-1.2,1.7-2.7,1.7-4.3s-.7-3.5-2-4.6l-33.9-31.5c-4.8-4.4-12.2-4.4-16.8.2Z"/><path class="st1" d="M88.2,54.5c1.2-1.1,1.9-2.6,1.9-4.2s-.7-3.2-1.9-4.2L46.6,7.6c-2.3-2.2-6-2-8.2.3-2.2,2.3-2,6,.3,8.2l30.7,28.3H15.7c-3.2,0-5.8,2.6-5.8,5.8s2.6,5.8,5.8,5.8h53.8s-30.7,28.3-30.7,28.3c-2.3,2.2-2.5,5.8-.3,8.2,2.2,2.3,5.8,2.5,8.2.3l41.6-38.4Z"/><path class="st1" d="M54.2,11.8c-1.1-1.2-2.6-1.9-4.2-1.9s-3.2.7-4.2,1.9L7.4,53.4c-2.2,2.3-2,6,.3,8.2,2.3,2.2,6,2,8.2-.3l28.3-30.7v53.8c0,3.2,2.6,5.8,5.8,5.8,3.2,0,5.8-2.6,5.8-5.8V30.5s28.3,30.7,28.3,30.7c2.2,2.3,5.8,2.5,8.2.3,2.3-2.2,2.5-5.8.3-8.2L54.2,11.8Z"/><path class="st1" d="M54.2,88.2c-1.1,1.2-2.6,1.9-4.2,1.9s-3.2-.7-4.2-1.9L7.4,46.6c-2.2-2.3-2-6,.3-8.2,2.3-2.2,6-2,8.2.3l28.3,30.7V15.7c0-3.2,2.6-5.8,5.8-5.8,3.2,0,5.8,2.6,5.8,5.8v53.8s28.3-30.7,28.3-30.7c2.2-2.3,5.8-2.5,8.2-.3,2.3,2.2,2.5,5.8.3,8.2l-38.4,41.6Z"/><path class="st1" d="M94.3,39.2c-1.2-3.8-4.6-6.3-8.7-6.3h-18.5c-1.3,0-2.4-.8-2.8-2l-5.7-17.6c-1.2-3.8-4.6-6.3-8.7-6.3s-7.4,2.5-8.7,6.3l-5.7,17.6c-.4,1.2-1.5,2-2.8,2H14.4c-4,0-7.4,2.5-8.7,6.3-1.2,3.8,0,7.8,3.3,10.2l15,10.9c1,.7,1.5,2.1,1.1,3.3l-5.7,17.6c-1.2,3.8,0,7.8,3.3,10.2,3.3,2.4,7.5,2.4,10.7,0l15-10.9c1-.7,2.4-.7,3.4,0l15,10.9c1.6,1.2,3.5,1.8,5.4,1.8s3.7-.6,5.4-1.8c3.3-2.4,4.5-6.4,3.3-10.2l-5.7-17.6c-.4-1.2,0-2.5,1.1-3.3l15-10.9c3.3-2.4,4.5-6.4,3.3-10.2ZM69.7,54.6c-2.8,2-4,5.6-2.9,8.9l5,15.4c.5,1.7-.6,2.6-.9,2.9-.4.3-1.6,1-3,0l-13.1-9.5c-1.4-1-3.1-1.5-4.7-1.5s-3.3.5-4.7,1.5l-13.1,9.5c-1.4,1-2.7.3-3,0-.4-.3-1.5-1.2-.9-2.9l5-15.4c1.1-3.3,0-6.9-2.9-8.9l-13.1-9.5c-1.4-1-1.1-2.5-.9-2.9.1-.4.7-1.8,2.4-1.8h16.2c3.5,0,6.5-2.2,7.6-5.5l5-15.4c.5-1.7,2-1.8,2.4-1.8s1.9.1,2.4,1.8l5,15.4c1.1,3.3,4.1,5.5,7.6,5.5h16.2c1.7,0,2.3,1.4,2.4,1.8.1.4.5,1.9-.9,2.9l-13.1,9.5Z"/><path class="st1" d="M86,19.4l-.5-.6h0c-3.3-3.4-7.8-5.2-12.5-5.2H27.1c-4.7,0-9.1,1.8-12.5,5.2l-.6.6h0c-2.9,3.3-4.6,7.5-4.6,11.9v37.5c0,9.7,7.9,17.6,17.6,17.6h45.8c9.7,0,17.6-7.9,17.6-17.6V31.2c0-4.4-1.6-8.6-4.6-11.8ZM52.2,45.2c-1.2,1.2-3.2,1.2-4.4,0l-22.2-21.8c.5,0,.9-.1,1.4-.1h45.8c.5,0,1,0,1.4.1l-22.2,21.8ZM19.1,31.2c0-.2,0-.4,0-.6l21.8,21.5c2.4,2.4,5.6,3.7,9,3.7s6.6-1.3,9-3.7l21.8-21.5c0,.2,0,.4,0,.6v37.5c0,4.4-3.6,7.9-7.9,7.9H27.1c-4.4,0-7.9-3.6-7.9-7.9V31.2Z"/><g class="st2"><path class="st0" d="M81.7,54.2l6.2-19.9c.9-2.8.4-5.8-1.4-8.2-1.8-2.4-4.5-3.8-7.4-3.8H31.2l-.3-2.1c-.6-4.9-4-8.9-8.8-10.2l-4.7-1.3c-2.4-.7-4.9.8-5.6,3.2-.7,2.4.8,4.9,3.2,5.6l4.7,1.3c1.2.3,2,1.3,2.1,2.5l5.3,43.9c.7,6,5.9,10.6,11.9,10.6h39.3c2.5,0,4.5-2,4.5-4.5s-2-4.5-4.5-4.5h-39.3c-.7,0-1.4-.3-1.9-.7h28.5c7.4,0,13.8-4.7,16-11.8ZM73,51.5c-1,3.2-3.9,5.4-7.3,5.4h-30.4l-3-25.4h46.7c0,0,0,0,.1,0,0,0,0,0,0,.1l-6.2,19.9Z"/><circle class="st0" cx="40.1" cy="84.1" r="7.2"/><path class="st0" d="M69.5,76.9c-4,0-7.2,3.2-7.2,7.2s3.2,7.2,7.2,7.2,7.2-3.2,7.2-7.2-3.2-7.2-7.2-7.2Z"/></g><g class="st2"><path class="st0" d="M91.8,71.6l-12.6-12.8c-2.9-3-7.7-3.4-11.1-.9l-3.8,2.8-.7.7c-.6.6-2.1,2.1-6.3.5-3.3-1.3-7.1-4.1-11.1-8.1-4-4-6.7-7.9-7.9-11.2-1.5-4.2,0-5.7.6-6.3l3.4-4.5c2.5-3.3,2.2-8.1-.7-11.1l-12.6-12.8c-1.7-1.7-4.1-2.7-6.5-2.5-2.4.1-4.7,1.3-6.2,3.2l-5.6,7.2c-4.7,5.9-6,13.7-3.6,20.9,2.3,10,10.5,23,22,34.7,11.7,11.8,24.6,20.3,34.6,22.6,1.6.5,3.2.8,4.9,1,.5,0,1,0,1.5,0,4.5,0,9-1.5,12.7-4.3l8.2-6.3c1.9-1.5,3.2-3.7,3.3-6.2.2-2.4-.7-4.8-2.4-6.6ZM22.9,12.5c.3,0,.6.1.8.3l12.6,12.8c.4.4.4,1.1,0,1.5l-2.9,3.9c-2.4,2.5-4.7,6.9-2.1,13.9,1.6,4.3,4.9,9.1,9.6,13.8,4.7,4.8,9.4,8.1,13.7,9.8,7.1,2.7,11.6.4,14.1-2.1l3.7-2.7c.5-.3,1.1-.3,1.5.1l12.6,12.8c.3.3.3.7.3.9,0,.2-.1.6-.5.8l-8.2,6.3c-2.6,2-5.9,3-9.2,2.7-1.1,0-2.2-.3-3.3-.7h-.3c-8.6-2-20.6-9.9-31.2-20.7-10.5-10.7-18.2-22.7-20.1-31.4v-.4c-1.8-4.8-.9-10.1,2.3-14.2l5.6-7.2c.3-.3.6-.4.9-.4Z"/><path class="st0" d="M68,47.7h0c.7.5,1.5.8,2.3.8s2.2-.5,2.9-1.4c4.6-5.7,4.3-13.7-.6-19.1-5-5.4-12.9-6.3-19-2.2-1.7,1.1-2.1,3.4-1,5.1.5.8,1.4,1.4,2.3,1.6,1,.2,1.9,0,2.8-.6,3-2,7-1.6,9.5,1.1,2.5,2.7,2.6,6.7.3,9.6-1.3,1.6-1,3.9.6,5.2Z"/><path class="st0" d="M51.4,21.8c.9.3,1.9.3,2.8-.1,7.1-3.3,15.4-1.7,20.7,4.1,5.3,5.8,6.3,14.2,2.4,21-.5.9-.6,1.8-.4,2.8.3.9.9,1.7,1.7,2.2.6.3,1.2.5,1.8.5,1.3,0,2.5-.7,3.2-1.8,5.5-9.6,4.1-21.5-3.3-29.6-7.5-8.1-19.2-10.5-29.2-5.8-1.8.9-2.6,3-1.8,4.9.4.9,1.2,1.6,2.1,1.9Z"/></g><g class="st2"><path class="st0" d="M92.2,23.6v52.7c0,8.7-7.1,15.8-15.8,15.8h-10.3v-32.7h10.9l1.6-12.7h-12.6v-8.1c0-3.7,1-6.1,6.3-6.1h6.7v-11.4c-1.2-.2-5.2-.5-9.8-.5-9.7,0-16.4,5.9-16.4,16.8v9.4h-11v12.7h11v32.7h-29.2c-8.7,0-15.8-7.1-15.8-15.8V23.6c0-8.7,7.1-15.8,15.8-15.8h52.7c8.7,0,15.8,7.1,15.8,15.8Z"/></g><g class="st2"><path class="st0" d="M92.2,76.4c0,8.7-7.1,15.8-15.8,15.8H23.6c-8.7,0-15.8-7.1-15.8-15.8V23.6c0-8.7,7.1-15.8,15.8-15.8h52.7c8.7,0,15.8,7.1,15.8,15.8v52.7ZM27.3,22c-4.3,0-7.2,2.9-7.2,6.6s2.7,6.6,7,6.6h0c4.4,0,7.2-3,7.2-6.6,0-3.7-2.7-6.6-7.1-6.6ZM33.5,78.4v-38.1h-12.7v38.1h12.7ZM79.2,78.4v-21.9c0-11.7-6.3-17.1-14.6-17.1s-9.8,3.8-11.5,6.4h.1v-5.5h-12.7s.2,3.6,0,38.1h12.7v-21.3c0-1.1,0-2.3.4-3.1.9-2.3,3-4.6,6.5-4.6s6.4,3.5,6.4,8.6v20.4h12.7Z"/></g><g class="st2"><path class="st0" d="M93.9,48.9c0,23.8-19.3,43.1-43.1,43.1s-14.5-1.8-20.9-5.4l-23.8,7.7,7.8-23.2c-4.1-6.7-6.2-14.4-6.2-22.2C7.7,25.1,27,5.7,50.8,5.7s43.1,19.3,43.1,43.1ZM86.7,48.9c0-19.8-16.1-35.9-35.9-35.9S14.9,29.1,14.9,48.9s2.4,14.9,6.9,21l-4.5,13.3,13.8-4.4c5.8,3.8,12.8,5.9,19.7,5.9,19.8,0,35.9-16.1,35.9-35.9ZM73.1,60c.1.3.1.6.1.9,0,1.4-.5,3-1,4.3-1.3,3.2-6.6,5.3-9.9,5.3s-8.4-2.4-10.9-3.5c-8.2-3.7-13.3-10.1-18.2-17.3-2.2-3.2-4.1-7.1-4.1-11.1v-.5c.1-3.8,1.5-6.5,4.2-9,.9-.8,1.8-1.3,3-1.3s1.4.2,2.1.2c1.5,0,1.8.5,2.4,1.9.4,1,3.3,8.7,3.3,9.3,0,2.2-3.9,4.6-3.9,5.9s.1.6.3.9c1.3,2.7,3.7,5.8,5.8,7.8,2.6,2.5,5.4,4.2,8.6,5.8.4.2.8.4,1.3.4,1.7,0,4.6-5.5,6.1-5.5s10.3,4.9,10.7,5.5Z"/></g><g class="st2"><path class="st0" d="M83.6,84.4c-.9,3.7-3.9,6.4-7.5,6.8-8.7,1-17.4,1-26.1,1s-17.5,0-26.1-1c-3.6-.4-6.7-3.1-7.5-6.8-1.2-5.3-1.2-11.1-1.2-16.5s0-11.2,1.2-16.5c.9-3.7,3.9-6.4,7.6-6.9,8.6-.9,17.4-.9,26.1-.9s17.5,0,26.1.9c3.6.4,6.7,3.2,7.5,6.9,1.2,5.3,1.2,11,1.2,16.5s0,11.2-1.2,16.5ZM35,56.2v-4.4h-14.7v4.4h4.9v26.8h4.7v-26.8h5ZM42.7,7.8l-5.7,18.8v12.8h-4.7v-12.8c-.4-2.3-1.4-5.6-2.9-10-1-2.9-2.1-5.9-3.1-8.8h5l3.3,12.4,3.2-12.4h4.8ZM47.7,82.9v-23.2h-4.2v17.8c-.9,1.3-1.8,2-2.7,2s-.9-.3-1-1c0-.1,0-.7,0-1.6v-17.1h-4.2v18.4c0,1.6.1,2.7.4,3.4.4,1.2,1.4,1.7,2.7,1.7s3.1-.9,4.8-2.9v2.5h4.2ZM55.3,31.7c0,2.5-.4,4.4-1.3,5.6-1.2,1.6-2.8,2.4-5,2.4s-3.8-.8-4.9-2.4c-.9-1.2-1.3-3.1-1.3-5.6v-8.2c0-2.5.4-4.3,1.3-5.5,1.2-1.6,2.8-2.4,4.9-2.4s3.8.8,5,2.4c.9,1.2,1.3,3,1.3,5.5v8.2ZM51,22.7c0-2.2-.6-3.2-2-3.2s-2,1.1-2,3.2v9.9c0,2.2.7,3.3,2,3.3s2-1.1,2-3.3v-9.9ZM63.7,66.7c0-2.2,0-3.7-.4-4.7-.5-1.7-1.7-2.6-3.3-2.6s-3,.8-4.4,2.5v-10.2h-4.2v31.2h4.2v-2.3c1.4,1.7,2.9,2.6,4.4,2.6s2.8-.9,3.3-2.6c.3-1,.4-2.5.4-4.7v-9.3ZM59.6,76.3c0,2.1-.6,3.2-1.8,3.2s-1.4-.3-2.1-1v-14.2c.7-.7,1.4-1,2.1-1,1.2,0,1.8,1.1,1.8,3.2v9.9ZM71.1,39.4h-4.3v-2.6c-1.7,2-3.3,2.9-4.8,2.9s-2.4-.6-2.8-1.7c-.2-.7-.4-1.8-.4-3.5V15.9h4.3v17.3c0,1,0,1.6,0,1.6,0,.7.4,1,1,1,.8,0,1.7-.7,2.7-2V15.9h4.3v23.5ZM79.6,74.9h-4.3c0,1.7,0,2.6,0,2.9-.2,1.1-.8,1.7-1.9,1.7s-2.2-1.1-2.2-3.2v-4.1h8.4v-4.8c0-2.5-.4-4.3-1.3-5.5-1.2-1.6-2.9-2.4-5-2.4s-3.8.8-5,2.4c-.9,1.2-1.3,3-1.3,5.5v8.1c0,2.5.5,4.3,1.4,5.5,1.2,1.6,2.9,2.4,5.1,2.4s4-.8,5.1-2.5c.5-.8.9-1.6,1-2.5,0-.4,0-1.4,0-2.7v-.6ZM75.5,68.6h-4.2v-2.2c0-2.1.7-3.2,2.1-3.2s2.1,1.1,2.1,3.2v2.2Z"/></g><path class="st1" d="M56.8,43.7L87.5,7.9h-7.3l-26.7,31L32.3,7.9H7.7l32.2,46.9L7.7,92.3h7.3l28.2-32.7,22.5,32.7h24.6l-33.4-48.6h0ZM46.9,55.2l-3.3-4.7L17.6,13.4h11.2l20.9,30,3.3,4.7,27.2,39h-11.2l-22.2-31.8h0Z"/><g class="st2"><path class="st0" d="M28.8,33.3v51.5c0,4.2-3.4,7.6-7.6,7.6h-6.1c-4.2,0-7.6-3.4-7.6-7.6v-51.5c0-4.2,3.4-7.6,7.6-7.6h6.1c4.2,0,7.6,3.4,7.6,7.6ZM92.4,43.9v36.4c0,6.7-5.4,12.1-12.1,12.1h-40.9c-4.2,0-7.6-3.4-7.6-7.6V12.1c0-2.5,2-4.5,4.5-4.5h31.8c2.5,0,6,1.5,7.8,3.2l7.2,7.2c1.8,1.8,3.2,5.3,3.2,7.8v7.7c3.6,2.1,6.1,6,6.1,10.5ZM80.3,25.7h-7.6c-2.5,0-4.5-2-4.5-4.5v-7.6h-30.3v24.3h42.4v-12.1ZM51.5,50c0-.9-.7-1.5-1.5-1.5h-6.1c-.9,0-1.5.7-1.5,1.5v6.1c0,.9.7,1.5,1.5,1.5h6.1c.9,0,1.5-.7,1.5-1.5v-6.1ZM51.5,62.1c0-.9-.7-1.5-1.5-1.5h-6.1c-.9,0-1.5.7-1.5,1.5v6.1c0,.9.7,1.5,1.5,1.5h6.1c.9,0,1.5-.7,1.5-1.5v-6.1ZM51.5,74.3c0-.9-.7-1.5-1.5-1.5h-6.1c-.9,0-1.5.7-1.5,1.5v6.1c0,.9.7,1.5,1.5,1.5h6.1c.9,0,1.5-.7,1.5-1.5v-6.1ZM63.6,50c0-.9-.7-1.5-1.5-1.5h-6.1c-.9,0-1.5.7-1.5,1.5v6.1c0,.9.7,1.5,1.5,1.5h6.1c.9,0,1.5-.7,1.5-1.5v-6.1ZM63.6,62.1c0-.9-.7-1.5-1.5-1.5h-6.1c-.9,0-1.5.7-1.5,1.5v6.1c0,.9.7,1.5,1.5,1.5h6.1c.9,0,1.5-.7,1.5-1.5v-6.1ZM63.6,74.3c0-.9-.7-1.5-1.5-1.5h-6.1c-.9,0-1.5.7-1.5,1.5v6.1c0,.9.7,1.5,1.5,1.5h6.1c.9,0,1.5-.7,1.5-1.5v-6.1ZM75.8,50c0-.9-.7-1.5-1.5-1.5h-6.1c-.9,0-1.5.7-1.5,1.5v6.1c0,.9.7,1.5,1.5,1.5h6.1c.9,0,1.5-.7,1.5-1.5v-6.1ZM75.8,62.1c0-.9-.7-1.5-1.5-1.5h-6.1c-.9,0-1.5.7-1.5,1.5v6.1c0,.9.7,1.5,1.5,1.5h6.1c.9,0,1.5-.7,1.5-1.5v-6.1ZM75.8,74.3c0-.9-.7-1.5-1.5-1.5h-6.1c-.9,0-1.5.7-1.5,1.5v6.1c0,.9.7,1.5,1.5,1.5h6.1c.9,0,1.5-.7,1.5-1.5v-6.1Z"/></g><path class="st0" d="M84.7,19.5c-3.1-3.2-7.3-4.9-11.8-4.9H27.1c-4.4,0-8.6,1.7-11.8,4.9l-.5.5h0c-2.8,3.2-4.3,7.1-4.3,11.3v37.5c0,9.2,7.5,16.6,16.6,16.6h45.8c9.2,0,16.6-7.5,16.6-16.6V31.2c0-4.1-1.5-8.1-4.3-11.2l-.5-.6ZM25.5,22.4c.5,0,1.1-.1,1.6-.1h45.8c.5,0,1.1,0,1.6.1l1.9.3-23.5,23.1c-.8.8-1.8,1.2-2.9,1.2s-2.1-.4-2.9-1.2l-23.5-23.1,1.9-.3ZM81.9,68.8c0,4.9-4,8.9-8.9,8.9H27.1c-4.9,0-8.9-4-8.9-8.9V31.2c0-.2,0-.4,0-.7l.2-2.1,23.4,23c2.2,2.2,5.2,3.4,8.3,3.4s6.1-1.2,8.3-3.4l23.4-23,.2,2.2c0,.2,0,.4,0,.7v37.5Z"/></svg>');
	position: absolute;
	top: 13px;
	left: 0;
	width: 20px;
    height: 20px;
}

.hb-people-profile-phone {
	border-top: 1px solid #dddddd;
	padding: 13px 0;
	position: relative;
	width: 100%;
}

.hb-people-profile-phone-inner {
	padding-left: 30px;
}

.hb-people-profile-phone-inner::before {
	content: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"><defs><style> .st0 { fill: %23000000; } </style></defs><path class="st0" d="M91.8,71.6l-12.6-12.8c-2.9-3-7.7-3.4-11.1-.9l-3.8,2.8-.7.7c-.6.6-2.1,2.1-6.3.5-3.3-1.3-7.1-4.1-11.1-8.1-4-4-6.7-7.9-7.9-11.2-1.5-4.2,0-5.7.6-6.3l3.4-4.5c2.5-3.3,2.2-8.1-.7-11.1l-12.6-12.8c-1.7-1.7-4.1-2.7-6.5-2.5-2.4.1-4.7,1.3-6.2,3.2l-5.6,7.2c-4.7,5.9-6,13.7-3.6,20.9,2.3,10,10.5,23,22,34.7,11.7,11.8,24.6,20.3,34.6,22.6,1.6.5,3.2.8,4.9,1,.5,0,1,0,1.5,0,4.5,0,9-1.5,12.7-4.3l8.2-6.3c1.9-1.5,3.2-3.7,3.3-6.2.2-2.4-.7-4.8-2.4-6.6ZM22.9,12.5c.3,0,.6.1.8.3l12.6,12.8c.4.4.4,1.1,0,1.5l-2.9,3.9c-2.4,2.5-4.7,6.9-2.1,13.9,1.6,4.3,4.9,9.1,9.6,13.8,4.7,4.8,9.4,8.1,13.7,9.8,7.1,2.7,11.6.4,14.1-2.1l3.7-2.7c.5-.3,1.1-.3,1.5.1l12.6,12.8c.3.3.3.7.3.9,0,.2-.1.6-.5.8l-8.2,6.3c-2.6,2-5.9,3-9.2,2.7-1.1,0-2.2-.3-3.3-.7h-.3c-8.6-2-20.6-9.9-31.2-20.7-10.5-10.7-18.2-22.7-20.1-31.4v-.4c-1.8-4.8-.9-10.1,2.3-14.2l5.6-7.2c.3-.3.6-.4.9-.4Z"/><path class="st0" d="M68,47.7h0c.7.5,1.5.8,2.3.8s2.2-.5,2.9-1.4c4.6-5.7,4.3-13.7-.6-19.1-5-5.4-12.9-6.3-19-2.2-1.7,1.1-2.1,3.4-1,5.1.5.8,1.4,1.4,2.3,1.6,1,.2,1.9,0,2.8-.6,3-2,7-1.6,9.5,1.1,2.5,2.7,2.6,6.7.3,9.6-1.3,1.6-1,3.9.6,5.2Z"/><path class="st0" d="M51.4,21.8c.9.3,1.9.3,2.8-.1,7.1-3.3,15.4-1.7,20.7,4.1,5.3,5.8,6.3,14.2,2.4,21-.5.9-.6,1.8-.4,2.8.3.9.9,1.7,1.7,2.2.6.3,1.2.5,1.8.5,1.3,0,2.5-.7,3.2-1.8,5.5-9.6,4.1-21.5-3.3-29.6-7.5-8.1-19.2-10.5-29.2-5.8-1.8.9-2.6,3-1.8,4.9.4.9,1.2,1.6,2.1,1.9Z"/></svg>');
	position: absolute;
	top: 9px;
	left: 0;
	width: 21px;
    height: 21px;
}

@media (max-width: 1200px) {
	.hb-people-profile-image {
		height: 235px;
	}

	.hb-people-profile-name {
		font-size: 1.3em;
	}

	.hb-people-profile-title,
	.hb-people-profile-email-inner,
	.hb-people-profile-phone-inner {
		font-size: 15px;
	}
}

@media (max-width: 992px) {
	.hb-people-profile-image {
		height: 225px;
	}

	.hb-people-profile-name {
		font-size: 1.2em;
	}

	.hb-people-profile-title,
	.hb-people-profile-email-inner,
	.hb-people-profile-phone-inner {
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	.hb-peoplepage > .hb-people-bumper {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 30px;
	}

	.hb-people-profile-image {
		height: 210px;
	}

	.hb-people-profile-name {
		font-size: 1em;
	}

	.hb-people-profile-title,
	.hb-people-profile-email-inner,
	.hb-people-profile-phone-inner {
		font-size: 13px;
	}
}

@media screen and (max-width: 768px) {
	.hb-people-profile-card {
		margin: 0 auto 40px auto;
	}
}


/* ============== Core (Match Above/Below) ============== */

.match-above {
	padding-top: 0!important;
}

.match-below {
	padding-bottom: 5px!important;
}

/* ============== Cards ============== */

.hb-card-header {
	margin-bottom: 40px;
}

.hb-card-header-subheader {}

.hb-card-header-description {}

.Rounded-as-one-stylemode .hb-card-header-header {
	margin-top: 40px;
}

.hb-card-list .hb-card-wrap {
	margin: 0 0 10px 0;   
	display: block;
	text-decoration: none;
}

.hb-card-list .hb-card-list-wrap {
	margin-left: 0;
}

.Rounded-separate-stylemode .hb-card-outer {
	margin-bottom: 15px;
}

.Rounded-separate-stylemode .hb-card {
	border-radius: 25px;
	padding: 10px;
	overflow: clip;
	margin-bottom: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	height: 100%;
}

.Rounded-as-one-stylemode .hb-card-list {
	padding: 20px 20px;
}

.hb-card-img-wrap > .hb-image {
	height: 180px;
	margin: 30px 0 0 0;
	width: 100%;
	padding: 0;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	display: block;
}

.hb-card-img-wrap > .hb-image > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	margin: 0 auto;
	scale: 0.95;
	transition: all .3s;
}

.hb-card a:hover .hb-card-img-wrap > .hb-image > img {
	scale: 0.98;
	transition: all .3s;
}

.hb-card-img-wrap .hb-image:has(.hb-rounded-corners) {
	display: flex;
	align-items: center;
}

.hb-card-text-wrap {
	padding: 10px 0;
	text-align: center;
	transition: all .3s;
}

.Padded-stylemode .hb-card-text-wrap {
	position: relative;
	margin-top: 5px;
}

.Edge-to-edge-stylemode .hb-card-text-wrap {
	bottom: 1px;
	position: absolute;
	left: 0;
	right: 0;
}

.Padded-stylemode .hb-card-img-wrap .hb-rounded-corners,
.Edge-to-edge-stylemode .hb-card-img-wrap .hb-rounded-corners {
	width: fit-content!important;
	
}

.Padded-stylemode .hb-card-img-wrap .hb-rounded-corners,
.Rounded-separate-stylemode .hb-card-img-wrap .hb-rounded-corners,
.Rounded-as-one-stylemode .hb-card-img-wrap .hb-rounded-corners {
	height: fit-content !important;
}

.hb-card-name {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 5px;
	line-height: 1.4;
}

.Rounded-separate-stylemode .hb-card-name {
	padding: 0 10px;
	margin-top: 5px;
}

.Rounded-separate-stylemode .hb-card-img-wrap > .hb-image {
	margin-top: 5px;
}

.Padded-stylemode .hb-card-name,
.Rounded-as-one-stylemode .hb-card-name {
	margin-top: 0;
}

.Padded-stylemode .hb-card-header {
	margin-bottom: 10px!important;
}

.hb-card-description {
	font-size: 16px;
}

.Edge-to-edge-stylemode .hb-card a:hover .hb-card-text-wrap {
	padding-bottom: 30px;
	transition: all .3s;
}

.hb-card-link {
	margin-top: 7px;
	color: #8F8F8F;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
	transition: all .3s;
}

.Edge-to-edge-stylemode .hb-card-link {
	opacity: 0;
}

.Edge-to-edge-stylemode .hb-card a:hover .hb-card-link {
	opacity: 1;
	transition: all .3s;
}

.Edge-to-edge-stylemode .hb-card {
	opacity: 0.7;
	transition: all .3s;
	position: relative;
	height: 320px;
}

.Edge-to-edge-stylemode .hb-card:hover {
	opacity: 1;
	transition: all .3s;
}

.Edge-to-edge-stylemode .hb-card {
	border: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.Edge-to-edge-stylemode .hb-card.hb-card-border {
	border: 1px solid rgba(151, 151, 151, 0.5);
	border-right-width: 0;
}

.Edge-to-edge-stylemode .hb-card-list-wrap .hb-card-outer:first-child .hb-card {
	border-left-width: 0;
}

.Rounded-as-one-stylemode-inner:has(.hb-card.hb-card-border),
.Rounded-separate-stylemode .hb-card.hb-card-border {
	border: 2px solid rgba(255, 255, 255, 0.7);
}

.Padded-stylemode .hb-card.hb-card-border {
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 20px;
	height: -webkit-fill-available;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

.Padded-stylemode .hb-card-outer:has(.hb-card.hb-card-border) {
	padding-left: 5px;
	padding-right: 5px;
}

.Padded-stylemode .hb-card.hb-card-border .hb-image {
	margin: 10px 0 0 0;
}

.Padded-stylemode .hb-card.hb-card-border .hb-card-img-wrap > .hb-image > img.hb-rounded-corners {
	border-radius: 20px;
}

.Padded-stylemode .hb-card-list-wrap:has(.hb-card.hb-card-border) {
	margin-top: 15px;
}

.Edge-to-edge-stylemode .hb-card-list-wrap .hb-card-outer .hb-card-wrap {
	padding: 30px;
	margin: 0;
}

.Edge-to-edge-stylemode .hb-card-list-wrap .hb-card-outer .hb-card-wrap .hb-image {
	margin: 0;
}

.Light-colourmode .Rounded-separate-stylemode-inner .hb-card {
	background-color: #ffffff!important;
}

.Light-colourmode .Rounded-separate-stylemode-inner .hb-card *,
.Light-colourmode .Padded-stylemode-inner .hb-card *,
.Light-colourmode .Rounded-as-one-stylemode-inner .hb-card *,
.Light-colourmode .Edge-to-edge-stylemode-inner .hb-card a.hb-card-wrap,
.Light-colourmode .Edge-to-edge-stylemode-inner .hb-card a.hb-card-wrap:focus {
	color: #111111!important;
}

.Light-2-colourmode .Rounded-separate-stylemode-inner .hb-card {
	background-color: #ffffff!important;
}

.Light-2-colourmode .Rounded-separate-stylemode-inner .hb-card *,
.Light-2-colourmode .Padded-stylemode-inner .hb-card *,
.Light-2-colourmode .Rounded-as-one-stylemode-inner .hb-card *,
.Light-2-colourmode .Edge-to-edge-stylemode-inner .hb-card a.hb-card-wrap,
.Light-2-colourmode .Edge-to-edge-stylemode-inner .hb-card a.hb-card-wrap:focus {
	color: #111111!important;
}

.Dark-colourmode .Rounded-separate-stylemode-inner .hb-card {
	background-color: #141e23!important;
}

.Dark-colourmode .Rounded-separate-stylemode-inner .hb-card *,
.Dark-colourmode .Rounded-as-one-stylemode-inner .hb-card *,
.Dark-colourmode .Padded-stylemode-inner .hb-card *,
.Dark-colourmode .Edge-to-edge-stylemode-inner .hb-card a.hb-card-wrap,
.Dark-colourmode .Edge-to-edge-stylemode-inner .hb-card a.hb-card-wrap:focus {
	color: #ffffff!important;
}

@media screen and (max-width: 768px) {
	.Edge-to-edge-stylemode .hb-card {
		border-right-width: 1px;
		margin-bottom: 5px;
	}
}

/* ============== Vacancies ============== */

.vacancies-header-roletitle,
.vacancies-header-rolelocation,
.vacancies-header-roledepartment {
	padding: 20px 0 10px 0;
	border-bottom: 1px solid #dddddd;
}

.vacancies-header-rolesummary {
	padding: 20px 0 15px 0;
}

.vacancies-header-roletitle span.green-underline,
.vacancies-header-rolelocation span.green-underline,
.vacancies-header-roledepartment span.green-underline {
	margin-right: 20px;
}

@media screen and (max-width: 768px) {
	.hb-vacanciespage {
		padding-left: 15px;
		padding-right: 15px;
	}

	.hb-vacanciespage .hb-main-header-area .hb-main-header-area-header {
		padding: 0;
	}

	.vacancies-header-roletitle {
		padding-top: 0;
	}

	.vacancies-header-roletitle span.green-underline,
	.vacancies-header-rolelocation span.green-underline,
	.vacancies-header-roledepartment span.green-underline {
		display: block;
		margin-bottom: 15px;
	}
}


/* ============== Dropdown Switcher ============== */

@media screen and (max-width: 768px) {
	body .header__top .switcher .actions.dropdown.options.switcher-options {
		margin-right: 15px;
	}
}


/* ============== Image ============== */

.image-width-Small {
	margin: 0 auto;
	max-width: 400px;
}

.image-width-Medium {
	margin: 0 auto;
	max-width: 800px;
}

.image-width-Large {
	margin: 0 auto;
	max-width: 1024px;
}

.image-width-Full-Width {
	max-width: 100%;
}


/* ============== Roundel ============== */

.hb-roundel {
	position: absolute;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	margin: 0;
	box-shadow: 0px 0px 5px #afafaf;
}

.hb-roundel-text {
	position: relative;
	width: 150px;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	white-space: initial;
	flex-direction: column;
	padding: 15px;
}

.hb-roundel-position-top-left {
	top: 10px;
	left: 10px;
}

.hb-roundel-position-top-right {
	top: 10px;
	right: 10px;
}

.hb-roundel-position-bottom-left {
	bottom: 10px;
	left: 10px;
}

.hb-roundel-position-bottom-right {
	bottom: 10px;
	right: 10px;
}

.hb-roundel-position-center {
	bottom: 10px;
	right: 10px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.hb-roundel-text-header {
	font-size: 30px;
	line-height: 1;
	font-weight: 600;
}

.hb-roundel-text-body {
	font-size: 13px;
	line-height: 1.2;
	font-weight: 400;
}

@media (max-width: 767px) {
	.hb-roundel {
		position: relative;
		width: 100%;
		height: auto;
		border-radius: 0;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		margin-top: 15px;
	}

	.hb-roundel-text {
		width: 100%;
		height: auto;
	}
}


/* ============== Find a Trades Person ============== */

.amlocator-main-container {
	background-color: #f9f9f9!important;
    padding: 40px 30px 0 30px!important;
    border-radius: 25px;
    max-width: 1320px;
    margin-top: 15px;
}

.amlocator-index-index .amlocator-main-container .amlocator-map-container .amlocator-block.-storelist {
	padding: 10px;
}

.amlocator-store-desc {
	background: #ffffff;
	border-radius: 15px;
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
}

.amlocator-store-desc .amlocator-store-information {
    font-size: 1.5rem;
    word-wrap: break-word;
    word-break: break-word;
}

.amlocator-index-index .amlocator-main-container .amlocator-map-container .amlocator-store-container.-active .amlocator-store-desc {
	color: #000000;
}

.amlocator-index-index .amlocator-main-container .amlocator-map-container .amlocator-store-container .amlocator-block {
	padding: 20px 25px;
}

body .amlocator-pager-container .pages .items.pages-items * {
	color: #313133;
}

body .amlocator-pager-container .pages .items a.action:before,
.amlocator-main-container .amlocator-pager-container .pages a.action:hover:before {
	color: #313133;
}

.amlocator-main-container .amlocator-pager-container .pages a.action {
	border: 2px solid #a5cd37;
}

.amlocator-main-container .amlocator-pager-container .pages a.action:hover {
	background: none;
	border: 2px solid #313133;
}

.amlocator-main-container .amlocator-map {
	border-radius: 20px;
}

.amlocator-store-container:hover {
	will-change: transform;
	-webkit-animation: button-pulse 2s ease-in-out infinite;
	animation: button-pulse 2s ease-in-out infinite;
}

body .amlocator-main-container .amlocator-button.-nearby:active, 
body .amlocator-main-container .amlocator-button.-nearby:focus, 
body .amlocator-main-container .amlocator-button.-nearby:hover {
	background: none!important;
	border: 2px solid #313133!important;
	color: #313133!important;
}

body .amlocator-main-container .amlocator-button.-nearby:active:after, 
body .amlocator-main-container .amlocator-button.-nearby:focus:after, 
body .amlocator-main-container .amlocator-button.-nearby:hover:after {
	color: #313133!important;
}

.amlocator-store-container {
	position: relative;
}

.amlocator-store-container .amlocator-store-desc {
	border: 5px solid #ffffff;
}

.amlocator-store-container.-active .amlocator-store-desc {
	border: 5px solid #90b331;
}

.amlocator-store-container:after {
	position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    content: "";
    top: 15px;
    right: 15px;
    background-color: #ffffff;
    background: radial-gradient(circle,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(200, 200, 200, 1) 55%, rgba(200, 200, 200, 1) 65%, rgba(255, 255, 255, 1) 69%, rgba(255, 255, 255, 1) 75%, rgba(200, 200, 200, 1) 78%, rgba(200, 200, 200, 1) 100%);
}

.amlocator-store-container.-active:after {
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    content: "";
    top: 15px;
    right: 15px;
    background-color: #ffffff;
    background: radial-gradient(circle,rgba(165, 205, 55, 1) 25%, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 1) 50%, rgba(165, 205, 55, 1) 55%, rgba(165, 205, 55, 1) 65%, rgba(255, 255, 255, 1) 69%, rgba(255, 255, 255, 1) 75%, rgba(165, 205, 55, 1) 78%, rgba(165, 205, 55, 1) 100%);
}

.amlocator-map .amlocator-info-popup {
	width: 231px;
	padding: 13px 5px 5px 5px;
}

.amlocator-map .gm-style-iw-chr {
	position: absolute;
	right: 0;
	top: 0;
}

.amlocator-map .amlocator-main-container .amlocator-map-container .amlocator-map button {
	width: 48px;
    height: 48px;
}

.amlocator-map .amlocator-main-container .amlocator-map-container .amlocator-map button span {
	width: 24px;
    height: 24px;
    margin: 12px;
}

body.amlocator-index-index .page-main {
	max-width: 1100px;
}

@media (min-width: 999px) {
	body.amlocator-index-index .page-main {
		padding-top: 2%;
		padding-bottom: 80px;
	}
}

@media (min-width: 660px) {
	body.amlocator-index-index .page-main {
		padding-top: 20px 15px 60px;
		margin: 0 auto;
		width: 100%;
	}
}

body.amlocator-index-index .page-title-wrapper {
	display: block;
    margin-top: 20px;
}

body.amlocator-index-index .page-title-wrapper .page-title {
	font-size: 3rem;
	border-bottom: 5px solid #a5cd37;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

body.amlocator-index-index .page-title-wrapper .page-title span {
	font-size: 3.6rem;
}

body .amlocator-main-container .chosen-container-multi .chosen-choices {
	background-image: none;
	border-color: rgb(215, 215, 215);
}

@media (max-width: 500px) {
	.amlocator-main-container {
		padding: 50px 10px 0 10px !important;
		border-radius: 20px;
	}

	.amlocator-index-index .amlocator-main-container .amlocator-map-container .amlocator-block.-filter .amlocator-filters-container .amlocator-attribute-wrapper .amlocator-label {
		visibility: hidden;
	}
}


/* ============== Video Hero ============== */

.hb-videohero-banner {
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-size: cover;
}

.hb-videohero-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto;
	padding: 5% 0;
	width: 100%;
	min-height: 100%;
	max-height: 500px;
	background-size: cover;
	background-position: center;
}

.fixed-background {
	position: fixed;
}


/* ============== Video ============== */


.hb-video-wrap {
	position: relative;
	margin: 0;
	padding: 0;
}

.video-width-Small {
	margin: 0 auto;
	max-width: 400px;
}

.video-width-Medium {
	margin: 0 auto;
	max-width: 800px;
}

.video-width-Large {
	margin: 0 auto;
	max-width: 1024px;
}

.video-width-Full-Width {
	max-width: 100%;
}

@media (max-width: 480px) {
	#myVideoHero {
		display: none;
	}
}







/* ============== Main Site CSS Tweaks ============== */

body {
	font-size: initial!important;
}

.ub-mega-menu .mega .child-content {
	box-sizing: unset;
}

.page-header {
	border-bottom: 1px solid #ebebeb !important;
}

.hb-main-content-button {
	color: #000000;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	border: 2px solid #a5cd37;
	will-change: transform;
	border-radius: 50px;
	letter-spacing: normal;
	min-height: 48px;
	font-size: 16px;
	background: #a5cd37;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 700;
	padding: 0 30px;
	display: flex;
	width: fit-content;
	margin-bottom: 10px;
}

.hb-main-content-button-centered {
	color: #000000;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	border: 2px solid #a5cd37;
	will-change: transform;
	border-radius: 50px;
	letter-spacing: normal;
	min-height: 48px;
	font-size: 16px;
	background: #a5cd37;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 700;
	padding: 0 30px;
	display: flex;
	width: fit-content;
	margin: 10px auto 10px auto;
}

.hb-main-content-button:visited,
.hb-main-content-button-centered:visited {
	color: #000000;
}

.hb-main-content-button:hover,
.hb-main-content-button-centered:hover {
	background: transparent;
	color: #313133;
	border: 2px solid #313133;
	text-decoration: none;
}

.Dark-colourmode .hb-main-content-button,
.Dark-colourmode .hb-main-content-button-centered {
	background: #ffffff;
	color: #000000;
	border: 2px solid #ffffff;
}

.Dark-colourmode .hb-main-content-button:hover,
.Dark-colourmode .hb-main-content-button-centered:hover {
	background: transparent;
	color: #ffffff;
	border: 2px solid #ffffff;
}

.hb-richtext-container p:has(a .hb-main-content-button) {}

.hb-richtext-container p:has(a .hb-main-content-button-centered) {
	text-align: center;
}

.hb-richtext-container a:has(> .hb-main-content-button),
.hb-richtext-container a:has(> .hb-main-content-button-centered) {
	text-decoration: none;
	display: inline-block;
}

.hb-splitBlock a:has(> .hb-main-content-button),
.hb-splitBlock a:has(> .hb-main-content-button-centered) {
	text-decoration: none;
}

.assistant-launch {
	max-width: 215px;
	border: 2px solid #ffffff;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	will-change: transform;
}

body .header__top .switcher .toggle {
	min-height: 48px;
	height: 48px;
}

a.create-an-account {
	min-height: 48px;
	height: 48px;
}

a.create-an-account, 
a.quick-order,
.action.primary,
.newsletter__button,
#scrollTop {
	color: #000000!important;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	border: 2px solid #a5cd37;
	will-change: transform;
}

body.customer-account-login .actions-toolbar .primary .action.primary {
	min-height: 48px;
	font-size: 16px;
	letter-spacing: normal;
}

#scrollTop:before,
.action.primary span,
.products.wrapper~.toolbar-products .pages .item .action:hover:before {
	color: #000000!important;
	letter-spacing: normal;
}

.iweb_social a {
	text-decoration: none;
}

.newsletter__button:hover,
#scrollTop:hover,
.iweb_social a:hover {
	background: #151e23;
	color: #ffffff!important;
	border: 2px solid #ffffff;
}

.catalog-product-view .pdp__upper .actions.js-fs-login-atc > a,
.product-add-form .box-tocart .action.tocart,
.product-item .actions.js-fs-login-atc > a,
.table-comparison .action.tocart {
	letter-spacing: normal;
	color: #000000!important;
	min-height: 48px;
	font-size: 16px;
	background: #a5cd37!important;
	border: 2px solid #a5cd37;
	will-change: transform;
}

.product-add-form .box-tocart .action.tocart span {
	text-transform: none;
	letter-spacing: normal;
}



@media only screen and (min-width: 1440px) {
	ul.level0.horizontal-root>li.mega.dynamic-width .child-content {
		left: 5px;
	}
}

@media (min-width: 999px) {
	ul.level0.horizontal-root>li.mega.dynamic-width .child-content {
		width: calc(100% - 12px);
		padding: 40px 0;
		box-shadow: 0px 15px 15px -10px rgba(255,255,255,0.1);
	}
}

.ub-mega-menu.level0 > .mega > .child-content.cols1 {
	border-radius: 0 0 25px 25px;
}

.account .sidebar-main .block-collapsible-nav .title:after, 
.ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item>.ammenu-link:after, 
.icon-after-chevron-down:after, 
.icon-before-chevron-down:before, 
ul.level0.horizontal-root>li.mega>.mega>.menu-title:after {
	content: "\ea08";
	color: #a5cd37;
	font-weight: 900;
	opacity: 1;
	vertical-align: 2px;
	position: absolute;
	top: 22px;
	transition: all 0.2s ease 0s;
}

ul.level0.horizontal-root>li.mega:hover>.mega>.menu-title:after {
	transform: scaleY(-1);
	top: 20px;
	transition: all 0.2s ease 0s;
}

ul.level0.horizontal-root>li.mega.dynamic-width ul.level2>li.mega.has-child>.mega>span.menu-title:after {
	content: "\ea0a";
	padding-top: 2px;
}

.ub-mega-menu.level0 > .mega > span {
	cursor: pointer;
}

.ub-mega-menu.level0 > .mega > span > .menu-title::before,
.ub-mega-menu.level0 > .mega > a > .menu-title::before,
.ub-mega-menu.level0 > .mega > a::before {
	content: '';
	height: 4px;
	width: 0;
	position: absolute;
	bottom: 0;
	background: #a5cd37;
	transition: all 0.3s;
}

.ub-mega-menu.level0 > .mega > span > .menu-title:hover::before,
.ub-mega-menu.level0 > .mega > a > .menu-title:hover::before,
.ub-mega-menu.level0 > .mega > a:hover::before,
.ub-mega-menu.level0 > .mega:hover > span > .menu-title::before,
.ub-mega-menu.level0 > .mega:hover > a > .menu-title::before,
.ub-mega-menu.level0 > .mega:hover > a::before {
	width: calc(100% - 40px);
	opacity: 1;
}

.ub-mega-menu.level0 > .last > span > .menu-title:hover::before,
.ub-mega-menu.level0 > .last > a > .menu-title:hover::before,
.ub-mega-menu.level0 > .last > a:hover::before,
.ub-mega-menu.level0 > .last:hover > span > .menu-title::before,
.ub-mega-menu.level0 > .last:hover > a > .menu-title::before,
.ub-mega-menu.level0 > .last:hover > a::before,
.ub-mega-menu.level0 > .mega > a.mega:not(.has-child):hover::before {
	width: calc(100% - 20px);
	opacity: 1;
}

.ub-mega-menu.level0 > .all-products > span > .menu-title:hover::before,
.ub-mega-menu.level0 > .all-products:hover > span > .menu-title::before {
	width: calc(100% - 54px);
	opacity: 1;
}

@media (max-width: 998px) {
	.ub-mega-menu.level0 > .mega > span > .menu-title:hover::before,
	.ub-mega-menu.level0 > .mega > a > .menu-title:hover::before,
	.ub-mega-menu.level0 > .mega > a:hover::before,
	.ub-mega-menu.level0 > .mega:hover > span > .menu-title::before,
	.ub-mega-menu.level0 > .mega:hover > a > .menu-title::before,
	.ub-mega-menu.level0 > .mega:hover > a::before {
		opacity: 0;
		display: none;
		visibility: hidden;
	}
}

@media (min-width: 999px) {
	.compare.wrapper a.action.compare,
	.header.content .additional-toplinks a, 
	.minicart-wrapper .action.showcart {
		height: 48px!important;
		transition: all 0.3s ease 0s;
		text-decoration: none!important;
	}

	html body .header.content .additional-toplinks a, 
	html body .minicart-wrapper .action.showcart {
		text-decoration: none;
	}

	.header.content .additional-toplinks a:active, 
	.header.content .additional-toplinks a:focus, 
	.header.content .additional-toplinks a:hover {
		opacity: 1;
	}

	.minicart-wrapper a.action.showcart:active span,
	.minicart-wrapper a.action.showcart:focus span,
	.minicart-wrapper a.action.showcart:hover span,
	.minicart-wrapper a.action.showcart:active:before,
	.minicart-wrapper a.action.showcart:focus:before,
	.minicart-wrapper a.action.showcart:hover:before,
	.compare.wrapper a.action.compare:active span, 
	.compare.wrapper a.action.compare:focus span, 
	.compare.wrapper a.action.compare:hover span,
	.header.content .additional-toplinks a:active span, 
	.header.content .additional-toplinks a:focus span, 
	.header.content .additional-toplinks a:hover span,
	.header.content .additional-toplinks a:active::before, 
	.header.content .additional-toplinks a:focus::before, 
	.header.content .additional-toplinks a:hover::before,
	.minicart-wrapper a:active span,
	.minicart-wrapper a:focus span,
	.minicart-wrapper a:hover span,
	.minicart-wrapper a:active::before,
	.minicart-wrapper a:focus::before,
	.minicart-wrapper a:hover::before {
		color: #a5cd37!important;
		transition: all 0.3s ease 0s;
	}

	.minicart-wrapper .action.showcart .counter.qty .counter-number {
		color: #000000!important;
	}

	.minicart-wrapper .action.showcart .counter.qty .counter-number,
	.minicart-wrapper .action.showcart .counter.qty .counter-label,
	.minicart-wrapper .action.showcart .counter.qty .counter-label span,
	.minicart-wrapper a span {
		text-decoration: none;
	}

	.compare.wrapper a.action.compare:active::before, 
	.compare.wrapper a.action.compare:focus::before, 
	.compare.wrapper a.action.compare:hover::before {
		filter: brightness(0) saturate(100%) invert(87%) sepia(10%) saturate(2864%) hue-rotate(23deg) brightness(92%) contrast(85%);
	}

	.compare.wrapper a.action.compare::before,
	.header.content .additional-toplinks .my-account a::before {
		transform: scaleX(1);
		transition: all 0.3s ease 0s;
	}

	.header.content .minicart-wrapper a.action.showcart:active::before,
	.header.content .minicart-wrapper a.action.showcart:focus::before,
	.header.content .minicart-wrapper a.action.showcart:hover::before {
		transition: all 0.3s ease 0s;
		animation: bouncy-bounce-mini 1s ease;
	}

	.header.content .additional-toplinks .quick-order a:active::before,
	.header.content .additional-toplinks .quick-order a:focus::before,
	.header.content .additional-toplinks .quick-order a:hover::before {
		transition: all 0.3s ease 0s;
		animation: side-to-side-mini 1s ease;
	}

	.compare.wrapper a.action.compare:active::before, 
	.compare.wrapper a.action.compare:focus::before, 
	.compare.wrapper a.action.compare:hover::before,
	.header.content .additional-toplinks .my-account a:active::before, 
	.header.content .additional-toplinks .my-account a:focus::before, 
	.header.content .additional-toplinks .my-account a:hover::before {
		transform: scaleX(-1);
		transition: all 0.3s ease 0s;
	}

	.pdp__upper .product-info__left .product.attribute.overview {
		padding-top: 20px;
		border-top: 1px solid #e3e3e3;
	}
}

.compare.wrapper .action.compare {
	text-decoration: none;
}

.compare.wrapper .action.compare span,
.header.content .additional-toplinks a span,
.minicart-wrapper a span {
	font-weight: 600!important;
	letter-spacing: 1px;
}

.minicart-wrapper a span {
	text-decoration: none;
}

img.product-image-photo {
	transition: all .3s;
}

img.product-image-photo:hover {
	scale: 1.05;
	transition: all .3s;
}

.product-item .product-item-actions .action.tocompare,
.product-item .product-item-info .requisition-list-button.toggle {
	transition: all .2s;
}

.product-item .product-item-actions .action.tocompare:hover,
.product-item .product-item-info .requisition-list-button.toggle:hover {
	border: 2px solid #313133;
	transition: all .2s;
}

.product-item .product-item-actions .action.tocompare:before,
.product-item .product-item-info .requisition-list-button.toggle:after {
	transition: all .2s;
}

.product-item .product-item-info .requisition-list-button.toggle:after {
	padding-left: 2px;
	padding-top: 2px;
}

.product-item .product-item-actions .action.tocompare:hover::before {
	transform: scaleX(-1);
	transition: all .2s;
	color: #313133!important;
}

.product-item .product-item-info .requisition-list-button.toggle:hover::after {
	transition: all .2s;
	color: #313133!important;
}

.toolbar-products .download a {
	transition: all .2s;
	border: 2px solid #e3e3e3;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
}

.toolbar-products .download a:hover {
	transition: all .2s;
	border: 2px solid #313133;
}

.toolbar-products .download a:hover:before {
	transition: all .2s;
	color: #313133!important;
	animation: bouncy-bounce-mini 2s ease infinite;
}

.limiter-options {
	cursor: pointer;
}

.filter-options-item .filter-options-title:after {
	-webkit-text-stroke: medium;
	transition: all 0.4s;
	transform-origin: center;
	height: 15px;
	width: 15px;
}

.filter-options-item .filter-options-title:hover:after {
	transform: rotate(90deg);
	transition: all 0.4s;
	transform-origin: center;
}

.filter-options-item.active>.filter-options-title:after {
	transform: rotate(0deg);
	height: 10px;
	transition: none;
	top: 15px;
}

.filter-options-item.active>.filter-options-title:hover:after {
	transform: rotate(0deg);
}

.catalog-product-view.page-layout-1column .product-info__right-upper {
	background: #fff;
}

.product-info__right .product-info-price .product-info-stock-sku .stock {
	color: #62ad23;
}

.product-add-form .box-tocart .field.qty label.label {
	color: #000000;
}

.product-item .product-item-info .product-item-link {
	min-height: 51px;
	max-height: 51px;
	-webkit-line-clamp: 2;
}

.product-item-info .product.details.product-item-details .product-short-description {
	min-height: 51px;
	max-height: 51px;
	-webkit-line-clamp: 2;
}

.product-item .product-ref-numbers {
	flex: 1;
}

.product-item-info .product.details.product-item-details .price-stock-container .price {
	font-weight: bold;
}

.product-item .product-item-name a {
	line-height: 1.4;
}

@media only screen and (min-width: 999px) {
	.header .block.block-search {
		margin-bottom: 7px;
	}
}

.header .block-search .form input {
	padding: 0 65px 0 20px;
	border: 1px solid #d3d3d3;
}

.header .block-search .form .action.search {
	padding: 14px 15px 8px 16px;
	top: 0px;
	right: 0px;
	background: #a5cd37;
	border-radius: 0 10px 10px 0;
}

.header .block-search .form .action.search.disabled, 
.header .block-search .form .action.search[disabled] {
	background: #dfdfdf;
}

.header .block-search .form .action.search.disabled:before,
.header .block-search .form .action.search[disabled]:before {
	color: #aaaaaa;
}

.header .block-search .form .action.search:before {
	color: #000000;
}

.header .block-search .form .action.search:hover {
	background: #313131;
}

.header .block-search .form .action.search:hover:before {
	color: #ffffff;
}

@media (max-width: 768px) {
	.header.content .additional-toplinks a {
		text-decoration: none;
	}
}

.hb-reset-imgwidth {
	width: auto!important;
}

.hb-reset-imgheight {
	height: auto!important;
}

.hb-reset-imgmargin {
	margin-bottom: 20px;
}

.hb-img-horizontal-alignment-center {
	text-align: center;
	margin: 0 auto;
}

.hb-img-horizontal-alignment-left {
	float: left;
}

.hb-img-horizontal-alignment-right {
	float: right;
}

.hb-reset-videoheight {
	height: auto!important;
	min-height: unset!important;
}

.hb-reset-videoheight .lazyloaded-youtube-container {
	position: relative!important;
	width: 100%!important;
	height: 0!important;
	padding-bottom: 56.25%!important;
	/*clip-path: inset(3px 0 4px 0)!important;*/
}

.hb-reset-videoheight .lazyloaded-youtube-container .lazyloaded-youtube-player {
	margin: 5px!important;
}

.hb-rounded-corners {
	border-radius: 25px;
}

.lazyloaded-youtube-container.hb-rounded-corners iframe,
.lazyloaded-youtube-container.hb-rounded-corners img {
	border-radius: 25px;
}

.hb-content-vertical-alignment-start {
	justify-content: start!important;
}

.hb-content-vertical-alignment-center {
	justify-content: center!important;
}

.hb-content-vertical-alignment-end {
	justify-content: end!important;
}

.hb-content-horizontal-alignment-left {
	text-align: left;
}

.hb-content-horizontal-alignment-center {
	text-align: center;
}

.hb-content-horizontal-alignment-right {
	text-align: right;
}

@media (min-width: 768px) {
	.col-md-25 {
		flex: 0 0 auto;
		width: 20%;
	}
}

.hb-main-content-button {
	color: #000000;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	border: 2px solid #a5cd37;
	will-change: transform;
	border-radius: 50px;
	letter-spacing: normal;
	min-height: 48px;
	font-size: 16px;
	background: #a5cd37;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 700;
	padding: 0 30px;
	display: flex;
	width: fit-content;
	margin-bottom: 10px;
}

.hb-button-wrapper .hb-main-content-button {
	margin-bottom: 0;
}

.hb-main-button-rounded-green-dark,
.hb-main-button-rounded-green-light,
.hb-main-button-rounded-green-dark:visited,
.hb-main-button-rounded-green-light:visited {
	background: #a5cd37!important;
	border: 2px solid #a5cd37!important;
	color: #000000!important;
}

.hb-main-button-rounded-green-dark:hover {
	background: none!important;
	border: 2px solid #ffffff!important;
	color: #ffffff!important;
}

.hb-main-button-rounded-green-light:hover {
	background: none!important;
	border: 2px solid #000000!important;
	color: #000000!important;
}

.hb-main-button-rounded-dark,
.hb-main-button-rounded-dark:visited {
	background: #ffffff!important;
	border: 2px solid #ffffff!important;
	color: #000000!important;
}

.hb-main-button-rounded-dark:hover {
	background: none!important;
	border: 2px solid #ffffff!important;
	color: #ffffff!important;
}

.hb-main-button-rounded-light,
.hb-main-button-rounded-light:visited {
	background: #000000!important;
	border: 2px solid #000000!important;
	color: #ffffff!important;
}

.hb-main-button-underline-dark {
	background: none!important;
	border: none!important;
	color: #ffffff!important;
	border-bottom: 2px solid #a5cd37!important;
	border-radius: 0!important;
	padding-left: 0!important;
	padding-right: 0!important;
	margin-left: 5px!important;
}

.hb-main-button-underline-dark:hover {
	background: none!important;
	border: none!important;
	color: #FFFFFF!important;
	border-bottom: 2px solid #ffffff!important;
	border-radius: 0!important;
}

.hb-main-button-underline-light {
	background: none!important;
	border: none!important;
	color: #000000!important;
	border-bottom: 2px solid #a5cd37!important;
	border-radius: 0!important;
	padding-left: 0!important;
	padding-right: 0!important;
	margin-left: 5px!important;
}

.hb-main-button-underline-light:hover {
	background: none!important;
	border: none!important;
	color: #000000!important;
	border-bottom: 2px solid #000000!important;
	border-radius: 0!important;
}

.hb-main-button-pos-inline {
	display: inline-block;
	width: fit-content;
	margin-right: 5px;
	margin-top: 5px;
}

.hb-main-button-pos-separate {
	display: inline-block;
	margin-top: 5px;
	clear: both;
}

.hb-button {
	width: 100%;
	margin-top: 20px;
}

.hb-button:has(.hb-main-button-pos-inline:nth-child(1).hb-buttons-alignment-left) {
	text-align: left;
}

.hb-button:has(.hb-main-button-pos-inline:nth-child(1).hb-buttons-alignment-center) {
	text-align: center;
}

.hb-button:has(.hb-main-button-pos-inline:nth-child(1).hb-buttons-alignment-right) {
	text-align: right;
}

.hb-button-wrapper {
	min-height: 48px;
	margin-bottom: 5px;
}

@media (max-width: 767px) {
	.hb-button {
		margin-top: 15px;
	}
}

.hb-main-button-pos-inline.hb-buttons-alignment-left .hb-main-content-button {
	text-align: left;
	float: left;
}

.hb-main-button-pos-inline.hb-buttons-alignment-center {
	text-align: center;
}

.hb-main-button-pos-inline.hb-buttons-alignment-right .hb-main-content-button {
	text-align: right;
	float: right;
}

.hb-main-button-pos-separate.hb-buttons-alignment-left .hb-main-content-button {
	text-align: left;
	float: left;
}

.hb-main-button-pos-separate.hb-buttons-alignment-center .hb-main-content-button {
	text-align: center;
	margin: 0 auto;
}

.hb-main-button-pos-separate.hb-buttons-alignment-right .hb-main-content-button {
	text-align: right;
	float: right;
}

.hb-main-button-pos-inline.hb-buttons-alignment-left + .hb-main-button-pos-inline,
.hb-main-button-pos-inline.hb-buttons-alignment-center + .hb-main-button-pos-inline,
.hb-main-button-pos-inline.hb-buttons-alignment-right + .hb-main-button-pos-inline {
	margin-right: 5px;
	margin-top: 5px;
}

.hb-main-button-pos-inline.hb-buttons-alignment-left + .hb-main-button-pos-inline .hb-main-content-button,
.hb-main-button-pos-separate.hb-buttons-alignment-left + .hb-main-button-pos-inline .hb-main-content-button {
	text-align: left;
	float: left;
}

.hb-main-button-pos-inline.hb-buttons-alignment-center + .hb-main-button-pos-inline .hb-main-content-button,
.hb-main-button-pos-separate.hb-buttons-alignment-center + .hb-main-button-pos-inline .hb-main-content-button {
	text-align: center;
	float: unset;
	margin: 0 auto;
}

.hb-main-button-pos-inline.hb-buttons-alignment-right + .hb-main-button-pos-inline .hb-main-content-button,
.hb-main-button-pos-separate.hb-buttons-alignment-right + .hb-main-button-pos-inline .hb-main-content-button {
	text-align: right;
	float: right;
}

.hb-main-button-icon::before {
	position: absolute;
	right: 0;
	top: 12px;
	width: 20px;
	height: 20px;
	transition: all 0.3s ease 0s;
}

.hb-main-button-rounded-green-dark.hb-main-button-icon,
.hb-main-button-rounded-green-light.hb-main-button-icon,
.hb-main-button-rounded-dark.hb-main-button-icon,
.hb-main-button-rounded-light.hb-main-button-icon {
	padding-right: 50px!important;
}

.hb-main-button-rounded-green-dark.hb-main-button-icon::before,
.hb-main-button-rounded-green-light.hb-main-button-icon::before,
.hb-main-button-rounded-dark.hb-main-button-icon::before,
.hb-main-button-rounded-light.hb-main-button-icon::before {
	right: 20px;
}

.hb-main-button-underline-light.hb-main-button-icon,
.hb-main-button-underline-dark.hb-main-button-icon {
	padding-right: 30px!important;
}

.hb-main-button-underline-light.hb-main-button-icon-download::before,
.hb-main-button-rounded-green-light.hb-main-button-icon-download::before,
.hb-main-button-rounded-green-dark.hb-main-button-icon-download::before,
.hb-main-button-rounded-dark.hb-main-button-icon-download::before,
.hb-main-button-rounded-light.hb-main-button-icon-download:hover::before {
	content: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"><defs><style> .st0 { fill: %23000000; } </style></defs><path class="st0" d="M92.9,38c-2.5,0-4.5,2-4.5,4.5v30.9c0,3.7-3,6.6-6.7,6.6l-63.5.4c-3.7,0-6.6-3-6.6-6.6v-30.9c0-2.5-2-4.5-4.5-4.5s-4.5,2-4.5,4.5v30.9c0,8.6,7,15.7,15.7,15.7l63.5-.4c8.6,0,15.7-7,15.7-15.7v-30.9c0-2.5-2-4.5-4.5-4.5Z"/><path class="st0" d="M46.7,68.4h0c.9.9,2.1,1.5,3.3,1.5s2.5-.5,3.3-1.5l23.3-25.3c.8-.9,1.2-2,1.2-3.2,0-1.2-.6-2.3-1.5-3.1-1.8-1.7-4.7-1.6-6.4.3l-15.5,16.8V15.1c0-2.5-2-4.5-4.5-4.5s-4.5,2-4.5,4.5v38.7l-15.5-16.8c-.8-.9-1.9-1.4-3.1-1.5-1.2,0-2.4.4-3.2,1.2-.9.8-1.4,1.9-1.5,3.1,0,1.2.4,2.4,1.2,3.2l23.3,25.3Z"/></svg>');
	transition: all 0.3s ease 0s;
}

.hb-main-button-rounded-light.hb-main-button-icon-download::before,
.hb-main-button-underline-dark.hb-main-button-icon-download::before,
.hb-main-button-rounded-green-dark.hb-main-button-icon-download:hover::before,
.hb-main-button-rounded-dark.hb-main-button-icon-download:hover::before {
	content: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"><defs><style> .st0 { fill: %23FFFFFF; } </style></defs><path class="st0" d="M92.9,38c-2.5,0-4.5,2-4.5,4.5v30.9c0,3.7-3,6.6-6.7,6.6l-63.5.4c-3.7,0-6.6-3-6.6-6.6v-30.9c0-2.5-2-4.5-4.5-4.5s-4.5,2-4.5,4.5v30.9c0,8.6,7,15.7,15.7,15.7l63.5-.4c8.6,0,15.7-7,15.7-15.7v-30.9c0-2.5-2-4.5-4.5-4.5Z"/><path class="st0" d="M46.7,68.4h0c.9.9,2.1,1.5,3.3,1.5s2.5-.5,3.3-1.5l23.3-25.3c.8-.9,1.2-2,1.2-3.2,0-1.2-.6-2.3-1.5-3.1-1.8-1.7-4.7-1.6-6.4.3l-15.5,16.8V15.1c0-2.5-2-4.5-4.5-4.5s-4.5,2-4.5,4.5v38.7l-15.5-16.8c-.8-.9-1.9-1.4-3.1-1.5-1.2,0-2.4.4-3.2,1.2-.9.8-1.4,1.9-1.5,3.1,0,1.2.4,2.4,1.2,3.2l23.3,25.3Z"/></svg>');
	transition: all 0.3s ease 0s;
}

.hb-main-button-underline-light.hb-main-button-icon-plus::before,
.hb-main-button-rounded-green-light.hb-main-button-icon-plus::before,
.hb-main-button-rounded-green-dark.hb-main-button-icon-plus::before,
.hb-main-button-rounded-dark.hb-main-button-icon-plus::before,
.hb-main-button-rounded-light.hb-main-button-icon-plus:hover::before {
	content: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"><defs><style> .st0 { fill: %23000000; } </style></defs><path class="st0" d="M87.1,43.4h-30.4V12.9c0-3.7-3-6.6-6.6-6.6s-6.6,3-6.6,6.6v30.4H12.9c-3.7,0-6.6,3-6.6,6.6s3,6.6,6.6,6.6h30.4v30.4c0,3.7,3,6.6,6.6,6.6s6.6-3,6.6-6.6v-30.4h30.4c3.7,0,6.6-3,6.6-6.6s-3-6.6-6.6-6.6Z"/></svg>');
	transition: all 0.3s ease 0s;
}

.hb-main-button-rounded-light.hb-main-button-icon-plus::before,
.hb-main-button-underline-dark.hb-main-button-icon-plus::before,
.hb-main-button-rounded-green-dark.hb-main-button-icon-plus:hover::before,
.hb-main-button-rounded-dark.hb-main-button-icon-plus:hover::before {
	content: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"><defs><style> .st0 { fill: %23FFFFFF; } </style></defs><path class="st0" d="M87.1,43.4h-30.4V12.9c0-3.7-3-6.6-6.6-6.6s-6.6,3-6.6,6.6v30.4H12.9c-3.7,0-6.6,3-6.6,6.6s3,6.6,6.6,6.6h30.4v30.4c0,3.7,3,6.6,6.6,6.6s6.6-3,6.6-6.6v-30.4h30.4c3.7,0,6.6-3,6.6-6.6s-3-6.6-6.6-6.6Z"/></svg>');
	transition: all 0.3s ease 0s;
}

.hb-main-button-underline-light.hb-main-button-icon-external::before,
.hb-main-button-rounded-green-light.hb-main-button-icon-external::before,
.hb-main-button-rounded-green-dark.hb-main-button-icon-external::before,
.hb-main-button-rounded-dark.hb-main-button-icon-external::before,
.hb-main-button-rounded-light.hb-main-button-icon-external:hover::before {
	content: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"><defs><style> .st0 { fill: %23000000; } </style></defs><path class="st0" d="M50,7.1C26.3,7.1,7.1,26.3,7.1,50s19.3,42.9,42.9,42.9c23.7,0,42.9-19.3,42.9-42.9S73.7,7.1,50,7.1ZM71.5,41.3h13.3c.7,2.9,1.1,5.8,1.1,8.7s-.4,5.9-1.1,8.7h-13.3c.3-2.9.4-5.8.4-8.7s-.1-5.8-.4-8.7ZM63.4,34.3h-26.7c2.5-11.9,8-20.1,13.4-20.1v-1s0,1,0,1c5.4,0,10.8,8.2,13.4,20.1ZM64.3,17.1c7.8,3.4,14.2,9.5,17.9,17.1h-11.7c-1.3-6.7-3.4-12.6-6.2-17.1ZM29.5,65.7c1.3,6.7,3.4,12.6,6.2,17.1-7.8-3.4-14.2-9.5-17.9-17.1h11.7ZM64.9,50c0,2.9-.2,5.8-.5,8.7h-28.9c-.3-2.9-.5-5.8-.5-8.7s.2-5.8.5-8.7h28.9c.3,2.9.5,5.8.5,8.7ZM17.8,34.3c3.8-7.7,10.1-13.7,17.9-17.1-2.8,4.6-4.9,10.4-6.2,17.1h-11.7ZM50,86.8v-1c-5.4,0-10.8-8.2-13.4-20.1h26.7c-2.5,11.9-8,20.1-13.4,20.1v1h0ZM82.2,65.7c-3.8,7.7-10.1,13.7-17.9,17.1,2.8-4.6,4.9-10.4,6.2-17.1h11.7ZM28.5,58.7h-13.3c-.7-2.9-1.1-5.8-1.1-8.7s.4-5.9,1.1-8.7h13.3c-.3,2.9-.4,5.8-.4,8.7s.1,5.8.4,8.7Z"/></svg>');
	transition: all 0.3s ease 0s;
}

.hb-main-button-rounded-light.hb-main-button-icon-external::before,
.hb-main-button-underline-dark.hb-main-button-icon-external::before,
.hb-main-button-rounded-green-dark.hb-main-button-icon-external:hover::before,
.hb-main-button-rounded-dark.hb-main-button-icon-external:hover::before {
	content: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"><defs><style> .st0 { fill: %23FFFFFF; } </style></defs><path class="st0" d="M50,7.1C26.3,7.1,7.1,26.3,7.1,50s19.3,42.9,42.9,42.9c23.7,0,42.9-19.3,42.9-42.9S73.7,7.1,50,7.1ZM71.5,41.3h13.3c.7,2.9,1.1,5.8,1.1,8.7s-.4,5.9-1.1,8.7h-13.3c.3-2.9.4-5.8.4-8.7s-.1-5.8-.4-8.7ZM63.4,34.3h-26.7c2.5-11.9,8-20.1,13.4-20.1v-1s0,1,0,1c5.4,0,10.8,8.2,13.4,20.1ZM64.3,17.1c7.8,3.4,14.2,9.5,17.9,17.1h-11.7c-1.3-6.7-3.4-12.6-6.2-17.1ZM29.5,65.7c1.3,6.7,3.4,12.6,6.2,17.1-7.8-3.4-14.2-9.5-17.9-17.1h11.7ZM64.9,50c0,2.9-.2,5.8-.5,8.7h-28.9c-.3-2.9-.5-5.8-.5-8.7s.2-5.8.5-8.7h28.9c.3,2.9.5,5.8.5,8.7ZM17.8,34.3c3.8-7.7,10.1-13.7,17.9-17.1-2.8,4.6-4.9,10.4-6.2,17.1h-11.7ZM50,86.8v-1c-5.4,0-10.8-8.2-13.4-20.1h26.7c-2.5,11.9-8,20.1-13.4,20.1v1h0ZM82.2,65.7c-3.8,7.7-10.1,13.7-17.9,17.1,2.8-4.6,4.9-10.4,6.2-17.1h11.7ZM28.5,58.7h-13.3c-.7-2.9-1.1-5.8-1.1-8.7s.4-5.9,1.1-8.7h13.3c-.3,2.9-.4,5.8-.4,8.7s.1,5.8.4,8.7Z"/></svg>');
	transition: all 0.3s ease 0s;
}

.hb-main-button-underline-light.hb-main-button-icon-chevron-right::before,
.hb-main-button-rounded-green-light.hb-main-button-icon-chevron-right::before,
.hb-main-button-rounded-green-dark.hb-main-button-icon-chevron-right::before,
.hb-main-button-rounded-dark.hb-main-button-icon-chevron-right::before,
.hb-main-button-rounded-light.hb-main-button-icon-chevron-right:hover::before {
	content: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"><defs><style> .st0 { fill: %23000000; } </style></defs><path class="st0" d="M69.5,40.9L38,8.3c-1.2-1.2-2.8-1.9-4.4-1.9-1.7,0-3.3.6-4.5,1.8-1.2,1.2-1.9,2.8-1.9,4.4s.6,3.3,1.8,4.5l31.2,32.4-31.2,33.6c-2.4,2.6-2.2,6.6.3,9,1.2,1.1,2.7,1.7,4.3,1.7s3.5-.7,4.6-2l31.5-33.9c4.4-4.8,4.4-12.2-.2-16.8Z"/></svg>');
	transition: all 0.3s ease 0s;
}

.hb-main-button-rounded-light.hb-main-button-icon-chevron-right::before,
.hb-main-button-underline-dark.hb-main-button-icon-chevron-right::before,
.hb-main-button-rounded-green-dark.hb-main-button-icon-chevron-right:hover::before,
.hb-main-button-rounded-dark.hb-main-button-icon-chevron-right:hover::before {
	content: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"><defs><style> .st0 { fill: %23FFFFFF; } </style></defs><path class="st0" d="M69.5,40.9L38,8.3c-1.2-1.2-2.8-1.9-4.4-1.9-1.7,0-3.3.6-4.5,1.8-1.2,1.2-1.9,2.8-1.9,4.4s.6,3.3,1.8,4.5l31.2,32.4-31.2,33.6c-2.4,2.6-2.2,6.6.3,9,1.2,1.1,2.7,1.7,4.3,1.7s3.5-.7,4.6-2l31.5-33.9c4.4-4.8,4.4-12.2-.2-16.8Z"/></svg>');
	transition: all 0.3s ease 0s;
}

.hb-main-button-underline-light.hb-main-button-icon-chevron-down::before,
.hb-main-button-rounded-green-light.hb-main-button-icon-chevron-down::before,
.hb-main-button-rounded-green-dark.hb-main-button-icon-chevron-down::before,
.hb-main-button-rounded-dark.hb-main-button-icon-chevron-down::before,
.hb-main-button-rounded-light.hb-main-button-icon-chevron-down:hover::before {
	content: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"><defs><style> .st0 { fill: %23000000; } </style></defs><path class="st0" d="M40.9,69.5L8.3,38c-1.2-1.2-1.9-2.8-1.9-4.4,0-1.7.6-3.3,1.8-4.5,1.2-1.2,2.8-1.9,4.4-1.9s3.3.6,4.5,1.8l32.4,31.2,33.6-31.2c2.6-2.4,6.6-2.2,9,.3,1.1,1.2,1.7,2.7,1.7,4.3s-.7,3.5-2,4.6l-33.9,31.5c-4.8,4.4-12.2,4.4-16.8-.2Z"/></svg>');
	transition: all 0.3s ease 0s;
}

.hb-main-button-rounded-light.hb-main-button-icon-chevron-down::before,
.hb-main-button-underline-dark.hb-main-button-icon-chevron-down::before,
.hb-main-button-rounded-green-dark.hb-main-button-icon-chevron-down:hover::before,
.hb-main-button-rounded-dark.hb-main-button-icon-chevron-down:hover::before {
	content: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"><defs><style> .st0 { fill: %23FFFFFF; } </style></defs><path class="st0" d="M40.9,69.5L8.3,38c-1.2-1.2-1.9-2.8-1.9-4.4,0-1.7.6-3.3,1.8-4.5,1.2-1.2,2.8-1.9,4.4-1.9s3.3.6,4.5,1.8l32.4,31.2,33.6-31.2c2.6-2.4,6.6-2.2,9,.3,1.1,1.2,1.7,2.7,1.7,4.3s-.7,3.5-2,4.6l-33.9,31.5c-4.8,4.4-12.2,4.4-16.8-.2Z"/></svg>');
	transition: all 0.3s ease 0s;
}

.hb-main-button-underline-light.hb-main-button-icon-chevron-up::before,
.hb-main-button-rounded-green-light.hb-main-button-icon-chevron-up::before,
.hb-main-button-rounded-green-dark.hb-main-button-icon-chevron-up::before,
.hb-main-button-rounded-dark.hb-main-button-icon-chevron-up::before,
.hb-main-button-rounded-light.hb-main-button-icon-chevron-up:hover::before {
	content: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"><defs><style> .st0 { fill: %23000000; } </style></defs><path class="st0" d="M40.9,30.5L8.3,62c-1.2,1.2-1.9,2.8-1.9,4.4,0,1.7.6,3.3,1.8,4.5,1.2,1.2,2.8,1.9,4.4,1.9s3.3-.6,4.5-1.8l32.4-31.2,33.6,31.2c2.6,2.4,6.6,2.2,9-.3,1.1-1.2,1.7-2.7,1.7-4.3s-.7-3.5-2-4.6l-33.9-31.5c-4.8-4.4-12.2-4.4-16.8.2Z"/></svg>');
	transition: all 0.3s ease 0s;
}

.hb-main-button-rounded-light.hb-main-button-icon-chevron-up::before,
.hb-main-button-underline-dark.hb-main-button-icon-chevron-up::before,
.hb-main-button-rounded-green-dark.hb-main-button-icon-chevron-up:hover::before,
.hb-main-button-rounded-dark.hb-main-button-icon-chevron-up:hover::before {
	content: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"><defs><style> .st0 { fill: %23FFFFFF; } </style></defs><path class="st0" d="M40.9,30.5L8.3,62c-1.2,1.2-1.9,2.8-1.9,4.4,0,1.7.6,3.3,1.8,4.5,1.2,1.2,2.8,1.9,4.4,1.9s3.3-.6,4.5-1.8l32.4-31.2,33.6,31.2c2.6,2.4,6.6,2.2,9-.3,1.1-1.2,1.7-2.7,1.7-4.3s-.7-3.5-2-4.6l-33.9-31.5c-4.8-4.4-12.2-4.4-16.8.2Z"/></svg>');
	transition: all 0.3s ease 0s;
}

.hb-main-button-underline-light.hb-main-button-icon-arrow-right::before,
.hb-main-button-rounded-green-light.hb-main-button-icon-arrow-right::before,
.hb-main-button-rounded-green-dark.hb-main-button-icon-arrow-right::before,
.hb-main-button-rounded-dark.hb-main-button-icon-arrow-right::before,
.hb-main-button-rounded-light.hb-main-button-icon-arrow-right:hover::before {
	content: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"><defs><style> .st0 { fill: %23000000; } </style></defs><path class="st0" d="M88.2,54.5c1.2-1.1,1.9-2.6,1.9-4.2s-.7-3.2-1.9-4.2L46.6,7.6c-2.3-2.2-6-2-8.2.3-2.2,2.3-2,6,.3,8.2l30.7,28.3H15.7c-3.2,0-5.8,2.6-5.8,5.8s2.6,5.8,5.8,5.8h53.8s-30.7,28.3-30.7,28.3c-2.3,2.2-2.5,5.8-.3,8.2,2.2,2.3,5.8,2.5,8.2.3l41.6-38.4Z"/></svg>');
	transition: all 0.3s ease 0s;
}

.hb-main-button-rounded-light.hb-main-button-icon-arrow-right::before,
.hb-main-button-underline-dark.hb-main-button-icon-arrow-right::before,
.hb-main-button-rounded-green-dark.hb-main-button-icon-arrow-right:hover::before,
.hb-main-button-rounded-dark.hb-main-button-icon-arrow-right:hover::before {
	content: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"><defs><style> .st0 { fill: %23FFFFFF; } </style></defs><path class="st0" d="M88.2,54.5c1.2-1.1,1.9-2.6,1.9-4.2s-.7-3.2-1.9-4.2L46.6,7.6c-2.3-2.2-6-2-8.2.3-2.2,2.3-2,6,.3,8.2l30.7,28.3H15.7c-3.2,0-5.8,2.6-5.8,5.8s2.6,5.8,5.8,5.8h53.8s-30.7,28.3-30.7,28.3c-2.3,2.2-2.5,5.8-.3,8.2,2.2,2.3,5.8,2.5,8.2.3l41.6-38.4Z"/></svg>');
	transition: all 0.3s ease 0s;
}

.hb-main-button-underline-light.hb-main-button-icon-arrow-up::before,
.hb-main-button-rounded-green-light.hb-main-button-icon-arrow-up::before,
.hb-main-button-rounded-green-dark.hb-main-button-icon-arrow-up::before,
.hb-main-button-rounded-dark.hb-main-button-icon-arrow-up::before,
.hb-main-button-rounded-light.hb-main-button-icon-arrow-up:hover::before {
	content: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"><defs><style> .st0 { fill: %23000000; } </style></defs><path class="st0" d="M54.2,11.8c-1.1-1.2-2.6-1.9-4.2-1.9s-3.2.7-4.2,1.9L7.4,53.4c-2.2,2.3-2,6,.3,8.2,2.3,2.2,6,2,8.2-.3l28.3-30.7v53.8c0,3.2,2.6,5.8,5.8,5.8,3.2,0,5.8-2.6,5.8-5.8V30.5s28.3,30.7,28.3,30.7c2.2,2.3,5.8,2.5,8.2.3,2.3-2.2,2.5-5.8.3-8.2L54.2,11.8Z"/></svg>');
	transition: all 0.3s ease 0s;
}

.hb-main-button-rounded-light.hb-main-button-icon-arrow-up::before,
.hb-main-button-underline-dark.hb-main-button-icon-arrow-up::before,
.hb-main-button-rounded-green-dark.hb-main-button-icon-arrow-up:hover::before,
.hb-main-button-rounded-dark.hb-main-button-icon-arrow-up:hover::before {
	content: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"><defs><style> .st0 { fill: %23FFFFFF; } </style></defs><path class="st0" d="M54.2,11.8c-1.1-1.2-2.6-1.9-4.2-1.9s-3.2.7-4.2,1.9L7.4,53.4c-2.2,2.3-2,6,.3,8.2,2.3,2.2,6,2,8.2-.3l28.3-30.7v53.8c0,3.2,2.6,5.8,5.8,5.8,3.2,0,5.8-2.6,5.8-5.8V30.5s28.3,30.7,28.3,30.7c2.2,2.3,5.8,2.5,8.2.3,2.3-2.2,2.5-5.8.3-8.2L54.2,11.8Z"/></svg>');
	transition: all 0.3s ease 0s;
}

.hb-main-button-underline-light.hb-main-button-icon-arrow-down::before,
.hb-main-button-rounded-green-light.hb-main-button-icon-arrow-down::before,
.hb-main-button-rounded-green-dark.hb-main-button-icon-arrow-down::before,
.hb-main-button-rounded-dark.hb-main-button-icon-arrow-down::before,
.hb-main-button-rounded-light.hb-main-button-icon-arrow-down:hover::before {
	content: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"><defs><style> .st0 { fill: %23000000; } </style></defs><path class="st0" d="M54.2,88.2c-1.1,1.2-2.6,1.9-4.2,1.9s-3.2-.7-4.2-1.9L7.4,46.6c-2.2-2.3-2-6,.3-8.2,2.3-2.2,6-2,8.2.3l28.3,30.7V15.7c0-3.2,2.6-5.8,5.8-5.8,3.2,0,5.8,2.6,5.8,5.8v53.8s28.3-30.7,28.3-30.7c2.2-2.3,5.8-2.5,8.2-.3,2.3,2.2,2.5,5.8.3,8.2l-38.4,41.6Z"/></svg>');
	transition: all 0.3s ease 0s;
}

.hb-main-button-rounded-light.hb-main-button-icon-arrow-down::before,
.hb-main-button-underline-dark.hb-main-button-icon-arrow-down::before,
.hb-main-button-rounded-green-dark.hb-main-button-icon-arrow-down:hover::before,
.hb-main-button-rounded-dark.hb-main-button-icon-arrow-down:hover::before {
	content: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"><defs><style> .st0 { fill: %23FFFFFF; } </style></defs><path class="st0" d="M54.2,88.2c-1.1,1.2-2.6,1.9-4.2,1.9s-3.2-.7-4.2-1.9L7.4,46.6c-2.2-2.3-2-6,.3-8.2,2.3-2.2,6-2,8.2.3l28.3,30.7V15.7c0-3.2,2.6-5.8,5.8-5.8,3.2,0,5.8,2.6,5.8,5.8v53.8s28.3-30.7,28.3-30.7c2.2-2.3,5.8-2.5,8.2-.3,2.3,2.2,2.5,5.8.3,8.2l-38.4,41.6Z"/></svg>');
	transition: all 0.3s ease 0s;
}

.hb-main-button-underline-light.hb-main-button-icon-star::before,
.hb-main-button-rounded-green-light.hb-main-button-icon-star::before,
.hb-main-button-rounded-green-dark.hb-main-button-icon-star::before,
.hb-main-button-rounded-dark.hb-main-button-icon-star::before,
.hb-main-button-rounded-light.hb-main-button-icon-star:hover::before {
	content: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"><defs><style> .st0 { fill: %23000000; } </style></defs><path class="st0" d="M94.3,39.2c-1.2-3.8-4.6-6.3-8.7-6.3h-18.5c-1.3,0-2.4-.8-2.8-2l-5.7-17.6c-1.2-3.8-4.6-6.3-8.7-6.3s-7.4,2.5-8.7,6.3l-5.7,17.6c-.4,1.2-1.5,2-2.8,2H14.4c-4,0-7.4,2.5-8.7,6.3-1.2,3.8,0,7.8,3.3,10.2l15,10.9c1,.7,1.5,2.1,1.1,3.3l-5.7,17.6c-1.2,3.8,0,7.8,3.3,10.2,3.3,2.4,7.5,2.4,10.7,0l15-10.9c1-.7,2.4-.7,3.4,0l15,10.9c1.6,1.2,3.5,1.8,5.4,1.8s3.7-.6,5.4-1.8c3.3-2.4,4.5-6.4,3.3-10.2l-5.7-17.6c-.4-1.2,0-2.5,1.1-3.3l15-10.9c3.3-2.4,4.5-6.4,3.3-10.2ZM69.7,54.6c-2.8,2-4,5.6-2.9,8.9l5,15.4c.5,1.7-.6,2.6-.9,2.9-.4.3-1.6,1-3,0l-13.1-9.5c-1.4-1-3.1-1.5-4.7-1.5s-3.3.5-4.7,1.5l-13.1,9.5c-1.4,1-2.7.3-3,0-.4-.3-1.5-1.2-.9-2.9l5-15.4c1.1-3.3,0-6.9-2.9-8.9l-13.1-9.5c-1.4-1-1.1-2.5-.9-2.9.1-.4.7-1.8,2.4-1.8h16.2c3.5,0,6.5-2.2,7.6-5.5l5-15.4c.5-1.7,2-1.8,2.4-1.8s1.9.1,2.4,1.8l5,15.4c1.1,3.3,4.1,5.5,7.6,5.5h16.2c1.7,0,2.3,1.4,2.4,1.8.1.4.5,1.9-.9,2.9l-13.1,9.5Z"/></svg>');
	transition: all 0.3s ease 0s;
}

.hb-main-button-rounded-light.hb-main-button-icon-star::before,
.hb-main-button-underline-dark.hb-main-button-icon-star::before,
.hb-main-button-rounded-green-dark.hb-main-button-icon-star:hover::before,
.hb-main-button-rounded-dark.hb-main-button-icon-star:hover::before {
	content: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"><defs><style> .st0 { fill: %23FFFFFF; } </style></defs><path class="st0" d="M94.3,39.2c-1.2-3.8-4.6-6.3-8.7-6.3h-18.5c-1.3,0-2.4-.8-2.8-2l-5.7-17.6c-1.2-3.8-4.6-6.3-8.7-6.3s-7.4,2.5-8.7,6.3l-5.7,17.6c-.4,1.2-1.5,2-2.8,2H14.4c-4,0-7.4,2.5-8.7,6.3-1.2,3.8,0,7.8,3.3,10.2l15,10.9c1,.7,1.5,2.1,1.1,3.3l-5.7,17.6c-1.2,3.8,0,7.8,3.3,10.2,3.3,2.4,7.5,2.4,10.7,0l15-10.9c1-.7,2.4-.7,3.4,0l15,10.9c1.6,1.2,3.5,1.8,5.4,1.8s3.7-.6,5.4-1.8c3.3-2.4,4.5-6.4,3.3-10.2l-5.7-17.6c-.4-1.2,0-2.5,1.1-3.3l15-10.9c3.3-2.4,4.5-6.4,3.3-10.2ZM69.7,54.6c-2.8,2-4,5.6-2.9,8.9l5,15.4c.5,1.7-.6,2.6-.9,2.9-.4.3-1.6,1-3,0l-13.1-9.5c-1.4-1-3.1-1.5-4.7-1.5s-3.3.5-4.7,1.5l-13.1,9.5c-1.4,1-2.7.3-3,0-.4-.3-1.5-1.2-.9-2.9l5-15.4c1.1-3.3,0-6.9-2.9-8.9l-13.1-9.5c-1.4-1-1.1-2.5-.9-2.9.1-.4.7-1.8,2.4-1.8h16.2c3.5,0,6.5-2.2,7.6-5.5l5-15.4c.5-1.7,2-1.8,2.4-1.8s1.9.1,2.4,1.8l5,15.4c1.1,3.3,4.1,5.5,7.6,5.5h16.2c1.7,0,2.3,1.4,2.4,1.8.1.4.5,1.9-.9,2.9l-13.1,9.5Z"/></svg>');
	transition: all 0.3s ease 0s;
}

.hb-main-button-underline-light.hb-main-button-icon-email::before,
.hb-main-button-rounded-green-light.hb-main-button-icon-email::before,
.hb-main-button-rounded-green-dark.hb-main-button-icon-email::before,
.hb-main-button-rounded-dark.hb-main-button-icon-email::before,
.hb-main-button-rounded-light.hb-main-button-icon-email:hover::before {
	content: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"><defs><style> .st0 { fill: %23000000; } </style></defs><path class="st0" d="M86,19.4l-.5-.6h0c-3.3-3.4-7.8-5.2-12.5-5.2H27.1c-4.7,0-9.1,1.8-12.5,5.2l-.6.6h0c-2.9,3.3-4.6,7.5-4.6,11.9v37.5c0,9.7,7.9,17.6,17.6,17.6h45.8c9.7,0,17.6-7.9,17.6-17.6V31.2c0-4.4-1.6-8.6-4.6-11.8ZM52.2,45.2c-1.2,1.2-3.2,1.2-4.4,0l-22.2-21.8c.5,0,.9-.1,1.4-.1h45.8c.5,0,1,0,1.4.1l-22.2,21.8ZM19.1,31.2c0-.2,0-.4,0-.6l21.8,21.5c2.4,2.4,5.6,3.7,9,3.7s6.6-1.3,9-3.7l21.8-21.5c0,.2,0,.4,0,.6v37.5c0,4.4-3.6,7.9-7.9,7.9H27.1c-4.4,0-7.9-3.6-7.9-7.9V31.2Z"/></svg>');
	transition: all 0.3s ease 0s;
}

.hb-main-button-rounded-light.hb-main-button-icon-email::before,
.hb-main-button-underline-dark.hb-main-button-icon-email::before,
.hb-main-button-rounded-green-dark.hb-main-button-icon-email:hover::before,
.hb-main-button-rounded-dark.hb-main-button-icon-email:hover::before {
	content: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"><defs><style> .st0 { fill: %23FFFFFF; } </style></defs><path class="st0" d="M86,19.4l-.5-.6h0c-3.3-3.4-7.8-5.2-12.5-5.2H27.1c-4.7,0-9.1,1.8-12.5,5.2l-.6.6h0c-2.9,3.3-4.6,7.5-4.6,11.9v37.5c0,9.7,7.9,17.6,17.6,17.6h45.8c9.7,0,17.6-7.9,17.6-17.6V31.2c0-4.4-1.6-8.6-4.6-11.8ZM52.2,45.2c-1.2,1.2-3.2,1.2-4.4,0l-22.2-21.8c.5,0,.9-.1,1.4-.1h45.8c.5,0,1,0,1.4.1l-22.2,21.8ZM19.1,31.2c0-.2,0-.4,0-.6l21.8,21.5c2.4,2.4,5.6,3.7,9,3.7s6.6-1.3,9-3.7l21.8-21.5c0,.2,0,.4,0,.6v37.5c0,4.4-3.6,7.9-7.9,7.9H27.1c-4.4,0-7.9-3.6-7.9-7.9V31.2Z"/></svg>');
	transition: all 0.3s ease 0s;
}

.hb-main-button-underline-light.hb-main-button-icon-shop::before,
.hb-main-button-rounded-green-light.hb-main-button-icon-shop::before,
.hb-main-button-rounded-green-dark.hb-main-button-icon-shop::before,
.hb-main-button-rounded-dark.hb-main-button-icon-shop::before,
.hb-main-button-rounded-light.hb-main-button-icon-shop:hover::before {
	content: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"><defs><style> .st0 { fill: %23000000; } </style></defs><path class="st0" d="M81.7,54.2l6.2-19.9c.9-2.8.4-5.8-1.4-8.2-1.8-2.4-4.5-3.8-7.4-3.8H31.2l-.3-2.1c-.6-4.9-4-8.9-8.8-10.2l-4.7-1.3c-2.4-.7-4.9.8-5.6,3.2-.7,2.4.8,4.9,3.2,5.6l4.7,1.3c1.2.3,2,1.3,2.1,2.5l5.3,43.9c.7,6,5.9,10.6,11.9,10.6h39.3c2.5,0,4.5-2,4.5-4.5s-2-4.5-4.5-4.5h-39.3c-.7,0-1.4-.3-1.9-.7h28.5c7.4,0,13.8-4.7,16-11.8ZM73,51.5c-1,3.2-3.9,5.4-7.3,5.4h-30.4l-3-25.4h46.7c0,0,0,0,.1,0,0,0,0,0,0,.1l-6.2,19.9Z"/><circle class="st0" cx="40.1" cy="84.1" r="7.2"/><path class="st0" d="M69.5,76.9c-4,0-7.2,3.2-7.2,7.2s3.2,7.2,7.2,7.2,7.2-3.2,7.2-7.2-3.2-7.2-7.2-7.2Z"/></svg>');
	transition: all 0.3s ease 0s;
	top: 11px;
	width: 22px;
	height: 22px;
}

.hb-main-button-rounded-light.hb-main-button-icon-shop::before,
.hb-main-button-underline-dark.hb-main-button-icon-shop::before,
.hb-main-button-rounded-green-dark.hb-main-button-icon-shop:hover::before,
.hb-main-button-rounded-dark.hb-main-button-icon-shop:hover::before {
	content: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"><defs><style> .st0 { fill: %23FFFFFF; } </style></defs><path class="st0" d="M81.7,54.2l6.2-19.9c.9-2.8.4-5.8-1.4-8.2-1.8-2.4-4.5-3.8-7.4-3.8H31.2l-.3-2.1c-.6-4.9-4-8.9-8.8-10.2l-4.7-1.3c-2.4-.7-4.9.8-5.6,3.2-.7,2.4.8,4.9,3.2,5.6l4.7,1.3c1.2.3,2,1.3,2.1,2.5l5.3,43.9c.7,6,5.9,10.6,11.9,10.6h39.3c2.5,0,4.5-2,4.5-4.5s-2-4.5-4.5-4.5h-39.3c-.7,0-1.4-.3-1.9-.7h28.5c7.4,0,13.8-4.7,16-11.8ZM73,51.5c-1,3.2-3.9,5.4-7.3,5.4h-30.4l-3-25.4h46.7c0,0,0,0,.1,0,0,0,0,0,0,.1l-6.2,19.9Z"/><circle class="st0" cx="40.1" cy="84.1" r="7.2"/><path class="st0" d="M69.5,76.9c-4,0-7.2,3.2-7.2,7.2s3.2,7.2,7.2,7.2,7.2-3.2,7.2-7.2-3.2-7.2-7.2-7.2Z"/></svg>');
	transition: all 0.3s ease 0s;
	top: 11px;
	width: 22px;
	height: 22px;
}

.hb-main-button-underline-light.hb-main-button-icon-phone::before,
.hb-main-button-rounded-green-light.hb-main-button-icon-phone::before,
.hb-main-button-rounded-green-dark.hb-main-button-icon-phone::before,
.hb-main-button-rounded-dark.hb-main-button-icon-phone::before,
.hb-main-button-rounded-light.hb-main-button-icon-phone:hover::before {
	content: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"><defs><style> .st0 { fill: %23000000; } </style></defs><path class="st0" d="M91.8,71.6l-12.6-12.8c-2.9-3-7.7-3.4-11.1-.9l-3.8,2.8-.7.7c-.6.6-2.1,2.1-6.3.5-3.3-1.3-7.1-4.1-11.1-8.1-4-4-6.7-7.9-7.9-11.2-1.5-4.2,0-5.7.6-6.3l3.4-4.5c2.5-3.3,2.2-8.1-.7-11.1l-12.6-12.8c-1.7-1.7-4.1-2.7-6.5-2.5-2.4.1-4.7,1.3-6.2,3.2l-5.6,7.2c-4.7,5.9-6,13.7-3.6,20.9,2.3,10,10.5,23,22,34.7,11.7,11.8,24.6,20.3,34.6,22.6,1.6.5,3.2.8,4.9,1,.5,0,1,0,1.5,0,4.5,0,9-1.5,12.7-4.3l8.2-6.3c1.9-1.5,3.2-3.7,3.3-6.2.2-2.4-.7-4.8-2.4-6.6ZM22.9,12.5c.3,0,.6.1.8.3l12.6,12.8c.4.4.4,1.1,0,1.5l-2.9,3.9c-2.4,2.5-4.7,6.9-2.1,13.9,1.6,4.3,4.9,9.1,9.6,13.8,4.7,4.8,9.4,8.1,13.7,9.8,7.1,2.7,11.6.4,14.1-2.1l3.7-2.7c.5-.3,1.1-.3,1.5.1l12.6,12.8c.3.3.3.7.3.9,0,.2-.1.6-.5.8l-8.2,6.3c-2.6,2-5.9,3-9.2,2.7-1.1,0-2.2-.3-3.3-.7h-.3c-8.6-2-20.6-9.9-31.2-20.7-10.5-10.7-18.2-22.7-20.1-31.4v-.4c-1.8-4.8-.9-10.1,2.3-14.2l5.6-7.2c.3-.3.6-.4.9-.4Z"/><path class="st0" d="M68,47.7h0c.7.5,1.5.8,2.3.8s2.2-.5,2.9-1.4c4.6-5.7,4.3-13.7-.6-19.1-5-5.4-12.9-6.3-19-2.2-1.7,1.1-2.1,3.4-1,5.1.5.8,1.4,1.4,2.3,1.6,1,.2,1.9,0,2.8-.6,3-2,7-1.6,9.5,1.1,2.5,2.7,2.6,6.7.3,9.6-1.3,1.6-1,3.9.6,5.2Z"/><path class="st0" d="M51.4,21.8c.9.3,1.9.3,2.8-.1,7.1-3.3,15.4-1.7,20.7,4.1,5.3,5.8,6.3,14.2,2.4,21-.5.9-.6,1.8-.4,2.8.3.9.9,1.7,1.7,2.2.6.3,1.2.5,1.8.5,1.3,0,2.5-.7,3.2-1.8,5.5-9.6,4.1-21.5-3.3-29.6-7.5-8.1-19.2-10.5-29.2-5.8-1.8.9-2.6,3-1.8,4.9.4.9,1.2,1.6,2.1,1.9Z"/></svg>');
	transition: all 0.3s ease 0s;
	top: 10px;
	width: 24px;
	height: 24px;
}

.hb-main-button-rounded-light.hb-main-button-icon-phone::before,
.hb-main-button-underline-dark.hb-main-button-icon-phone::before,
.hb-main-button-rounded-green-dark.hb-main-button-icon-phone:hover::before,
.hb-main-button-rounded-dark.hb-main-button-icon-phone:hover::before {
	content: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"><defs><style> .st0 { fill: %23FFFFFF; } </style></defs><path class="st0" d="M91.8,71.6l-12.6-12.8c-2.9-3-7.7-3.4-11.1-.9l-3.8,2.8-.7.7c-.6.6-2.1,2.1-6.3.5-3.3-1.3-7.1-4.1-11.1-8.1-4-4-6.7-7.9-7.9-11.2-1.5-4.2,0-5.7.6-6.3l3.4-4.5c2.5-3.3,2.2-8.1-.7-11.1l-12.6-12.8c-1.7-1.7-4.1-2.7-6.5-2.5-2.4.1-4.7,1.3-6.2,3.2l-5.6,7.2c-4.7,5.9-6,13.7-3.6,20.9,2.3,10,10.5,23,22,34.7,11.7,11.8,24.6,20.3,34.6,22.6,1.6.5,3.2.8,4.9,1,.5,0,1,0,1.5,0,4.5,0,9-1.5,12.7-4.3l8.2-6.3c1.9-1.5,3.2-3.7,3.3-6.2.2-2.4-.7-4.8-2.4-6.6ZM22.9,12.5c.3,0,.6.1.8.3l12.6,12.8c.4.4.4,1.1,0,1.5l-2.9,3.9c-2.4,2.5-4.7,6.9-2.1,13.9,1.6,4.3,4.9,9.1,9.6,13.8,4.7,4.8,9.4,8.1,13.7,9.8,7.1,2.7,11.6.4,14.1-2.1l3.7-2.7c.5-.3,1.1-.3,1.5.1l12.6,12.8c.3.3.3.7.3.9,0,.2-.1.6-.5.8l-8.2,6.3c-2.6,2-5.9,3-9.2,2.7-1.1,0-2.2-.3-3.3-.7h-.3c-8.6-2-20.6-9.9-31.2-20.7-10.5-10.7-18.2-22.7-20.1-31.4v-.4c-1.8-4.8-.9-10.1,2.3-14.2l5.6-7.2c.3-.3.6-.4.9-.4Z"/><path class="st0" d="M68,47.7h0c.7.5,1.5.8,2.3.8s2.2-.5,2.9-1.4c4.6-5.7,4.3-13.7-.6-19.1-5-5.4-12.9-6.3-19-2.2-1.7,1.1-2.1,3.4-1,5.1.5.8,1.4,1.4,2.3,1.6,1,.2,1.9,0,2.8-.6,3-2,7-1.6,9.5,1.1,2.5,2.7,2.6,6.7.3,9.6-1.3,1.6-1,3.9.6,5.2Z"/><path class="st0" d="M51.4,21.8c.9.3,1.9.3,2.8-.1,7.1-3.3,15.4-1.7,20.7,4.1,5.3,5.8,6.3,14.2,2.4,21-.5.9-.6,1.8-.4,2.8.3.9.9,1.7,1.7,2.2.6.3,1.2.5,1.8.5,1.3,0,2.5-.7,3.2-1.8,5.5-9.6,4.1-21.5-3.3-29.6-7.5-8.1-19.2-10.5-29.2-5.8-1.8.9-2.6,3-1.8,4.9.4.9,1.2,1.6,2.1,1.9Z"/></svg>');
	transition: all 0.3s ease 0s;
	top: 10px;
	width: 24px;
	height: 24px;
}


.pagebuilder-column.links [data-content-type=text] p {
	color: #000000;
	margin-bottom: 12px;
	text-transform: uppercase;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.3pt;
	min-height: 24px;
}

.pagebuilder-column.links [data-content-type=text] p:has(a) {
	text-transform: none;
	margin-bottom: 2px;
	letter-spacing: normal;
}

@media (min-width: 999px) {
	ul.level0 ul.level2>li.mega>.mega,
	.pagebuilder-column.links [data-content-type=text] a {
		font-size: 1.5rem;
	}
}

.level0.horizontal-root>li.mega.style-tabs ul.level2>li.mega a.mega,
.pagebuilder-column.links [data-content-type=text] a.view-all-link {
	color: #000000;
	text-decoration: none !important;
}

.nav-sections .level0.horizontal-root>li.mega .child-content .child-content-inner ul.level2>li.mega a.mega-green:hover,
.level0.horizontal-root>li.mega.style-tabs ul.level2>li.mega a.mega-green:hover,
.pagebuilder-column.links [data-content-type=text] a.view-all-link:hover {
	background: none;
	color: #000000!important;
	border-radius: 0;
	text-decoration: underline !important;
}

.catalog-product-view .column.main {
	padding-top: 30px;
}

.catalog-product-view div.breadcrumbs {
	max-width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	margin: 0;
}

.catalog-product-view div.breadcrumbs .items {
	margin: 10px auto;
	max-width: 1375px;
}

.catalog-product-view.page-layout-1column .product-info__right-lower a, 
.catalog-product-view.page-layout-1column .product-info__right-lower button,
.product-info__right .product-social-links .requisition-list-action .action.requisition-list-button,
.product-add-form .box-tocart .action.tocart,
.actions #add-new-role {
	background: #a5cd37;
	border: 2px solid #a5cd37!important;
	border-radius: 25px;
	box-shadow: none;
	padding: 5px 20px;
	min-height: 48px;
	will-change: transform;
}

.catalog-product-view.page-layout-1column .product-info__right-lower a span, 
.catalog-product-view.page-layout-1column .product-info__right-lower button span,
.product-add-form .box-tocart .action.tocart span,
.product-item .product-item-actions .actions-primary [data-role=tocart-form] .action.tocart.primary:hover span, 
.product-item .product-item-details>.action.primary.tocart:hover span,
.actions #add-new-role span {
	letter-spacing: normal !important;
	text-transform: none !important;
	color: #000000!important;
	font-weight: 600;
}

.product-info__right-lower .action.downloads:before, 
.product-info__right-lower .action.help:before,
.catalog-product-view.page-layout-1column .product-info__right-lower .action.tocompare:before {
	color: #000000!important;
}

.catalog-product-view.page-layout-1column .product-info-main .product-info__left {
	padding: 0 40px 10px 40px;
}

@media (min-width: 999px) {
	.pdp__lower>.description__title {
		border-top: 1px solid #e3e3e3;
		margin: 60px auto 0 auto;
		max-width: 1640px;
		width: 100%;
		padding-top: 50px;
	}
}

.pdp__upper .page-title-wrapper h1 span {
	font-size: 3.1rem;
	line-height: 1.3;
}

.pdp__upper .product-ref-numbers {
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	padding-top: 15px;
	padding-bottom: 5px;
}

.pdp__upper .product-ref-numbers .manufacturer-ref .label,
.pdp__upper .product-ref-numbers .our-ref .label {
	font-weight: bold;
	width: 200px;
	display: inline-block;
}

.pdp__upper .MagicToolboxContainer #mtImageContainer {
	background: #f5f5f5;
	border-radius: 25px;
	min-height: 500px;
    min-width: 500px;
    max-height: 500px;
    max-width: 500px;
    display: flex!important;
    align-items: center;
    justify-content: center;
}

.pdp__upper #mtImageContainer a.MagicZoom,
.pdp__upper #mtImageContainer img {
	mix-blend-mode: darken;
}

div.MagicToolboxContainer.placeholder {
	opacity: 1;
	background: #f5f5f5;
	border-radius: 25px;
}

div.MagicToolboxContainer.placeholder img {
	border-radius: 25px;
}

.pdp__upper #mtImageContainer img {
	max-height: 450px !important;
    max-width: 450px !important;
}

.pdp__upper .product-info__right .non-orderable-message {
	color: #000000;
}

.pdp__upper .product-info__right .product-info-price {
	flex-wrap: wrap-reverse;
}

.pdp__upper .product-info__right .product-info-price .price {
	font-weight: bold;
	font-size: 4.5rem;
	padding-right: 18px;
	border-right: none;
}

.product-info__right .product-info-price .product-info-stock-sku {
	order: 1!important;
	margin-top: -10px;
}

.product-info__right .product-info-price .product-info-stock-sku .stock.available:before {
	
}

.product-info__right .product-info-price .product-info-stock-sku .stock {
	
}

.product-add-form .box-tocart .action.tocart:hover {
	border-color: #313133!important;
}

.catalog-product-view.page-layout-1column .product-info__right-lower {
	justify-content: center;
}

a.create-an-account:hover,
a.quick-order:hover,
body.customer-account-login .actions-toolbar .primary .action.primary:hover,
.catalog-product-view .pdp__upper .actions.js-fs-login-atc > a:hover,
.product-add-form .box-tocart .action.tocart:hover,
.product-item .product-item-actions .actions-primary [data-role=tocart-form] .action.tocart.primary:hover,
.product-item .actions.js-fs-login-atc > a:hover,
.table-comparison .action.tocart:hover,
.catalog-product-view.page-layout-1column .product-info__right-lower a:hover, 
.catalog-product-view.page-layout-1column .product-info__right-lower button:hover,
.product-info__right .product-social-links .requisition-list-action .action.requisition-list-button:hover,
.product-add-form .box-tocart .action.tocart:hover,
.account .table-wrapper table>tbody>tr>td.actions .action-menu-item:active, 
.account .table-wrapper table>tbody>tr>td.actions .action-menu-item:focus, 
.account .table-wrapper table>tbody>tr>td.actions .action-menu-item:hover, 
.account .table-wrapper table>tbody>tr>td.actions .action:active, 
.account .table-wrapper table>tbody>tr>td.actions .action:focus, 
.account .table-wrapper table>tbody>tr>td.actions .action:hover, 
.account .table-wrapper table>tbody>tr>td.actions-field .action-menu-item:active, 
.account .table-wrapper table>tbody>tr>td.actions-field .action-menu-item:focus, 
.account .table-wrapper table>tbody>tr>td.actions-field .action-menu-item:hover, 
.account .table-wrapper table>tbody>tr>td.actions-field .action:active, 
.account .table-wrapper table>tbody>tr>td.actions-field .action:focus, 
.account .table-wrapper table>tbody>tr>td.actions-field .action:hover, 
.account .table-wrapper table>tbody>tr>td.data-grid-actions-cell .action-menu-item:active, 
.account .table-wrapper table>tbody>tr>td.data-grid-actions-cell .action-menu-item:focus, 
.account .table-wrapper table>tbody>tr>td.data-grid-actions-cell .action-menu-item:hover, 
.account .table-wrapper table>tbody>tr>td.data-grid-actions-cell .action:active, 
.account .table-wrapper table>tbody>tr>td.data-grid-actions-cell .action:focus, 
.account .table-wrapper table>tbody>tr>td.data-grid-actions-cell .action:hover,
.action.primary.add:hover,
.actions #add-new-role:hover,
.actions-toolbar .action.login.primary:hover {
	background: transparent!important;
	color: #313133!important;
	border: 2px solid #313133!important;
	text-decoration: none;
}

.minicart-wrapper .block-minicart .block-content>.actions>.secondary .action.viewcart,
.minicart-wrapper .block-minicart .block-content>.actions>.secondary .action.viewcart span,
.minicart-wrapper .block-minicart .block-content>.actions>.secondary .action.viewcart:active span, 
.minicart-wrapper .block-minicart .block-content>.actions>.secondary .action.viewcart:focus span, 
.minicart-wrapper .block-minicart .block-content>.actions>.secondary .action.viewcart:hover span {
	color: #000000!important;
	text-decoration: none;
	letter-spacing: normal;
	will-change: transform;
}

.minicart-wrapper .block-minicart .block-content>.actions>.secondary .action.viewcart:active, 
.minicart-wrapper .block-minicart .block-content>.actions>.secondary .action.viewcart:focus, 
.minicart-wrapper .block-minicart .block-content>.actions>.secondary .action.viewcart:hover {
	color: #000000!important;
	text-decoration: none;
	letter-spacing: normal;
	will-change: transform;
	background: none!important;
	border: 2px solid #000000!important;
}

.minicart-wrapper .action.showcart .counter.qty {
	color: #000000 !important;
}

@media (min-width: 999px) {
	.minicart-wrapper a:active span, .minicart-wrapper a:focus span, 
	.minicart-wrapper a:hover span, .minicart-wrapper a:active::before, 
	.minicart-wrapper a:focus::before, .minicart-wrapper a:hover::before {
		color: #000000 !important;
		transition: all 0.3s ease 0s;
	}
}

body.customer-account-login .login-container .block.block-new-account .actions-toolbar .primary .action.primary:hover span {
	color: #000000!important;
}

#scrollTop:hover:before {
	color: #ffffff!important;
}

#scrollTop:hover {
	animation: bouncy-bounce 2s ease infinite;
}

.hb-main-content-button:hover,
.hb-main-content-button-centered:hover,
.hb-main-banner-button:hover,
.hb-main-banner-secondary-button:hover,
.hb-secondary-banner-button:hover,
.newsletter__button:hover,
.assistant-launch:hover,
a.create-an-account:hover,
a.quick-order:hover,
.action.primary:hover,
.catalog-product-view .pdp__upper .actions.js-fs-login-atc > a:hover,
.iweb_social a:hover,
.product-item .actions.js-fs-login-atc > a:hover,
.table-comparison .action.tocart:hover,
.catalog-product-view.page-layout-1column .product-info__right-lower a:hover, 
.catalog-product-view.page-layout-1column .product-info__right-lower button:hover,
.product-add-form .box-tocart .action.tocart:hover,
.minicart-wrapper .block-minicart .block-content>.actions>.secondary .action.viewcart:hover,
.actions #add-new-role:hover,
.account .table-wrapper table>tbody>tr>td.actions .action-menu-item:active, 
.account .table-wrapper table>tbody>tr>td.actions .action-menu-item:focus, 
.account .table-wrapper table>tbody>tr>td.actions .action-menu-item:hover, 
.account .table-wrapper table>tbody>tr>td.actions .action:active, 
.account .table-wrapper table>tbody>tr>td.actions .action:focus, 
.account .table-wrapper table>tbody>tr>td.actions .action:hover, 
.account .table-wrapper table>tbody>tr>td.actions-field .action-menu-item:active, 
.account .table-wrapper table>tbody>tr>td.actions-field .action-menu-item:focus, 
.account .table-wrapper table>tbody>tr>td.actions-field .action-menu-item:hover, 
.account .table-wrapper table>tbody>tr>td.actions-field .action:active, 
.account .table-wrapper table>tbody>tr>td.actions-field .action:focus, 
.account .table-wrapper table>tbody>tr>td.actions-field .action:hover, 
.account .table-wrapper table>tbody>tr>td.data-grid-actions-cell .action-menu-item:active, 
.account .table-wrapper table>tbody>tr>td.data-grid-actions-cell .action-menu-item:focus, 
.account .table-wrapper table>tbody>tr>td.data-grid-actions-cell .action-menu-item:hover, 
.account .table-wrapper table>tbody>tr>td.data-grid-actions-cell .action:active, 
.account .table-wrapper table>tbody>tr>td.data-grid-actions-cell .action:focus, 
.account .table-wrapper table>tbody>tr>td.data-grid-actions-cell .action:hover,
.action.primary.add:hover,
.action.login.primary:hover {
	will-change: transform;
	-webkit-animation: button-pulse 2s ease-in-out infinite;
	animation: button-pulse 2s ease-in-out infinite;
}

.account .table-wrapper table>tbody>tr>td.actions .action, 
.account .table-wrapper table>tbody>tr>td.actions .action-menu-item, 
.account .table-wrapper table>tbody>tr>td.actions-field .action, 
.account .table-wrapper table>tbody>tr>td.actions-field .action-menu-item, 
.account .table-wrapper table>tbody>tr>td.data-grid-actions-cell .action, 
.account .table-wrapper table>tbody>tr>td.data-grid-actions-cell .action-menu-item {
	color: #000000;
	padding: 2px 20px 0 20px;
}

.account .table-wrapper table>tbody>tr>td.actions .action span, 
.account .table-wrapper table>tbody>tr>td.actions .action-menu-item span, 
.account .table-wrapper table>tbody>tr>td.actions-field .action span, 
.account .table-wrapper table>tbody>tr>td.actions-field .action-menu-item span, 
.account .table-wrapper table>tbody>tr>td.data-grid-actions-cell .action span, 
.account .table-wrapper table>tbody>tr>td.data-grid-actions-cell .action-menu-item span {
	color: #000000;
}

.cart.main.actions .action.clear:active span, 
.cart.main.actions .action.clear:focus span, 
.cart.main.actions .action.clear:hover span, 
.cart.main.actions .action.continue:active span, 
.cart.main.actions .action.continue:focus span, 
.cart.main.actions .action.continue:hover span,
.cart.main.actions .action.update:active span, 
.cart.main.actions .action.update:focus span, 
.cart.main.actions .action.update:hover span,
.account .table-wrapper table>tbody>tr>td.actions .action-menu-item:active span, 
.account .table-wrapper table>tbody>tr>td.actions .action-menu-item:focus span, 
.account .table-wrapper table>tbody>tr>td.actions .action-menu-item:hover span, 
.account .table-wrapper table>tbody>tr>td.actions .action:active span, 
.account .table-wrapper table>tbody>tr>td.actions .action:focus span, 
.account .table-wrapper table>tbody>tr>td.actions .action:hover span, 
.account .table-wrapper table>tbody>tr>td.actions-field .action-menu-item:active span, 
.account .table-wrapper table>tbody>tr>td.actions-field .action-menu-item:focus span, 
.account .table-wrapper table>tbody>tr>td.actions-field .action-menu-item:hover span, 
.account .table-wrapper table>tbody>tr>td.actions-field .action:active span, 
.account .table-wrapper table>tbody>tr>td.actions-field .action:focus span, 
.account .table-wrapper table>tbody>tr>td.actions-field .action:hover span, 
.account .table-wrapper table>tbody>tr>td.data-grid-actions-cell .action-menu-item:active span, 
.account .table-wrapper table>tbody>tr>td.data-grid-actions-cell .action-menu-item:focus span, 
.account .table-wrapper table>tbody>tr>td.data-grid-actions-cell .action-menu-item:hover span, 
.account .table-wrapper table>tbody>tr>td.data-grid-actions-cell .action:active span, 
.account .table-wrapper table>tbody>tr>td.data-grid-actions-cell .action:focus span, 
.account .table-wrapper table>tbody>tr>td.data-grid-actions-cell .action:hover span {
	color: #313133;
	letter-spacing: normal;
}

#filter-show-btn {
	background: #000000;
	border: 2px solid #000000 !important;
	color: #ffffff;
	will-change: transform;
	padding-top: 7px;
}

.quickorder-index-index .box .action.move-to-single-skus, 
.quickorder-index-index .box .upload-container .file-upload,
.account .form .actions-toolbar .secondary a.action,
.account .form-address-edit .actions-toolbar .secondary a.action,
.account .manage-company-accounts .actions-toolbar .secondary a.action,
.actions-toolbar.requisition-view-buttons .action.secondary {
	background: #000000;
	border: 2px solid #000000 !important;
	color: #ffffff;
	letter-spacing: normal;
	will-change: transform;
}

.quickorder-index-index .box .action.move-to-single-skus span,
.cart.main.actions .action.clear span, 
.cart.main.actions .action.continue span,
.cart.main.actions .action.update span,
.account .form .actions-toolbar .secondary a.action span,
.account .form-address-edit .actions-toolbar .secondary a.action span,
.account .manage-company-accounts .actions-toolbar .secondary a.action span,
.actions-toolbar.requisition-view-buttons .action.secondary span {
	color: #ffffff;
	letter-spacing: normal;
}

.account .form .actions-toolbar .action, 
.account .form-address-edit .actions-toolbar .action, 
.account .manage-company-accounts .actions-toolbar .action,
.column .block-addbysku .block-content .actions-toolbar .primary .action,
.cart-discount .actions-toolbar .action-apply, 
.cart-discount .actions-toolbar .action.apply.primary, 
.cart-discount .actions-toolbar .action.cancel.primary,
.checkout-cart-index .cart-container .block-requisition-list .action.requisition-list-button.toggle {
	background: #a5cd37;
    color: #000000;
    border: 2px solid #a5cd37;
    letter-spacing: normal;
    will-change: transform;
}

.checkout-cart-index .cart-container .block-requisition-list .action.requisition-list-button.toggle span {
	color: #000000;
}

.quickorder-index-index .box .action.move-to-single-skus:active span, 
.quickorder-index-index .box .action.move-to-single-skus:focus span,
.quickorder-index-index .box .action.move-to-single-skus:hover span,
.checkout-cart-index .cart-container .block-requisition-list .action.requisition-list-button.toggle:active span, 
.checkout-cart-index .cart-container .block-requisition-list .action.requisition-list-button.toggle:focus span, 
.checkout-cart-index .cart-container .block-requisition-list .action.requisition-list-button.toggle:hover span,
.account .form .actions-toolbar .secondary a.action:active span, 
.account .form .actions-toolbar .secondary a.action:focus span, 
.account .form .actions-toolbar .secondary a.action:hover span, 
.account .form-address-edit .actions-toolbar .secondary a.action:active span, 
.account .form-address-edit .actions-toolbar .secondary a.action:focus span, 
.account .form-address-edit .actions-toolbar .secondary a.action:hover span, 
.account .manage-company-accounts .actions-toolbar .secondary a.action:active span, 
.account .manage-company-accounts .actions-toolbar .secondary a.action:focus span, 
.account .manage-company-accounts .actions-toolbar .secondary a.action:hover span,
.actions-toolbar.requisition-view-buttons .action.secondary:active span, 
.actions-toolbar.requisition-view-buttons .action.secondary:focus span, 
.actions-toolbar.requisition-view-buttons .action.secondary:hover span {
	color: #313133;
}

.account .form .actions-toolbar .action:active, 
.account .form .actions-toolbar .action:focus, 
.account .form .actions-toolbar .action:hover, 
.account .form-address-edit .actions-toolbar .action:active, 
.account .form-address-edit .actions-toolbar .action:focus, 
.account .form-address-edit .actions-toolbar .action:hover, 
.account .manage-company-accounts .actions-toolbar .action:active,
.account .manage-company-accounts .actions-toolbar .action:focus,
.account .manage-company-accounts .actions-toolbar .action:hover,
.column .block-addbysku .block-content .actions-toolbar .primary .action:active,
.column .block-addbysku .block-content .actions-toolbar .primary .action:focus,
.column .block-addbysku .block-content .actions-toolbar .primary .action:hover,
.quickorder-index-index .box .action.move-to-single-skus:active, 
.quickorder-index-index .box .action.move-to-single-skus:focus,
.quickorder-index-index .box .action.move-to-single-skus:hover,
.quickorder-index-index .box .upload-container:active .file-upload,
.quickorder-index-index .box .upload-container:focus .file-upload,
.quickorder-index-index .box .upload-container:hover .file-upload,
.cart-container>.action.primary.checkout:active, 
.cart-container>.action.primary.checkout:focus, 
.cart-container>.action.primary.checkout:hover,
.cart-summary__inner .checkout-methods-items .action.primary.checkout:active, 
.cart-summary__inner .checkout-methods-items .action.primary.checkout:focus, 
.cart-summary__inner .checkout-methods-items .action.primary.checkout:hover, 
.cart-summary__inner .checkout-methods-items .am-filter-go.checkout:active, 
.cart-summary__inner .checkout-methods-items .am-filter-go.checkout:focus, 
.cart-summary__inner .checkout-methods-items .am-filter-go.checkout:hover, 
.cart-summary__inner .checkout-methods-items .amshopby-button.checkout:active, 
.cart-summary__inner .checkout-methods-items .amshopby-button.checkout:focus, 
.cart-summary__inner .checkout-methods-items .amshopby-button.checkout:hover,
.cart-discount .actions-toolbar .action-apply:active, 
.cart-discount .actions-toolbar .action-apply:focus, 
.cart-discount .actions-toolbar .action-apply:hover, 
.cart-discount .actions-toolbar .action.apply.primary:active, 
.cart-discount .actions-toolbar .action.apply.primary:focus, 
.cart-discount .actions-toolbar .action.apply.primary:hover, 
.cart-discount .actions-toolbar .action.cancel.primary:active, 
.cart-discount .actions-toolbar .action.cancel.primary:focus, 
.cart-discount .actions-toolbar .action.cancel.primary:hover,
.actions-toolbar.requisition-view-buttons .action.secondary:active, 
.actions-toolbar.requisition-view-buttons .action.secondary:focus, 
.actions-toolbar.requisition-view-buttons .action.secondary:hover,
.actions-toolbar.requisition-view-buttons .action.primary:active, 
.actions-toolbar.requisition-view-buttons .action.primary:focus, 
.actions-toolbar.requisition-view-buttons .action.primary:hover,
.checkout-cart-index .cart-container > .block-requisition-list .action.requisition-list-button.toggle:active, 
.checkout-cart-index .cart-container > .block-requisition-list .action.requisition-list-button.toggle:focus, 
.checkout-cart-index .cart-container > .block-requisition-list .action.requisition-list-button.toggle:hover,
#filter-show-btn:active, 
#filter-show-btn:focus, 
#filter-show-btn:hover {
	background: transparent !important;
	color: #313133 !important;
	border: 2px solid #313133 !important;
	text-decoration: none;
	letter-spacing: normal;
	will-change: transform;
	-webkit-animation: button-pulse 2s ease-in-out infinite;
	animation: button-pulse 2s ease-in-out infinite;
}

.projectlist-quotebuilder-step1 .step-item.active,
.projectlist-quotebuilder-step2 .step-item.active,
.projectlist-quotebuilder-step3 .step-item.active,
.projectlist-quotebuilder-step4 .step-item.active {
	background-color: #000000;
	color: #ffffff !important;
	border-color: #000000;
}

.projectlist-quotebuilder-step1 .step-item .step-link,
.projectlist-quotebuilder-step2 .step-item .step-link,
.projectlist-quotebuilder-step3 .step-item .step-link,
.projectlist-quotebuilder-step4 .step-item .step-link {
	color: #000000;
}

.company-users-index .actions .action.primary:active, 
.company-users-index .actions .action.primary:focus, 
.company-users-index .actions .action.primary:hover,
.form-address-edit button.primary:active, 
.form-address-edit button.primary:focus, 
.form-address-edit button.primary:hover, 
.form-create-account button.primary:active, 
.form-create-account button.primary:focus, 
.form-create-account button.primary:hover, 
.form-edit-account button.primary:active, 
.form-edit-account button.primary:focus, 
.form-edit-account button.primary:hover,
.account .form .actions-toolbar .secondary a.action:active, 
.account .form .actions-toolbar .secondary a.action:focus, 
.account .form .actions-toolbar .secondary a.action:hover, 
.account .form-address-edit .actions-toolbar .secondary a.action:active, 
.account .form-address-edit .actions-toolbar .secondary a.action:focus, 
.account .form-address-edit .actions-toolbar .secondary a.action:hover, 
.account .manage-company-accounts .actions-toolbar .secondary a.action:active, 
.account .manage-company-accounts .actions-toolbar .secondary a.action:focus, 
.account .manage-company-accounts .actions-toolbar .secondary a.action:hover {
	background: transparent !important;
	color: #313133 !important;
	border: 2px solid #313133 !important;
	text-decoration: none;
	will-change: transform;
	-webkit-animation: button-pulse 2s ease-in-out infinite;
	animation: button-pulse 2s ease-in-out infinite;
}

.sales-order-history .fieldset>.field, .fieldset>.fields>.field {
	margin: 0 0 8px;
}

.checkout-cart-index .cart-container .cart.table-wrapper tbody.cart.item .product-item-name>a {
	line-height: 1.4;
}

@media (min-width: 999px) {
    .customer-account-index .block-dashboard-company-info p .value {
        margin-left: 10px;
    }

	.cart.table-wrapper tr.item-info {
		column-gap: 25px;
	}

	.cart.table-wrapper .cart.item .col.item {
		flex: 2 1 auto;
	}
}

@media only screen and (max-width: 998px) {
	.checkout-cart-index .block-requisition-list .requisition-list-action .action.toggle {
		text-transform: none;
	}

	.cart.table-wrapper tr.item-info {
		align-items: center;
	}

	.cart.main.actions .action.clear, 
	.cart.main.actions .action.continue,
	.cart.main.actions .action.update {
		background: #000000;
		border: 2px solid #000000 !important;
		color: #ffffff;
		will-change: transform;
	}

	.cart.main.actions .action.clear:active, 
	.cart.main.actions .action.clear:focus, 
	.cart.main.actions .action.clear:hover, 
	.cart.main.actions .action.continue:active, 
	.cart.main.actions .action.continue:focus, 
	.cart.main.actions .action.continue:hover,
	.cart.main.actions .action.update:active, 
	.cart.main.actions .action.update:focus, 
	.cart.main.actions .action.update:hover {
		background: transparent !important;
		color: #313133 !important;
		border: 2px solid #313133 !important;
		text-decoration: none;
		will-change: transform;
		-webkit-animation: button-pulse 2s ease-in-out infinite;
		animation: button-pulse 2s ease-in-out infinite;
	}

	.header.content .additional-toplinks a {
		text-decoration: none;
	}
}

@media only screen and (max-width: 998px) {
	.cart.table-wrapper .product-item-photo {
		margin-top: -12px;
	}
}

.cart.table-wrapper .product-item-name a:hover,
.cart.table-wrapper .product-item-name a:focus,
.cart.table-wrapper .product-item-name a:active {
	color: #000000;
}

.column.main:has(.cart-empty) {
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

@media (min-width: 576px) {
	.column.main:has(.cart-empty) {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
    .column.main:has(.cart-empty) {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .column.main:has(.cart-empty) {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .column.main:has(.cart-empty) {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .column.main:has(.cart-empty) {
        max-width: 1300px;
    }
}

.products.wrapper~.toolbar-products .pages .items.pages-items .item a:hover span {
	font-weight: 600;
}

@media (min-width: 1000px) {
    .account .column.main .block.block-order-details-view .block-content:not(.widget) .box, 
    [class^=sales-guest-] .column.main .block.block-order-details-view .block-content:not(.widget) .box, 
    .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
        padding-right: 10px;
    }
}

.box-tocart .action.primary.tocart span:before {
	content: "\ea06";
	font-family: iconFont;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	text-decoration: none;
	text-transform: none;
	line-height: 1.1;
	padding-right: 10px;
}

.product-info__right-upper .actions.js-fs-login-atc a:before {
	content: "\ea01";
	font-family: iconFont;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	text-decoration: none;
	text-transform: none;
	line-height: 1.1;
	padding-right: 10px;
}

.product-info__left .additional-attributes-wrapper.table-wrapper {
	padding: 25px 0 0 0;
}

.product-info__left .additional-attributes-wrapper.table-wrapper h3 {
	margin-bottom: 10px;
}

.product-info__left .additional-attributes-wrapper.table-wrapper .additional-attributes tbody tr .label {
	width: 200px;
	font-style: italic;
}

.product-info__left .additional-attributes-wrapper.table-wrapper .additional-attributes tbody tr {
	border-bottom: 1px solid #e3e3e3;
	padding: 10px 0;
}

.product-info__left .additional-attributes-wrapper.table-wrapper .additional-attributes tbody tr:last-child {
	border-bottom: none;
}

.product.info.detailed .data.item.content h2 {
	margin-bottom: 20px;
}

@media (min-width: 999px) {
	.product.info.detailed .data.item.content .data.table.additional-attributes th,
	.product.info.detailed .data.item.content .data.table.additional-attributes td {
		min-width: 270px;
		padding: 10px 20px !important;
	}
}

@media (min-width: 999px) {
    body .product.info.detailed .item.content {
    	background: linear-gradient(180deg, rgba(243, 244, 247, 1) 0%, rgb(255 255 255) 100%);
    }
}

div.MagicToolboxContainer.placeholder {
	cursor: auto;
}

.brand-line {
    position: relative;
}

.brand-line:hover {
	background: linear-gradient(90deg, #ffffff 0%, #f9f9f9 100%);
	cursor: pointer;
}

.brand-line:hover .pdp-category a .last {
	text-decoration: none;
}

.brand-line .img-container {
	min-width: 70px;
}

.brand-line .img-container img {
	mix-blend-mode: darken;
}

.brand-line .text:after {
	content: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"><defs><style> .st0 { fill: %23252525; } </style></defs><path class="st0" d="M69.5,40.9L38,8.3c-1.2-1.2-2.8-1.9-4.4-1.9-1.7,0-3.3.6-4.5,1.8-1.2,1.2-1.9,2.8-1.9,4.4s.6,3.3,1.8,4.5l31.2,32.4-31.2,33.6c-2.4,2.6-2.2,6.6.3,9,1.2,1.1,2.7,1.7,4.3,1.7s3.5-.7,4.6-2l31.5-33.9c4.4-4.8,4.4-12.2-.2-16.8Z"/></svg>');
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	pointer-events: none;
}

.brand-line .text,
.brand-line .text a {
	width: -moz-available;
	width: -webkit-fill-available;
}

@media (max-width: 1600px) {
	.pdp__upper .MagicToolboxContainer #mtImageContainer {
		min-width: auto;
		min-height: auto;
	}
}

@media (max-width: 998px) {
	.pdp__upper .MagicToolboxContainer #mtImageContainer {
		max-width: unset;
		min-width: 300px;
	}

	.pdp__upper #mtImageContainer img {
		max-width: 350px!important;
		max-height: 250px!important;
	}

	.pdp__upper .page-title {
		margin-top: 30px;
	}

	.pdp__upper .page-title-wrapper h1 span {
		font-size: 2.5rem;
	}

	.pdp__upper .product-ref-numbers .manufacturer-ref .label, .pdp__upper .product-ref-numbers .our-ref .label {
		width: auto;
	}

	.catalog-product-view .column.main {
		padding-top: 10px;
	}

	.catalog-product-view.page-layout-1column .product-info-main .product-info__left {
		padding: 0 20px 10px 20px;
	}

	.footer__lower .footer-lower__inner .iweb_social {
		min-width: unset;
	}

	.product-item .product-item-info .product-item-link {
		height: unset;
		max-height: unset;
		min-height: unset;
		-webkit-line-clamp: 3;
	}

	.product-item .actions.js-fs-login-atc > a {
		font-size: 14px;
	}
}

@media (max-width: 340px) {
	.pdp__upper .brand-line .img-container {
		visibility: hidden;
		display: none;
	}
}

@media (max-width: 300px) {
	.pdp__upper .MagicToolboxContainer #mtImageContainer {
		min-width: unset;
		max-height: unset;
	}
}

.am-attachments .am-fileline {
	align-items: center;
    display: flex;
    gap: 5px;
}

@media only screen and (max-width: 999px) {
    .product.data.items .item.title>.switch {
        padding: 8px 15px 10px;
        height: 55px;
        font-size: 1.6rem;
    }

    .product.data.items .item.title a:after {
    	top: 7px;
    }
}


/* ============== Help Modal ============== */

#html-body .help-popup .modal-header {
	background: #a5cd37;
	color: #000000;
}

#html-body .help-popup .action-close {
	margin: 22px;
}

#html-body .help-popup .action-close:before {
	content: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"><defs><style> .st0, .st1 { fill: %238aa52b; } .st2, .st1 { display: none; } </style></defs><g class="st2"><path class="st0" d="M92.9,38c-2.5,0-4.5,2-4.5,4.5v30.9c0,3.7-3,6.6-6.7,6.6l-63.5.4c-3.7,0-6.6-3-6.6-6.6v-30.9c0-2.5-2-4.5-4.5-4.5s-4.5,2-4.5,4.5v30.9c0,8.6,7,15.7,15.7,15.7l63.5-.4c8.6,0,15.7-7,15.7-15.7v-30.9c0-2.5-2-4.5-4.5-4.5Z"/><path class="st0" d="M46.7,68.4h0c.9.9,2.1,1.5,3.3,1.5s2.5-.5,3.3-1.5l23.3-25.3c.8-.9,1.2-2,1.2-3.2,0-1.2-.6-2.3-1.5-3.1-1.8-1.7-4.7-1.6-6.4.3l-15.5,16.8V15.1c0-2.5-2-4.5-4.5-4.5s-4.5,2-4.5,4.5v38.7l-15.5-16.8c-.8-.9-1.9-1.4-3.1-1.5-1.2,0-2.4.4-3.2,1.2-.9.8-1.4,1.9-1.5,3.1,0,1.2.4,2.4,1.2,3.2l23.3,25.3Z"/></g><path class="st1" d="M87.1,43.4h-30.4V12.9c0-3.7-3-6.6-6.6-6.6s-6.6,3-6.6,6.6v30.4H12.9c-3.7,0-6.6,3-6.6,6.6s3,6.6,6.6,6.6h30.4v30.4c0,3.7,3,6.6,6.6,6.6s6.6-3,6.6-6.6v-30.4h30.4c3.7,0,6.6-3,6.6-6.6s-3-6.6-6.6-6.6Z"/><path class="st1" d="M50,7.1C26.3,7.1,7.1,26.3,7.1,50s19.3,42.9,42.9,42.9c23.7,0,42.9-19.3,42.9-42.9S73.7,7.1,50,7.1ZM71.5,41.3h13.3c.7,2.9,1.1,5.8,1.1,8.7s-.4,5.9-1.1,8.7h-13.3c.3-2.9.4-5.8.4-8.7s-.1-5.8-.4-8.7ZM63.4,34.3h-26.7c2.5-11.9,8-20.1,13.4-20.1v-1s0,1,0,1c5.4,0,10.8,8.2,13.4,20.1ZM64.3,17.1c7.8,3.4,14.2,9.5,17.9,17.1h-11.7c-1.3-6.7-3.4-12.6-6.2-17.1ZM29.5,65.7c1.3,6.7,3.4,12.6,6.2,17.1-7.8-3.4-14.2-9.5-17.9-17.1h11.7ZM64.9,50c0,2.9-.2,5.8-.5,8.7h-28.9c-.3-2.9-.5-5.8-.5-8.7s.2-5.8.5-8.7h28.9c.3,2.9.5,5.8.5,8.7ZM17.8,34.3c3.8-7.7,10.1-13.7,17.9-17.1-2.8,4.6-4.9,10.4-6.2,17.1h-11.7ZM50,86.8v-1c-5.4,0-10.8-8.2-13.4-20.1h26.7c-2.5,11.9-8,20.1-13.4,20.1v1h0ZM82.2,65.7c-3.8,7.7-10.1,13.7-17.9,17.1,2.8-4.6,4.9-10.4,6.2-17.1h11.7ZM28.5,58.7h-13.3c-.7-2.9-1.1-5.8-1.1-8.7s.4-5.9,1.1-8.7h13.3c-.3,2.9-.4,5.8-.4,8.7s.1,5.8.4,8.7Z"/><path class="st1" d="M69.5,40.9L38,8.3c-1.2-1.2-2.8-1.9-4.4-1.9-1.7,0-3.3.6-4.5,1.8-1.2,1.2-1.9,2.8-1.9,4.4s.6,3.3,1.8,4.5l31.2,32.4-31.2,33.6c-2.4,2.6-2.2,6.6.3,9,1.2,1.1,2.7,1.7,4.3,1.7s3.5-.7,4.6-2l31.5-33.9c4.4-4.8,4.4-12.2-.2-16.8Z"/><path class="st1" d="M30.5,40.9L62,8.3c1.2-1.2,2.8-1.9,4.4-1.9,1.7,0,3.3.6,4.5,1.8,1.2,1.2,1.9,2.8,1.9,4.4s-.6,3.3-1.8,4.5l-31.2,32.4,31.2,33.6c2.4,2.6,2.2,6.6-.3,9-1.2,1.1-2.7,1.7-4.3,1.7s-3.5-.7-4.6-2l-31.5-33.9c-4.4-4.8-4.4-12.2.2-16.8Z"/><path class="st1" d="M40.9,69.5L8.3,38c-1.2-1.2-1.9-2.8-1.9-4.4,0-1.7.6-3.3,1.8-4.5,1.2-1.2,2.8-1.9,4.4-1.9s3.3.6,4.5,1.8l32.4,31.2,33.6-31.2c2.6-2.4,6.6-2.2,9,.3,1.1,1.2,1.7,2.7,1.7,4.3s-.7,3.5-2,4.6l-33.9,31.5c-4.8,4.4-12.2,4.4-16.8-.2Z"/><path class="st1" d="M40.9,30.5L8.3,62c-1.2,1.2-1.9,2.8-1.9,4.4,0,1.7.6,3.3,1.8,4.5,1.2,1.2,2.8,1.9,4.4,1.9s3.3-.6,4.5-1.8l32.4-31.2,33.6,31.2c2.6,2.4,6.6,2.2,9-.3,1.1-1.2,1.7-2.7,1.7-4.3s-.7-3.5-2-4.6l-33.9-31.5c-4.8-4.4-12.2-4.4-16.8.2Z"/><path class="st1" d="M88.2,54.5c1.2-1.1,1.9-2.6,1.9-4.2s-.7-3.2-1.9-4.2L46.6,7.6c-2.3-2.2-6-2-8.2.3-2.2,2.3-2,6,.3,8.2l30.7,28.3H15.7c-3.2,0-5.8,2.6-5.8,5.8s2.6,5.8,5.8,5.8h53.8s-30.7,28.3-30.7,28.3c-2.3,2.2-2.5,5.8-.3,8.2,2.2,2.3,5.8,2.5,8.2.3l41.6-38.4Z"/><path class="st1" d="M54.2,11.8c-1.1-1.2-2.6-1.9-4.2-1.9s-3.2.7-4.2,1.9L7.4,53.4c-2.2,2.3-2,6,.3,8.2,2.3,2.2,6,2,8.2-.3l28.3-30.7v53.8c0,3.2,2.6,5.8,5.8,5.8,3.2,0,5.8-2.6,5.8-5.8V30.5s28.3,30.7,28.3,30.7c2.2,2.3,5.8,2.5,8.2.3,2.3-2.2,2.5-5.8.3-8.2L54.2,11.8Z"/><path class="st1" d="M54.2,88.2c-1.1,1.2-2.6,1.9-4.2,1.9s-3.2-.7-4.2-1.9L7.4,46.6c-2.2-2.3-2-6,.3-8.2,2.3-2.2,6-2,8.2.3l28.3,30.7V15.7c0-3.2,2.6-5.8,5.8-5.8,3.2,0,5.8,2.6,5.8,5.8v53.8s28.3-30.7,28.3-30.7c2.2-2.3,5.8-2.5,8.2-.3,2.3,2.2,2.5,5.8.3,8.2l-38.4,41.6Z"/><path class="st1" d="M94.3,39.2c-1.2-3.8-4.6-6.3-8.7-6.3h-18.5c-1.3,0-2.4-.8-2.8-2l-5.7-17.6c-1.2-3.8-4.6-6.3-8.7-6.3s-7.4,2.5-8.7,6.3l-5.7,17.6c-.4,1.2-1.5,2-2.8,2H14.4c-4,0-7.4,2.5-8.7,6.3-1.2,3.8,0,7.8,3.3,10.2l15,10.9c1,.7,1.5,2.1,1.1,3.3l-5.7,17.6c-1.2,3.8,0,7.8,3.3,10.2,3.3,2.4,7.5,2.4,10.7,0l15-10.9c1-.7,2.4-.7,3.4,0l15,10.9c1.6,1.2,3.5,1.8,5.4,1.8s3.7-.6,5.4-1.8c3.3-2.4,4.5-6.4,3.3-10.2l-5.7-17.6c-.4-1.2,0-2.5,1.1-3.3l15-10.9c3.3-2.4,4.5-6.4,3.3-10.2ZM69.7,54.6c-2.8,2-4,5.6-2.9,8.9l5,15.4c.5,1.7-.6,2.6-.9,2.9-.4.3-1.6,1-3,0l-13.1-9.5c-1.4-1-3.1-1.5-4.7-1.5s-3.3.5-4.7,1.5l-13.1,9.5c-1.4,1-2.7.3-3,0-.4-.3-1.5-1.2-.9-2.9l5-15.4c1.1-3.3,0-6.9-2.9-8.9l-13.1-9.5c-1.4-1-1.1-2.5-.9-2.9.1-.4.7-1.8,2.4-1.8h16.2c3.5,0,6.5-2.2,7.6-5.5l5-15.4c.5-1.7,2-1.8,2.4-1.8s1.9.1,2.4,1.8l5,15.4c1.1,3.3,4.1,5.5,7.6,5.5h16.2c1.7,0,2.3,1.4,2.4,1.8.1.4.5,1.9-.9,2.9l-13.1,9.5Z"/><path class="st1" d="M86,19.4l-.5-.6h0c-3.3-3.4-7.8-5.2-12.5-5.2H27.1c-4.7,0-9.1,1.8-12.5,5.2l-.6.6h0c-2.9,3.3-4.6,7.5-4.6,11.9v37.5c0,9.7,7.9,17.6,17.6,17.6h45.8c9.7,0,17.6-7.9,17.6-17.6V31.2c0-4.4-1.6-8.6-4.6-11.8ZM52.2,45.2c-1.2,1.2-3.2,1.2-4.4,0l-22.2-21.8c.5,0,.9-.1,1.4-.1h45.8c.5,0,1,0,1.4.1l-22.2,21.8ZM19.1,31.2c0-.2,0-.4,0-.6l21.8,21.5c2.4,2.4,5.6,3.7,9,3.7s6.6-1.3,9-3.7l21.8-21.5c0,.2,0,.4,0,.6v37.5c0,4.4-3.6,7.9-7.9,7.9H27.1c-4.4,0-7.9-3.6-7.9-7.9V31.2Z"/><g class="st2"><path class="st0" d="M81.7,54.2l6.2-19.9c.9-2.8.4-5.8-1.4-8.2-1.8-2.4-4.5-3.8-7.4-3.8H31.2l-.3-2.1c-.6-4.9-4-8.9-8.8-10.2l-4.7-1.3c-2.4-.7-4.9.8-5.6,3.2-.7,2.4.8,4.9,3.2,5.6l4.7,1.3c1.2.3,2,1.3,2.1,2.5l5.3,43.9c.7,6,5.9,10.6,11.9,10.6h39.3c2.5,0,4.5-2,4.5-4.5s-2-4.5-4.5-4.5h-39.3c-.7,0-1.4-.3-1.9-.7h28.5c7.4,0,13.8-4.7,16-11.8ZM73,51.5c-1,3.2-3.9,5.4-7.3,5.4h-30.4l-3-25.4h46.7c0,0,0,0,.1,0,0,0,0,0,0,.1l-6.2,19.9Z"/><circle class="st0" cx="40.1" cy="84.1" r="7.2"/><path class="st0" d="M69.5,76.9c-4,0-7.2,3.2-7.2,7.2s3.2,7.2,7.2,7.2,7.2-3.2,7.2-7.2-3.2-7.2-7.2-7.2Z"/></g><g class="st2"><path class="st0" d="M91.8,71.6l-12.6-12.8c-2.9-3-7.7-3.4-11.1-.9l-3.8,2.8-.7.7c-.6.6-2.1,2.1-6.3.5-3.3-1.3-7.1-4.1-11.1-8.1-4-4-6.7-7.9-7.9-11.2-1.5-4.2,0-5.7.6-6.3l3.4-4.5c2.5-3.3,2.2-8.1-.7-11.1l-12.6-12.8c-1.7-1.7-4.1-2.7-6.5-2.5-2.4.1-4.7,1.3-6.2,3.2l-5.6,7.2c-4.7,5.9-6,13.7-3.6,20.9,2.3,10,10.5,23,22,34.7,11.7,11.8,24.6,20.3,34.6,22.6,1.6.5,3.2.8,4.9,1,.5,0,1,0,1.5,0,4.5,0,9-1.5,12.7-4.3l8.2-6.3c1.9-1.5,3.2-3.7,3.3-6.2.2-2.4-.7-4.8-2.4-6.6ZM22.9,12.5c.3,0,.6.1.8.3l12.6,12.8c.4.4.4,1.1,0,1.5l-2.9,3.9c-2.4,2.5-4.7,6.9-2.1,13.9,1.6,4.3,4.9,9.1,9.6,13.8,4.7,4.8,9.4,8.1,13.7,9.8,7.1,2.7,11.6.4,14.1-2.1l3.7-2.7c.5-.3,1.1-.3,1.5.1l12.6,12.8c.3.3.3.7.3.9,0,.2-.1.6-.5.8l-8.2,6.3c-2.6,2-5.9,3-9.2,2.7-1.1,0-2.2-.3-3.3-.7h-.3c-8.6-2-20.6-9.9-31.2-20.7-10.5-10.7-18.2-22.7-20.1-31.4v-.4c-1.8-4.8-.9-10.1,2.3-14.2l5.6-7.2c.3-.3.6-.4.9-.4Z"/><path class="st0" d="M68,47.7h0c.7.5,1.5.8,2.3.8s2.2-.5,2.9-1.4c4.6-5.7,4.3-13.7-.6-19.1-5-5.4-12.9-6.3-19-2.2-1.7,1.1-2.1,3.4-1,5.1.5.8,1.4,1.4,2.3,1.6,1,.2,1.9,0,2.8-.6,3-2,7-1.6,9.5,1.1,2.5,2.7,2.6,6.7.3,9.6-1.3,1.6-1,3.9.6,5.2Z"/><path class="st0" d="M51.4,21.8c.9.3,1.9.3,2.8-.1,7.1-3.3,15.4-1.7,20.7,4.1,5.3,5.8,6.3,14.2,2.4,21-.5.9-.6,1.8-.4,2.8.3.9.9,1.7,1.7,2.2.6.3,1.2.5,1.8.5,1.3,0,2.5-.7,3.2-1.8,5.5-9.6,4.1-21.5-3.3-29.6-7.5-8.1-19.2-10.5-29.2-5.8-1.8.9-2.6,3-1.8,4.9.4.9,1.2,1.6,2.1,1.9Z"/></g><g class="st2"><path class="st0" d="M92.2,23.6v52.7c0,8.7-7.1,15.8-15.8,15.8h-10.3v-32.7h10.9l1.6-12.7h-12.6v-8.1c0-3.7,1-6.1,6.3-6.1h6.7v-11.4c-1.2-.2-5.2-.5-9.8-.5-9.7,0-16.4,5.9-16.4,16.8v9.4h-11v12.7h11v32.7h-29.2c-8.7,0-15.8-7.1-15.8-15.8V23.6c0-8.7,7.1-15.8,15.8-15.8h52.7c8.7,0,15.8,7.1,15.8,15.8Z"/></g><g class="st2"><path class="st0" d="M92.2,76.4c0,8.7-7.1,15.8-15.8,15.8H23.6c-8.7,0-15.8-7.1-15.8-15.8V23.6c0-8.7,7.1-15.8,15.8-15.8h52.7c8.7,0,15.8,7.1,15.8,15.8v52.7ZM27.3,22c-4.3,0-7.2,2.9-7.2,6.6s2.7,6.6,7,6.6h0c4.4,0,7.2-3,7.2-6.6,0-3.7-2.7-6.6-7.1-6.6ZM33.5,78.4v-38.1h-12.7v38.1h12.7ZM79.2,78.4v-21.9c0-11.7-6.3-17.1-14.6-17.1s-9.8,3.8-11.5,6.4h.1v-5.5h-12.7s.2,3.6,0,38.1h12.7v-21.3c0-1.1,0-2.3.4-3.1.9-2.3,3-4.6,6.5-4.6s6.4,3.5,6.4,8.6v20.4h12.7Z"/></g><g class="st2"><path class="st0" d="M93.9,48.9c0,23.8-19.3,43.1-43.1,43.1s-14.5-1.8-20.9-5.4l-23.8,7.7,7.8-23.2c-4.1-6.7-6.2-14.4-6.2-22.2C7.7,25.1,27,5.7,50.8,5.7s43.1,19.3,43.1,43.1ZM86.7,48.9c0-19.8-16.1-35.9-35.9-35.9S14.9,29.1,14.9,48.9s2.4,14.9,6.9,21l-4.5,13.3,13.8-4.4c5.8,3.8,12.8,5.9,19.7,5.9,19.8,0,35.9-16.1,35.9-35.9ZM73.1,60c.1.3.1.6.1.9,0,1.4-.5,3-1,4.3-1.3,3.2-6.6,5.3-9.9,5.3s-8.4-2.4-10.9-3.5c-8.2-3.7-13.3-10.1-18.2-17.3-2.2-3.2-4.1-7.1-4.1-11.1v-.5c.1-3.8,1.5-6.5,4.2-9,.9-.8,1.8-1.3,3-1.3s1.4.2,2.1.2c1.5,0,1.8.5,2.4,1.9.4,1,3.3,8.7,3.3,9.3,0,2.2-3.9,4.6-3.9,5.9s.1.6.3.9c1.3,2.7,3.7,5.8,5.8,7.8,2.6,2.5,5.4,4.2,8.6,5.8.4.2.8.4,1.3.4,1.7,0,4.6-5.5,6.1-5.5s10.3,4.9,10.7,5.5Z"/></g><g class="st2"><path class="st0" d="M83.6,84.4c-.9,3.7-3.9,6.4-7.5,6.8-8.7,1-17.4,1-26.1,1s-17.5,0-26.1-1c-3.6-.4-6.7-3.1-7.5-6.8-1.2-5.3-1.2-11.1-1.2-16.5s0-11.2,1.2-16.5c.9-3.7,3.9-6.4,7.6-6.9,8.6-.9,17.4-.9,26.1-.9s17.5,0,26.1.9c3.6.4,6.7,3.2,7.5,6.9,1.2,5.3,1.2,11,1.2,16.5s0,11.2-1.2,16.5ZM35,56.2v-4.4h-14.7v4.4h4.9v26.8h4.7v-26.8h5ZM42.7,7.8l-5.7,18.8v12.8h-4.7v-12.8c-.4-2.3-1.4-5.6-2.9-10-1-2.9-2.1-5.9-3.1-8.8h5l3.3,12.4,3.2-12.4h4.8ZM47.7,82.9v-23.2h-4.2v17.8c-.9,1.3-1.8,2-2.7,2s-.9-.3-1-1c0-.1,0-.7,0-1.6v-17.1h-4.2v18.4c0,1.6.1,2.7.4,3.4.4,1.2,1.4,1.7,2.7,1.7s3.1-.9,4.8-2.9v2.5h4.2ZM55.3,31.7c0,2.5-.4,4.4-1.3,5.6-1.2,1.6-2.8,2.4-5,2.4s-3.8-.8-4.9-2.4c-.9-1.2-1.3-3.1-1.3-5.6v-8.2c0-2.5.4-4.3,1.3-5.5,1.2-1.6,2.8-2.4,4.9-2.4s3.8.8,5,2.4c.9,1.2,1.3,3,1.3,5.5v8.2ZM51,22.7c0-2.2-.6-3.2-2-3.2s-2,1.1-2,3.2v9.9c0,2.2.7,3.3,2,3.3s2-1.1,2-3.3v-9.9ZM63.7,66.7c0-2.2,0-3.7-.4-4.7-.5-1.7-1.7-2.6-3.3-2.6s-3,.8-4.4,2.5v-10.2h-4.2v31.2h4.2v-2.3c1.4,1.7,2.9,2.6,4.4,2.6s2.8-.9,3.3-2.6c.3-1,.4-2.5.4-4.7v-9.3ZM59.6,76.3c0,2.1-.6,3.2-1.8,3.2s-1.4-.3-2.1-1v-14.2c.7-.7,1.4-1,2.1-1,1.2,0,1.8,1.1,1.8,3.2v9.9ZM71.1,39.4h-4.3v-2.6c-1.7,2-3.3,2.9-4.8,2.9s-2.4-.6-2.8-1.7c-.2-.7-.4-1.8-.4-3.5V15.9h4.3v17.3c0,1,0,1.6,0,1.6,0,.7.4,1,1,1,.8,0,1.7-.7,2.7-2V15.9h4.3v23.5ZM79.6,74.9h-4.3c0,1.7,0,2.6,0,2.9-.2,1.1-.8,1.7-1.9,1.7s-2.2-1.1-2.2-3.2v-4.1h8.4v-4.8c0-2.5-.4-4.3-1.3-5.5-1.2-1.6-2.9-2.4-5-2.4s-3.8.8-5,2.4c-.9,1.2-1.3,3-1.3,5.5v8.1c0,2.5.5,4.3,1.4,5.5,1.2,1.6,2.9,2.4,5.1,2.4s4-.8,5.1-2.5c.5-.8.9-1.6,1-2.5,0-.4,0-1.4,0-2.7v-.6ZM75.5,68.6h-4.2v-2.2c0-2.1.7-3.2,2.1-3.2s2.1,1.1,2.1,3.2v2.2Z"/></g><path class="st1" d="M56.8,43.7L87.5,7.9h-7.3l-26.7,31L32.3,7.9H7.7l32.2,46.9L7.7,92.3h7.3l28.2-32.7,22.5,32.7h24.6l-33.4-48.6h0ZM46.9,55.2l-3.3-4.7L17.6,13.4h11.2l20.9,30,3.3,4.7,27.2,39h-11.2l-22.2-31.8h0Z"/><g class="st2"><path class="st0" d="M28.8,33.3v51.5c0,4.2-3.4,7.6-7.6,7.6h-6.1c-4.2,0-7.6-3.4-7.6-7.6v-51.5c0-4.2,3.4-7.6,7.6-7.6h6.1c4.2,0,7.6,3.4,7.6,7.6ZM92.4,43.9v36.4c0,6.7-5.4,12.1-12.1,12.1h-40.9c-4.2,0-7.6-3.4-7.6-7.6V12.1c0-2.5,2-4.5,4.5-4.5h31.8c2.5,0,6,1.5,7.8,3.2l7.2,7.2c1.8,1.8,3.2,5.3,3.2,7.8v7.7c3.6,2.1,6.1,6,6.1,10.5ZM80.3,25.7h-7.6c-2.5,0-4.5-2-4.5-4.5v-7.6h-30.3v24.3h42.4v-12.1ZM51.5,50c0-.9-.7-1.5-1.5-1.5h-6.1c-.9,0-1.5.7-1.5,1.5v6.1c0,.9.7,1.5,1.5,1.5h6.1c.9,0,1.5-.7,1.5-1.5v-6.1ZM51.5,62.1c0-.9-.7-1.5-1.5-1.5h-6.1c-.9,0-1.5.7-1.5,1.5v6.1c0,.9.7,1.5,1.5,1.5h6.1c.9,0,1.5-.7,1.5-1.5v-6.1ZM51.5,74.3c0-.9-.7-1.5-1.5-1.5h-6.1c-.9,0-1.5.7-1.5,1.5v6.1c0,.9.7,1.5,1.5,1.5h6.1c.9,0,1.5-.7,1.5-1.5v-6.1ZM63.6,50c0-.9-.7-1.5-1.5-1.5h-6.1c-.9,0-1.5.7-1.5,1.5v6.1c0,.9.7,1.5,1.5,1.5h6.1c.9,0,1.5-.7,1.5-1.5v-6.1ZM63.6,62.1c0-.9-.7-1.5-1.5-1.5h-6.1c-.9,0-1.5.7-1.5,1.5v6.1c0,.9.7,1.5,1.5,1.5h6.1c.9,0,1.5-.7,1.5-1.5v-6.1ZM63.6,74.3c0-.9-.7-1.5-1.5-1.5h-6.1c-.9,0-1.5.7-1.5,1.5v6.1c0,.9.7,1.5,1.5,1.5h6.1c.9,0,1.5-.7,1.5-1.5v-6.1ZM75.8,50c0-.9-.7-1.5-1.5-1.5h-6.1c-.9,0-1.5.7-1.5,1.5v6.1c0,.9.7,1.5,1.5,1.5h6.1c.9,0,1.5-.7,1.5-1.5v-6.1ZM75.8,62.1c0-.9-.7-1.5-1.5-1.5h-6.1c-.9,0-1.5.7-1.5,1.5v6.1c0,.9.7,1.5,1.5,1.5h6.1c.9,0,1.5-.7,1.5-1.5v-6.1ZM75.8,74.3c0-.9-.7-1.5-1.5-1.5h-6.1c-.9,0-1.5.7-1.5,1.5v6.1c0,.9.7,1.5,1.5,1.5h6.1c.9,0,1.5-.7,1.5-1.5v-6.1Z"/></g><path class="st1" d="M84.7,19.5c-3.1-3.2-7.3-4.9-11.8-4.9H27.1c-4.4,0-8.6,1.7-11.8,4.9l-.5.5h0c-2.8,3.2-4.3,7.1-4.3,11.3v37.5c0,9.2,7.5,16.6,16.6,16.6h45.8c9.2,0,16.6-7.5,16.6-16.6V31.2c0-4.1-1.5-8.1-4.3-11.2l-.5-.6ZM25.5,22.4c.5,0,1.1-.1,1.6-.1h45.8c.5,0,1.1,0,1.6.1l1.9.3-23.5,23.1c-.8.8-1.8,1.2-2.9,1.2s-2.1-.4-2.9-1.2l-23.5-23.1,1.9-.3ZM81.9,68.8c0,4.9-4,8.9-8.9,8.9H27.1c-4.9,0-8.9-4-8.9-8.9V31.2c0-.2,0-.4,0-.7l.2-2.1,23.4,23c2.2,2.2,5.2,3.4,8.3,3.4s6.1-1.2,8.3-3.4l23.4-23,.2,2.2c0,.2,0,.4,0,.7v37.5Z"/><g class="st2"><path class="st0" d="M92.1,32.5c-.2-4.5-.9-7.6-2-10.3-1-2.8-2.5-5.2-4.8-7.5-2.3-2.3-4.7-3.8-7.5-4.9-2.7-1-5.8-1.8-10.3-2-4.5-.2-6-.3-17.5-.3s-12.9,0-17.4.2c-4.5.2-7.6.9-10.3,2-2.8,1.1-5.2,2.5-7.5,4.9-2.4,2.3-3.8,4.7-4.9,7.5-1,2.7-1.8,5.8-2,10.3-.2,4.5-.2,6-.2,17.5s0,12.9.2,17.4c.2,4.5.9,7.6,2,10.3,1.1,2.8,2.5,5.2,4.9,7.5,2.3,2.3,4.7,3.8,7.5,4.9,2.7,1,5.8,1.8,10.3,2,4.5.2,5.9.2,17.4.2s12.9,0,17.4-.2c4.5-.2,7.6-.9,10.3-2,2.8-1.1,5.1-2.5,7.5-4.9,2.3-2.3,3.8-4.7,4.9-7.5,1-2.7,1.8-5.8,2-10.3.2-4.5.2-5.9.2-17.4s0-12.9-.2-17.4ZM84.6,66.9c-.2,4.1-.9,6.4-1.5,7.8-.8,2-1.7,3.4-3.2,4.9-1.5,1.5-2.9,2.4-4.9,3.2-1.5.6-3.7,1.3-7.8,1.5-4.5.2-5.8.2-17.1.2s-12.6,0-17.1-.2c-4.1-.2-6.4-.9-7.8-1.5-2-.8-3.4-1.7-4.9-3.2s-2.4-2.9-3.2-4.9c-.6-1.5-1.3-3.7-1.5-7.8-.2-4.5-.2-5.8-.2-17.1s0-12.6.2-17.1c.2-4.1.9-6.4,1.5-7.8.8-2,1.7-3.4,3.2-4.9,1.5-1.5,2.9-2.4,4.9-3.2,1.5-.6,3.7-1.3,7.8-1.5,4.4-.2,5.8-.2,17.1-.2s12.6,0,17.1.2c4.1.2,6.4.9,7.8,1.5,2,.8,3.4,1.7,4.9,3.2,1.5,1.5,2.4,2.9,3.2,4.9.6,1.5,1.3,3.7,1.5,7.8.2,4.5.2,5.8.2,17.1s0,12.6-.2,17.1Z"/><path class="st0" d="M50.1,28.1c-12,0-21.7,9.7-21.7,21.7s9.7,21.7,21.7,21.7,21.7-9.7,21.7-21.7-9.7-21.7-21.7-21.7ZM50.1,64c-7.8,0-14.1-6.3-14.1-14.1s6.3-14.1,14.1-14.1,14.1,6.3,14.1,14.1-6.3,14.1-14.1,14.1Z"/><circle class="st0" cx="72.7" cy="27.3" r="5.1"/></g><path class="st0" d="M91.6,70.6l-20.8-20.8,20.8-20.8c1.4-1.4,2.2-3.2,2.2-5.2s-.8-3.9-2.2-5.3l-10.3-10.3c-1.4-1.4-3.3-2.2-5.3-2.2s-3.8.8-5.2,2.2l-20.8,20.8L29.2,8.3c-1.4-1.4-3.2-2.2-5.2-2.2s-3.9.8-5.3,2.2l-10.3,10.3c-1.4,1.4-2.2,3.3-2.2,5.3s.8,3.8,2.2,5.2l20.8,20.8-20.8,20.8c-1.4,1.4-2.2,3.2-2.2,5.2s.8,3.9,2.2,5.3l10.3,10.3c1.4,1.4,3.3,2.2,5.3,2.2s3.8-.8,5.2-2.2l20.8-20.8,20.8,20.8c1.4,1.4,3.2,2.2,5.2,2.2s3.9-.8,5.3-2.2l10.3-10.3c1.4-1.4,2.2-3.3,2.2-5.3s-.8-3.8-2.2-5.2Z"/></svg>');
	height: 20px;
	width: 20px;
}

#html-body .help-popup .action-close:hover:before {
	content: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"><defs><style> .st0, .st1 { fill: %23000000; } .st2, .st1 { display: none; } </style></defs><g class="st2"><path class="st0" d="M92.9,38c-2.5,0-4.5,2-4.5,4.5v30.9c0,3.7-3,6.6-6.7,6.6l-63.5.4c-3.7,0-6.6-3-6.6-6.6v-30.9c0-2.5-2-4.5-4.5-4.5s-4.5,2-4.5,4.5v30.9c0,8.6,7,15.7,15.7,15.7l63.5-.4c8.6,0,15.7-7,15.7-15.7v-30.9c0-2.5-2-4.5-4.5-4.5Z"/><path class="st0" d="M46.7,68.4h0c.9.9,2.1,1.5,3.3,1.5s2.5-.5,3.3-1.5l23.3-25.3c.8-.9,1.2-2,1.2-3.2,0-1.2-.6-2.3-1.5-3.1-1.8-1.7-4.7-1.6-6.4.3l-15.5,16.8V15.1c0-2.5-2-4.5-4.5-4.5s-4.5,2-4.5,4.5v38.7l-15.5-16.8c-.8-.9-1.9-1.4-3.1-1.5-1.2,0-2.4.4-3.2,1.2-.9.8-1.4,1.9-1.5,3.1,0,1.2.4,2.4,1.2,3.2l23.3,25.3Z"/></g><path class="st1" d="M87.1,43.4h-30.4V12.9c0-3.7-3-6.6-6.6-6.6s-6.6,3-6.6,6.6v30.4H12.9c-3.7,0-6.6,3-6.6,6.6s3,6.6,6.6,6.6h30.4v30.4c0,3.7,3,6.6,6.6,6.6s6.6-3,6.6-6.6v-30.4h30.4c3.7,0,6.6-3,6.6-6.6s-3-6.6-6.6-6.6Z"/><path class="st1" d="M50,7.1C26.3,7.1,7.1,26.3,7.1,50s19.3,42.9,42.9,42.9c23.7,0,42.9-19.3,42.9-42.9S73.7,7.1,50,7.1ZM71.5,41.3h13.3c.7,2.9,1.1,5.8,1.1,8.7s-.4,5.9-1.1,8.7h-13.3c.3-2.9.4-5.8.4-8.7s-.1-5.8-.4-8.7ZM63.4,34.3h-26.7c2.5-11.9,8-20.1,13.4-20.1v-1s0,1,0,1c5.4,0,10.8,8.2,13.4,20.1ZM64.3,17.1c7.8,3.4,14.2,9.5,17.9,17.1h-11.7c-1.3-6.7-3.4-12.6-6.2-17.1ZM29.5,65.7c1.3,6.7,3.4,12.6,6.2,17.1-7.8-3.4-14.2-9.5-17.9-17.1h11.7ZM64.9,50c0,2.9-.2,5.8-.5,8.7h-28.9c-.3-2.9-.5-5.8-.5-8.7s.2-5.8.5-8.7h28.9c.3,2.9.5,5.8.5,8.7ZM17.8,34.3c3.8-7.7,10.1-13.7,17.9-17.1-2.8,4.6-4.9,10.4-6.2,17.1h-11.7ZM50,86.8v-1c-5.4,0-10.8-8.2-13.4-20.1h26.7c-2.5,11.9-8,20.1-13.4,20.1v1h0ZM82.2,65.7c-3.8,7.7-10.1,13.7-17.9,17.1,2.8-4.6,4.9-10.4,6.2-17.1h11.7ZM28.5,58.7h-13.3c-.7-2.9-1.1-5.8-1.1-8.7s.4-5.9,1.1-8.7h13.3c-.3,2.9-.4,5.8-.4,8.7s.1,5.8.4,8.7Z"/><path class="st1" d="M69.5,40.9L38,8.3c-1.2-1.2-2.8-1.9-4.4-1.9-1.7,0-3.3.6-4.5,1.8-1.2,1.2-1.9,2.8-1.9,4.4s.6,3.3,1.8,4.5l31.2,32.4-31.2,33.6c-2.4,2.6-2.2,6.6.3,9,1.2,1.1,2.7,1.7,4.3,1.7s3.5-.7,4.6-2l31.5-33.9c4.4-4.8,4.4-12.2-.2-16.8Z"/><path class="st1" d="M30.5,40.9L62,8.3c1.2-1.2,2.8-1.9,4.4-1.9,1.7,0,3.3.6,4.5,1.8,1.2,1.2,1.9,2.8,1.9,4.4s-.6,3.3-1.8,4.5l-31.2,32.4,31.2,33.6c2.4,2.6,2.2,6.6-.3,9-1.2,1.1-2.7,1.7-4.3,1.7s-3.5-.7-4.6-2l-31.5-33.9c-4.4-4.8-4.4-12.2.2-16.8Z"/><path class="st1" d="M40.9,69.5L8.3,38c-1.2-1.2-1.9-2.8-1.9-4.4,0-1.7.6-3.3,1.8-4.5,1.2-1.2,2.8-1.9,4.4-1.9s3.3.6,4.5,1.8l32.4,31.2,33.6-31.2c2.6-2.4,6.6-2.2,9,.3,1.1,1.2,1.7,2.7,1.7,4.3s-.7,3.5-2,4.6l-33.9,31.5c-4.8,4.4-12.2,4.4-16.8-.2Z"/><path class="st1" d="M40.9,30.5L8.3,62c-1.2,1.2-1.9,2.8-1.9,4.4,0,1.7.6,3.3,1.8,4.5,1.2,1.2,2.8,1.9,4.4,1.9s3.3-.6,4.5-1.8l32.4-31.2,33.6,31.2c2.6,2.4,6.6,2.2,9-.3,1.1-1.2,1.7-2.7,1.7-4.3s-.7-3.5-2-4.6l-33.9-31.5c-4.8-4.4-12.2-4.4-16.8.2Z"/><path class="st1" d="M88.2,54.5c1.2-1.1,1.9-2.6,1.9-4.2s-.7-3.2-1.9-4.2L46.6,7.6c-2.3-2.2-6-2-8.2.3-2.2,2.3-2,6,.3,8.2l30.7,28.3H15.7c-3.2,0-5.8,2.6-5.8,5.8s2.6,5.8,5.8,5.8h53.8s-30.7,28.3-30.7,28.3c-2.3,2.2-2.5,5.8-.3,8.2,2.2,2.3,5.8,2.5,8.2.3l41.6-38.4Z"/><path class="st1" d="M54.2,11.8c-1.1-1.2-2.6-1.9-4.2-1.9s-3.2.7-4.2,1.9L7.4,53.4c-2.2,2.3-2,6,.3,8.2,2.3,2.2,6,2,8.2-.3l28.3-30.7v53.8c0,3.2,2.6,5.8,5.8,5.8,3.2,0,5.8-2.6,5.8-5.8V30.5s28.3,30.7,28.3,30.7c2.2,2.3,5.8,2.5,8.2.3,2.3-2.2,2.5-5.8.3-8.2L54.2,11.8Z"/><path class="st1" d="M54.2,88.2c-1.1,1.2-2.6,1.9-4.2,1.9s-3.2-.7-4.2-1.9L7.4,46.6c-2.2-2.3-2-6,.3-8.2,2.3-2.2,6-2,8.2.3l28.3,30.7V15.7c0-3.2,2.6-5.8,5.8-5.8,3.2,0,5.8,2.6,5.8,5.8v53.8s28.3-30.7,28.3-30.7c2.2-2.3,5.8-2.5,8.2-.3,2.3,2.2,2.5,5.8.3,8.2l-38.4,41.6Z"/><path class="st1" d="M94.3,39.2c-1.2-3.8-4.6-6.3-8.7-6.3h-18.5c-1.3,0-2.4-.8-2.8-2l-5.7-17.6c-1.2-3.8-4.6-6.3-8.7-6.3s-7.4,2.5-8.7,6.3l-5.7,17.6c-.4,1.2-1.5,2-2.8,2H14.4c-4,0-7.4,2.5-8.7,6.3-1.2,3.8,0,7.8,3.3,10.2l15,10.9c1,.7,1.5,2.1,1.1,3.3l-5.7,17.6c-1.2,3.8,0,7.8,3.3,10.2,3.3,2.4,7.5,2.4,10.7,0l15-10.9c1-.7,2.4-.7,3.4,0l15,10.9c1.6,1.2,3.5,1.8,5.4,1.8s3.7-.6,5.4-1.8c3.3-2.4,4.5-6.4,3.3-10.2l-5.7-17.6c-.4-1.2,0-2.5,1.1-3.3l15-10.9c3.3-2.4,4.5-6.4,3.3-10.2ZM69.7,54.6c-2.8,2-4,5.6-2.9,8.9l5,15.4c.5,1.7-.6,2.6-.9,2.9-.4.3-1.6,1-3,0l-13.1-9.5c-1.4-1-3.1-1.5-4.7-1.5s-3.3.5-4.7,1.5l-13.1,9.5c-1.4,1-2.7.3-3,0-.4-.3-1.5-1.2-.9-2.9l5-15.4c1.1-3.3,0-6.9-2.9-8.9l-13.1-9.5c-1.4-1-1.1-2.5-.9-2.9.1-.4.7-1.8,2.4-1.8h16.2c3.5,0,6.5-2.2,7.6-5.5l5-15.4c.5-1.7,2-1.8,2.4-1.8s1.9.1,2.4,1.8l5,15.4c1.1,3.3,4.1,5.5,7.6,5.5h16.2c1.7,0,2.3,1.4,2.4,1.8.1.4.5,1.9-.9,2.9l-13.1,9.5Z"/><path class="st1" d="M86,19.4l-.5-.6h0c-3.3-3.4-7.8-5.2-12.5-5.2H27.1c-4.7,0-9.1,1.8-12.5,5.2l-.6.6h0c-2.9,3.3-4.6,7.5-4.6,11.9v37.5c0,9.7,7.9,17.6,17.6,17.6h45.8c9.7,0,17.6-7.9,17.6-17.6V31.2c0-4.4-1.6-8.6-4.6-11.8ZM52.2,45.2c-1.2,1.2-3.2,1.2-4.4,0l-22.2-21.8c.5,0,.9-.1,1.4-.1h45.8c.5,0,1,0,1.4.1l-22.2,21.8ZM19.1,31.2c0-.2,0-.4,0-.6l21.8,21.5c2.4,2.4,5.6,3.7,9,3.7s6.6-1.3,9-3.7l21.8-21.5c0,.2,0,.4,0,.6v37.5c0,4.4-3.6,7.9-7.9,7.9H27.1c-4.4,0-7.9-3.6-7.9-7.9V31.2Z"/><g class="st2"><path class="st0" d="M81.7,54.2l6.2-19.9c.9-2.8.4-5.8-1.4-8.2-1.8-2.4-4.5-3.8-7.4-3.8H31.2l-.3-2.1c-.6-4.9-4-8.9-8.8-10.2l-4.7-1.3c-2.4-.7-4.9.8-5.6,3.2-.7,2.4.8,4.9,3.2,5.6l4.7,1.3c1.2.3,2,1.3,2.1,2.5l5.3,43.9c.7,6,5.9,10.6,11.9,10.6h39.3c2.5,0,4.5-2,4.5-4.5s-2-4.5-4.5-4.5h-39.3c-.7,0-1.4-.3-1.9-.7h28.5c7.4,0,13.8-4.7,16-11.8ZM73,51.5c-1,3.2-3.9,5.4-7.3,5.4h-30.4l-3-25.4h46.7c0,0,0,0,.1,0,0,0,0,0,0,.1l-6.2,19.9Z"/><circle class="st0" cx="40.1" cy="84.1" r="7.2"/><path class="st0" d="M69.5,76.9c-4,0-7.2,3.2-7.2,7.2s3.2,7.2,7.2,7.2,7.2-3.2,7.2-7.2-3.2-7.2-7.2-7.2Z"/></g><g class="st2"><path class="st0" d="M91.8,71.6l-12.6-12.8c-2.9-3-7.7-3.4-11.1-.9l-3.8,2.8-.7.7c-.6.6-2.1,2.1-6.3.5-3.3-1.3-7.1-4.1-11.1-8.1-4-4-6.7-7.9-7.9-11.2-1.5-4.2,0-5.7.6-6.3l3.4-4.5c2.5-3.3,2.2-8.1-.7-11.1l-12.6-12.8c-1.7-1.7-4.1-2.7-6.5-2.5-2.4.1-4.7,1.3-6.2,3.2l-5.6,7.2c-4.7,5.9-6,13.7-3.6,20.9,2.3,10,10.5,23,22,34.7,11.7,11.8,24.6,20.3,34.6,22.6,1.6.5,3.2.8,4.9,1,.5,0,1,0,1.5,0,4.5,0,9-1.5,12.7-4.3l8.2-6.3c1.9-1.5,3.2-3.7,3.3-6.2.2-2.4-.7-4.8-2.4-6.6ZM22.9,12.5c.3,0,.6.1.8.3l12.6,12.8c.4.4.4,1.1,0,1.5l-2.9,3.9c-2.4,2.5-4.7,6.9-2.1,13.9,1.6,4.3,4.9,9.1,9.6,13.8,4.7,4.8,9.4,8.1,13.7,9.8,7.1,2.7,11.6.4,14.1-2.1l3.7-2.7c.5-.3,1.1-.3,1.5.1l12.6,12.8c.3.3.3.7.3.9,0,.2-.1.6-.5.8l-8.2,6.3c-2.6,2-5.9,3-9.2,2.7-1.1,0-2.2-.3-3.3-.7h-.3c-8.6-2-20.6-9.9-31.2-20.7-10.5-10.7-18.2-22.7-20.1-31.4v-.4c-1.8-4.8-.9-10.1,2.3-14.2l5.6-7.2c.3-.3.6-.4.9-.4Z"/><path class="st0" d="M68,47.7h0c.7.5,1.5.8,2.3.8s2.2-.5,2.9-1.4c4.6-5.7,4.3-13.7-.6-19.1-5-5.4-12.9-6.3-19-2.2-1.7,1.1-2.1,3.4-1,5.1.5.8,1.4,1.4,2.3,1.6,1,.2,1.9,0,2.8-.6,3-2,7-1.6,9.5,1.1,2.5,2.7,2.6,6.7.3,9.6-1.3,1.6-1,3.9.6,5.2Z"/><path class="st0" d="M51.4,21.8c.9.3,1.9.3,2.8-.1,7.1-3.3,15.4-1.7,20.7,4.1,5.3,5.8,6.3,14.2,2.4,21-.5.9-.6,1.8-.4,2.8.3.9.9,1.7,1.7,2.2.6.3,1.2.5,1.8.5,1.3,0,2.5-.7,3.2-1.8,5.5-9.6,4.1-21.5-3.3-29.6-7.5-8.1-19.2-10.5-29.2-5.8-1.8.9-2.6,3-1.8,4.9.4.9,1.2,1.6,2.1,1.9Z"/></g><g class="st2"><path class="st0" d="M92.2,23.6v52.7c0,8.7-7.1,15.8-15.8,15.8h-10.3v-32.7h10.9l1.6-12.7h-12.6v-8.1c0-3.7,1-6.1,6.3-6.1h6.7v-11.4c-1.2-.2-5.2-.5-9.8-.5-9.7,0-16.4,5.9-16.4,16.8v9.4h-11v12.7h11v32.7h-29.2c-8.7,0-15.8-7.1-15.8-15.8V23.6c0-8.7,7.1-15.8,15.8-15.8h52.7c8.7,0,15.8,7.1,15.8,15.8Z"/></g><g class="st2"><path class="st0" d="M92.2,76.4c0,8.7-7.1,15.8-15.8,15.8H23.6c-8.7,0-15.8-7.1-15.8-15.8V23.6c0-8.7,7.1-15.8,15.8-15.8h52.7c8.7,0,15.8,7.1,15.8,15.8v52.7ZM27.3,22c-4.3,0-7.2,2.9-7.2,6.6s2.7,6.6,7,6.6h0c4.4,0,7.2-3,7.2-6.6,0-3.7-2.7-6.6-7.1-6.6ZM33.5,78.4v-38.1h-12.7v38.1h12.7ZM79.2,78.4v-21.9c0-11.7-6.3-17.1-14.6-17.1s-9.8,3.8-11.5,6.4h.1v-5.5h-12.7s.2,3.6,0,38.1h12.7v-21.3c0-1.1,0-2.3.4-3.1.9-2.3,3-4.6,6.5-4.6s6.4,3.5,6.4,8.6v20.4h12.7Z"/></g><g class="st2"><path class="st0" d="M93.9,48.9c0,23.8-19.3,43.1-43.1,43.1s-14.5-1.8-20.9-5.4l-23.8,7.7,7.8-23.2c-4.1-6.7-6.2-14.4-6.2-22.2C7.7,25.1,27,5.7,50.8,5.7s43.1,19.3,43.1,43.1ZM86.7,48.9c0-19.8-16.1-35.9-35.9-35.9S14.9,29.1,14.9,48.9s2.4,14.9,6.9,21l-4.5,13.3,13.8-4.4c5.8,3.8,12.8,5.9,19.7,5.9,19.8,0,35.9-16.1,35.9-35.9ZM73.1,60c.1.3.1.6.1.9,0,1.4-.5,3-1,4.3-1.3,3.2-6.6,5.3-9.9,5.3s-8.4-2.4-10.9-3.5c-8.2-3.7-13.3-10.1-18.2-17.3-2.2-3.2-4.1-7.1-4.1-11.1v-.5c.1-3.8,1.5-6.5,4.2-9,.9-.8,1.8-1.3,3-1.3s1.4.2,2.1.2c1.5,0,1.8.5,2.4,1.9.4,1,3.3,8.7,3.3,9.3,0,2.2-3.9,4.6-3.9,5.9s.1.6.3.9c1.3,2.7,3.7,5.8,5.8,7.8,2.6,2.5,5.4,4.2,8.6,5.8.4.2.8.4,1.3.4,1.7,0,4.6-5.5,6.1-5.5s10.3,4.9,10.7,5.5Z"/></g><g class="st2"><path class="st0" d="M83.6,84.4c-.9,3.7-3.9,6.4-7.5,6.8-8.7,1-17.4,1-26.1,1s-17.5,0-26.1-1c-3.6-.4-6.7-3.1-7.5-6.8-1.2-5.3-1.2-11.1-1.2-16.5s0-11.2,1.2-16.5c.9-3.7,3.9-6.4,7.6-6.9,8.6-.9,17.4-.9,26.1-.9s17.5,0,26.1.9c3.6.4,6.7,3.2,7.5,6.9,1.2,5.3,1.2,11,1.2,16.5s0,11.2-1.2,16.5ZM35,56.2v-4.4h-14.7v4.4h4.9v26.8h4.7v-26.8h5ZM42.7,7.8l-5.7,18.8v12.8h-4.7v-12.8c-.4-2.3-1.4-5.6-2.9-10-1-2.9-2.1-5.9-3.1-8.8h5l3.3,12.4,3.2-12.4h4.8ZM47.7,82.9v-23.2h-4.2v17.8c-.9,1.3-1.8,2-2.7,2s-.9-.3-1-1c0-.1,0-.7,0-1.6v-17.1h-4.2v18.4c0,1.6.1,2.7.4,3.4.4,1.2,1.4,1.7,2.7,1.7s3.1-.9,4.8-2.9v2.5h4.2ZM55.3,31.7c0,2.5-.4,4.4-1.3,5.6-1.2,1.6-2.8,2.4-5,2.4s-3.8-.8-4.9-2.4c-.9-1.2-1.3-3.1-1.3-5.6v-8.2c0-2.5.4-4.3,1.3-5.5,1.2-1.6,2.8-2.4,4.9-2.4s3.8.8,5,2.4c.9,1.2,1.3,3,1.3,5.5v8.2ZM51,22.7c0-2.2-.6-3.2-2-3.2s-2,1.1-2,3.2v9.9c0,2.2.7,3.3,2,3.3s2-1.1,2-3.3v-9.9ZM63.7,66.7c0-2.2,0-3.7-.4-4.7-.5-1.7-1.7-2.6-3.3-2.6s-3,.8-4.4,2.5v-10.2h-4.2v31.2h4.2v-2.3c1.4,1.7,2.9,2.6,4.4,2.6s2.8-.9,3.3-2.6c.3-1,.4-2.5.4-4.7v-9.3ZM59.6,76.3c0,2.1-.6,3.2-1.8,3.2s-1.4-.3-2.1-1v-14.2c.7-.7,1.4-1,2.1-1,1.2,0,1.8,1.1,1.8,3.2v9.9ZM71.1,39.4h-4.3v-2.6c-1.7,2-3.3,2.9-4.8,2.9s-2.4-.6-2.8-1.7c-.2-.7-.4-1.8-.4-3.5V15.9h4.3v17.3c0,1,0,1.6,0,1.6,0,.7.4,1,1,1,.8,0,1.7-.7,2.7-2V15.9h4.3v23.5ZM79.6,74.9h-4.3c0,1.7,0,2.6,0,2.9-.2,1.1-.8,1.7-1.9,1.7s-2.2-1.1-2.2-3.2v-4.1h8.4v-4.8c0-2.5-.4-4.3-1.3-5.5-1.2-1.6-2.9-2.4-5-2.4s-3.8.8-5,2.4c-.9,1.2-1.3,3-1.3,5.5v8.1c0,2.5.5,4.3,1.4,5.5,1.2,1.6,2.9,2.4,5.1,2.4s4-.8,5.1-2.5c.5-.8.9-1.6,1-2.5,0-.4,0-1.4,0-2.7v-.6ZM75.5,68.6h-4.2v-2.2c0-2.1.7-3.2,2.1-3.2s2.1,1.1,2.1,3.2v2.2Z"/></g><path class="st1" d="M56.8,43.7L87.5,7.9h-7.3l-26.7,31L32.3,7.9H7.7l32.2,46.9L7.7,92.3h7.3l28.2-32.7,22.5,32.7h24.6l-33.4-48.6h0ZM46.9,55.2l-3.3-4.7L17.6,13.4h11.2l20.9,30,3.3,4.7,27.2,39h-11.2l-22.2-31.8h0Z"/><g class="st2"><path class="st0" d="M28.8,33.3v51.5c0,4.2-3.4,7.6-7.6,7.6h-6.1c-4.2,0-7.6-3.4-7.6-7.6v-51.5c0-4.2,3.4-7.6,7.6-7.6h6.1c4.2,0,7.6,3.4,7.6,7.6ZM92.4,43.9v36.4c0,6.7-5.4,12.1-12.1,12.1h-40.9c-4.2,0-7.6-3.4-7.6-7.6V12.1c0-2.5,2-4.5,4.5-4.5h31.8c2.5,0,6,1.5,7.8,3.2l7.2,7.2c1.8,1.8,3.2,5.3,3.2,7.8v7.7c3.6,2.1,6.1,6,6.1,10.5ZM80.3,25.7h-7.6c-2.5,0-4.5-2-4.5-4.5v-7.6h-30.3v24.3h42.4v-12.1ZM51.5,50c0-.9-.7-1.5-1.5-1.5h-6.1c-.9,0-1.5.7-1.5,1.5v6.1c0,.9.7,1.5,1.5,1.5h6.1c.9,0,1.5-.7,1.5-1.5v-6.1ZM51.5,62.1c0-.9-.7-1.5-1.5-1.5h-6.1c-.9,0-1.5.7-1.5,1.5v6.1c0,.9.7,1.5,1.5,1.5h6.1c.9,0,1.5-.7,1.5-1.5v-6.1ZM51.5,74.3c0-.9-.7-1.5-1.5-1.5h-6.1c-.9,0-1.5.7-1.5,1.5v6.1c0,.9.7,1.5,1.5,1.5h6.1c.9,0,1.5-.7,1.5-1.5v-6.1ZM63.6,50c0-.9-.7-1.5-1.5-1.5h-6.1c-.9,0-1.5.7-1.5,1.5v6.1c0,.9.7,1.5,1.5,1.5h6.1c.9,0,1.5-.7,1.5-1.5v-6.1ZM63.6,62.1c0-.9-.7-1.5-1.5-1.5h-6.1c-.9,0-1.5.7-1.5,1.5v6.1c0,.9.7,1.5,1.5,1.5h6.1c.9,0,1.5-.7,1.5-1.5v-6.1ZM63.6,74.3c0-.9-.7-1.5-1.5-1.5h-6.1c-.9,0-1.5.7-1.5,1.5v6.1c0,.9.7,1.5,1.5,1.5h6.1c.9,0,1.5-.7,1.5-1.5v-6.1ZM75.8,50c0-.9-.7-1.5-1.5-1.5h-6.1c-.9,0-1.5.7-1.5,1.5v6.1c0,.9.7,1.5,1.5,1.5h6.1c.9,0,1.5-.7,1.5-1.5v-6.1ZM75.8,62.1c0-.9-.7-1.5-1.5-1.5h-6.1c-.9,0-1.5.7-1.5,1.5v6.1c0,.9.7,1.5,1.5,1.5h6.1c.9,0,1.5-.7,1.5-1.5v-6.1ZM75.8,74.3c0-.9-.7-1.5-1.5-1.5h-6.1c-.9,0-1.5.7-1.5,1.5v6.1c0,.9.7,1.5,1.5,1.5h6.1c.9,0,1.5-.7,1.5-1.5v-6.1Z"/></g><path class="st1" d="M84.7,19.5c-3.1-3.2-7.3-4.9-11.8-4.9H27.1c-4.4,0-8.6,1.7-11.8,4.9l-.5.5h0c-2.8,3.2-4.3,7.1-4.3,11.3v37.5c0,9.2,7.5,16.6,16.6,16.6h45.8c9.2,0,16.6-7.5,16.6-16.6V31.2c0-4.1-1.5-8.1-4.3-11.2l-.5-.6ZM25.5,22.4c.5,0,1.1-.1,1.6-.1h45.8c.5,0,1.1,0,1.6.1l1.9.3-23.5,23.1c-.8.8-1.8,1.2-2.9,1.2s-2.1-.4-2.9-1.2l-23.5-23.1,1.9-.3ZM81.9,68.8c0,4.9-4,8.9-8.9,8.9H27.1c-4.9,0-8.9-4-8.9-8.9V31.2c0-.2,0-.4,0-.7l.2-2.1,23.4,23c2.2,2.2,5.2,3.4,8.3,3.4s6.1-1.2,8.3-3.4l23.4-23,.2,2.2c0,.2,0,.4,0,.7v37.5Z"/><g class="st2"><path class="st0" d="M92.1,32.5c-.2-4.5-.9-7.6-2-10.3-1-2.8-2.5-5.2-4.8-7.5-2.3-2.3-4.7-3.8-7.5-4.9-2.7-1-5.8-1.8-10.3-2-4.5-.2-6-.3-17.5-.3s-12.9,0-17.4.2c-4.5.2-7.6.9-10.3,2-2.8,1.1-5.2,2.5-7.5,4.9-2.4,2.3-3.8,4.7-4.9,7.5-1,2.7-1.8,5.8-2,10.3-.2,4.5-.2,6-.2,17.5s0,12.9.2,17.4c.2,4.5.9,7.6,2,10.3,1.1,2.8,2.5,5.2,4.9,7.5,2.3,2.3,4.7,3.8,7.5,4.9,2.7,1,5.8,1.8,10.3,2,4.5.2,5.9.2,17.4.2s12.9,0,17.4-.2c4.5-.2,7.6-.9,10.3-2,2.8-1.1,5.1-2.5,7.5-4.9,2.3-2.3,3.8-4.7,4.9-7.5,1-2.7,1.8-5.8,2-10.3.2-4.5.2-5.9.2-17.4s0-12.9-.2-17.4ZM84.6,66.9c-.2,4.1-.9,6.4-1.5,7.8-.8,2-1.7,3.4-3.2,4.9-1.5,1.5-2.9,2.4-4.9,3.2-1.5.6-3.7,1.3-7.8,1.5-4.5.2-5.8.2-17.1.2s-12.6,0-17.1-.2c-4.1-.2-6.4-.9-7.8-1.5-2-.8-3.4-1.7-4.9-3.2s-2.4-2.9-3.2-4.9c-.6-1.5-1.3-3.7-1.5-7.8-.2-4.5-.2-5.8-.2-17.1s0-12.6.2-17.1c.2-4.1.9-6.4,1.5-7.8.8-2,1.7-3.4,3.2-4.9,1.5-1.5,2.9-2.4,4.9-3.2,1.5-.6,3.7-1.3,7.8-1.5,4.4-.2,5.8-.2,17.1-.2s12.6,0,17.1.2c4.1.2,6.4.9,7.8,1.5,2,.8,3.4,1.7,4.9,3.2,1.5,1.5,2.4,2.9,3.2,4.9.6,1.5,1.3,3.7,1.5,7.8.2,4.5.2,5.8.2,17.1s0,12.6-.2,17.1Z"/><path class="st0" d="M50.1,28.1c-12,0-21.7,9.7-21.7,21.7s9.7,21.7,21.7,21.7,21.7-9.7,21.7-21.7-9.7-21.7-21.7-21.7ZM50.1,64c-7.8,0-14.1-6.3-14.1-14.1s6.3-14.1,14.1-14.1,14.1,6.3,14.1,14.1-6.3,14.1-14.1,14.1Z"/><circle class="st0" cx="72.7" cy="27.3" r="5.1"/></g><path class="st0" d="M91.6,70.6l-20.8-20.8,20.8-20.8c1.4-1.4,2.2-3.2,2.2-5.2s-.8-3.9-2.2-5.3l-10.3-10.3c-1.4-1.4-3.3-2.2-5.3-2.2s-3.8.8-5.2,2.2l-20.8,20.8L29.2,8.3c-1.4-1.4-3.2-2.2-5.2-2.2s-3.9.8-5.3,2.2l-10.3,10.3c-1.4,1.4-2.2,3.3-2.2,5.3s.8,3.8,2.2,5.2l20.8,20.8-20.8,20.8c-1.4,1.4-2.2,3.2-2.2,5.2s.8,3.9,2.2,5.3l10.3,10.3c1.4,1.4,3.3,2.2,5.3,2.2s3.8-.8,5.2-2.2l20.8-20.8,20.8,20.8c1.4,1.4,3.2,2.2,5.2,2.2s3.9-.8,5.3-2.2l10.3-10.3c1.4-1.4,2.2-3.3,2.2-5.3s-.8-3.8-2.2-5.2Z"/></svg>');
}

.hb-block-help {
	padding-top: 30px;
}

@media (min-width: 999px) {
    #html-body .help-popup .modal-inner-wrap {
        border-radius: 20px;
    }

    #html-body .help-popup .modal-inner-wrap .modal-header {
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    #html-body .help-popup .cms-accordion {
        margin: 10px 0 0;
    }
}


/* ============== Plus Styling ============== */

.hb-pluspage .hb-plus-bumper {
	margin-bottom: 0px;
	background-size: cover;
	background-position: center;
	width: 100%;
	padding: 0;
}

.hb-pluspage .hb-plus-bumper.navigation-section {
	padding-bottom: 70px;
}

.hb-pluspage .navigation-section h2,
.hb-pluspage .intro-section h2 {
	letter-spacing: 0px;
	font-size: 40px;
	color: #162B75 !important;
	line-height: 1.2;
	margin-top: 0px;
	margin-bottom: 35px;
	text-align: center;
}

a:has(.plus-navigation-button) {
	width: fit-content;
	display: inline-block;
}

.plus-navigation-button {
	background-color: #D9FBF7;
	text-align: center;
	display: inline-block;
	margin: 1%;
	padding: 0;
	background-image: url("https://midwichgroup.a.bigcontent.io/v1/static/plus_element_frame-top-right"), url("https://midwichgroup.a.bigcontent.io/v1/static/plus_element_frame-bottom-left");
	background-size: 40px 40px, 40px 40px;
	background-position: top right, bottom left;
	background-repeat: no-repeat;
	min-width: 310px;
	max-width: 100%;
	width: 100%;
}

.plus-navigation-button-inner {
	padding: 70px;
	background-size: 204px auto;
	background-position: center;
	background-repeat: no-repeat;
	min-width: 310px;
	max-width: 100%;
	width: 100%;
}

.plus-navigation-button-inner:hover {
	background-color: #1946FA;
}

.plus-protect-inner {
	background-image: url("https://midwichgroup.a.bigcontent.io/v1/static/plus_logo_plus-protect_colour");
}

.plus-code-inner {
	background-image: url("https://midwichgroup.a.bigcontent.io/v1/static/plus_logo_plus-code_colour");
}

.plus-project-inner {
	background-image: url("https://midwichgroup.a.bigcontent.io/v1/static/plus_logo_plus-project_colour");
}

.plus-deploy-inner {
	background-image: url("https://midwichgroup.a.bigcontent.io/v1/static/plus_logo_plus-deploy_colour");
}

.plus-onsite-inner {
	background-image: url("https://midwichgroup.a.bigcontent.io/v1/static/plus_logo_plus-onsite_colour");
}

.plus-education-inner {
	background-image: url("https://midwichgroup.a.bigcontent.io/v1/static/plus_logo_plus-education_colour");
}

.plus-support-inner {
	background-image: url("https://midwichgroup.a.bigcontent.io/v1/static/plus_logo_plus-support_colour");
}

.plus-repair-inner {
	background-image: url("https://midwichgroup.a.bigcontent.io/v1/static/plus_logo_plus-repair_colour");
}

.plus-protect-inner:hover {
	background-image: url("https://midwichgroup.a.bigcontent.io/v1/static/plus_logo_plus-protect_white");
}

.plus-code-inner:hover {
	background-image: url("https://midwichgroup.a.bigcontent.io/v1/static/plus_logo_plus-code_white");
}

.plus-project-inner:hover {
	background-image: url("https://midwichgroup.a.bigcontent.io/v1/static/plus_logo_plus-project_white");
}

.plus-deploy-inner:hover {
	background-image: url("https://midwichgroup.a.bigcontent.io/v1/static/plus_logo_plus-deploy_white");
}

.plus-onsite-inner:hover {
	background-image: url("https://midwichgroup.a.bigcontent.io/v1/static/plus_logo_plus-onsite_white");
}

.plus-education-inner:hover {
	background-image: url("https://midwichgroup.a.bigcontent.io/v1/static/plus_logo_plus-education_white");
}

.plus-support-inner:hover {
	background-image: url("https://midwichgroup.a.bigcontent.io/v1/static/plus_logo_plus-support_white");
}

.plus-repair-inner:hover {
	background-image: url("https://midwichgroup.a.bigcontent.io/v1/static/plus_logo_plus-repair_white");
}


.hb-pluspage .service-image {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	margin: 0 auto;
	text-align: center;
	height: auto;
	min-height: 300px;
}

.hb-pluspage .service-image img.service-image-logo {
	display: block;
	margin: 0 auto;
	width: auto;
	height: 110px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.hb-pluspage .plus-protect-image {
	background-image: url("https://midwichgroup.a.bigcontent.io/v1/static/plus_lifestyle_image_plus-protect");
}

.hb-pluspage .plus-repair-image {
	background-image: url("https://midwichgroup.a.bigcontent.io/v1/static/plus_lifestyle_image_plus-repair");
}

.hb-pluspage .plus-project-image {
	background-image: url("https://midwichgroup.a.bigcontent.io/v1/static/plus_lifestyle_image_plus-project");
}

.hb-pluspage .plus-onsite-image {
	background-image: url("https://midwichgroup.a.bigcontent.io/v1/static/plus_lifestyle_image_plus-onsite");
}

.hb-pluspage .plus-deploy-image {
	background-image: url("https://midwichgroup.a.bigcontent.io/v1/static/plus_lifestyle_image_plus-deploy");
}

.hb-pluspage .plus-education-image {
	background-image: url("https://midwichgroup.a.bigcontent.io/v1/static/plus_lifestyle_image_plus-education");
}

.hb-pluspage .plus-code-image {
	background-image: url("https://midwichgroup.a.bigcontent.io/v1/static/plus_lifestyle_image_plus-code");
}

.hb-pluspage .plus-support-image {
	background-image: url("https://midwichgroup.a.bigcontent.io/v1/static/plus_lifestyle_image_plus-support");
}

.hb-pluspage .plus-training-image {
	background-image: url("https://midwichgroup.a.bigcontent.io/v1/static/plus_lifestyle_image_plus-training");
}

.hb-pluspage .plus-academy-image {
	background-image: url("https://midwichgroup.a.bigcontent.io/v1/static/plus_lifestyle_image_plus-academy");
}

.hb-pluspage .plus-symbol {
	z-index: 1;
	width: 100%;
	margin: -40px auto -40px auto;
	display: block;
	position: relative;
}

.hb-pluspage .plus-symbol img {
	width: 80px;
	margin: 0 auto;
	display: block;
}

.hb-pluspage .service-copy {
	text-align: left !important;
	padding: 50px 40px;
	background-color: #d9fbf7;
	background-image: url("https://midwichgroup.a.bigcontent.io/v1/static/plus_element_frame-top-right"), url("https://midwichgroup.a.bigcontent.io/v1/static/plus_element_frame-bottom-left");
	background-size: 40px 40px, 40px 40px;
	background-position: top right, bottom left;
	background-repeat: no-repeat;
}

.hb-pluspage .service-copy h3 {
	font-weight: 700;
	font-family: sans-serif;
	font-size: 30px;
	color: #283272;
}

.hb-pluspage .service-copy h5 {
	color: #1946fa !important;
	letter-spacing: 0;
	font-size: 22px;
	line-height: 26px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.hb-pluspage .hb-main-banner-logoareaimage img {
	max-width: 300px;
	max-height: unset;
}

.hb-pluspage .hb-main-banner .hb-main-banner-pic-wrap .hb-main-image:after {
	content: url("https://midwichgroup.a.bigcontent.io/v1/static/plus_element_bg-text-uk");
	left: 0;
	bottom: 0;
	position: absolute;
}

.hb-pluspage .hb-main-banner-header h1 {
	font-size: 30px!important;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 20px;
}

.hb-pluspage .more-info {
	margin: 0 auto;
	padding: 60px 0;
	color: #ffffff !important;
	text-align: left;
	background-color: #14192D;
}

.hb-pluspage .more-info h2 {
	font-size: 60px;
	letter-spacing: -1px;
	margin-bottom: 15px;
}

.hb-pluspage .more-info h2,
.hb-pluspage .more-info h3 {
	color: #00e6c8!important;
}

.hb-pluspage .more-info h3 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.hb-pluspage .more-info h4 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-right: 10%;
}

.hb-pluspage .more-info h5 {
	color: #00e6c8 !important;
	letter-spacing: 0;
	font-size: 22px;
	line-height: 26px;
	padding-top: 30px;
	margin-bottom: 10px;
	margin-top: 20px;
	border-top: 1px solid #ffffff;
}

.hb-pluspage .hb-plus-content-button,
.hb-pluspage .hb-main-content-button {
	color: #ffffff;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	border: 2px solid #162B75;
	will-change: transform;
	border-radius: 5px;
	letter-spacing: normal;
	min-height: 48px;
	font-size: 16px;
	background: #162B75;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 700;
	padding: 0 30px;
	display: flex;
	width: fit-content;
	margin-bottom: 10px;
}

.hb-pluspage .hb-plus-content-button:hover {
	text-decoration: none;
}

.hb-pluspage .hb-plus-button-plus-blue-solid,
.hb-pluspage .hb-plus-button-plus-blue-solid:visited,
.hb-pluspage .hb-main-button-rounded-royalblue-light,
.hb-pluspage .hb-main-button-rounded-royalblue-light:visited,
.hb-pluspage .hb-main-button-rounded-royalblue-dark,
.hb-pluspage .hb-main-button-rounded-royalblue-dark:visited,
.hb-pluspage .hb-main-button-rounded-light,
.hb-pluspage .hb-main-button-rounded-light:visited,
.hb-pluspage .hb-main-button-rounded-dark,
.hb-pluspage .hb-main-button-rounded-dark:visited,
.hb-pluspage .hb-main-button-underline-light,
.hb-pluspage .hb-main-button-underline-light:visited,
.hb-pluspage .hb-main-button-underline-dark,
.hb-pluspage .hb-main-button-underline-dark:visited {
	background: #162B75!important;
	border: 2px solid #162B75!important;
	color: #ffffff!important;
}

.hb-pluspage .hb-plus-button-plus-teal-solid,
.hb-pluspage .hb-plus-button-plus-teal-solid:visited,
.hb-pluspage .hb-main-button-rounded-teal-light,
.hb-pluspage .hb-main-button-rounded-teal-light:visited,
.hb-pluspage .hb-main-button-rounded-teal-dark,
.hb-pluspage .hb-main-button-rounded-teal-dark:visited {
	background: #00E6C8!important;
	border: 2px solid #00E6C8!important;
	color: #14192D!important;
}

.hb-pluspage .hb-plus-button-plus-blue-outline,
.hb-pluspage .hb-plus-button-plus-blue-outline:visited {
	background: transparent!important;
	border: 2px solid #162B75!important;
	color: #162B75!important;
}

.hb-pluspage .hb-plus-button-plus-teal-outline,
.hb-pluspage .hb-plus-button-plus-teal-outline:visited {
	background: transparent!important;
	border: 2px solid #00E6C8!important;
	color: #ffffff!important;
}

.hb-pluspage .hb-plus-button-plus-blue-solid:hover,
.hb-pluspage .hb-plus-button-plus-teal-solid:hover,
.hb-pluspage .hb-plus-button-plus-blue-outline:hover,
.hb-pluspage .hb-plus-button-plus-teal-outline:hover,
.hb-pluspage .hb-main-button-rounded-royalblue-light:hover,
.hb-pluspage .hb-main-button-rounded-royalblue-dark:hover,
.hb-pluspage .hb-main-button-rounded-light:hover,
.hb-pluspage .hb-main-button-rounded-dark:hover,
.hb-pluspage .hb-main-button-underline-light:hover,
.hb-pluspage .hb-main-button-underline-dark:hover {
	background: #1946FA!important;
	border: 2px solid #1946FA!important;
	color: #ffffff!important;
}

.hb-pluspage .navigation-section .container {
	text-align: center;
}

@media (max-width: 1399px) {
	.hb-pluspage .plus-navigation-button,
	.hb-pluspage .plus-navigation-button-inner {
		min-width: 270px;
		max-width: 100%;
		width: 100%;
	}
}

@media (max-width: 1199px) {
	.hb-pluspage .plus-navigation-button,
	.hb-pluspage .plus-navigation-button-inner {
		min-width: 230px;
		max-width: 100%;
		width: 100%;
	}

	.hb-pluspage .plus-navigation-button-inner {
		background-size: 180px auto;
	}
}

@media (max-width: 991px) {
	.hb-pluspage .plus-navigation-button,
	.hb-pluspage .plus-navigation-button-inner {
		min-width: 160px;
		max-width: 100%;
		width: 100%;
	}

	.hb-pluspage .plus-navigation-button-inner {
		background-size: 130px auto;
	}
}

@media (max-width: 767px) {
	.hb-pluspage .hb-main-banner-logoareaimage img {
		max-height: 60px;
		margin-bottom: 5px;
	}

	.hb-pluspage .plus-navigation-button,
	.hb-pluspage .plus-navigation-button-inner {
		min-width: 280px;
		max-width: 100%;
		width: 100%;
	}

	.hb-pluspage .service-image img.service-image-logo {
		width: 80%;
		height: auto;
	}
}


/* ============== Blogs and Posts ============== */

.hb-post-recent-items-header {
	margin-bottom: 20px;
}

.hb-post-items-container .amblog-element-block:not(.widget)>div:not(.amblog-overlay), .amblog-element-block.widget, 
.hb-post-items-container .amblog-grid-list .list-item, .amblog-post-container, .amblog-tags.amblog-widget-container, 
.hb-post-items-container .amblog-post-container .amblog-widget-container:not(.widget)>div:not(.amblog-overlay), 
.hb-post-items-container .amblog-post-container .amblog-widget-container.widget, .amblog-grid-list .slick-slide .amblog-item, 
.hb-post-items-container .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container:not(.widget)>div:not(.amblog-overlay), 
.hb-post-items-container .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.widget {
	background: none;
}

.hb-post-items-container .amblog-title {
	display: none;
	visibility: hidden;
}

.hb-post-items-container div.amblog-element-block > .amblog-post-list.amblog-widget-container .amblog-list {
	grid-template-columns: repeat(3, 1fr);
}

.hb-post-items-container .amblog-list .post-item-info {
	border-radius: 28px 28px 25px 25px;
	box-shadow: 0px 1px 16px 5px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 1px 16px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 1px 16px 5px rgba(0,0,0,0.15);
}

.hb-post-items-container div.amblog-element-block > .amblog-post-list.amblog-widget-container .amblog-dates > .amblog-date {
	margin-bottom: 3px;
	letter-spacing: 0.3px;
	font-style: normal;
}

.hb-post-items-container div.amblog-element-block > .amblog-post-list.amblog-widget-container .amblog-dates > span.amblog-date {
	display: block;
}

.hb-post-items-container .Light-colourmode .amblog-list .post-item-info,
.hb-post-items-container .Light-2-colourmode .amblog-list .post-item-info {
    background-color: #0d1e66;
}

.hb-post-items-container div.amblog-element-block > .amblog-post-list.amblog-widget-container .amblog-list .post-title {
	margin: 18px 0 12px 0;
	line-height: 1.4;
}

.hb-post-items-container .Light-colourmode .amblog-list .post-item-info .post-item-details .post-title,
.hb-post-items-container .Light-colourmode .amblog-list .post-item-info .post-item-details .post-title:hover,
.hb-post-items-container .Light-colourmode .amblog-list .post-item-info .post-item-details .post-title:focus,
.hb-post-items-container .Light-colourmode .amblog-list .post-item-info .post-item-details .amblog-date,
.hb-post-items-container .Light-2-colourmode .amblog-list .post-item-info .post-item-details .post-title,
.hb-post-items-container .Light-2-colourmode .amblog-list .post-item-info .post-item-details .post-title:hover,
.hb-post-items-container .Light-2-colourmode .amblog-list .post-item-info .post-item-details .post-title:focus,
.hb-post-items-container .Light-2-colourmode .amblog-list .post-item-info .post-item-details .amblog-date {
	color: #ffffff;
	text-decoration: none;
}

.hb-post-items-container .Dark-colourmode .amblog-list .post-item-info {
    background-color: #ffffff;
}

.hb-post-items-container .Dark-colourmode .amblog-list .post-item-info .post-item-details .post-title,
.hb-post-items-container .Dark-colourmode .amblog-list .post-item-info .post-item-details .post-title:hover,
.hb-post-items-container .Dark-colourmode .amblog-list .post-item-info .post-item-details .post-title:focus,
.hb-post-items-container .Dark-colourmode .amblog-list .post-item-info .post-item-details .amblog-date {
	color: #000000;
	text-decoration: none;
}

.hb-post-items-container .amblog-list .post-item-info .post-image {
	height: 220px;
    border-radius: 25px 25px 0 0;
    overflow: hidden;
}

.hb-post-items-container .amblog-list .post-item-info .post-image img {
	width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    transform: scale(1.01);
}

.hb-post-items-container .amblog-list .post-item-info:hover .post-image img {
    transform: scale(1.1);
}

.hb-post-items-container .amblog-list .post-item-info .post-item-details {
	padding: 15px 30px 25px 30px;
}

.hb-post-items-container div.amblog-element-block > .amblog-post-list.amblog-widget-container .amblog-footer {
	padding: 0;
}

.hb-post-items-container .amblog-footer a.amblog-read {
	text-decoration: none;
	transition: all 0.3s ease 0s;
	will-change: transform;
	border-radius: 0;
	letter-spacing: normal;
	min-height: 45px;
	font-size: 16px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 700;
	padding: 0;
	padding-right: 35px;
	display: flex;
	width: fit-content;
	margin-bottom: 10px;
}

.hb-post-items-container .Dark-colourmode .amblog-footer a.amblog-read {
	background: none!important;
	border: none!important;
	color: #000000!important;
	border-bottom: 2px solid #00e6c8!important;
	padding-left: 0!important;
	margin-left: 5px!important;
}

.hb-post-items-container .Dark-colourmode .amblog-footer a.amblog-read:hover {
	background: none!important;
	border: none!important;
	color: #000000!important;
	border-bottom: 2px solid #0d6efd!important;
}

.hb-post-items-container .Light-colourmode .amblog-footer a.amblog-read,
.hb-post-items-container .Light-2-colourmode .amblog-footer a.amblog-read {
	background: none!important;
	border: none!important;
	color: #ffffff!important;
	border-bottom: 2px solid #00e6c8!important;
	padding-left: 0!important;
	margin-left: 5px!important;
}

.hb-post-items-container .Light-colourmode .amblog-footer a.amblog-read:hover,
.hb-post-items-container .Light-2-colourmode .amblog-footer a.amblog-read:hover {
	background: none!important;
	border: none!important;
	color: #FFFFFF!important;
	border-bottom: 2px solid #0d6efd!important;
}

.hb-post-items-container .amblog-footer a.amblog-read::before {
	position: absolute;
	right: 0;
	top: 14px;
	width: 20px;
	height: 20px;
	transition: all 0.3s ease 0s;
	margin-right: 0;
}

.hb-post-items-container .Dark-colourmode .amblog-footer a.amblog-read::before {
	content: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"><defs><style> .st0 { fill: %23000000; } </style></defs><path class="st0" d="M88.2,54.5c1.2-1.1,1.9-2.6,1.9-4.2s-.7-3.2-1.9-4.2L46.6,7.6c-2.3-2.2-6-2-8.2.3-2.2,2.3-2,6,.3,8.2l30.7,28.3H15.7c-3.2,0-5.8,2.6-5.8,5.8s2.6,5.8,5.8,5.8h53.8s-30.7,28.3-30.7,28.3c-2.3,2.2-2.5,5.8-.3,8.2,2.2,2.3,5.8,2.5,8.2.3l41.6-38.4Z"/></svg>');
	transition: all 0.3s ease 0s;
}

.hb-post-items-container .Light-colourmode .amblog-footer a.amblog-read::before,
.hb-post-items-container .Light-2-colourmode .amblog-footer a.amblog-read::before {
	content: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"><defs><style> .st0 { fill: %23FFFFFF; } </style></defs><path class="st0" d="M88.2,54.5c1.2-1.1,1.9-2.6,1.9-4.2s-.7-3.2-1.9-4.2L46.6,7.6c-2.3-2.2-6-2-8.2.3-2.2,2.3-2,6,.3,8.2l30.7,28.3H15.7c-3.2,0-5.8,2.6-5.8,5.8s2.6,5.8,5.8,5.8h53.8s-30.7,28.3-30.7,28.3c-2.3,2.2-2.5,5.8-.3,8.2,2.2,2.3,5.8,2.5,8.2.3l41.6-38.4Z"/></svg>');
	transition: all 0.3s ease 0s;
}


/* ============== Checkboxes ============== */

.form input[type=checkbox], 
.form-address-edit input[type=checkbox], 
.manage-company-accounts input[type=checkbox] {
    accent-color: #0d6efd;
    width: 20px;
    height: 18px;
    display: inline-block;
    cursor: pointer;
    margin-right: 12px;
}


/* ============== Adyen Checkout ============== */

.adyen-checkout__dropdown__element__text {
	font-size: 1.5rem;
}

.adyen-checkout__label__text {
	font-size: 1.5rem;
}

.adyen-checkout-form-instruction,
.adyen-checkout-contextual-text {
	font-size: 1rem;
}

.adyen-checkout__dropdown__button .adyen-checkout__dropdown__button--active {
	padding: 0;
}

.form input:not([type=checkbox]), 
.form select, .form-address-edit input:not([type=checkbox]), 
.form-address-edit select, 
.manage-company-accounts input:not([type=checkbox]), 
.manage-company-accounts select {
	cursor: pointer;
}


/* ============== Cookies ============== */

.consent-studio .cookie-toggle {
	border: 1px solid #000000!important;
}

.consent-studio .cookie-toggle__preferences, 
.consent-studio .cookie-toggle__list {
	color: #000000!important;
}

.consent-studio .consent-buttons button.is--outlined {
	color: #000000!important;
}

.consent-studio .consent-buttons button.is--outlined:hover {
	color: #000000!important;
	border: 2px solid #000000!important;
}

.consent-studio .consent-buttons button.is--regular {
	color: #000000!important;
}

.consent-studio .consent-buttons button.is--regular:hover {
	color: #000000!important;
	border: 2px solid #000000!important;
}


/* ============== Brands List Page ============== */

.ambrands-letters-filter .ambrands-letter {
	font-weight: 600;
	color: #000000;
	background: #a5cd37;
	border: 2px solid #a5cd37;
	padding-top: 8px;
	padding-bottom: 5px;
}

.ambrands-letters-filter .ambrands-letter.-letter-all {
	padding-top: 8px;
	padding-bottom: 5px;
}

.ambrands-letters-filter .ambrands-letter.-active {
	background: #313131;
	color: #ffffff;
	border: 2px solid #313131;
	padding-top: 8px;
	padding-bottom: 5px;
}

.ambrands-letters-filter .ambrands-letter.-active:hover {
	color: #ffffff;
	border: 2px solid #313131;
}

.ambrands-letters-filter .ambrands-letter:hover {
	color: #000000;
	border: 2px solid #000000;
}

.ambrands-brandlist-widget .ambrands-brand-item {
	width: 165px!important;
	min-height: 180px!important;
}

.ambrands-brandlist-widget .ambrands-letter .ambrands-content .ambrands-image {
	max-width: 90%!important;
	mix-blend-mode: darken;
}

.ambrands-letter .ambrands-brand-item a.ambrands-inner:hover .ambrands-image {
	will-change: transform;
	-webkit-animation: button-pulse 2s ease-in-out infinite;
	animation: button-pulse 2s ease-in-out infinite;
}

.ambrands-letter .ambrands-brand-item .ambrands-inner {
	border: 2px solid #ffffff;
}

.ambrands-letter .ambrands-brand-item .ambrands-inner:active,
.ambrands-letter .ambrands-brand-item .ambrands-inner:hover, 
.ambrands-letter .ambrands-brand-item .ambrands-inner:focus {
	border: 2px solid #d9d9d9;
}

.ambrands-letter .ambrands-brand-item .ambrands-inner:active {
	background: rgba(200, 200, 200, .19);
}

.ambrands-letters-list .ambrands-letter .ambrands-title {
	border-bottom: 1px solid #dadada;
	border-top: 1px solid #dadada;
	padding: 18px;
	margin-bottom: 40px;
}

.ambrands-search-block .ambrands-input {
	padding: 20px 16px 20px 50px;
    height: 60px;
    border-radius: 5px;
    border: 1px solid #c2c2c2;
}

.ambrands-search-block .ambrands-input:hover, 
.ambrands-search-block .ambrands-input:focus {
	border-color: #555555;
}

.ambrands-search-block .ambrands-clear {
	height: 60px;
}

.ambrands-search-wrapper {
	max-width: 70%;
	width: 100%;
	margin-bottom: 40px;
}

.ambrands-livesearch-block {
	width: 100%;
}

.ambrands-filters-block {
	justify-items: center;
}

.ambrands-livesearch-block>.ambrands-item {
	padding: 10px 10px 8px 10px;
	text-decoration: none;
}

body.cms-partners div.breadcrumbs {
	max-width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	margin: 0;
}

body.cms-partners div.breadcrumbs .items {
	margin: 10px auto;
	max-width: 1375px;
}

.ambrands-filters-block {
	margin: 20px 0 48px 0;
}

@media (max-width: 767px) {
	.ambrands-letters-list .ambrands-letter .ambrands-content,
	.ambrands-filters-block .ambrands-letters-filter {
		justify-content: center;
	}
}


/* ============== Temporary Fixes ============== */

.product-item .product-item-details .price-stock-container .stock,
.pdp__upper .product-info__right .product-info-price .product-info-stock-sku,
.pdp__upper .product-info__right .non-orderable-message {
	visibility: hidden;
	display: none;
}

.product-item .product-item-details .price-stock-container .price {
	border-right: none;
}

@media (min-width: 999px) {
  .catalog-product-view.page-layout-1column .product-info__right {
    top: 150px;
  }
}

.block.related .block-title.title .title-copy {
	display: none;
	visibility: hidden;
}

.product-item-info .product.details.product-item-details .price-stock-container:has(.price:empty) {
	display: none;
	visibility: hidden;
}


