/*
Table of Contents
01. Fonts -------------------------------------
02. General -----------------------------------
03. Anchor Tag Styling ------------------------
04. Order and Unorder List --------------------
05. Heading Style -----------------------------
06. Button Style ------------------------------
07. Text Link ---------------------------------
08. Gravity From Style ------------------------
09. Coming Soon  ------------------------------
10. Cookie Policy  ----------------------------
11. Skip to Main  -----------------------------
*/

/* / ===================== Fonts ===================== / */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*
font-family: 'Mulish', sans-serif;
*/

/* / ===================== Generate ===================== / */

:root {
	--green: #54785D;
	--dark-green: #082826;
	--asagi-blue: #082826;
	--light-blue: #DDEEEF;
	--soft-yellow: #FFFFF9;
	--grayish-green: #EAF0E4;
	--cool-green: #426D70;
	--light-blue: #DDEEEF;
	--dark-seagreen: #B1BA96;
	--white: #ffffff;
	--black: #000000;
}

html {
	color: #000000;
	font-size: 10px;
	line-height: 1.5;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 30px 0;
	padding: 0;
}

::-ms-clear {
	display: none;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input,
select,
input[type="search"] {
	-webkit-appearance: none;
	border-radius: 0;
	box-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

img {
	max-width: 100%;
}

.invisible {
	visibility: hidden !important;
}

/* / ===================== Anchor Tag Styling ===================== / */

body .elementor a,
body a {
	font-family: inherit;
	font-weight: inherit;
	text-decoration: underline;
	color: #426D70;
	font-size: inherit;
	transition: all 0.3s;
}

body .elementor a:hover,
body a:hover {
	text-decoration: none;
	color: #426D70;
}

body a,
body p a,
body .elementor p a,
body .elementor ol li>a:not(.elementor-button),
body .elementor ul li>a:not(.elementor-button) {
	color: #426D70;
	text-decoration: underline;
	font-weight: 700;
}

body a:hover,
body p a:hover,
body .elementor p a:hover,
body .elementor ol li>a:not(.elementor-button):hover,
body .elementor ul li>a:not(.elementor-button):hover {
	color: #426D70;
	text-decoration: none;
	font-weight: 700;
}

body a[href*="tel"] {
	display: inline-block;
}

/* / =============== Order and Unorder List =============== / */

body .site-main ul:not([class]) {
	font-size: inherit;
	list-style: none;
}

body .site-main ol {
	list-style: decimal outside;
	font-size: inherit;
	margin-bottom: 10px;
	padding-left: 20px;
}

body .site-main ul:not([class])>li,
body .site-main ul:not([class])>li>ol>li>ul:not([class])>li {
	font-size: inherit;
	line-height: 1.4;
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
}

body .site-main ol>li,
body .site-main ol:not([class])>li>ul>li>ol:not([class])>li {
	font-size: inherit;
	line-height: 1.4;
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
	margin-bottom: 10px;
	padding-left: 5px;
	position: relative;
}

body .site-main ul:not([class]) li:last-child,
body .site-main ol:not([class]) li:last-child {
	margin-bottom: 0;
}

body .site-main ol ol,
body .site-main ul:not([class]) ul:not([class]),
body .site-main ol ul:not([class]),
body .site-main ul:not([class]) ol {
	margin-bottom: 0;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

body .site-main ul:not([class]):not(.elementor-editor-element-settings):not(.elementor-select-preset-list):not(.gform_fields) {
	margin-left: 0;
	padding-left: 0;
}

body .site-main ul:not([class]):not(.elementor-editor-element-settings):not(.elementor-select-preset-list):not(.gform_fields):not(.camps_and_programs) li:before,
body .site-main ul:not([class]) li ol li ul:not([class]) li:after {
	content: "";
	display: inline-block;
	background-color: #137CA6;
	position: absolute;
	left: 10px;
	top: 9px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
}

body .site-main ol li::marker,
body .site-main ul:not([class]) li ol li::marker {
	font-weight: 600;
	color: #137CA6;
}

body .site-main ul:not([class]) ol li::before {
	display: none !important;
}

/* / ===================== Heading Style ===================== / */

body h1[class],
body h2[class],
body h3[class],
body h4[class],
body h5[class],
body h6[class],
body h1:last-child,
body h2:last-child,
body h3:last-child,
body h4:last-child,
body h5:last-child,
body h6:last-child,
body p:last-child,
body ul:last-child,
body ol:last-child,
body dl:last-child,
body table:last-child,
body blockquote:last-child {
	margin-bottom: 0;
}

body {
	margin: 0;
	padding: 0;
	color: var(--dark-green);
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.8;
	background-color: #ffffff;
}

body p,
body .elementor-widget-container,
body .elementor-widget-container p,
body .elementor-widget-text-editor,
body .elementor-widget-text-editor p {
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	line-height: inherit;
	font-weight: inherit;
	text-transform: inherit;
}

body h1,
body .h1,
body .elementor-widget-heading h1.elementor-heading-title,
body .elementor-widget-heading.h1 .elementor-heading-title {
	font-family: "Mulish", Sans-serif;
	font-size: 45px;
	font-weight: 700;
	line-height: 1.255;
	letter-spacing: 0;
	color: var(--asagi-blue);
}

body h2,
body .h2,
body .elementor-widget-heading h2.elementor-heading-title,
body .elementor-widget-heading.h2 .elementor-heading-title,
body h2.elementor-cta__title.elementor-cta__content-item,
body .elementor-image-box-content h2.elementor-image-box-title,
body .elementor-posts .elementor-post h2.elementor-post__title,
body .elementor-posts h2.elementor-post__title {
	font-family: "Mulish", Sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.255;
	letter-spacing: 0;
	color: var(--asagi-blue);
}

body h3,
body .h3,
body .elementor-widget-heading h3.elementor-heading-title,
body .elementor-widget-heading.h3 .elementor-heading-title,
body h3.elementor-cta__title.elementor-cta__content-item,
body .elementor-image-box-content h3.elementor-image-box-title,
body .elementor-posts .elementor-post h3.elementor-post__title,
body .elementor-posts h3.elementor-post__title {
	font-family: "Mulish", Sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.255;
	letter-spacing: 0;
	color: var(--asagi-blue);
}

body h4,
body .h4,
body .elementor-widget-heading h4.elementor-heading-title,
body .elementor-widget-heading.h4 .elementor-heading-title,
body h4.elementor-cta__title.elementor-cta__content-item,
body .elementor-image-box-content h4.elementor-image-box-title,
body .elementor-posts .elementor-post h4.elementor-post__title,
body .elementor-posts h4.elementor-post__title {
	font-family: "Mulish", Sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.255;
	letter-spacing: 0;
	color: var(--asagi-blue);
}

body h5,
body .h5,
body .elementor-widget-heading h5.elementor-heading-title,
body .elementor-widget-heading.h5 .elementor-heading-title,
body h5.elementor-cta__title.elementor-cta__content-item,
body .elementor-image-box-content h5.elementor-image-box-title,
body .elementor-posts .elementor-post h5.elementor-post__title,
body .elementor-posts h5.elementor-post__title {
	font-family: "Mulish", Sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.255;
	letter-spacing: 0;
	color: var(--asagi-blue);
}

body h6,
body .h6,
body .elementor-widget-heading h6.elementor-heading-title,
body .elementor-widget-heading.h6 .elementor-heading-title,
body h6.elementor-cta__title.elementor-cta__content-item,
body .elementor-image-box-content h6.elementor-image-box-title,
body .elementor-posts .elementor-post h6.elementor-post__title,
body .elementor-posts h6.elementor-post__title {
	font-family: "Mulish", Sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.255;
	letter-spacing: 0;
	color: var(--asagi-blue);
}

body .small-text p,
body .small-text.elementor-widget-text-editor,
body .small-text.elementor-widget-text-editor p,
body .small-text .elementor-widget-text-editor,
body .small-text .elementor-widget-text-editor p,
body .small-text .elementor-cta__description.elementor-cta__content-item {
	font-size: 12px;
	line-height: 1.6;
	font-weight: 400;
	letter-spacing: 0;
}

/* / ===================== Button Style ===================== / */

/* / ===== Default Button ===== / */

body .elementor-button,
body .elementor-widget-button .elementor-button,
body .elementor-widget-button button:not(.gm-control-active),
body .elementor-widget-button button:not(.gm-control-active):focus,
body .elementor-widget-button [class*="elementor-kit"] .elementor-button,
body .elementor-widget-button [class*="elementor-kit"] .elementor-button:focus,
body .elementor-widget-button [type="button"]:not(.gm-control-active),
body .elementor-widget-button [type="button"]:not(.gm-control-active):focus,
body .elementor-widget-button [type="submit"]:not(.adminbar-button),
body .elementor-widget-button [type="submit"]:not(.adminbar-button):focus,
body .elementor-widget-button .elementor-cta .elementor-cta__button.elementor-button,
body .elementor-widget-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button {
	color: var(--white);
	background-color: var(--cool-green);
	font-size: 18px;
	line-height: 1.21;
	padding: 10px 14px 8px;
	font-weight: 600;
	border: 2px solid var(--cool-green);
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	border-radius: 10px;
	-webkit-appearance: none;
	transition: all 0.3s;
	box-sizing: border-box;
	font-family: "Montserrat", Sans-serif;
	max-width: 100%;
	text-transform: none;
}

.elementor-button:after,
[type="button"]:after {
	content: "";
	width: 174px;
	display: block;
	max-width: 100%;
}

body .elementor-button:hover,
body .elementor-widget-button .elementor-button:hover,
body .elementor-widget-button button:not(.gm-control-active):hover,
body .elementor-widget-button button:not(.gm-control-active):focus:hover,
body .elementor-widget-button [class*="elementor-kit"] .elementor-button:hover,
body .elementor-widget-button [class*="elementor-kit"] .elementor-button:focus:hover,
body .elementor-widget-button [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button [type="button"]:not(.gm-control-active):focus:hover,
body .elementor-widget-button [type="submit"]:not(.adminbar-button):hover,
body .elementor-widget-button [type="submit"]:not(.adminbar-button):focus:hover,
body .elementor-widget-button .elementor-cta .elementor-cta__button.elementor-button:hover,
body .elementor-widget-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button:hover {
	background-color: transparent;
	color: var(--cool-green);
	text-decoration: none;
	border-color: var(--cool-green);
}

/* / ===== Multi Color Button ===== / */

body .green-button .elementor-button,
body .elementor-widget-button.green-button .elementor-button,
body .elementor-widget-button.green-button button:not(.gm-control-active),
body .elementor-widget-button.green-button button:not(.gm-control-active):focus,
body .elementor-widget-button.green-button [class*="elementor-kit"] .elementor-button,
body .elementor-widget-button.green-button [class*="elementor-kit"] .elementor-button:focus,
body .elementor-widget-button.green-button [type="button"]:not(.gm-control-active),
body .elementor-widget-button.green-button [type="button"]:not(.gm-control-active):focus,
body .elementor-widget-button.green-button [type="submit"]:not(.adminbar-button),
body .elementor-widget-button.green-button [type="submit"]:not(.adminbar-button):focus,
body .elementor-widget-button.green-button .elementor-cta .elementor-cta__button.elementor-button,
body .elementor-widget-button.green-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button {
	color: var(--white);
	background-color: var(--green);
	border-color: var(--green);
}

body .green-button .elementor-button:hover,
body .elementor-widget-button.green-button .elementor-button:hover,
body .elementor-widget-button.green-button button:not(.gm-control-active):hover,
body .elementor-widget-button.green-button button:not(.gm-control-active):focus:hover,
body .elementor-widget-button.green-button [class*="elementor-kit"] .elementor-button:hover,
body .elementor-widget-button.green-button [class*="elementor-kit"] .elementor-button:focus:hover,
body .elementor-widget-button.green-button [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button.green-button [type="button"]:not(.gm-control-active):focus:hover,
body .elementor-widget-button.green-button [type="submit"]:not(.adminbar-button):hover,
body .elementor-widget-button.green-button [type="submit"]:not(.adminbar-button):focus:hover,
body .elementor-widget-button.green-button .elementor-cta .elementor-cta__button.elementor-button:hover,
body .elementor-widget-button.green-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button:hover {
	background-color: var(--white);
	color: var(--green);
	text-decoration: none;
	border-color: var(--green);
}

body .light-blue-button .elementor-button,
body .elementor-widget-button.light-blue-button .elementor-button,
body .elementor-widget-button.light-blue-button button:not(.gm-control-active),
body .elementor-widget-button.light-blue-button button:not(.gm-control-active):focus,
body .elementor-widget-button.light-blue-button [class*="elementor-kit"] .elementor-button,
body .elementor-widget-button.light-blue-button [class*="elementor-kit"] .elementor-button:focus,
body .elementor-widget-button.light-blue-button [type="button"]:not(.gm-control-active),
body .elementor-widget-button.light-blue-button [type="button"]:not(.gm-control-active):focus,
body .elementor-widget-button.light-blue-button [type="submit"]:not(.adminbar-button),
body .elementor-widget-button.light-blue-button [type="submit"]:not(.adminbar-button):focus,
body .elementor-widget-button.light-blue-button .elementor-cta .elementor-cta__button.elementor-button,
body .elementor-widget-button.light-blue-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button {
	color: var(--asagi-blue);
	background-color: var(--light-blue);
	border-color: var(--light-blue);
}

body .light-blue-button .elementor-button:hover,
body .elementor-widget-button.light-blue-button .elementor-button:hover,
body .elementor-widget-button.light-blue-button button:not(.gm-control-active):hover,
body .elementor-widget-button.light-blue-button button:not(.gm-control-active):focus:hover,
body .elementor-widget-button.light-blue-button [class*="elementor-kit"] .elementor-button:hover,
body .elementor-widget-button.light-blue-button [class*="elementor-kit"] .elementor-button:focus:hover,
body .elementor-widget-button.light-blue-button [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button.light-blue-button [type="button"]:not(.gm-control-active):focus:hover,
body .elementor-widget-button.light-blue-button [type="submit"]:not(.adminbar-button):hover,
body .elementor-widget-button.light-blue-button [type="submit"]:not(.adminbar-button):focus:hover,
body .elementor-widget-button.light-blue-button .elementor-cta .elementor-cta__button.elementor-button:hover,
body .elementor-widget-button.light-blue-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button:hover {
	background-color: var(--cool-green);
	color: var(--light-blue);
	border-color: var(--light-blue);
}

body .grayish-button .elementor-button,
body .elementor-widget-button.grayish-button .elementor-button,
body .elementor-widget-button.grayish-button button:not(.gm-control-active),
body .elementor-widget-button.grayish-button button:not(.gm-control-active):focus,
body .elementor-widget-button.grayish-button [class*="elementor-kit"] .elementor-button,
body .elementor-widget-button.grayish-button [class*="elementor-kit"] .elementor-button:focus,
body .elementor-widget-button.grayish-button [type="button"]:not(.gm-control-active),
body .elementor-widget-button.grayish-button [type="button"]:not(.gm-control-active):focus,
body .elementor-widget-button.grayish-button [type="submit"]:not(.adminbar-button),
body .elementor-widget-button.grayish-button [type="submit"]:not(.adminbar-button):focus,
body .elementor-widget-button.grayish-button .elementor-cta .elementor-cta__button.elementor-button,
body .elementor-widget-button.grayish-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button {
	color: var(--asagi-yellow);
	background-color: var(--grayish-green);
	border-color: var(--grayish-green);
}

body .grayish-button .elementor-button:hover,
body .elementor-widget-button.grayish-button .elementor-button:hover,
body .elementor-widget-button.grayish-button button:not(.gm-control-active):hover,
body .elementor-widget-button.grayish-button button:not(.gm-control-active):focus:hover,
body .elementor-widget-button.grayish-button [class*="elementor-kit"] .elementor-button:hover,
body .elementor-widget-button.grayish-button [class*="elementor-kit"] .elementor-button:focus:hover,
body .elementor-widget-button.grayish-button [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button.grayish-button [type="button"]:not(.gm-control-active):focus:hover,
body .elementor-widget-button.grayish-button [type="submit"]:not(.adminbar-button):hover,
body .elementor-widget-button.grayish-button [type="submit"]:not(.adminbar-button):focus:hover,
body .elementor-widget-button.grayish-button .elementor-cta .elementor-cta__button.elementor-button:hover,
body .elementor-widget-button.grayish-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button:hover {
	background-color: var(--green);
	color: var(--grayish-green);
	border-color: var(--grayish-green);
}

body .white-button .elementor-button,
body .elementor-widget-button.white-button .elementor-button,
body .elementor-widget-button.white-button button:not(.gm-control-active),
body .elementor-widget-button.white-button button:not(.gm-control-active):focus,
body .elementor-widget-button.white-button [class*="elementor-kit"] .elementor-button,
body .elementor-widget-button.white-button [class*="elementor-kit"] .elementor-button:focus,
body .elementor-widget-button.white-button [type="button"]:not(.gm-control-active),
body .elementor-widget-button.white-button [type="button"]:not(.gm-control-active):focus,
body .elementor-widget-button.white-button [type="submit"]:not(.adminbar-button),
body .elementor-widget-button.white-button [type="submit"]:not(.adminbar-button):focus,
body .elementor-widget-button.white-button .elementor-cta .elementor-cta__button.elementor-button,
body .elementor-widget-button.white-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button {
	color: var(--asagi-blue);
	background-color: var(--soft-yellow);
	border-color: var(--soft-yellow);
}

body .white-button .elementor-button:hover,
body .elementor-widget-button.white-button .elementor-button:hover,
body .elementor-widget-button.white-button button:not(.gm-control-active):hover,
body .elementor-widget-button.white-button button:not(.gm-control-active):focus:hover,
body .elementor-widget-button.white-button [class*="elementor-kit"] .elementor-button:hover,
body .elementor-widget-button.white-button [class*="elementor-kit"] .elementor-button:focus:hover,
body .elementor-widget-button.white-button [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button.white-button [type="button"]:not(.gm-control-active):focus:hover,
body .elementor-widget-button.white-button [type="submit"]:not(.adminbar-button):hover,
body .elementor-widget-button.white-button [type="submit"]:not(.adminbar-button):focus:hover,
body .elementor-widget-button.white-button .elementor-cta .elementor-cta__button.elementor-button:hover,
body .elementor-widget-button.white-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button:hover {
	background-color: var(--light-blue);
	border-color: var(--light-blue);
}

/* / ==================== Text Link ==================== / */

body .text-link .elementor-button,
body .text-link .elementor-button:focus,
body .text-link button:not(.gm-control-active),
body .text-link button:not(.gm-control-active):focus,
body .text-link [class*="elementor-kit"] .elementor-button,
body .text-link [class*="elementor-kit"] .elementor-button:focus,
body .text-link [type="submit"]:not(.adminbar-button),
body .text-link [type="submit"]:not(.adminbar-button):focus,
body .text-link [type="button"]:not(.gm-control-active),
body .text-link [type="button"]:not(.gm-control-active):focus,
body .text-link.elementor-cta--skin-classic .elementor-cta__button.elementor-button,
body .text-link.elementor-widget-call-to-action .elementor-cta__button-wrapper .elementor-cta__button {
	color: var(--dark-green);
	background-color: transparent;
	font-size: 20px !important;
	line-height: 24px;
	padding: 0;
	font-weight: 700 !important;
	border: none;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	text-align: left;
	border-radius: 0;
	-webkit-appearance: none;
	transition: all 0.3s;
	box-sizing: border-box;
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	max-width: 100%;
	letter-spacing: 0;
}

body .text-link .elementor-button span.last,
body .text-link.elementor-widget-call-to-action .elementor-cta__button-wrapper .elementor-cta__button span.last,
body .text-link.elementor-cta--skin-classic .elementor-cta__button.elementor-button span.last,
body .arrow-btn .elementor-button span.last {
	display: inline-block;
}

body .text-link .elementor-button span.last:after,
body .text-link.elementor-widget-call-to-action .elementor-cta__button-wrapper .elementor-cta__button span.last:after,
body .text-link.elementor-cta--skin-classic .elementor-cta__button.elementor-button span.last:after,
body .arrow-btn .elementor-button span.last::after {
	content: "";
	width: 22px !important;
	height: 20px;
	display: inline-block;
	background: url("/wp-content/uploads/2025/01/link-arrow.svg") center center no-repeat;
	background-size: contain;
	margin-bottom: -5px;
	margin-left: 15px;
	transition: all 0.3s;
}

body .text-link .elementor-button:hover,
body .text-link .elementor-button:focus:hover,
body .text-link button:not(.gm-control-active):hover,
body .text-link button:not(.gm-control-active):focus:hover,
body .text-link [class*="elementor-kit"] .elementor-button:hover,
body .text-link [class*="elementor-kit"] .elementor-button:focus:hover,
body .text-link [type="submit"]:not(.adminbar-button):hover,
body .text-link [type="submit"]:not(.adminbar-button):focus:hover,
body .text-link [type="button"]:not(.gm-control-active):hover,
body .text-link [type="button"]:not(.gm-control-active):focus:hover,
body .text-link.elementor-cta--skin-classic .elementor-cta__button.elementor-button:hover,
body .text-link.elementor-widget-call-to-action .elementor-cta__button-wrapper .elementor-cta__button:hover {
	background-color: transparent;
	color: #137ca6;
	text-decoration: underline;
	border: none;
}

/* / ===== Arrow Inside Button ===== / */

body .arrow-btn .elementor-button span.last::after {
	margin-left: 8px;
}

body .arrow-btn .elementor-button span.last::after {
	background-image: url('../img/arrow-right.svg');
}

body .arrow-btn.dark-blue .elementor-button span.last::after {
	background-image: url('../img/arrow-right-light-gray.svg');
}

body .arrow-btn.dark-blue .elementor-button:hover span.last::after {
	background-image: url('../img/arrow-right.svg');
}

body .arrow-btn.light-gray .elementor-button:hover span.last::after {
	background-image: url('../img/arrow-right-light-gray.svg');
}

body .text-link .elementor-button:after {
	display: none !important;
}

body .elementor-button span {
	color: inherit;
}

.ginput_container_select .select {
	position: relative;
}

.ginput_container_select .select select,
.gfield .clear-multi .ginput_container_date .select select,
.gfield .gfield_time_ampm .select select,
body select:not([class*="ui-datepicker"]) {
	width: 100%;
	height: 50px;
	cursor: pointer;
	position: relative;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	border: 2px solid rgb(71 71 71 / 60%);
	padding-left: 16px;
	padding-right: 16px;
	background: url(../img/arrow-down-black.svg) no-repeat center right 18px;
	background-color: #f2f2f3;
	background-size: 18px;
	padding: 12px 40px 12px 16px !important;
	margin: 0 !important;
}

body .gform_wrapper li.gfield_error .clear-multi .ginput_container_date .select {
	border-color: #e75454;
}

.s-hidden {
	display: none;
}

.styledSelect {
	padding: 10px 45px 10px 20px;
	position: relative;
	height: 50px;
	z-index: 4;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	border-radius: 50px !important;
	background-color: #F2F2F3;
	border: 2px solid rgb(71 71 71 / 60%);
	box-shadow: none;
	font-size: 16px !important;
	line-height: 28px;
	color: #1E2937 !important;
	text-transform: none;
	letter-spacing: 0px;
	transition: all 0.3s;
}

.styledSelect:focus {
	border: 2px solid #a65d43;
}

body .gform_wrapper .gfield_required {
	color: rgb(71 71 72 / 40%);
	font-weight: 400 !important;
	margin-left: 2px;
	text-transform: lowercase;
	letter-spacing: -0.3px;
}

body .gform_wrapper .gfield_time_ampm select {
	width: 80px !important;
	padding-bottom: 17px !important;
	padding-top: 17px !important;
}

.styledSelect:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(calc(-50% + 1px));
	right: 18px;
	line-height: 1;
	width: 14px;
	height: 8px;
	background: url(../img/arrow-down-black.svg) no-repeat center;
}

.styledSelect.active:after {
	background: url("../img/arrow-down-black.svg") no-repeat center;
	transform: translateY(-50%) rotate(180deg);
}

body .options {
	display: none;
	position: absolute;
	top: calc(100% + 2px);
	right: 0;
	left: 0;
	z-index: 9;
	margin: 0 !important;
	padding: 0;
	list-style: none;
	background: #f2f2f3;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 30px;
	padding-top: 0;
	padding-bottom: 0;
	max-height: 300px;
	overflow-y: auto;
	border: 2px solid #137ca6;
	box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);

}

body form .options li {
	margin: 0;
	padding: 10px 20px 10px;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: -0.18px;
	color: #1E2937;
	text-transform: none;
	cursor: pointer;
}

body form .options li:hover {
	background-color: #DBE9EE;
}

.options li::before {
	display: none !important;
}

.options li[rel=""] {
	display: none;
}

.options li.active {
	background-color: #DBE9EE;
	position: relative;
	cursor: default;
	pointer-events: none;
}

.styledSelect.noplaceholder .text-ellipses {
	color: rgba(71, 71, 71, 0.6);
}

.checkbox-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.checkbox-container .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}

.checkbox-container:hover input~.checkmark {
	background-color: #ccc;
}

.checkbox-container input:checked~.checkmark {
	background-color: #2196f3;
}

.checkbox-container .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.checkbox-container input:checked~.checkmark:after {
	display: block;
}

.checkbox-container .checkmark:after {
	left: 11px;
	top: 6px;
	width: 5px;
	height: 12px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.radio-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.radio-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.radio-container .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 50%;
}

.radio-container:hover input~.checkmark {
	background-color: #ccc;
}

.radio-container input:checked~.checkmark {
	background-color: #2196f3;
}

.radio-container .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.radio-container input:checked~.checkmark:after {
	display: block;
}

.radio-container .checkmark:after {
	top: 7px;
	left: 7.5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: white;
}

html body .gform_wrapper *:focus {
	outline: none;
}

html body .gform_wrapper div.validation_error html body .gform_wrapper form {
	border: 2px solid #666;
	padding: 0;
}

html body .gform_wrapper form ul.gform_fields li.gfield {
	margin-top: 0;
	margin-bottom: 16px !important;
	border: 0;
	background: none;
	vertical-align: top;
	letter-spacing: -0.14px;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
}

html body .gform_wrapper form ul.gform_fields li.gfield.bottom-info {
	padding-top: 0px !important;
}

html body .gform_wrapper form ul.gform_fields li.gfield .ginput_container {
	margin-top: 0 !important;
}

html body .gform_wrapper .top_label .gfield_label,
html body .gform_wrapper .gform_wrapper legend.gfield_label {
	font-family: "Rubik", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #474747;
	line-height: 24px;
	margin-bottom: 8px;
	letter-spacing: -0.5px;
	margin-top: 0 !important;
}

html body .gform_wrapper form ul.gform_fields li.gfield input[type="text"],
html body .gform_wrapper form ul.gform_fields li.gfield input[type="email"],
html body .gform_wrapper form ul.gform_fields li.gfield input[type="number"],
html body .gform_wrapper form ul.gform_fields li.gfield input[type="tel"],
html body .gform_wrapper form ul.gform_fields li.gfield textarea {
	margin-top: 0;
	margin-bottom: 0;
	border-radius: 50px !important;
	background-color: #F2F2F3;
	border: 2px solid rgb(71 71 71 / 60%);
	box-shadow: none;
	font-size: 16px !important;
	line-height: 28px !important;
	color: #1E2937 !important;
	width: 100% !important;
	height: 40px;
	padding: 7px 20px !important;
	transition: all 0.3s;
	height: 50px;
}

html body .gform_wrapper form ul.gform_fields li.gfield input[type="text"]::-webkit-input-placeholder,
html body .gform_wrapper form ul.gform_fields li.gfield input[type="email"]::-webkit-input-placeholder,
html body .gform_wrapper form ul.gform_fields li.gfield input[type="number"]::-webkit-input-placeholder,
html body .gform_wrapper form ul.gform_fields li.gfield input[type="tel"]::-webkit-input-placeholder,
html body .gform_wrapper form ul.gform_fields li.gfield textarea::-webkit-input-placeholder,
html body .gform_wrapper form ul.gform_fields li.gfield .styledSelect .text-ellipses {
	color: rgba(71, 71, 71, 0.6);
}

html body .gform_wrapper form ul.gform_fields li.gfield .styledSelect .text-ellipses {
	color: rgba(71, 71, 71, 0.6) !important;
}

html body .gform_wrapper form ul.gform_fields li.gfield input[type="text"]:focus,
html body .gform_wrapper form ul.gform_fields li.gfield input[type="email"]:focus,
html body .gform_wrapper form ul.gform_fields li.gfield input[type="number"]:focus,
html body .gform_wrapper form ul.gform_fields li.gfield input[type="tel"]:focus,
html body .gform_wrapper form ul.gform_fields li.gfield textarea:focus,
html body .gform_wrapper form ul.gform_fields li.gfield .styledSelect.active {
	border: 2px solid #137CA6;
}

html body .gform_wrapper form ul.gform_fields li.gfield textarea {
	height: 195px;
	resize: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
}

input:-webkit-autofill {
	-webkit-text-fill-color: #666666 !important;
}

html body .gform_wrapper form ul.gform_fields li.gfield .styledSelect .text-ellipses.valueAdded {
	color: #1E2937 !important;
}

html body .gform_wrapper form ul.gform_fields li.gfield.gfield_error:not(.top-text):not(.recaptcha-field) {
	margin-bottom: 15px !important;
}

html body .gform_wrapper form ul.gform_fields li.gfield.recaptcha-field {
	padding-top: 10px !important;
}

html body .gform_wrapper form ul.gform_fields li.gfield .ginput_container.ginput_recaptcha {
	margin-top: 0 !important;
}

html body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	font-size: 10px;
	color: #e11919;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	padding-top: 5px;
	line-height: normal;
	letter-spacing: -0.13px;
	padding-right: 7px;
	display: none;
}

html body .gform_wrapper .validation_message {
	font-size: 10px;
	color: #e11919;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	padding-top: 5px;
}

html body .gform_wrapper li.gfield_error .gfield_required {
	color: #d53b12;
	text-transform: capitalize;
}

html body .gform_wrapper div.validation_error {
	border: 0;
	font-size: 20px;
	color: #f02525;
	display: none;
}

html body .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
html body .gform_wrapper .gform_wrapper li.gfield_error textarea,
.gfield_error .styledSelect {
	border: 2px solid #D73F09 !important;
}

html body .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked+label,
html body .gform_wrapper .gfield_radio li input[type="radio"]:checked+label {
	font-weight: normal;
}

html body .gform_wrapper ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error {
	margin-top: 0;
}

html body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
html body .gform_wrapper li.gfield_error ul.gfield_checkbox,
html body .gform_wrapper li.gfield_error ul.gfield_radio {
	color: #000;
}

html body .gform_wrapper ul.gfield_radio li {
	display: block;
	position: relative;
	margin-bottom: 12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

html body .gform_wrapper ul.gfield_radio li:before {
	display: none !important;
}

html body .gform_wrapper ul.gfield_radio li input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

html body .gform_wrapper ul.gfield_radio li label {
	padding-left: 40px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	padding-bottom: 2px;
}

html body .gform_wrapper ul.gfield_radio li label:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	height: 24px;
	width: 24px;
	border-radius: 50%;
	background-color: #f2f2f3;
	border: 2px solid #8c8c8c;
}

html body .gform_wrapper ul.gfield_radio li input~label:hover:before {
	background-color: #ccc;
}

html body .gform_wrapper ul.gfield_radio li:hover input~label {
	font-weight: normal;
}

html body .gform_wrapper ul.gfield_radio li input:checked~label:before {
	background-color: #12749B;
	border-color: #12749B;
}

html body .gform_wrapper ul.gfield_radio li label:after {
	content: "";
	position: absolute;
	display: none;
}

html body .gform_wrapper ul.gfield_radio li input:checked~label:after {
	display: block;
}

html body .gform_wrapper ul.gfield_radio li label:after {
	top: 10px;
	left: 7px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: white;
}

html body .gform_wrapper ul.gfield_checkbox li {
	display: block;
	position: relative;
	margin-bottom: 12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

html body .gform_wrapper ul.gfield_checkbox li:before {
	display: none !important;
}

html body .gform_wrapper ul.gfield_checkbox li input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

html body .gform_wrapper ul.gfield_checkbox li label {
	padding-left: 40px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	padding-bottom: 2px;
}

html body .gform_wrapper ul.gfield_checkbox li label:before {
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	height: 24px;
	width: 24px;
	background-color: #f2f2f3;
	border: 2px solid #8c8c8c;
	border-radius: 6px;
}

html body .gform_wrapper ul.gfield_checkbox li input~label:hover:before {
	background-color: #ccc;
}

html body .gform_wrapper ul.gfield_checkbox li:hover input~label {
	font-weight: normal;
}

html body .gform_wrapper ul.gfield_checkbox li input:checked~label:before {
	background-color: #12749B;
	border-color: #12749B;
}

html body .gform_wrapper ul.gfield_checkbox li label:after {
	content: "";
	position: absolute;
	display: none;
}

html body .gform_wrapper ul.gfield_checkbox li input:checked~label:after {
	display: block;
}

html body .gform_wrapper ul.gfield_checkbox li label:after {
	left: 8px;
	top: 4px;
	width: 8px;
	height: 14px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.elementor .gm-style img {
	max-width: none;
}

html body .gform_wrapper form ul.gform_fields li.gfield.combo-name-fields {
	margin-bottom: 0 !important;
}

html body .gform_wrapper form ul.gform_fields li.gfield.combo-name-fields input {
	margin-bottom: 20px !important;
}

html body .gform_wrapper form ul.gform_fields li.gfield.combo-name-fields .ginput_container>span {
	margin-bottom: 0;
	padding-top: 0;
}

html body .gform_wrapper form ul.gform_fields li.gfield.combo-name-fields .validation_message {
	margin-top: -20px;
	margin-bottom: 20px;
}

html body .gform_wrapper form .gform_footer {
	text-align: left;
	padding: 10px 0 0;
	margin: 0;
}

html body .gform_wrapper form .gform_footer input[type="submit"] {
	color: #1E2937;
	background-color: #F68C1E;
	font-size: 20px !important;
	line-height: 32px !important;
	padding: 12px 24px 12px;
	font-weight: 700 !important;
	border: 2px solid #F68C1E;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	border-radius: 50px;
	-webkit-appearance: none;
	transition: all 0.3s;
	box-sizing: border-box;
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	max-width: 300px;
	width: 100%;
}

html body .gform_wrapper form .gform_footer input[type="submit"]:hover {
	background-color: transparent;
	color: #1E2937;
	text-decoration: none;
	border: 2px solid #F68C1E;
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
	padding: 0 !important;
}

html body .gform_wrapper form .gform_footer input[type="submit"]+img {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -30px);
}

body .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half,
body .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
	max-width: 50%;
	margin-right: 0 !important;
}

.coming-soon-content {
	min-height: calc(100vh - 839px);
}

/* / ================= Cookie Policy Style ================= / */
#cookie-notice {
	background-color: rgb(84 120 93 / 85%) !important;
	position: fixed;
	z-index: 11111;
}

#cookie-notice #cn-notice-text {
	display: flex;
	justify-content: center;
	align-items: center;
}

#cookie-notice #cn-notice-text+#cn-accept-cookie,
#cn-notice-buttons {
	display: none !important;
}

#cookie-notice .cookie-notice-container {
	padding: 25px 50px;
	margin-left: auto;
	margin-right: auto;
}

