/* ============================================================
   ////  KoboStyles  ////  
   Author: KOBO / .LifeThink 
   ============================================================ */
:root {
	--kobo_color_black: #1C1C1C;
	--kobo_color_line: #D4D4D4;
	--kobo_color_accent: #5e5b5b;
	--kobo_color_gold: #a48b39;
	--kobo_color_linen: #D7D2C8;
	--kobo_color_green: #9fb2a4;
	--kobo_color_bg: #E5E5E5;
	--kobo_color_ivory: #F7F6F0;
	--kobo_font_body: "Syne", sans-serif;
	--kobo_font_heading: "Syne", sans-serif;
	--kobo_font_weight: 500;
	--kobo_font_size_body: 18px;
	--kobo_font_size_bigheadings: 38px;
	--kobo_font_size_headings: 28px;
	--kobo_font_size_rowheadings: 20px;
	--kobo_font_size_btn: 14px;
	--kobo_font_title_sz: 27px;
	--kobo_slider_height: calc(100vh - (20px)) !important;
}
/* body.has-overlay-header {
	--kobo_slider_height: 100vh !important;
} */


/* ============================================================
	  Dev
	  ============================================================ */

.koboDev {
	background: #fffae6;
	border: 1px dashed #d4aa00;
	color: #665500;
	font-family: monospace;
	font-size: 13px;
	padding: 6px 10px;
	margin: 15px 0;
	border-radius: 6px;
	opacity: 0.8;
	text-align: center;
}
.koboDevRed {
	background: #ffecec;
	border: 1px dashed #cc0000;
	color: #660000;
	font-family: monospace;
	font-size: 13px;
	padding: 6px 10px;
	margin: 15px 0;
	border-radius: 6px;
	opacity: 0.9;
	text-align: center;
}
.pdEditThis {
	display: none;
	position: fixed;
	top: 200px;
	background: red;
	left: -42px;
	padding: 5px 20px;
	font-weight: bold;
	z-index: 10000;
	transform: rotate(90deg);
}
.pdEditThis a {
	color: #FFF;
	text-decoration: none !important;
}
.logged-in .pdEditThis {
	display: block !important;
}
.koboClear {
	clear: both;
}
.koboClear5 {
	clear: both;
	padding: 5px;
}
.koboClear10 {
	clear: both;
	padding: 10px;
}
.koboClear15 {
	clear: both;
	padding: 15px;
}
.koboClear20 {
	clear: both;
	padding: 20px;
}
.no-results {
	text-align: center;
}
/* ============================================================
  TOP
  ============================================================ */
.kobotop {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	gap: 20px;
	font-size: 16px;
	align-items: center;
}
.kobobook a {
	color: var(--kobo_color_black);
	text-decoration: none !important;
	/* text-transform: uppercase; */
	padding: 0;
	font-weight: 400;
	font-size: var(--kobo_font_size_btn);
	padding: 10px 20px;
	background: transparent;
	border: 1px solid var(--kobo_color_black);
	letter-spacing: .12em;
}
.hasnt-overlay-header .kobobook a,
.is-sticky .kobobook a {
	color: var(--kobo_color_black) !important;
	border: 1px solid var(--kobo_color_black) !important;
}
.has-overlay-header .kobobook a {
	color: #FFF;
	border: 1px solid #FFF;
}
.kobotopS a {
	color: #FFF;
	text-decoration: none !important;
}
.hasnt-overlay-header .kobotopS a,
.is-sticky .kobotopS a {
	color: var(--kobo_color_black);
}
.kobotopS .koboIcon {
	color: #FFF;
}
.hasnt-overlay-header .koboIcon,
.is-sticky .koboIcon {
	/* color: var(--kobo_color_black); */
	color: var(--kobo_color_gold);
}
.koboclub a {
	color: var(--kobo_color_black);
	text-decoration: none !important;
	text-transform: uppercase;
	padding: 0;
	font-weight: 400;
	font-size: var(--kobo_font_size_btn);
	padding: 3px 0;
	letter-spacing: .12em;
	border-bottom: 1px solid;
}
.has-overlay-header .koboclub a {
	color: #FFF;
}
.is-sticky .koboclub a {
	color: var(--kobo_color_black);
}
.kobotopleft {
	position: absolute;
	left: 60px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	gap: 5px;
}
.kobotopgroup {
	width: 77px;
}
.kobotopgroup img {
	width: 100%;
	user-select: none;
	-webkit-user-drag: none;
	user-drag: none;
	filter: none;
}
.has-overlay-header .kobotopgroup img {
	filter: brightness(0) invert(1);
}
.is-sticky .kobotopgroup img {
	filter: none;
}
.koboportal .kobotopgroup {
	display: none;
}

/* ==========================================================
   FINAL CSS — New Namespace: koboslider_
========================================================== */
.homeslider {
	padding: 20px;
}
.homeslider {
	position: relative;
	height: var(--kobo_slider_height);
	margin: 0 auto;
	overflow: hidden;
}
#koboslider_slider {
	height: 100%;
}
#koboslider_slider ul {
	margin: 0;
}
.koboslider_video {
	object-fit: cover !important;
	width: 100%;
	height: var(--kobo_slider_height);
}
#koboslider_video_container {
	position: relative;
	overflow: hidden;
}

#koboslider_video_container::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.32);
	z-index: 2;
	pointer-events: none;
}

.koboslider_video {
	object-fit: cover !important;
	width: 100%;
	height: var(--kobo_slider_height);
	position: relative;
	z-index: 1;
}

.koboslider_title_meta {
	position: absolute;
	z-index: 3;
}

#koboslider_controls {
	position: absolute;
	z-index: 4;
}

#koboslider_controls {
	width: fit-content;
	position: absolute;
	bottom: 50px;
	right: 30px;
	z-index: 1000;
}

.koboslider_btn_icon {
	width: 40px;
	height: 40px;
	float: left;
	padding: 5px;
	border-radius: 50%;
}

.koboslider_title_meta {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) !important;
	z-index: 10;
	max-width: 700px;
	padding: 0 20px;
	width: fit-content;
}

.koboslider_title_meta.align-center {
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}

.koboslider_title_meta.align-left {
	left: 10%;
	right: unset;
	margin: 0;
	text-align: left;
}

.koboslider_title_meta.align-right {
	right: 10%;
	left: unset;
	margin: 0;
	text-align: right;
}

.koboslider_title_meta.align-topcenter {
	top: 18%;
	left: 0;
	right: 0;
	transform: none;
	margin: 0 auto;
	text-align: center;
}

.koboslider_title_meta.align-bottomcenter {
	top: auto;
	bottom: 18%;
	left: 0;
	right: 0;
	transform: none;
	margin: 0 auto;
	text-align: center;
}
.koboslider_title_meta.align-bottomleft {
	top: auto;
	bottom: 80px;
	left: 80px;
	right: unset;
	transform: none;
	margin: 0 auto;
	text-align: left;
}

.koboslider_title {
	font-size: var(--kobo_font_title_sz);
	font-family: var(--kobo_font_heading);
	font-weight: var(--kobo_font_weight);
	line-height: 1.2;
	margin-bottom: 10px;
	color: #FFF;
}

.koboslider_sub {
	color: #FFF;
	font-size: 16px;
}
.koboslider_btn {
	margin: 35px 0 0;
}
.koboslider_btn a {
	color: #FFF;
	border: 1px solid #FFF;
	padding: 10px 30px;
	text-decoration: none !important;
}
.koboslider_item {
	height: var(--kobo_slider_height);
}
.koboslider_bg {
	height: 100%;
	width: 100%;
	background-size: cover !important;
	background-position: center !important;
}
#koboslider_slider .flex-direction-nav a {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	/* width: 44px;
	height: 44px; */
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 50;
	font-size: 40px;
	color: #FFF;
	text-decoration: none !important;
	/* background: #000000;*/
}
#koboslider_slider .flex-direction-nav .flex-prev {
	left: 20px;
}
#koboslider_slider .flex-direction-nav .flex-next {
	right: 20px;
}
#koboslider_slider.kobonarrw1 .flex-direction-nav {
	display: none !important;
}

#koboslider_slider .flex-direction-nav li {
	list-style-type: none !important;
}

/* ============================================================
  MISC ELEM
  ============================================================ */
*,
html {
	scroll-behavior: smooth !important;
}
#book {
	scroll-margin-top: 120px;
	overflow: initial !important;
}
.sr-only {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	color: #000;
	overflow: hidden;
}
.scrollD {
	position: absolute;
	right: 0;
	left: 0;
	text-align: center;
	font-size: 10px;
	color: #FFF;
	z-index: 10;
	bottom: 10px;
}
.scrollDb {
	height: 20px;
	width: 1px;
	background: #FFF;
	margin: 0 auto;
}
.scrollD span {
	/* background: #0000004a; */
	padding: 1px 7px;
}
.copyrights {
	font-size: var(--kobo_font_size_btn);
	font-weight: 400;
	color: var(--kobo_color_black) !important;
}
.copyrights a {
	color: var(--kobo_color_black) !important;
}
.fancybox-caption {
	display: none !important;
}
.grecaptcha-badge {
	display: none !important;
}
.is-sticky #site-header-inner {
	padding-top: 10px;
	padding-bottom: 10px;
}
.is-sticky #site-logo img {
	max-width: 150px;
}
.kobohrsrow_noresults {
	text-align: center;
	font-style: italic;
}
/* ============================================================
	  BURGER MENU
	  ============================================================ */
