@font-face {
    font-family: 'Greycliff CF';
    src: url('/fonts/GreycliffCF-Medium.woff2') format('woff2'),
        url('/fonts/GreycliffCF-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Greycliff CF';
    src: url('/fonts//GreycliffCF-Light.woff2') format('woff2'),
        url('/fonts//GreycliffCF-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Greycliff CF';
    src: url('/fonts/GreycliffCF-Bold.woff2') format('woff2'),
        url('/fonts/GreycliffCF-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Greycliff CF';
    src: url('/fonts/GreycliffCF-Regular.woff2') format('woff2'),
        url('/fonts/GreycliffCF-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Greycliff CF';
    src: url('/fonts/GreycliffCF-DemiBold.woff2') format('woff2'),
        url('/fonts/GreycliffCF-DemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Campton';
    src: url('../fonts/Campton/Campton-Book.woff2') format('woff2'),
        url('../fonts/Campton/Campton-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Campton';
    src: url('../fonts/Campton/Campton-Black.woff2') format('woff2'),
        url('../fonts/Campton/Campton-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Campton';
    src: url('../fonts/Campton/Campton-Bold.woff2') format('woff2'),
        url('../fonts/Campton/Campton-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Campton';
    src: url('../fonts/Campton/Campton-SemiBold.woff2') format('woff2'),
        url('../fonts/Campton/Campton-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Campton';
    src: url('../fonts/Campton/Campton-Light.woff2') format('woff2'),
        url('../fonts/Campton/Campton-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Campton';
    src: url('../fonts/Campton/Campton-Thin.woff2') format('woff2'),
        url('../fonts/Campton/Campton-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Campton';
    src: url('../fonts/Campton/Campton-Medium.woff2') format('woff2'),
        url('../fonts/Campton/Campton-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Campton';
    src: url('../fonts/Campton/Campton-ExtraLight.woff2') format('woff2'),
        url('../fonts/Campton/Campton-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Albert Sans';
    src: url('../fonts/AlbertSans/AlbertSans-SemiBold.woff2') format('woff2'),
        url('../fonts/AlbertSans/AlbertSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Albert Sans';
    src: url('../fonts/AlbertSans/AlbertSans-Regular.woff2') format('woff2'),
        url('../fonts/AlbertSans/AlbertSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Albert Sans';
    src: url('../fonts/AlbertSans/AlbertSans-Medium.woff2') format('woff2'),
        url('../fonts/AlbertSans/AlbertSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quincy CF';
    src: url('../fonts/QuincyCF/QuincyCFMedium.woff2') format('woff2'),
        url('../fonts/QuincyCF/QuincyCFMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

:root {
	--campton: 'Campton', sans-serif;
	--greycliff: 'Greycliff CF', sans-serif;
	--color: #0F5C78;
	--c-bluewhite: #63CCC9;
	--c-blue: #096A8C;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
	list-style: none;
	background: none;
	border: none;
}

body {
	font-family: var(--greycliff);
	font-size: 16px;
	line-height: 1.4;
	font-weight: 300;
	color: var(--color);
}

a {color: var(--color);}
a:hover {text-decoration: none;}

img {
	max-width: 100%;
	height: auto;
}

@media (max-width: 1600px) {
	body {font-size: 14px;}
}

@media (max-width: 767px) {
	body {font-size: 19px;}
}

@media (max-width: 550px) {
	body {font-size: 15px;}
}

@media (max-width: 413px) {
	body {font-size: 14px;}
}

.center {
	max-width: 1543px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

@media (max-width: 1600px) {
	.center {max-width: 1200px;}
}

@media (max-width: 1200px) {
	.center {max-width: 900px;}
}

.d-none {display: none !important;}

@media (max-width: 991px) {
	.h-991 {display: none !important;}
	.s-991 {display: block !important;}
}

@media (max-width: 767px) {
	.h-767 {display: none !important;}
	.s-767 {display: block !important;}
}

@media (max-width: 550px) {
	.h-550 {display: none !important;}
	.s-550 {display: block !important;}
}

.wrapper {
	overflow-x: hidden;
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
	padding-top: 137px;
}

@media (max-width: 1600px) {
	.wrapper {padding-top: 119px;}
}

@media (max-width: 1200px) {
	.wrapper {padding-top: 110px;}
}

@media (max-width: 991px) {
	.wrapper {padding-top: 100px;}
}

@media (max-width: 550px) {
	.wrapper {padding-top: 105px;}
}

.max-center {position: relative;}

@media (min-width: 1921px) {
	.max-center:after,
	.max-center:before {
		content: '';
		display: block;
		width: 100px;
		position: absolute;
		top: 0;
		bottom: 0;
		border: 1px solid reduction;
	}
	.max-center:after {
		left: 0;
		background: linear-gradient(90deg, #fff, transparent);
	}
	.max-center:before {
		right: 0;
		background: linear-gradient(90deg, transparent, #fff);
	}
}

.btn-fix {
	position: fixed;
	left: 0;
	right: 0;
	bottom: -100%;
	z-index: 99;
	background: #fff;
	gap: 8px;
	flex-direction: column;
	align-items: center;
	padding: 10px;
	box-shadow: 0 -4px 21px rgba(0,0,0,.08);
	transition: all 0.3s;
	display: none;
}
.btn-fix a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 50px;
	background: var(--c-blue);
	border-radius: 15px;
	color: #fff;
	text-decoration: none;
	width: 100%;
	gap: 8px;
	-webkit-font-smoothing: antialiased;
}
.btn-fix a strong {
	font-weight: 500;
	font-size: 18px;
}
.btn-fix a span {
	font-weight: normal;
	font-size: 14px;
	-webkit-font-smoothing: auto;
	font-smoothing: auto;
}
.btn-fix a svg {
	width: 8px;
	height: 13px;
	stroke: #fff;
	position: relative;
	top: 0;
}
.btn-fix p {
	display: flex;
	align-items: center;
	font-size: 14px;
	gap: 5px;
}
.btn-fix p strong {font-weight: 500;}

@media (max-width: 767px) {
	.btn-fix.active {
		display: flex;
		bottom: 0;
		animation: bottomTop 0.5s forwards;
	}

	@keyframes bottomTop {
		0% {bottom: -100%;}
		100% {bottom: 0;}
	}
}

.btn {
	min-width: 434px;
	min-height: 63px;
	background: var(--c-blue);
	color: #fff;
	border-radius: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	font-weight: normal;
	font-size: 20px;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	letter-spacing: 1px;
	animation: shadow-pulse 3s infinite;
}
.btn b {font-weight: 600;}
.btn:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	transition: all 0.3s;
	background: var(--c-bluewhite);
}
.btn:hover:before {width: 100%;}
.btn svg {
	width: 8px;
	height: 13px;
	stroke: #fff;
	top: 1px;
}
.btn svg,
.btn span {
	position: relative;
	z-index: 2;
}

.btn-text {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.btn-text p {
	font-size: 16px;
	color: #093E52;
	margin-top: 17px;
	display: inline-flex;
	align-items: center;
	gap: 7px;
}
.btn-text p strong {
	font-weight: 500;
}
.btn-text p:last-child {
	margin-top: 5px;
}
.btn-text p:last-child b {font-weight: 500;}

@media (max-width: 1600px) {
	.btn {
		gap: 8px;
	    font-size: 14px;
	    min-width: 350px;
	    min-height: 55px;
	}
	.btn svg {
		width: 7px;
		height: 12px;
	}

	.btn-text p {margin-top: 17px;}
	.btn-text p {font-size: 13px;}
}

@media (max-width: 1200px) {
	.btn {
		min-width: 300px;
		min-height: 50px;
	}
	.btn-text p {font-size: 12px;}
}

@media (max-width: 991px) {
	.btn {
		min-width: 270px;
		min-height: 45px;
	}
	.btn-text p {font-size: 11px;}
}

@media (max-width: 767px) {
	.btn {
	    min-width: 360px;
	    min-height: 55px;
	}
	.btn-text p {font-size: 15px;}
}

@media (max-width: 550px) {
	.btn {
	    min-width: 340px;
	    min-height: 50px;
	    font-size: 14px;
	}

	.btn svg {
	    width: 8px;
	    height: 13px;
	}

	.btn-text p {
		font-size: 14px;
		margin-top: 15px;
		gap: 5px;
	}
	.btn-text p:last-child {margin-top: 5px;}
}

@media (max-width: 413px) {
	.btn {min-width: 315px;}
}

.anim-dot {
	display: block;
	width: 11px;
	height: 11px;
	background: #00B67A;
	border-radius: 50%;
	animation: shadow-pulse 3s infinite;
	position: relative;
	top: 0.5px;
}

@media (max-width: 550px) {
	.anim-dot {
		width: 8px;
		height: 8px;
		top: 1px;
	}
}

@keyframes shadow-pulse {
    0% {box-shadow: 0 0 0 0 rgba(0, 0, 0, .8)}
    50% {box-shadow: 0 0 0 0 rgba(0, 0, 0, .2)}
    100% {box-shadow: 0 0 0 20px transparent}
}

.main-title {text-align: center;}
.main-title p {
	font-size: 16px;
	margin-top: 18px;
	line-height: 1.13;
}
.main-title h2 {
	font-size: 50px;
	font-weight: normal;
	line-height: 1.2;
	margin-top: 5px;
	-webkit-font-smoothing: antialiased;
}
.main-title h2 strong {
	font-weight: 500;
	color: var(--c-bluewhite);
}
.main-title h2 span {color: var(--c-bluewhite)}

@media (max-width: 1600px) {
	.main-title p {
		font-size: 14px;
		margin-top: 10px;
	}
	.main-title h2 {
		font-size: 42px;
	}
}

@media (max-width: 1200px) {
	.main-title p {font-size: 13px;}
	.main-title h2 {
	    font-size: 35px;
	}
}

@media (max-width: 991px) {
	.main-title h2 {font-size: 30px;}
}

@media (max-width: 767px) {
	.main-title p {font-size: 20px;}
	.main-title h2 {font-size: 38px;}
}

@media (max-width: 550px) {
	.main-title p {font-size: 17px;}
	.main-title h2 {font-size: 33px;}
	.main-title svg {
		width: 40px;
		height: 40px;
	}
}

@media (max-width: 413px) {
	.main-title p {font-size: 14px;}
	.main-title h2 {font-size: 29px;}
}

[data-src="crown"] {
    display: inline-block;
    width: 65px;
    height: 50px;
    line-height: 0;
}

.path {
	stroke-dasharray: 200;
	animation: path 10s linear infinite
}

@keyframes path {
	to {stroke-dashoffset: 1200;}
}

/* ------------------ HEADER ------------------ */
#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background: rgba(255, 255, 255, .8);
	transition: all 0.3s;
	max-width: 1920px;
	margin: 0 auto;
	box-shadow: 0px 1px 10px rgba(0, 62, 82, 0.03), 0px 8px 8px -6px rgba(0, 62, 82, 0.05), 0px 10px 30px -30px rgba(0, 62, 82, 0.1);
}
#header a,
#header a:hover{
    text-decoration:none;
}
#header.active {background: #fff;}

.head-bar {
	min-height: 49px;
	padding: 3px 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	position: relative;
   	z-index: 992;
   	background: linear-gradient(45deg, #00698B, #63C7C7, #00698B, #63C7C7);
    background-size: 300% 300%;
   	animation: gradient-animation 25s ease infinite;
}

@keyframes gradient-animation {
    0% {background-position: 0% 50%;}
    25% {background-position: 50% 100%;}
    50% {background-position: 100% 50%;}
    75% {background-position: 50% 0%;}
    100% {background-position: 0% 50%;}
}

.head-bar a {
	color: #fff;
	text-decoration: none;
	transition: all 0.3s;
}
.head-bar b {font-weight: bold;}
.head-bar a:hover {opacity: 0.7;}

.logo {
	line-height: 0;
	position: relative;
	z-index: 992;
}

.head-main {
	min-height: 88px;
	display: flex;
	align-items: center;
	background: #E2F2F3;
}
.head-main .center {
	display: flex;
	align-items: center;
}

.nav {
	margin-left: auto;
	margin-right: 38px;
}
.nav ul {
	display: flex;
	align-items: center;
	gap: 27px;
}
.nav a {
	font-size: 17.38px;
	text-decoration: none;
	transition: all 0.3s;
	position: relative;
	color: #093E52;
}
.nav a:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: -5px;
	height: 1px;
	width: 0;
	background: var(--c-bluewhite);
	transition: all 0.3s;
}
.nav a:hover:after {
	width: 100%;
	left: 0;
}
.nav a:hover {color: var(--c-bluewhite);}

.nav .life {
	font-weight: normal;
	color: #63CCC9;
}
.nav .life b {
	font-weight: bold;
	color: #093E52;
}

.head-btn {
	min-width: 204px;
	min-height: 43px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	background: var(--c-blue);
	letter-spacing: 0;
	border-radius: 5px;
	gap: 10px;
}
.head-btn span {top: -0.3px;}
.head-btn svg {
	width: 6px;
	height: 10px;
	fill: #fff;
	top: -0.1px;
}

@media (max-width: 1600px) {
	.logo svg {
		width: 130px;
		height: 34px;
	}

	.head-main {min-height: 70px;}

	.nav {margin-right: 25px;}
	.nav a {font-size: 14px;}

	.head-btn {
		min-width: 180px;
	    min-height: 40px;
	    font-size: 12px;
	    gap: 7px;
	}
	.head-btn span {top: 0;}
	.head-btn svg {top: -0.2px;}
}

@media (max-width: 1200px) {
	.head-bar {
		min-height: 40px;
		font-size: 13px;
	}

	.nav {margin-right: 20px;}
	.nav ul {gap: 10px;}
	.nav a {font-size: 13px;}

	.head-btn {min-width: 160px;}
}

@media (max-width: 991px) {
	.head-main {min-height: 60px;}
	.head-btn {margin-left: auto;}
	.nav .head-btn {
	    display: flex !important;
	    margin-left: 0;
	    margin-top: 30px;
	    min-width: 300px;
	    height: 50px;
	    font-size: 16px;
	    color: #fff;
	}
	.nav .head-btn:hover {color: #fff;}
	.nav .head-btn svg {
		width: 8px;
		height: 12px;
	}

	.nav {
		display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        margin: 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 991;
	}
	.nav ul {flex-direction: column;}
	.nav ul a {
	    font-size: 25px;
	    font-weight: 500;
	}
	.nav-open .nav {
		display: flex;
		animation: opacity 0.5s;
	}
	
	.btn-nav {
		display: block !important;
		width: 40px;
		height: 40px;
		margin-left: 15px;
		position: relative;
		z-index: 992;
		cursor: pointer;
	}
	.btn-nav span {
		display: block;
		width: 100%;
		height: 3px;
		background: #096A8C;
		transition: all 0.3s;
		transform-origin: center;
		border-radius: 3px;
	}
	.btn-nav span + span {margin-top: 8px;}
	.nav-open .btn-nav span {
		position: absolute;
		top: 50%;
		margin-top: -1.5px;
	}
	.nav-open .btn-nav span:nth-child(1) {transform: rotate(45deg);}
	.nav-open .btn-nav span:nth-child(2) {transform: rotate(-45deg);}
	.nav-open .btn-nav span:nth-child(3) {display: none;}
}

@media (max-width: 550px) {
	.head-bar {
	    min-height: 45px;
	    font-size: 2.7vw;
	    letter-spacing: 0;
	}

	.head-main {background: #fff;}

	.btn-nav {
		margin-left: auto;
		width: 22px;
		height: 30px;
	}
	.btn-nav span {height: 2px;}
	.btn-nav span + span {margin-top: 5px;}
}

@media (max-width: 413px) {
	.head-bar {
		font-size: 11px;
	}
}

/* ------------------ HOME ------------------ */
.home {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}
.home .center {
	display: flex;
	align-items: start;
	gap: 130px;
}

.home-content {padding-top: 10px;}
.home-content .before {
	font-size: 18px;
	font-family: var(--campton);
	font-weight: 300;
	display: inline-flex;
	align-items: center;
}
.home-content .before div {
	background: var(--c-bluewhite);
	font-weight: 500;
	border-radius: 30px;
	color: #fff;
	padding: 0 8px;
	min-height: 28px;
	margin: 0 7px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	top: -2px;
}
.home-content .before div span {
	position: relative;
	top: 0.5px;
}

.home-content h1.title {
	font-size: 61px;
	font-weight: 300;
	line-height: 1.2;
}
.home-content h1.title strong {
	font-weight: 500;
	background: linear-gradient(90deg, #096A8C 0%, #63C7C7 60.53%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.home-content .tx-small {
	font-weight: 600;
	font-size: 28px;
}

.home-content ul {
	margin-top: 34px;
	display: flex;
	flex-direction: column;
	gap: 25px;
}
.home-content ul li {
	display: flex;
	align-items: start;
	font-size: 21px;
	line-height: 1.7;
	gap: 0 14px;
}
.home-content ul li strong {font-weight: 500;}
.home-content ul .ic {
	width: 40px;
	height: 50px;
	text-align: center;
	line-height: 0;
	display: flex;
	align-items: center;
}
.home-content ul .ic i {
	display: inline-block;
	position: relative;
}

.home-content ul li:nth-child(1) .ic i {
	width: 40px;
	height: 46px;
	right: -5px;
	top: 3px;
}

.home-content ul li:nth-child(2) .ic i {
	width: 40px;
	height: 45px;
	top: 4px;
}

.home-content ul li:nth-child(3) .ic i {
	width: 36px;
	height: 49px;
	right: -6px;
}

.home-content .foot {
	margin-top: 30px;
	display: inline-flex;
	align-items: flex-start;
	gap: 23px;
}
.home-content .foot > img {
	max-width: 135px;
}

.home-image {
	max-width: 660px;
	position: relative;
	margin-left: auto;
	margin-right: 50px;
}
.home-image .svg-line {
	position: absolute;
	top: -70px;
	left: 115px;
	z-index: -1;
}

.home-image .circle {
	width: 847px;
	height: 847px;
	border-radius: 50%;
	position: absolute;
	top: -187px;
	right: -315px;
	background: rgba(98, 203, 201, 0.26);
	filter: blur(122.25px);
	z-index: -1;
	animation: circle 10s linear infinite;
}

@keyframes circle {
	0% {transform: trans(1);}
	50% {transform: scale(1.5);}
	100% {transform: scale(1);}
}

.home-image .product {
	display: block;
	width: 100%;
}
.home-image .bottle {
	position: absolute;
    left: -10px;
    bottom: -20px;
    max-width: 268px;
}

.home-image .phone {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 446px;
}

.notification {
	position: absolute;
	background: rgba(242, 242, 242, 0.5);
	backdrop-filter: blur(4px);
	border-radius: 19px;
	display: flex;
	align-items: center;
	gap: 11px 11px;
	padding: 10px 15px 10px 10px;
	font-family: 'Albert Sans', sans-serif;
}
.notification .avatar {position: relative;}
.notification .avatar img {
	max-width: 50px;
	display: block;
	image-rendering: crisp-edges;
	image-rendering: -webkit-optimize-contrast;
}
.notification .head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.notification .head h5 {
	font-size: 18px;
	font-weight: 600;
	color: #222222;
}
.notification .head p {
	color: #797978;
	font-size: 14px;
	font-weight: 500;
}
.notification > div > p {
	font-size: 16px;
	line-height: 1.2;
	color: #3F3F3F;
}
.notification .head h4 {
	color: #797978;
	font-size: 14px;
	font-weight: 500;
}
.notification h3 {
	font-weight: 600;
	font-size: 18px;
	color: #222222;
}
.notification .label {
	display: inline-flex;
	align-items: center;
	min-height: 20px;
	background: #c3d5dc;
	border-radius: 30px;
	padding: 0 10px;
	font-size: 9px;
	font-weight: normal;
	color: #000;
	margin-top: 10px;
}
.notification .label p {
	position: relative;
	top: 1px;
}

.notification.animated.show {
	opacity: 1;
    animation: circleNotification 15s ease-in-out infinite 1s;
}

@keyframes circleNotification {
    0% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(10px, -10px);
    }
    50% {
        transform: translate(20px, 0);
    }
    75% {
        transform: translate(10px, 10px);
    }
    100% {
        transform: translate(0, 0);
    }
}

.home-image .notification.first {
	top: 50px;
	left: 30px;
	min-width: 375px;
	animation-name: circleNotification;
}
.home-image .notification.first > div:not(.avatar) {
	width: 100%;
}

.home-image .notification.second {
	bottom: 70px;
	right: 25px;
	animation-name: circleNotification;
	animation-delay: 2s !important;
}

.home-image .notification.third {
	top: calc(50% - 90px);
	left: 25px;
	margin-left: -90px;
	padding-left: 17px;
	padding-right: 17px;
	min-width: 190px;
	animation-name: circleNotification;
	animation-delay: 4s !important;
}

@media (max-width: 1600px) {
	.home {padding-bottom: 30px;}
	.home .center {gap: 50px;}
	.home-content .before {font-size: 13px;}
	.home-content .before div {
		margin: 0 5px;
		font-size: 13px;
	}

	.home-content .tx-small {font-size: 22px;}

	.home-content h1.title {font-size: 45px;}

	.home-content ul {gap: 20px;}
	.home-content ul li {font-size: 16px;}

	.home-content .foot {margin-top: 30px;}
	.home-content .foot > img {max-width: 115px;}

	.home-image {zoom: 0.8;}
}

@media (max-width: 1200px) {
	.home {
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.home .center {
		gap: 30px;
		align-items: center;
	}
	.home-content h1.title {font-size: 37px;}
	.home-content ul li {font-size: 14px;}
	.home-content ul .ic {zoom: 0.86;}
	.home-content .foot > img {max-width: 110px;}
	.home-content .tx-small {font-size: 17px;}

	.home-image {margin-right: 0;}
	.home-image .bottle {zoom: 0.8;}

	.notification {zoom: 0.9;}
	.home-image .notification.third {top: calc(50% - 110px);}

	.home-image .svg-line {
		top: -125px;
		left: 40px;
	}
}

@media (max-width: 991px) {
	.home .center {gap: 15px;}
	.home-content .before {font-size: 12px;}
	.home-content h1.title {font-size: 30px;}
	.home-content .foot {gap: 15px;}
	.home-content .foot > img {max-width: 95px;}

	.home-image {
		max-width: 340px;
		zoom: 1;
	}
	.home-image .bottle {zoom: 0.6;}

	.notification {zoom: 0.7;}
	.home-image .notification.first {top: 25px;}
	.home-image .notification.third {margin-left: -65px;}
	.home-image .svg-line {
	    top: -170px;
	    left: 40px;
	    zoom: 0.7;
	}
}

@media (max-width: 767px) {
	.home .center {
		flex-direction: column;
		gap: 30px;
	}
	.home-content .before {font-size: 16px;}
	.home-content h1.title {font-size: 40px;}
	.home-content .tx-small {font-size: 19px;}
	.home-content ul .ic {zoom: 1;}
	.home-content ul li {font-size: 16px;}
	.home-content .foot > img {max-width: 115px;}

	.home-image {
		max-width: 450px;
		margin: 0 auto;
	}
	.home-image .bottle {zoom: 0.8;}
	.notification {zoom: 0.9;}

	.home-image .svg-line {
		transform: rotate(-20deg);
		left: -200px;
	}
}

@media (max-width: 550px) {
	.home {
		padding-top: 20px;
		padding-bottom: 35px;
	}
	.home .lines {
	    top: -270px;
	    right: 50px;
	    position: absolute;
	    width: 200px;
	    zoom: 0.7;
	    transform: rotate(10deg);
	}
	.home .lines i {width: 550px;}
	.home .center {
		gap: 15px;
		position: relative;
	}
	.home .center .line {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: -1;
		transform-origin: center;
		transform: rotate(-20deg);
	}
	.home .center .line svg {
		width: 100%;
	}

	.home-content {width: 100%;}
	.home-content .before {font-size: 14px;}
	.home-content .before div {
		position: relative;
        top: -2px;
        font-size: 12px;
        min-height: 20px;
	}     
	.home-content h1.title {
		font-size: 9vw;
		margin-top: 5px;
	}
	.home-content ul {
		gap: 25px;
		margin-top: 25px;
	}
	.home-content ul li {
		font-size: 3.5vw;
		line-height: 5vw;
		gap: 0 3.33vw;
	}
	.home-content ul .ic {
		width: 9.66vw;
		height: 12vw;
		zoom: 0.8;
	}
	.home-content ul li:nth-child(1) .ic i {
		right: -1.20vw;
		top: 0;
		width: 9.66vw;
		height: 11vw;
	}
	.home-content ul li:nth-child(2) .ic i {
		width: 9.66vw;
		height: 10.86vw;
		top: -0.1vw;
	}
	.home-content ul li:nth-child(3) .ic i {
	    width: 8.69vw;
	    height: 11.83vw;
	    right: -1.44vw;
	}
	.home-content .tx-small {font-size: 5.4vw;}

	.home-content .foot {
	    gap: 0;
	    width: 100%;
	    display: flex;
	    justify-content: center;
	}
	.home-content .foot > img {display: none;}
	.home .tx-c {max-width: 250px;}

	.home-image {
	    zoom: 1;
	    width: 100%;
	    margin-top: 15px;
	}
	.home-image .circle {
		width: 400px;
		height: 400px;
		top: -30px;
		right: -300px;
	}
	.home-image .bottle {
	    zoom: 1;
	    max-width: 160px;
	    bottom: -22px;
	}
	.notification {zoom: 0.7;}
	.home-image .notification.first {
		top: 12px;
		left: 55px;
	}
	.home-image .notification.second {
	    bottom: 35px;
	    right: 5px;
	}
	.home-image .notification.third {
		margin-left: 20px;
		top: calc(50% - 105px);
	}

	.home-image .svg-line {display: none;}
}

@media (max-width: 413px) {
	.home .lines {right: 20px;}
}

/* ------------------ ICONS SCROLL ------------------ */
.icons-scroll .slide {
	display: flex;
	align-items: center;
	gap: 12px 12px;
	height: 100%;
	min-height: 50px;
}
.icons-scroll .slide p {
	font-weight: normal;
	font-size: 22px;
	color: #096A8C;
}

@media (max-width: 1200px) {
	.icons-scroll .slide {gap: 10px 10px;}
	.icons-scroll .slide img {zoom: 0.7;}
	.icons-scroll .slide p {font-size: 15px;}
}

@media (max-width: 767px) {
	.icons-scroll .slide img {zoom: 1;}
	.icons-scroll .slide p {font-size: 17px;}
}

/* ------------------ TILE ------------------ */
.tile {
	margin-top: 55px;
	position: relative;
	z-index: 2;
}
.tile .main-title {
	padding: 0 15px 50px 15px;
}
.tile .center {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}
.tile .col {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
	position: relative;
}
.tile .inner {
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	transition: all 0.3s;
}
.tile .logo {
	position: absolute;
	right: 37px;
	bottom: 30px;
	z-index: 3;
}
.tile .inner:hover {
	transform: rotate3d(1, 1, 0, 10deg);
	box-shadow: -7px 7px 0px 2px rgba(0, 0, 0, .1);
}
.tile .inner > img,
.tile .inner > video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tile .content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding: 33px 15px 33px 40px;
	color: #fff;
}
.tile .content h3 {
	font-size: 50px;
	line-height: 1.13;
	font-weight: 600;
	margin-top: 0;
	-webkit-font-smoothing: antialiased;
}
.tile .content p {
	font-size: 24px;
	line-height: 1.13;
	margin-top: 25px;
	-webkit-font-smoothing: antialiased;
}

.tile i {
	display: inline-block;
	min-height: 67px;
}
.tile .col-1 i {
	width: 66px;
	height: 59px;
}
.tile .col-2 i {
	width: 55px;
	height: 46px;
}
.tile .col-3 i {
	width: 52px;
	height: 64px;
}
.tile .col-4 i {
	width: 58px;
	height: 67px;
}

.tile .tx-small {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 10;
	text-align: center;
	font-size: 14px;
	margin-top: 15px;
}
.tile .tx-small a {
	font-weight: bold;
	text-decoration: none;
}
.tile .tx-small a:hover {text-decoration: underline;}

@media (max-width: 1600px) {
	.tile .content {padding: 25px 10px 25px 26px;}
	.tile i {zoom: 0.9;}
	.tile .content h3 {font-size: 40px;}
	.tile .content p {font-size: 18px;}
}

@media (max-width: 1200px) {
	.tile .center {gap: 13px;}
	.tile .col {gap: 13px;}
	.tile .content {padding: 15px 10px 15px 15px;}
	.tile i {zoom: 0.8;}
	.tile .content h3 {
	    font-size: 30px;
	    margin-top: 5px;
	}
	.tile .content p {
		font-size: 14px;
		margin-top: 15px;
	}

	.tile .tx-small {font-size: 12px;}
}

@media (max-width: 991px) {
	.tile {margin-top: 30px;}
	.tile .center {gap: 10px;}
	.tile .inner {border-radius: 10px;}
	.tile .col {gap: 10px;}
	.tile .content {padding: 12px 12px 12px 12px;}
	.tile .content h3 {
		font-size: 25px;
		margin-top: 0;
	}
	.tile .content p {
		font-size: 13px;
		margin-top: 8px;
	}
	.tile .content p br {display: none;}

	.tile .tx-small {font-size: 10px;}
	.tile i {zoom: 0.7;}
}

@media (max-width: 767px) {
	.tile .center {
		grid-template-columns: 1fr;
		gap: 15px;
	}
	.tile .center > .inner {min-height: 450px;}
	.tile .inner {border-radius: 15px;}
	.tile .col {gap: 15px;}
	.tile .content {padding: 20px;}
	.tile .content h3 {
	    font-size: 35px;
	    margin-top: 10px;
	}
	.tile .content p {font-size: 16px;}
}

@media (max-width: 550px) {
	.tile {
		position: relative;
		z-index: 11;
		margin-top: 20px;
	}
	.tile .inner {border-radius: 10px;}
	.tile .center > .inner {
	    min-height: 372px;
	}
	.tile .col {gap: 10px;}
	.tile .content {padding: 15px;}
	.tile i {
		zoom: 0.6;
		animation: none !important;
		opacity: 1;
	}
	.tile .content h3 {
	    font-size: 5vw;
	    margin-top: 5px;
	}
	.tile .content p {
	    font-size: 3.2vw;
	    font-weight: 500;
	    margin-top: 10px;
	    line-height: 1.3;
	}
	.tile .tx-small {font-size: 2.5vw;}
}

@media (max-width: 413px) {
	.tile .content {padding: 10px;}
	.tile .content p {font-size: 12px;}
}

/* ------------------ BETTER ------------------ */
.better {
	padding: 80px 0;
	border-bottom: 10px solid #ecf8f7;
	background: #fff;
	position: relative;
	z-index: 10;
}

.better .main-title h2 {margin-top: 0;}
.better .main-title p {
	font-size: 18px;
	margin-top: 0;
}
.better .main-title p b {font-weight: 600;}
.better .main-title p b span {
	font-weight: normal;
	color: #63C7C7;
}

.better-row {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 15px 85px;
	max-width: 1200px;
	margin: 40px auto 0 auto;
}
.better-row > div {text-align: center;}
.better-row .image {
	display: block;
	max-width: 220px;
	margin: 0 auto 16px auto;
	line-height: 0;
}
.better-row .image video{
    min-width:none;
    width:100%;
    height:auto;
    border-radius:50%;
    
}
.better-row h4 {
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 10px;
}
.better-row p {
	font-size: 14px;
}

@media (max-width: 1600px) {
	.better {padding: 60px 0;}
	.better-row {max-width: 1000px;}
	.better-row .image {max-width: 180px;}
	.better-row h4 {font-size: 22px;}
	.better-row p {font-size: 13px;}
}

@media (max-width: 1200px) {
	.better-row p {font-size: 12px;}
}

@media (max-width: 991px) {
	.better {padding: 50px 0;}
	.better-row p br {display: none;}
}

@media (max-width: 767px) {
	.better-row {
		grid-template-columns: 1fr;
		gap: 30px 15px;
		margin: 30px auto 0 auto;
	}
	.better-row .image {margin-bottom: 10px;}
	.better-row h4 {font-size: 25px;}
	.better-row p {font-size: 15px;}
	.better-row p br {display: block;}
	.better .main-title h2 {margin-top: 5px;}
	.better .btn-text {
		width: 100%;
		margin-top: 30px;
		display: flex !important;
	}
}

@media (max-width: 550px) {
	.better {
		padding-top: 30px;
		border-bottom: none;
		position: relative;
		padding-bottom: 0;
		background: none;
	}
	.better .svg-line {
		position: absolute;
		top: -25px;
		right: 0;
		zoom: 0.6;
	}
	.better .trust {
		max-width: 270px;
		margin: 0 auto 50px auto;
		display: block;
	}
	.better .main-title h2 {font-size: 7.7vw;}
	.better-row h4 {
	    font-size: 4.9vw;
	    margin-bottom: 5px;
	}
	.better-row p {font-size: 3.5vw;}
}

/* ------------------ SEMAGLUTIDE ------------------ */
.semaqlutide {
	padding: 50px 0 85px 0;
	position: relative;
}
.semaqlutide .svg-line {
	position: absolute;
	top: -5px;
	right: 100px;
	z-index: -1;
}
.semaqlutide .main-title h2 strong {color: var(--color);}
.semaqlutide > .center {
	display: flex;
	align-items: start;
	max-width: 1440px;
}

.semaqlutide-content .main-title {
	text-align: left;
}
.semaqlutide-content .main-title .icon-svg {
	position: relative;
    left: -15px;
}
.semaqlutide-content .main-title p {
	margin-top: 10px;
}
.semaqlutide-content .main-title h2 {
	font-size: 70px;
	line-height: 1;
}
.semaqlutide-content .text {
	font-size: 24px;
	margin-top: 22px;
	margin-bottom: 29px;
}
.semaqlutide-content .text strong {font-weight: 500;}
.semaqlutide-content p + p {
	margin-top: 25px;
}
.semaqlutide-content .foot {
	margin-top: 40px;
	display: inline-flex;
	align-items: flex-start;
	gap: 23px;
}
.semaqlutide-content .foot > img {max-width: 135px;}

.semaqlutide-image {
	position: relative;
	width: 700px;
	display: flex;
	justify-content: center;
	align-items: center;
    height:100%;
    top:auto;
    bottom:auto;
    margin:auto;
    padding-top:50px;
}
.semaqlutide-image .svg-line {
	position: absolute;
	top: -120px;
	left: -150px;
}

.semaqlutide-image .product {
	display: block;
	min-width: 330px;
	max-width: 330px;
	position: relative;
}
.semaqlutide-image .product:after {
	content: '';
	display: block;
	width: 670px;
	height: 670px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%);
	background: rgba(98, 203, 201, 0.26);
	filter: blur(122.25px);
}
.semaqlutide-image .product .inner {
	position: absolute;
	top: 100px;
	left: 45px;
	right: 48px;
	bottom: 75px;
}

.semaqlutide-image .product > img {animation-delay: 0.2s !important;}
.semaqlutide-image .product .label {
	animation-delay: 0.2s !important;
	background: #E2F0F5;
	border-radius: 3px;
	align-items: center;
	gap: 0 5px;
	font-size: 9px;
	font-weight: 600;
	min-height: 18px;
	padding: 0 8px;
	display: inline-flex;
}
.semaqlutide-image .product .title {
	animation-delay: 0.4s !important;
	margin-bottom: 15px;
	margin-top: 5px;
	color: #003E52;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.2;
}
.semaqlutide-image .product .item {
	display: flex;
	align-items: center;
	min-height: 45px;
	border-radius: 12px;
	border: 1px solid #d7dcde;
	background: #fff;
	padding: 0 15px 0 15px;
	gap: 0 10px;
	color: #424647;
	font-size: 13px;
	font-weight: 600;
}
.semaqlutide-image .product .item + .item {margin-top: 6px;}
.semaqlutide-image .product .item:before {
	content: '';
	display: inline-flex;
	width: 15px;
	height: 15px;
	border: 1px solid #C4CACC;
	border-radius: 3px;
}
.semaqlutide-image .product .item-1 {animation-delay: 0.6s !important;}
.semaqlutide-image .product .item-2 {animation-delay: 0.8s !important;}
.semaqlutide-image .product .item-3 {animation-delay: 1s !important;}
.semaqlutide-image .product .item-4 {animation-delay: 1.2s !important;}
.semaqlutide-image .product .item-5 {animation-delay: 1.4s !important;}
.semaqlutide-image .product .item-6 {animation-delay: 1.6s !important;}

.semaqlutide-image .product .button {
	animation-delay: 1.8s !important;
	margin-top: 25px;
	border-radius: 12px;
	background: #B2CCD7;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 38px;
	color: #fff;
	font-weight: bold;
	position: relative;
	overflow: hidden;
}
.semaqlutide-image .product .button span {
	position: relative;
	z-index: 3;
}
.semaqlutide-image .product .button:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	transition: all 0.3s;
	background: var(--c-bluewhite);
}
/*.semaqlutide-image .product .button:hover:before {width: 100%;}*/
.semaqlutide-image .product .inner:after {
	content: '';
	display: block;
	height: 4px;
	width: 100px;
	background: #000;
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 5px;
}

.semaqlutide .bottom-text {
	text-align: center;
	margin-top: 40px;
	font-size: 12px;
	line-height: 1.6;
}

@media (max-width: 1600px) {
	.semaqlutide > .center {max-width: 1200px;}
	.semaqlutide-content .main-title h2 {font-size: 58px;}
	.semaqlutide-content .text {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.semaqlutide-content .foot {
		margin-top: 30px;
		gap: 23px;
	}
	.semaqlutide-content .foot > img {max-width: 115px;}

	.semaqlutide-image .svg-line {top: -150px;}

	.semaqlutide .bottom-text {margin-top: 30px;}
}

@media (max-width: 1200px) {
	.semaqlutide {padding: 65px 0 65px 0;}
	.semaqlutide .svg-line {
		top: -250px;
		left: -165px;
	}
	.semaqlutide > .center {
		max-width: 900px;
		align-items: center;
	}
	.semaqlutide:before {
		width: 1600px;
		height: 1500px;
		background-size: 1600px;
		top: -400px;
	}
	.semaqlutide-content {max-width: 495px;}
	.semaqlutide-content .main-title h2 {
		font-size: 50px;
	}
	.semaqlutide-content .text {
		font-size: 17px;
		margin-bottom: 15px;
	}
	.semaqlutide-content p + p {margin-top: 20px;}
	.semaqlutide-content p br {display: none;}
	.semaqlutide-content .foot > img {
	    max-width: 110px;
	}

	.semaqlutide-image {right: 0;}

	.semaqlutide .bottom-text br {display: none;}
}

@media (max-width: 991px) {
	.semaqlutide:before {
		width: 1200px;
		height: 1000px;
		background-size: 1200px;
		top: -300px;
	}
	.semaqlutide-content {max-width: 390px;}
	.semaqlutide-content .main-title h2 {font-size: 40px;}
	.semaqlutide-content .text br {display: none;}
	.semaqlutide-content .foot {gap: 15px;}
	.semaqlutide-content .foot > img {max-width: 95px;}
}

@media (max-width: 767px) {
	.semaqlutide > .center {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.semaqlutide-content {margin-bottom: 15px;}
	.semaqlutide-content {max-width: 500px;}
	.semaqlutide-content .main-title {text-align: center;}
	.semaqlutide-content .main-title h2 {
		font-size: 57px;
		margin-top: 18px;
	}
	.semaqlutide-content .main-title .icon-svg {left: 0;}
	.semaqlutide-content .main-title p {
	    margin-top: 15px;
	}
	.semaqlutide-content .text {
	    font-size: 25px;
	    margin-bottom: 25px;
	    margin-top: 25px;
	}

	.semaqlutide-image {margin-bottom: -45px;width:100%;padding-top:0;}

	.semaqlutide .foot {
		display: flex;
		justify-content: center;
		padding-top: 35px;
	}

	.semaqlutide .bottom-text {
	    margin-top: 35px;
	    font-size: 13px;
	    opacity: 0.75;
	}

	.semaqlutide-image .product .inner {
		left: 44px;
		right: 46px;
		zoom: 0.95;
	}

	.semaqlutide-image .product .inner:after {bottom: 30px;}
	.semaqlutide-image .product .inner img:nth-child(2) {
		max-width: 175px;
	}
	.semaqlutide-image .product .inner {top: 85px;}

	.semaqlutide .svg-line {
	    top: 0px;
	    left: -105px;
	    zoom: 0.7;
	}

	.semaqlutide-image .product:after {
		width: 450px;
		height: 450px;
	}
}

@media (max-width: 550px) {
	.semaqlutide {
		padding-top: 50px;
		padding-bottom: 40px;
	}
	.semaqlutide:before {
		width: 414px;
		height: 800px;
		background: url(../img/lines/line-6.svg) no-repeat;
		background-size: 414px;
		right: inherit;
		top: -310px;
		left: 0;
	}
	.semaqlutide-content .main-title h2 {
	    font-size: 43px;
	    margin-top: 15px;
	}
	.semaqlutide-content .text {
	    font-size: 19px;
	    margin-bottom: 20px;
	    margin-top: 20px;
	}
	.semaqlutide-content .text {font-size: 19px;}
	.semaqlutide .foot {padding-top: 30px;}
	.semaqlutide .btn-text p strong {font-weight: normal;}
	.semaqlutide .btn-text .anim-dot {top: -1px;}

	.semaqlutide .bottom-text {font-size: 10px;}

	.semaqlutide-image {
		zoom: 1;
		width: auto;
	}
}

@media (max-width: 413px) {
	.semaqlutide-content .main-title h2 {font-size: 35px;}
	.semaqlutide-content .text {font-size: 17px;}
	.semaqlutide-content > p br,
	.semaqlutide .mobile p br {display: none !important;}
}

/* ------------------ PRESCRIPTION ------------------ */
.prescription {
	padding: 65px 0 0 0;
	border-top: 10px solid #D9F1F0;
	position: relative;
	z-index: 10;
}

.prescription .svg-line {
	position: absolute;
	bottom: 100%;
	right: 100%;
	margin-right: -100px;
	margin-bottom: -290px;
}
.prescription .svg-line:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100px;
	background: linear-gradient(0, #fff, transparent);
}

.prescription .center {max-width: 1785px;}

.prescription-slider.is-initialized:not(.is-active) .splide__list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 0 33px;
}
.prescription-slider {
	margin-top: 50px;
	padding: 0 77px;
}
.prescription-slider .splide__track {overflow: visible;}
.prescription-slider .slide {
	height: 100%;
	background: #fff;
	padding: 47px 35px 60px 35px;
	display: flex;
	flex-direction: column;
	position: relative;
	cursor: grab;
}
.prescription-slider .slide .rx {
	position: absolute;
	top: 27px;
	right: 35px;
	opacity: 0.5;
}
.prescription-slider .slide:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	box-shadow: 0 1px 7px rgba(0, 62, 82, .03), 0 6px 6px rgba(0, 62, 82, .05), 0 18px 43px rgba(0, 62, 82, .15);
	border-radius: 11px;
	transition: all 0.3s;
}
.prescription-slider .slide:hover:after {transform: scale(1.01);}
.prescription-slider .slide h4 {
	color: var(--c-bluewhite);
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.prescription-slider .slide h3 {
	font-size: 30px;
	font-weight: 500;
	margin-top: 5px;
}
.prescription-slider .slide h5 {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 20px;
}
.prescription-slider .slide > p {
	font-size: 20px;
	line-height: 1.7;
}

.prescription-slider .slide .btn {
	height: 68px;
	padding: 0 29px;
	border-radius: 50px;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: none;
}

.prescription-slider .slide .foot {
	margin-top: auto;
	padding-top: 28px;
	text-align: center;
	position: relative;
	z-index: 10;
}
.prescription-slider .slide .foot > div {
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	font-size: 20px;
	font-weight: normal;
}
.prescription-slider .slide .foot > div svg {
	width: 20px;
	height: 15px;
	fill: #0F5C78;
}
.prescription-slider .slide .foot > div b {
	font-weight: 500;
	color: var(--c-bluewhite);
}

.splide__pagination {
	position: absolute;
	bottom: 0;
	display: flex !important;
	justify-content: center;
	align-items: center;
	margin-bottom: -45px;
}
.splide__pagination li {
	display: block;
	margin: 0 7px;
}
.splide__pagination button {
	display: block;
	margin: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #E3E3E3;
	opacity: 1;
	transform: none;
	transition: all 0.3s;
}
.splide__pagination button.is-active {
	width: 7px;
	height: 7px;
	background: #0F5C78;
}

@media (max-width: 1750px) {
	.prescription-slider {
		padding-left: 15px;
		padding-right: 15px;
	}
	.prescription-slider .slide {padding: 35px 30px 50px 30px;}
	.prescription-slider .slide h4 {font-size: 15px;}
	.prescription-slider .slide h3 {font-size: 25px;}
	.prescription-slider .slide h5 {font-size: 17px;}
	.prescription-slider .slide > p {font-size: 15px;}
	.prescription-slider .slide .btn {
		height: 50px;
		padding: 0 25px;
		min-width: 300px;
		font-size: 17px;
	}
	.prescription-slider .slide .foot {padding-top: 25px;}
	.prescription-slider .slide .foot > div {
		font-size: 15px;
		margin-top: 25px;
	}
	.prescription-slider .slide .foot > div svg {
		width: 15px;
		height: 10px;
	}
}

@media (max-width: 1600px) {
	.prescription-slider .slide {padding: 30px 25px 35px 25px;}
	.prescription-slider .slide h4 {font-size: 12px;}
	.prescription-slider .slide h3 {font-size: 19px;}
	.prescription-slider .slide h5 {font-size: 14px;}
	.prescription-slider .slide > p {font-size: 13px;}

	.prescription-slider .slide .btn {
	    min-height: 45px;
	    height: auto;
	    padding: 0 25px;
	    min-width: inherit;
	    font-size: 13px;
	}
	.prescription-slider .slide .foot > div {
	    font-size: 13px;
	    margin-top: 15px;
	    gap: 5px;
	}
	.prescription-slider .slide .foot > div svg {
	    width: 13px;
	    height: 8px;
	}
}

@media (max-width: 1200px) {
	.prescription-slider.is-initialized:not(.is-active) .splide__list {
		gap: 0 20px;
	}
	.prescription-slider {margin-top: 40px;}
	.prescription-slider .slide .btn {font-size: 12px;}
}

@media (max-width: 767px) {
	.prescription-slider {padding: 0 100px;}
	.splide__pagination li {margin: 0 5px;}
	.splide__pagination button.is-active {
		width: 7px;
		height: 7px;
	}
	.splide__pagination button {
		width: 6px;
		height: 6px;
	}
}

@media (max-width: 550px) {
	.prescription {
		padding-top: 40px;
		border-width: 7px;
	}
	.prescription-slider {padding: 0 0;}
	.prescription-slider .slide {padding: 30px 20px 35px 20px;}
	.prescription-slider .slide h4 {font-size: 3vw;}
	.prescription-slider .slide h3 {font-size: 4.5vw;}
	.prescription-slider .slide h5 {font-size: 3.5vw;}
	.prescription-slider .slide .btn {
		padding: 0 15px;
		font-size: 12px;
	}
	.prescription-slider .slide .btn svg {
		width: 7px;
		height: 10px;
	}
	.prescription-slider .slide .rx {display: none;}
}

/* ------------------ ELEVATE ------------------ */
.elevate {
	padding: 100px 0 0 0;
	position: relative;
	z-index: 5;
}
.elevate .center {
	max-width: 1445px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 85px 85px;
	position: relative;
}

.elevate .center .svg-line {
	position: absolute;
	top: -110px;
	left: 100%;
	margin-left: -70px;
}
.elevate .center .svg-line:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100px;
	background: linear-gradient(0, transparent, #fff);
}

.elevate-content .main-title {
	text-align: left;
}
.elevate-content .main-title h2 b {
	font-weight: 600;
	color: #093E52;
}
.elevate-content .main-title h2 b span {font-weight: normal;}
.elevate-content > p {
	font-size: 21px;
	font-weight: normal;
	margin-top: 10px;
}

.elevate-content ul {margin: 35px 0;}
.elevate-content ul li {
	display: flex;
	align-items: start;
	gap: 20px 20px;
}
.elevate-content ul li + li {margin-top: 33px;}
.elevate-content ul li .ic {
	max-width: 42px;
	display: flex;
	justify-content: center;
}
.elevate-content ul li:nth-child(5) .ic {
	position: relative;
	top: -17px;
}
.elevate-content ul li h3 {
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 10px;
}
.elevate-content ul li p {
	font-size: 17px;
	line-height: 1.6;
	font-weight: normal;
}

.elevate-image {margin-top: 120px;}
.elevate-image .image {
	position: relative;
	max-width: 665px;
}
.elevate-image .image .bg {
	display: block;
	width: 100%;
	border-radius: 30px;
}
.elevate-image .image .logo {
	position: absolute;
	top: 26px;
	left: 39px;
}
.elevate-image .image p {
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	text-align: center;
	margin-top: 22px;
}
.elevate-image .image p a {
	display: inline-flex;
	align-items: center;
	font-weight: 600;
	text-decoration: none;
	gap: 0 6px;
}
.elevate-image .image p a:hover {text-decoration: underline;}
.elevate-image .image p a svg {
	width: 10px;
    height: 13px;
    stroke: #0F5C78;
    position: relative;
    top: 1.2px;
}

@media (max-width: 1600px) {
	.elevate .center {
		gap: 50px 50px;
		max-width: 1100px;
		gap: 40px 40px;
	}

	.elevate-content > p {font-size: 17px;}
	.elevate-content ul li {gap: 10px 10px;}
	.elevate-content ul li .ic {zoom: 0.9;}
	.elevate-content ul li h3 {font-size: 18px;}
	.elevate-content ul li p {font-size: 13px;}

	.elevate-image .image {max-width: 510px;}
	.elevate-image .image .bg {border-radius: 25px;}
	.elevate-image .image .logo {
		top: 20px;
	    left: 30px;
	    max-width: 120px;
	}
	.elevate-image .image p {
		font-size: 14px;
		margin-top: 15px;
	}
	.elevate-image .image p a svg {
		width: 7px;
		height: 10px;
	}
}

@media (max-width: 1200px) {
	.elevate .center {
		max-width: 900px;
		gap: 25px 25px;
	}
	.elevate-content > p {font-size: 14px;}
	.elevate-content ul li h3 {font-size: 16px;}
	.elevate-content ul li .ic {zoom: 0.8;}
	.elevate-content ul li p br {display: none;}

	.elevate-image .image {max-width: 422px;}
}

@media (max-width: 991px) {
	.elevate .center {grid-template-columns: 1fr;}
	.elevate-content .main-title {text-align: center;}
	.elevate-content > p {text-align: center;}
	.elevate-image {
	    max-width: 500px;
	    margin: 30px auto 70px auto;
	}
	.elevate-image .image {max-width: inherit;}

	.elevate-content ul li .ic {
		zoom: 1;
		min-width: 43px;
	}
	.elevate-content ul li {gap: 15px 15px;}
	.elevate-content ul li h3 {font-size: 19px;}
	.elevate-content ul li p {font-size: 15px;}

	.elevate .btn-text {width: 100%;}
}

@media (max-width: 767px) {
	.elevate-content .main-title {text-align: center;}
	.elevate-content > p {
        text-align: center;
        width:420px;
        margin-left:auto;
        margin-right:auto;
    }
}

@media (max-width: 550px) {
	.elevate {padding: 80px 0 0 0;}
	.elevate .center .svg-line {
		left: inherit;
		right: 0;
		top: -240px;
		zoom: 0.7;
	}
	.elevate-content .main-title {text-align: left;}
	.elevate-content > p {text-align: left;}
	.elevate-content > p {
	    font-size: 4.5vw;
	    -webkit-font-smoothing: antialiased;
        margin-left:0;
        margin-right:0;
        width:100%;
	}

	.elevate-image .image p {
	    font-size: 2.9vw;
	    margin-top: 10px;
	}

	.elevate-content ul li {gap: 6px 6px;}
	.elevate-content ul li h3 {font-size: 4.5vw;}
	.elevate-content ul li p {font-size: 3.6vw;}
}

/* ------------------ REVIEWS SLIDER ------------------ */
.reviews-slider .head {
	display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.reviews-slider .splide {
	position: relative;
	z-index: 2;
}
.reviews-slider .splide__track {padding: 75px 0 115px 0;}
.reviews-slider .inner {
	background: #fff;
	border-radius: 11px;
	padding: 28px 25px 30px 25px;
	height: 100%;
	display: flex;
	flex-direction: column;
	box-shadow: 0 1px 7px rgba(0, 62, 82, .03), 0 6px 6px rgba(0, 62, 82, .05), 0 18px 43px rgba(0, 62, 82, .15);
}
.reviews-slider .star {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-bottom: 12px;
}
.reviews-slider .star svg {
	fill: var(--c-bluewhite);
}
.reviews-slider p {
	font-size: 12px;
	line-height: 1.5;
	font-family: var(--greycliff);
}
.reviews-slider p strong {font-weight: 600;}
.reviews-slider .inner > p {
	margin-bottom: 10px;
	max-width: 290px;
}
.reviews-slider .body {
	max-width: 275px;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.5;
}
.reviews-slider .foot {
	margin-top: auto;
	font-size: 12px;
	font-weight: 500;
	font-family: var(--greycliff);
	padding-top: 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.reviews-slider .foot p:last-child {
	color: var(--c-bluewhite);
	margin-top: 3px;
}

.reviews-slider-first {
	pointer-events: none;
	position: relative;
}
.reviews-slider-first:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 150px;
	background: red;
	transform: translateY(-50%);
	background: linear-gradient(0, transparent, #fff);
}
.reviews-slider-first .inner {
	text-align: left;
	direction: ltr;
}
.reviews-slider-first .stars {
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	gap: 4px;
}
.reviews-slider-first .stars svg {fill: var(--c-bluewhite)}

@media (max-width: 1600px) {
	.reviews-slider .inner {padding: 18px;}
	.reviews-slider .star {margin-bottom: 10px;}
	.reviews-slider .foot {margin-top: auto;}
}

@media (max-width: 767px) {
	.reviews-slider .splide__track {padding: 50px 0 95px 0;}
	.reviews-slider .inner > p {max-width: 300px;}
	.reviews-slider-second {margin-top: -110px;}
}

@media (max-width: 550px) {
	.reviews-slider-first {position: relative;}
	.reviews-slider-first:before {
		content: '';
	    display: block;
	    width: 550px;
	    height: 1011px;
	    background: url(../img/lines/line-mob-3.svg) no-repeat;
	    background-size: 550px;
	    position: absolute;
	    top: -77px;
	    left: 0;
	    z-index: -1;
	}

	.reviews-slider .inner {padding: 25px;}
	.reviews-slider .star {gap: 3px;}
	.reviews-slider .star svg {
		width: 15px;
		height: 15px;
	}
	.reviews-slider p {font-size: 15px;}
	.reviews-slider .foot {font-size: 13px;}

	.reviews-slider-second {
		position: relative;
	}
	.reviews-slider-second:after {
		content: '';
	    display: block;
	    width: 640px;
	    height: 1011px;
	    background: url(../img/lines/line-mob-6.svg) no-repeat;
	    position: absolute;
	    left: 0;
	    bottom: 100%;
	    z-index: -2;
	    margin-bottom: -300px;
	}
}

@media (max-width: 414px) {
	.reviews-slider-first:before {
	    width: 414px;
	    height: 1011px;
	    background-size: 414px;
	    top: -78px;
	}

	.reviews-slider-second:after {
		width: 414px;
	    height: 770px;
	    background-size: 414px;
	    margin-bottom: -325px;
	}
}

@media (max-width: 413px) {
	.reviews-slider-first:before {top: -75px;}
}

/* ------------------ QUESTION ------------------ */
.question {
	position: relative;
	z-index: 5;
	padding-bottom: 59px;
	padding-top: 50px;
	margin-top: -50px;
}

.question .main-title {
	text-align: left;
}
.question .main-title h2 {
	margin-top: 0;
}
.question .main-title p {
	margin-top: 15px;
	font-size: 32px;
}

.question .center {
	position: relative;
	z-index: 2;
	display: flex;
	gap: 60px 60px;
}

.question-image {
	min-width: 510px;
}
.question-image .image {
	width: 510px;
	height: 510px;
	position: relative;
}
.question-image .image svg {
	position: absolute;
	top: 100%;
	right: 100%;
	margin-top: -100px;
	margin-right: -60px;
	z-index: -1;
}
.question-image .image > img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.question-image .image .notification {
	position: absolute;
	left: -20px;
	bottom: 65px;
	min-width: 370px;
}
.question-image .image .notification div:not(.avatar) {width: 100%;}

.question .subtitle {
	font-size: 27px;
	margin-top: 5px;
}

.question .accordeon {margin-top: 35px;}

.question-content > h3 {
	font-weight: normal;
	font-size: 32px;
}
.question-content > h3 b {font-weight: 500;}
.question-content > h3 b span {
	color: #63CCC9;
	font-weight: normal;
}

.question-content .btn-text {margin-top: 57px;}

@media (max-width: 1600px) {
	.question .subtitle {font-size: 23px;}
	.question .accordeon {margin-top: 25px;}

	.question-image {min-width: 400px;}
	.question-image .image {
		width: 400px;
		height: 400px;
	}

	.question-content > h3 {font-size: 25px;}
}

@media (max-width: 1200px) {
	.question .subtitle {font-size: 19px;}
	.question .accordeon {margin-top: 30px;}
	.question .svg-line {top: 145px;}

	.question .center {gap: 30px 30px;}
	.question-image {min-width: 300px;}
	.question-image .image {
	    width: 300px;
	    height: 300px;
	}
	.question-image .image .notification {zoom: 0.7;}

	.question .main-title p {font-size: 25px;}
	.question-content > h3 {font-size: 19px;}
}

@media (max-width: 991px) {
	.question .subtitle {font-size: 18px;}

	.question .accordeon {margin-top: 35px;}

	.question-image .image {
		width: 400px;
		height: 400px;
		margin: 50px auto;
	}
	.question-image .image .notification {
	    zoom: 0.9;
	    left: -50px;
	}
	.question-content > h3 {text-align: center;}

	.question .accordeon {margin-top: 20px;}

	.question-content .btn-text {width: 100%;}
}

@media (max-width: 767px) {
	.question {margin-top: -50px;}
	.question:after {display: none;}

	.question .main-title {text-align: center;}

	.question .heading {gap: 15px;}
	.question .heading svg {
		width: 40px;
		height: 40px;
	}
	.question .subtitle {
	    margin-top: 0px;
	    font-size: 16px;
		text-align: center;
		padding-left: 0;
	}

	.question .accordeon {margin-top: 30px;}
	.question .heading {
		display: block;
		text-align: center;
	}
}

@media (max-width: 550px) {
	.question {
		margin-top: -35px;
		padding-top: 35px;
		padding-bottom: 35px
	}
	.question .main-title h2 {font-size: 28px;}
	.question .svg-line {display: none;}

	.question-image .image {
	    width: 350px;
	    height: 350px;
	    margin: 40px auto;
	}

	.question .accordeon {margin-top: 13px;}
	.question .main-title p {
	    font-size: 4.6vw;
	    font-weight: 500;
	    margin-top: 14px;
	    margin-bottom: 30px;
	}
	.question-content > h3 {
	    font-size: 17px;
	    font-weight: 500;
	}
	.question-content > h3 b span {
		color: #0f5c78;
		font-weight: 500;
	}

	.question-image .image .notification {
	    zoom: 0.8;
	    left: -30px;
	}
	.question-image .image svg {zoom: 0.7;}

	.question-content .btn-text {margin-top: 35px;}
}

@media (max-width: 413px) {
	.question .main-title h2 {font-size: 24px;}
	.question .subtitle {font-size: 15px;}
	.question-image .image {
		width: 320px;
		height: 320px;
	}
}

/* ------------------ ACCORDEON ------------------ */
.accordeon {list-style: none;}
.btn-accordeon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 23px;
	font-size: 24px;
	cursor: pointer;
	transition: all 0.3s;
}
.btn-accordeon:hover {color: #64ccca;}
.plus {
	width: 16px;
	min-width: 16px;
	height: 16px;
	display: inline-block;
	position: relative;
}
.plus:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #60A5BC;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	transition: all 0.3s;
}
.plus:before {
	content: '';
	display: block;
	height: 100%;
	width: 2px;
	background: #60A5BC;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	transition: all 0.3s;
}
.item-accordeon {
	border-radius: 6px;
	border: 1px solid #E3E3E3;
	background: #fff;
}
.item-accordeon + .item-accordeon {margin-top: 23px;}

.item-accordeon.active .btn-accordeon .plus:after {
	transform-origin: center;
	transform: rotate(45deg);
}

.item-accordeon.active .btn-accordeon .plus:before {
	transform-origin: center;
	transform: rotate(45deg);
}
.inner-accordeon {
	padding: 0 23px 35px 23px;
	margin: 0 !important;
}
.inner-accordeon ul {
	list-style: none;
	font-size: 18px;
}
.inner-accordeon p {
	font-size: 18px;
	line-height: 1.4;
}
.inner-accordeon a {
	color: #0F5C78;
	text-decoration: underline;
}
.inner-accordeon a:hover {text-decoration: none;}
.inner-accordeon p + p {margin-top: 20px;}
.inner-accordeon ul strong {font-weight: 600;}
.inner-accordeon ul li + li {margin-top: 35px;}
.inner-accordeon ul li {
	padding-left: 15px;
	position: relative;
}
.inner-accordeon ul li:before {
	content: '';
	display: block;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	position: absolute;
	top: 11px;
	left: 0;
	background: #091938;
}
.content-accordeon {
	height: 0;
	overflow: hidden;
	transition: height 0.3s ease;
} 

@media (max-width: 1600px) {
	.btn-accordeon {
		padding: 15px 20px;
		font-size: 19px;
	}
}

@media (max-width: 1500px) {
	.btn-accordeon {
		padding: 18px;
		font-size: 20px;
	}
	.item-accordeon + .item-accordeon {margin-top: 15px;}
	.inner-accordeon ul {font-size: 16px;}
	.inner-accordeon ul li + li {margin-top: 20px;}
}

@media (max-width: 1200px) {
	.btn-accordeon {font-size: 15px;}
}

@media (max-width: 767px) {
	.btn-accordeon {
	    padding: 15px 18px;
	    font-size: 15px;
	}
	.item-accordeon {border-radius: 7px;}
	.inner-accordeon ul li + li {margin-top: 25px;}
	.inner-accordeon ul li,
	.inner-accordeon p {font-size: 15px;}

	.plus {
		width: 13px;
		min-width: 13px;
		height: 13px;
        margin-left:6px;
	}
    div.btn-accordeon > span {
        padding-right:4px;
    }
}

@media (max-width: 550px) {
	.btn-accordeon {
	    padding: 10px 15px;
	    font-size: 15px;
	}
}

/* ------------------ DOCTORS ------------------ */
.doctors {
	background: #eefdfe;
	padding: 60px 0;
	border-top: 10px solid #ebf7f6;
}

.doctors .main-title {margin-bottom: 45px;}
.doctors .main-title h2 b {
	font-weight: 600;
	color: #093E52;
}

.doctors-splide.is-initialized:not(.is-active) .splide__list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 12px 12px;
}

.doctors-splide .slide {
	text-align: center;
}
.doctors-splide .slide h3 {
	font-size: 22px;
	margin-top: 16px;
	font-weight: 500;
	font-family: 'Quincy CF', sans-serif;
}
.doctors-splide .slide > p {
	font-size: 12px;
	font-weight: normal;
	margin-top: 5px;
}
.doctors-splide .slide .rating {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3px 3px;
	color: #003E52;
	margin-top: 5px;
}
.doctors-splide .slide .rating p {
	font-size: 10px;
	font-weight: 500;
	color: #7F9BA4;
}
.doctors-splide .slide .rating p b {
	color: #003E52;
	font-size: 12px;
	font-weight: bold;
}
.doctors-splide .slide .rating svg {
	width: 12px;
	height: 12px;
}
.doctors-splide + .doctors-splide {
	margin-top: 55px;
}

@media (max-width: 1600px) {
	.doctors-splide {
		max-width: 1100px;
		margin: 0 auto;
	}
	.doctors-splide .slide .image {margin: 0 auto;}
	.doctors-splide .slide .rating svg {
	    width: 10px;
	    height: 10px;
	}
	.doctors-splide .slide h3 {font-size: 17px;}
}

@media (max-width: 1200px) {
	.doctors-splide {
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
	}
	.doctors-splide.is-initialized:not(.is-active) .splide__list {
		grid-template-columns: repeat(3, 1fr);
		gap: 25px 25px;
	}
	.doctors-splide .slide h3 {font-size: 20px;}
	.doctors-splide .slide > p {font-size: 16px;}
	.doctors-splide .slide .rating p {font-size: 14px;}
	.doctors-splide .slide .rating svg {
	    width: 14px;
	    height: 14px;
	}
}

@media (max-width: 991px) {
	.doctors-splide {
		margin-left: -15px;
		margin-right: -15px;
		pointer-events: none;
		max-width: inherit;
	}
	.doctors-splide .slide h3 {font-size: 18px;}
}

@media (max-width: 767px) {
	.doctors {
		padding: 35px 0;
		border-top: none;
	}
}

@media (max-width: 550px) {
	.doctors-splide .slide h3 {
	    font-size: 15px;
	    margin-top: 10px;
	}
	.doctors-splide .slide > p {font-size: 12px;}
	.doctors-splide .slide .rating {margin-top: 0;}
	.doctors-splide .slide .rating svg {
	    width: 11px;
	    height: 11px;
	}
	.doctors-splide .slide .rating p {
	    font-size: 10px;
	}
	.doctors-splide + .doctors-splide {
	    margin-top: 35px;
	}
}

/* ------------------ SECTION TEXT ------------------ */
.section-text {
	padding: 100px 0 60px;
}

.section-text .center {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 40px 40px;
}	

.section-text .main-title h2 b {font-weight: 600;}

.section-text + .icons-scroll {padding-bottom: 60px;}

@media (max-width: 767px) {
	.section-text {padding: 60px 0 60px;}
}

@media (max-width: 550px) {
	.section-text {padding: 50px 0 45px;}
	.section-text .main-title h2 {font-size: 6vw;}
	.section-text .center {gap: 30px 30px;}
	.section-text + .icons-scroll {padding-bottom: 20px;}
}

/* ------------------ FOOTER ------------------ */
.footer {
    background: #093E52;
    padding-top: 30px;
    position: relative;
    z-index: 10;
    color: #558297;
}
.footer a {
	text-decoration: none;
	color: #558297 !important;
}
.footer a:hover {text-decoration: underline;}
.footer-row {
    display: flex;
    margin-right: -15px;
    margin-left: -15px
}
.footer-logo {
    display: inline-block;
    margin-bottom: 0px
}
.footer-logo svg {
	width: 146px;
	height: 41px;
}
.social a {
    width: 50px;
    height: 50px;
    background-color: #121629;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    display: inline-block;
    transition: all .3s;
    margin:1px;
}
.social a:hover {
    background-color: #ccb27a;
}
.ic-phone {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../img/ic-phone.webp) no-repeat;
}
.social a.ic-fb {
    background-image: url(../img/ic-fb.webp);
    margin-right: 10px
}
.social a.ic-tw {
    background-image: url(../img/ic-tw.webp?2)
}
.social a.ic-in {
    background-image: url(../img/insta.png?1)
}
.social a.ic-tiktok {
    background-image: url(../img/tiktok.svg);
    background-size: 40%;
}
.social a.ic-linkedin {
    background-image: url(../img/linkedin-in.svg);
    background-size: 40%;
}
.footer-item {
    width: 20%;
    padding: 0 15px
}
.footer-item ul {list-style: none;}
.footer-item:first-child {
    min-width: 360px
}
.footer-item h3 {
    font-weight: 600;
    color: #61cbc8;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 20px;
}
.footer-item ul li + li {
    margin-top: 15px
}
.footer-item ul li a {
    color: #fff;
    transition: all .3s;
    display: flex;
    align-items: center;
    font-weight: 600;
    line-height: 1.5;
    font-size: 16px;
}
.footer-item ul li a:hover, .footer-item ul li.active a {
    color: #66d4cf
}
.footer-item ul li a:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    background: url(../img/ic-plus.png?1) no-repeat;
    margin-right: 8px;
    transition: all .3s;
    transform: scale(0)
}
.footer-item ul li a:hover:before, .footer-item ul li.active a:before {
    transform: scale(1);
    width: 18px;
    height: 19px
}
.footer .phone {
    color: #fff;
    margin-top: 45px;
    display: inline-flex;
    align-items: center;
    transition: all .3s;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
}
.footer .phone:hover {
    color: #61cbc8
}
.footer .phone i {
    margin-right: 10px
}
.footer-copy {
    border-top: 1px solid #13495E;
    margin-top: 30px
}
.footer-copy .center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 15px;
    font-size: 15px
}
.footer-copy div {
    display: flex;
    align-items: center
}
.footer-copy div a {
    color: #fff
}
.footer-copy div a:hover {
    text-decoration: underline
}
.footer-copy div span {
    display: inline-block;
    width: 2px;
    height: 2px;
    background: #fff;
    border-radius: 50%;
    margin: 0 15px
}

.footer-bottom {
	padding: 30px 0;
	border-top: 1px solid #13495E;
}
.footer-bottom .center {
	display: flex;
	align-items: center;
}
.footer-bottom .text {
	width: 100%;
	font-family: var(--greycliff);
	font-size: 13px;
	line-height: 16px;
}
.footer-bottom .text a {text-decoration: underline;}
.footer-bottom .text a:hover {text-decoration: none;}
.footer-bottom .image {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 400px;
	margin-left: auto;
}
.footer-bottom a {color: #6676a2;}

@media (max-width: 1200px) {
    .footer-logo {
        width: 90px;
        height: 27px;
        margin-bottom: 30px;
        background-size: 90px
    }
    .social a {
        width: 30px;
        height: 30px;
        background-size: 14px
    }
    .social a.ic-fb {background-size: 8px !important;}
    .footer-item {padding: 0 10px;}
    .footer-item:first-child {min-width: inherit;}
    .footer-item h3 {margin-bottom: 15px;}
    .footer-item ul li + li {margin-top: 8px;}
    .footer-copy {margin-top: 40px;}
    .footer-copy .center {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 11px
    }
}

@media (max-width: 767px) {
    .page-plans .footer {padding-top: 50px; }
    .footer-row {
        flex-wrap: wrap;
        padding: 0 30px
    }
    .footer-item {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 45px
    }
    .footer-item:first-child {
        min-width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between
    }
    .footer-logo {
        width: 220px;
        height: 42px;
        margin-bottom: 0;
        background-size: 150px
    }
    .footer-item .social {
        width: 50%;
        padding: 0 15px;
        line-height: 0
    }
    .social a {
        width: 50px;
        height: 50px;
        background-size: 22px
    }
    .social a.ic-fb {background-size: 12px !important;}
    .footer-item h3 {
        margin-bottom: 16px;
        font-size: 18px;
        text-align: left;       
    }
    .footer .phone {margin-top: 25px;}
    .footer-copy {margin-top: 15px;}
    .footer-copy .center {
        font-size: 15px;
        flex-direction: column
    }

    .footer-bottom {padding-bottom: 140px;}
    .footer-bottom .center {flex-direction: column;}
    .footer-bottom .image {
        margin-bottom: 30px;
        padding-bottom: 15px;
        width: 100%;
        order: -1;
        justify-content: center;
    }
    .footer-bottom .image img {margin: 0 30px;}
}

@media (max-width: 370px) {
	.footer-logo {
	    width: 150px;
	    background-size: 145px;
	}

	.footer-bottom .image > img {
		max-width: 180px;
		margin-left: auto;
		margin-right: 0;
	}
}

/* ------------------ POPUP VIDEO ------------------ */
.popup-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9991;
    background: rgba(0,0,0,.8);
}

.popup {
    position: absolute;
    left: 50%;
    z-index: 9992;
    transform: translateX(-50%);
}

.popup-overlay,
.popup {
    display: none;
    opacity: 0;
}

.popup-overlay.active,
.popup.active {
    display: block;
    animation: opacity 0.5s linear forwards;
}

.universal_popup-overlay.active, .universal_popup.active {
	animation: none !important;
	opacity: 1;
}

@keyframes opacity {100% {opacity: 1;}}

.noScroll {
    overflow: hidden !important;
}

.popup-video .popup-close {
	position: absolute;
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    border-radius: 50%;
    transition: all .3s;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #076a8c;
}
.popup-video .popup-close:hover {
    background: var(--c-bluewhite);
}
.popup-video .body {
	width: 920px;
	height: 530px;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}
.popup-video .body video {
	width: 100%;
	height: 100%;
	border-radius: 15px;
	object-fit: cover;
}
.popup-video > .popup-close {
	right: 10px;
	top: 10px;
}
.popup-video .inner .popup-close {
	width: inherit;
	height: inherit;	
	background: none;
	position: static;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	text-decoration: underline;
	display: inline-block;
	margin-top: 16px;
}
.popup-video .inner .popup-close:hover {
	text-decoration: none;
	background: none !important;
}
.popup-video .tx-c {
	margin-top: 18px;
	text-align: center;
}
.popup-video .btn {
	height: 48px;
	width: 300px;
	font-weight: bold;
	cursor: pointer;
}
.popup-video .btn svg {
	position: relative;
	z-index: 3;
	margin-right: 6px;
}

.popup-video .play {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 130px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    border-radius: 50%;
    cursor: pointer;
    transition: all .3s;
    margin-top: -65px;
    margin-left: -65px;
    background: rgba(0,0,0,.2);
}
.popup-video .play:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    background: rgba(0,0,0,.2);
    border-radius: 50%;
    animation: pulse-border 3000ms ease-out infinite;
}
.popup-video .play svg {margin-left: 5px;}
.popup-video .pause {
    width: 130px;
    height: 130px;
    background: rgba(255, 255, 255, .3);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -65px;
    margin-left: -65px;
}
.popup-video .pause:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    background: rgba(0,0,0,.2);
    border-radius: 50%;
}
.popup-video .pause span {
    display: block;
    width: 10px;
    height: 50px;
    background: #fff;
    position: relative;
    z-index: 2;
}
.popup-video .pause span:first-child {
    margin-right: 15px;
}

.popup-video .pause,
.popup-video .play {
    opacity: 0;
    display: none;
    pointer-events: none;
}

.popup-video.pause-video .pause,
.popup-video.play-video .play {
    display: inline-flex;
    animation: anVideoBtn 0.3s linear forwards !important;
}
@keyframes anVideoBtn {
    0% {opacity: 1;}
    100% {opacity: 0; transform: scale(0.5); visibility: hidden;}
}

.universal_popup > .universal_popup-close {
	background: none !important;
}

@media (max-width: 1500px) {
	.popup-video .play, .popup-video .pause {
        width: 80px;
        height: 80px;
        margin-top: -40px;
        margin-left: -40px;
    }
    .popup-video .play svg {
    	width: 35px;
    	height: 35px;
    }
}

@media (max-width: 1450px) {
	.popup-video .body {
		width: 700px;
		height: 400px;
	}
}

@media (max-width: 991px) {
	.popup-video .play, .popup-video .pause {
		width: 90px;
		height: 90px;
		margin-top: -45px;
		margin-left: -45px;
	}
	.popup-video .play:after {
	    border-top: 12px solid transparent;
	    border-left: 20px solid #fff;
	    border-bottom: 12px solid transparent;
	}
}

@media (max-width: 750px) {
	.popup-video .body {
		width: 350px;
		height: 200px;
	}

	.popup-close {
		width: 30px;
		height: 30px;
	}
	.popup-close svg {
		width: 12px;
		height: 12px;
	}

	.popup-video .play, .popup-video .pause {
        width: 70px;
        height: 70px;
        margin-top: -35px;
        margin-left: -35px;
    }
    .popup-video .play svg {
    	width: 30px;
    	height: 30px;
    }
    .popup-video .play:after {
        border-top: 12px solid transparent;
        border-left: 20px solid #fff;
        border-bottom: 12px solid transparent;
    }

    .popup-video .pause span {
        width: 5px;
        height: 35px;
    }
    .popup-video .pause span:first-child {margin-right: 8px;}
}

/* ANIMATION
-------------------------------------- */
.animated {
    opacity: 0;
    transition: opacity 500ms;
}

.animated.show {
    animation: fade-bottom 0.6s ease-in-out both;
}

.animated.fade-right.show {
    animation: fade-right 0.6s ease-in-out both;
}
.animated.scale-down.show {
    animation: .5s linear forwards scale-down
}
.animated.fade-left.show {
    animation: .3s ease-in-out both fade-left
}

@keyframes fade-left {
    0% {
        transform: translateX(-50px);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes fade-bottom {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-right {
    0% {
        transform: translateX(50%);
        opacity: 1;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes scale-down {
    0% {
        transform: scale(1.2);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}






.footer-bottom .center{
    gap:10px;
}
.nounderline{
    text-decoration:none;
    color:#0000EE;
    font-family: 'Campton';
    font-size: 130%;
    position: absolute;
}
.asterisk{
    font-size:50%;
    position:absolute;
    top:15%;
}
.foot_dagger{
    font-family: 'Campton';
    font-size:100%;
}
@media(max-width:767px){
    .footer-bottom .image img {
        margin: 0 0px;
    }
    .home-content ul .nounderline {
        margin-top: 3px;
    }
    .main-title h2 .asterisk {
        top:60%;
    }
}
@media(max-width:550px){
    .home-content ul .nounderline {
        margin-top:5px;
    }
}
@media(max-width:354px){
    .main-title h2 .asterisk {
        top:72%;
    }
}



@media (max-width: 767px) {
    div.content-accordeon > div > i {
        font-size:90%;
    }
}

.doctors-splide.is-initialized:not(.is-active) .splide__list {
	grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1200px) {
	.doctors-splide.is-initialized:not(.is-active) .splide__list {
        grid-template-columns: repeat(6, 1fr);
		gap: 25px 25px;
	}
    .doctors-splide.is-initialized:not(.is-active) .splide__slide {
      grid-column:span 2;
    }
    .doctors-splide.is-initialized:not(.is-active) .splide__slide:nth-of-type(4),
    .doctors-splide.is-initialized:not(.is-active) .splide__slide:nth-of-type(5) {
        grid-column:span 3;
        gap:0;
    }

    .doctors-splide.is-initialized:not(.is-active) .splide__slide:nth-of-type(4) .slide,
    .doctors-splide.is-initialized:not(.is-active) .splide__slide:nth-of-type(5) .slide {
        width:64.5%;
        margin:0 auto;
    }

    .doctors-splide.is-initialized:not(.is-active) .splide__slide:nth-of-type(4) .slide {
        margin-right:0%;
    }
    .doctors-splide.is-initialized:not(.is-active) .splide__slide:nth-of-type(5) .slide {
        margin-left:0%;
    }
}
