:root {
	--app-height: 100%;
}

div#wpadminbar {
	overflow: hidden;
}

html,
body {
	@media not all and (hover: hover) {
		height: var(--app-height);
	}
}
section {
	position: relative;
}
.anchor {
	position: absolute;
	height: 100px;
	width: 100%;
	top: -100px;
}
body.no-scroll {
	overflow: hidden;
}

body {
	overflow-x: hidden;
}

/* body::-webkit-scrollbar-track {
	background-color: #fff;
}

body::-webkit-scrollbar {
	width: 8px;
	background-color: #fff;
}

body::-webkit-scrollbar-thumb {
	background-color: #1B214A;
	background-image: -webkit-linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.4) 50%, transparent, transparent);
} */
.logged-in .header-info-user {
	display: block;
}

body .header-footer-group:not(.has-dark-banner) .header-info-user .name-user {
	color: #1a202c;
}

.logged-in .header-footer-group .header-quicklinks .button-wrap {
	display: none;
}
.page-content {
	min-height: 703px;
	/* overflow: hidden; */
}
.header-line {
	display: none;
}
header.header-footer-group {
	width: 100%;
	/* width: calc(100% - 95px); */
	/* margin-left: 95px; */
	position: absolute;
	z-index: 1010;
	top: 0;
	transition: top 0.3s ease-out;
	/* border-bottom: 1px solid #303666; */
}

header.header-footer-group .line-bottom, .fixed-header header.header-footer-group.has-dark-banner .line-bottom {
    display: block;
    border-bottom: 1px solid #303666;
}
header.header-footer-group.has-dark-banner {
	border-color: #fff;
}

header.header-footer-group.has-dark-banner .line-bottom{
	border-color: #fff;
}

.woocommerce-account header.header-footer-group .line-bottom {
    display: none;
}

.woocommerce-account.scroll header.header-footer-group {
    opacity: 1;
}

.fixed-header header.header-footer-group.has-dark-banner {
    border-color: #303666;
}

/* header.header-footer-group.bkg-white {
	transition: top .5s ease-out;
} */

.fixed-header header.header-footer-group {
	position: fixed;
}

.admin-bar header.header-footer-group {
	top: 32px;
}

.hide-menu header.header-footer-group {
	top: -88px !important;
}

.scroll header.header-footer-group {
	opacity: 0;
}

header.header-footer-group.full-screen {
	padding-left: 0px;
	margin-left: 0;
	width: 100%;
	background: #fff;
}

.page-content > section {
	/* margin-left: 94px; */
	/* width: calc(100% - 94px); */
}

.page-content > section.full-width {
	margin-left: 0;
	width: 100%;
	position: relative;
	z-index: 1001;
}

.page-content > section.dark-section,
.page-content > section.light-section {
	margin-left: 0;
	width: 100%;
}

.logo-link {
	background: none;
}

.site-logo {
	max-height: 64px;
	max-width: 150px;
	overflow: hidden;
}

.site-logo[data-aos="fade-up"],
.menu-item[data-aos="fade-up"],
.login-wrap[data-aos="fade-up"],
.button-wrap[data-aos="fade-up"],
.toggle-menu[data-aos="fade-up"] {
	-webkit-transform: translate3d(0, 30px, 0);
	transform: translate3d(0, 30px, 0);
}

header.header-footer-group .container {
	max-width: 1372px;
	width: 100%;
	position: relative;
	z-index: 2;
}

.header-footer-group .header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
	position: relative;
	height: 80px;
}

.header-footer-group .header-inner .header-navigation-wrapper {
	height: 100%;
	display: flex;
	align-items: center;

	@media (max-width: 1024.98px) {
		display: none;
	}
}

.header-footer-group .header-inner .header-navigation-wrapper .header-navigation,
.header-footer-group .header-inner .header-navigation-wrapper .header-navigation .main-menu-container,
.header-footer-group .header-inner .header-navigation-wrapper .header-navigation .main-menu-container > ul,
.header-footer-group .header-inner .header-navigation-wrapper .header-navigation .main-menu-container > ul > li {
	height: 100%;
	padding: 0
}

.header-footer-group .header-inner .header-navigation-wrapper .header-navigation .main-menu-container > ul {
	display: flex;
	align-items: center;
}

.header-footer-group .header-inner .header-navigation-wrapper .header-navigation .main-menu-container > ul > li {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.header-footer-group .header-inner .header-navigation-wrapper .header-navigation .main-menu-container > ul {
	margin: 0;
}

.main-menu {
	padding-left: 0;
}

.main-menu-container {
	position: relative;
}

.main-menu > li {
	position: relative;
	display: inline-block;
	margin-right: 32px;
	height: auto;
	opacity: 0;
	padding-top: 0;
	top: 0;
}

.main-menu > li:last-child {
	margin-right: 0;
}

.menu-item-has-children > a svg {
	margin-left: 8px;
	position: relative;
	top: -2px;
}

.menu-item-has-children > a svg path {
	transition: all 0.3s ease;
}

.has-dark-banner .menu-item-has-children > a svg path {
	stroke: #fff;
}

.main-menu > li > a {
	color: #1b214a;
	font-size: 14px;
	font-weight: 300;
	font-family: "Source Sans 3", sans-serif;
	transition: all 100ms;
}

header li.menu-item a:hover:before,
header .main-menu > li > a:after {
	display: none;
}

.main-menu a.secondary-button span[data-label] {
	display: block;
}

.main-menu a.secondary-button span[data-label]::after {
	white-space: nowrap;
	min-width: max-content;
}

.has-dark-banner .main-menu > li > a {
	color: #fff;
	text-decoration: none;
}

.header-quicklinks {
	display: flex;
	align-items: center;
	padding: 0;
}

.header-quicklinks a {
	color: #1b214a;
	font-size: 14px;
	font-weight: 300;
	font-family: "Source Sans 3", sans-serif;
	text-transform: none;
	padding: 0;
}

.header-quicklinks a.login {
	background: none;
}

.header-quicklinks-wrapper .header-info-user .navigation-overlay-dropdown ul li {
	padding-left: 20px;
	padding-right: 20px;
}

.has-dark-banner .header-quicklinks .button-portal a,
.has-dark-banner .header-quicklinks .button-contact a {
	color: #1b214a;
}

.has-dark-banner .header-quicklinks .button-portal:hover a,
.has-dark-banner .header-quicklinks .button-contact:hover a {
	color: #fff;
}

.header-quicklinks .button-portal, .header-quicklinks .button-contact {
	display: block;
	border-radius: 3px;
	background-image: url('data:image/svg+xml,<svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.30078 1.63232H9.48438M9.48438 1.63232V9.81592M9.48438 1.63232L1.30078 9.81592" stroke="%23EFB257" stroke-width="1.31017"/></svg>');
	padding: 8px 34px 7px 13px;
	background-position: calc(100% - 17px) calc(50% - 1px);
	background-repeat: no-repeat;
	transition: all 0.3s;
	overflow: hidden;
	background-size: 12px;
	margin-left: 10px;
}

.header-quicklinks .button-portal::before, .header-quicklinks .button-contact::before {
	background-color: #752963;
}

.header-quicklinks .button-portal::after, .header-quicklinks .button-contact::after {
	background-color: #91467f;
}

.has-dark-banner .header-quicklinks .button-portal::before, .has-dark-banner .header-quicklinks .button-contact::before {
	background-color: #fff;
}

.has-dark-banner .header-quicklinks .button-portal::after, .has-dark-banner .header-quicklinks .button-contact::after {
	background-color: #efb257;
}

.header-quicklinks .button-portal:hover, .header-quicklinks .button-contact:hover {
	text-underline-offset: 1px;
}

.header-quicklinks .button-portal a, .header-quicklinks .button-contact a {
	color: #fff;
	text-transform: uppercase;
	background-size:
		0 1px,
		100% 1px;
	padding-left: 0;
}

.header-quicklinks .button-portal:hover a, .header-quicklinks .button-contact:hover a {
	background-size:
		100% 1px,
		0 1px !important;
}

.header-quicklinks .button-portal a::before, .header-quicklinks .button-contact a::before {
	transform: scaleX(1);
	transform-origin: left center;
	display: block;
}

.header-quicklinks .button-portal:hover a::before, .header-quicklinks .button-contact:hover a::before {
	transform: scaleX(0);
	transform-origin: right center;
}

.has-dark-banner .header-quicklinks .button-portal {
	margin-right: 10px;
}

.has-dark-banner .header-quicklinks .button-portal, .has-dark-banner .header-quicklinks .button-contact {
	color: #1b214a;
}

.has-dark-banner .header-quicklinks .button-portal:hover, .has-dark-banner .header-quicklinks .button-contact:hover {
	background-image: url(../images/portal-hover-white.svg);
}

.has-dark-banner .header-quicklinks a {
	color: #fff;
}

.header-quicklinks a.btn-button.primary-button:before {
	width: 100%;
}

.header-quicklinks a.login:before {
	transform: scaleX(1);
	transform-origin: left center;
	display: block;
}

.header-quicklinks a.login:hover:before {
	transform: scaleX(0);
	transform-origin: right center;
}

.header-quicklinks .login-wrap {
	padding: 8px 0 7px;
	margin-right: 21px;
}

.main-menu > li > .sub-menu {
	display: none;
	position: absolute;
	left: 0;
	top: 81px;
	background: #fff;
	padding: 0;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	z-index: 10;
	width: 300px;
	max-width: 100vw;
	list-style: none;
}

.header-footer-group .main-menu > li {
	padding: 10px 0;
}

.main-menu > li .sub-menu .clickable-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: -1;
}