#mobile-menu a {
	display: flex;
	gap: 20px;
	align-items: center;
}
.kobomenunav {
	width: 35px;
	height: 2px;
	background: #FFF;
}
.kobomenunavb {
	width: 35px;
	height: 2px;
	background: #FFF;
	margin: 7px 0;
}
.kobomenunavc {
	width: 35px;
	height: 2px;
	background: #FFF;
}
.kobomenunavcT {
	/* margin-top: 2px; */
	color: #FFF;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 1;
	display: none;
}
.is-sticky .header-one #site-logo {
	/* margin-left: 80px; */
}
.hasnt-overlay-header .kobomenunav,
.hasnt-overlay-header .kobomenunavb,
.hasnt-overlay-header .kobomenunavc {
	background: var(--kobo_color_black);
}
.is-sticky .kobomenunav,
.is-sticky .kobomenunavb,
.is-sticky .kobomenunavc {
	background: var(--kobo_color_black);
}
.kobomenunavc,
.kobomenunavb {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
/* #mobile-menu a:hover .kobomenunavb {
	width: 35px;
	background: var(--kobo_color_black);
}
#mobile-menu a:hover .kobomenunavc {
	width: 30px;
} */
.is-sticky .kobomenunavcT,
.hasnt-overlay-header .kobomenunavcT {
	color: var(--kobo_color_black);
}
.kobomobmenu {
	/* position: absolute;
	right: 30px;
	bottom: 30px;
	display: flex;
	gap: 20px;
	align-items: center; */
}
.kobo-club-bm {
	color: var(--kobo_color_black);
	text-decoration: none !important;
	text-transform: uppercase;
	padding: 0;
	font-weight: 400;
	font-size: 13px;
	padding: 3px 0;
	letter-spacing: .12em;
	border-bottom: 1px solid;
}
.kobo-book-bm {
	color: var(--kobo_color_black);
	text-decoration: none !important;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding: 10px 20px;
	background: transparent;
	border: 1px solid !important;
	letter-spacing: .12em;
}
.kobomobmsoc {}
.kobomobmsocTitle {
	font-family: var(--kobo_font_heading);
	font-weight: var(--kobo_font_weight);
	font-size: 18px;
	margin: 0 0 10px;
}
.kobomobmsocR {
	font-size: 16px !important;
	line-height: 26px !important;
}
.koboespa {
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 1000;
	max-width: 300px;
}

.koboespa img {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	display: block;
}

/* close button */
.koboespaClose {
	position: absolute;
	top: -8px;
	right: -8px;
	width: 22px;
	height: 22px;
	background: #000;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	font-weight: bold;
} 
.kobomobmenubg {
	position: relative;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.kobomobmenubg::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom,
			rgb(0 0 0 / 65%) 0%,
			rgb(0 0 0 / 30%) 40%,
			rgb(0 0 0 / 75%) 100%);
	z-index: 1;
}
.kobomobmenubgL {
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	z-index: 2;
}
.kobomobmenubgL img {
	max-width: 200px;
	margin: 0 auto;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
.kobomobmenudat {
	position: absolute;
	left: 40px;
	bottom: 30px;
	display: flex;
	gap: 20px;
	align-items: center;
}
.kobomobmenudatSocial {
	display: flex;
	gap: 20px;
}
.kobomobdata {
	display: flex;
	gap: 40px;
}
/* ============================================================
  BUTTONS
   ============================================================ */
.koboBtnS {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	padding: 16px 28px;
	background: transparent;
	color: var(--kobo_color_black);
	/* border: 1px solid var(--kobo_color_line); */
	border: 2px solid var(--kobo_color_gold);
	border-radius: 0;
	font-size: var(--kobo_font_size_btn);
	text-decoration: none;
	line-height: 1;
	transition: all .25s ease;
	cursor: pointer;
	text-decoration: none !important;
}
.koboBtnS::after {
	content: "→";
	font-size: 16px;
	transition: transform .25s ease;
}
.koboBtnS:hover {
	background: vaar(--kobo_color_line);
}
.koboBtnS:hover::after {
	transform: translateX(4px);
}

.koboBtn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	padding: 0 0 3px;
	background: transparent;
	color: var(--kobo_color_black);
	border-bottom: 2px solid var(--kobo_color_black);
	border-radius: 0;
	font-size: var(--kobo_font_size_btn);
	text-decoration: none;
	line-height: 1;
	transition: all .25s ease;
	cursor: pointer;
	text-decoration: none !important;
}
.koboBtn::after {
	content: "→";
	font-size: 16px;
	transition: transform .25s ease;
}
.koboBtn:hover {
	background: vaar(--kobo_color_line);
}
.koboBtn:hover::after {
	transform: translateX(4px);
}
/* ============================================================
   Map
   ============================================================ */

#mapContact {
	width: 100%;
	height: 560px;
}
.maptitle {
	font-family: var(--kobo_font_heading);
	font-weight: var(--kobo_font_weight);
	font-size: 20px;
	margin: 0 0 5px;
	text-transform: uppercase;
}
.maplink a {
	color: var(--kobo_color_black);
	text-decoration: none !important;
	border-bottom: 1px solid var(--kobo_color_black);
	padding: 0 0 1px;
	font-size: 12px;
}
.gm-style-iw-chr {
	position: absolute;
	right: 0;
	max-width: 40px;
}
.gm-style .gm-style-iw-d {
	padding: 20px 10px 10px 8px;
}
/* ============================================================
  FOOTER
  ============================================================ */
.koboFooter {
	padding: 50px 0 10px;
}
.koboFooterInner {
	width: min(1500px, 95%);
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 40px;
	padding: 40px 0;
	border-bottom: 1px solid var(--kobo_color_line);
	align-items: center;
}

.koboFooterLInner {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 40px;
}
.koboFooterSLogo {
	width: 80%;
	max-width: 80px;
}
.koboFooterText {
	padding: 40px 0 20px;
	max-width: 80%;
}
.koboFooterSTitle {
	font-family: var(--kobo_font_heading);
	font-size: var(--kobo_font_size_headings);
	margin: 0 0 20px;
	text-transform: uppercase;
}
.koboFooterSsmap {
	padding: 20px 0;
}
.koboFooterSsmap li {
	list-style-type: none;
	padding: 0 0 2px;
}
.koboFooterSsmap li a {
	color: var(--kobo_color_black);
	text-decoration: none !important;
	text-transform: uppercase;
}
.koboFooterSocialS {
	text-transform: uppercase;
	padding: 0 0 2px;
}
.koboFooterR {
	border-left: 1px solid var(--kobo_color_line);
}
.koboFooterImage {
	text-align: center;
}
.koboFooterImage img {
	max-width: 80%;
	text-align: center;
	margin: 0 auto;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	pointer-events: none;
}
.koboFooterLInnerR {
	padding-top: 80px;
}
.koboFooterBottom {
	width: min(1500px, 95%);
	padding: 20px 10px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 40px;
	align-items: center;
	justify-content: space-between;
}
.koboFooterBLinks {
	justify-self: end;
}
.koboFooterBLinks li {
	list-style-type: none;
	padding: 0 0 2px;
}
.koboFooterBLinks li a {
	color: var(--kobo_color_black);
	text-decoration: none !important;
	text-transform: uppercase;
	font-size: 13px;
}
/* ============================================================
  KOBO Meta
  ============================================================ */

.kobometa {
	margin: 0;
	padding: 50px 0;
	border-bottom: 1px solid var(--kobo_color_line);
}
.kobometaInner {
	margin: 0 20px;
	max-width: 65%;
}
.kobometaTitle h1 {
	font-size: var(--kobo_font_size_headings);
	margin: 0 0 15px;
}
.kobometaText {
	font-family: var(--kobo_font_heading);
	font-size: var(--kobo_font_size_bigheadings);
	line-height: 1.2;
}
.kobometaBtn {
	margin: 40px 0 0;
}


/* ============================================================
  KOBO Home
  ============================================================ */

.kobosel {
	margin: 0;
	padding: 50px 0;
	border-bottom: 1px solid var(--kobo_color_line);
}
.koboselInner {
	margin: 0 20px;
	max-width: 65%;
}
.koboselTitle h1 {
	font-size: var(--kobo_font_size_headings);
	margin: 0 0 15px;
}
.koboselSubtitle h2 {
	font-size: var(--kobo_font_size_headings);
	margin: -10px 0 15px;
}
.koboselText {
	font-family: var(--kobo_font_heading);
	font-size: var(--kobo_font_size_bigheadings);
	line-height: 1.2;
}
.koboselBtn {
	margin: 40px 0 0;
}

/* =========================================================
   KOBO Case Studies Carousel
========================================================= */
.kobosel_slider {
	padding: 50px 20px 0;
}
.koboCaseStudies {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.koboCaseStudies__slider {
	width: 100%;
}

.koboCaseStudies__slider:not(.slick-initialized) {
	display: flex;
	gap: 10px;
	overflow: hidden;
}

.koboCaseStudies__slider:not(.slick-initialized) .koboCaseStudies__slide {
	flex: 0 0 calc(78vw - 20px);
}

/* Slick spacing */

.koboCaseStudies .slick-list {
	overflow: visible;
	padding: 0 !important;
}

.koboCaseStudies .slick-track {
	display: flex;
	align-items: stretch;
}

.koboCaseStudies .slick-slide {
	float: none;
	width: calc(78vw - 20px);
	height: auto;
	margin-right: 10px;
}

.koboCaseStudies .slick-slide>div {
	height: 100%;
}

.koboCaseStudies__slide {
	position: relative;
	height: 100%;
}

.koboCaseStudies__link {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
}

.koboCaseStudies__link:hover,
.koboCaseStudies__link:focus {
	color: #fff;
	text-decoration: none;
}

.koboCaseStudies__media {
	position: relative;
	width: 100%;
	height: clamp(470px, 72vh, 760px);
	overflow: hidden;
	background: var(--kobo_color_black);
}

.koboCaseStudies__image {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition:
		transform 0.9s cubic-bezier(0.22, 1, 0.36, 1),
		filter 0.5s ease;
}

.koboCaseStudies__link:hover .koboCaseStudies__image {
	transform: scale(1.035);
}

.koboCaseStudies__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		linear-gradient(to top,
			rgb(0 0 0 / 68%) 0%,
			rgb(0 0 0 / 25%) 32%,
			rgb(0 0 0 / 4%) 64%,
			transparent 100%);
}

.koboCaseStudies__content {
	position: absolute;
	z-index: 2;
	left: clamp(20px, 2vw, 36px);
	right: clamp(20px, 2vw, 36px);
	bottom: clamp(28px, 3vw, 48px);
	color: #fff;
}

.koboCaseStudies__title {
	max-width: 650px;
	margin: 0 0 6px;
	color: #fff;
	font-family: var(--kobo_font_heading);
	font-size: var(--kobo_font_size_headings);
	font-weight: var(--kobo_font_weight);
	line-height: 1.15;
	letter-spacing: 0;
}

.koboCaseStudies__subtitle {
	max-width: 650px;
	color: rgb(255 255 255 / 85%);
	font-family: var(--kobo_font_body);
	font-size: clamp(12px, 0.9vw, 15px);
	font-weight: 400;
	line-height: 1.5;
}

.koboCaseStudies__navigation {
	position: absolute;
	z-index: 5;
	right: calc(22% + 22px);
	bottom: 18px;
	display: flex;
	align-items: center;
	gap: 7px;
	pointer-events: none;
}

.koboCaseStudies__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	color: var(--kobo_color_accent);
	background: rgb(247 246 240 / 94%);
	border: 1px solid rgb(255 255 255 / 55%);
	border-radius: 50%;
	box-shadow: none;
	cursor: pointer;
	pointer-events: auto;
	transition:
		color 0.25s ease,
		background-color 0.25s ease,
		border-color 0.25s ease,
		transform 0.25s ease;
}

