/*----------------Core---------------------------*/
html { height: 100%; }

body {
    display: grid;
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 100%;
	background: #fff;
	color: rgba(36, 56, 55, 0.80);
	font: 300 18px 'Host Grotesk', sans-serif;
	letter-spacing: -0.32px;
	line-height: 1.5em;
	margin: 0px;
    min-height: 100%;
}

body#page-error { align-items: center; }

body.hamburger-active { overflow: hidden; }

img { height: auto; max-width: 100%; }
img[src=""], img:not([src]) { visibility: hidden; }

a { color: rgba(36, 56, 55, 0.80); transition: opacity 0.4s ease; }
a:focus { outline: 0; }
a:hover { color: rgba(36, 56, 55, 0.80); opacity: 0.5; }

form { margin: 0px; padding: 0px; }

h1, h2, h3, h4, h5, h6 { color: #243837; font-weight: 400; letter-spacing: -0.96px; line-height: 1.1em; margin-bottom: 20px; margin-top: 0; }

p { color: rgba(36, 56, 55, 0.80); line-height: 1.5em; margin-bottom: 20px; }

strong { font-weight: 700; }

ul, ol { list-style: none; margin-bottom: 20px; padding: 0; }
ul li, ol li { color: rgba(36, 56, 55, 0.80); line-height: 1.5em; margin-bottom: 10px; }
ul li:last-child, ol li:last-child { margin-bottom: 0; }

input:-webkit-autofill, input:-webkit-autofill:focus { transition: background-color 0s 600000s, color 0s 600000s !important; }

.margin-center { margin-left: auto; margin-right: auto; }
.max-width-1440 { max-width: 1440px; }
.max-width-900 { max-width: 900px; }
.max-width-800 { max-width: 800px; }
.max-width-750 { max-width: 750px; }
.max-width-700 { max-width: 700px; }
.max-width-680 { max-width: 680px; }
.max-width-650 { max-width: 650px; }
.max-width-640 { max-width: 640px; }
.max-width-600 { max-width: 600px; }
.max-width-550 { max-width: 550px; }
.max-width-525 { max-width: 525px; }
.max-width-500 { max-width: 500px; }

.container { max-width: 1264px !important; }

.background-img { background-position: center center; background-repeat: no-repeat; background-size: cover; }

.form-control { background: rgba(255, 255, 255, 0.02); border: 1px solid rgba(38, 120, 178, 0.24); border-radius: 6px; font-weight: 400; line-height: 1.7em; padding: 16px 24px; }
.form-control.active { padding-top: 20px; padding-bottom: 10px; }
.form-group { margin-bottom: 20px; position: relative; }
textarea.form-control { height: auto; line-height: 1.2em; padding: 16px 24px; }
textarea.form-control.active { padding-top: 24px; }

.form-control:focus { background-color: #fff; box-shadow: none; color: rgba(36, 56, 55, 0.80); }

.form-control::-webkit-input-placeholder { color: rgba(36, 56, 55, 0.80); }
.form-control::-moz-placeholder { color: rgba(36, 56, 55, 0.80); }
.form-control:-ms-input-placeholder { color: rgba(36, 56, 55, 0.80); }
.form-control:-moz-placeholder { color: rgba(36, 56, 55, 0.80); }

.form-action { margin-top: 30px; }

.sb-form-message { text-align: center; }

label { color: rgba(36, 56, 55, 0.80); display: block; font-size: 12px; font-weight: 700; left: 25px; line-height: 1em; opacity: 1; position: absolute; text-transform: uppercase; top: 15px; z-index: 1; }

.top-title { color: #2678B2; font-size: 16px; font-weight: 600; letter-spacing: 2.88px; line-height: 1.5em; margin-bottom: 15px; text-transform: uppercase; }

.title { color: #243837; font-size: 52px; letter-spacing: -1.04px; text-transform: capitalize; }
.highlight-strip { background-color: #173F68; border-radius: 10px; padding: 18px 24px; }
.highlight-strip p { color: #fff; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 0; }

.subtitle { color: rgba(36, 56, 55, 0.80); font-size: 18px; font-style: italic; font-weight: 400; letter-spacing: -0.36px; line-height: 1.5em; }

.font-size-48 { font-size: 48px; letter-spacing: -0.96px; line-height: 1.2em; }
.font-size-32 { font-size: 32px; letter-spacing: -0.64px; line-height: 1.2em; }
.font-size-28 { font-size: 28px; letter-spacing: -0.56px; line-height: 1.4em; }
.font-size-24 { font-size: 24px; letter-spacing: -0.48px; line-height: 1.5em; }

.btn { background: #FD671C; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 80px; color: #fff; font-weight: 400; letter-spacing: -0.48px; padding: 10px 24px; text-transform: capitalize; transition: all 0.4s ease; }
.btn:hover { background: #FD671C; color: #fff; opacity: 0.5; }

.list { margin-bottom: 20px; }
.list ul { list-style: none; margin: 0; margin-left: 10px; padding: 0; }
.list ul li { margin-bottom: 5px; padding-left: 20px; position: relative; text-align: left; }
.list ul li:last-child { margin-bottom: 0; }
.list ul li:before { background-color: #FD671C; border-radius: 50%; content: ''; height: 6px; left: 0; position: absolute; top: 11px; width: 6px; }

.list.gray ul li:before { background-color: rgba(36, 56, 55, 0.80); }
.list.blue ul li:before { background-color: #2678B2; }

.list-icon .item { display: flex; flex-wrap: wrap; margin-bottom: 15px; }
.list-icon .item.align-center { align-items: center; }
.list-icon .item.blue-text { margin-bottom: 40px; }
.list-icon .item.no-icon { margin-bottom: 25px; }
.list-icon .item:last-child { margin-bottom: 0; }
.list-icon .item .icon { flex: 0 0 auto; width: 59px; }
.list-icon .item .content { flex: 1 1 0; padding-left: 20px !important; padding-right: 0 !important; text-align: left !important; }
.list-icon .item.no-icon .content { padding-left: 0 !important; }
.list-icon .item .content > *:last-child { margin-bottom: 0; }
.list-icon .item .title { color: rgba(36, 56, 55, 0.80); font-size: 18px; font-weight: 400; letter-spacing: -0.36px; margin-bottom: 10px; }
.list-icon .item.blue-text .title { color: #2678B2; }
.list-icon .item .title span { font-size: 16px; font-weight: 600; letter-spacing: 2.88px; text-transform: uppercase; }
.list-icon .item .text { margin-bottom: 10px; }

.star-text { display: inline-block; margin-bottom: 10px; }
.star-text .row { --bs-gutter-x: 0; --bs-gutter-y: 0; }
.star-text .star { line-height: 1em; }
.star-text .text { color: #2678B2; font-size: 16px; font-weight: 600; letter-spacing: 2.88px; line-height: 1.5em; padding-left: 10px; text-transform: uppercase; }

.dropanchor { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }

.content > *:last-child, .text > *:last-child { margin-bottom: 0 !important; }

.cta { margin-top: 40px; }
.cta ul { display: flex; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; }
.cta ul li { padding-right: 12px; }
.cta ul li:last-child { padding-right: 0; }

.group.wow { opacity: 0; }
.group.wow.done { opacity: 1; }

.form-fighter { display: none; position: absolute; top: -99999; height: 0; overflow: hidden; }

/*------------ HEADER ----------------------*/
#header { background-color: #fff; padding: 30px 0; position: relative; z-index: 10; }
	#header .container { max-width: 1384px !important; }
	#header ul { list-style: none; margin: 0; padding: 0; }

	/* Logo */
	#header .logo { flex: 0 0 auto; width: auto; }
	#header .logo a:hover { opacity: 1; }

	/* Menu */
	#header .menu { flex: 1 1 0; }
	#header .menu > ul { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
	#header .menu > ul > li { flex: 0 1 auto; color: rgba(36, 56, 55, 0.80); font-size: 16px; margin-bottom: 0; margin-left: 40px; position: relative; }
	#header .menu > ul > li.has-submenu { padding-right: 18px; }
	#header .menu > ul > li:first-child { margin-left: 0; }
	#header .menu > ul > li i { font-size: 10px; margin-top: -1px; position: absolute; right: 0; top: 50%; transform: translateY(-50%) rotate(0deg); }
	#header .menu > ul > li a { color: inherit; font: inherit; text-decoration: none; transition: opacity 0.4s ease; }
	#header .menu > ul > li a:after { content: ''; height: 6px; left: 0; pointer-events: none; position: absolute; top: 100%; width: 100%; }
	#header .menu > ul > li a:hover { opacity: 0.5; }

	#header .menu > ul > li:hover i { margin-top: 0; transform: translateY(-50%) rotate(180deg); }
	#header .menu > ul > li:hover ul { margin-top: 6px; opacity: 1; pointer-events: auto; }
	#header .menu > ul > li:hover > a:after { pointer-events: auto; }
	#header .menu > ul > li:hover > a:before { width: 100%; }

	/* CTA  */
	#header .cta, #header .phone { flex: 0 0 auto;  margin-top: 0; width: auto; }
	#header .phone { display: none; margin-right: 24px; }
	#header .phone a { color: #F27543; font-size: 18px; text-decoration: none; }

	/* Dropdown */
	#header .menu > ul > li > ul { border-radius: 4px; box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px; display: block; background-color: #fff; left: -20px; list-style: none; margin: 0; margin-top: 12px; min-width: 240px; opacity: 0; overflow: hidden; padding: 22px; pointer-events: none; position: absolute; top: 100%; z-index: 2; transition: opacity 0.4s ease, margin-top 0.4s ease; }
	#header .menu > ul > li > ul > li { border-bottom: 1px solid rgba(20, 33, 75, 0.2); color: rgba(36, 56, 55, 0.80); font-size: 14px; letter-spacing: 0; line-height: 1.2em; margin-right: 0; text-align: left; text-transform: capitalize; }
	#header .menu > ul > li > ul > li:last-child { border-bottom: 0; }
	#header .menu > ul > li > ul > li:first-child a { margin-top: 0; }
	#header .menu > ul > li > ul > li:last-child a { margin-bottom: 0; }
	#header .menu > ul > li > ul > li a { display: block; margin: 12px 0; position: relative; width: 100%; }
	#header .menu > ul > li > ul > li a:hover { opacity: 0.5; }

    /* Hamburger */
	#header .hamburger { flex: 0 0 auto; display: none; width: auto; }
	#header .hamburger .box { cursor: pointer; height: 20px; margin-left: auto; position: relative; width: 30px; }
	#header .hamburger .box div { background-color: #173F68; height: 2px; left: 0; position: absolute; width: 100%; }
	#header .hamburger .box div:first-child { top: 0; }
	#header .hamburger .box div:nth-child(2) { top: 50%; transform: translateY(-50%); }
	#header .hamburger .box div:last-child { bottom: 0; }

	#header .cta-mobile { flex: 0 0 auto; display: none; width: auto; }
		#header .cta-mobile a { color: #FD671C; font-size: 24px;  }

/*------------ MOBILE NAV ----------------------*/
#mobile-nav { background-color: #fff; box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px; height: 100%; right: 0; position: fixed; top: 0; max-width: 350px; width: 90%; transform: translateX(100%); z-index: 15; }
	.hamburger-active #mobile-nav { transform: translateX(0); }

	#mobile-nav .menu-contact { overflow-y: auto; }
	#mobile-nav .menu ul { list-style: none; margin: 0; margin-bottom: 20px; padding: 20px; }
	#mobile-nav .menu ul li { color: rgba(36, 56, 55, 0.80); font-size: 16px; font-weight: 800; line-height: 1.2em; margin-bottom: 40px; padding-left: 0; padding-right: 30px; position: relative; text-transform: uppercase; }
	#mobile-nav .menu ul li:last-child { margin-bottom: 0; }

	#mobile-nav .menu ul li i { display: block; font-size: 16px; position: absolute; right: 0; top: 0; }

	#mobile-nav .menu ul li a { color: inherit; font: inherit; text-decoration: none; }

	#mobile-nav .menu ul li ul { margin-bottom: 0; padding-bottom: 0; padding-right: 0; }
	#mobile-nav .menu ul li ul li { margin-bottom: 20px; padding-right: 0; text-transform: none; }
	#mobile-nav .menu ul li.menu-li-active i { transform: rotate(180deg); }

	/* Close */
	#mobile-nav .close { display: flex; flex-wrap: wrap; align-items: center; border-bottom: 1px solid rgba(0, 0, 0, 0.1); padding: 30px 20px; }
	#mobile-nav .close .box { cursor: pointer; height: 14px; position: relative; width: 20px; }
	#mobile-nav .close .box div { background-color: rgba(36, 56, 55, 0.80); height: 2px; left: 0; position: absolute; width: 100%; }
	#mobile-nav .close .box div:first-child { top: 0; }
	#mobile-nav .close .box div:nth-child(2) { top: 50%; transform: translateY(-50%); }
	#mobile-nav .close .box div:last-child { bottom: 0; }

	#mobile-nav .close .text { font-size: 16px; font-weight: 800; line-height: 1.2em; padding-left: 10px; text-transform: uppercase; }

	/* Contact */
	#mobile-nav .contact { padding: 0 20px 20px; }
	#mobile-nav .contact .box { background-color: #FD671C; border-radius: 10px; padding: 20px; }
	#mobile-nav .contact p { color: #fff; font-size: 14px; font-weight: 700; line-height: 1.2em; }
	#mobile-nav .contact p > a, #mobile-nav .contact p > span { display: flex; flex-wrap: wrap; align-items: center; color: inherit; font: inherit; text-decoration: none; }
	#mobile-nav .contact .box > *:last-child { margin-bottom: 0; }
	#mobile-nav .contact a span, #mobile-nav .contact span span { flex: 0 1 auto; padding-left: 10px; width: calc(100% - 20px); }
	#mobile-nav .contact i { flex: 0 1 auto; font-size: 16px; text-align: center; width: 20px; }

	/* Bottom */
	#mobile-nav .bottom { background-color: #fff; border-top: 1px solid rgba(0, 0, 0, 0.1); bottom: 0; left: 0; padding: 30px 20px; position: fixed; width: 100%; z-index: 5; }
	#mobile-nav .socials ul { display: flex; flex-wrap: wrap; list-style: none; margin: 0; margin-bottom: 0; padding: 0; }
	#mobile-nav .socials ul li { color: #FD671C; font-size: 22px; line-height: 1em; margin-bottom: 0; padding-right: 20px; }
	#mobile-nav .socials ul li a { color: inherit; font: inherit; } 
	#mobile-nav .socials ul li:last-child { padding-right: 0; }
	#mobile-nav .bottom .copyright { font-size: 12px; font-weight: 700; line-height: 1.2em; }

/*------------ MOBILE NAV OVERLAY ----------------------*/
#mobile-nav-overlay { background-color: rgba(12, 12, 12, 0.3); height: 100%; left: 0; opacity: 0; position: fixed; top: 0; visibility: hidden; width: 100%; z-index: 14; transition: all 0.4s ease; }
	.hamburger-active #mobile-nav-overlay { opacity: 1; visibility: visible; }

/*------------ FOOTER ----------------------*/
#footer { padding-top: 80px; position: relative; }
	#footer a { text-decoration: none; }
	#footer ul { list-style: none; margin: 0; padding: 0; } 
	#footer ul li { color: rgba(36, 56, 55, 0.80); font-size: 16px; margin-bottom: 12px; }
	#footer ul li:last-child { margin-bottom: 0; }
	#footer ul li a { color: inherit; font: inherit; text-decoration: none; transition: opacity 0.4s ease; }
	#footer .title { color: #2678B2; font-size: 16px; font-weight: 600; letter-spacing: 2.88px; line-height: 1.5em; margin-bottom: 15px; text-transform: uppercase; }
	#footer .cta-socials { display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 35px; }

	/* Bottom */
	#footer .bottom { border-top: 0.5px solid rgba(253, 103, 28, 0.40); margin-top: 50px; max-width: 1360px !important; padding: 24px 0; }
	#footer .bottom ul { display: flex; flex-wrap: wrap; justify-content: center; }
	#footer .bottom ul li { flex: 0 1 auto; font-size: 12px; line-height: 1.2em; margin-bottom: 0; margin-right: 30px; text-transform: uppercase; }
	#footer .bottom ul li:last-child { margin-right: 0; }

	/* Logo */
	#footer .logo { margin-bottom: 40px;}
	#footer .logo a:hover { opacity: 1; }

	/* Text */
	#footer .text { margin-bottom: 20px; }
	#footer .text * { margin-bottom: 10px; }

	/* CTA */
	#footer .cta { flex: 0 1 auto; margin-top: 0; margin-right: 20px; }

	/* Socials */
	#footer .socials { flex: 0 1 auto; display: flex; flex-wrap: wrap; align-items: center; }
	#footer .socials .title { flex: 0 1 auto; margin-right: 15px; }
	#footer .socials ul { flex: 0 1 auto; display: flex; flex-wrap: wrap; align-items: center; }
	#footer .socials ul li { flex: 0 1 auto; font-size: 16px; line-height: 1em; margin-bottom: 0; margin-right: 20px; text-align: center; }
	#footer .socials ul li a { background-color: #FD671C; border-radius: 50%; color: #fff; display: block; font: inherit; line-height: 26px; height: 24px; width: 24px; transition: opacity 0.4s ease; }
	#footer ul li a:hover { opacity: 0.5; }
	#footer .socials ul li:last-child { margin-right: 0; }

/*------------ CONTENT DEFAULT -----------------------*/
.content-d { position: relative; }
	.content-d.wow { opacity: 0; }
	.content-d.wow.done { opacity: 1; }

/*------------ BANNER DEFAULT -----------------------*/
#banner-d { position: relative; }
	#banner-d .container { max-width: 1384px !important; }
	#banner-d .box { border-top-left-radius: 40px; border-top-right-radius: 40px; padding-left: 60px; padding-right: 60px; overflow: hidden; position: relative; }
	#banner-d .box:after { background: linear-gradient(180deg, rgba(41, 122, 204, 0.00) 0%, rgba(0, 0, 0, 0.24) 100%); bottom: 0; content: ''; height: 50%; left: 0; position: absolute; width: 100%; }

	/* Content */
	#banner-d .content { position: relative; z-index: 2; }
	#banner-d .top-title, #banner-d .title, #banner-d .text * { color: #fff; }

/*------------ SERVICES SLIDER ----------------------*/
#services-s { position: relative; }
	#services-s .container-fluid { --bs-gutter-x: 0; }

	#services-s .swiper {
		margin-bottom: 30px;
		padding-left: 32px;
		padding-right: 32px;
		display: flex;
		justify-content: center;
		overflow: hidden;
	}
	#services-s .swiper-wrapper { justify-content: center; }
	#services-s .swiper .swiper-slide { width: 430px; }
    #services-s .swiper .box { display: flex; flex-wrap: wrap; align-items: flex-end; border-radius: 24px; height: 530px; overflow: hidden; padding: 40px; position: relative; }
	#services-s .swiper .box:after { background: linear-gradient(0deg,rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0) 100%); bottom: 0; content: ''; height: 50%; left: 0; position: absolute; width: 100%; }
    #services-s .swiper .content { flex: 0 1 auto; position: relative; width: 100%; z-index: 2; }
    #services-s .swiper .title { color: #fff; }
    #services-s .swiper .cta { margin-top: 20px; }

	#services-s	.nav { justify-content: center; }
	#services-s .arrow:first-child { margin-right: 25px; }
    #services-s	.arrow.swiper-button-disabled { opacity: 1; }
    #services-s	.arrow.swiper-button-disabled svg > g > g > path { fill: #bdd6e7; }

/*------------ BEFORE - AFTER DEFAULT -----------------------*/
#before-after-d { position: relative; }
	#before-after-d.wow { opacity: 0; }
	#before-after-d.wow.done { opacity: 1; }

	#before-after-d .row { --bs-gutter-x: 0; }

	/* Image */
	#before-after-d .img { display: flex; flex-wrap: wrap; border-radius: 24px; overflow: hidden; }
	#before-after-d .img-box { flex: 0 1 auto; height: 540px; width: 50%; }

	/* Content */
	#before-after-d .content { padding-left: 60px; }
	#before-after-d .quote-symbol { margin-bottom: 25px; }
	#before-after-d .text { margin-bottom: 25px; }
	#before-after-d .text *, #before-after-d .name { font-size: 28px; font-weight: 400; letter-spacing: -0.56px; }
	#before-after-d .name { margin-bottom: 5px; }
	#before-after-d .star svg { flex: 0 1 auto; margin-right: 4px; }
    #before-after-d .star svg:last-child { margin-right: 0; }

/*------------ BEFORE - AFTER CALCULATOR -----------------------*/
#before-after-calculator { position: relative; }
	#before-after-calculator .row { --bs-gutter-x: 0; }
	#before-after-calculator .container > .row { background: linear-gradient(335deg, rgba(38, 120, 178, 0.03) 15.97%, rgba(38, 120, 178, 0.05) 55.7%, rgba(38, 120, 178, 0.03) 95.42%); border: 1px solid rgba(38, 120, 178, 0.24); border-radius: 24px; overflow: hidden; }

	#before-after-calculator input:focus { outline: none; box-shadow: none; }
	#before-after-calculator input[type=number]::-webkit-inner-spin-button, 
	#before-after-calculator input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
	#before-after-calculator input[type=number] { -moz-appearance: textfield; }
	
	/* Before - After */
	#before-after-calculator .before-after { background: #2678B2; }
	#before-after-calculator .before-after .img { height: 540px; }
	#before-after-calculator .content { padding: 40px 30px; }
	#before-after-calculator .text { margin-bottom: 20px; }
	#before-after-calculator .text *, #before-after-calculator .name { color: #fff; font-size: 22px; font-weight: 400; letter-spacing: -0.44px; }
	#before-after-calculator .name { margin-bottom: 10px; }
	#before-after-calculator .star svg { margin-right: 5px; }
	#before-after-calculator .star svg:last-child { margin-right: 0; }

	/* Calculator */
	#before-after-calculator .calculator { display: flex; flex-wrap: wrap; align-items: center; padding: 80px; }
	#before-after-calculator .group { flex: 0 1 auto; text-align: center; width: 100%; }
	#before-after-calculator .icon { margin-bottom: 30px; }
	#before-after-calculator .title { margin-bottom: 50px; }
	#before-after-calculator .lose-weight { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: center; margin-bottom: 80px; }
	#before-after-calculator .lose-weight span { flex: 0 1 auto; color: #2678B2; font-family: 'Reddit Sans', sans-serif; font-size: 60px; font-weight: 400; letter-spacing: 1.2px; line-height: 1.2em; }
	#before-after-calculator .lose-weight .value { font-size: 130px; letter-spacing: -2.8px; }
	#before-after-calculator .range-slider { height: 24px; line-height: 1em; margin: 30px 0; }
    #before-after-calculator .range-slider input { background: #FD671C; border-radius: 80px; height: 5px; outline: none; opacity: 0.7; width: 100%; transition: opacity .2s ease; -webkit-appearance: none; }
    #before-after-calculator .range-slider input::-webkit-slider-thumb { background-image: url('../assets/images/range-slider-thumb-icon.png'); cursor: pointer; height: 32px; width: 32px; -webkit-appearance: none; }
    #before-after-calculator .range-slider input::-moz-range-thumb { background-image: url('../assets/images/range-slider-thumb-icon.png'); cursor: pointer; height: 32px; width: 32px; }
	#before-after-calculator .current-weight { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
	#before-after-calculator .current-weight .text, #before-after-calculator .current-weight .value { flex: 0 auto; font-size: 24px; font-weight: 400; letter-spacing: -0.48px; line-height: 1.2em; margin-bottom: 0; }
	#before-after-calculator .current-weight .value { background-color: #2678B2; border-radius: 8px; color: #fff; padding: 7px 19px; }
	#before-after-calculator .current-weight .value input { background: transparent; border: 0; color: inherit; font: inherit; padding: 0; width: 50px; }
	#before-after-calculator .cta a { padding: 14px 24px; width: 100%; }

/*------------ TESTIMONIALS DEFAULT ----------------------*/
#testimonials-d { position: relative; }
    #testimonials-d .slider { position: relative; }

    #testimonials-d .swiper .swiper-slide { height: auto; }
    #testimonials-d .swiper .box { display: flex; flex-wrap: wrap; align-items: flex-start; background: #FFF; border: 1px solid rgba(38, 120, 178, 0.24); border-radius: 32px; height: 100%; padding: 80px 30px; width: 100%; }
    #testimonials-d .swiper .text { flex: 0 1 auto; width: 100%; }
	#testimonials-d .swiper .quote { margin-bottom: 20px; }
	#testimonials-d .swiper .text * { font-size: 22px; font-weight: 400; letter-spacing: -0.44px; line-height: 1.5em; }
    #testimonials-d .swiper .rating { align-self: flex-end; display: flex; flex-wrap: wrap; align-items: center; margin-top: 60px; width: 100%; }
    #testimonials-d .swiper .google-logo { flex: 0 1 auto; }
    #testimonials-d .swiper .name-star { flex: 0 1 auto; padding-left: 10px; width: calc(100% - 58px); }
    #testimonials-d .swiper .name { font-size: 24px; font-weight: 400; letter-spacing: -0.48px; line-height: 1.4em; }
    #testimonials-d .swiper .star { display: flex; flex-wrap: wrap; align-items: center; }
    #testimonials-d .swiper .star svg { flex: 0 1 auto; margin-right: 4px; }
    #testimonials-d .swiper .star svg:last-child { margin-right: 0; }

    #testimonials-d .arrow { position: absolute; top: 50%; z-index: 2; transform: translateY(-50%); }
    #testimonials-d .arrow.swiper-button-disabled { opacity: 1; }
    #testimonials-d .arrow.swiper-button-disabled svg > g > g > path { fill: #bdd6e7; }
    #testimonials-d .arrow-left { right: calc(100% + 5px); }
    #testimonials-d .arrow-right { left: calc(100% + 5px); }

/*------------ PHOTO CONTENT DEFAULT ----------------------*/
.photo-content-d { overflow: hidden; position: relative; }
	.photo-content-d.wow { opacity: 0; }
	.photo-content-d.wow.done { opacity: 1; }

    .photo-content-d .row { --bs-gutter-x: 0; }

    /* Image */
    .photo-content-d .img { padding-left: 30px; }
    .photo-content-d .img-box { border-radius: 24px; height: 700px; }

	/* Map */
	.photo-content-d #map { border-radius: 24px; height: 700px; }

    /* Content */
    .photo-content-d .content { padding-right: 30px; }
    .photo-content-d .location ul { margin-bottom: 10px; }

    /* Content Right */
    .photo-content-d.content-right .img { padding-left: 0; padding-right: 30px; }
    .photo-content-d.content-right .content { padding-left: 30px; padding-right: 0; }

/*------------ PHOTO CONTENT DEFAULT 2 ----------------------*/
.photo-content-d-2 { position: relative; }
	.photo-content-d-2.wow { opacity: 0; }
	.photo-content-d-2.wow.done { opacity: 1; }

	.photo-content-d-2 .row { --bs-gutter-x: 0; }
	.photo-content-d-2 a { text-decoration: none; }

	/* Image */
	.photo-content-d-2 .img { border-radius: 32px; height: 430px; }

	/* Content */
	.photo-content-d-2 .content { padding-left: 40px; }
	.photo-content-d-2 .title { color: rgba(36, 56, 55, 0.80); margin-bottom: 10px; }
	.photo-content-d-2 .text { margin-bottom: 15px; }
	.photo-content-d-2 .address * { line-height: 1.8em; }
	.photo-content-d-2 .cta { margin-top: 25px; }

/*------------ CARDS ICON ----------------------*/
.cards-i { position: relative; }
	.cards-i .wow { opacity: 0; }
	.cards-i .wow.done { opacity: 1; }

	.cards-i .row { --bs-gutter-y: 24px; }
	.cards-i .content { display: flex; flex-wrap: wrap; align-items: center; }
	.cards-i .content .title { color: #243837; }
	.cards-i .group { flex: 0 1 auto; width: 100%; }
	.cards-i .box { background: rgba(255, 255, 255, 0.80); border-radius: 32px; border: 1px solid rgba(38, 120, 178, 0.24); height: 100%; padding: 40px 30px; }
	.cards-i .icon { margin-bottom: 20px; }
	.cards-i .title { color: rgba(36, 56, 55, 0.80); margin-bottom: 15px; }

/*------------ TEAM DEFAULT ----------------------*/
#team-d { position: relative; }
	#team-d .wow { opacity: 0; }
	#team-d .wow.done { opacity: 1; }

	#team-d .item { display: flex; flex-wrap: wrap; justify-content: center; margin-bottom: 40px; }
	#team-d .item:last-child { margin-bottom: 0; }

	/* Image */
	#team-d .img { flex: 0 1 auto; border-radius: 32px; height: 420px; width: 340px; }

	/* Content */
	#team-d .content { flex: 0 1 auto; padding-left: 25px; width: calc(100% - 340px); }
	#team-d .name { line-height: 1.5em; }
	#team-d .position { font-size: 18px; font-style: italic; font-weight: 400; letter-spacing: -0.36px; margin-bottom: 25px; }

/*------------ PRODUCT SLIDER ----------------------*/
#product-s { position: relative; }
	#product-s.wow { opacity: 0; }
	#product-s.wow.done { opacity: 1; }

    #product-s .slider { position: relative; }

    /* Slider */
	#product-s .swiper .swiper-slide { height: auto; }
    #product-s .swiper .box { display: flex; flex-wrap: wrap; justify-content: center; background-color: #fff; border-radius: 24px; height: 100%; min-height: 530px; overflow: hidden; position: relative; }
	#product-s .swiper .top { flex: 0 1 auto; padding: 40px 40px 0; width: 100%; }
    #product-s .swiper .title { font-weight: 400; margin-bottom: 5px; }
	#product-s .swiper .img { flex: 0 1 auto; align-self: flex-end; margin-top: 5px; text-align: center; width: 100%; }
    #product-s .swiper .cta { bottom: 40px; left: 40px; margin-top: 0; position: absolute; }

	#product-s .arrow { position: absolute; top: 50%; z-index: 2; transform: translateY(-50%); }
    #product-s .arrow.swiper-button-disabled { opacity: 1; }
    #product-s .arrow.swiper-button-disabled svg > g > g > path { fill: #bdd6e7; }
    #product-s .arrow-left { right: calc(100% + 5px); }
    #product-s .arrow-right { left: calc(100% + 5px); }

/*------------ CONTACT DEFAULT ----------------------*/
#contact-d { position: relative; }
	#contact-d.wow { opacity: 0; }
	#contact-d.wow.done { opacity: 1; }

	#contact-d  .row { --bs-gutter-x: 0; }
	#contact-d a { text-decoration: none; }
	#contact-d .list-icon { margin-bottom: 20px; }

	/* Content */
	#contact-d .content { padding-right: 30px; }

	/* Form */
	#contact-d .form .box { background: linear-gradient(335deg, rgba(253, 103, 28, 0.03) 15.97%, rgba(253, 103, 28, 0.05) 55.7%, rgba(253, 103, 28, 0.03) 95.42%); border-radius: 24px; border: 4px solid rgba(253, 103, 28, 0.12); height: 100%; padding: 95px 40px; }
	#contact-d form { margin-top: 20px; }

/*------------ MAP DEFAULT ----------------------*/
#map-d { position: relative; }
	#map-d.wow { opacity: 0; }
	#map-d.wow.done { opacity: 1; }

	#map-d #map { border-top-left-radius: 24px; border-top-right-radius: 24px; height: 450px; }

	.mapboxgl-popup-content { color: #243837; font-family: 'Host Grotesk', sans-serif; font-weight: 400; line-height: 1.2em; padding: 10px; text-align: center; }
	.mapboxgl-popup-close-button { font-size: 16px; line-height: 1em; padding: 0 2.5px; right: 2.5px; top: 2.5px; }
	.mapboxgl-popup-close-button:focus { outline: none; }

/*------------ HERO DEFAULT ----------------------*/
#hero-d { position: relative; text-align: center; }
	#hero-d .container { max-width: 1384px !important; }
	#hero-d .box { border-top-left-radius: 24px; border-top-right-radius: 24px; padding: 80px 200px; }

	/* Content */
	#hero-d .title, #hero-d .text * { color: #fff; }

/*------------ 404 -----------------------*/
#error-404 { position: relative; }
	#error-404 .title { color: #231F20; font-size: 250px; margin-bottom: 0; }

/*------------ CONTENT -----------------------*/
#content { position: relative; }
	#content .container { max-width: 900px !important; }
	#content .title { color: #231F20; }
	#content a { word-wrap: break-word; }
	#content ul { margin-bottom: 20px; }

	/*------------ POPUP FORM ----------------------*/
#popup-form { backdrop-filter: blur(15px) saturate(100%); -webkit-backdrop-filter: blur(15px) saturate(100%); background-color: rgba(255, 255, 255, 0.25); height: 100%; left: 0; opacity: 0; position: fixed; top: 0; visibility: hidden; width: 100%; z-index: 15; transition: all 0.4s ease; }
	.popup-form-active #popup-form { opacity: 1; visibility: visible; overflow-y: auto; }
	#popup-form .container { --bs-gutter-x: 0; display: flex; flex-wrap: wrap; align-items: center; height: 100%; }
	#popup-form .box { background-color: #2678B2; border-radius: 20px; margin: 0 auto; max-width: 600px; padding: 100px 40px 40px; position: relative; width: 100%; z-index: 2; }
	
	#popup-form .close { cursor: pointer; position: absolute; right: 40px; top: 20px; }
	#popup-form .close i { color: #fff; opacity: 0.3; font-size: 36px; }

	#popup-form .title { color: #fff; font-size: 28px; font-weight: 700; line-height: 1.2em; margin-bottom: 20px; }

	#popup-form .form-group { margin-bottom: 15px; }
	#popup-form .form-group label { color: #fff; left: 25px; }
	#popup-form .form-control { background: transparent; border-color: #fff; color: #fff; }
	#popup-form .form-control:focus { box-shadow: none; color: #fff; }
	#popup-form .form-control::-webkit-input-placeholder { color: #fff; }
	#popup-form .form-control::-moz-placeholder { color: #fff; }
	#popup-form .form-control:-ms-input-placeholder { color: #fff; }
	#popup-form .form-control:-moz-placeholder { color: #fff; }
	#popup-form .form-action { margin-top: 15px; text-align: center; }

	#popup-form .sb-form-message { color: #fff; }
	#popup-form .sb-form-message, #popup-form .sb-form-message span { font-size: 20px; text-align: center; }
	#popup-form .sb-form-message .error { color: #ff9094; }

	#popup-form .btn { display: block; text-align: center; width: 100%; }

	#popup-form .overlay { border: 1px solid rgba(209, 213, 219, 0.3); height: 100%; left: 0; position: absolute; top: 0; width: 100%; }

	.fineprint { font-size: 11px; line-height: 1.1em; padding-top: 15px; border-top: 1px solid rgba(255,255,255,0.1); text-transform: uppercase; letter-spacing: 1px; color: #fff; margin-top: 45px; opacity: 0.8;  }

/*------------ MEDIA 1399.98px ----------------------*/
@media only screen and (max-width: 1399.98px) {
	.container { padding-left: 1rem; padding-right: 1rem; }
}

/*------------ MEDIA 1199.98px ----------------------*/
@media only screen and (max-width: 1199.98px) {
	/* Header */
	#header .logo img { max-width: 150px; }
	#header .menu > ul { margin: 0; }
	#header .menu > ul > li { margin-left: 15px; }

	/* Footer */
	#footer .cta { margin-bottom: 20px; margin-right: 0; width: 100%; }

	/* Before - After Calculator */
	#before-after-calculator .calculator { padding: 80px 40px; }
	#before-after-calculator .lose-weight .value { font-size: 110px; }
	#before-after-calculator .lose-weight span { font-size: 50px; }

	/* Hero Default */
	#hero-d .box { padding: 80px; }
}

/*------------ MEDIA 991.98px ----------------------*/
@media only screen and (max-width: 991.98px) {
	.list-icon { display: inline-block; }
	.star-text .star { margin-bottom: 10px; }
	.cta ul { justify-content: center; }

	/* Header */
	#header .bar, #header .menu, #header .cta { display: none; }
	#header .hamburger, #header .phone { display: block; }
	#header .cta-mobile { display: block; }
	#header .logo { flex: 1 1 0; }

	/* Footer */
	#footer .logo-info-socials { margin-top: 50px; text-align: center; }
	#footer .cta-socials, #footer .cta ul { justify-content: center; }

	/* Content Default */
	.content-d { text-align: center; }
	.content-d .content, .content-d .title, .content-d .text { margin-left: auto; margin-right: auto; }

	/* Banner Default */
	#banner-d .content { text-align: center; }
	#banner-d .title, #banner-d .text { margin-left: auto; margin-right: auto; }

	/* Services Slider */
	#services-s .swiper { padding-left: 20px; padding-right: 20px; }

	/* Cards Icon */
	.cards-i .content .group { text-align: center; }

	/* Before - After Calculator */
	#before-after-calculator .content { text-align: center; }

	/* Before - After Default */
	#before-after-d .img { margin-bottom: 30px; }
	#before-after-d .content { padding-left: 0; text-align: center; }

	/* Photo Content Default */
	.photo-content-d .img, .photo-content-d.content-right .img { margin-bottom: 30px; padding: 0; }
	.photo-content-d .content, .photo-content-d.content-right .content { padding: 0; text-align: center; }

	/* Photo Content Default 2 */
	.photo-content-d-2 .img { margin-bottom: 30px; }
	.photo-content-d-2 .content { padding-left: 0; text-align: center; }

	/* Team Default */
	#team-d .img { margin-bottom: 30px; }
	#team-d .content { padding: 0; text-align: center; width: 100%; }

	/* Contact Default */
	#contact-d .content { padding-right: 0; text-align: center; }
	#contact-d .title { margin-left: auto; margin-right: auto; }
	#contact-d .list-icon { display: block; }
	#contact-d .form { margin-top: 50px; }
	#contact-d .form .box { text-align: center; }
}

/*------------ MEDIA 767.98px ----------------------*/
@media only screen and (max-width: 767.98px) {

	#page-index #banner-d .box { background-size: auto 120%; background-position: 50% 100%; }
	.fadeInUp { animation-name: fadeIn !important;}

	/* Footer */
	#footer .bottom { text-align: center; }
	#footer .bottom ul li { margin-bottom: 10px; margin-right: 0; width: 100%; }
	#footer .bottom ul li:last-child { margin-bottom: 0; }

	/* 404 */
	#error-404 .title { font-size: 100px; }

	/* Testimonials Default */
	#testimonials-d .arrow svg { height: 30px; width: 30px; }
	#testimonials-d .swiper .text { text-align: center; }
	#testimonials-d .swiper .google-logo, #testimonials-d .swiper .name-star { flex: 0 1 auto; padding: 0; text-align: center; width: 100%; }
	#testimonials-d .swiper .google-logo { margin-bottom: 10px; }
	#testimonials-d .swiper .star { justify-content: center; }

	/* Services Slider */
	#services-s .swiper .content { text-align: center; }

	/* Product Slider */
	#product-s .arrow svg { height: 30px; width: 30px; }

	/* Cards Icon */
	.cards-i .box { text-align: center; }
}

/*------------ MEDIA 576px ----------------------*/
@media only screen and (min-width: 576px) {
	/* Mobile Nav */
	#mobile-nav .contact br, #footer .copyright br { content: ''; }
	#mobile-nav .contact br:after, #footer .copyright br { content: ' '; }
}

/*------------ MEDIA 575.98px ----------------------*/
@media only screen and (max-width: 575.98px) {
	.title.font-size-40, .title.font-size-48 { font-size: 36px; }
	.title.heading-1 { font-size: 40px; }
	.link-arrow-right { justify-content: center; }
	.btn { padding: 10px 12px; width: 100%; }
	.cta ul li { padding: 0; width: 100%; }

	/* Footer */
	#footer .menu, #footer .contact-info { margin-bottom: 50px; text-align: center; }

	/* Banner Default */
	#banner-d .box { padding-left: 30px; padding-right: 30px; }
	#banner-d .box:after { height: 100%; }

	/* Services Slider */
	#services-s .swiper .box { padding: 40px 30px; }
	#services-s .swiper .content { text-align: center; }

	/* Before - After Calculator */
	#before-after-calculator .calculator { padding: 40px 30px; }
	#before-after-calculator .before-after .img { height: 0; padding-top: 150%; }
	#before-after-calculator .lose-weight { margin-bottom: 50px; }
	#before-after-calculator .lose-weight .value { font-size: 55px; }
	#before-after-calculator .lose-weight span { font-size: 40px; }
	#before-after-calculator .current-weight .text, #before-after-calculator .current-weight .value { width: 100%; }
	#before-after-calculator .current-weight .text { margin-bottom: 15px; }
	#before-after-calculator .cta a { padding: 14px; }

	/* Before - After Default */
	#before-after-d .img-box { height: 0; padding-top: 150%; width: 100%; }
	#before-after-d .text *, #before-after-d .name { font-size: 24px; }

	/* Testimonials Default */
	#testimonials-d .container { width: 100%; }
	#testimonials-d .slider { padding: 0 40px; }
	#testimonials-d .swiper .box { padding: 40px 30px; }
	#testimonials-d .swiper .text * { font-size: 20px; }
	#testimonials-d .arrow-left { left: 0; right: auto; }
	#testimonials-d .arrow-right { left: auto; right: 0; }

	/* Product Slider */
	#product-s .container { width: 100%; }
	#product-s .slider { padding: 0 40px; }
	#product-s .arrow-left { left: 0; right: auto; }
	#product-s .arrow-right { left: auto; right: 0; }
	#product-s .swiper .box { min-height: 430px; text-align: center; }
	#product-s .swiper .cta { width: calc(100% - 80px); }

	/* Photo Content Default */
	.photo-content-d .img-box, .photo-content-d #map { height: 0; padding-top: 150%; }

	/* Photo Content Default 2 */
	.photo-content-d-2 .img { height: 0; padding-top: 100%; }

	/* Hero Default */
	#hero-d .box { padding: 40px 30px; }

	/* Team Default */
	#team-d .img { height: 0; padding-top: 125%; }

	/* Contact Default */
	#contact-d .form .box { padding: 40px 30px; }

	/* Popup Form */
	#popup-form .box { padding: 60px 15px 30px; }
	#popup-form .close { right: 15px; top: 15px; }
	#popup-form .close i { font-size: 22px; }
}

/*------------ CITY SEARCH ----------------------*/
#city-search-box {
	position: relative;
}

#city-search-box .form-group {
	position: relative;
	margin-bottom: 0;
}

#city-search-box #city-search {
	width: 100%;
	padding: 16px 20px;
	font-size: 16px;
	border: 2px solid rgba(36, 56, 55, 0.2);
	border-radius: 8px;
	background-color: #fff;
	transition: border-color 0.3s ease;
}

#city-search-box #city-search:focus {
	outline: none;
	border-color: #2678B2;
}

.city-results {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background-color: #fff;
	border: 2px solid rgba(36, 56, 55, 0.2);
	border-top: none;
	border-radius: 0 0 8px 8px;
	box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
	max-height: 400px;
	overflow-y: auto;
	z-index: 10;
	margin-top: -2px;
}

.city-result-item {
	padding: 12px 20px;
	border-bottom: 1px solid rgba(36, 56, 55, 0.1);
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.city-result-item:last-child {
	border-bottom: none;
}

.city-result-item:hover {
	background-color: rgba(38, 120, 178, 0.05);
}

.city-result-item a {
	color: rgba(36, 56, 55, 0.80);
	text-decoration: none;
	font-size: 16px;
	display: block;
	width: 100%;
}

.city-result-item:hover a {
	color: #2678B2;
}