.child_theme h1, 
.child_theme h2, 
.child_theme h3, 
.child_theme h4,
.child_theme h5, 
.child_theme h6,
.child_theme .h1, 
.child_theme .h2, 
.child_theme .h3, 
.child_theme .h4,
.child_theme .h5, 
.child_theme .h6{
	margin-bottom: 30px;
	margin-top: 10px;
}

form h1 {
	font-size: 28.799999999999997px;
}
.child_theme p{
	margin: 0 0 24px;
}
.child_theme form input[type=text],
.child_theme form input[type=email],
.child_theme form input[type=password],
.child_theme form input[type=tel],
.child_theme form input[type=number],
.child_theme form input[type=file],
.child_theme form select,
.child_theme form textarea {
	display: inline-block;
	outline:none;
	width: 100%;
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	height: auto;
	padding: 0 15px;
	min-height: 40px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
}
.child_theme form ul {
	margin: 0 !important;
}
.child_theme form input[type=text]:focus,
.child_theme form input[type=email]:focus,
.child_theme form input[type=password]:focus,
.child_theme form input[type=tel]:focus,
.child_theme form input[type=number]:focus,
.child_theme form input[type=file]:focus,
.child_theme form select:focus,
.child_theme form textarea:focus {
	box-shadow: none;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
	overflow: auto;
	padding: 10px 7px;
}
.child_theme .hs-form-field {
	margin-bottom: 20px;
}
.child_theme form label {
	display: inline-block;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 4px;
}
.child_theme .hs-error-msg,
.child_theme .systems-page ul.no-list.hs-error-msgs label,
.child_theme .hs_error_rollup label{
	color: #f2545b !important;
	font-family: arial, helvetica, sans-serif;
	line-height: 18px;
	white-space: normal;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 4px;
}
.child_theme form input[type=submit],
.child_theme form .hs-button,
.child_theme .button{
	cursor: pointer;
	display: inline-block;
	text-align: center;
	transition: all 0.15s linear;
	white-space: normal;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 700;
}

.child_theme ul, 
.child_theme ol {
	margin:0;
}

.child_theme ul li, 
.child_theme ol li {
	margin-bottom: 0;
}
.child_theme .card_gallery .icon_box.bgAdded span.icon_img.icon_sp,
.child_theme .card_gallery .icon_box.bgAdded img{
	height: auto;
}

/* Header */
.custom-top-header {
	background: rgb(58 57 54);
	color: rgb(255 255 255);
}
.custom-slider-container {
	max-width: 450px;
	margin-inline-start: auto; 
	margin-inline-end: auto; 
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	overflow: hidden;
}

.custom-slider-container button {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
	padding: 0;
	-webkit-appearance: button;
	text-align: inherit;
	background-color: #0000;
	background-image: none;
	-webkit-tap-highlight-color: transparent;
	touch-action: manipulation;
	cursor: pointer;
	position: relative;
	border: 0;
}
.custom-slider-container button svg {
	vertical-align: middle;
	display: block;
}
.custom-slider-container button:before {
	content: "";
	inset: calc(-1 * 0.625rem);
	position: absolute;
}

.custom-slider-container .slick-track > div.slick-slide {
	width: 100% !important;
	line-height: 1.7;
	color: #fff;
	font-size: 0.6875rem;
	font-weight: 700;
}
.custom-slider-container .slick-track > div.slick-slide p {
	margin: 0;
	font-weight: 400;
	text-align: center;
}

.custom-slider-container .slick-track > div.slick-slide p a {
	color: inherit;
}
.custom-announcement-bar {
	padding: 0.875rem 0;
}
.header__wrapper {
	
	max-width: 1140px;
	
	margin: 0 auto;
	border-radius: inherit;
	transition: inherit;
	display: grid;
	backdrop-filter: blur(14px);
	color: rgb(58 57 54);
	gap: 2.5rem;
	align-items: center;
	grid-template: "logo main-nav secondary-nav" / minmax(0, 1fr) fit-content(55%) minmax(0, 1fr);
}
.fixheader .custom-bottom-header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background: rgb(239 237 235);
}
.header__main-nav {
	grid-area: main-nav;
}
.header__logo {
	max-width: max-content;
	grid-area: logo;
	display: block;
	position: relative;
}
.header__secondary-nav {
	justify-content: flex-end;
	justify-self: end;
	align-items: center;
	gap: 0.75rem 2.5rem;
	flex-wrap: wrap;
	grid-area: secondary-nav;
	display: flex;
}
.header__icon-list {
	align-items: center;
	gap: 1.5rem;
	display: flex;
}
.tap-area {
	position: relative;
}
.sr-only {
	width: 1px;
	height: 1px;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	border-width: 0;
	margin: -1px;
	padding: 0;
	position: absolute;
	overflow: hidden;
}
.icon {
	vertical-align: middle;
	display: block;
}