.koboCaseStudies__arrow:hover {
	color: #fff;
	background: var(--kobo_color_accent);
	border-color: var(--kobo_color_accent);
	transform: translateY(-2px);
}

.koboCaseStudies__arrow:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
}

.koboCaseStudies__arrow.slick-disabled {
	opacity: 0.4;
	cursor: default;
	transform: none;
}

.koboCaseStudies__arrow svg {
	display: block;
	width: 15px;
	height: 15px;
	fill: currentColor;
	stroke: currentColor;
}

.koboCaseStudies__navigation {
	z-index: 20;
	pointer-events: auto;
}

.koboCaseStudies__arrow {
	position: relative;
	z-index: 21;
	pointer-events: auto;
}

@media (max-width: 1199px) {

	.koboCaseStudies .slick-slide {
		width: calc(84vw - 16px);
		margin-right: 8px;
	}

	.koboCaseStudies__navigation {
		right: calc(16% + 18px);
	}

	.koboCaseStudies__media {
		height: clamp(450px, 62vh, 680px);
	}

}

@media (max-width: 767px) {

	.koboCaseStudies {
		overflow: hidden;
	}

	.koboCaseStudies .slick-list {
		overflow: hidden;
	}

	.koboCaseStudies .slick-slide {
		width: calc(100vw - 30px);
		margin-right: 8px;
	}

	.koboCaseStudies__media {
		height: min(68svh, 580px);
		min-height: 440px;
	}

	.koboCaseStudies__content {
		left: 20px;
		right: 20px;
		bottom: 28px;
		padding-right: 90px;
	}

	.koboCaseStudies__title {
		font-size: 23px;
	}

	.koboCaseStudies__subtitle {
		font-size: 13px;
	}

	.koboCaseStudies__navigation {
		right: 20px;
		bottom: 20px;
	}

	.koboCaseStudies__arrow {
		width: 38px;
		height: 38px;
	}

}

@media (max-width: 479px) {

	.koboCaseStudies .slick-slide {
		width: calc(100vw - 20px);
	}

	.koboCaseStudies__media {
		min-height: 410px;
	}

	.koboCaseStudies__content {
		left: 18px;
		right: 18px;
		padding-right: 80px;
	}

	.koboCaseStudies__navigation {
		right: 14px;
		bottom: 18px;
	}

}

@media (prefers-reduced-motion: reduce) {

	.koboCaseStudies__image,
	.koboCaseStudies__arrow {
		transition: none;
	}

}

.koboStats {
	width: 100%;
}

.koboStats__inner {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 50px;
	width: 95%;
	margin: 0 auto;
}

.koboStats__item {
	min-width: 0;
}

.koboStats__number {
	margin-bottom: 12px;
	color: var(--kobo_color_gold);
	font-family: var(--kobo_font_heading);
	font-size: 46px;
	font-weight: 400;
	line-height: 1;
}

.koboStats__title {
	margin-bottom: 8px;
	color: var(--kobo_color_black);
	font-family: var(--kobo_font_body);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
}

.koboStats__subtitle {
	color: var(--kobo_color_accent);
	font-family: var(--kobo_font_body);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.65;
}

@media (max-width: 1100px) {

	.koboStats__inner {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 40px;
	}

}

@media (max-width: 767px) {
	.koboStats__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 35px 25px;
		width: calc(100% - 40px);
	}

	.koboStats__number {
		font-size: 40px;
	}

}

@media (max-width: 480px) {

	.koboStats__inner {
		grid-template-columns: 1fr;
	}

}

/* =========================================================
   Section 5
========================================================= */

.koboSection5 {
	position: relative;
	width: 100%;
	min-height: 720px;
	display: flex;
	align-items: center;
	overflow: hidden;
	background: var(--kobo_color_black);
}

/* =====================================================
 * BACKGROUND MEDIA
 * ===================================================== */

.koboSection5__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
}

.koboSection5__image,
.koboSection5__video,
.koboSection5__serviceBg {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.koboSection5__image,
.koboSection5__video {
	z-index: 1;
}

.koboSection5__serviceBg {
	z-index: 2;
	opacity: 0;
	transform: scale(1.04);
	pointer-events: none;
	transition:
		opacity 0.45s ease,
		transform 1.1s ease;
}

.koboSection5__serviceBg.is-visible {
	opacity: 1;
	transform: scale(1);
}

.koboSection5__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: rgb(0 0 0 / 15%);
	pointer-events: none;
}

/* =====================================================
 * INNER CONTENT
 * ===================================================== */

.koboSection5__inner {
	position: relative;
	z-index: 2;
	width: min(1400px, calc(100% - 80px));
	margin: 0 auto;
	padding: 80px 0;
}

.koboSection5__content {
	width: min(100%, 1020px);
	min-height: 430px;
	margin: 0 auto;
	padding: 32px 26px;
	background: rgb(247 246 240 / 82%);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}

.koboSection5__title {
	margin: 0 0 10px;
	color: var(--kobo_color_accent);
	font-family: var(--kobo_font_heading);
	font-size: var(--kobo_font_title_sz);
	font-weight: 400;
	line-height: 1.4;
}

.koboSection5__text {
	max-width: 430px;
	color: var(--kobo_color_black);
	font-family: var(--kobo_font_body);
	font-size: 16px;
	line-height: 1.4;
}

.koboSection5__text> :first-child {
	margin-top: 0;
}

.koboSection5__text> :last-child {
	margin-bottom: 0;
}

.koboSection5__text h2,
.koboSection5__text h3,
.koboSection5__text h4 {
	margin: 0 0 26px;
	color: var(--kobo_color_black);
	font-family: var(--kobo_font_heading);
	font-size: 25px;
	font-weight: 400;
	line-height: 1.05;
}

.koboSection5__text ul {
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}

.koboSection5__text li {
	padding: 12px 10px;
	border-bottom: 1px solid rgb(28 28 28 / 10%);
	font-size: 13px;
	line-height: 1.5;
}

.koboSection5__text li:first-child {
	border-top: 1px solid rgb(28 28 28 / 10%);
}

/* =====================================================
 * SERVICES GRID
 * ===================================================== */

.koboSection5__services {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
	gap: 55px;
	align-items: center;
	margin: 38px 0 0;
}

.koboSection5__servicesList {
	border-top: 1px solid rgb(28 28 28 / 15%);
}

/* =====================================================
 * SERVICE BUTTON
 * ===================================================== */

