@font-face {
	font-family: 'Proxima Nova';
	src: url('/local/fonts/proximanova_regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	margin: 0;
	font-family: 'Proxima Nova';
}

.owl-carousel {
	width: 100%;
	z-index: 1;
	display: block !important;
}

h3 {
	color: rgba(83, 83, 83, 1);
	font-family: Proxima Nova;
	font-size: 20px;
	font-weight: 300;
	line-height: 33px;
	text-align: left;
}

.posAText span {
	font-weight: 600;
}

.sliderCont {
	position: relative;
	width: 100%;
	overflow: hidden;
	transition: transform 0.7s ease-in-out;
}

.flexDirContGap {
	display: flex;
	flex-direction: column;
	gap: 25px;
	background-color: rgba(241, 241, 241, 1);
	border-radius: 40px 40px 0px 0px;
	padding: 25px;
	margin-top: -40px;
	z-index: 111;
	position: relative;
	transition: 0.7s ease-in-out;
	margin-bottom: calc(-100dvw + 40px);
}

.hidden {
	height: 0;
}

.slider {
	display: flex;
	transition: transform 0.5s ease;
}

.slide {
	flex: 0 0 100%;
	max-width: 100%;
	aspect-ratio: 1;
	position: relative;
	overflow: hidden;
}

.sliderCont.slim+.flexDirContGap {
	transform: translateY(calc(-100dvw + 40px));
}

.slide>video {
	position: absolute;
	inset: 0;
	margin: auto;
	object-fit: cover;
	width: 100%;
	pointer-events: none;
	user-select: none;
}

/* Стили для точек индикаторов */
.dots {
	text-align: center;
	margin-top: 20px;
}

.dot {
	height: 10px;
	width: 10px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
}

.dot.active {
	width: 15px;
	background-color: #555;
}

a.aClassHr {
	text-decoration: none;
}

.lineBlock.wm70 {
	width: calc(60% - 5px);
}

.lineBlock.wm30 {
	width: calc(40% - 5px);
}

.posAText {
	font-family: Proxima Nova;
	font-size: 17px;
	font-weight: 400;
	line-height: 19px;
	text-align: left;
	color: rgba(0, 0, 0, 1);
	text-decoration: none;
	position: absolute;
	top: 13px;
	left: 13px;
	right: 13px;
}

.flexBlockL.height1 {
	max-height: 340px;
}

.blockContFlex {
	display: flex;
	gap: 10px;
	width: 100%;
}

.lineBlock.wm50 {
	width: calc(50% - 5px);
	max-height: 300px;
}

.lineBlock.flexDCLas {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.relativeCont.maxH145 {
	max-height: 145px;
}

.lineBlock.wm50 {
	width: calc(50% - 5px);
	max-height: 300px;
}

.relativeCont {
	position: relative;
	height: 100%;
	border-radius: 20px;
	width: 100%;
	overflow: hidden;
	transition: 0.3s;
}

a.aClassHr {
	text-decoration: none;
	height: 100%;
	display: block;
}

.relativeCont img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.posAText.colWh {
	color: #fff;
}

.bgcloOO {
	background-color: rgba(255, 231, 184, 1);
}

.bgWhiteC {
	background-color: #fff;
}

.mobile-message {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	padding: 20px;
	border: 1px solid #fff;
	font-size: 24px;
	z-index: 9999;
	width: 100%;
	height: 100%;
	text-align: center;
	align-items: center;
	display: flex;
	justify-content: center;
	background-color: #768470;
	color: #acbda5;
	font-weight: 600;
	font-size: 50px;
	flex-direction: column;
}

.relativeCont.bgPink {
	background-color: rgba(255, 211, 211, 1);
}

.relativeCont.bgPink {
	background-color: rgba(255, 211, 211, 1);
}

.relativeCont.bgPink img {
	height: 61px;
	position: absolute;
	bottom: 0;
}

.relativeCont.bgBLues {
	background-color: rgba(188, 218, 236, 1);
}

.relativeCont.bgBLues .posAText {
	top: unset;
	bottom: 25px;
}

.flexBlockL.height4 .relativeCont {
	max-height: 110px;
	height: 110px;
}

.flexBlockL.height4 .lineBlock.wm30 {
	width: calc(33% - 5px);
}

.flexBlockL.height4 .lineBlock.wm70 {
	width: calc(67% - 5px);
}

.flexBlockL.height4 .relativeCont:before {
	position: absolute;
	content: "";
	bottom: 13px;
	left: 13px;
	background-image: url(/media/c1.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 30px;
	height: 11px;
}

.flexBlockL.height4 a.aClassHr {
	background-image: url(/media/f1.png);
	background-repeat: no-repeat;
	min-height: 110px;
	background-size: cover;
	background-position: -51px;
	min-width: calc(100% + 51px);
}

.adsdasasd {
	min-width: 100%;
	background-color: #fff;
	background-image: url(/media/f1.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
}

.flexBlockL.height4 .adsdasasd a.aClassHr {
	background-image: url(/media/f1.png);
	background-repeat: no-repeat;
	min-height: 110px;
	width: max-content;
	min-width: unset;
	background-size: unset;
}

.flexFootContD {
	background-color: rgba(118, 132, 112, 1);
	border-radius: 40px 40px 0px 0px;
	padding: 25px 25px 60px 25px;
	display: flex;
	flex-direction: column;
	gap: 30px;
	font-family: Proxima Nova;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	text-align: left;
	color: rgb(203 209 201);
}

.flexBlockL.height4 {
	padding-bottom: 20px;
}

.socialContL.wats {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='20' viewBox='0 0 19 20' fill='none'%3E%3Cpath d='M9.75483 2.29388C13.9805 2.29388 17.4053 5.72004 17.3998 9.9441C17.3943 14.0986 13.99 17.5311 9.8323 17.5722C8.27485 17.588 6.82412 17.1361 5.60978 16.3517C5.57341 16.328 5.52835 16.3209 5.48645 16.3319L4.27052 16.6574L2.75497 17.0634L3.16133 15.549L3.4744 14.3822C3.48626 14.3388 3.47757 14.2922 3.45227 14.255C2.60634 13.0258 2.10985 11.5383 2.10985 9.93383C2.10985 5.71451 5.5323 2.29467 9.75483 2.29467M9.75483 0.695736C4.65712 0.694946 0.509702 4.83921 0.509702 9.93304C0.509702 11.558 0.930295 13.1293 1.73274 14.5244C1.7533 14.56 1.75883 14.6011 1.74776 14.6406L1.61494 15.1351L1.20858 16.6495L0.49231 19.3236L3.16924 18.6071L4.68479 18.201L5.25164 18.0493C5.28959 18.0391 5.32991 18.0438 5.36391 18.0628C6.70869 18.7896 8.2116 19.1711 9.75483 19.1711C14.8525 19.1711 18.9999 15.0269 18.9999 9.93304C18.9999 4.83921 14.8525 0.694946 9.75483 0.694946V0.695736Z' fill='white'/%3E%3Cpath d='M6.22956 5.71696C6.34814 5.6664 6.70944 5.62769 7.08734 5.68773C7.22569 5.70985 7.34349 5.80465 7.40279 5.93184C7.75144 6.67284 7.86686 6.96751 8.11669 7.53235C8.29931 7.94472 8.19574 8.42898 7.86528 8.73628C7.71191 8.87848 7.5696 9.01199 7.50635 9.07677C7.32531 9.26952 8.47482 11.5629 10.8537 12.2051C10.9652 12.2351 11.0861 12.1948 11.1597 12.1056C11.4 11.8133 11.6316 11.5091 11.8704 11.2145C11.9882 11.0691 12.1898 11.0186 12.3645 11.0873C13.1527 11.3954 13.3796 11.57 14.1702 11.8781C14.3742 11.9578 14.4762 12.0756 14.477 12.2936C14.4777 12.9935 14.2532 13.9218 13.1796 14.2804C13.0673 14.3175 12.7827 14.3562 12.6815 14.3626C9.59192 14.5553 5.52435 11.3053 5.10613 8.22358C5.10297 8.20857 5.10929 8.23859 5.10613 8.22358C4.98833 6.57409 5.93783 5.84178 6.23035 5.71775L6.22956 5.71696Z' fill='white'/%3E%3C/svg%3E");
}

.socialContL {
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: center;
	background-color: rgba(147, 168, 138, 1);
	border-radius: 10px;
	height: 50px;
	width: 100%;
}

.socialContL.teleg {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='14' viewBox='0 0 17 14' fill='none'%3E%3Cpath d='M0.50672 7.51532C-0.0800171 7.34335 -0.197196 6.65379 0.367464 6.4186L15.1471 0.175477C16.2951 -0.313452 17.1094 0.291808 16.988 1.09938C16.403 4.98806 15.8179 8.87589 15.232 12.7646C15.0724 13.825 13.8488 14.3511 12.9607 13.7416C11.1011 12.4645 8.94181 10.9817 7.74626 10.1614C7.27161 9.8352 7.21387 9.1625 7.62569 8.76124C8.74652 7.67043 10.86 5.61524 12.6771 3.84835C12.8766 3.65446 12.6193 3.34172 12.3884 3.49851C10.1178 5.03695 7.42445 6.86201 5.8918 7.90056C5.11316 8.42827 4.13668 8.58 3.23237 8.31531L0.50587 7.51532H0.50672Z' fill='white'/%3E%3C/svg%3E");
}

.socialContL.youT {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='14' viewBox='0 0 20 14' fill='none'%3E%3Cpath d='M19.78 4.03517C19.7404 3.76689 19.6951 3.49695 19.6432 3.23032C19.6102 3.05063 19.5731 2.87343 19.5344 2.69541C19.5088 2.577 19.475 2.46024 19.4355 2.34763C19.414 2.28718 19.3901 2.22757 19.3654 2.1696C19.1899 1.76221 18.9245 1.41609 18.594 1.13704C18.1284 0.745378 17.5358 0.482062 16.8774 0.39429C12.3512 -0.200241 7.88281 -0.0578183 3.12345 0.39429C2.98088 0.408367 2.84325 0.433208 2.70974 0.466329C2.56387 0.501935 2.42459 0.550789 2.29108 0.607096C2.27872 0.612064 2.268 0.616204 2.25811 0.621172C1.9367 0.752002 1.64744 0.923406 1.39525 1.13456C1.07796 1.39953 0.823303 1.72577 0.65106 2.11247C0.634578 2.14642 0.61892 2.18285 0.605734 2.21846C0.593372 2.24827 0.582656 2.27642 0.572767 2.3054L0.549694 2.37082L0.466456 2.67471C0.426897 2.85273 0.390635 3.02993 0.35767 3.20962C0.30575 3.47625 0.260425 3.74453 0.220866 4.01447C0.0997192 4.82843 0.0280184 5.64736 0.00823929 6.46877C0.00494277 6.54495 0.00329471 6.62279 0.00329471 6.70145C-1.81061e-06 6.79833 0 6.89356 0 6.98961V7.00948C0.00164826 7.10636 0.0148329 7.36968 0.220041 9.96475C0.2596 10.233 0.304925 10.503 0.356845 10.7696C0.38981 10.9493 0.426897 11.1265 0.465631 11.3045C0.491179 11.4229 0.524969 11.5397 0.564527 11.6523C0.585955 11.7127 0.609853 11.7724 0.634577 11.8303C0.810116 12.2377 1.07549 12.5838 1.40597 12.8629C1.8716 13.2545 2.4658 13.5195 3.12263 13.6048C7.6504 14.2002 12.1172 14.0586 16.8765 13.6048C17.0282 13.5907 17.1749 13.5626 17.3166 13.5253C17.3331 13.522 17.3496 13.5179 17.3677 13.5129C17.5144 13.4723 17.657 13.4193 17.7938 13.3589C17.8029 13.3539 17.8119 13.3498 17.821 13.3465C18.1103 13.2198 18.3748 13.0591 18.6047 12.8662C18.922 12.6012 19.1767 12.275 19.3489 11.8883C19.3654 11.8543 19.3811 11.8179 19.3943 11.7823C19.4066 11.7525 19.4173 11.7243 19.4272 11.6953C19.4346 11.6738 19.4421 11.6515 19.4503 11.6299L19.5335 11.326C19.5731 11.148 19.6094 10.9708 19.6423 10.7911C19.6942 10.5245 19.7396 10.2562 19.7791 9.98628C19.9003 9.17232 19.972 8.35339 19.9918 7.53197C19.9951 7.4558 19.9967 7.37796 19.9967 7.2993C19.9984 7.19662 20 7.09311 20 6.99044C19.9984 6.89356 19.9852 6.63024 19.78 4.03517ZM13.0147 7.02108L10.5052 8.47677L7.99571 9.93246C7.98088 9.94156 7.96192 9.92997 7.96192 9.91258V4.09065C7.96192 4.07326 7.98088 4.0625 7.99571 4.07078L10.5052 5.52647L13.0147 6.98216C13.0295 6.99127 13.0295 7.01279 13.0147 7.0219V7.02108Z' fill='white'/%3E%3C/svg%3E");
}

.socialContL2.ins {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cg clip-path='url(/media/%23clip0_18_296)'%3E%3Cpath d='M6.99998 4.66915C8.28735 4.66915 9.33079 5.71259 9.33079 6.99996C9.33079 8.28733 8.28735 9.33076 6.99998 9.33076C5.71261 9.33076 4.66918 8.28733 4.66918 6.99996C4.66918 5.71259 5.71261 4.66915 6.99998 4.66915ZM6.99998 3.38062C5.00474 3.38062 3.38123 5.00413 3.38123 6.99937C3.38123 8.99462 5.00474 10.6181 6.99998 10.6181C8.99523 10.6181 10.6187 8.99462 10.6187 6.99937C10.6187 5.00413 8.99523 3.38062 6.99998 3.38062Z' fill='white'/%3E%3Cpath d='M10.0854 1.28854C11.5356 1.28854 12.7115 2.46444 12.7115 3.91463V10.086C12.7115 11.5361 11.5356 12.712 10.0854 12.712H3.91405C2.46386 12.712 1.28795 11.5361 1.28795 10.086V3.91463C1.28795 2.46444 2.46386 1.28854 3.91405 1.28854H10.0854ZM10.0854 0H3.91405C1.75598 0 0 1.75598 0 3.91463V10.086C0 12.2446 1.75598 14.0006 3.91463 14.0006H10.086C12.2446 14.0006 14.0006 12.2446 14.0006 10.086V3.91463C14 1.75598 12.244 0 10.0854 0Z' fill='white'/%3E%3Cpath d='M10.8078 4.04537C11.279 4.04537 11.661 3.66338 11.661 3.19218C11.661 2.72097 11.279 2.33899 10.8078 2.33899C10.3366 2.33899 9.95459 2.72097 9.95459 3.19218C9.95459 3.66338 10.3366 4.04537 10.8078 4.04537Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_18_296'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: 0 center;
	width: max-content;
	width: -moz-max-content;
	padding-left: 24px;
	margin: auto;
	text-decoration: none;
	display: flex;
	align-items: center;
}

.logoFooter {
	display: flex;
	margin: auto;
	max-width: 105px;
}

.logoFooter img {
	width: 100%;
}

.socialCont {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.socialContFlex {
	display: flex;
	gap: 5px;
}

a.socialLinkA {
	width: 100%;
	height: 100%;
	display: flex;
	text-decoration: none;
	color: #fff;
}

.socialContL.ins a.socialLinkA {

	display: flex;
	text-decoration: none;
	color: #fff;
}

.wrap {
	background-color: rgba(241, 241, 241, 1);
}

.asddassdasad2 {
	background-color: rgba(147, 168, 138, 1);
	border-radius: 10px;
	height: 50px;
	width: 100%;
	display: flex;
}

.sertCont {
	display: flex;
	max-width: 190px;
	justify-content: center;
	align-items: center;
	margin: auto;
}

.sertText {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='32' viewBox='0 0 29 32' fill='none'%3E%3Cg clip-path='url(%23clip0_18_255)'%3E%3Cpath d='M14.5793 32C14.3451 31.8197 14.2974 31.5752 14.2991 31.2889C14.3081 29.8834 14.3032 28.4779 14.3032 27.0715C14.3032 26.9613 14.3032 26.8511 14.3032 26.6817C13.7196 27.1792 13.3391 27.7242 13.2881 28.4353C13.2413 29.0988 13.256 29.7665 13.2511 30.4326C13.2495 30.6855 13.1763 30.885 12.9248 30.9734C12.6725 31.0627 12.3585 30.8983 12.3544 30.6162C12.3371 29.5812 12.1917 28.5321 12.5607 27.5247C12.6519 27.276 12.7859 27.0448 12.9421 26.7184C12.5097 27.0081 12.1317 27.2284 11.7914 27.498C11.4108 27.7993 11.2793 28.2383 11.2769 28.7174C11.2752 29.1239 11.2793 29.5295 11.2744 29.936C11.2703 30.2815 11.1001 30.4893 10.8281 30.4952C10.556 30.5019 10.3588 30.2915 10.3563 29.9568C10.353 29.426 10.3415 28.8935 10.3826 28.3652C10.4442 27.5781 10.8404 26.9738 11.4906 26.5498C12.1711 26.1058 12.8632 25.6785 13.5478 25.2403C13.9703 24.9699 14.2391 24.5935 14.2835 24.0776C14.3319 23.5218 13.9161 23.031 13.3662 22.9976C13.1517 22.9851 12.9355 22.9859 12.7202 22.9968C12.2591 23.0202 11.8925 23.3498 11.798 23.8139C11.6664 24.4616 11.6475 24.4766 11.0023 24.4925C10.9415 24.4941 10.8815 24.5033 10.7804 24.5125C10.7804 24.6485 10.7812 24.7804 10.7804 24.9131C10.7705 25.8871 10.1779 26.4906 9.2245 26.4939C8.55874 26.4964 7.89298 26.4939 7.15654 26.4939C7.34312 26.736 7.49682 26.9338 7.64887 27.1333C7.86997 27.422 7.87244 27.6958 7.65874 27.8803C7.4286 28.0781 7.16969 28.023 6.92476 27.7133C5.32858 25.6902 3.7324 23.6678 2.14279 21.6397C2.01622 21.4786 1.90854 21.4043 1.68745 21.4485C1.03237 21.5787 0.397844 21.224 0.127431 20.6131C-0.143805 20.0021 0.0271559 19.2877 0.544969 18.867C1.05456 18.453 1.79758 18.4405 2.31622 18.8386C2.84472 19.2443 3.04116 19.942 2.77403 20.5697C2.69184 20.7625 2.7165 20.8827 2.84061 21.0387C3.98637 22.481 5.12145 23.9324 6.2705 25.3713C6.35105 25.4715 6.52119 25.5474 6.65105 25.5499C7.45079 25.5658 8.25052 25.5583 9.05026 25.5583C9.73492 25.5583 9.87629 25.4097 9.85821 24.7086C9.85656 24.6485 9.84835 24.5876 9.84095 24.4925C9.53437 24.4925 9.24012 24.4966 8.94587 24.4916C8.54395 24.4849 8.36066 24.2905 8.38614 23.8848C8.45929 22.7205 8.93601 21.7557 9.91985 21.1497C10.376 20.8693 10.4015 20.5563 10.3292 20.1607C9.79656 20.3243 9.26231 20.4904 8.72642 20.649C8.61957 20.6807 8.5045 20.689 8.39272 20.699C7.97929 20.7349 7.87655 20.6673 7.71545 20.2433C7.61353 20.2625 7.50668 20.2842 7.39901 20.3026C6.3642 20.4762 5.35652 20.3568 4.37432 19.9996C3.94856 19.8452 3.86637 19.6307 4.04637 19.1867C3.83596 19.0523 3.61815 18.9221 3.4102 18.7769C2.88828 18.4121 2.46006 17.9539 2.12718 17.4056C1.87567 16.9907 1.91923 16.7979 2.33266 16.5192C1.49101 15.6436 0.939493 14.5995 0.594285 13.4377C0.567983 13.3484 0.513736 13.2541 0.524421 13.1689C0.547435 12.9945 0.55401 12.7566 0.663326 12.6723C0.785793 12.5772 1.01429 12.6081 1.19676 12.6106C1.2773 12.6114 1.35785 12.6773 1.41621 12.704C1.28306 12.0881 1.1236 11.4788 1.02826 10.8595C0.964151 10.4413 0.965795 10.0073 0.990453 9.58417C1.00032 9.4139 1.11374 9.20858 1.24525 9.09674C1.42361 8.94484 1.63155 9.0475 1.80498 9.18438C1.87649 9.24113 1.95539 9.28871 2.05649 9.35882C1.9932 8.9465 1.88882 8.56424 1.88553 8.18114C1.87978 7.45584 1.91183 6.72887 1.97512 6.00691C1.98909 5.84416 2.17403 5.60962 2.32279 5.56956C2.47074 5.5295 2.728 5.64134 2.84143 5.77238C5.04172 8.31385 7.22722 10.8678 9.41848 13.4168C9.62478 13.6572 9.65684 13.8876 9.45053 14.1413C9.28204 14.3483 9.22697 14.6003 9.41272 14.7931C9.53601 14.9208 9.76287 15.0101 9.9404 15.0043C10.2083 14.996 10.316 14.7714 10.3555 14.506C10.4549 13.8241 10.7755 13.547 11.4495 13.5378C11.5612 13.5362 11.673 13.5378 11.7996 13.5378C11.95 12.1882 11.7001 10.9939 10.6982 10.0466C10.6399 9.99147 10.5338 9.9656 10.45 9.96393C9.9478 9.95642 9.44478 9.95475 8.94258 9.96226C8.55299 9.9681 8.38778 10.1183 8.31545 10.5056C8.25628 10.8244 8.09846 10.9722 7.83381 10.9588C7.57572 10.9455 7.40312 10.7618 7.39654 10.4539C7.38668 9.95391 7.37599 9.45313 7.39983 8.95485C7.4401 8.10602 8.05819 7.54098 8.92121 7.52094C9.03382 7.51844 9.1456 7.46669 9.2582 7.43831C9.21546 7.33983 9.18176 7.23466 9.12752 7.14369C8.59902 6.25647 8.92943 5.13054 9.86643 4.69152C10.0571 4.60222 10.1294 4.49956 10.1097 4.29507C10.0974 4.16236 10.104 4.02214 10.1311 3.89194C10.1829 3.64489 10.3555 3.51218 10.5971 3.52804C10.8363 3.5439 11.0426 3.6958 11.0105 3.94202C10.9489 4.41943 11.1716 4.63059 11.5506 4.86513C12.2262 5.28245 12.3848 5.99856 12.1177 7.02183C12.4908 7.02183 12.8525 7.01599 13.2141 7.0235C13.5232 7.03018 13.7089 7.18876 13.7336 7.44499C13.7591 7.70623 13.5996 7.91907 13.3432 7.95078C13.2339 7.96414 13.1221 7.95329 12.9832 7.98918C13.6892 8.70363 14.3459 9.44478 14.7626 10.4572C15.1818 9.44812 15.832 8.70947 16.5996 7.9825C16.4427 7.97081 16.3572 7.9633 16.2717 7.95829C15.9717 7.94077 15.795 7.77467 15.79 7.50425C15.7851 7.238 15.9626 7.04103 16.2536 7.02684C16.5807 7.01098 16.9095 7.02183 17.2375 7.02016C17.2876 7.02016 17.3377 7.01015 17.3887 7.00514C17.3484 6.77478 17.2876 6.5536 17.2744 6.32992C17.2317 5.6163 17.5942 4.98532 18.2369 4.6982C18.4597 4.59888 18.5271 4.47535 18.4999 4.25167C18.4876 4.14984 18.4942 4.04301 18.5057 3.94035C18.5336 3.68495 18.6906 3.54139 18.9306 3.5272C19.1731 3.51301 19.4106 3.65741 19.3843 3.89111C19.3186 4.45782 19.6654 4.66648 20.0435 4.94943C20.72 5.45605 20.8317 6.42924 20.3797 7.17123C20.3304 7.25303 20.3065 7.35068 20.2712 7.44082C20.3632 7.4692 20.4545 7.51844 20.5474 7.52178C21.5633 7.55016 22.1312 8.13941 22.1337 9.1777C22.1345 9.58417 22.1378 9.9898 22.1328 10.3963C22.1287 10.7376 21.9816 10.9304 21.7202 10.958C21.4391 10.9872 21.278 10.8353 21.2074 10.4722C21.1424 10.14 20.9739 9.97478 20.6419 9.96727C20.1093 9.95475 19.575 9.95558 19.0424 9.96977C18.9462 9.97227 18.8328 10.0441 18.7597 10.1167C18.0997 10.7819 17.7265 11.5815 17.7027 12.5346C17.6944 12.8551 17.701 13.1756 17.701 13.5412C17.8827 13.5412 18.0438 13.5337 18.2032 13.5429C18.7391 13.5721 19.0736 13.8809 19.1616 14.4192C19.1714 14.481 19.1558 14.5603 19.1887 14.602C19.303 14.7472 19.4164 14.9626 19.5627 14.9943C19.7254 15.0293 19.9909 14.9442 20.0887 14.8148C20.1865 14.6863 20.203 14.4042 20.1306 14.249C19.8791 13.7023 19.8569 13.7106 20.249 13.2541C22.377 10.7735 24.5057 8.29382 26.6345 5.81244C26.7882 5.63383 26.9469 5.47274 27.2099 5.54953C27.4671 5.62465 27.5337 5.83414 27.5765 6.07285C27.7688 7.16455 27.7096 8.24624 27.4433 9.368C27.551 9.29956 27.6266 9.25866 27.6932 9.20691C27.8732 9.06753 28.0869 8.93732 28.2776 9.10091C28.4132 9.21776 28.5225 9.43644 28.5365 9.61755C28.6088 10.5949 28.4682 11.5472 28.1288 12.467C28.1041 12.5346 28.0844 12.6039 28.0639 12.6732C28.0622 12.6798 28.0729 12.6899 28.0877 12.7157C28.1559 12.6857 28.2299 12.6598 28.2981 12.6231C28.4978 12.5162 28.7247 12.4845 28.8611 12.6656C28.9622 12.8 29.0255 13.0371 28.9861 13.1973C28.6902 14.385 28.1617 15.455 27.3389 16.3639C27.2913 16.4165 27.246 16.4724 27.1992 16.5284C27.6044 16.8038 27.6488 16.9974 27.3981 17.4106C26.9288 18.1826 26.277 18.7552 25.4896 19.1675C25.6482 19.695 25.5677 19.8644 25.0647 20.0363C24.0052 20.3986 22.926 20.5021 21.8328 20.245C21.6093 20.7082 21.5263 20.7892 21.0438 20.6882C20.5063 20.5755 19.9852 20.3835 19.4583 20.2225C19.3736 20.1966 19.2939 20.1515 19.1747 20.0981C19.1747 20.3401 19.1583 20.5488 19.183 20.7516C19.1928 20.8317 19.2799 20.9252 19.3564 20.9703C20.4158 21.5979 21.006 22.5277 21.1317 23.7655C21.186 24.2988 21.0142 24.4958 20.4873 24.4975C20.2317 24.4983 19.9761 24.4975 19.7254 24.4975C19.5125 25.2203 19.7452 25.5483 20.4569 25.5499C21.0397 25.5508 21.6224 25.5499 22.2356 25.5499C22.0622 24.3289 22.5331 23.5126 23.6772 23.0878C23.6772 22.9083 23.6707 22.7214 23.6789 22.5352C23.6912 22.2506 23.8581 22.0745 24.1096 22.0637C24.3742 22.052 24.5707 22.2289 24.5937 22.5185C24.6085 22.7038 24.5962 22.8916 24.5962 23.0986C24.6973 23.1378 24.7926 23.1679 24.8822 23.2105C25.6088 23.5485 26.0255 24.1252 26.0666 24.9315C26.106 25.7119 25.7699 26.3312 25.1016 26.7251C24.4219 27.1249 23.7381 27.0807 23.0608 26.675C22.8882 26.5715 22.6704 26.5023 22.4715 26.4956C21.7852 26.4739 21.0972 26.4689 20.4109 26.4914C19.3432 26.5273 18.6553 25.802 18.7432 24.8021C18.7514 24.712 18.7342 24.6202 18.7268 24.4966C18.5575 24.4966 18.4054 24.5025 18.2542 24.495C17.9723 24.4808 17.8029 24.3447 17.7586 24.0451C17.6427 23.2714 17.3172 22.996 16.5372 22.9993C16.3432 22.9993 16.141 22.9884 15.9569 23.0385C15.4152 23.1854 15.1235 23.7521 15.2788 24.3214C15.3914 24.732 15.6413 25.0358 15.9963 25.2587C16.6498 25.6693 17.2983 26.0883 17.9517 26.4989C18.772 27.0139 19.1682 27.7651 19.1731 28.7366C19.1756 29.1431 19.1797 29.5487 19.1714 29.9552C19.1649 30.2949 18.9799 30.5027 18.7071 30.5027C18.4342 30.5027 18.2575 30.2949 18.2525 29.9518C18.2476 29.5662 18.246 29.1815 18.2525 28.7959C18.2632 28.124 18.001 27.6098 17.424 27.266C17.1627 27.1099 16.907 26.943 16.575 26.7343C16.6514 26.8787 16.6851 26.948 16.7238 27.0147C17.027 27.5372 17.1832 28.1031 17.1931 28.7074C17.2029 29.29 17.2038 29.8734 17.1972 30.4568C17.1931 30.7973 17.0057 31.0043 16.7328 31.0026C16.4599 31.001 16.2832 30.794 16.2791 30.4501C16.2733 29.9193 16.2766 29.3884 16.2766 28.8568C16.2766 27.9921 15.9405 27.2943 15.2246 26.6892C15.2246 26.8645 15.2246 26.9722 15.2246 27.079C15.2246 28.4845 15.2196 29.8901 15.2287 31.2964C15.2303 31.5827 15.181 31.8264 14.9467 32.0059H14.5777L14.5793 32ZM14.7659 22.7431C15.2788 22.153 15.9183 22.0061 16.6243 22.0537C16.7468 22.062 16.8701 22.0553 16.9933 22.0545C17.8703 22.0528 18.2525 21.668 18.2525 20.7842C18.2525 18.8061 18.2525 16.8288 18.2525 14.8507C18.2525 14.7389 18.2525 14.627 18.2525 14.4985H11.304C11.2908 14.5469 11.281 14.567 11.281 14.587C11.2793 16.7312 11.2703 18.8754 11.2834 21.0195C11.2875 21.6221 11.7092 22.0194 12.3059 22.0503C12.5517 22.0628 12.7982 22.0653 13.044 22.052C13.7048 22.0153 14.2785 22.2039 14.7667 22.7422L14.7659 22.7431ZM1.90361 10.4355C2.00882 11.5723 2.32279 12.5788 2.97212 13.4611C3.04116 13.5554 3.1554 13.6255 3.26143 13.6806C5.52502 14.8699 7.79024 16.0551 10.0555 17.2411C10.1401 17.2854 10.2281 17.3238 10.3284 17.3705V15.9984C9.93465 15.9391 9.52697 15.9792 9.23354 15.8122C8.63847 15.4742 8.09682 15.036 7.55271 14.6137C7.34969 14.4559 7.34229 14.2081 7.50503 13.9986C7.66613 13.7899 7.88066 13.7599 8.10833 13.8909C8.21107 13.9502 8.30723 14.0219 8.40093 14.0845C8.61053 13.8826 8.48724 13.7473 8.35902 13.5979C6.57215 11.5205 4.78857 9.44144 3.00581 7.36153C2.94335 7.28891 2.90225 7.19794 2.85129 7.11531C2.82417 7.14118 2.79622 7.16706 2.7691 7.19293C2.7428 8.23623 2.92773 9.23863 3.37404 10.1834C3.44554 10.3345 3.5639 10.4814 3.69541 10.5824C4.42281 11.1399 5.16173 11.6833 5.89653 12.2316C6.09461 12.3794 6.30174 12.5179 6.48256 12.6848C6.67571 12.8626 6.69462 13.0888 6.5327 13.3008C6.38229 13.4986 6.17763 13.5403 5.95653 13.4268C5.85707 13.3759 5.76913 13.3 5.67872 13.2324C4.51405 12.3643 3.3502 11.4955 2.18553 10.6275C2.10581 10.5682 2.02197 10.5148 1.90443 10.4338L1.90361 10.4355ZM21.0306 14.0578C21.0643 14.0678 21.098 14.0787 21.1317 14.0887C21.2213 14.0244 21.3126 13.9627 21.4013 13.8967C22.1534 13.3367 22.9022 12.7733 23.6567 12.2166C23.9756 11.9812 24.2994 12.0422 24.4252 12.3543C24.5403 12.6398 24.3981 12.8267 24.1803 12.9887C23.1471 13.7565 22.109 14.5194 21.0865 15.3023C20.5219 15.7346 19.9654 16.1494 19.2019 15.8974V17.3663C19.2676 17.3396 19.3062 17.3279 19.3416 17.3096C21.6701 16.0902 23.9994 14.8699 26.3271 13.648C26.3986 13.6105 26.4775 13.5679 26.5236 13.5061C27.1943 12.6131 27.523 11.5923 27.6258 10.4355C27.5066 10.5173 27.4228 10.5707 27.343 10.63C26.863 10.9855 26.388 11.3486 25.903 11.6975C25.6655 11.8686 25.4008 11.8252 25.2471 11.619C25.0942 11.4137 25.1353 11.1449 25.3515 10.9555C25.3975 10.9146 25.4452 10.872 25.4986 10.8428C25.9959 10.5766 26.2532 10.13 26.3954 9.6017C26.4981 9.2211 26.6164 8.84218 26.6764 8.45407C26.7422 8.03425 26.7496 7.60441 26.7866 7.12032C26.6954 7.18542 26.6756 7.1946 26.6625 7.20962C24.809 9.36633 22.9548 11.5214 21.1104 13.6856C21.038 13.7699 21.0553 13.9326 21.0306 14.0587V14.0578ZM14.2818 13.5128C14.4076 11.9011 14.0328 10.4806 12.9314 9.3054C12.55 8.89893 12.1538 8.50748 11.7601 8.11354C11.6977 8.05094 11.6163 7.96581 11.5415 7.9633C11.0459 7.94995 10.5494 7.95662 9.97821 7.95662C10.0949 8.08683 10.1574 8.16195 10.2256 8.23122C10.6012 8.61432 10.9727 9.00159 11.3549 9.37718C12.3117 10.3178 12.781 11.4604 12.7563 12.8125C12.7522 13.0387 12.7563 13.2658 12.7563 13.5128H14.2818ZM19.5068 8.03174L19.4673 7.95496C18.989 7.95496 18.5106 7.94911 18.0331 7.9608C17.9542 7.96247 17.8613 8.02173 17.8013 8.08182C17.364 8.51917 16.9161 8.94817 16.5035 9.40973C15.4637 10.5715 15.1185 11.9604 15.2484 13.507H16.7722C16.7722 13.3359 16.7788 13.1915 16.7714 13.0479C16.6942 11.518 17.221 10.2452 18.3339 9.21108C18.7399 8.83383 19.1172 8.42569 19.5076 8.03174H19.5068ZM6.56064 16.5409C6.56557 16.5175 6.56968 16.4941 6.57462 16.4708C4.99734 15.6453 3.42006 14.8198 1.84279 13.9944C2.1543 14.8315 2.60471 15.5393 3.26308 16.0968C3.61897 16.3981 3.99295 16.6035 4.48775 16.5492C4.88227 16.5066 5.28584 16.5409 5.68447 16.5409H6.56064ZM22.9548 16.4716C22.9638 16.4941 22.9729 16.5167 22.9827 16.54C23.8203 16.54 24.6586 16.5409 25.4962 16.5384C25.5553 16.5384 25.6219 16.525 25.6729 16.4966C26.66 15.9383 27.2649 15.0561 27.6784 13.9986C26.1044 14.8232 24.5296 15.6478 22.9556 16.4724L22.9548 16.4716ZM24.1408 23.9933C23.5704 23.9908 23.1257 24.4374 23.1233 25.0141C23.1208 25.5883 23.5679 26.0524 24.1285 26.0566C24.6792 26.0607 25.151 25.5875 25.1551 25.0275C25.1592 24.4599 24.7047 23.9967 24.1416 23.9942L24.1408 23.9933ZM8.8908 17.7236C8.62039 17.4615 8.40504 17.4857 8.13052 17.6735C7.39161 18.1776 6.62804 18.645 5.87516 19.1274C5.78557 19.185 5.69844 19.2459 5.55132 19.3444C6.48585 19.518 7.31599 19.4554 8.11573 19.1015C8.19381 19.0673 8.27847 19.0014 8.31628 18.9271C8.51518 18.5306 8.70094 18.1275 8.89162 17.7244L8.8908 17.7236ZM20.6378 17.7177C20.7347 17.9272 20.8605 18.1233 20.9189 18.3387C21.1038 19.0231 21.6035 19.2651 22.2274 19.3628C22.7887 19.4513 23.3468 19.483 23.9715 19.3294C23.0641 18.7493 22.2076 18.221 21.375 17.6568C21.0874 17.4623 20.8811 17.4949 20.6378 17.7177ZM10.4788 21.8734C9.89191 22.259 9.5056 22.7998 9.36012 23.5535C9.85081 23.5535 10.2996 23.5593 10.7484 23.5468C10.8166 23.5451 10.9078 23.4725 10.944 23.4066C11.0689 23.1829 11.1733 22.9484 11.2719 22.7464C11.0212 22.4701 10.7673 22.1914 10.4788 21.8734ZM19.0375 21.8842C18.7613 22.188 18.5032 22.4726 18.2542 22.7464C18.3577 22.9576 18.4605 23.1821 18.5805 23.3974C18.6183 23.4642 18.7038 23.5451 18.7695 23.5468C19.2265 23.5602 19.6843 23.5535 20.1438 23.5535C20.0772 22.8875 19.6251 22.2181 19.0375 21.8851V21.8842ZM3.35267 17.4965C3.83843 18.0007 4.35048 18.322 4.94145 18.5156C4.99241 18.5323 5.06803 18.5273 5.11241 18.4998C5.61132 18.1868 6.10694 17.8663 6.60338 17.5483C6.59599 17.5308 6.58941 17.5132 6.58201 17.4957H3.35267V17.4965ZM22.8529 17.5032C23.314 17.7987 23.7167 18.0115 24.0644 18.2936C24.4022 18.5682 24.6948 18.529 25.0392 18.3403C25.4403 18.12 25.8159 17.8763 26.1874 17.4773C25.1173 17.4773 24.1359 17.4773 23.1553 17.4773C23.0863 17.4773 23.0181 17.4882 22.8529 17.5024V17.5032ZM11.3344 6.23727C11.3336 5.81077 10.9925 5.45939 10.5766 5.45605C10.1656 5.45271 9.80889 5.80743 9.80067 6.22642C9.79163 6.6621 10.1459 7.01933 10.5815 7.01515C11.0073 7.01098 11.336 6.67128 11.3344 6.23727ZM18.9709 7.01515C19.3917 7.00848 19.7328 6.65626 19.7287 6.2331C19.7246 5.81578 19.3695 5.45689 18.9586 5.45605C18.5303 5.45522 18.1851 5.81912 18.195 6.26148C18.2049 6.69382 18.5419 7.02183 18.9709 7.01515ZM9.72752 18.1233C9.49409 18.6191 9.273 19.0873 9.02724 19.6082C9.52779 19.4755 9.92807 19.286 10.261 18.9722C10.4434 18.8002 10.3851 18.4747 10.1673 18.3537C10.0333 18.2794 9.89684 18.2118 9.72752 18.1233ZM19.801 18.1258C19.635 18.2118 19.4978 18.2794 19.3638 18.3529C19.1608 18.4639 19.0835 18.786 19.2454 18.9463C19.5816 19.2802 19.9942 19.4755 20.5038 19.609C20.2539 19.0807 20.0345 18.6174 19.8019 18.125L19.801 18.1258ZM1.44498 20.5455C1.73019 20.5471 1.97019 20.3001 1.96772 20.0071C1.96526 19.72 1.74909 19.4972 1.46553 19.4888C1.16881 19.4796 0.930452 19.7058 0.924699 20.0021C0.918945 20.2909 1.16141 20.5438 1.44498 20.5455ZM9.66423 8.99825C9.36259 8.69111 9.16039 8.30467 8.6771 8.49747C8.41737 8.60096 8.31463 8.7971 8.32696 9.06669C8.76669 9.04416 9.1867 9.02246 9.66423 8.99825ZM21.195 9.06753C21.1802 8.72115 21.0685 8.56341 20.8063 8.48078C20.3345 8.33305 20.1536 8.70696 19.8676 8.99658C20.3337 9.02162 20.7528 9.04332 21.195 9.06669V9.06753Z' fill='white'/%3E%3Cpath d='M14.2826 2.58232C14.2826 2.20172 14.2826 1.84199 14.2826 1.4831C13.8692 1.32619 13.6719 1.03156 13.8733 0.782837C14.0788 0.529107 14.327 0.295409 14.5719 0.0767338C14.7708 -0.101044 15.0659 0.0533639 15.1966 0.320448C15.2385 0.40725 15.3388 0.463171 15.4004 0.542462C15.5081 0.680177 15.6922 0.827073 15.6881 0.965623C15.6832 1.12087 15.5056 1.2711 15.4029 1.423C15.3437 1.51064 15.2418 1.5941 15.2336 1.68591C15.2114 1.94382 15.227 2.20589 15.2303 2.4663C15.2303 2.49551 15.2459 2.52473 15.2566 2.55978C15.5311 2.55978 15.8114 2.51221 16.0703 2.56813C17.1183 2.79264 17.5383 4.04627 16.8807 4.90511C16.7845 5.03114 16.727 5.21393 16.7139 5.37501C16.6785 5.80068 16.5437 5.95091 16.1213 5.95175C15.2188 5.95342 14.3171 5.95342 13.4147 5.95175C12.9766 5.95091 12.8467 5.80318 12.8146 5.35164C12.804 5.20057 12.7431 5.03198 12.6527 4.91095C12.287 4.42269 12.2286 3.76583 12.5311 3.24001C12.8393 2.70417 13.436 2.43375 14.0549 2.54976C14.1232 2.56228 14.1922 2.56896 14.2834 2.58232H14.2826ZM15.7013 5.00193C15.8656 4.74987 15.9889 4.54038 16.1319 4.3459C16.3136 4.09969 16.3177 3.81007 16.1213 3.61059C15.9215 3.40777 15.6314 3.40026 15.3988 3.59223C14.8177 4.07298 14.7289 4.07214 14.1182 3.58472C13.884 3.39776 13.5922 3.41195 13.3974 3.61977C13.2141 3.81507 13.2157 4.10052 13.3826 4.33088C13.5297 4.53453 13.6612 4.74987 13.8256 5.00109H15.7013V5.00193Z' fill='white'/%3E%3Cpath d='M14.7298 17.5241H15.2739C15.2846 17.2837 15.2854 17.0575 15.3068 16.833C15.3783 16.1019 16.0342 15.5118 16.727 15.5452C16.9892 15.5577 17.1561 15.6921 17.184 15.9575C17.2095 16.2045 17.0944 16.3773 16.8536 16.4516C16.2125 16.6477 16.1435 16.7637 16.2413 17.5057C16.2816 17.5158 16.3309 17.5441 16.3744 17.5366C16.8939 17.4532 17.1775 17.7136 17.3427 18.1843C17.4142 18.3888 17.5366 18.5741 17.6238 18.7727C17.7429 19.0448 17.6665 19.3019 17.4429 19.4204C17.2095 19.5448 16.9448 19.4504 16.7985 19.1834C16.7287 19.0565 16.6506 18.9296 16.6095 18.7919C16.5051 18.443 16.2684 18.4372 15.9536 18.5123C16.1558 19.029 16.3522 19.5289 16.5479 20.0288C16.5898 20.1348 16.6383 20.2392 16.6687 20.3485C16.7443 20.6173 16.6407 20.8476 16.4114 20.9419C16.1681 21.0413 15.924 20.9428 15.8106 20.6682C15.5583 20.0547 15.3199 19.4354 15.0758 18.8178C15.0528 18.7602 15.0429 18.6909 15.0051 18.6467C14.9525 18.5841 14.8802 18.5399 14.8161 18.4881C14.7873 18.5574 14.7347 18.6258 14.7339 18.6959C14.7265 19.195 14.7298 19.695 14.7298 20.1949C14.7298 20.2884 14.733 20.3827 14.7265 20.4762C14.7059 20.79 14.5177 20.9887 14.2547 20.9803C14.0024 20.972 13.8182 20.78 13.8117 20.4795C13.801 19.9387 13.8076 19.397 13.8067 18.8562C13.8067 18.7443 13.8067 18.6325 13.8067 18.5215C13.4295 18.5207 13.2634 18.6792 13.2519 19.0573C13.2388 19.5256 13.2536 19.9938 13.2437 20.462C13.2371 20.7942 13.0325 21.0079 12.7588 20.977C12.4834 20.9461 12.3338 20.77 12.3306 20.4946C12.3232 19.9637 12.3075 19.4312 12.3421 18.9029C12.3889 18.1826 12.8747 17.6852 13.5782 17.555C13.6621 17.5391 13.7952 17.4356 13.7928 17.3797C13.7854 17.237 13.7525 17.0258 13.658 16.9716C13.4582 16.8572 13.3202 16.7354 13.3243 16.4992C13.3284 16.263 13.4558 16.1211 13.6802 16.0501C13.741 16.0309 13.8018 15.9483 13.8265 15.8815C13.9193 15.6278 14.0944 15.5168 14.3509 15.5585C14.6188 15.6019 14.7232 15.7964 14.7265 16.0518C14.7314 16.5292 14.7281 17.0075 14.7281 17.5249L14.7298 17.5241Z' fill='%23cbd1c9'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_18_255'%3E%3Crect width='29' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");	background-repeat: no-repeat;
	background-position: 0 center;
	background-size: 30px;
	font-family: Proxima Nova;
	font-size: 10px;
	font-weight: 400;
	line-height: 13px;
	text-align: left;
	padding-left: 40px;
	height: 100%;
	padding: 5px 0px 5px 40px;
}

.footInfoCont {
	display: flex;
	flex-direction: column;
	gap: 15px;
	font-family: Proxima Nova;
	font-size: 10px;
	font-weight: 400;
	line-height: 13px;
	text-align: left;
}

a.footLinkText {
	color: rgb(203 209 201);
}

.logoHead3 img {
	width: 100%;
}
.relativeCont.dark:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #170d0136;
}
.logoHead3 {
	width: 135px;
	margin: auto;
}
a.socialLinkA:hover {
    transform: scale(0.95);
    filter: brightness(0.7);
}
a.socialLinkA:hover {
    transform: scale(0.95);
    filter: brightness(0.7);
}
.absolLogoText {
    position: absolute;
    bottom: 85px;
    left: 0;
    right: 0;
    margin: auto;
    width: max-content;
    width: -moz-max-content;
    display: flex;
    justify-content: center;
    margin: auto;
    gap: 10px;
    flex-direction: column;
    z-index: 11;
    pointer-events: none;
}
.absolLogoText * {
	pointer-events: none;
}

.textSlider {
	font-family: Proxima Nova;
	font-size: 20px;
	font-weight: 300;
	line-height: 33px;
	text-align: left;
	color: #fff;
}

.owl-nav {
	display: none !important;
}
.owl-dots {
    position: absolute;
    bottom: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: auto;
}
.sliderCont.slim {
	/*transform: matrix3d(1, 0, 0, 0, 0, .01, 0, 0, 0, 0, 1, 0, 0, -240, 0, 1);*/
}

.relativeCont:hover {
	filter: brightness(0.7);
	transform: scale(0.95);
}

button.owl-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #fff !important;
}

button.owl-dot.active {
	width: 25px;
	border-radius: 75px;
	height: 8px;
	overflow: hidden;
}



@media only screen and (min-width: 700px) {

	body {
		overflow: hidden;
	}

	.mobile-message {
		display: flex;
	}
}


@media only screen and (max-width: 701px) {
	.mobile-message {
		display: none;
	}
}