.main-menu > li .sub-menu li {
	margin-bottom: 0;
	border-bottom: 1px solid #1b214a;
	padding: 20px;
	background-image: url("../images/yellow-arr-menu.svg");
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: right 20px top 20px;
	opacity: 1 !important;
    transform: none !important;
    position: relative;
}

.main-menu > li .sub-menu li:first-child {
	/* padding-top: 25px; */
	background-position: right 20px top 25px;
}

.main-menu > li.menu-item .sub-menu li a:before {
	display: none;
}

.main-menu > li .sub-menu li:hover > a {
	color: #efb257;
}

.main-menu > li .sub-menu li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.main-menu > li .sub-menu li a {
	color: #752963;
	text-decoration: none;
	font-size: 16px;
	line-height: 21.8px;
	font-weight: 300;
	display: block;
	transition: all 100ms;
}

.main-menu > li .sub-menu li a:hover {
	text-decoration: underline;
}

.main-menu > li .sub-menu li .menu-item-description {
	color: #1b214a;
	padding-top: 8px;
	padding-bottom: 9px;
	font-size: 12px;
	font-weight: 300;
	line-height: 15.6px;
}

.main-menu > li .sub-menu li .menu-item-description:hover {
	text-decoration: none;
}

.main-menu > li .sub-menu li .btn-button {
	color: #1b214a;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 300;
	line-height: 19.5px;
}

.main-menu > li .sub-menu li .btn-button:hover {
	text-decoration: none;
	color: #752963;
}

.main-menu > li .sub-menu li .learn-more-btn:hover {
	text-decoration: underline;
}

.vertical-line {
	position: fixed;
	top: 0;
	left: 94px;
	width: 0.5px;
	height: 100vh;
	background-color: #1b214a;
	z-index: 10;
	-webkit-transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
	transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.admin-bar .vertical-line {
	top: 32px;
}

body:not(.no-animation) .line-slide-out .vertical-line {
	height: 0;
}

.horizontal-line {
	position: absolute;
	left: 94px;
	top: 87px;
	width: calc(100% - 94px);
	height: 0.5px;
	background-color: #1b214a;
	z-index: 99;
	-webkit-transition:
		top 0.3s ease-out,
		width 1s cubic-bezier(0.4, 0, 0.2, 1),
		background-color 0.3s ease-out;
	-o-transition:
		top 0.3s ease-out,
		width 1s cubic-bezier(0.4, 0, 0.2, 1),
		background-color 0.3s ease-out;
	transition:
		top 0.3s ease-out,
		width 1s cubic-bezier(0.4, 0, 0.2, 1),
		background-color 0.3s ease-out;
	transform: translateX(0);
}

.fixed-header .horizontal-line {
	position: fixed;
}

.admin-bar .horizontal-line {
	top: 119px;
}

body:not(.no-animation) .line-slide-out .horizontal-line {
	width: 0;
}

.hide-menu .horizontal-line {
	top: -1px !important;
}

.has-dark-banner .horizontal-line {
	background-color: #fff;
}

.horizontal-line.full-screen {
	left: 0;
	width: 100%;
}

.dark-section {
	position: relative;
}

.dark-section::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	height: 100%;
	left: 94px;
	width: 1px;
	background-color: #fff;
	z-index: 11;
	-webkit-transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
	transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
}

body:not(.no-animation) .line-slide-out .dark-section::before {
	height: 0;
}

.menu-sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 94px;
	height: 100vh;
	max-height: 861px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	z-index: 1000;
	display: none;
}

.admin-bar .menu-sticky {
	top: 32px;
	height: calc(100vh - 32px);
}

.menu-sticky.stop {
	position: absolute;
	top: auto;
}

body.relative {
	position: relative;
}

.sticky-menu-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	padding-top: 35px;
	padding-bottom: 28px;
}

.menu-sticky .menu-heading {
	cursor: pointer;
	left: -1px;
	position: relative;
}

.menu-sticky .menu-heading a {
	writing-mode: vertical-rl;
	color: #752963;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	font-size: 21px;
	font-weight: 300;
	font-family: "Source Sans 3", sans-serif;
	text-decoration: none;
	transform: scaleX(-1);
	padding-right: 0;
	padding-top: 0;
	line-height: 1;
	background: none;
}

.menu-sticky .menu-heading a em {
	font-style: normal;
	transform: scaleY(-1);
}

