@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

html, body{
	font-size: 14px;
	line-height: 1.6rem;
	letter-spacing: normal;
	scrollbar-width: none;
    -ms-overflow-style: none;
}

#sp-cookie-banner {
	z-index: 101;
}

.sp-modal {
	z-index: 102;
}

b {
	color: #014187;
}

.item-image {
	width: 110px;
}

.fen.disabled {
	margin-top: 15px;
}

html, body:has(.sp-main-wrapper) {
	display: flex;
	flex-direction: column;
}

#sp-main-content:has(.sp-main-wrapper) {
	overflow-y: auto;
}

#sp-main-content {
	flex: 1;
}

.sp-flex:has(.disabled) {
	margin: 0 !important;
}

*:disabled {
	color: #b2b2b2;
}

.fen-helper {
	color: #6d6d6d;
}

.fen-label, .main-fen-label {
	color: #6d6d6d;
}

.fen-title, .des-title {
	color: #6d6d6d;
}


.sp-products {
	padding: 0 calc(30px*5);
	display: flex;
	gap: calc(15px*1);
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
	mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
	cursor: grab;
}

.sp-products:active {
	cursor: grabbing;
}

.sp-products::-webkit-scrollbar {
	display: none;
}

.sp-product {
	background: #fff;
	border-radius: calc(5px*0.5);
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: box-shadow .2s ease;
	flex: 1 0 220px;
	scroll-snap-align: start;
}

.sp-product:hover {
	box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}

.sp-product-img-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1;
	overflow: hidden;
	background: #fff;
	padding: calc(5px*1);
}

.sp-product-img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	transition: transform .3s ease;
}

.sp-product:hover .sp-product-img {
	transform: scale(1.03);
}

.sp-product-body {
	padding: calc(15px*0.6) calc(15px*0.8);
	display: flex;
	flex-direction: column;
	flex: 1;
	border-top: 1px solid #eee;
}

.sp-product-brand-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: calc(5px*0.4);
	gap: calc(5px*0.5);
}

.sp-product-brand-row > a {
	flex-shrink: 0;
}

.sp-product-brand-row img {
	height: 28px;
	width: auto;
	max-width: 100px;
	object-fit: contain;
}

.sp-product-price {
	color: #014187;
	font-size: 1.4rem;
	font-weight: 700;
	white-space: nowrap;
}

.sp-product-title {
	font-weight: 600;
	font-size: .95rem;
	margin-bottom: calc(5px*0.3);
}

.sp-product-title a {
	color: #000000;
	text-decoration: none;
}

.sp-product-title a:hover {
	color: #0294d0;
}