.koboSection5__service {
	position: relative;
	display: grid;
	/* grid-template-columns: 35px minmax(0, 1fr) 30px; */
	grid-template-columns: minmax(0, 1fr) 30px;
	gap: 15px;
	align-items: center;
	width: 100%;
	margin: 0;
	padding: 18px 10px;
	border: 0;
	border-bottom: 1px solid rgb(28 28 28 / 15%);
	border-radius: 0;
	background: transparent;
	color: var(--kobo_color_black);
	font-family: var(--kobo_font_body);
	text-align: left;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

.koboSection5__serviceNumber {
	color: var(--kobo_color_accent);
	font-size: 11px;
	line-height: 1;
	opacity: 0.7;
}

.koboSection5__serviceTitle {
	display: block;
	color: var(--kobo_color_black);
	font-family: var(--kobo_font_heading);
	font-weight: 400;
	line-height: 1.05;
	transform: translateX(0);
	transition:
		color 0.3s ease,
		opacity 0.3s ease,
		transform 0.35s ease;
}

.koboSection5__serviceArrow {
	color: var(--kobo_color_accent);
	font-size: 20px;
	line-height: 1;
	opacity: 0;
	transform: translateX(-10px);
	transition:
		opacity 0.3s ease,
		transform 0.3s ease;
}

.koboSection5__service:hover .koboSection5__serviceTitle,
.koboSection5__service:focus-visible .koboSection5__serviceTitle,
.koboSection5__service.is-active .koboSection5__serviceTitle {
	color: var(--kobo_color_accent);
	transform: translateX(10px);
}

.koboSection5__service:hover .koboSection5__serviceArrow,
.koboSection5__service:focus-visible .koboSection5__serviceArrow,
.koboSection5__service.is-active .koboSection5__serviceArrow {
	opacity: 1;
	transform: translateX(0);
}

.koboSection5__service:focus-visible {
	outline: 1px solid var(--kobo_color_accent);
	outline-offset: -2px;
}

/* =====================================================
 * SERVICE DETAILS
 * ===================================================== */

.koboSection5__serviceDetails {
	min-height: 210px;
	padding: 25px 0 25px 35px;
	border-left: 1px solid rgb(28 28 28 / 15%);
	opacity: 1;
	transform: translateY(0);
	transition:
		opacity 0.18s ease,
		transform 0.18s ease;
}

.koboSection5__serviceDetails.is-changing {
	opacity: 0;
	transform: translateY(10px);
}

.koboSection5__serviceDetailsTitle {
	margin: 0 0 18px;
	color: var(--kobo_color_accent);
	font-family: var(--kobo_font_heading);
	font-size: clamp(25px, 2.5vw, 38px);
	font-weight: 400;
	line-height: 1.05;
}

.koboSection5__serviceDetailsText {
	max-width: 390px;
	color: var(--kobo_color_black);
	font-family: var(--kobo_font_body);
	font-size: 14px;
	line-height: 1.6;
}

.koboSection5__serviceDetailsLink {
	display: inline-flex;
	gap: 12px;
	align-items: center;
	margin-top: 22px;
	padding-bottom: 5px;
	border-bottom: 1px solid var(--kobo_color_accent);
	color: var(--kobo_color_accent);
	font-family: var(--kobo_font_body);
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.koboSection5__serviceDetailsLink span {
	transition: transform 0.3s ease;
}

.koboSection5__serviceDetailsLink:hover span {
	transform: translateX(5px);
}

/* =====================================================
 * MAIN LINK
 * ===================================================== */

.koboSection5__link {
	margin: 30px 0 0;
}

/* =====================================================
 * TABLET
 * ===================================================== */

@media (max-width: 991px) {

	.koboSection5 {
		min-height: auto;
	}

	.koboSection5__inner {
		width: min(100% - 40px, 1400px);
		padding: 70px 0;
	}

	.koboSection5__content {
		min-height: 0;
	}

	.koboSection5__services {
		grid-template-columns: 1fr;
		gap: 35px;
	}

	.koboSection5__serviceDetails {
		min-height: 0;
		padding: 25px 0 0;
		border-top: 1px solid rgb(28 28 28 / 15%);
		border-left: 0;
	}
}

/* =====================================================
 * MOBILE
 * ===================================================== */

@media (max-width: 600px) {

	.koboSection5__inner {
		width: calc(100% - 30px);
		padding: 50px 0;
	}

	.koboSection5__content {
		padding: 25px 18px;
		background: rgb(247 246 240 / 88%);
	}

	.koboSection5__title {
		font-size: clamp(32px, 10vw, 48px);
		line-height: 1.1;
	}

	.koboSection5__text {
		font-size: 14px;
		line-height: 1.5;
	}

	.koboSection5__services {
		margin-top: 30px;
		gap: 30px;
	}

	.koboSection5__service {
		/* grid-template-columns: 28px minmax(0, 1fr) 22px; */
		gap: 8px;
		padding: 16px 5px;
	}

	.koboSection5__serviceTitle {
		font-size: 23px;
	}

	.koboSection5__service:hover .koboSection5__serviceTitle,
	.koboSection5__service:focus-visible .koboSection5__serviceTitle,
	.koboSection5__service.is-active .koboSection5__serviceTitle {
		transform: translateX(5px);
	}

	.koboSection5__serviceDetailsTitle {
		font-size: 27px;
	}

	.koboSection5__serviceDetailsText {
		font-size: 13px;
		line-height: 1.6;
	}
}

/* =====================================================
 * REDUCED MOTION
 * ===================================================== */

@media (prefers-reduced-motion: reduce) {

	.koboSection5__serviceBg,
	.koboSection5__serviceTitle,
	.koboSection5__serviceArrow,
	.koboSection5__serviceDetails,
	.koboSection5__serviceDetailsLink span {
		transition: none;
	}
}


/* =========================================================
   Tablet
========================================================= */

@media (max-width: 991px) {

	.koboSection5 {
		min-height: 650px;
	}

	.koboSection5__inner {
		width: calc(100% - 60px);
	}

	.koboSection5__content {
		width: min(100%, 760px);
		min-height: 390px;
	}

}

/* =========================================================
   Mobile
========================================================= */

@media (max-width: 767px) {

	.koboSection5 {
		min-height: 680px;
		align-items: flex-end;
		padding: 60px 0 30px;
	}

	.koboSection5__inner {
		width: calc(100% - 30px);
	}

	.koboSection5__content {
		width: 100%;
		min-height: 0;
		padding: 28px 22px;
		background: rgb(247 246 240 / 90%);
	}


	.koboSection5__text {
		max-width: none;
		font-size: 15px;
	}

	.koboSection5__text h2,
	.koboSection5__text h3,
	.koboSection5__text h4 {
		font-size: 24px;
	}

	.koboSection5__link {
		margin-top: 24px;
	}

}

@media (prefers-reduced-motion: reduce) {

	.koboSection5__video {
		display: none;
	}

}

/* =========================================================
   Section 7
========================================================= */

.koboSection7 {
	width: 100%;
	padding: 50px 0;
}

.koboSection7__inner {
	display: grid;
	grid-template-columns: minmax(220px, 30%) minmax(0, 70%);
	gap: 70px;
	width: min(1450px, calc(100% - 80px));
	margin: 0 auto;
}

/* Left */

.koboSection7__left {
	position: sticky;
	top: 40px;
	align-self: start;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.koboSection7__logo {
	width: 86px;
	margin-bottom: 28px;
}

.koboSection7__logo img {
	display: block;
	width: 100%;
	height: auto;
}

.koboSection7__mainText {
	max-width: 240px;
	color: var(--kobo_color_black);
	font-family: var(--kobo_font_heading);
	font-size: 27px;
	font-weight: 400;
	line-height: 1.08;
}

.koboSection7__mainText> :first-child {
	margin-top: 0;
}

.koboSection7__mainText> :last-child {
	margin-bottom: 0;
}

/* Right */

.koboSection7__right {
	border-top: 1px solid var(--kobo_color_line);
}

.koboSection7__item {
	display: grid;
	grid-template-columns:
		minmax(70px, 110px) minmax(0, 1fr) 160px;
	gap: 35px;
	min-height: 165px;
	padding: 20px 0;
	border-bottom: 1px solid var(--kobo_color_line);
}

.koboSection7__number {
	align-self: start;
	padding-top: 3px;
	color: var(--kobo_color_gold);
	font-family: var(--kobo_font_heading);
	font-size: 42px;
	font-weight: 400;
	line-height: 1;
}

.koboSection7__itemContent {
	max-width: 520px;
}

.koboSection7__itemTitle {
	margin: 0 0 10px;
	color: var(--kobo_color_black);
	font-family: var(--kobo_font_heading);
	font-size: var(--kobo_font_size_headings);
	line-height: 1.25;
}

.koboSection7__itemText {
	color: var(--kobo_color_accent);
	font-family: var(--kobo_font_body);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.55;
}

.koboSection7__itemText> :first-child {
	margin-top: 0;
}

.koboSection7__itemText> :last-child {
	margin-bottom: 0;
}

.koboSection7__itemImage {
	width: 220px;
	/* height: 105px;*/
	overflow: hidden;
}

.koboSection7__itemImage img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.koboSection7__item:hover .koboSection7__itemImage img {
	transform: scale(1.04);
}

/* =========================================================
   Desktop smaller
========================================================= */

@media (max-width: 1200px) {

	.koboSection7__inner {
		grid-template-columns: 250px minmax(0, 1fr);
		gap: 45px;
	}

	.koboSection7__item {
		grid-template-columns: 80px minmax(0, 1fr) 145px;
		gap: 25px;
	}

	.koboSection7__itemImage {
		width: 145px;
		height: 100px;
	}

}

/* =========================================================
   Tablet
========================================================= */

@media (max-width: 991px) {

	.koboSection7 {
		padding: 70px 0;
	}

	.koboSection7__inner {
		grid-template-columns: 1fr;
		gap: 50px;
		width: calc(100% - 60px);
	}

	.koboSection7__left {
		position: static;
	}

	.koboSection7__mainText {
		max-width: 420px;
	}

}

/* =========================================================
   Mobile
========================================================= */

@media (max-width: 767px) {

	.koboSection7 {
		padding: 55px 0;
	}

	.koboSection7__inner {
		width: calc(100% - 30px);
		gap: 40px;
	}

	.koboSection7__logo {
		width: 70px;
		margin-bottom: 22px;
	}

	.koboSection7__mainText {
		font-size: 24px;
	}

	.koboSection7__item {
		grid-template-columns: 65px minmax(0, 1fr);
		gap: 18px;
		padding: 26px 0;
	}

	.koboSection7__number {
		font-size: 34px;
	}

	.koboSection7__itemTitle {
		font-size: 18px;
	}

	.koboSection7__itemText {
		font-size: 13px;
	}

	.koboSection7__itemImage {
		grid-column: 2;
		width: 100%;
		height: 210px;
		margin-top: 8px;
	}

}

/* =========================================================
   Small mobile
========================================================= */

@media (max-width: 480px) {

	.koboSection7__item {
		grid-template-columns: 52px minmax(0, 1fr);
		gap: 14px;
	}

	.koboSection7__number {
		font-size: 29px;
	}

	.koboSection7__itemImage {
		height: 175px;
	}

}

/* =========================================================
   Partners
========================================================= */

.koboPartners {
	padding: 50px 0 35px;
	overflow: hidden;
}

.koboPartners__slider {
	width: min(1450px, calc(100% - 60px));
	margin: 0 auto;
	width: 100%;
}

.koboPartners__slider:not(.slick-initialized) {
	display: flex;
}

.koboPartners__slider:not(.slick-initialized) .koboPartners__item {
	flex: 0 0 16.666%;
}

.koboPartners .slick-track {
	display: flex;
	align-items: center;
}

.koboPartners__item {
	display: flex !important;
	align-items: center;
	justify-content: center;
	padding: 0 25px;
	height: 70px;
}

.koboPartners__item img {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 100px;
	object-fit: contain;
	filter: grayscale(1);
	opacity: 1;
	transition: .35s;
}


.koboPartners__item:hover img {
	filter: none;
	opacity: 1;
	transform: translateY(-2px);
}

/* dots */

.koboPartners .slick-dots {
	position: static;
	margin: 50px 0 0;
	padding: 0;

	display: flex;
	justify-content: center;
	gap: 5px;
}

.koboPartners .slick-dots li {
	width: auto;
	height: auto;
	margin: 0;
}

.koboPartners .slick-dots button {
	width: 7px;
	height: 7px;
	padding: 0;

	border: 0;
	border-radius: 50%;
	background: var(--kobo_color_line);

	font-size: 0;
	color: transparent;

	cursor: pointer;
}

.koboPartners .slick-dots button:before {
	display: none;
}

.koboPartners .slick-dots .slick-active button {
	background: var(--kobo_color_black);
	transform: scale(1.15);
}

@media(max-width:991px) {

	.koboPartners__slider {
		width: calc(100% - 30px);
	}

}

@media(max-width:767px) {

	.koboPartners__item {
		padding: 0 15px;
	}

	.koboPartners__item img {
		max-height: 64px;
	}

}

/* =========================================================
   Properties Grid
========================================================= */

.koboProperties {
	width: 100%;
	padding: 0 20px;
}

.koboProperties__inner {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 42px 24px;
	/* width: min(1450px, calc(100% - 80px)); */
	width: 100%;
	margin: 0 auto;
}

.koboProperties__card {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

/* Media */

.koboProperties__media {
	position: relative;
	width: 100%;
	aspect-ratio: 1.55 / 1;
	overflow: hidden;
	background: var(--kobo_color_bg);
}

.koboProperties__imageLink {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.koboProperties__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.koboProperties__card:hover .koboProperties__image {
	transform: scale(1.035);
}

/* Content */

.koboProperties__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding-top: 18px;
}

.koboProperties__title {
	margin: 0 0 10px;
	color: var(--kobo_color_black);
	font-family: var(--kobo_font_heading);
	font-size: var(--kobo_font_size_rowheadings);
	font-weight: 400;
	line-height: 1.3;
}
.koboProperties__title { 
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 10px; 
}

.koboProperties__location { 
	font-size: 16px;
	font-weight: 400;
	opacity: .75;
}

.koboProperties__titleLink {
	color: inherit;
	text-decoration: none;
	transition: color 0.25s ease;
}

.koboProperties__titleLink:hover {
	color: var(--kobo_color_accent);
}

.koboProperties__excerpt {
	margin-bottom: 22px;
	color: var(--kobo_color_accent);
	font-family: var(--kobo_font_body);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.65;
}

.koboProperties__excerpt p {
	margin: 0;
}

/* Actions */

.koboProperties__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
	margin-top: auto;
}

.koboProperties__button {
	text-decoration: none;
}

/* =========================================================
   Responsive
========================================================= */

@media (max-width: 991px) {

	.koboProperties {
		padding: 70px 0;
	}

	.koboProperties__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: calc(100% - 60px);
	}

}

@media (max-width: 767px) {

	.koboProperties {
		padding: 55px 0;
	}

	.koboProperties__inner {
		grid-template-columns: 1fr;
		gap: 38px;
		width: calc(100% - 30px);
	}

	.koboProperties__media {
		aspect-ratio: 1.4 / 1;
	}

}

@media (max-width: 480px) {

	.koboProperties__actions {
		align-items: stretch;
	}

}


/* =========================================================
   Consultation Section
========================================================= */

.koboConsultation {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 760px;
	overflow: hidden;
	background: var(--kobo_color_black);
}

.koboConsultation__media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.koboConsultation__image,
.koboConsultation__video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.koboConsultation__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: rgb(0 0 0 / 10%);
	pointer-events: none;
}

.koboConsultation__inner {
	position: relative;
	z-index: 2;
	width: min(1180px, calc(100% - 80px));
	margin: 0 auto;
}

.koboConsultation__panel {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.8fr);
	gap: 70px;
	align-items: center;
	padding: 38px 42px;
	background: rgb(247 246 240 / 84%);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}