.header__logo img {
	max-width: 200px;
}
.custom-bottom-header {
	padding: 1.5rem 48px;
}
.custom-menu-primary .hs-menu-wrapper > ul {
	padding: 0;
	display: contents;
}
.custom-menu-primary .hs-menu-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: safe center;
	gap: 1rem 2.5rem;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
	align-items: center;
	display: flex;
	gap: 0.625rem;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
	transition: opacity .2s ease-in-out;
	font-weight: 400;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a svg {
	position: relative;
	top: 2px;
}
.tap-area:before {
	content: "";
	inset: calc(-1 * 0.625rem);
	position: absolute;
}
.custom-lang-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a {
	align-items: center;
	display: flex;
	gap: 0.625rem;
}

.custom-lang-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul {
	position: absolute;
	top: 37px;
	right: 0;
	border: 1px solid rgba(58, 57, 54, 0.12);
	background: rgb(239 237 235);
	padding: 16px 0;
	color: rgb(58, 57, 54);
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: all .3s ease
}

.custom-lang-menu .hs-menu-wrapper > ul > li.hs-item-has-children {
	position: relative;
}
.custom-lang-menu .hs-menu-wrapper > ul > li.hs-item-has-children.lang-open > a > svg {
	transform: rotate(180deg);
}
.custom-lang-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul a {
	white-space: nowrap;
	line-height: 1.7;
	display: block;
	padding: 4px 40px 4px 24px;
	font-size: 13px;
	font-weight: 300;
	font-family: Muli, sans-serif;
}

.custom-header-wrapper {
	position: relative;
	z-index: 9;
	min-height: 139px;
}
.custom-header-wrapper.header_lp {
	min-height: 91.7px;
}
.custom-lang-menu .hs-menu-wrapper > ul {
	padding: 0;
	font-weight: 500;
	line-height: 1.6;
	font-size: 0.8125rem;
}
.custom-lang-menu .hs-menu-wrapper > ul > li.hs-item-has-children.lang-open > ul {
	visibility: visible;
	opacity: 1;
	pointer-events: all;
}
.custom-cart-section,
.custom-login-section {
	line-height: 1;
	position: relative;
	top: 1px;
}
.custom-cart-section,.custom-login-section {
	line-height: 1;
	position: relative;
	top: 1px;
}

.custom-lang-menu .hs-menu-wrapper > ul > li.hs-item-has-children.lang-open > a > svg {
	transform: rotate(180deg);
}

.custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children {
	position: relative;
}