.sp-product-description {
	font-size: .82rem;
	color: #b2b2b2;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

@media only screen and (max-width: 1200px) {
	.sp-products {
		padding: 0 calc(30px*3);
	}
}

@media only screen and (max-width: 1024px) {
	.sp-products {
		padding: 0 calc(30px*2);
	}
}

@media only screen and (max-width: 600px) {
	.sp-products {
		padding: 0 calc(30px*1);
	}
	.sp-product {
		min-width: 180px;
	}
	.sp-product-price {
		font-size: 1.2rem;
	}
}

.sp-scrolling-menu{
	height: calc(30px*2.4);
}

.sp-coordinates{
	color: #fafafa;
	height: calc(30px*2.4);
	font-size: 0.9rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

@media only screen and (max-width: 1440px) {
	.sp-coordinates {
		position: static;
		transform: none;
	}
}

.sp-brand img{
	width: 50px;	
}

.brand-category{
	padding: 0 15px;
}

.sp-category{
	font-style: italic;
	
	text-transform: uppercase;
}

.sp-main-content-box-text{
	padding: 0 15px;
	margin-bottom: 15px;
	
}

.sp-block-title{
	font-size: 2.4rem;
	line-height: 2.6rem;
	width: 100%;
	text-transform: uppercase;
	margin-top: 15px;
	padding: 20px calc(30px*5);
	box-sizing: border-box;
}

.sp-article-teasers .sp-block-title{
	padding: 0;
}

.sp-block-title hr{
	margin-bottom: 0;
}

@media only screen and (max-width: 1200px) {
	.sp-block-title {
		padding: 20px calc(30px*3);
	}
}

@media only screen and (max-width: 1024px) {
	.sp-block-title {
		padding: 20px calc(30px*2);
	}
}

@media only screen and (max-width: 600px) {
	.sp-block-title {
		padding: 20px calc(30px*1);
		font-size: 1.6rem;
		line-height: 1.8rem;
	}
}

.sp-margin-b{
	margin-bottom: 0px;
}
.sp-brands {
  margin: 15px 0 60px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.sp-brands-track {
  display: flex;
  align-items: center;
  gap: 30px;
  width: max-content;
  animation: brandScroll 120s linear infinite;
}

.sp-brands-track:hover {
  animation-play-state: paused;
}

.sp-brands .sp-brand {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: grab;
}

.sp-brands .sp-brand img {
	width: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s;
}

.sp-brands .sp-brand img:hover {
  filter: grayscale(0%);
}

@keyframes brandScroll {
  0% {
	  transform: translateX(0);
  }
  100% {
	  transform: translateX(-50%);
  }
}

.sp-article-teaser:not(:last-child){
	margin-bottom: 0;
}


header{
	/*
	background-color: rgba(0,0,0,0.18);
	backdrop-filter: blur(12px);
	box-shadow: 0 1px 2px rgba(0,0,0,0.4);
	*/
	box-shadow: none;
	position: fixed;
	box-sizing: border-box;
	width: 100%;
	transition: background-color .5s ease-in-out,box-shadow .5s ease-in-out;
	padding: 15px calc(30px*5);
	height: auto;
	font-size: 1.2rem;
	font-weight: 500;
	z-index: 5;
}

h1 {
	
	font-size: 2.4rem;
	
	line-height: 3rem;
	letter-spacing: 0px;
	margin-bottom: 1rem;
}

h2 {
	
	font-size: 1.88rem;
	
	line-height: 3rem;
	letter-spacing: 0px;
	margin-bottom: 1rem !important;
	
}

h3 {
	
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.6rem;
	letter-spacing: 0px;
	margin-bottom: 1rem;
	color: #014187;
}

.sp-content-text-top, .sp-content-text-top-sub {
	top: 55%;
	transform: translateY(-55%);
	margin-left: 0;
	text-transform: unset;
	font-size: 3.5rem;
	letter-spacing: .1.7rem;
	/*		*/
	text-shadow: 0px 4px 5px #000;
}

.fen-title {
	color: #000000;
}

.sp-subscribertype-contact-box{
	background: unset;
}

.sp-subscribertype-main-content-top{
	width: 100%;
	margin: 20px 0 45px;
}

header.scrolling-header{
	background-color: rgba(0,0,0,0.18);
	backdrop-filter: blur(12px);
	box-shadow: 0 1px 2px rgba(0,0,0,0.4);
}

footer{
	position: relative;
	z-index: 1;
	overflow: hidden;
	font-weight: 500;
	letter-spacing: 1px;
	padding: calc(30px*1) calc(30px*5);
	width: 100%;
	box-sizing: border-box;
}

.howden:after {
	content:"";
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
	width:100%;
	height:100%;
	min-height:35rem;
	background-image:url(/static/images/howden.png);
	background-repeat:no-repeat;
	background-size:auto 100%;
	background-position:50%;
	opacity:.035;
	z-index:-1
}
/*
.sp-margin-t:has(input:disabled),
.sp-margin-t:has(textarea:disabled),
.sp-margin-t:has(select:disabled){
	margin:0;
}
*/
.des{
	padding-top: 15px;
}

.banner-primary{
	z-index: 25300;
}

.banner-alert{
	z-index: 25300;
}

.sp-footer-menu-title{
	
	font-size: 1.7rem;
	margin-right: calc(30px*2);
}

.sp-legal-menu-item{
	margin-left: 5px;
}


.sp-footer-content {
	min-width: unset;
}

a{
	color: #0294d0;
}

a.sp-res-menu-item > div:nth-child(2) {
  color: #000000;
  font-weight: 400;
}

.sp-res-menu{
	margin: calc(15px*1) 0;
}

div.sp-ets-contact-box:nth-child(1) > div:nth-child(3) > div:nth-child(1) > a:nth-child(1) {
	color: #000000;
	font-weight: normal;
}

div.sp-ets-contact-box:nth-child(2) > div:nth-child(3) > div:nth-child(1) > a:nth-child(1) {
	color: #000000;
	font-weight: normal;
}

div.sp-ets-contact-box:nth-child(3) > div:nth-child(3) > div:nth-child(1) > a:nth-child(1) {
	color: #000000;
	font-weight: normal;
}

div.sp-ets-contact-box:nth-child(4) > div:nth-child(3) > div:nth-child(1) > a:nth-child(1) {
	color: #000000;
	font-weight: normal;
}

.sp-hr {
  height: 4px;
  background: #97daf0;
  opacity: .2;
  width: 100%;
  margin: calc(15px*3) 0px;
}

@keyframes zoomOut {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.howden-cut-wrapper {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
}

.howden-cut {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x)*0.5);
  padding-left: calc(var(--bs-gutter-x)*0.5);
  max-width: calc(100% - var(--bs-gutter-x));
  aspect-ratio: 332/71;
  margin: 0 auto;
  -webkit-clip-path: url(#howden-logo-clip);
  clip-path: url(#howden-logo-clip);
  animation: zoomOut 0.7s cubic-bezier(.165,.84,.44,1) 0s 1 forwards;
  opacity: 1;
  background-color: hsla(0,0%,100%,.1);
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.howden-cut img {
  width: 170vw;
  display: block;
  position: absolute;
  top: 430%;
  left: -39%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
}

.sp-logo, .sp-footer-logo{
	max-height: calc(30px*2);
}

.sp-logo{
	transition: all ease-in 0.5s;
}

.for-you{
	transition: all ease-in 0.5s;
	max-height: calc(30px*1.1);
	margin-top: 16px;
}

.sp-login{
	padding-top: calc(30px*15) !important ;
	padding-bottom: calc(30px*14.5) !important ;
}
	
.sp-login-title{
	color: #014187;
}

.sp-content-image-top, .sp-content-image-top img{
	height: calc(30px*10);
}

.sp-main-content-content h1{
	text-transform: unset;
	text-align: left;
	font-size: 2.4rem;
}

.sp-main-content-top {
  text-align: center;
  padding: calc(30px*2.5) calc(30px*5);
  font-size: 1rem;
  line-height: 1.8rem;
}

.sp-menu-item{
	color: #fafafa;
	text-transform: unset;
}

.sp-menu-item-nested .sp-menu-item{
	color: #000000;
	margin: 0;
	line-height: 0.5rem;
}

.fen {
	font-size: 1.1rem;
}

.fen-radio-item {
	font-size: 1.1rem;
}

.sp-menu-item::after{
	content: "";
	width: 0;
	height: 2px;
	display: block;
	transition: color .5s ease-in-out;
}

.sp-menu-item:hover::after{
	width: 100%;
	background-color: #97daf0;
	margin-top: -15px;
}

.sp-menu-item-label{
	padding: 15px 0;
}

div.sp-footer-content:nth-child(2) {
	order: 1;
}

div.sp-footer-content:nth-child(1) {
	order: 2;
}

div.sp-contact-box:nth-child(1) > div:nth-child(1){
  font-size: 2rem;
  padding: 15px;
  color: #f6f6f6;
  
 background-color: #0294d0;
  
  position: absolute;
  top: -30px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  text-align:center;
}

div.sp-contact-box:nth-child(2) > div:nth-child(1){
  font-size: 2rem;
  padding: 15px;
  color: #f6f6f6;
 background-color: #0294d0;
  position: absolute;
  top: -30px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  text-align:center;
}

div.sp-contact-box:nth-child(3) > div:nth-child(1){
  font-size: 2rem;
  padding: 15px;
  color: #f6f6f6;
 background-color: #0294d0;
  position: absolute;
  top: -30px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  text-align:center;
}

div.sp-contact-box:nth-child(4) > div:nth-child(1){
  font-size: 2rem;
  padding: 15px;
  color: #f6f6f6;
 background-color: #0294d0;
  position: absolute;
  top: -30px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  text-align:center;
}

div.sp-contact-box:nth-child(5) > div:nth-child(1){
  font-size: 2rem;
  padding: 15px;
  color: #f6f6f6;
 background-color: #0294d0;
  position: absolute;
  top: -30px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  text-align:center;
}

.sp-main-content-box-icon{
	padding: 0px;
	color: #0294d0;
	top: -2px;
	left: auto;
	background-color: transparent;
}

.slide-nav-panel .active{
	color: #97daf0;
}

.slide-nav {
	z-index: 4;
}

.slide-nav-panel {
	z-index: 4;
}

.sp-main-content-intro{
	background-color: #fafafa;
}

.sp-main-content-box{
	box-shadow: none;
	width: 33%;
	text-align: center;
}

a.sp-main-content-box{
	cursor: pointer;
}

.sp-main-content-top-title{
	color: #0294d0;
	font-size: 3.5rem;
	font-family: 'Bebas Neue', sans-serif;
	letter-spacing: .05em;
}

.sp-main-content-intro{
	padding-top: 0;
}

.sp-article {
	padding: calc(30px*1) calc(30px*5);
}

.sp-article-image img {
	width: auto;
	object-fit: cover;
	height: 600px;
	padding-bottom: 20px;
}


.sp-article-teaser .sp-button {
	padding: calc(5px*2);
}

.sp-article-teaser-title {
	color: #0294d0;
	
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5rem;
	letter-spacing: 0px;
	margin-bottom: .5em;
}

.sp-article-teaser-time i{
	color: #0294d0;
	font-weight: bold;
}

.sp-article-title {
  color: #0294d0;
  font-size: 1.6rem;
  font-weight: 500;
}

#sp-main-content > .sp-main-content-intro:last-child{
	background-color: #fafafa;
	color: #fafafa;
	padding: calc(30px*2) calc(30px*5);
	background-repeat: no-repeat;
	background-size: 100%;
}

.sp-main-content-box-title{
	text-align: center;
	
	font-size: 1.2rem;
	
	letter-spacing: 0px;
}

.sp-map > .sp-map-title{
	margin-top: 0;
}

.sp-main-content-box-text{
	color: #000000;
	font-weight: 400;
}

.sp-button {
	background-color: #0294d0;
	border-radius: .5rem;
	letter-spacing: .5px;
	text-transform: unset;
}

.sp-button:hover {
	background-color: #fafafa;
	color:#0294d0;
}

.slide{
	transition: all 1s ease;	
	width: 100%;
	height: 600px;
	position: absolute;
	opacity: 0;
}

.slide > img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

.slide.active {
	opacity: 100%;
}

.sp-slide-intro {
	top: 35%;
	
}

.slides{
	position: relative;
	overflow: hidden;
}

.slides, .slide{
	height: 100vh;
	transition: opacity 900ms ease;	
}

.slides .slide > img{
	transform: translate3d( 0, 0, 0 ) scale( 1.04 );
	filter: blur( 2px );
	transition: transform 900ms ease, filter 900ms ease;
	will-change: transform, filter;
	object-fit: cover;
}

.slides .slide.active > img{
	filter: blur( 0 );
	animation: kenBurns 12s ease-in-out both;
}

.sp-slide-title, .sp-slide-intro {
	text-shadow: 1px 1px 3px #0294d0;
	letter-spacing: 1px;
}

.sp-slide-title {
	top: 60%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-transform: none;
	
	font-weight: bold;
	font-size: 3.5rem;
}

.sp-slide-intro {
	top: 75%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 1.6rem;
}

.sp-slide-box{
	font-size: 1.7rem;
	position: absolute;
	top: 80%;
	left: 85%;
	transform: translate(-50%,-50%);
	color: #fafafa;
	padding: 5px calc(5px*2);
	text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	transition:  all 1s ease;

}

.sp-slide-intro-desc{
	box-sizing: border-box;
	padding: 30px;
	backdrop-filter: blur(8px);
	width: auto;
	
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
	text-align: center;
}

.sp-slide-intro-desc b{
	color: #fafafa;
	text-transform: uppercase;
}

.sp-slide svg {
	width: 0;
	height: 0;
	position: absolute;
}

.sp-contacts {
	margin: 15px 0 0;
}

.sp-footer-menu-icon {
	font-size: 2rem;
	justify-content: end;
	display: flex;
}

.slider{
	padding-bottom: calc(30px*2);
}

.intro-qr{
	width: 200px;
}

.h-map img{
	max-width: 20%;
	border-radius: 50%;
}

.sp-main-content-content {
	padding: calc(30px*2) calc(30px*5);
	padding-bottom: 30px;
	font-size: 1rem;
}

.sp-map {
	margin: 0 calc(30px*5) 30px;

}

.sp-faq-title{
	font-weight: bold;
	color: #0294d0;
}

.sp-faq-content{
	color: #000000;
}

.sp-product{
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
	background: #fff;
}

.sp-privacy {
	padding: 0 calc(30px*5) calc(30px*3);
}

.sphere-dialog {
	max-width: 80%; 
	max-height: 100%; 
}

.sp-ets-main-content-top {
	padding: calc(30px*2.5) calc(30px*3) 5px;
	text-align: center;
	font-size: 1rem;
}

.sp-ets-main-content-top-title {
	
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 2.5rem;
	line-height: 2.5rem;
}

.sp-ets {
	padding-top: calc(30px*2.5);
}

.sp-ets-contacts {
	margin: -25px calc(30px*5) 30px;
}

.sp-ets-contacts-box {
		width: 33%;
}

.sp-main-ets-content-box-title {
	font-size: 1.2rem;
}

.sp-main-content-teasers {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: calc(15px*1.4);
}
@media only screen and (max-width: 1500px) {
    .sp-article-teasers .sp-article-teaser {
        flex: 0 1 48%;
    }
}
@media only screen and (max-width: 768px) {
    .sp-article-teasers .sp-article-teaser {
        flex: 0 1 100%;
    }
}
.sp-article-teaser {
		flex: 0 1 24%;
		display: flex;
		flex-direction: column;
}

.sp-article-teaser > .sp-flex:last-child {
    margin-top: auto;
}

.sp-article-teaser-img img {
	height: calc(30px*10);
}

.sp-main-content-content.sp-article-teasers{
	padding:calc(30px*2) calc(30px*5);
}

@media only screen and (max-width: 1200px) {
	.sp-main-content-content.sp-article-teasers {
		padding: calc(30px*2) calc(30px*3);
	}
}

@media only screen and (max-width: 1024px) {
	.sp-main-content-content.sp-article-teasers {
		padding: calc(30px*2) calc(30px*2);
	}
}

@media only screen and (max-width: 600px) {
	.sp-main-content-content.sp-article-teasers {
		padding: calc(30px*1.5) calc(30px*1);
	}
}

.sp-main-content-box-img {
	width: 25%;
}
.sp-faqs{
	padding: 15px;
}

.sp-subscribertype-contact-box .sp-button {
	font-size: 1rem;
	padding: calc(5px*1.2);
}
/*(min-width: 1099px) and (max-width: 1954px)*/
@media (min-width: 1440px) and (max-width: 2560px) {

	.howden-cut {
		top: 30%;
	}

	.howden-cut img {
		width: 160vw;
	}

	.howden-cut img {
		top: 310%;
		left: 17%;
	}

	header {
		padding: calc(5px*2) calc(30px*3);
		font-size: 1.1rem;
	}

	footer {
		padding: calc(30px*2) calc(30px*3);
	}
	
	.howden-cut-wrapper {
		width: 75%;
	}

	#sp-main-content > .sp-main-content-intro:last-child {
		padding: calc(30px*2) calc(30px*3);
	}

	.sp-main-content-content {
		padding: calc(30px*2) calc(30px*3);
	}

	.sp-content-text-top, .sp-content-text-top-sub {
		margin-left: calc(30px*-2);
	}

	.sp-article {
		padding: calc(30px*3) calc(30px*3);
	} 
	
	.sp-main-content-content.sp-article-teasers{
		padding:calc(30px*2) calc(30px*5);
	}

	.sp-login {
		padding-top: calc(30px*15) !important;
		padding-bottom: calc(30px*13) !important;
	}

	.sp-login-box {
		padding: 50px;
	}

	.fen-field {
		padding: calc(5px*2) 0 calc(5px*2);
	}
	
	.sp-product {
		width: auto;
		margin: 0;
	}

	.sp-contacts {
		margin: 30px 0 0;
	}

	.sp-ets-contacts {
		margin: 30px calc(30px*2);
	}

	.sp-map {
		margin: 0 calc(30px*1) 30px;
	}
	
	.sp-content-text-top, .sp-content-text-top-sub {
		font-size: 3rem;
	}

	.sp-content-image-top, .sp-content-image-top img {
		height: calc(30px*10);
	}
	
	.sp-menu{
		width: 100%;
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x mandatory;
		align-items: center;
	}
	
	::-webkit-scrollbar {
		display: none;
	}
	
	.sp-menu-item-label {
		white-space: nowrap;
		padding: none;
	}
	
	.sp-scrolling-menu{
		width: auto !important;
	}

	.sp-main-content-top {
		padding: calc(30px*2.5) calc(30px*3);
	}

	.sp-legal {
		width: 20%;
	}

	.sp-main-content-intro {
		padding: calc(30px*1) calc(30px*5);
	}
	
	.sp-logo, .sp-footer-logo {
		max-height: calc(30px*2);
	}
	
	.sp-article-teaser-img img {
		height: calc(30px*5);
	}
	
	.sp-ets-main-content-top {
		padding: 10px calc(30px*2) 15px;
	}

	.sp-ets {
		padding-top: calc(30px*1.5);
	}
	
	footer {
		padding: calc(30px*1) calc(30px*2);
	}

	.sp-content-image-top, .sp-content-image-top img {
		height: calc(30px*10);
	}

	.sp-footer-title {
		font-size: 1.3rem;
		margin-bottom: 5px;
	}

	.sp-hr {
		margin: calc(5px*2) 0px;
	}
}

@media (min-width: 1025px) and (max-width: 1920px) {

	.for-you {
		max-height: calc(30px*1.1);
	}

	#sp-main-content > .sp-main-content-intro:last-child {
		padding: calc(30px*2) calc(30px*3);
	}
	
	.sp-main-content-intro {
		padding: calc(30px*1) calc(30px*3) 30px;
	}
	
	.sp-fen-view .fen {
	  font-size: 1rem;
	}
	
	.sp-article {
		padding: calc(30px*2) calc(30px*3);
	}
	
	.sp-article-teaser-img img {
		height: calc(30px*11);
	}
	

	.sp-main-content-content {
		padding: calc(30px*2) calc(30px*3);
	}

	.sp-content-text-top, .sp-content-text-top-sub {
		margin-left: calc(30px*-2);
		top: 65%;
	}

	.sp-login {
		padding-top: calc(30px*10) !important;
		padding-bottom: calc(30px*7) !important;
	}

	.sp-login-box {
		width: 50%;
	}

	.sp-button {
		padding: 12px calc(15px*0.8);
		text-transform: unset;
	}

	.sp-product {
		width: auto;
		margin: 0;
	}
	
	.sp-scrolling-menu{
		width: auto !important;
	}
	
	.sp-legal {
		width: 20%;
	}

	.sp-main-content-box-img {
		width: 35%;
	}

	footer {
		padding: 15px 30px;
		font-size: 0.8rem;
		line-height: 0.9rem;
	}
	
	.sp-footer-title {
		font-size: 1rem;
		margin-bottom: calc(5px*1);
		margin-top: calc(5px*1);
	}


	.sp-content-image-top, .sp-content-image-top img {
		height: calc(30px*7);
	}

	.sp-hr {
		margin: calc(5px*1) 0px;
	}
}

@media (min-width: 2160px) and (max-width: 3840px) {
	.sp-hr {
		margin: calc(5px*3) 0px;
	}
}

@media only screen and (min-device-width: 1200px) and (max-device-width: 1730px) {

	.sp-home-grid-side > * {
		margin: 15px 0;
	}

}

@media only screen and (min-device-width: 956px) and (max-device-width: 1470px) {
	
	footer {
		padding: calc(30px*1) calc(30px*2);
	}
	
	header {
		padding: calc(5px*2) calc(30px*2);
	}
	
	.sp-main-content-top {
		padding: calc(30px*2.5) calc(30px*2);
	}
	
	.sp-legal {
		width: 20%;
	}
	
	.sp-article {
		padding: calc(30px*1) calc(30px*2);
	}

	#sp-main-content > .sp-main-content-intro:last-child {
		padding: calc(30px*1) calc(30px*2);
	}
	
	.sp-main-content-content {
		padding: calc(30px*1) calc(30px*2);
	}
	
	.sp-main-content-intro {
		padding: calc(30px*1) calc(30px*2) 30px;
	}
	
	.sp-content-text-top, .sp-content-text-top-sub {
		margin-left: calc(30px*-3);
	}
	
	.sp-menu-item {
		margin: 0 calc(5px*2);
	}

	.sp-ets-contacts {
		margin: -25px calc(30px*3) 0px;
	}
	
	.sp-main-content-box-img {
		width: 35%;
	}
}
	
@media (min-width: 768px) and (max-width: 1330px) {


	.sp-content-image-top, .sp-content-image-top img {
		height: calc(30px*5);
	}

	.for-you {
		max-height: calc(30px*1);
	}

	.sp-main-content-intro {
		padding: calc(30px*1) calc(30px*2) 5px;
	}

	.sp-contacts {
		margin: 15px 0 0;
	}

	.sp-ets-contacts {
		margin: 30px calc(30px*1) 0;
	}

	.sp-map {
		margin: 0 calc(30px*2) 30px;
	}
	
	.sp-ets-main-content-top {
		padding: 30px calc(30px*3) 5px;
	}

	.sp-ets {
		padding-top: 0;
	}
	
	.sp-main-content-box-img {
		width: 50%;
	}
	
	.sp-hr {
		margin: 15px 0px;
	}
}

@media (min-width: 768px) and (max-width: 1220px) {

	header {
		font-size: 1.1rem;
	}

	.sp-content-text-top {
		font-size: 3rem;
		left:5%
	}
	.sp-content-text-top-sub {
		font-size: 3rem;
	}

	.sp-content-image-top, .sp-content-image-top img {
		height: calc(30px*5);
	}
	
	.sp-logo, .sp-footer-logo {
		max-height: calc(30px*2);
	}

	.sp-ets-main-content-top {
		padding: 30px calc(30px*3) 5px;
	}

	.sp-ets {
		padding-top: 0;
	}

	.sp-main-content-box-img {
		width: 55%;
	}
	
	.sp-home-grid > :nth-child(1) {
		flex-grow: unset;
		flex-basis: unset;
	}

	.sp-home-grid > * > * {
		width: inherit;
	}

	.sp-home-grid-side > :nth-child(1) {
		width: 100%;
	}
  .sp-home-grid > div:nth-child(1) {
    width: 97%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
	.sp-home-grid > * > * {
		margin: 15px 0;
	}
}

@media (min-width: 700px) and (max-width: 1125px) {

	header {
		font-size: 1.1rem;
		padding: calc(5px*2) calc(30px*1);
	}

	.sp-content-text-top, .sp-content-text-top-sub {
		font-size: 2.5rem;
		top: 75%;
	}

	.sp-content-image-top, .sp-content-image-top img {
		height: calc(30px*7);
	}
	
	.for-you {
		max-height: calc(30px*0.9);
	}
	
	.sp-main-content-intro {
		padding: calc(30px*1) calc(30px*1) 5px;
	}

	footer {
		padding: 15px;
	}

	.sp-main-content-top {
		padding: calc(30px*2.5) calc(30px*1);
	}

	#sp-main-content > .sp-main-content-intro:last-child {
		padding: calc(30px*1) calc(30px*1);
	}

	.sp-main-content-content {
		padding: calc(30px*1) calc(30px*1);
	}
	
	.sp-article {
		padding: calc(30px*1) calc(30px*1);
	}

	.sp-contacts {
		margin: 15px calc(15px*0) 0;
	}
	
	.sp-ets-contacts {
		margin: 30px calc(30px*0) 0;
	}
	
	.sp-map {
		margin: 0 calc(30px*1) 30px;
	}

	.sp-fen-view .fen {
		font-size: 1rem;
	}

	.sp-home-grid-title {
		font-size: 1.1rem;
	}







	.sp-hr {
		margin: 15px 0px;
	}
}




@media only screen and (min-width: 768px) and (max-width: 1024px) {

	.sp-footer-content {
		margin: unset;
	}

	.sp-home-grid > div:nth-child(1) {
		width: 100%;
	}

	.sp-product {
		width: auto;
	}

	.sp-footer-title {
		font-size: 1.2rem;
	}

	.sp-home-grid > * > * {
		margin: 15px 0;
	}
}

@media only screen and (min-width: 375px) and (max-width: 1500px) {

	.sp-article-teaser {
		flex: unset;
		height: auto;
	}
	
	.sp-article-teaser-img img {
		height: calc(30px*5);
	}
}



@media only screen and (min-width: 734px) and (max-width: 768px) {
	
	.sphere-app:has(.sp-products) {
		padding: 15px;
	}

	.sp-product-launcher {
		width: auto;
		display: flex;
	}

	.sp-home-grid-content .sp-button {
		width: fit-content;
		margin: 0 5px;
	}
}

@media only screen and (min-width: 300px) and (max-width: 734px) {
	
	.sphere-app:has(.sp-products) {
		padding: 15px;
	}

	.sp-product-launcher {
		display: unset;
	}

	.sp-home-grid-content .sp-button {
		width: 35%;
		margin-bottom: 5px;
	}
}


@media only screen and (min-device-width: 375px) and (max-device-width: 768px) {

	html, body {
		font-size: 14px;
		font-weight: 400;
		line-height: 2rem;
		letter-spacing: normal;
	}

	.sp-home-grid-side > * {
		margin: 15px 0; 
	}

	.sp-menu {
		width: auto;
		padding: 5px 15px;
		font-size: 1rem;
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x mandatory;
		align-items: center;
	}

	::-webkit-scrollbar {
		display: none;
	}

	.sp-menu-item-label {
		white-space: nowrap;
	}


	.howden-cut-wrapper {
		top: 22%;
	}

	.sp-main-content-intro {
		padding: 15px;
		display: unset;
	}

	.sp-main-content-box {
		width: 100%;
		padding:  30px;
	}

	.howden-cut img {
		width: 150vw;
		top: 19% !important;
		left: 79%;
	}

	.howden-cut {
		margin-top: 0%;
	}

	.slide > img:nth-child(2) {
		height: 100vh;
	}

	.sp-main-content-top {
		padding: 30px;
	}

	.sp-main-content-top-title {
		line-height: 1.8rem;
		font-size: 2rem;
		letter-spacing: none;
	}
/*
	div.sp-legal-column:nth-child(1) {
		width: 33%;
	}
*/
	.sp-main-content-content {
		padding: 30px; 
	}

	.sp-content-text-top, .sp-content-text-top-sub {
		top: 77%;
		margin-left: 0;
		line-height: 2rem;
	}

	.sp-content-image-top, .sp-content-image-top img{
		height: calc(30px*10);
	}

	.sp-content-text-top {
		left: 30px;
		right: 30px;
		text-align: left;
	}

	.sp-article {
		padding: 30px; 
	}

	.sp-article-image img {
		height: 200px;
	}

	.sp-article-teaser-img img {
		height: calc(30px*5);
	}

	.sp-article-teaser-title {
		margin-bottom: 0;
	}

	div.sp-article-teaser-time{
		line-height: 1.5rem;
	}

	.sp-contacts {
		margin: 0px; 
		padding: 0px;
	}

	.sp-ets-contacts {
		margin: 0px; 
		padding: 0px;
	}

	.sp-map {
		margin: 0px 30px 30px;
	}

	.sp-main-content-box-title {
		padding-bottom: calc(5px*2);
		font-size: 1.2rem;
	}

	.sp-content-text-top {
		right: 30px;
	}

	.sp-table table td, .sp-table table th {
		padding: 4px;
	}

	.sp-product-launcher > div:nth-child(1) {
		display: contents;
	}

	.sp-product-launcher {
		width: 100%;
	}

	.des .sp-button {
		width: fit-content;
		display:flex;
		align-items: center;
		padding: 7px 10px;
	}
	
	.sp-padding > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) {
		line-height: 1rem;
	}
	
	.sp-res-menu-item {
		margin: 0px 5px;
	}

	.sp-res-menu-title > h1 {
		padding-bottom: calc(5px*2);
	}

	.sp-main-content-box-text {
		font-size: 1rem;
	}

	.sp-main-content-box, .sp-contact-box {
		padding-top: 20px;
	}
	
	.sp-ets-main-content-top {
		padding: calc(15px*1) calc(15px*1) 5px;
	}

	.sp-ets {
		padding-top: calc(20px*1);
	}
	
	.sp-main-content-box-img {
		width: 40%;
		height: auto;
	}

	.sp-legal-menu-item {
		margin: unset;
	}


	.sp-hr {
		margin: 10px 0px;
	}	
	
	.sp-logo {
		padding: 0;
		margin: 3px 0;
	}

	.sp-main-content-top-title {
		text-align: center;
	}
  
	.sp-legal {
		font-size: 0.7rem;
		margin-top: 10px;
		width:100%;
	}

	html, body:has(.sp-main-wrapper) {
		display: unset;
	}

	.sp-product {
		padding: 0;
		width: auto;
		margin: 0;
	}

	.item-image {
		width: 100px;
	}

	.sp-product-title {
		font-size: 1.3rem;
	}

	.sp-main-content-box, .sp-contact-box {
		width: 100%;
	}

	.sp-main-content-top-title {
		text-align: center;
	}

	.sp-button, .sp-buttons-list li {
		font-size: 1rem;
		margin-left: 0; 
	}

	.sp-button {
		padding: 10px 15px;
	}

	.fen-title, .des-title {
		white-space: unset;
	}

	.fen-radio-item {
		font-size: 1rem;
	}

	.sphere-dialog-content {
		font-size: 1rem;
	}
	
	.sp-home-grid > div:nth-child(1) {
		width: 100%;
	}
	
	.sp-subscribertype-contact-box {
		margin: 20px 0;
		padding: 20px 5px;
	}

	.sp-subscribertype-contacts {
		padding: 15px;
		margin: unset;
	}

}