.menu-sticky .menu-heading a span {
	position: relative;
}

.menu-sticky .menu-heading a span.active-white {
	color: #fff;
}

.menu-sticky .menu-heading a:before {
	content: "";
	background-color: currentColor;
	bottom: 0px;
	content: "";
	left: 0;
	pointer-events: none;
	position: absolute;
	transform-origin: right center;
	transition: transform 0.6s cubic-bezier(0.4, 0, 0, 1);
	width: 1px;
	height: 100%;
	transform: scaleY(1);
	transform-origin: center bottom;
	display: block;
}

.menu-sticky .menu-heading a:hover:before {
	transform-origin: center top;
	transform: scaleY(0);
}

.menu-sticky .menu-heading a.active-white:before {
	background-color: #fff;
}

/* .menu-sticky h2 .menu-part::after {
	content: "";
	display: block;
	height: 1px;
	background-color: #752963;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 5px;
} */

/* .menu-sticky h2 .menu-part.active-white {
	color: #fff;
}

.menu-sticky h2 .menu-part.active-white::after {
	background-color: #fff;
} */

.menu-sticky .hamburger-icon {
	cursor: pointer;
	display: flex;
}

.menu-sticky .hamburger-icon .line {
	width: 1px;
	height: 64px;
	background-color: #752963;
	margin: 0px 4px;
}

.menu-sticky .menu-icon {
	position: relative;
	left: 1px;
	top: -21px;
}

.menu-sticky .hamburger-icon .line {
	position: relative;
	left: 0;
	transition: left 0.3s;
}

.menu-sticky .menu-icon:hover .line:first-child {
	left: -5px;
}

.menu-sticky .menu-icon:hover .line:last-child {
	left: 5px;
}

.menu-sticky .hamburger-icon .line.active-white {
	background-color: #fff;
}

.menu-sticky .contact-link {
	left: -1px;
	position: relative;
}

.menu-sticky .contact-link a {
	writing-mode: vertical-rl;
	color: #752963;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	font-size: 21px;
	font-weight: 300;
	font-family: "Source Sans 3", sans-serif;
	text-decoration: none;
	transform: scaleX(-1);
	padding-right: 0;
	padding-top: 45px;
	line-height: 1;
	background-size: 22px;
}

.menu-sticky .contact-link a:before {
	width: 1px;
	height: calc(100% - 44px);
	transform: scaleY(1);
	transform-origin: center bottom;
}

.menu-sticky .contact-link a:hover:before {
	transform-origin: center top;
	transform: scaleY(0);
}

.menu-sticky .contact-link a.active-white:before {
	background-color: #fff;
}

.menu-sticky .contact-link a em {
	font-style: normal;
	transform: scaleY(-1);
}

.menu-sticky .contact-link a:after {
	display: none;
}

.menu-sticky .contact-link span {
	color: #752963;
	position: relative;
}

.menu-sticky .contact-link span.active-white {
	color: #fff;
}

.menu-sticky .contact-link span.active-white:after {
	background-color: #fff;
}

#site-footer {
	background-color: #fff;
	color: #333;
	border-top: 1px solid #1b214a;
	position: relative;
	background: #fff;
	z-index: 1000;
	overflow: hidden;
	width: 100%;
}

.footer-inner {
	display: flex;
	flex-direction: column;
}

.footer-inner h6 {
	text-transform: uppercase;
	font-size: 13px;
	line-height: 15.6px;
	margin-top: 0;
	font-weight: 400;
	color: #752963;
}

.footer-inner .newsletter h6 {
	margin-bottom: -3px;
}

.footer-inner .footer-member h6 {
	color: #1b214a;
	margin-bottom: 15px;
}

.footer-inner .footer-contact h6 {
	margin-bottom: 24px;
}

.footer-contact .email {
	margin-top: 3px;
}

.footer-row {
	display: flex;
}

.footer-column {
	flex: 1;
	padding: 68px 80px 40px;
	border-right: 0.5px solid #1b214a;
}

.footer-column.column-1 {
	width: 23.1%;
	max-width: 23.1%;
	padding-right: 20px;
}

.footer-column.column-2 {
	width: 49%;
	max-width: 49%;
	padding-top: 69px;
}

.footer-column.column-3 {
	width: 27.9%;
	max-width: 27.9%;
	padding-left: 73px;
	padding-top: 69px;
}

.footer-column:first-child {
	padding-left: 0;
}

.footer-column:last-child {
	padding-right: 0;
	border-right: 0;
}

.footer-member {
	margin-top: 121px;
}

.footer-member .member-logo {
	margin-right: 10px;
	object-fit: contain;
	margin-bottom: 20px;
	max-height: 35px;
	max-width: 90px;
	transform: translateZ(0);
	filter: blur(0);
	-webkit-filter: blur(0);
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}

.footer-member .member-logo:nth-child(2) {
	max-height: 42px;
}

.footer-member .member-logo:last-child {
	margin-right: 0;
}

.newsletter p {
	font-weight: bold;
}

.newsletter .newsletter-form {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.newsletter .newsletter-form .fields {
	width: calc(100% - 110px);
}

.newsletter .newsletter-form p {
	margin: 0;
}

.newsletter .newsletter-form .wpcf7-form-control-wrap {
	width: 100%;
}

.newsletter .newsletter-form .wpcf7-form-control-wrap input {
	flex: 1;
	border: 0;
	font-family: "Poppins", sans-serif;
	border-bottom: 1px solid #1b214a;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: -0.04px;
	padding: 13px 0 3px;
	background: transparent;
	width: 100%;
	-webkit-border-radius: 0px;
}

.newsletter .newsletter-form .wpcf7-form-control-wrap input.wpcf7-not-valid {
	border-color: #fa3333;
}

.wpcf7-form.submitting {
	opacity: 0.5;
}

.newsletter .wpcf7-not-valid-tip {
	color: #fa3333;
	margin-top: 2px;
	font-size: 12px;
	line-height: 24px;
	font-weight: 300;
	letter-spacing: -0.04px;
}

.newsletter .wpcf7-not-valid-tip + .wpcf7-not-valid-tip {
	display: none;
}

.newsletter .wpcf7-not-valid-tip:before {
	content: "*";
}

.newsletter .newsletter-form .wpcf7-form-control-wrap input:-webkit-autofill,
.newsletter .newsletter-form .wpcf7-form-control-wrap input:-webkit-autofill:hover,
.newsletter .newsletter-form .wpcf7-form-control-wrap input:-webkit-autofill:focus,
.newsletter .newsletter-form .wpcf7-form-control-wrap input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px white inset !important;
}

.newsletter .wpcf7 form .wpcf7-response-output {
	margin: 2em 0 1em;
}

.newsletter .newsletter-form .wpcf7-form-control-wrap input:focus-visible {
	outline: none;
}

.newsletter .btn-button {
	transition: all 300ms;
	cursor: pointer;
	position: relative;
	height: 20px;
	margin-top: 30px;
	width: auto;
}