#cookie-notice .cookies-message {
	text-align: left;
	font-family: "Montserrat", Sans-serif;
	display: block;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 100%;
	max-width: 60%;
	margin: 0 1em 0 auto;
	font-size: 12px;
}

#cookie-notice .cookies-message a {
	color: #fff;
	text-decoration: underline;
}

#cookie-notice .cookies-message a:hover {
	text-decoration: none;
}

#cookie-notice .cookies-button-container {
	max-width: 40%;
	text-align: center;
	display: flex;
	align-content: space-between;
	margin: 0 auto;
	font-weight: bold;
}

#cookie-notice .cookies-button-container .cookies-button {
	border: 0;
	display: inline-block;
	color: #fff;
	margin: 0 4px;
	padding: 5px 10px;
	min-width: 110px;
	font-weight: 500;
	border-radius: 10px;
	text-align: center;
	background-color: #fffff9;
	font-family: "Montserrat", sans-serif;
	text-decoration: none;
	line-height: 30px;
	color: #54785D;
}

#cookie-notice .cookies-button-container .cookies-button:hover {
	background-color: #fff;
	color: #54785D;
	opacity: 0.8;
}

.cn-close-icon:before,
.cn-close-icon:after {
	background-color: #fff;
}

.cookie-notice-container .cn-text-container {
	margin: 0
}