@media (min-width: 769px) and (max-width: 900px) {
	.sp-coordinates {
		display: none;
	}
}

@media only screen and (max-width: 768px) {

	header {
		padding: 15px;
		font-size: 1rem;
		line-height: 0.8rem;
	}

	.sp-coordinates{
		height: auto;
		padding-top: 15px;
		padding-bottom: 5px;
	}

	.sp-scrolling-menu {
    height: auto;
  }

  .sp-logo, .sp-footer-logo{
		max-height: 50px;
  }
	
}

@media only screen and (max-width: 600px) {

	html, body{
		font-size: 14px;
		font-weight: 400;
		line-height: 1.4rem;
		letter-spacing: normal;
	}

	header.scrolling-header{
		background-color: #014187; 
	}

	h1 {
		letter-spacing: 0px;
		font-size: 2rem;
		line-height: 2.5rem;
		margin-bottom: calc(30px*1);
	}

	h2 {
		font-family:Open Sans;
		font-size: 1.5rem;
		
		line-height: 2.2rem;
		letter-spacing: 0px;
		margin-bottom: 1rem !important;
	}

	.howden-cut-wrapper {
		top: 45%;
		width: 100%;
	}

	.sp-menu {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x mandatory;
		align-items: center;
	}
	
	::-webkit-scrollbar {
		display: none;
	}
	
	.sp-menu-item-label {
		white-space: nowrap;
	}

	.sp-main-content-content {
		font-size: 1rem;
		line-height: 1.5rem;
		padding: 15px;
	}
	.sp-article-teaser:not(:last-child){
		margin-bottom: 15px;
	}

	.sp-main-content-content h1 {
		letter-spacing: 0px;
		font-size: 2rem;
		line-height: 2.5rem;
		margin-bottom: calc(30px*1);
	}

	.sp-menu-item-label {
		padding: calc(5px*2) 5px;
	}

	
	.sp-content-image-top, .sp-content-image-top img {
		height: calc(30px*7);
	}

	.sp-login {
		padding-top: calc(30px*10) !important;
		padding-bottom: calc(30px*8) !important;
	}
	
	.sp-main-content-content.sp-login{
		background-size: 100vh !important;
	}

	.sp-login-title {
		font-size: 1.2rem;
	}

	.fen {
		font-size: 1rem;
	}

	.sp-login-box {
		width: 95%;
	}

	.sp-login-description {
		line-height: 1.3rem;
	}

	.sp-button {
		font-size: 1rem;
		letter-spacing: none;
		padding: 10px 15px;
	}

	.sp-article-teaser-title {
		font-size: 1.3rem;
		line-height: 1.8rem;
	}

	.sp-article-title {
		font-size: 1.5rem;
		line-height: 2rem;
	}

	.sp-article-teaser-img img {
		height: calc(30px*5);
	}

	.sp-article-teaser .sp-button {
		padding: 7px;
	}

	.sp-article {
		padding: 30px;
	}
	
	.howden-cut {
		width: 80%;
		top: 48%;
	}

	.howden-cut img {
		width: 150vw;
		top: 19%;
		left: 79%;
	}

	.sp-map {
		margin: 0px 30px 30px;
	}

	.sp-main-content-box-title {
		font-size: 1.rem;
	}

	div.sp-contact-box:nth-child(1) > div:nth-child(1) {
		font-size: 1.5rem;
		padding: calc(5px*2);
		top: -25px;
	}

	div.sp-contact-box:nth-child(2) > div:nth-child(1) {
		font-size: 1.5rem;
		padding: calc(5px*2);
		top: -25px;
	}

	div.sp-contact-box:nth-child(3) > div:nth-child(1) {
		font-size: 1.5rem;
		padding: calc(5px*2);
		top: -25px;
	}

	div.sp-contact-box:nth-child(4) > div:nth-child(1) {
		font-size: 1.5rem;
		padding: calc(5px*2);
		top: -25px;
	}

	div.sp-contact-box:nth-child(5) > div:nth-child(1) {
		font-size: 1.5rem;
		padding: calc(5px*2);
		top: -25px;
	}

	.sp-main-content-box, .sp-contact-box {
		font-size: 1rem;
		padding-top: 25px;
	}

	.sp-main-content-top {
		padding: 30px;
		padding-bottom: 0px;
	}

	#sp-main-content > .sp-main-content-intro:last-child {
		padding: 30px;
	}

	.sp-main-content-box {
		width: 100%;
	}

	.sp-main-content-intro {
		display: unset;
	}

	.sp-content-text-top, .sp-content-text-top-sub {
		top: 74%;
		margin-left: calc(30px*1);
		left: calc(30px*0);
		line-height: 2rem;
	}

	.sp-content-text-top {
		left: 0%;
		font-size: 2rem;
	}

	.sp-res-menu-items {
		font-size: 1rem;
		overflow-x: auto;
		overflow-y: hidden;
		flex-basis: unset;
		flex-grow: unset;
	}
	.sp-res-menu-items .sp-flex-end{
		justify-content: unset;
	}

	::-webkit-scrollbar {
		display: none;
	}

	.sp-res-menu-title > h1 {
		font-size: 1.5rem;
	}

	.sp-home-grid-content .sp-button {
		font-size: 1rem;
	}

	.sp-home-grid-title {
		font-size: 1rem;
	}

	.des .sp-button {
		width: fit-content;
		display:flex;
		align-items: center;
		padding: 7px 10px;
	}

	.sp-login-buttons {
		width: -moz-available;
		justify-content: center;
	}
	.sp-table-container a .fal {
		font-size: 1.4rem;
	}

	.sp-home-grid-side .sp-button {
		font-size: 1rem;
	}

	.sp-home-grid > * > * {
		font-size: 1rem;
	}

	.fen-view-label {
		font-size: 1rem;
	}

	.sp-product {
		width: auto;
		margin: 0;
	}

	.sp-product-launcher > div:nth-child(1) {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.sp-home-grid-content .sp-button {
		margin-bottom: 5px;
	}

	.sp-product-launcher > div:nth-child(1) {
		justify-content: space-between;
	}

	.sp-button, .sp-buttons-list li {
		margin-left: unset; 
	}

	.fen-field {
		font-size: 0.9rem;
	}

	.fen {
		padding: 0 0 calc(5px*1);
	}

	.sp-margin-t {
		margin-top: 12px;
	}

	.sphere-dialog .sp-button {
		font-size: 0.9rem;
	}
	
	.sp-ets-contact-box {
		width: 100%;
	}

	.sp-article-teaser {
		flex: unset;
	}

	.sp-home-grid-side > :nth-child(1) {
		margin: 15px 0;
	}

	.sp-ets-main-content-top {
		padding: calc(15px*1) calc(15px*1) 5px;
	}

	.sp-ets {
		padding-top: calc(20px*1);
	}
	
	.sp-main-content-box-img {
		width: 40%;
		height: auto;
	}
	
	.sp-main-content-top-title {
		line-height: 1.8rem;
		font-size: 2rem;
		letter-spacing: none;
	}
	
	.sp-ets-contacts {
		margin: -30px 0 30px;
	}

	.sp-contacts {
		margin: 30px 0 0;
	}


	.for-you{
		max-height: 19px;
	}


	div.sp-legal-column:nth-child(1) {
		padding-right: 15px;
	}

	.sp-hr {
		height: 2px;
		margin: 10px 0px;
	}

  footer .sp-full-width:has(.sp-footer-content) {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;          /* annulla un eventuale wrap-reverse del tema */
    align-items: flex-start;
  }

  /* logo per primo a prescindere da eventuali "order" del tema */
  footer .sp-footer-content:first-child { order: -1; }
  footer .sp-footer-content:nth-child(2) {   	margin-top: 10px; order: 0; }

  .sp-footer-content {
    width: 100%;
    margin: 0 0;
  }

  .sp-footer-content .sp-flex {
    justify-content: flex-start;
  }
  
  .sp-footer-title-socials + .sp-flex {
  	zoom: 0.85;
	}
	
  /* Legal: in riga se entrano, altrimenti vanno a capo (flex-wrap nativo) */
  .sp-legal {
    gap: 12px 24px;
    font-size: 0.7rem;
    margin-top: 10px;
    width: 100%;
  }

  .sp-legal-menu-item {
    width: auto;
  }
  
  .sp-legal-menu-item a {
    display: inline-block;
    text-align: left;
  }

	html, body:has(.sp-main-wrapper) {
		display: unset;
	}

	.sp-product {
		padding: 0;
	}

	.item-image {
		width: 100px;
	}

	.sp-product-title {
		font-size: 1.3rem;
	}

	.sp-home-grid-content .sp-button {
		padding: calc(5px*1.5);
		width: fit-content;
		margin: 3px;
	}

	.sp-main-content-box, .sp-contact-box {
		width: 100%;
	}

	.sp-main-content-top-title {
		text-align: center;
	}

	.sp-button, .sp-buttons-list li {
		font-size: 1rem;
	}

	.sp-button {
		padding: 10px 15px;
	}

	.fen-title, .des-title {
		white-space: unset;
	}

	.fen-radio-item {
		font-size: 1rem;
	}

	.sphere-dialog-content {
		font-size: 1rem;
	}
	
	.sp-home-grid > div:nth-child(1) {
		width: 100%;
	}
	
	.sp-home-grid-side > * {
		margin: 15px 0;
	}
	
	.sp-subscribertype-contact-box {
		margin: 20px 0;
		padding: 20px 5px;
	}
	.sp-subscribertype-contacts {
		margin: unset;
	}
}