.newsletter.success_sent .wpcf7 {
	display: none;
}
.newsletter .thank-you {
	display: none;
}
.newsletter.success_sent .thank-you {
	display: block;
}

footer .newsletter.success_sent .thank-you {
	margin-top: 18px;
	background-color: #303666;
	color: #fff;
	font-size: 13px;
	line-height: 17px;
	padding: 10px 15px;
}

@media (min-width: 1025px) {
	.navigation-overlay.open {
		display: none;
	}

	.header-quicklinks-wrapper {
		overflow: hidden;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.newsletter .btn-button {
		background-position: left 4px;
	}
	.newsletter .btn-button:hover {
		background-position: 5px 4px;
	}
}

.newsletter .btn-button .hover-wrapper {
	position: relative;
	overflow: hidden;
	display: block;
}

.newsletter .btn-button .normal {
	transition:
		opacity 0.3s,
		transform 0.3s;
	display: block;
}

.newsletter .btn-button:hover .normal {
	opacity: 0;
	transform: translateY(-100%);
}

.newsletter .btn-button .hover {
	font-weight: 300;
	font-size: 14px;
	font-family: "Poppins", sans-serif;
	color: #752963;
	text-transform: uppercase;
	line-height: 18.2px;
	transition:
		opacity 0.3s,
		transform 0.3s;
	opacity: 0;
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	transform: translateY(100%);
}

.newsletter .btn-button:hover .hover {
	opacity: 1;
	transform: translateY(0);
}

.newsletter .btn-button span[data-label]:after {
	font-weight: 300;
	font-size: 14px;
	font-family: "Poppins", sans-serif;
	color: #752963;
	text-transform: uppercase;
	line-height: 18.2px;
}

.newsletter .btn-button .trigger {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.newsletter .btn-button input {
	font-weight: 300;
	font-size: 14px;
	font-family: "Poppins", sans-serif;
	color: #1b214a;
	text-transform: uppercase;
	border: 0;
	line-height: 18.2px;
	padding: 0;
}

.newsletter .wpcf7-spinner {
	position: absolute;
	right: -36px;
	top: 24px;
	margin: 0;
}

.newsletter .newsletter-form .wpcf7-form-control-wrap input::-ms-input-placeholder {
	/* Edge 12-18 */
	opacity: 0.5;
}

.newsletter .newsletter-form .wpcf7-form-control-wrap input::placeholder {
	opacity: 0.5;
}

.newsletter .newsletter-form button {
	padding: 8px 15px;
	background-color: #572364;
	color: #fff;
	border: none;
	cursor: pointer;
}

.footer-menus {
	display: flex;
	justify-content: space-between;
	margin-top: 37px;
}

.footer-inner .footer-menus h6 {
	margin-bottom: 14px;
}

.footer-menus ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-menus a {
	font-size: 12px;
	letter-spacing: -0.04px;
	line-height: 18px;
	margin-bottom: 4px;
	display: inline-block;
	color: #1b214a;
	text-decoration: none;
}

.footer-menus a:hover,
.footer-menus a:focus-visible {
	text-decoration: underline;
	color: #752963;
}

.footer-menu {
	margin-top: 20px;
	padding-right: 18px;
}

.footer-menu p {
	font-weight: bold;
	margin-bottom: 10px;
}

.footer-contact p {
	margin: 5px 0;
	margin-top: 17px;
}

.footer-contact a {
	margin: 5px 0;
	text-transform: none;
	font-size: 14px;
}

.footer-contact a:hover,
.footer-contact a:focus-visible {
	color: #752963;
}

.footer-contact .address {
	line-height: 1.7;
	color: #1b214a;
}

.footer-contact .address:hover {
	cursor: pointer;
}

.footer-contact a.address > sup {
	background-image: url('data:image/svg+xml,<svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.30078 1.63232H9.48438M9.48438 1.63232V9.81592M9.48438 1.63232L1.30078 9.81592" stroke="%23EFB257" stroke-width="1.31017"/></svg>');
	background-size: 11px;
	padding-right: 21px;
	letter-spacing: -0.1px;
}

.footer-contact a.address:hover > sup {
	background-size: 11px;
	background-position: right 0 top 0;
}

.footer-contact .address span {
	background-image: url('data:image/svg+xml,<svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.30078 1.63232H9.48438M9.48438 1.63232V9.81592M9.48438 1.63232L1.30078 9.81592" stroke="%23EFB257" stroke-width="1.31017"/></svg>');
	background-size: 11px;
	background-repeat: no-repeat;
	background-position: right 3px top 3px;
	padding-right: 20px;
}

.footer-socials {
	margin-top: 49px;
}

.footer-socials h6 {
	float: left;
	margin-right: 25px;
	margin-top: 5px;
}

.footer-socials .social-list {
	display: flex;
	gap: 10px;
	padding-top: 3px;
}

.footer-socials .social-list a {
	background: none;
	position: relative;
	width: 18px;
	height: 19px;
	display: block;
}

.footer-socials .social-list a img {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.footer-socials .social-list .hover {
	transition: opacity 300ms;
	opacity: 0;
}

.footer-socials .social-list a:hover .hover {
	opacity: 1;
}

.footer-bottom {
	border-top: 0.5px solid #1b214a;
	padding-top: 29px;
	padding-bottom: 49px;
}

.footer-bottom-wrapper {
	display: flex;
	justify-content: space-between;
}

.footer-bottom .footer-links a {
	margin-left: 28px;
	color: #1b214a;
	text-decoration: none;
	font-family: "Source Sans 3", sans-serif;
	font-weight: 400;
}

.footer-bottom .footer-links a:hover {
	color: #752963;
}

.footer-logo {
	max-width: 236px;
}

.footer-logo img {
	max-width: 100%;
}

.footer-logos {
	display: flex;
	flex-wrap: wrap;
}

footer.header-footer-group .container {
	max-width: 1372px;
	width: 100%;
}

.footer-bottom p,
.footer-bottom a {
	font-weight: 300;
	font-size: 12px;
	letter-spacing: -0.04px;
	line-height: 1.6;
}

.footer-bottom p {
	margin-bottom: 0;
}

.footer-copyright .website-by {
	font-weight: 300;
	font-size: 12px;
	letter-spacing: -0.04px;
	line-height: 1.6;
	color: #1b214a;
}

.footer-copyright .website-by a {
	background-size: 100% 1px;
}

.footer-copyright .website-by a:hover {
	background-size: 0 1px;
}

.footer-copyright {
	max-width: 220px;
}

.footer-copyright p {
	color: #1b214a;
}

.navigation-overlay .overlay-header {
	top: 0;
	width: 100%;
	z-index: 10;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 11px 0;
	position: relative;
}

.navigation-overlay .overlay-header:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #1b214a;
	transition: width 0.4s ease-in;
}

.navigation-overlay .overlay-header.slide:after {
	width: 0;
}

.navigation-overlay .overlay-header .container {
	max-width: 1370px;
	display: flex;
	justify-content: space-between;
}

.navigation-overlay {
	position: fixed;
	z-index: 1020;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	max-width: 100vw;
	pointer-events: none;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	-webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
	-moz-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
	-ms-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
	-o-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
	transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
	visibility: hidden;
	width: 0%;
	overflow: hidden;
}

.admin-bar .navigation-overlay {
	top: 32px;
}

.navigation-overlay.open {
	/* clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); */
	pointer-events: auto;
	-webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
	-moz-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
	-ms-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
	-o-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
	transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
	visibility: visible;
	width: 100%;
}

.navigation-overlay .wrapper {
	width: 100vw;
	height: 100%;
	overflow: hidden;
}

.overlay-header {
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-navigation {
	width: 100%;
}

.header-navigation-overlay {
	width: 100%;
	background: #fff;
}

.navigation-overlay .closebtn {
	font-size: 0;
	cursor: pointer;
	text-decoration: none;
	position: relative;
	display: block;
	width: 58px;
	height: 58px;
	top: -6px;
	left: 0px;
	background: none;
}

.navigation-overlay .closebtn:after,
.navigation-overlay .closebtn:before {
	content: "";
	position: absolute;
	display: block;
	width: 1px;
	height: 80px;
	background-color: #1b214a;
	transform: rotate(45deg);
	top: -11px;
	left: 29px;
}

.navigation-overlay .closebtn:after {
	transform: rotate(-45deg);
}

.navigation-overlay .overlay-content {
	padding: 0;
	height: calc(100% - 68px);
}

.navigation-overlay .overlay-content .container {
	display: flex;
	max-width: 1370px;
	position: relative;
	background-image: url(../images/menubkg.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-size: 442px 382px;
	background-position: 100% 0%;
}

.navigation-overlay .nav-section {
	margin-bottom: 40px;
	padding-right: 8.6%;
}

.navigation-overlay .nav-section:first-child {
	padding-left: 0;
}

.navigation-overlay .nav-section h6 {
	font-size: 55px;
	color: #752963;
	margin-bottom: 25px;
	line-height: 60.5px;
}

.navigation-overlay .nav-section h6 a {
	text-decoration: none;
	background: none;
	color: #752963;
}

.navigation-overlay .nav-section:not(:nth-last-child(2)):not(.open) h6 {
	border-bottom: 0;
}

.navigation-overlay .sub-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	counter-reset: li;
}

.navigation-overlay .menu li {
	margin-bottom: 26px;
	position: relative;
}

.navigation-overlay .menu li a {
	color: #1b214a;
	text-decoration: none;
	font-size: 26px;
	line-height: 39px;
}

.navigation-overlay .menu li a:hover {
	color: #752963;
}

.navigation-overlay .main-menu .sub-menu li:before {
	content: "0" counter(li);
	counter-increment: li;
	font-size: 14px;
	color: #efb257;
	line-height: 21px;
	text-decoration: none;
	position: relative;
	top: -6px;
	margin-right: 14px;
	font-weight: 500;
}

.navigation-overlay .booking-link {
	position: absolute;
	top: 36px;
	transform: rotate(90deg) scaleX(-1);
	right: 15px;
	transform-origin: top right;
}

.navigation-overlay .booking-link a.box-button.box-type.box-small {
	display: inline-block;
	padding: 16px 20px;
	color: #fff;
	border-radius: 5px;
	text-decoration: none;
	font-size: 25px;
	line-height: 32.5px;
	width: 365px;
	height: 102px;
	max-width: none;
	max-height: none;
	text-transform: none;
	background-size: 38px;
	background-position: right 22px center;
}

.navigation-overlay .booking-link a.box-button.box-type.box-small:hover {
	background-position: right 26px center;
}

.navigation-overlay .booking-link span {
	display: block;
	transform: rotate(180deg) scaleX(-1);
	padding-left: 0;
	transition: all 0.3s ease;
}

.navigation-overlay .booking-link a.box-button.box-type.box-small:hover span {
	padding-left: 4px;
}

.navigation-overlay .overlay-footer {
	background-color: #303666;
	color: #fff;
	padding: 35px 0 36px;
	margin-top: auto;
}

.navigation-overlay .overlay-footer .container {
	display: flex;
	justify-content: space-between;
	max-width: 1370px;
}

.navigation-overlay .bottom-text {
	font-size: 30px;
	line-height: 39px;
	padding-left: 30px;
}

.navigation-overlay .contact-info {
	display: flex;
	padding-top: 6px;
}

.navigation-overlay .contact-info .phone {
	margin-right: 40px;
}

.navigation-overlay .contact-info a {
	color: #fff;
	text-decoration: none;
	display: flex;
	align-items: center;
	font-size: 22px;
	line-height: 28.6px;
	display: inline;
	position: static;
}

.navigation-overlay .contact-info a:hover {
	color: #efb257;
}

.navigation-overlay .contact-info a svg {
	display: block;
	position: absolute;
	left: 0;
	top: -7px;
}

.navigation-overlay .contact-info a:hover svg rect {
	stroke: #efb257;
}

.navigation-overlay .contact-info a:hover svg path:nth-child(2) {
	fill: #efb257;
}

.navigation-overlay .contact-info a:hover svg path:nth-child(3) {
	stroke: #efb257;
}

.navigation-overlay .contact-info .phone,
.navigation-overlay .contact-info .email {
	position: relative;
	padding-left: 48px;
}

.navigation-overlay .contact-info .btn-button {
	font-size: 14px;
}

.navigation-overlay .container {
	width: 100%;
}

.toggle-menu {
	display: none;
}

header:after {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all 0.3s ease;
	background-color: transparent;
}

header.bkg-white:after {
	background-color: #fff;
}

header.bkg-white .toggle-menu .hamburger-icon .line {
	background-color: #1b214a;
}

header.bkg-white .main-menu > li > a {
	color: #1b214a;
}

header.bkg-white .header-quicklinks a {
	color: #1b214a;
}

header.bkg-white .header-quicklinks .button-portal,
header.bkg-white .header-quicklinks .button-contact {
	color: #fff;
}

header.bkg-white .header-quicklinks .button-portal:hover,
header.bkg-white .header-quicklinks .button-contact:hover {
	background-image: url(../images/portal.svg);
}

header.bkg-white .header-quicklinks .button-portal::before,
header.bkg-white .header-quicklinks .button-contact::before {
	background-color: #752963;
}

header.bkg-white .header-quicklinks .button-portal a,
header.bkg-white .header-quicklinks .button-contact a {
	color: #fff;
}

header.bkg-white .header-quicklinks .button-portal::after,
header.bkg-white .header-quicklinks .button-contact::after {
	background-color: #91467f;
}

.has-dark-banner .horizontal-line.dark {
	background-color: #1b214a;
}

/* .horizontal-line.dark {
	-webkit-transition: top .5s ease-out, width 1s cubic-bezier(0.4, 0, 0.2, 1);-o-transition: top .5s ease-out, width 1s cubic-bezier(0.4, 0, 0.2, 1);transition: top .5s ease-out, width 1s cubic-bezier(0.4, 0, 0.2, 1);
} */

header.bkg-white .menu-item-has-children > a svg path {
	stroke: #1b214a;
}

.dark-banner-logo {
	display: none;
}

.has-dark-banner .header-logo {
	display: none;
}

.has-dark-banner .dark-banner-logo {
	display: block;
}

header.bkg-white .dark-banner-logo {
	display: none;
}

header.bkg-white .header-logo {
	display: block;
}

@media (max-width: 480px) {
	.has-dark-banner .header-quicklinks .button-contact {
		display: none;
	}

	.navigation-overlay .header-quicklinks .button-contact {
		display: none;
	}

	.header-quicklinks .button-contact {
		display: none;
	}
}

@media (min-width: 768px) {
	.navigation-overlay .nav-section h6 + div {
		display: block !important;
	}
}

@media (min-width: 1025px) {
	.main-menu > li .sub-menu li:hover {
		background-color: #303666;
	}

	.main-menu > li:hover > a {
		-webkit-text-stroke: 0.6px currentColor;
		text-stroke: 0.6px currentColor;
	}
}

@media (min-width: 1500px) {
	header.header-footer-group .container {
		max-width: 1470px;
	}
}

@media (max-width: 1199px) {

	.vertical-line {
		/* left: 66px; */
		left: 0;
	}
	header.bkg-white:after {
		/* left: 67px; */
		left: 0;
	}

	.page-content > section {
		/* margin-left: 67px; */
		/* width: calc(100% - 67px); */
	}

	.dark-section::before {
		/* left: 66px; */
		left: 0;
	}

	.horizontal-line {
		left: 67px;
		left: 0;
		/* width: calc(100% - 67px); */
		width: 100%;
	}

	.footer-column {
		padding: 68px 20px 40px;
	}

	.footer-column.column-3 {
		padding-left: 20px;
	}
}

@media (min-width: 1024px) {
	.toggle-menu.menu-icon:hover .line:first-child {
		top: -5px;
	}

	.toggle-menu.menu-icon:hover .line:last-child {
		top: 5px;
	}
}

@media (max-width: 1024.98px) {
	
	header.header-footer-group .header-titles-wrapper {
		margin-left: 0;
		margin-right: auto;
	}
	.navigation-overlay .overlay-header {
		padding: 9px 0;
	}
	.header-footer-group .header-navigation-wrapper {
		display: none;
	}
	.horizontal-line.dark {
		display: none;
	}
	header.header-footer-group {
		width: 100vw;
		height: 68px;
	}

	header.bkg-white:after {
		left: 0;
	}

	.navigation-overlay .overlay-header .container,
	.navigation-overlay .overlay-content .container,
	.navigation-overlay .overlay-footer .container {
		/* padding: 0 45px; */
	}

	.navigation-overlay .closebtn {
		width: 30px;
		height: 30px;
		margin-left: 26px;
		top: -1px;
	}

	.navigation-overlay .booking-link {
		right: 50px;
	}

	.navigation-overlay .closebtn:after,
	.navigation-overlay .closebtn:before {
		left: 15px;
		top: -4px;
		height: 36px;
	}

	.navigation-overlay .header-quicklinks .button-portal {
		margin-right: 10px;
	}

	.navigation-overlay .header-quicklinks .button-contact,
	.navigation-overlay .header-quicklinks .button-portal {
		background-color: #303666;
	}

	.navigation-overlay .main-menu > li {
		display: block;
		margin-right: 0;
		border-bottom: 1px solid #1b214a;
		height: auto;
		padding: 0;
		top: 0;
	}

	.navigation-overlay .main-menu > li > a {
		font-size: 24px;
		font-weight: 300;
		line-height: 31.2px;
		text-align: left;
		color: #752963;
		float: none;
		display: block;

		padding: 11.5px 15px;
		font-family: "Poppins";
	}

	.navigation-overlay .main-menu > li.menu-item-has-children > a {
		pointer-events: none;
	}

	.navigation-overlay .main-menu > li.menu-item a:after,
	.navigation-overlay .main-menu > li.menu-item a:before {
		display: none;
	}

	.navigation-overlay .main-menu > li .sub-menu li {
		background-image: none;
		opacity: 1;
		padding: 6px 15px;
		border: 0;
		-webkit-transform: translate3d(0, 0px, 0);
		transform: translate3d(0, 0px, 0);
	}
	.overlay-content .main-menu {
		margin: 0;
	}

	.navigation-overlay .main-menu > li.active > a{
		background-color: #91467f;
	}

	.navigation-overlay .main-menu > li.active > a {
		color: #ffffff;
	}

	.navigation-overlay .main-menu > li.active svg {
		transform: rotate(180deg);
	}

	.navigation-overlay .main-menu > li.active svg path {
		stroke: #fff;
	}

	.navigation-overlay .main-menu > li > a.clickable-overlay {
		position: absolute;
		background-color: transparent;
	}

	.overlay-content .main-menu > li.menu-item .sub-menu li a {
		font-size: 22px;
		line-height: 33px;
		color: #1b214a;
	}

	.navigation-overlay .main-menu > li .sub-menu li.current-menu-item a {
		color: #752963;
	}

	.navigation-overlay .menu-item-has-children > a svg path {
		stroke: #752963;
	}

	.navigation-overlay .overlay-content .container {
		padding: 0;
		height: 100%;
	}

	.navigation-overlay .menu-item-has-children > a svg {
		width: 23px;
		position: absolute;
		top: 17px;
		right: 13px;
		height: 15px;
		transition: all 0.5s;
	}

	.navigation-overlay .main-menu > li .sub-menu {
		position: static;
		width: 100%;
		top: 0;
		max-height: unset;
		padding: 16px 0;
		box-shadow: none;
	}

	.navigation-overlay .header-info-user {
		display: block;
		background: #f7f7f7;
		padding: 30px 15px;
	}

	.navigation-overlay .header-info-user .name-user {
		display: inline-block;
		color: #1a202c;
		order: 2;
	}

	body:not(.woocommerce-account) .navigation-overlay .header-info-user .name-user {
		color: #1a202c;
	}

	.navigation-overlay .header-info-user .info .avatar {
		order: 1;
	}

	.navigation-overlay .header-info-user .navigation-overlay-dropdown {
		position: static;
		display: block;
		box-shadow: none;
		width: 100%;
		background: transparent;
	}

	.navigation-overlay .login-wrap {
		padding: 25px 15px;
		opacity: 1;
		-webkit-transform: translate3d(0, 0px, 0);
		transform: translate3d(0, 0px, 0);
		position: absolute;
		bottom: 0;
		width: 100%;
		background: #fff;
	}

	.navigation-overlay .login-wrap .login.button {
		background-color: #343a69;
		padding: 14.5px 69px 14.5px 17px;
		color: #fff;
		font-size: 18px;
		line-height: 23px;
	}

	.navigation-overlay .login-wrap .login.button:hover {
		background-position: right 13px center;
	}

	.navigation-overlay .header-info-user .navigation-overlay-dropdown ul li {
		padding: 15px 0;
		border-bottom: 1px solid #1b214a;
		list-style: none;
		font-family: Poppins;
		font-size: 16px;
		font-weight: 300;
		line-height: 20.8px;
		text-align: left;
		text-underline-position: from-font;
		text-decoration-skip-ink: none;
		background-image: url(../images/yellow-arr-menu.svg);
		background-size: 16px;
		background-repeat: no-repeat;
		background-position: right 0px top 18px;
	}

	.navigation-overlay .header-info-user .navigation-overlay-dropdown ul li:not(:first-child) {
		padding-top: 15px;
	}

	.navigation-overlay .header-info-user .navigation-overlay-dropdown ul li.logout-button a {
		color: #752963;
	}

	.navigation-overlay .header-info-user .navigation-overlay-dropdown ul li a {
		color: #1b214a;
		background-size: 0;
	}

	.navigation-overlay .header-info-user .info {
		justify-content: flex-start;
		margin-left: 0;
		margin-bottom: 15px;
	}

	.navigation-overlay .header-info-user .navigation-overlay-dropdown ul {
		padding: 0;
		margin: 0;
	}

	.footer-member .member-logo {
		margin-right: 10px;
	}

	.toggle-menu {
		display: block;
	}

	.toggle-menu .hamburger-icon {
		cursor: pointer;
		display: flex;
		flex-direction: column;
	}

	.toggle-menu .hamburger-icon .line {
		width: 48px;
		height: 1px;
		background-color: #1b214a;
		margin: 3px 0px;
	}

	.has-dark-banner .toggle-menu .hamburger-icon .line {
		background-color: #fff;
	}

	.toggle-menu.menu-icon {
		/* margin-top: 12px; */
	}

	.toggle-menu.menu-icon .line {
		position: relative;
		top: 0;
		transition: 0.3s;
	}

	.header-quicklinks .button-contact,
	.header-quicklinks .button-portal {
		padding: 5px 28px 5px 11px;
		background-position: calc(100% - 12px) calc(50% - 1px);
		background-size: 10px;
	}

	.header-quicklinks .button-contact a,
	.header-quicklinks .button-portal a {
		font-size: 13px;
		line-height: 22.5px;
	}

	.header-quicklinks .login-wrap {
		display: none;
	}

	.header-quicklinks-wrapper {
		position: absolute;
		right: 64px;
		top: 50%;
		transform: translateY(-50%);
	}

	.header-footer-group .header-inner {
		padding: 9px 0;
		align-items: center;
		height: 68px;
	}

	.toggle-menu.menu-icon {
		margin-left: 132px;
	}

	.menu-sticky,
	.vertical-line,
	.dark-section::before {
		display: none;
	}

	header.header-footer-group {
		margin-left: 0;
		width: 100%;
	}

	.page-content > section {
		margin-left: 0;
		width: 100%;
	}

	.horizontal-line {
		left: 0;
		width: 100%;
	}

	.footer-column.column-1 {
		width: 27.2%;
		max-width: 27.2%;
		padding-right: 15px;
	}

	.footer-column.column-2 {
		width: 48.4%;
		max-width: 48.4%;
		padding-left: 33px;
		padding-right: 33px;
	}

	.newsletter .newsletter-form .wpcf7-form-control-wrap input {
		padding-bottom: 3px;
	}

	.footer-column.column-3 {
		width: 24.4%;
		max-width: 24.4%;
		padding-left: 33px;
	}

	.newsletter .wpcf7-spinner {
		right: -28px;
	}

	.footer-column {
		padding-bottom: 35px;
		padding-right: 15px;
	}

	.footer-menus {
		max-width: 380px;
	}

	.navigation-overlay .overlay-content .header-navigation-overlay {
		padding: 0;
		height: calc(100% - 98px);
		overflow: auto;
	}

	.logged-in .navigation-overlay .overlay-content .header-navigation-overlay {
		height: calc(100% - 328px);
	}

	.navigation-overlay .nav-section h6 {
		font-size: 40px;
		line-height: 50px;
	}

	.navigation-overlay .menu li a {
		font-size: 22px;
		line-height: 32px;
	}

	.navigation-overlay .bottom-text {
		font-size: 26px;
		padding-left: 0;
	}

	.navigation-overlay .contact-info a {
		font-size: 20px;
	}
}

@media (max-width: 991px) {
	.footer-column.column-2 {
		padding-left: 15px;
		padding-right: 15px;
		width: 47.2%;
		max-width: 47.2%;
	}

	.footer-column.column-3 {
		width: 25.6%;
		max-width: 25.6%;
		padding-left: 15px;
	}

	.navigation-overlay .contact-info .phone {
		margin-right: 15px;
	}
}

@media (max-width: 782px) {
	.admin-bar header.header-footer-group {
		top: 46px;
	}

	.admin-bar .horizontal-line {
		top: 133px;
	}

	.admin-bar .navigation-overlay {
		top: 46px;
	}
}

@media (max-width: 767.98px) {
	.page-content {
		min-height: 587px;
	}
	.navigation-overlay .contact-info a svg {
		width: 27px;
		height: 27px;
		top: -3px;
	}

	.navigation-overlay .overlay-header .container,
	.navigation-overlay .overlay-content .container,
	.navigation-overlay .overlay-footer .container {
		padding: 0 15px;
	}

	.navigation-overlay .booking-link {
		right: 15px;
	}

	.navigation-overlay {
		background-color: #fff;
	}

	.footer-bottom .footer-links a {
		margin-left: 16px;
	}

	.footer-bottom .footer-links a:first-child {
		margin-left: 0;
	}

	.navigation-overlay .wrapper {
		padding-top: 0px;
	}

	.header-footer-group .header-navigation-wrapper {
		display: none;
	}

	.footer-copyright {
		max-width: 260px;
	}

	.navigation-overlay .overlay-header:after {
		display: none;
	}

	.header-footer-group .header-inner {
		padding: 10px 0;
	}

	.header-quicklinks {
		padding: 0;
	}

	.horizontal-line {
		top: 70px;
	}

	.admin-bar .horizontal-line {
		top: 116px;
	}

	.toggle-menu.menu-icon {
		margin-top: 0;
		margin-left: 0;
	}

	.toggle-menu .hamburger-icon .line {
		width: 49px;
	}

	.header-quicklinks-wrapper {
		margin-top: 0px;
		position: static;
		margin-left: auto;
		margin-right: 15px;
		transform: none;
	}

	.header-quicklinks .button-portal,
	.header-quicklinks .button-contact {
		padding: 5px 26px 5px 10px;
		background-position: calc(100% - 12px) calc(50% - 1px);
		font-size: 13px;
		margin: 7px 0;
	}

	.header-quicklinks .button-portal:hover {
		background-position: calc(100% - 8px) calc(50% - 5px);
	}

	.site-logo {
		max-width: 106px;
		padding-top: 2px;
	}

	.footer-row {
		flex-direction: column;
	}

	.footer-column.column-1,
	.footer-column.column-2,
	.footer-column.column-3 {
		width: 100%;
		max-width: 100%;
		border: 0;
		border-bottom: 0.5px solid #1b214a;
		padding-left: 15px;
		padding-right: 15px;
	}

	.footer-menus {
		flex-wrap: wrap;
	}

	footer.header-footer-group .container {
		padding-left: 0;
		padding-right: 0;
		flex-direction: column;
	}

	.footer-bottom {
		border-top: 0;
		padding: 34px 15px 64px;
	}

	.wpcf7-form-control-wrap {
		max-width: calc(100% - 100px);
	}

	.newsletter .newsletter-form .wpcf7-form-control-wrap input {
		max-width: 100%;
	}

	.footer-member {
		margin-top: 56px;
	}

	.footer-inner .newsletter h6 {
		margin-bottom: -10px;
	}

	.navigation-overlay .overlay-content .container {
		flex-direction: column;
		padding: 0;
		height: 100%;
		background-position: 156% 40%;
		background-size: 271px 235px;
	}

	.navigation-overlay .overlay-footer .container {
		flex-direction: column;
		padding: 0 15px;
	}

	.navigation-overlay .booking-link {
		position: static;
		transform: none;
		padding: 15px;
		margin-top: auto;
	}

	.navigation-overlay .booking-link span {
		transform: none;
	}

	.navigation-overlay .booking-link a.box-button.box-type.box-small {
		width: 100%;
		max-width: none;
		display: block;
		font-size: 20px;
		line-height: 25px;
		padding: 11px 15px;
		height: 70px;
		background-position: right 14px center;
	}

	.navigation-overlay .booking-link a.box-button.box-type.box-small:hover {
		background-position: right 18px center;
	}

	.navigation-overlay .booking-link span {
		max-width: 180px;
	}

	.navigation-overlay .contact-info .phone,
	.navigation-overlay .contact-info .email {
		padding-left: 34px;
	}

	.navigation-overlay .contact-info a {
		font-size: 15px;
		line-height: 19.5px;
	}

	.footer-column.column-1 {
		padding-top: 98px;
		padding-bottom: 19px;
	}

	.footer-member .member-logo {
		margin-right: 22px;
		max-height: 64px;
		max-width: 111px;
	}

	.footer-inner .footer-member h6 {
		margin-bottom: 15px;
	}

	.footer-member .member-logo:nth-child(2) {
		max-height: 63px;
	}

	.footer-member .member-logo:last-child {
		max-width: 140px;
	}

	.footer-column.column-2 {
		padding-top: 40px;
		padding-bottom: 0;
		border: 0;
	}

	.newsletter .newsletter-form {
		margin-top: 8px;
	}

	.newsletter .newsletter-form .wpcf7-form-control-wrap input {
		padding-top: 21px;
		padding-bottom: 4px;
	}

	.newsletter .btn-button {
		padding-left: 19px;
		margin-top: 39px;
		margin-left: 4px;
	}

	.newsletter .wpcf7-spinner {
		right: 22px;
		top: 64px;
	}

	.footer-menus {
		margin-top: 37px;
		row-gap: 17px;
		justify-content: space-between;
	}

	.footer-menu {
		padding-right: 15px;
		width: 45.9%;
	}

	.footer-inner .footer-menus h6 {
		margin-bottom: 12px;
	}

	.footer-column.column-3 {
		padding-top: 37px;
		padding-bottom: 4px;
	}

	.footer-inner .footer-contact h6 {
		margin-bottom: 24px;
	}

	.footer-contact .phone {
		margin-bottom: 2px;
	}

	.footer-contact .address {
		margin-top: 18px;
	}

	.footer-socials {
		margin-top: 50px;
	}

	.footer-socials .social-list {
		padding-top: 0;
	}

	.footer-socials h6 {
		margin-top: 3px;
	}

	.footer-links a {
		margin-left: 0;
		margin-right: 10px;
	}

	.footer-bottom .footer-copyright {
		margin-bottom: 19px;
	}

	.navigation-overlay .closebtn {
		top: 0px;
	}

	.navigation-overlay .overlay-header {
		padding: 15px 0px 17px;
		border-bottom: 0;
		height: 68px;
		border-bottom: 1px solid #1b214a;
	}

	.navigation-overlay .closebtn:after,
	.navigation-overlay .closebtn:before {
		height: 40px;
		top: -5px;
		left: 15px;
	}

	.navigation-overlay .closebtn:after {
		left: 16px;
	}

	.navigation-overlay .closebtn {
		width: 30px;
		height: 30px;
	}

	.navigation-overlay .overlay-header .container {
		padding: 0 15px;
	}

	.navigation-overlay .overlay-header .logo-link {
		max-width: 106px;
		margin-top: 3px;
	}

	.navigation-overlay .nav-section h6 {
		font-size: 30px;
		line-height: 39px;
		margin-top: 0;
		padding: 11px 15px 10px;
		border-bottom: 1px solid #1b214a;
		border-top: 1px solid #1b214a;
		margin-bottom: 0;
		position: relative;
	}

	.navigation-overlay .nav-section h6:after {
		content: "";
		display: block;
		position: absolute;
		width: 19px;
		height: 10px;
		background-image: url(../images/dropdown.svg);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		right: 15px;
		top: 26px;
		transform: rotate(0deg);
		transition: 0.3s;
	}

	.navigation-overlay .nav-section h6.active:after {
		transform: rotate(180deg);
	}

	.navigation-overlay .nav-section h6 + div {
		padding-top: 31px;
		padding-bottom: 18px;
		display: none;
	}

	.navigation-overlay .menu li a {
		font-size: 22px;
		line-height: 33px;
	}

	.navigation-overlay .menu li {
		padding: 0 15px;
		margin-bottom: 12px;
	}

	.navigation-overlay .menu li:before {
		font-size: 14px;
		line-height: 21px;
		margin-right: 17px;
	}

	.navigation-overlay .nav-section {
		padding: 0;
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.navigation-overlay .overlay-content {
		padding: 0;
		height: calc(100% - 68px);
	}

	.navigation-overlay .bottom-text {
		font-size: 25px;
		line-height: 32.5px;
		margin-bottom: 28px;
	}

	.navigation-overlay .overlay-footer {
		padding: 24px 0 17px;
	}

	.navigation-overlay .contact-info {
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.navigation-overlay .contact-info .phone,
	.navigation-overlay .contact-info .email {
		margin-bottom: 15px;
	}
}

@media (max-width: 600px) {
	.admin-bar header.header-footer-group.bkg-white {
		top: 0;
	}
	.admin-bar.fixed-header .navigation-overlay {
		top: 0;
	}
}

@media (max-width: 389px) {
	.footer-member .member-logo {
		margin-right: 14px;
		max-height: 64px;
		max-width: 85px;
	}
	.footer-member .member-logo:nth-child(2) {
		max-height: 55px;
	}
	.footer-member .member-logo:last-child {
		max-width: 120px;
	}
}