/* =========================================================
   Right content
========================================================= */

.koboConsultation__contentColumn {
	max-width: 340px;
}

.koboConsultation__title {
	margin: 0 0 18px;
	color: var(--kobo_color_black);
	font-family: var(--kobo_font_heading);
	font-size: var(--kobo_font_size_headings);
	line-height: 1.05;
}

.koboConsultation__text {
	color: var(--kobo_color_black);
	font-family: var(--kobo_font_body);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.45;
}

.koboConsultation__text> :first-child {
	margin-top: 0;
}

.koboConsultation__text> :last-child {
	margin-bottom: 0;
}

.koboConsultation__link {
	margin-top: 26px;
}


@media (max-width: 991px) {

	.koboConsultation {
		min-height: 720px;
		padding: 70px 0;
	}

	.koboConsultation__inner {
		width: calc(100% - 60px);
	}

	.koboConsultation__panel {
		grid-template-columns: 1fr;
		gap: 45px;
		padding: 35px;
	}

	.koboConsultation__contentColumn {
		max-width: 560px;
	}

}

/* =========================================================
   Mobile
========================================================= */

@media (max-width: 767px) {

	.koboConsultation {
		min-height: 0;
		padding: 50px 0;
	}

	.koboConsultation__inner {
		width: calc(100% - 30px);
	}

	.koboConsultation__panel {
		gap: 35px;
		padding: 26px 20px;
		background: rgb(247 246 240 / 92%);
	}

	.koboConsultation__form .wpcf7-form {
		grid-template-columns: 1fr;
	}

	.koboConsultation__form .wpcf7-form>p,
	.koboConsultation__form .wpcf7-form>p:has(textarea),
	.koboConsultation__form .wpcf7-form>p:has(select),
	.koboConsultation__form .wpcf7-form>p:has(.wpcf7-submit) {
		grid-column: 1;
	}

	.koboConsultation__title {
		font-size: 28px;
	}

}

@media (prefers-reduced-motion: reduce) {

	.koboConsultation__video {
		display: none;
	}

}

/* =========================================================
   Consultation Form
========================================================= */

.koboConsultationForm {
	width: 100%;
}

.koboConsultationForm__heading {
	margin-bottom: 20px;
	color: var(--kobo_color_black);
	font-family: var(--kobo_font_heading);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
	text-align: center;
}

.koboConsultationForm__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0px 10px;
}

.koboConsultationForm__field {
	min-width: 0;
}

.koboConsultationForm__field--full {
	grid-column: 1 / -1;
}

.koboConsultationForm__field label {
	display: block;
	margin: 0;
	color: var(--kobo_color_black);
	font-family: var(--kobo_font_body);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4;
}

.koboConsultationForm__field label>span {
	color: #a33;
}

.koboConsultationForm__field .wpcf7-form-control-wrap {
	display: block;
	margin-top: 4px;
}

.koboConsultationForm__control {
	display: block;
	width: 100%;
	height: 38px;
	padding: 8px 11px;
	color: var(--kobo_color_black);
	background: rgb(255 255 255 / 88%);
	border: 1px solid rgb(28 28 28 / 10%);
	border-radius: 0;
	outline: none;
	box-shadow: none;
	font-family: var(--kobo_font_body);
	font-size: 11px;
	font-weight: 400;
	line-height: 1.4;
	transition:
		background-color 0.25s ease,
		border-color 0.25s ease;
}

textarea.koboConsultationForm__control {
	height: 82px;
	min-height: 82px;
	resize: vertical;
}

select.koboConsultationForm__control {
	cursor: pointer;
}

.koboConsultationForm__control::placeholder {
	color: rgb(28 28 28 / 45%);
	opacity: 1;
}

.koboConsultationForm__control:focus {
	background: #fff;
	border-color: var(--kobo_color_accent);
}

.koboConsultationForm__privacy {
	color: var(--kobo_color_black);
	font-family: var(--kobo_font_body);
	font-size: 10px;
	line-height: 1.5;
}

.koboConsultationForm__privacy .wpcf7-list-item {
	margin: 0;
}

.koboConsultationForm__privacy label {
	display: flex;
	align-items: flex-start;
	gap: 7px;
}

.koboConsultationForm__privacy input[type="checkbox"] {
	flex: 0 0 auto;
	margin-top: 3px;
}

.koboConsultationForm__privacy a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.koboConsultationForm__submit {
	position: relative;
}

.koboConsultationForm__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 42px;
	padding: 11px 20px;
	color: #fff;
	background: var(--kobo_color_black) !important;
	border: 1px solid var(--kobo_color_black) !important;
	border-radius: 0;
	box-shadow: none;
	font-family: var(--kobo_font_body);
	font-size: var(--kobo_font_size_btn);
	font-weight: 500;
	line-height: 1;
	cursor: pointer;
	transition:
		background-color 0.25s ease,
		border-color 0.25s ease;
}

.koboConsultationForm__button:hover,
.koboConsultationForm__button:focus {
	color: #fff;
	background: var(--kobo_color_accent);
	border-color: var(--kobo_color_accent);
}

.koboConsultationForm .wpcf7-spinner {
	position: absolute;
	top: 50%;
	right: 12px;
	margin: 0;
	transform: translateY(-50%);
}

.koboConsultationForm .wpcf7-not-valid-tip {
	margin-top: 4px;
	color: #a33;
	font-size: 10px;
	line-height: 1.4;
}

.koboConsultationForm .wpcf7-response-output {
	grid-column: 1 / -1;
	margin: 14px 0 0;
	padding: 10px 12px;
	font-size: 11px;
	line-height: 1.5;
}

.koboConsultationForm .wpcf7 form.invalid .wpcf7-response-output,
.koboConsultationForm .wpcf7 form.unaccepted .wpcf7-response-output,
.koboConsultationForm .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #a33;
}

.koboConsultationForm .koboConsultationForm__field>p {
	margin-bottom: 0 !important;
	margin: 0 !important;
}


@media (max-width: 767px) {

	.koboConsultationForm__grid {
		grid-template-columns: 1fr;
	}

	.koboConsultationForm__field--full {
		grid-column: 1;
	}

}

/* ============================================================
  KOBO Services
  ============================================================ */

.koboServices {
	/* width: 100%; */
	padding: 0 0 40px;
	overflow: hidden;
	margin: 100px 20px;
}

/* =====================================================
	 SERVICE ITEM
  ===================================================== */

.koboServiceItem {
	position: relative;
	width: 100%;
	min-height: 720px;
	display: flex;
	align-items: stretch;
	overflow: visible;
}

.koboServiceItem+.koboServiceItem {
	margin-top: 150px;
}

/* =====================================================
	 BACKGROUND IMAGE
  ===================================================== */

.koboServiceItem__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
}

.koboServiceItem__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: scale(1);
	transition: transform 0.9s ease;
}

.koboServiceItem:hover .koboServiceItem__image {
	transform: scale(1.03);
}

/* =====================================================
	 CONTENT
  ===================================================== */

.koboServiceItem__content {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	width: min(calc(100% - 80px), 1180px);
	min-height: 560px;
	margin: 0 auto;
}

.koboServiceItem__contentInner {
	width: 100%;
	max-width: 100%;
	margin-right: 0;
	margin-left: 0;
	padding: 60px 70px;
	min-height: 350px;
	background: rgb(247 246 240 / 82%);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);

	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	margin: 40px 0;
}

/* =====================================================
	 TYPOGRAPHY
  ===================================================== */

.koboServiceItem__title {
	margin: 0 0 18px;
	color: var(--kobo_color_black);
	font-family: var(--kobo_font_heading);
	font-size: 30px;
	font-weight: 400;
	line-height: 1.15;
	width: 100%;
}

.koboServiceItem__text {
	color: var(--kobo_color_black);
	font-family: var(--kobo_font_body);
	font-size: 14px;
	line-height: 1.7;
	max-width: 80%;
}

.koboServiceItem__text p:first-child {
	margin-top: 0;
}

.koboServiceItem__text p:last-child {
	margin-bottom: 0;
}

/* =====================================================
	 DIVIDER LINE
  ===================================================== */

.koboServiceItem:not(:last-child)::after {
	content: "";
	position: absolute;
	z-index: 10;
	left: 50%;
	bottom: -125px;
	display: block;
	width: 1px;
	height: 100px;
	background: var(--kobo_color_line);
	transform: translateX(-50%);
	pointer-events: none;
}

/* =====================================================
	 TABLET
  ===================================================== */

@media (max-width: 991px) {

	.koboServiceItem {
		min-height: 520px;
	}

	.koboServiceItem+.koboServiceItem {
		margin-top: 80px;
	}

	.koboServiceItem__content {
		width: calc(100% - 40px);
		min-height: 520px;
	}

	.koboServiceItem__contentInner {
		width: 560px;
		margin-left: 20px;
		padding: 50px;
	}

	.koboServiceItem:not(:last-child)::after {
		bottom: -60px;
		height: 40px;
	}
}

/* =====================================================
	 MOBILE
  ===================================================== */

@media (max-width: 600px) {

	.koboServices {
		padding-bottom: 25px;
	}

	.koboServiceItem {
		min-height: 420px;
	}

	.koboServiceItem+.koboServiceItem {
		margin-top: 60px;
	}

	.koboServiceItem__content {
		width: calc(100% - 30px);
		min-height: 420px;
	}

	.koboServiceItem__contentInner {
		width: 100%;
		margin: 0;
		padding: 30px 25px;
		background: rgb(247 246 240 / 87%);
	}

	.koboServiceItem__title {
		font-size: 24px;
	}

	.koboServiceItem__text {
		font-size: 13px;
		line-height: 1.6;
	}

	.koboServiceItem:not(:last-child)::after {
		bottom: -45px;
		height: 30px;
	}
}