/* / ================= Skip to Main Button ================= / */

a.skip-main {
	left: -999px;
	position: absolute;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	z-index: -999;
	background-color: #fff;
	color: #333;
	font-size: 14px;
}

a.skip-main:focus,
a.skip-main:active {
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgb(0 0 0 / 60%);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 14px;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

body [data-elementor-type="header"] {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}

body:has(header.active) {
	overflow: hidden;
}

header .header-toggle-buttons .toggle-button {
	position: relative;
}

header .header-toggle-buttons .toggle-button .elementor-widget-icon-list {
	position: absolute;
	top: calc(100% + 11px);
	min-width: 250px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	transition: all 0.3s ease-in-out;
}

.header-toggle-buttons .toggle-button .elementor-widget-icon-list li a{
	opacity: 0.7;
}

.header-toggle-buttons .toggle-button .elementor-widget-icon-list li a:hover {
	text-decoration: underline;
}

header .header-toggle-buttons .toggle-button.become-owner .elementor-widget-icon-list {
	left: auto;
	right: 0;
}

.header-toggle-buttons .toggle-button .elementor-button .elementor-button-icon svg {
	transition: all 0.3s;
}

.header-toggle-buttons .toggle-button:hover .elementor-button .elementor-button-icon svg {
	transform: rotate(-180deg);
}

.header-toggle-buttons .toggle-button:hover .elementor-widget-icon-list {
	opacity: 1;
	visibility: visible;
	transform: translate(0);
}

header .header-toggle-buttons .toggle-button .elementor-widget-icon-list a {
	display: inline-block;
	width: max-content;
	color: #082826 !important;
}

header .header-toggle-buttons .toggle-button .elementor-button::after {
	content: none;
}

.bcn-style .bcn-zigzag-content {
	max-width: 505px;
}

.bcn-gallery-slider.swiper .swiper-slide {
	flex: none !important;
}

.bcn-gallery-slider.swiper .swiper-slide .elementor-widget-image{
    height: 100%;
}

.bcn-gallery-slider.swiper .swiper-slide img {
	width: 100%;
	max-height: 500px;
}

body .elementor-button:focus{
    color: #426D70;
    background-color: transparent;
}

.hero-section .hero-img img{
    max-height: 600px;
    object-fit: cover;
    object-position: center;
}

footer .footer-list ul {
	column-count: 2;
}

footer .footer-list ul li a {
	color: #fff !important;
}

footer .footer-list ul li a:hover {
	text-decoration: underline !important;
}

body footer .elementor-widget-theme-site-logo a img,
body footer .elementor-widget-theme-site-logo a {
	width: 100% !important;
}

.brand-logos .elementor-widget-image a img{
    width: auto;
}

footer .footer-list ul li a{
    display: inline-block;
    max-width: max-content;
}

.bcn-extend-left::after,
.bcn-extend-right::after {
	content: '';
	position: absolute;
	width: 100vw;
	height: 100%;
	top: 0;
	background-color: inherit;
}

footer .footer-bottom-links p a{
    color: #ffffff !important;
    font-weight: 400 !important;
    text-decoration: none;
}

footer .footer-bottom-links p a:hover{
    text-decoration: underline;
}

footer .footer-list ul li{
    margin: 0 !important;
    padding: 0 0 15px !important
}

@media screen and (max-width:1024px) {

	body h1,
	body .h1,
	body .elementor-widget-heading h1.elementor-heading-title,
	body .elementor-widget-heading.h1 .elementor-heading-title {
		font-size: 34px;
	}

	body h2,
	body .h2,
	body .elementor-widget-heading h2.elementor-heading-title,
	body .elementor-widget-heading.h2 .elementor-heading-title,
	body h2.elementor-cta__title.elementor-cta__content-item,
	body .elementor-image-box-content h2.elementor-image-box-title,
	body .elementor-posts .elementor-post h2.elementor-post__title,
	body .elementor-posts h2.elementor-post__title {
		font-size: 34px;
	}

	body h3,
	body .h3,
	body .elementor-widget-heading h3.elementor-heading-title,
	body .elementor-widget-heading.h3 .elementor-heading-title,
	body h3.elementor-cta__title.elementor-cta__content-item,
	body .elementor-image-box-content h3.elementor-image-box-title,
	body .elementor-posts .elementor-post h3.elementor-post__title,
	body .elementor-posts h3.elementor-post__title {
		font-size: 28px;
	}

	body h4,
	body .h4,
	body .elementor-widget-heading h4.elementor-heading-title,
	body .elementor-widget-heading.h4 .elementor-heading-title,
	body h4.elementor-cta__title.elementor-cta__content-item,
	body .elementor-image-box-content h4.elementor-image-box-title,
	body .elementor-posts .elementor-post h4.elementor-post__title,
	body .elementor-posts h4.elementor-post__title {
		font-size: 24px;
	}

}

@media screen and (min-width:768px) {
	header .header-toggle-buttons {
		display: flex !important;
	}

	.bcn-opt-card .opt-body{
		display: block !important;
	}

	.brand-logos .uptown-logo a img,
	.brand-logos .uptown-logo{
		height: 32px !important;
	}
}

@media screen and (max-width: 767px) {

	body h1,
	body .h1,
	body .elementor-widget-heading h1.elementor-heading-title,
	body .elementor-widget-heading.h1 .elementor-heading-title {
		font-size: 28px;
	}

	body h2,
	body .h2,
	body .elementor-widget-heading h2.elementor-heading-title,
	body .elementor-widget-heading.h2 .elementor-heading-title,
	body h2.elementor-cta__title.elementor-cta__content-item,
	body .elementor-image-box-content h2.elementor-image-box-title,
	body .elementor-posts .elementor-post h2.elementor-post__title,
	body .elementor-posts h2.elementor-post__title {
		font-size: 25px;
	}

	body h3,
	body .h3,
	body .elementor-widget-heading h3.elementor-heading-title,
	body .elementor-widget-heading.h3 .elementor-heading-title,
	body h3.elementor-cta__title.elementor-cta__content-item,
	body .elementor-image-box-content h3.elementor-image-box-title,
	body .elementor-posts .elementor-post h3.elementor-post__title,
	body .elementor-posts h3.elementor-post__title {
		font-size: 25px;
	}

	body h4,
	body .h4,
	body .elementor-widget-heading h4.elementor-heading-title,
	body .elementor-widget-heading.h4 .elementor-heading-title,
	body h4.elementor-cta__title.elementor-cta__content-item,
	body .elementor-image-box-content h4.elementor-image-box-title,
	body .elementor-posts .elementor-post h4.elementor-post__title,
	body .elementor-posts h4.elementor-post__title {
		font-size: 20px;
	}

	#cookie-notice .cookie-notice-container{
		padding: 20px 40px 20px 20px;
	}

	#cookie-notice #cn-notice-text{
		flex-direction: column;
		align-items: flex-start;
	}

	#cookie-notice .cookies-message{
		margin: 0;
		max-width: 100%;
	}

	#cookie-notice .cookies-button-container{
		margin: 16px 0;
	}

	body {
		font-size: 16px;
		line-height: 1.81;
	}

	.bcn-opt-card .opt-head {
		position: relative;
		cursor: pointer;
	}

	.bcn-opt-card .opt-body {
		display: none;
	}

	.bcn-opt-card .opt-head::after {
		content: '';
		width: 26px;
		height: 26px;
		position: absolute;
		top: 50%;
		transform: translatey(-48%);
		right: 21px;
		background: url(../img/plus-icon.svg) no-repeat center / contain;
	}

	.bcn-opt-card .opt-head.active::after {
		background: url(../img/minu-icon.svg) no-repeat center / contain;
	}

	header .header-toggle-buttons .toggle-button .elementor-button{
		font-weight: 500 !important;
		background-color: transparent !important;
	}

	.bcn-style .bcn-zigzag-content {
		max-width: 100%;
	}

	header .header-toggle-buttons {
		background: #fffff9;
		position: absolute;
		width: 100%;
		left: 0;
		top: 100%;
		height: calc(100vh - 70px);
		display: none;
	}

	header .header-toggle-buttons .toggle-button .elementor-widget-icon-list {
		position: static; 
		max-width: 100%;
		box-shadow: none;
		border: none;
		opacity: 1 !important;
		visibility: visible !important;
		transform: translate(0) !important;
		background-color: transparent !important;
	}

	.header-toggle-buttons .toggle-button .elementor-button .elementor-button-icon {
		display: none !important;
	}

	header .header-toggle-buttons .toggle-button .elementor-widget-icon-list li::after {
		content: none !important;
	}

	.header-toggle-buttons .toggle-button .elementor-button .elementor-button-text,
	header .header-toggle-buttons .toggle-button .elementor-widget-icon-list a {
		color: #082826 !important;
	}

	header.active .toggle-nav {
		cursor: pointer;
	}

	header.active .toggle-nav svg {
		opacity: 0 !important;
	}

	header.active .toggle-nav .elementor-icon {
		background: url(../img/close-nav-icon.svg) no-repeat center;
		background-size: 20px;
		transition: none;
	}

	.franch-brand {
		background-color: transparent !important;
	}

	.bcn-gallery-slider .bcn-gallery-slider-wrapper {
		flex-wrap: nowrap !important;
	}

	footer .footer-list ul li{
		padding: 0 0 10px !important
	}
}

@media screen and (max-width:479px) {
	.elementor-button:after, [type="button"]:after {
		width: 400px;
	}
}