.custom-menu-primary .hs-menu-wrapper > ul ul {
	position: absolute;
	display: block;
	visibility: hidden;
	opacity: 0;
	left: 0;
	top: 100%;
	border: 1px solid rgba(58, 57, 54, 0.12);
	background: #efedeb;
	padding: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:first-child {
	padding-top: 15px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:last-child {
	padding-bottom: 15px;
}
.custom-menu-primary .hs-menu-wrapper > ul li:hover > ul {
	visibility: visible;
	opacity: 1;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children {
	position: static;
}
.custom-menu-primary .hs-menu-wrapper > ul ul a {
	white-space: nowrap;
	font-size: 15px;
	line-height: 1.5;
	display: block;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:not(:last-child) {
	padding-bottom: 15px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul {
	left: 100%;
	top: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li {
	padding-left: 15px;
	padding-right: 15px;
}

.custom-search-wrapper {
	position: fixed;
	width: 100%;
	top: 0;
	height: 100%;
	pointer-events: none;
	z-index: 2;
	display: none;
}

.custom-overlay {
	min-height: 100lvh;
	background: #0006;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease;
	cursor: url(//24061888.fs1.hubspotusercontent-na1.net/hubfs/24061888/raw_assets/public/Westmount_Florist_July_2023/images/cursor-close.svg) 28 28,auto;
}
.search-open .custom-search-wrapper {
	pointer-events: all;
	display: block;
}
html.child_theme.search-open {
	overflow: hidden;
}
.search-open .custom-search-wrapper .custom-overlay {
	visibility: visible;
	opacity: 1;
}
.custom-search-inner {
	padding: 2rem 2.5rem 2.5rem 2.5rem;
	background: rgb(239 237 235);
	border-radius: 8px;
	max-width: 648px;
	position: absolute;
	right: 16px;
	top: 16px;
	bottom: 16px;
	width: 100%;
	overflow-y: auto;
	transform: translateX(120%);
	transition: all .3s ease;
}

.search-open .custom-search-inner {
	transform: translateX(0);
}

.custom-search-inner .search-input {
	display: flex;
	position: relative;
}

.custom-search-inner .search-input button {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-appearance: button;
	text-align: inherit;
	background-color: #0000;
	background-image: none;
	border: 0;
}

.custom-search-inner .search-input input[type="search"] {
	border: 0;
	color: inherit;
	margin: 0;
	padding: 0;
	-webkit-appearance: textfield;
	outline-offset: -2px;
	background: none;
	border-radius: 0;
	outline: none;
	flex-grow: 1;
	font-weight: bolder;
	font-size: 28px;
	padding: 0 90px 15px 0;
	border-bottom: 2px solid rgba(58, 57, 54, 0.12);
	line-height: normal;
	min-height: 58px;
	transition: all .3s ease;
}
.custom-search-inner .search-input input[type="search"]:focus {
	border-color: rgb(58, 57, 54);
	box-shadow: none;
}

.custom-search-inner .search-input input[type="search"]::placeholder {
	color: rgba(58, 57, 54, 0.5);
}

.custom-search-inner .search-input button.close-button {
	position: absolute;
	right: 0;
	top: 10px;
}

.custom-search-inner .search-input button.text-subdued {
	opacity: 0;
	transition: opacity .2s;
	position: absolute;
	right: 40px;
	top: 10px;
	color: rgba(58, 57, 54, 0.7);
	pointer-events: none;
}
.custom-search-inner .search-input.textExist button.text-subdued {
	visibility: visible;
	opacity: 1;
	pointer-events: all;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}
.tap-area a {
	position: relative;
	z-index: 2;
}
.custom-announcement-bar {
	height: 46px;
	overflow: hidden;
}
.simple-banner.cm_bnner {
	min-height: auto;
}

.simple-banner.cm_bnner .top_sec {
	padding-top: 22px;
	padding-bottom: 26px;
}

.simple-banner.cm_bnner .top_sec h1 {
	margin-bottom: 29px;
	margin-top: 0;
}
/* Footer Style Start */

.footer .container {
	
	max-width: 1140px;
	
	margin: 0 auto;
}
.footer {
	background: rgb(58 57 54);
	color: rgb(239 237 235);
	padding: 64px 48px;
}
.footer__wrapper {
	display: grid;
	gap: 4rem;
}
.custom-top-footer {
	gap: 2.5rem 3rem;
	align-items: start;
	--footer-block-list-justify-content: space-between;
	justify-content: var(--footer-block-list-justify-content, start);
	grid: auto-flow dense / repeat(2,minmax(0,1fr));
	display: grid;
}
.footer__block {
	gap: 2rem;
	display: grid;
}
.footer__block--menu {
	max-width: 250px;
}
.footer__block--menu .hs-menu-wrapper > ul {
	padding: 0;
	display: grid;
}

.footer__block--menu .hs-menu-wrapper > ul ul {
	padding: 0;
	display: grid;
	gap: 0.75rem;
}

.footer__block--menu .hs-menu-wrapper > ul > li > a {
	color: inherit;
	font-weight: 500;
	cursor: text;
	display: block;
	line-height: 1.6;
	font-size: 15px;
	pointer-events: none;
	margin-bottom: 1.5rem;
}

.footer__block--menu .hs-menu-wrapper > ul ul li a {
	transition: opacity .2s ease-in-out;
	color: inherit;
	overflow-wrap: anywhere;
	display: inline-block;
	font-size: 15px;
}
.footer__aside-bottom p {
	margin: auto;
	line-height: 1.6;
	color: rgba(239, 237, 235, 0.7);
	font-size: 13px;
}

.footer__aside-top, 
.footer__aside-bottom {
	justify-content: space-between;
	align-items: center;
	gap: 2rem;
	display: grid;
}
.custom-footer-share ul {
	gap: 0.75rem 1.5rem;
	flex-wrap: wrap;
	display: flex;
	margin: 0;
	list-style: none;
	padding: 0;
}

.footer-lang-menu .hs-menu-wrapper > ul {
	padding: 0;
	list-style: none;
}

.footer-lang-menu .hs-menu-wrapper > ul > li > a {
	color: inherit;
}
.footer-lang-menu .hs-menu-wrapper > ul > li {
	position: relative;
}
.footer-lang-menu .hs-menu-wrapper > ul > li.lang-open > a > svg {
	transform: rotate(180deg);
}
.footer-lang-menu .hs-menu-wrapper > ul > li > ul {
	background: #efedeb;
	border: 1px solid rgba(58,57,54,.12);
	color: #3a3936;
	opacity: 0;
	padding: 16px 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: -110px;
	transition: all .3s ease;
	visibility: hidden;
}
.footer-lang-menu .hs-menu-wrapper > ul > li > ul a {
	display: block;
	font-size: 13px;
	line-height: 1.7;
	padding: 4px 40px 4px 24px;
	white-space: nowrap;
	color: rgb(58, 57, 54);
}
.footer-lang-menu .hs-menu-wrapper > ul > li.lang-open > ul {
	opacity: 1;
	pointer-events: all;
	visibility: visible;
}

.custom-bottom-footer {
	gap: 3rem;
	display: grid;
}
.footer-lang-menu .hs-menu-wrapper > ul > li > a {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	font-weight: 500;
}
.footer-lang-menu .hs-menu-wrapper > ul > li > a svg path {
	fill: transparent;
}
.footer-subscription-form .form-title {
	color: inherit;
	font-size: 2rem;
	line-height: 1.2;
	margin: 0 0 1.5rem;
	letter-spacing: -0.02em;
}
.footer-subscription-form .hs-form-field > label {
	display: none;
}

.footer-subscription-form .hs-form {
	max-width: 400px;
	position: relative;
}
.child_theme .footer-subscription-form .hs-form-field input[type=email] {
	padding-block-start: 1rem;
	padding-block-end: 1rem;
	color: #3a3936;
	border-color: #97948C;
	height: calc(var(--input-height) + 0.625rem);
	--input-height: 3.125rem;
	padding-inline-start: 1.25rem;
	padding-inline-end: 1.25rem;
	background-color: transparent;
	font-size: 15px;
	text-align: start;
	font-weight: 300;
	font-family: 'Muli';
	border-radius: 0;
}

.child_theme .footer-subscription-form .hs-form-field input[type=email]::placeholder {
	color: white;
	opacity: 0.7;
}

.footer-subscription-form .hs-form .hs-submit {
	display: inline-block;
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
	right: 1.25rem;
}

.footer-subscription-form .hs-form .hs-submit input {
	width: 24px;
	height: 24px;
	border-radius: 999px;
	background: rgba(239, 237, 235, .1);
	flex-shrink: 0;
	place-items: center;
	transition: all .2s ease-in-out;
	display: grid;
	font-size: 0;
	border: 0;
	padding: 0;
}
.footer-subscription-form .hs-form .hs-form-field {
	margin: 0;
}
.footer-subscription-form .hs-form .hs_error_rollup > ul.no-list.hs-error-msgs.inputs-list {
	bottom: -60px;
}

.footer-subscription-form .hs-form ul.no-list.hs-error-msgs.inputs-list {
	position: absolute;
	width: 100%;
	bottom: -30px;
}
.footer-subscription-form .hs-form .hs-submit .actions {
	display: inline-block;
	position: relative;
}

.footer-subscription-form .hs-form .hs-submit .actions:before {
	content:"";
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	top: 0;
	pointer-events: none;
	background-image: url("//24061888.fs1.hubspotusercontent-na1.net/hubfs/24061888/raw_assets/public/Westmount_Florist_July_2023/images/form-arrow.svg");
}
.custom-footer-wrapper .footer {
	position: relative;
	z-index: 2;
}

.footer-subscription-form .widget-type-form {
	background: transparent;
	padding: 0;
}
.content-wrapper .dnd-section > .row-fluid,
.dnd-section > .row-fluid .content-wrapper,
.dnd-section > .row-fluid .page-center {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.child_theme .footer svg path {
	fill: rgba(239, 237, 235, 1.0); 
}
.child_theme .post_banner.simple-banner {
	background-color: transparent;
}
.child_theme .simple-banner .banner-breacrumb ul.hs-breadcrumb-menu li span.hs-breadcrumb-label,
.child_theme .simple-banner .banner-breacrumb ul.hs-breadcrumb-menu li:after{
	color:  #B9BBBD;
}
@media screen and (min-width: 700px) {
	.footer__aside-top, 
	.footer__aside-bottom {
		display: flex;
	}
	.custom-top-footer {
		flex-wrap: wrap;
		display: flex;
	}
	.footer__block--newsletter {
		flex-basis: 100%;
	}
	.footer__block--menu {
		flex-shrink: 0;
	}
}

@media screen and (min-width: 1050px) {
	.custom-top-footer {
		flex-wrap: nowrap;
	}
	.footer__block--newsletter {
		flex-basis: 33.3333%;
	}
	.footer__block--menu:last-child {
		margin-inline-end: 2.5rem;
	}
}
@media (max-width: 1469px){
	.content-wrapper, 
	.dnd-section > .row-fluid, 
	.page-center {
		max-width: 100%;
		padding-left: 48px;
		padding-right: 48px;
	}

	.custom-announcement-bar .page-center {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}
@media (max-width: 1399px) {
	.footer-subscription-form .form-title {
		font-size: 1.625rem;
	}
}

@media (max-width: 1280px) {
	.custom-top-footer {
		display: flex;
		flex-wrap: wrap;
	}
}

@media (max-width: 1149px) {
	.footer__block--menu:last-child {
		margin-inline-end: 0;
	}
	.footer-subscription-form .hs-form {
		max-width: 100%;
	}
}
@media (max-width: 1049px) {
	.footer-subscription-form .hs-form ul.no-list.hs-error-msgs.inputs-list label {
		font-size: 10px;
	}

	.footer-subscription-form .hs-form .hs_error_rollup>ul.no-list.hs-error-msgs.inputs-list {
		bottom: -43px;
	}
}
@media (max-width: 1042px) {
	.custom-top-footer {
		gap: 2.5rem 6rem;
	}
}

@media (max-width: 999px) {
	.footer {
		padding-left: 32px;
		padding-right: 32px;
	}
	.custom-top-footer {
		justify-content: normal;
	}
	.content-wrapper, 
	.dnd-section > .row-fluid, 
	.page-center {
		padding-left: 32px;
		padding-right: 32px;
	}
}

@media (max-width: 699px) {
	.content-wrapper, 
	.dnd-section > .row-fluid, 
	.page-center {
		padding-left: 20px;
		padding-right: 20px;
	}
	.footer {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 48px;
		padding-bottom: 48px;
	}

	.custom-bottom-footer {
		gap: 2.5rem;
	}

	.custom-top-footer {
		gap: 2.5rem;
	}

	.footer__block--newsletter {
		flex-basis: 100%;
	}

	.footer__wrapper {
		gap: 2.5rem;
	}

	.footer__block--menu .hs-menu-wrapper>ul>li>a {
		margin-bottom: 1rem;
	}
	.footer-lang-menu .hs-menu-wrapper>ul>li>ul {
		right: -37px;
	}
}

/* Footer Style End */

@media screen and (min-width: 700px) {
	.sm\:hidden {
		display: none;
	}
	.sm\:block {
		display: block;
		visibility: visible;
	}
	.sm\:flex {
		display: flex;
		visibility: visible;
	}
	.sm\:gap-2\.5 {
		gap: 0.625rem;
	}
	.header__main-nav button.mobileLang-close-button {
		display: none;
	}
}


@media screen and (min-width: 1000px) {
	.md\:block {
		display: block;
		visibility: visible;
	}
}

@media screen and (min-width: 1150px) {
	.lg\:hidden,
	.mobileMenu-close-button,
	.custom-mobile-utility{
		display: none;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul {
		display: block !important;
	}
}

@media (max-width: 1399px) {
	.custom-menu-primary .hs-menu-wrapper {
		gap: 1rem 1.5rem;
	}
}

@media (max-width: 1149px) {
	.custom-mobile-utility .panel-footer__localization-wrapper {
		display: none;
	}
	.header__main-nav button.mobileMenu-close-button {
		align-items: center;
		border: 1px solid rgba(58,57,54,.12);
		border-radius: 100%;
		display: flex;
		height: 48px;
		justify-content: center;
		margin-bottom: 10px;
		position: absolute;
		top: 32px;
		width: 48px;
		left: 32px;
	}
	.custom-menu-primary {
		height: 100%;
		pointer-events: none;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 2;
	}
	.mobile-menu-open .custom-menu-primary {
		pointer-events: all;
	}
	.header__wrapper {
		backdrop-filter: none;
		grid-template: "main-nav logo secondary-nav" / minmax(0, 1fr) auto minmax(0, 1fr);
	}

	.header__main-nav button {
		font-family: inherit;
		font-size: 100%;
		font-weight: inherit;
		line-height: inherit;
		color: inherit;
		margin: 0;
		padding: 0;
		-webkit-tap-highlight-color: transparent;
		touch-action: manipulation;
		cursor: pointer;
		-webkit-appearance: button;
		text-align: inherit;
		background-color: #0000;
		background-image: none;
		border: 0;
	}

	.custom-search-inner .search-input input[type=search] {
		font-size: 22px;
		min-height: 49.19px;
		padding-bottom: 12px;
	}

	.custom-search-inner .search-input button.close-button,
	.custom-search-inner .search-input button.text-subdued {
		top: 7px;
	}
	.custom-menu-primary .hs-menu-wrapper {
		background: #efedeb;
		border-radius: 8px;
		bottom: 16px;
		display: flex;
		flex-direction: column;
		left: -400px;
		max-width: 380px;
		overflow-y: auto;
		padding: 2rem 0 2.5rem;
		position: fixed;
		top: 16px;
		transition: all .3s ease;
		width: 100%;
		flex-direction: row;
	}

	.mobile-menu-open .custom-menu-primary .hs-menu-wrapper {
		left: 16px;
	}

	.mobile-menu-open .custom-menu-primary > .custom-overlay {
		opacity: 1;
		visibility: visible;
	}
	.mobile-menu-open {
		overflow: hidden;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li a {
		font-size: 22px;
		font-weight: 300;
		display: block !important;
		line-height: 1.3;
		letter-spacing: -0.44px;
	}

	.custom-menu-primary .hs-menu-wrapper > ul > li ul {
		display: none;
		position: static !important;
		visibility: visible !important;
		opacity: 1 !important;
		border: 0;
		background: none;
	}

	.custom-menu-primary .hs-menu-wrapper > ul > li a svg {
		display: none !important;
	}
	.custom-menu-primary .hs-menu-wrapper > ul {
		display: block;
		margin: 80px 0 0 0;
		width: 100%;
		padding-left: 32px;
		padding-right: 32px;
	}
	.custom-menu-primary .hs-menu-wrapper > ul  li.hs-item-has-children > a {
		letter-spacing: 0;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li {
		margin-bottom: 16px;
	}

	.custom-menu-primary .hs-menu-wrapper > ul ul li {
		padding-left: 0;
		padding-right: 0;
	}

	.custom-menu-primary .hs-menu-wrapper > ul > li ul {
		padding-left: 15px;
	}
	.custom-mobile-utility {
		margin-top: auto;
		width: 100%;
		padding-left: 32px;
	}
	.child-trigger {
		background: rgba(58, 57, 54, 0.1);
		height: 24px;
		width: 24px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 100%;
		position: absolute;
		margin: 0;
		top: 2px;
		right: 0;
		cursor: pointer;
		transition: all .3s ease;
	}
	.child-trigger:hover {
		background: rgb(58, 57, 54);
		color: rgb(239, 237, 235);
	}
	.child-trigger.child-open > svg {
		transform: rotate(90deg);
	}
	.custom-mobile-utility ul.social-media {
		flex-wrap: wrap;
		display: flex;
		gap: 24px;
		padding: 0;
		margin: 0 0 -8px 0;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children {
		position: relative;
	}
	.custom-menu-primary .hs-menu-wrapper ul ul li:first-child .child-trigger {
		top: 17px;
	}
	.custom-menu-primary .hs-menu-wrapper>ul>li a {
		font-size: 22px !important;
	}
}


@media (max-width: 999px) {
	.custom-bottom-header {
		padding-left: 32px;
		padding-right: 32px;
	}
	.custom-mobile-utility .panel-footer__localization-wrapper {
		align-items: center;
		display: flex;
		gap: 24px;
		padding-top: 16px;
		border-top: 1px solid rgba(58, 57, 54, 0.12);
		width: auto;
		margin-right: 32px;
		margin-top: 28px;
	}
	.custom-mobile-utility .panel-footer__account-link {
		margin-inline-start: auto;
		line-height: 1.6;
		font-size: 13px;
		font-weight: bold;
	}
	.custom-mobile-lang-menu ul ul {
		padding: 0;
		position: fixed;
		left: 8px;
		background: rgb(239, 237, 235);
		right: 8px;
		top: auto;
		border-radius: 8px;
		transition: all .3s ease;
		bottom: -500px;
	}
	.custom-mobile-lang-menu ul li.mobile-lang-open > ul {
		bottom: 8px;
	}
	.custom-mobile-lang-menu ul ul:before {
		content: "Language";
		display: block;
		padding: 20px;
		border-bottom: 1px solid rgba(58, 57, 54, 0.12);
		font-size: 18px;
		text-align: center;
		color: rgb(58, 57, 54);
		line-height: 1.4;
		font-weight: 300;
		letter-spacing: -0.36px;
	}
	.mobile-lang-open > .custom-overlay {
		visibility: visible;
		opacity: 2;
	}
	.custom-mobile-lang-menu ul ul a {
		display: block;
		padding: 8px 24px;
		text-align: center;
		color: rgb(58, 57, 54);
	}
	.custom-mobile-lang-menu ul ul li:last-child {
		padding-bottom: 16px;
	}
	.custom-mobile-lang-menu ul ul li:first-child {
		padding-top: 16px;
	}
	.custom-mobile-lang-menu > ul > li > a {
		display: flex;
		gap: 10px;
		align-items: center;
		font-size: 13px;
		font-weight: bold;
	}

	.custom-mobile-lang-menu > ul {
		padding: 0;
	}
	.custom-mobile-utility ul.social-media {
		flex-direction: row;
	}
	.custom-menu-primary .hs-menu-wrapper {
		padding-bottom: 32px;
	}
}

@media (max-width: 699px){
	.custom-menu-primary .hs-menu-wrapper {
		bottom: -90vh;
		left: 8px;
		max-height: 75vh;
		max-width: none;
		min-height: 70vh;
		right: 8px;
		top: auto;
		width: auto;
		padding-top: 24px;
		padding-bottom: 24px;
		overflow: unset;
	}
	.mobile-menu-open .custom-menu-primary .hs-menu-wrapper {
		left: 8px;
		bottom: 8px;
	}
	.custom-announcement-bar {
		padding: 10px 0;
	}

	.custom-slider-container .slick-track > div.slick-slide {
		font-size: 12px;
	}

	.custom-bottom-header {
		padding: 12px 20px;
	}

	.header__logo img {
		max-width: 135px;
	}

	.header__icon-list {
		gap: 16px;
	}

	.custom-header-wrapper {
		min-height: 94px;
	}
	.custom-header-wrapper.header_lp {
		min-height: 54px;
	}
	.header__main-nav button.mobileMenu-close-button {
		position: absolute;
		top: -71px;
		left: auto;
		right: auto;
		margin: 0 auto;
		background: #efedeb;
	}
	.header__main-nav button.mobileLang-close-button {
		position: absolute;
		top: -141px;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 1;
		background: #efedeb;
		align-items: center;
		border: 1px solid rgba(58,57,54,.12);
		border-radius: 100%;
		display: flex;
		height: 48px;
		justify-content: center;
		width: 48px;
		transition: all .4s ease;
		pointer-events: none;
		visibility: hidden;
		opacity: 0;
	}
	.header__main-nav .mobile-lang-open button.mobileLang-close-button {
		visibility: visible;
		opacity: 1;
		pointer-events: all;
	}
	.custom-mobile-utility {
		position: relative;
	}
	.header__main-nav button.mobileMenu-close-button svg {
		width: 24px;
		height: 24px;
	}

	.custom-menu-primary .hs-menu-wrapper > ul > li {
		margin-bottom: 14px;
	}
	.custom-menu-primary .hs-menu-wrapper > ul {
		margin-top: 0;
		overflow-y: auto;
		padding-left: 24px;
		padding-right: 24px;
		max-height: 500px;
	}

	.custom-mobile-utility .panel-footer__localization-wrapper {
		margin-right: 24px;
	}

	.custom-mobile-utility {
		padding-left: 24px;
	}
	.custom-search-inner {
		transform: translateY(-110%);
		left: 8px;
		right: 8px;
		max-width: -webkit-fill-available;
		bottom: auto;
		top: 8px;
		padding: 19px 24px 44px;
	}

	.search-open .custom-search-inner {
		transform: translateY(0);
	}

	.custom-search-inner .search-input input[type=search] {
		font-size: 18px;
		min-height: 40.8px;
		padding-bottom: 10px;
		height: auto;
		line-height: 1;
	}

	.custom-search-inner .search-input button.close-button,
	.custom-search-inner .search-input button.text-subdued {
		top: 2px;
	}
	.custom-announcement-bar .page-center {
		max-width: 93%;
	}
	.custom-announcement-bar {
		height: 40px;
	}
	.simple-banner.cm_bnner .top_sec {
		padding-bottom: 0;
		padding-top: 0;
	}
	.custom-menu-primary .hs-menu-wrapper>ul {
		max-height: 420px;
	}
	.custom-slider-container .slick-track>div.slick-slide p {
		font-size: 10px;
	}
}






/* theme-setting */
.footer{
	background-color: rgba(58, 57, 54, 1.0);
}
.footer__block--menu .hs-menu-wrapper>ul ul li a {
	color: rgba(239, 237, 235, 0.7);
}
.footer__block--menu .hs-menu-wrapper>ul ul li a:hover {
	color: rgba(239, 237, 235, 1.0);
}	
.footer__aside-bottom p{
	color: rgba(239, 237, 235, 0.7);
}	
.footer__block--menu .hs-menu-wrapper>ul>li>a,
.footer-subscription-form .form-title{
	color: rgba(239, 237, 235, 1.0); 
}

.child_theme .footer-subscription-form .hs-form-field input[type=email]{
	background-color: rgba(245, 248, 250, 0.0);
	color: rgba(58, 57, 54, 1.0);
	border-color: rgba(151, 148, 140, 1.0);
}	
.child_theme .footer-subscription-form .hs-form-field input[type=email]:focus{
	border-color: rgba(91, 115, 99, 0.8);
}	
/* header */
.custom-top-header{
	background-color: rgba(239, 237, 235, 1.0);
}

.custom-slider-container .slick-track>div.slick-slide p a{
	color: rgba(58, 57, 54, 1.0);
}	
.custom-slider-container .slick-track>div.slick-slide p a:hover{
	color: rgba(91, 115, 99, 1.0);
}	

.custom-bottom-header{
	background-color: rgba(239, 237, 235,1.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a{
	color: rgba(58, 57, 54,1.0);
	font-size: 15px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:hover>a{
	color: rgba(58, 57, 54,0.7000000000000001);
	background: rgba(2, 103, 128,0.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li.active>a{
	background-color: rgba(2, 103, 128,0.0);
	color: rgba(58, 57, 54,1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul ul{
	background-color: rgba(239, 237, 235,1.0);			
}
.custom-menu-primary .hs-menu-wrapper>ul ul a{
	background: rgba(2, 103, 128,0.0);
	color: rgba(58, 57, 54,1.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li ul li:hover>a{
	color: rgba(58, 57, 54,0.7000000000000001);
	background: rgba(2, 103, 128,0.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li ul li.active>a{
	color: rgba(58, 57, 54,1.0);
	background-color: rgba(2, 103, 128,0.0);
}
.header__icon-list>a{
	color: rgba(58, 57, 54,1.0);
}

.custom-overlay{
	background: rgba(0, 0, 0,0.4);
}
.custom-search-inner{
	background: rgba(239, 237, 235,1.0);
}




/* Social media link colors in blog post template */




.blog-header__author-social-links svg, .social_share_inner svg {
   fill: #EFEDEB;
}


.blog-header__author-social-links>a, .social_share_inner ul>li>a {
   background-color: #5B7363;
}
  }