/* =====================================================
	 REDUCED MOTION
  ===================================================== */

@media (prefers-reduced-motion: reduce) {

	.koboServiceItem__image {
		transition: none;
	}
}


.koboAboutSection2 {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 720px;
	overflow: hidden;
	background: var(--kobo_color_black);
}

/* =====================================================
	 MEDIA
  ===================================================== */

.koboAboutSection2__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
}

.koboAboutSection2__image,
.koboAboutSection2__video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.koboAboutSection2__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: rgb(0 0 0 / 8%);
	pointer-events: none;
}

/* =====================================================
	 INNER
  ===================================================== */

.koboAboutSection2__inner {
	position: relative;
	z-index: 2;
	width: min(1400px, calc(100% - 80px));
	margin: 0 auto;
	padding: 100px 0;
}

.koboAboutSection2__content {
	width: min(100%, 1000px);
	margin: 0 auto;
	padding: 45px 55px;
	background: rgb(247 246 240 / 84%);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}

/* =====================================================
	 TYPOGRAPHY
  ===================================================== */

.koboAboutSection2__title {
	margin: 0 0 22px;
	color: var(--kobo_color_black);
	font-family: var(--kobo_font_heading);
	font-size: 22px;
	font-weight: 400;
	line-height: 1.2;
}

.koboAboutSection2__text {
	max-width: 760px;
	color: var(--kobo_color_black);
	font-family: var(--kobo_font_body);
	font-size: 16px;
	line-height: 1.25;
}

.koboAboutSection2__text> :first-child {
	margin-top: 0;
}

.koboAboutSection2__text> :last-child {
	margin-bottom: 0;
}

.koboAboutSection2__link {
	margin-top: 28px;
}

/* =====================================================
	 TABLET
  ===================================================== */

@media (max-width: 991px) {

	.koboAboutSection2 {
		min-height: 620px;
	}

	.koboAboutSection2__inner {
		width: min(100% - 40px, 1400px);
		padding: 75px 0;
	}

	.koboAboutSection2__content {
		padding: 40px;
	}

	.koboAboutSection2__text {
		font-size: 15px;
		line-height: 1.4;
	}
}

/* =====================================================
	 MOBILE
  ===================================================== */

@media (max-width: 600px) {

	.koboAboutSection2 {
		min-height: 560px;
	}

	.koboAboutSection2__inner {
		width: calc(100% - 30px);
		padding: 55px 0;
	}

	.koboAboutSection2__content {
		padding: 30px 25px;
		background: rgb(247 246 240 / 88%);
	}

	.koboAboutSection2__title {
		font-size: 21px;
	}

	.koboAboutSection2__text {
		font-size: 14px;
		line-height: 1.5;
	}
}


.koboAboutSection3 {
	position: relative;
	width: 100%;
}

/* =====================================================
	 HERO / MEDIA
  ===================================================== */

.koboAboutSection3__media {
	position: relative;
	width: 100%;
	height: 640px;
	overflow: hidden;
	background: var(--kobo_color_black);
}

.koboAboutSection3__image,
.koboAboutSection3__video {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}


.koboAboutSection3__overlay {
	position: absolute;
	inset: 0 0 auto;
	z-index: 1;
	width: 100%;
	height: 640px;
	background: linear-gradient(to bottom,
			rgb(0 0 0 / 16%) 0%,
			rgb(0 0 0 / 5%) 55%,
			rgb(0 0 0 / 30%) 100%);
	pointer-events: none;
}

/* =====================================================
	 TITLE OVER IMAGE
  ===================================================== */

.koboAboutSection3__heroInner {
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 2;
	/* display: flex; */
	/* align-items: flex-end; */
	width: 100%;
	/* height: 640px; */
	/* padding-bottom: 30px; */
	/* transform: translateX(-50%); */
	/* pointer-events: none; */
}

.koboAboutSection3__title {
	max-width: 420px;
	color: #fff;
	font-family: var(--kobo_font_heading);
	font-size: clamp(22px, 2.2vw, 34px);
	font-weight: 400;
	line-height: 1.05;
	text-shadow: 0 1px 12px rgb(0 0 0 / 25%);
}

.koboAboutSection3__title> :first-child {
	margin-top: 0;
}

.koboAboutSection3__title> :last-child {
	margin-bottom: 0;
}

/* =====================================================
	 BOTTOM CONTENT
  ===================================================== */

.koboAboutSection3__bottom {
	width: 100%;
	border-bottom: 1px solid var(--kobo_color_line);
}

.koboAboutSection3__bottomInner {
	/* width: min(1400px, calc(100% - 80px)); */
	margin: 0 auto;
	padding: 38px 0 44px;
}

.koboAboutSection3__text {
	font-family: var(--kobo_font_heading);
	font-size: var(--kobo_font_size_headings);
	margin: 0 20px;
	max-width: 65%;
}

.koboAboutSection3__text> :first-child {
	margin-top: 0;
}

.koboAboutSection3__text> :last-child {
	margin-bottom: 0;
}

.koboAboutSection3__link {
	margin-top: 28px;
}

/* =====================================================
	 TABLET
  ===================================================== */

@media (max-width: 991px) {

	.koboAboutSection3__media,
	.koboAboutSection3__overlay,
	.koboAboutSection3__heroInner {
		height: 480px;
	}

	.koboAboutSection3__heroInner,
	.koboAboutSection3__bottomInner {
		width: calc(100% - 40px);
	}

	.koboAboutSection3__heroInner {
		padding-bottom: 25px;
	}

	.koboAboutSection3__bottomInner {
		padding: 32px 0 38px;
	}

	.koboAboutSection3__text {
		font-size: 15px;
	}
}

/* =====================================================
	 MOBILE
  ===================================================== */

@media (max-width: 600px) {

	.koboAboutSection3__media,
	.koboAboutSection3__overlay,
	.koboAboutSection3__heroInner {
		height: 400px;
	}

	.koboAboutSection3__heroInner,
	.koboAboutSection3__bottomInner {
		width: calc(100% - 30px);
	}

	.koboAboutSection3__heroInner {
		padding-bottom: 20px;
	}

	.koboAboutSection3__title {
		max-width: 280px;
		font-size: 24px;
	}

	.koboAboutSection3__bottomInner {
		padding: 26px 0 34px;
	}

	.koboAboutSection3__text {
		font-size: 14px;
		line-height: 1.6;
	}
}

/* ============================================================
	KOBO
	============================================================ */

.koboslider_sview_title h1 {
	color: #FFF;
	font-family: var(--kobo_font_heading);
	font-weight: var(--kobo_font_weight);
	font-size: var(--kobo_font_size_headings);
}
.koboslider_sview_subtitle {
	color: #FFF;
}

.koboCaseStudyItems {
	/* width: min(1400px, calc(100% - 80px)); */
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid var(--kobo_color_line);
	padding: 0 20px;
}

/* =====================================================
   ITEM
===================================================== */

.koboCaseStudyItem {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 500px;
	border-bottom: 1px solid var(--kobo_color_line);
}

.koboCaseStudyItem::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 1px;
	background: var(--kobo_color_line);
	transform: translateX(-50%);
	pointer-events: none;
}

/* =====================================================
   MEDIA
===================================================== */

.koboCaseStudyItem__media {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	padding: 55px 70px;
	overflow: hidden;
}

.koboCaseStudyItem__image,
.koboCaseStudyItem__video {
	display: block;
	width: 100%;
	max-width: 520px;
	/* height: 360px; */
	object-fit: cover;
	object-position: center;
}
.koboCaseStudyItem__image_ish{
	display: block;
	width: 100%;
	max-width: 520px;
	height: 420px;
	object-fit: cover;
	object-position: center;
}

.koboCaseStudyItem__video {
	background: var(--kobo_color_black);
}
.koboCaseStudyItem__video_ish{
	display: block;
	width: 100%;
	max-width: 520px;
	height: 420px;
	object-fit: cover;
	object-position: center;
	background: var(--kobo_color_black);
}

/* =====================================================
   CONTENT
===================================================== */

.koboCaseStudyItem__content {
	display: flex;
	align-items: center;
	min-width: 0;
	padding: 55px 70px;
}

.koboCaseStudyItem__contentInner {
	width: min(100%, 470px);
	margin: 0 auto;
}

.koboCaseStudyItem__title {
	margin: 0 0 15px;
	color: var(--kobo_color_black);
	font-family: var(--kobo_font_heading);
	font-size: clamp(28px, 3vw, 48px);
	font-weight: 400;
	line-height: 1.05;
}

.koboCaseStudyItem__subtitle {
	margin: 0 0 20px;
	color: var(--kobo_color_black);
	font-family: var(--kobo_font_body);
	font-size: 14px;
	line-height: 1.55;
}

.koboCaseStudyItem__text {
	color: var(--kobo_color_black);
	font-family: var(--kobo_font_body);
	font-size: 14px;
	line-height: 1.65;
}

.koboCaseStudyItem__subtitle> :first-child,
.koboCaseStudyItem__text> :first-child {
	margin-top: 0;
}

.koboCaseStudyItem__subtitle> :last-child,
.koboCaseStudyItem__text> :last-child {
	margin-bottom: 0;
}

/* =====================================================
   LEFT IMAGE
===================================================== */

.koboCaseStudyItem--left_image .koboCaseStudyItem__media {
	grid-column: 1;
	grid-row: 1;
}

.koboCaseStudyItem--left_image .koboCaseStudyItem__content {
	grid-column: 2;
	grid-row: 1;
}

/* =====================================================
   RIGHT IMAGE
===================================================== */

.koboCaseStudyItem--right_image .koboCaseStudyItem__media {
	grid-column: 2;
	grid-row: 1;
}

.koboCaseStudyItem--right_image .koboCaseStudyItem__content {
	grid-column: 1;
	grid-row: 1;
}

/* =====================================================
   NO IMAGE
===================================================== */

.koboCaseStudyItem--no_image {
	/* display: block; */
	min-height: auto;
}

.koboCaseStudyItem--no_image::before {
	display: none;
}

.koboCaseStudyItem--no_image .koboCaseStudyItem__content {
	/* width: 100%;
	padding: 55px 10px; */
}

.koboCaseStudyItem--no_image .koboCaseStudyItem__contentInner {
	/* width: 100%;
	max-width: none;
	margin: 0; */
}