/* =====================
   SEZIONE RECENSIONI
   ===================== */

.talassa-reviews {
	padding: calc(30px*2) calc(30px*5) calc(30px*3);
	box-sizing: border-box;
}

.talassa-reviews-header {
	text-align: center;
	margin-bottom: calc(30px*2);
}

.talassa-reviews-rating {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
}

.talassa-reviews-score {
	font-size: 3rem;
	font-weight: 700;
	color: #97daf0;
	line-height: 1;
}

.talassa-reviews-stars-total {
	font-size: 1.6rem;
	color: #fbbc04;
	letter-spacing: 2px;
}

.talassa-reviews-count {
	font-size: .82rem;
	color: rgba(0,0,0,.5);
}

.talassa-reviews-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: calc(15px*1.4);
	margin-bottom: calc(30px*1.5);
}

.talassa-review-card {
	background: #fff;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: .6rem;
	padding: 15px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	box-shadow: 0 2px 8px rgba(0,0,0,.06);
	transition: box-shadow .2s ease, transform .2s ease;
}

.talassa-review-card:hover {
	box-shadow: 0 6px 20px rgba(0,0,0,.1);
	transform: translateY(-2px);
}

.talassa-review-header {
	display: flex;
	align-items: center;
	gap: 10px;
}

.talassa-review-avatar {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #0294d0;
	color: #fff;
	font-size: .95rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.talassa-review-meta {
	flex: 1;
	min-width: 0;
}

.talassa-review-name {
	font-size: .82rem;
	font-weight: 600;
	color: #97daf0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.talassa-review-stars {
	font-size: .85rem;
	color: #fbbc04;
	letter-spacing: 1px;
}

.talassa-review-google-icon {
	flex-shrink: 0;
	opacity: .7;
}

.talassa-review-text {
	font-size: .85rem;
	line-height: 1.55;
	color: rgba(0,0,0,.72);
	flex: 1;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.talassa-review-card.expanded .talassa-review-text {
	-webkit-line-clamp: unset;
	overflow: visible;
}

.talassa-review-more {
	font-size: .78rem;
	color: #0294d0;
	cursor: pointer;
	font-weight: 500;
	align-self: flex-start;
}

.talassa-review-more:hover {
	text-decoration: underline;
}

.talassa-review-time {
	font-size: .75rem;
	color: rgba(0,0,0,.4);
}

.talassa-reviews-cta {
	text-align: center;
}

.talassa-reviews-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: .88rem;
	font-weight: 600;
	color: #0294d0;
	text-decoration: none;
	border: 1px solid #0294d0;
	border-radius: 2rem;
	padding: 10px 24px;
	transition: background .2s ease, color .2s ease;
}

.talassa-reviews-link:hover {
	background: #0294d0;
	color: #fff;
}


@media only screen and (max-width: 1500px) {

	.talassa-reviews {
		padding: calc(30px*2) calc(30px*5) calc(30px*3);
	}

	.talassa-reviews-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media only screen and (max-width: 1200px) {
	.talassa-reviews {
		padding: calc(30px*2) calc(30px*2) calc(30px*3);
	}
}

@media only screen and (max-width: 768px) {
	.talassa-reviews {
		padding: calc(30px*1.5) calc(30px*1) calc(30px*2);
	}
	.talassa-reviews-grid {
		grid-template-columns: 1fr;
	}
}

/* =====================
   INSTAGRAM FEED
   ===================== */

.talassa-instagram {
	padding: 15px calc(30px*5);
}

.talassa-ig-header {
	text-align: center;
	margin-bottom: calc(15px*0.5);
}

.talassa-ig-header h2 {
	font-size: 1.1rem;
	font-weight: 700;
	color: #000000;
	margin: 0;
}

.talassa-ig-follow {
	font-size: .78rem;
}

.talassa-ig-logo {
	color: #0294d0;
}

.talassa-ig-follow {
	display: inline-block;
	font-size: .9rem;
	font-weight: 600;
	color: #0294d0;
	text-decoration: none;
	transition: color .2s ease;
}

.talassa-ig-follow:hover {
	color: #97daf0;
}

.talassa-ig-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: calc(5px*0.8);
}

.talassa-ig-card {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: calc(5px*0.5);
	height: 280px;
}

.talassa-ig-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: transform .3s ease;
}