.koboCaseStudyItem--no_image .koboCaseStudyItem__title {
	max-width: 800px;
}

.koboCaseStudyItem--no_image .koboCaseStudyItem__subtitle,
.koboCaseStudyItem--no_image .koboCaseStudyItem__text {
	max-width: 1050px;
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {

	.koboCaseStudyItems {
		width: calc(100% - 40px);
	}

	.koboCaseStudyItem {
		min-height: 430px;
	}

	.koboCaseStudyItem__media,
	.koboCaseStudyItem__content {
		padding: 45px 35px;
	}

	.koboCaseStudyItem__image,
	.koboCaseStudyItem__video {
		height: 300px;
	}

	.koboCaseStudyItem--no_image .koboCaseStudyItem__content {
		padding: 45px 0;
	}
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 700px) {

	.koboCaseStudyItems {
		width: calc(100% - 30px);
	}

	.koboCaseStudyItem,
	.koboCaseStudyItem--left_image,
	.koboCaseStudyItem--right_image {
		display: flex;
		flex-direction: column;
		min-height: 0;
	}

	.koboCaseStudyItem::before {
		display: none;
	}

	.koboCaseStudyItem__media,
	.koboCaseStudyItem__content,
	.koboCaseStudyItem--left_image .koboCaseStudyItem__media,
	.koboCaseStudyItem--left_image .koboCaseStudyItem__content,
	.koboCaseStudyItem--right_image .koboCaseStudyItem__media,
	.koboCaseStudyItem--right_image .koboCaseStudyItem__content {
		width: 100%;
		padding: 35px 0;
	}

	.koboCaseStudyItem__media {
		order: 1;
		padding-bottom: 15px;
	}

	.koboCaseStudyItem__content {
		order: 2;
		padding-top: 20px;
	}

	.koboCaseStudyItem__image,
	.koboCaseStudyItem__video {
		max-width: none;
		height: 300px;
	}

	.koboCaseStudyItem__contentInner {
		width: 100%;
		max-width: none;
	}

	.koboCaseStudyItem__title {
		font-size: 30px;
	}

	.koboCaseStudyItem--no_image .koboCaseStudyItem__content {
		padding: 35px 0;
	}
}

/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {

	.koboCaseStudyItem__image,
	.koboCaseStudyItem__video {
		height: 240px;
	}

	.koboCaseStudyItem__title {
		font-size: 26px;
	}

	.koboCaseStudyItem__subtitle,
	.koboCaseStudyItem__text {
		font-size: 13px;
	}
}

/* =====================================================
   PROPERTY FILTERS
===================================================== */

.koboProperties__filterWrap {
	width: min(1400px, calc(100% - 80px));
	margin: 70px auto 45px;
}

.koboPropertiesFilter {
	display: grid;
	grid-template-columns:
		minmax(220px, 1.4fr) repeat(3, minmax(160px, 0.8fr)) auto;
	gap: 12px;
	align-items: stretch;
	padding: 20px;
	border: 1px solid var(--kobo_color_line);
}

.koboPropertiesFilter__field {
	min-width: 0;
}

.koboPropertiesFilter__input,
.koboPropertiesFilter__select {
	display: block;
	width: 100%;
	height: 52px;
	margin: 0;
	padding: 0 16px !important;
	border: 1px solid var(--kobo_color_line) !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: var(--kobo_color_black) !important;
	font-family: var(--kobo_font_body) !important;
	font-size: 13px !important;
	box-shadow: none;
	outline: none;
}

.koboPropertiesFilter__input:focus,
.koboPropertiesFilter__select:focus {
	border-color: var(--kobo_color_accent);
}

.koboPropertiesFilter__actions {
	display: flex;
	gap: 15px;
	align-items: center;
}

.koboPropertiesFilter__submit {
	height: 52px;
	margin: 0;
	white-space: nowrap;
	cursor: pointer;
}

.koboPropertiesFilter__reset {
	color: var(--kobo_color_black);
	font-family: var(--kobo_font_body);
	font-size: 12px;
	text-decoration: underline;
	text-underline-offset: 4px;
	white-space: nowrap;
}

.koboProperties__resultsMeta {
	width: min(1400px, calc(100% - 80px));
	margin: 0 auto 25px;
	color: var(--kobo_color_black);
	font-family: var(--kobo_font_body);
	font-size: 13px;
	text-align: center;
}

/* =====================================================
   PAGINATION
===================================================== */

.koboPropertiesPagination {
	width: min(1400px, calc(100% - 80px));
	margin: 60px auto 0;
	display: flex;
	justify-content: center;
}

.koboPropertiesPagination .page-numbers {
	margin: 0;
	padding: 0;
	list-style: none;
}

.koboPropertiesPagination .page-numbers li {
	display: inline-block;
	margin: 0 5px 5px 0;
}

.koboPropertiesPagination a.page-numbers,
.koboPropertiesPagination span.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 12px;
	border: 1px solid var(--kobo_color_line);
	color: var(--kobo_color_black);
	font-family: var(--kobo_font_body);
	font-size: 13px;
	text-decoration: none;
	transition:
		background-color 0.25s ease,
		color 0.25s ease,
		border-color 0.25s ease;
}

.koboPropertiesPagination a.page-numbers:hover,
.koboPropertiesPagination span.page-numbers.current {
	border-color: var(--kobo_color_accent);
	background: var(--kobo_color_accent);
	color: #fff;
}

.koboProperties__noResults {
	width: min(1400px, calc(100% - 80px));
	margin: 40px auto 80px;
	text-align: center;
}

/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 1100px) {

	.koboPropertiesFilter {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.koboPropertiesFilter__field--search {
		grid-column: 1 / -1;
	}

	.koboPropertiesFilter__actions {
		grid-column: 1 / -1;
	}
}

@media (max-width: 700px) {

	.koboProperties__filterWrap,
	.koboProperties__resultsMeta,
	.koboPropertiesPagination,
	.koboProperties__noResults {
		width: calc(100% - 30px);
	}

	.koboPropertiesFilter {
		grid-template-columns: 1fr;
		padding: 15px;
	}

	.koboPropertiesFilter__field--search,
	.koboPropertiesFilter__actions {
		grid-column: auto;
	}

	.koboPropertiesFilter__actions {
		flex-wrap: wrap;
	}
}

/* =========================================================
   CONTACT PAGE
========================================================= */

.koboncont {
	width: min(100%, 900px);
	margin: 100px auto 70px;
	text-align: center;
}

.kobogcontTitle h1 {
	margin: 0 0 24px;
	font-size: clamp(42px, 6vw, 84px);
	line-height: 1;
	font-weight: 400;
}

.kobogcontText {
	max-width: 720px;
	margin: 0 auto;
	font-size: 17px;
	line-height: 1.8;
}

.kobogcontText>*:last-child {
	margin-bottom: 0;
}


/* Contact information */

.kobonconta {
	width: min(100%, 1200px);
	margin: 0 auto 100px;
	padding: 70px;
	background: var(--kobo_color_light, #f3eee7);
}

.koboncontaL {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 55px;
}

.koboContS {
	position: relative;
}

.koboContSTitle {
	margin-bottom: 20px;
	padding-bottom: 14px;
	border-bottom: 1px solid rgb(0 0 0 / 15%);
	font-size: 13px;
	line-height: 1.3;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.koboContSDat {
	margin-bottom: 9px;
	font-size: 16px;
	line-height: 1.6;
}

.koboContSDat:last-child {
	margin-bottom: 0;
}

.koboContSDat a {
	color: inherit;
	text-decoration: none;
	transition:
		opacity 0.25s ease,
		color 0.25s ease;
}

.koboContSDat a:hover {
	opacity: 0.65;
}


/* Social icons */

.kobocontSocial {
	grid-column: 1 / -1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
	padding-top: 10px;
}

.kobocontSocialS {
	display: flex;
}

.kobocontSocialS a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1px solid currentColor;
	border-radius: 50%;
	color: inherit;
	font-size: 16px;
	text-decoration: none;
	transition:
		background-color 0.25s ease,
		color 0.25s ease,
		transform 0.25s ease;
}

.kobocontSocialS a:hover {
	background: var(--kobo_color_black, #1c1c1c);
	color: #fff;
	transform: translateY(-3px);
}

.kobocontSocialS a:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 4px;
}


/* Form section */

.koboncontb {
	width: min(100%, 900px);
	margin: 0 auto 120px;
}

.koboncontbTitle {
	margin-bottom: 45px;
	text-align: center;
	font-size: clamp(32px, 4vw, 54px);
	line-height: 1.1;
	font-weight: 400;
}

.koboncontbForm {
	width: 100%;
}

.koboncontbForm .wpcf7-form {
	/* display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 25px 30px; */
}

.koboncontbForm .wpcf7-form>p {
	margin: 0;
}

.koboncontbForm .wpcf7-form>p:last-of-type,
.koboncontbForm .wpcf7-response-output {
	grid-column: 1 / -1;
}

.koboncontbForm label {
	display: block;
	width: 100%;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.koboncontbForm .wpcf7-form-control-wrap {
	display: block;
	margin-top: 9px;
}

.koboncontbForm input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.koboncontbForm select,
.koboncontbForm textarea {
	width: 100%;
	min-height: 52px;
	padding: 12px 0;
	border: 0;
	border-bottom: 1px solid rgb(0 0 0 / 25%);
	border-radius: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	box-shadow: none;
	transition: border-color 0.25s ease;
}

.koboncontbForm textarea {
	min-height: 140px;
	resize: vertical;
}

.koboncontbForm input:focus,
.koboncontbForm select:focus,
.koboncontbForm textarea:focus {
	outline: 0;
	border-color: currentColor;
}

.koboncontbForm .wpcf7-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 180px;
	min-height: 50px;
	padding: 13px 35px;
	border: 1px solid var(--kobo_color_black, #1c1c1c);
	border-radius: 0;
	background: var(--kobo_color_black, #1c1c1c);
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	cursor: pointer;
	transition:
		background-color 0.25s ease,
		color 0.25s ease;
}

.koboncontbForm .wpcf7-submit:hover {
	background: transparent;
	color: var(--kobo_color_black, #1c1c1c);
}

.koboncontbForm .wpcf7-not-valid-tip {
	margin-top: 6px;
	font-size: 12px;
	text-transform: none;
}

.koboncontbForm .wpcf7-response-output {
	margin: 20px 0 0 !important;
	padding: 15px 18px !important;
	font-size: 14px;
	line-height: 1.5;
}
1
/* ==========================================================
   KOBO Contact Form
========================================================== */

.koboContactForm__row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px;
	margin-bottom: 10px;
}

.koboContactForm__col,
.koboContactForm__colFull {
	width: 100%;
}

.koboContactForm__colFull {
	grid-column: 1 / -1;
}

.koboContactForm__row label {
	display: block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--kobo_color_black);
}

.koboContactForm__row .wpcf7-form-control-wrap {
	display: block;
	margin-top: 10px;
}

.koboContactForm__row input:not([type="checkbox"]):not([type="radio"]),
.koboContactForm__row textarea {
	width: 100%;
	padding: 14px 0;
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .18);
	border-radius: 0;
	box-shadow: none;
	font-size: 15px;
	transition: border-color .25s ease;
}

.koboContactForm__row input:focus,
.koboContactForm__row textarea:focus {
	outline: 0;
	border-bottom-color: var(--kobo_color_black);
}

.koboContactForm__row textarea {
	min-height: 180px;
	resize: vertical;
}

.koboContactForm__row .wpcf7-acceptance {
	display: block;
}

.koboContactForm__row .wpcf7-list-item {
	margin: 0;
}

.koboContactForm__row .wpcf7-list-item label {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
	line-height: 1.6;
	cursor: pointer;
}

.koboContactForm__row input[type="checkbox"] {
	margin-top: 3px;
	flex-shrink: 0;
}

.koboContactForm__submit {
	margin-top: 0;
}

.koboContactForm__submit .wpcf7-submit {
	min-width: 220px;
}

.koboContactForm__row a {
	color: var(--kobo_color_black);
	text-decoration: underline !important;
}

@media (max-width:767px) {

	.koboContactForm__row {
		grid-template-columns: 1fr;
		gap: 22px;
		margin-bottom: 22px;
	}

	.koboContactForm__colFull {
		grid-column: auto;
	}

	.koboContactForm__submit .wpcf7-submit {
		width: 100%;
	}

}



/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

	.koboncont {
		margin-top: 70px;
	}

	.kobonconta {
		padding: 50px 40px;
	}

	.koboncontaL {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 45px 35px;
	}

}

@media (max-width: 767px) {

	.koboncont {
		margin: 55px auto 50px;
		text-align: left;
	}

	.kobonconta {
		margin-bottom: 70px;
		padding: 40px 25px;
	}

	.koboncontaL {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.kobocontSocial {
		grid-column: auto;
		justify-content: flex-start;
		padding-top: 0;
	}

	.koboncontb {
		margin-bottom: 80px;
	}

	.koboncontbTitle {
		margin-bottom: 35px;
		text-align: left;
	}

	.koboncontbForm .wpcf7-form {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.koboncontbForm .wpcf7-form>p:last-of-type,
	.koboncontbForm .wpcf7-response-output {
		grid-column: auto;
	}

}

@media (max-width: 480px) {

	.kobonconta {
		padding: 35px 20px;
	}

	.kobocontSocialS a {
		width: 40px;
		height: 40px;
	}

}

/* ============================================================
  KOBO Press
  ============================================================ */

.koboPressGrid {
	width: 95%;
	margin: 40px auto;
	max-width: 1200px;
}

.koboPressItem {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	padding: 30px 0;
	border-bottom: 1px solid var(--kobo_color_line);
}

.koboPressMeta {
	flex: 1;
}

.koboPressInfo {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 8px;
	font-family: var(--kobo_font_body);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--kobo_color_accent);
}

.koboPressSource {
	display: inline-flex;
	align-items: center;
}

.koboPressDate {
	display: inline-flex;
	align-items: center;
	opacity: 0.65;
}

.koboPressDate::before {
	content: "";
	width: 18px;
	height: 1px;
	background: currentColor;
	margin-right: 10px;
	opacity: 0.6;
}

.koboPressTitle {
	font-family: var(--kobo_font_heading);
	font-size: var(--kobo_font_size_headings);
	font-weight: 400;
	line-height: 1.15;
	color: var(--kobo_color_black);
	margin: 0;
}

.koboPressLink {
	flex-shrink: 0;
}

.koboPressLink a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: var(--kobo_font_body);
	font-size: var(--kobo_font_size_btn);
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--kobo_color_black);
	text-decoration: none;
	transition: opacity 0.25s ease;
}