.talassa-ig-card:hover img {
	transform: scale(1.05);
}

.talassa-ig-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: calc(5px*0.8) calc(5px*0.5);
	background: linear-gradient(transparent, rgba(0,0,0,0.6));
	color: #fff;
	font-size: .78rem;
	opacity: 0;
	transition: opacity .3s ease;
}

.talassa-ig-card:hover .talassa-ig-overlay {
	opacity: 1;
}

.talassa-ig-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 2rem;
	color: rgba(255,255,255,0.9);
	text-shadow: 0 2px 8px rgba(0,0,0,0.4);
	pointer-events: none;
}

@media only screen and (max-width: 1200px) {
	.talassa-instagram {
		padding: calc(30px*2) calc(30px*3);
	}
}

@media only screen and (max-width: 1024px) {
	.talassa-ig-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	.talassa-instagram {
		padding: calc(30px*2) calc(30px*2);
	}
}

@media only screen and (max-width: 600px) {
	.talassa-ig-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.talassa-instagram {
		padding: calc(30px*1) calc(30px*1);
	}
}

/* =====================
   PAGINA SERVIZI
   ===================== */

.talassa-servizi {
	padding: calc(30px*1) 0 calc(30px*3);
	box-sizing: border-box;
}

.talassa-servizi-header {
	text-align: center;
	margin-bottom: calc(30px*1);
}

.talassa-servizi-label {
	display: inline-block;
	font-size: .82rem;
	font-weight: 600;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #0294d0;
	margin-bottom: calc(15px*.8);
}

.talassa-servizi-header h2 {
	font-size: 1.88rem;
	font-weight: 300;
	margin: 0 0 calc(15px*1.2);
	color: #014187;
}

.talassa-servizi-header h2 strong {
	font-weight: 700;
}

.talassa-servizi-divider {
	width: 48px;
	height: 2px;
	background: linear-gradient(90deg, #0294d0, #97daf0);
	margin: 0 auto;
	border-radius: 2px;
}

.talassa-servizi-grid {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	gap: calc(15px*1.8);
}

.talassa-service-card {
	flex: 1 1 0;
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: #014187;
	background: rgba(2,148,208,.06);
	border: 1px solid rgba(2,148,208,.15);
	border-radius: .6rem;
	overflow: hidden;
	transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.talassa-service-card:hover {
	transform: translateY(-4px);
	border-color: #0294d0;
	box-shadow: 0 12px 32px rgba(2,148,208,.12);
	color: #014187;
}

.talassa-service-card-bar {
	height: 3px;
	background: linear-gradient(90deg, #0294d0, #97daf0);
	flex-shrink: 0;
}

.talassa-service-card-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: calc(30px*1.2);
	text-align: center;
	flex: 1;
}

.talassa-service-card-icon {
	font-size: 2.4rem;
	margin-bottom: 15px;
	color: #0294d0;
}

.talassa-service-card-name {
	font-size: 0.95rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.talassa-service-card-desc {
	font-size: 0.82rem;
	font-weight: 400;
	color: [CONTRAST-COLOR-DARK];
	margin-top: calc(15px*0.6);
	line-height: 1.4;
	text-transform: none;
	letter-spacing: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.talassa-servizi-grid {
		flex-wrap: wrap;
	}
	.talassa-service-card {
		flex: 0 0 calc(50% - calc(15px*.9));
	}
}

@media only screen and (max-width: 768px) {
	.talassa-servizi-grid {
		flex-wrap: wrap;
	}
	.talassa-service-card {
		flex: 0 0 100%;
	}
}

/* =====================
   PAGINA CHI SIAMO — TEAM
   ===================== */

.talassa-team {
	padding: calc(30px*1) 0 calc(30px*3);
	box-sizing: border-box;
}

.talassa-team-header {
	text-align: center;
	margin-bottom: calc(30px*2);
}

.talassa-team-label {
	display: inline-block;
	font-size: .82rem;
	font-weight: 600;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: #0294d0;
	margin-bottom: 15px;
}

.talassa-team-header h2 {
	font-size: 1.88rem;
	font-weight: 300;
	line-height: 3rem;
	margin-bottom: 0 !important;
}

.talassa-team-header h2 strong {
	font-weight: 700;
}

.talassa-team-divider {
	width: 48px;
	height: 2px;
	background: linear-gradient(90deg, #0294d0, transparent);
	margin: 15px auto 0;
	border-radius: 2px;
}

.talassa-team-grid {
	display: grid;
	gap: calc(15px*1.8);
	margin-bottom: calc(15px*1.8);
}

.talassa-team-grid--3 {
	grid-template-columns: repeat(3, 1fr);
}

.talassa-team-grid--4 {
	grid-template-columns: repeat(4, 1fr);
}

.talassa-team-card {
	background: rgba(2,148,208,.06);
	border: 1px solid rgba(2,148,208,.15);
	border-radius: .6rem;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.talassa-team-card:hover {
	transform: translateY(-4px);
	border-color: #0294d0;
	box-shadow: 0 12px 32px rgba(2,148,208,.12);
}

.talassa-team-card-bar {
	height: 3px;
	background: linear-gradient(90deg, #0294d0, #97daf0);
}

.talassa-team-card-img {
	width: 100%;
	height: 220px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.talassa-team-card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 15%;
	display: block;
	transition: transform .4s ease;
}

.talassa-team-card:hover .talassa-team-card-img img {
	transform: scale(1.04);
}

.talassa-team-avatar-placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3rem;
	font-weight: 600;
	color: #fafafa;
	background: linear-gradient(135deg, #0294d0, #97daf0);
}

.talassa-team-card-body {
	padding: calc(15px*1.2) 15px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex: 1;
}

.talassa-team-card-name h3 {
	font-size: 1.15rem;
	font-weight: 600;
	color: #97daf0;
	margin-bottom: 2px;
}

.talassa-team-card-name span {
	font-size: .82rem;
	font-weight: 500;
	color: #0294d0;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.talassa-team-card-bio {
	font-size: .92rem;
	line-height: 1.6;
	color: rgba(0,0,0,.75);
	flex: 1;
}

.talassa-team-tag {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: .78rem;
	font-weight: 500;
	letter-spacing: .08em;
	text-transform: uppercase;
	border: 1px solid rgba(2,148,208,.2);
	border-radius: .5rem;
	padding: 3px 9px;
	align-self: flex-start;
}

.talassa-team-tag::before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #0294d0;
	flex-shrink: 0;
}

@media only screen and (max-width: 1024px) {
	.talassa-team-grid--3,
	.talassa-team-grid--4 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (max-width: 600px) {
	.talassa-team-grid--3,
	.talassa-team-grid--4 {
		grid-template-columns: 1fr;
	}
}

/* =====================
   CONTACT CARDS UNIFICATE
   ===================== */

.sp-contact-section {
	padding: calc(30px*1) calc(30px*5);
}

.sp-contact-section-header {
	text-align: center;
	margin-bottom: calc(30px*2);
}

.sp-contact-section-label {
	display: inline-block;
	font-size: .82rem;
	font-weight: 600;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: #0294d0;
	margin-bottom: 15px;
}

.sp-contact-section-header h2 {
	font-size: 1.88rem;
	font-weight: 300;
	line-height: 3rem;
	margin-bottom: 0 !important;
}

.sp-contact-section-divider {
	width: 48px;
	height: 2px;
	background: linear-gradient(90deg, #0294d0, transparent);
	margin: 15px auto 0;
	border-radius: 2px;
}

.sp-contact-grid {
	display: grid;
	gap: calc(15px*1.8);
	margin-bottom: calc(15px*1.8);
}

.sp-contact-grid--3 {
	grid-template-columns: repeat(3, 1fr);
}

.sp-contact-grid--4 {
	grid-template-columns: repeat(4, 1fr);
}

.sp-contact-grid--2 {
	grid-template-columns: repeat(2, 1fr);
}

.sp-contact-grid--1 {
	grid-template-columns: 1fr;
}

.sp-contact-card {
	background: rgba(2,148,208,.06);
	border: 1px solid rgba(2,148,208,.15);
	border-radius: .6rem;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
	text-decoration: none;
	color: inherit;
}

.sp-contact-card:hover {
	transform: translateY(-4px);
	border-color: #0294d0;
	box-shadow: 0 12px 32px rgba(2,148,208,.12);
}

.sp-contact-card-bar {
	height: 3px;
	background: linear-gradient(90deg, #0294d0, #97daf0);
	flex-shrink: 0;
}

.sp-contact-card-img {
	width: 100%;
	height: 500px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sp-contact-card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 15%;
	display: block;
	transition: transform .4s ease;
}

.sp-contact-card:hover .sp-contact-card-img img {
	transform: scale(1.04);
}

.sp-contact-card-placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3rem;
	font-weight: 600;
	color: #fafafa;
	background: linear-gradient(135deg, #0294d0, #97daf0);
}

.sp-contact-card-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: calc(30px*1.2);
	padding-bottom: calc(30px*0.6);
	font-size: 2.4rem;
	color: #0294d0;
}

.sp-contact-card-body {
	padding: calc(15px*1.2) 15px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex: 1;
	text-align: center;
}

.sp-contact-card-name {
	font-size: 1.05rem;
	font-weight: 600;
	color: #014187;
	text-transform: uppercase;
	letter-spacing: .06em;
}

.sp-contact-card-desc {
	font-size: .88rem;
	line-height: 1.6;
	color: rgba(0,0,0,.75);
	flex: 1;
}

@media only screen and (max-width: 600px) {
	.sp-article-image img {
		height: 180px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.sp-contact-grid--3,
	.sp-contact-grid--4 {
		grid-template-columns: repeat(2, 1fr);
	}
	.sp-contact-section {
		padding: calc(30px*1) calc(30px*3);
	}
}

@media only screen and (max-width: 768px) {
	.sp-contact-grid--3,
	.sp-contact-grid--4,
	.sp-contact-grid--2 {
		grid-template-columns: 1fr;
	}
	.sp-contact-section {
		padding: calc(30px*1) calc(30px*1);
	}
}


@media (min-width: 769px){
	.sp-footer-title {
	  font-size: 1.5rem;
	  margin-bottom: 15px;
	}
}