.koboPressLink a::after {
	content: "↗";
	font-size: 16px;
	line-height: 1;
}

.koboPressLink a:hover {
	opacity: 0.55;
}

@media (max-width: 767px) {

	.koboPressItem {
		align-items: flex-start;
		flex-direction: column;
		gap: 18px;
		padding: 24px 0;
	}

	.koboPressTitle {
		font-size: 23px;
	}

}

/* ============================================================
  KOBO LANG SW
  ============================================================ */

.kobotoplang {
	margin-top: -5px;
}
/* html[lang="el"] .kobotoplang  {
	  right: 130px;
  } */
.lang-switcher {
	position: relative;
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
/* Current Language (main button) */
.lang-switcher>li {
	background: transparent;
	color: #FFF;
	border: 1px solid #FFFF;
	padding: 6px 10px;
	cursor: pointer;
	text-transform: uppercase;
	position: relative;
}
.hasnt-overlay-header .lang-switcher>li,
.is-sticky .lang-switcher>li {
	color: #FFF;
	border: 1px solid var(--kobo_color_gold);
	background: var(--kobo_color_gold);
}
/* Remove link underline */
.lang-switcher a {
	color:  var(--kobo_color_black);
	text-decoration: none;
	display: block;
}

/* Dropdown (hidden by default) */
.lang-switcher .lang-submenu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 80px;
	background: #fff;
	border: 1px solid #ddd;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 999;
}

/* Dropdown items */
.lang-switcher .lang-submenu li {
	padding: 8px 12px;
	border-bottom: 1px solid #eee;
	text-transform: uppercase;
}

.lang-switcher .lang-submenu li:last-child {
	border-bottom: none;
}

.lang-switcher .lang-submenu li:hover {
	background: #f0f0f0;
}

/* Show dropdown on hover */
.lang-switcher>li:hover .lang-submenu {
	display: block;
}

/* ============================================================
  KOBO Map
  ============================================================ */
  
.koboFooterMap {
	  position: relative;
	  width: 90%;
	  margin: 0 auto;
  }
  
  .koboFooterMap__inner {
	  position: relative;
	  width: 100%;
	  max-width: 1400px;
	  margin: 0 auto;
  }
  
  .koboFooterMap__image {
	  display: block;
	  width: 100%;
	  height: auto;
  }
  
  .koboFooterMap__poi {
	  position: absolute;
	  transform: translate(-50%, -50%);
	  z-index: 5;
	  text-decoration: none;
  }
  
  .koboFooterMap__dot {
	  display: block;
	  width: 10px;
	  height: 10px;
	  border-radius: 50%;
	  background: #000;
	  transition: transform .2s ease;
  }
  
  .koboFooterMap__tooltip {
	  position: absolute;
	  left: 50%;
	  bottom: calc(100% + 10px);
  
	  transform: translateX(-50%) translateY(6px);
  
	  padding: 7px 10px;
  
	  background: #000;
	  color: #fff;
  
	  font-size: 12px;
	  line-height: 1;
	  white-space: nowrap;
  
	  opacity: 0;
	  visibility: hidden;
	  pointer-events: none;
  
	  transition:
		  opacity .2s ease,
		  transform .2s ease,
		  visibility .2s ease;
  }
  
  .koboFooterMap__poi:hover .koboFooterMap__tooltip,
  .koboFooterMap__poi:focus .koboFooterMap__tooltip {
	  opacity: 1;
	  visibility: visible;
	  transform: translateX(-50%) translateY(0);
  }
  
  .koboFooterMap__poi:hover .koboFooterMap__dot,
  .koboFooterMap__poi:focus .koboFooterMap__dot {
	  transform: scale(1.4);
  }
  
  @media (max-width: 767px) {
  
	  .koboFooterMap__dot {
		  width: 12px;
		  height: 12px;
	  }
  
	  .koboFooterMap__tooltip {
		  font-size: 11px;
		  padding: 6px 8px;
	  }
  
  }  
  
.kobofText{
	max-width: 1200px;
	margin: 30px auto;
}
.kobofText ul,
.kobofText ol{
	margin: 0 40px 40px;
}
.kobofText li{
	list-style-type: disc;
}
.kobofText a{
	color: var(--kobo_color_black);
	text-decoration: none !important;
}

/* koboen */

/* laptop */
@media (max-width: 1500px) {
	#sidr-main ul {
		margin: 5% 5% 0 40px;
	}
	.kobotop {
		font-size: 13px;
	}
	.kobotoplang {
		margin-top: -9px;
	}

}
/* mobile */
@media (max-width: 767px) {
	:root {
		--kobo_font_size_body: 16px;
		--kobo_font_size_bigheadings: 28px;
		--kobo_font_size_headings: 18px;
		--kobo_font_size_rowheadings: 16px;
		--kobo_font_size_btn: 13px;
		--kobo_font_title_sz: 20px;
		--kobo_slider_height: 450px !important;
	}
	.header-one #site-logo,
	.is-sticky .header-one #site-logo {
		margin: 0 auto;
	}
	.homeslider {
		padding: 0;
	}
	.kobotop {
		right: 0;
		left: 0;
		top: 23px;
		gap: 22px;
		justify-content: center;
		text-align: center;
		font-size: 11px;
	}
	.is-sticky .kobotop {
		display: none;
	}
	.scrollD {
		display: none;
	}
	#site-logo img {
		max-width: 200px;
	}
	#sidr-main .wpex-mobile-menu-bottom {
		display: none;
	}
	.kobomobdata {
		gap: 20px;
		flex-wrap: wrap;
	}
	.sidr-class-menu-portal-container {
		width: 100% !important;
	}
	.koboselInner {
		max-width: 90%;
	}
	.koboFooterInner {
		grid-template-columns: 1fr;
	}
	.koboFooterLInner {
		grid-template-columns: 1fr;
	}
	.koboFooter {
		max-width: 90%;
		margin: 0 auto;
	}
	.koboFooterText {
		max-width: 100%;
	}
	.koboFooterLInnerR {
		padding-top: 20px;
	}
	.koboFooterBottom {
		grid-template-columns: 1fr;
		padding-bottom: 70px;
	}
	.copyrights {
		order: 2;
	}
	.kobometaInner {
		max-width: 85%;
	}
	.koboProperties__filterWrap {
		margin: 0 auto 45px;
	}
	.kobotoplang {
		margin-top: -3px;
	}
	#koboslider_controls {
		bottom: 15px;
		right: 15px;
	}
	.koboFooterMap { 
		width: 100%; 
	}
	.koboFooterR {
		border-left: 0;
	}
}