@charset "UTF-8";
/* =============ABSTRACTS==================== */
/* =============BASE==================== */
.text-sm {
				font-size: clamp(0.63rem, 0.25vw + 0.57rem, 0.88rem);
}

.text-base {
				font-size: clamp(0.88rem, 0.25vw + 0.83rem, 1.13rem);
}

.text-lg {
				font-size: clamp(0.94rem, 0.31vw + 0.88rem, 1.25rem);
}

.text-xl {
				font-size: clamp(1.25rem, 0.94vw + 1.06rem, 2.19rem);
}

.text-2xl {
				font-size: clamp(1.88rem, 1.25vw + 1.63rem, 3.13rem);
}

.font-regular {
				font-weight: 400;
}

.font-medium {
				font-weight: 500;
}

.font-bold {
				font-weight: 600;
}

.text-white {
				color: #FFFFFF;
}

.text-black {
				color: #000000;
}

.text-red {
				color: #DA0021;
}

.text-left {
				text-align: left;
}

.text-center {
				text-align: center;
}

.text-right {
				text-align: right;
}

.uppercase {
				text-transform: uppercase;
}

.bg-white {
				background-color: #FFFFFF;
}

.bg-black {
				background-color: #000000;
}

.bg-gray {
				background-color: #707070;
}

.bg-red {
				background-color: #DA0021;
}

.border-white {
				border: 2px solid #FFFFFF;
}

.border-red {
				border: 2px solid #DA0021;
}

.shadow {
				-webkit-box-shadow: 0 0 10px rgba(0, 3, 6, 0.2);
				        box-shadow: 0 0 10px rgba(0, 3, 6, 0.2);
}

html {
				-ms-text-size-adjust: 100%;
				-webkit-text-size-adjust: 100%;
				font-family: helvetica-neue-lt-pro, helvetica, sans-serif;
}

body {
				font-family: helvetica-neue-lt-pro, helvetica, sans-serif;
				font-size: 18px;
				line-height: 1.28;
				color: #707070;
}

h1 {
				font-size: 40px;
				line-height: 1.25;
}
@media (max-width: 1150px) {
				h1 {
								font-size: 30px;
				}
}
@media (max-width: 750px) {
				h1 {
								font-size: 24px;
				}
}

h2 {
				font-size: 30px;
}
@media (max-width: 1150px) {
				h2 {
								font-size: 24px;
				}
}
@media (max-width: 750px) {
				h2 {
								font-size: 20px;
				}
}

h3 {
				font-size: 24px;
}
@media (max-width: 750px) {
				h3 {
								font-size: 18px;
				}
}

h1, h2, h3, .subtitle {
				font-family: helvetica-neue-lt-pro, helvetica, sans-serif;
				font-weight: 500;
				margin: 0;
				padding: 0;
}
h1 a, h2 a, h3 a, .subtitle a {
				text-decoration: none;
}

p {
				margin: 0;
}
p strong, p b {
				font-weight: 600;
}
p:not(p:last-of-type) {
				padding-bottom: 20px;
}

a {
				color: #707070;
}

* {
				-webkit-box-sizing: border-box;
				        box-sizing: border-box;
				outline: none;
				position: relative;
}

html {
				height: 100%;
				margin: 0;
				padding: 0;
}

body {
				scroll-behavior: smooth;
				height: 100%;
				max-width: 100%;
				margin: 0 auto;
				padding: 0;
}

main {
				height: 100%;
}

#content {
				height: 100%;
}

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

.plg-imagecontainer {
				display: block;
				width: 100%;
				overflow: hidden;
}
.plg-imagecontainer img, .plg-imagecontainer video {
				z-index: 11;
}

.plg-container, .plg-header-container, .plg-footer-container, .plg-container-small {
				display: block;
				width: 100%;
				padding: 0 50px;
}
@media (max-width: 1150px) {
				.plg-container, .plg-header-container, .plg-footer-container, .plg-container-small {
								padding: 0 20px;
				}
}

.plg-container-small {
				padding: 0 150px;
}
@media (max-width: 1150px) {
				.plg-container-small {
								padding: 0 20px;
				}
}

.error__container a {
				color: unset;
				text-decoration: underline;
}

.swiper {
				height: 100%;
				width: 100%;
}

.staricon {
				width: 16px;
				height: auto;
				display: inline-block;
}
.staricon + .staricon {
				margin-left: 4px;
}

section.wbackgroundcolor {
				background-color: #F3F4ED;
				padding: 150px 0;
				margin: 0;
}
@media (max-width: 950px) {
				section.wbackgroundcolor {
								padding: 100px 0;
				}
}
section.wbackgroundcolor + .wbackgroundcolor {
				padding-top: 0;
}
section.wbackgroundcolor + section {
				margin-top: 0;
}

.logo-link {
				display: inline-block;
				width: 100%;
				max-width: 200px;
}
.logo-link img {
				width: 100%;
				height: auto;
}
@media (max-width: 1150px) {
				.logo-link {
								max-width: 160px;
				}
}

.global-grid {
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr;
				grid-template-columns: repeat(8, 1fr);
				gap: 25px;
}
.global-grid .column-span-2 {
				-ms-grid-column-span: 2;
				grid-column: span 2;
}
.global-grid .column-span-4 {
				-ms-grid-column-span: 4;
				grid-column: span 4;
}
.global-grid .column-span-6 {
				-ms-grid-column-span: 6;
				grid-column: span 6;
}
.global-grid .column-span-8 {
				-ms-grid-column-span: 8;
				grid-column: span 8;
}
@media (max-width: 950px) {
				.global-grid {
								gap: 50px 25px;
				}
}

.ratio__portrait {
				position: relative;
				height: 0;
				width: 100%;
				padding-bottom: 150%;
				overflow: hidden;
}
.ratio__landscape {
				position: relative;
				height: 0;
				width: 100%;
				padding-bottom: 70%;
				overflow: hidden;
}
.ratio__landscape.square {
				padding-bottom: 90%;
}
.ratio__square {
				position: relative;
				height: 0;
				width: 100%;
				padding-bottom: 100%;
				overflow: hidden;
}
.ratio__fullscreen {
				position: relative;
				height: 100%;
				width: 100%;
				overflow: hidden;
}
.ratio__banner {
				position: relative;
				height: 0;
				width: 100%;
				padding-bottom: calc(100svh - 228px);
				overflow: hidden;
}
.ratio__thumbnail {
				position: absolute;
				top: 0;
				left: 0;
				height: 100%;
				width: 100%;
				-o-object-fit: cover;
				   object-fit: cover;
				-webkit-transition: all 0.4s ease;
				transition: all 0.4s ease;
}
.ratio__logo {
				position: absolute;
				top: 0;
				left: 0;
				height: 100%;
				width: 100%;
				-o-object-fit: contain;
				   object-fit: contain;
				-webkit-transition: all 0.4s ease;
				transition: all 0.4s ease;
}
.ratio__video {
				position: absolute;
				top: 0;
				left: 0;
				height: 100%;
				width: 124%;
}

/* Icons */
@font-face {
				font-family: "slick";
				font-weight: normal;
				font-style: normal;
				src: url("../fonts/slick/slick.eot");
				src: url("../fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick/slick.woff") format("woff"), url("../fonts/slick/slick.ttf") format("truetype"), url("../fonts/slick/slick.svg#slick") format("svg");
}
/* Slider */
.slick-loading .slick-list {
				background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
				position: absolute;
				display: block;
				height: 24px;
				width: 24px;
				line-height: 0px;
				font-size: 0px;
				cursor: pointer;
				background: transparent;
				color: transparent;
				top: 50%;
				-webkit-transform: translate(0, -50%);
				transform: translate(0, -50%);
				padding: 0;
				border: none;
				outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
				outline: none;
				background: transparent;
				color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
				opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
				opacity: 0.5;
}

.slick-prev:before, .slick-next:before {
				font-family: "slick";
				font-size: 20px;
				line-height: 1;
				color: white;
				opacity: 1;
				-webkit-font-smoothing: antialiased;
				-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
				left: -25px;
}
[dir=rtl] .slick-prev {
				left: auto;
				right: -25px;
}
.slick-prev:before {
				display: block;
				content: "";
				width: 24px;
				height: 24px;
				background-image: url("../images/arrow-left.png");
				background-size: contain;
				background-repeat: no-repeat;
				background-position: center center;
}
[dir=rtl] .slick-prev:before {
				content: "";
				background-image: url("../images/arrow-right.png");
				background-size: contain;
				background-repeat: no-repeat;
				background-position: center center;
				width: 24px;
				height: 24px;
}

.slick-next {
				right: -25px;
}
[dir=rtl] .slick-next {
				left: -25px;
				right: auto;
}
.slick-next:before {
				display: block;
				width: 24px;
				height: 24px;
				content: "";
				background-image: url("../images/arrow-right.png");
				background-size: contain;
				background-repeat: no-repeat;
				background-position: center center;
}
[dir=rtl] .slick-next:before {
				content: "";
				background-image: url("../images/arrow-left.png");
				background-size: contain;
				background-repeat: no-repeat;
				background-position: center center;
				width: 24px;
				height: 24px;
}

/* Dots */
.slick-dotted .slick-slider {
				margin-bottom: 30px;
}

.slick-dots {
				position: absolute;
				bottom: 0;
				list-style: none;
				display: block;
				text-align: center;
				padding: 0;
				margin: 0;
				width: 100%;
}
.slick-dots li {
				position: relative;
				display: inline-block;
				height: 20px;
				width: 20px;
				margin: 0 5px;
				padding: 0;
				cursor: pointer;
}
.slick-dots li button {
				border: 0;
				background: transparent;
				display: block;
				height: 20px;
				width: 20px;
				outline: none;
				line-height: 0px;
				font-size: 0px;
				color: transparent;
				padding: 0;
				cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
				outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
				opacity: 1;
}
.slick-dots li button:before {
				position: absolute;
				top: 0;
				left: 0;
				content: "•";
				width: 20px;
				height: 20px;
				font-family: "slick";
				font-size: 16px;
				line-height: 20px;
				text-align: center;
				color: #DA0021;
				opacity: 0.5;
				-webkit-font-smoothing: antialiased;
				-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
				color: #DA0021;
				opacity: 1;
}

/* SLICK Slider */
.slick-slider {
				position: relative;
				display: block;
				-webkit-box-sizing: border-box;
				        box-sizing: border-box;
				-webkit-touch-callout: none;
				-webkit-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
				-ms-touch-action: pan-y;
				touch-action: pan-y;
				-webkit-tap-highlight-color: transparent;
}

.slick-list {
				position: relative;
				overflow: hidden;
				display: block;
				margin: 0;
				padding: 0;
}
.slick-list:focus {
				outline: none;
}
.slick-list.dragging {
				cursor: pointer;
				cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
				-webkit-transform: translate3d(0, 0, 0);
				transform: translate3d(0, 0, 0);
}

.slick-track {
				position: relative;
				left: 0;
				top: 0;
				display: block;
				margin-left: auto;
				margin-right: auto;
}
.slick-track:before, .slick-track:after {
				content: "";
				display: table;
}
.slick-track:after {
				clear: both;
}
.slick-loading .slick-track {
				visibility: hidden;
}

.slick-slide {
				float: left;
				height: 100%;
				min-height: 1px;
}
[dir=rtl] .slick-slide {
				float: right;
}
.slick-slide img {
				display: block;
}
.slick-slide.slick-loading img {
				display: none;
}
.slick-slide {
				display: none;
}
.slick-slide.dragging img {
				pointer-events: none;
}
.slick-initialized .slick-slide {
				display: block;
}
.slick-loading .slick-slide {
				visibility: hidden;
}
.slick-vertical .slick-slide {
				display: block;
				height: auto;
				border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
				display: none;
}

/* =============COMPONENTS==================== */
.plg-header {
				position: fixed;
				top: 0;
				left: 0;
				right: 0;
				z-index: 100;
}
.plg-header-container.topnav {
				background-color: rgba(243, 244, 237, 0.69);
				color: #707070;
}
@media (max-width: 750px) {
				.plg-header-container.topnav {
								width: 100%;
				}
}
@media (max-width: 750px) {
				.plg-header-container.topnav ul {
								width: 100%;
								display: -webkit-box;
								display: -ms-flexbox;
								display: flex;
								-webkit-box-orient: horizontal;
								-webkit-box-direction: normal;
								    -ms-flex-direction: row;
								        flex-direction: row;
								-webkit-box-pack: justify;
								    -ms-flex-pack: justify;
								        justify-content: space-between;
								-webkit-box-align: center;
								    -ms-flex-align: center;
								        align-items: center;
				}
}
@media (max-width: 750px) and (max-width: 380px) {
				.plg-header-container.topnav ul {
								-webkit-box-pack: end;
								    -ms-flex-pack: end;
								        justify-content: flex-end;
				}
}
.plg-header-container.topnav ul li:not(:last-child) {
				margin-right: 40px;
}
.plg-header-container.topnav a {
				color: #707070;
				text-decoration: none;
}
.plg-header-container.topnav a:hover {
				text-decoration: underline;
}
.plg-header-container.topnav .plg-header-inner {
				padding: 12px 0 !important;
				width: 100%;
}
@media (max-width: 750px) {
				.plg-header-container.topnav .plg-header-inner {
								-webkit-box-pack: unset;
								    -ms-flex-pack: unset;
								        justify-content: unset;
				}
}
.plg-header-logo {
				margin: 0 auto 0 0;
}
.plg-header-inner {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-direction: row;
				        flex-direction: row;
				-webkit-box-pack: end;
				    -ms-flex-pack: end;
				        justify-content: flex-end;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				padding: 50px 0;
				-webkit-transition: padding 0.3s ease;
				transition: padding 0.3s ease;
}
@media (max-width: 750px) {
				.plg-header-inner {
								padding: 25px 0;
				}
}
.plg-header-inner ul {
				margin: 0;
				padding: 0;
				list-style-type: none;
}
.plg-header-inner ul li {
				margin: 0;
				padding: 0;
				display: inline-block;
}
.plg-header-inner ul li:not(:last-child) {
				margin-right: 25px;
}
@media (max-width: 1150px) {
				.plg-header-inner ul li:not(:last-child) {
								margin-right: 20px;
				}
}
.plg-header-navigation-inner {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-direction: row;
				        flex-direction: row;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
}
@media (max-width: 750px) {
				.plg-header-topnav {
								width: 100%;
								font-size: 16px;
				}
}
@media (max-width: 380px) {
				.plg-header-topnav .header-rating {
								display: none !important;
				}
}
.plg-header .customersatisfaction {
				display: -webkit-inline-box;
				display: -ms-inline-flexbox;
				display: inline-flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
}
.plg-header .customersatisfaction .rating-stars {
				position: relative;
				display: inline-block;
				margin-left: 10px;
}
@media (max-width: 750px) {
				.plg-header .customersatisfaction .rating-stars {
								display: none !important;
				}
}
.plg-header .customersatisfaction .rating-stars__background, .plg-header .customersatisfaction .rating-stars__value {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
}
.plg-header .customersatisfaction .rating-stars__value {
				position: absolute;
				top: 0;
				left: 0;
				overflow: hidden;
				white-space: nowrap;
}
.plg-header .customersatisfaction .rating-stars img {
				width: 11px;
				height: auto;
}
.plg-header .button {
				margin: 0;
}
@media (max-width: 750px) {
				.plg-header .button {
								display: none;
				}
}
.plg-header {
				/*.menu + .button{
				  margin-left: 25px;
				  @include tablet{
				    margin-left: 20px;
				  }
				}*/
}
.plg-header.scrolled .plg-header-inner {
				padding: 20px 0;
}
.plg-header-spacer {
				height: 220px;
}
.plg-header-hamburger {
				display: none;
				padding: 10px;
				border-radius: 100%;
				background-color: #FFFFFF;
				margin-right: 20px;
				cursor: pointer;
}
@media (max-width: 950px) {
				.plg-header-hamburger {
								display: inline-block;
				}
}
@media (max-width: 750px) {
				.plg-header-hamburger {
								margin-right: 0;
				}
}
.plg-header-hamburger-inner {
				height: 22px;
				width: 22px;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				-webkit-box-align: end;
				    -ms-flex-align: end;
				        align-items: flex-end;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
}
.plg-header-hamburger-line {
				width: 22px;
				height: 2px;
				background-color: #707070;
				margin-bottom: 3px;
				border-radius: 3px;
				-webkit-transition: all 0.5s ease;
				transition: all 0.5s ease;
}
.plg-header-hamburger-line:last-child {
				margin-bottom: 0;
}
.plg-header.active .plg-header-hamburger-line {
				position: absolute;
}
.plg-header.active .plg-header-hamburger-line:nth-child(1) {
				-webkit-transform: rotate(45deg);
				        transform: rotate(45deg);
				margin-bottom: 0;
}
.plg-header.active .plg-header-hamburger-line:nth-child(2) {
				opacity: 0;
				width: 0;
				-webkit-transition: none;
				transition: none;
}
.plg-header.active .plg-header-hamburger-line:nth-child(3) {
				-webkit-transform: rotate(-45deg);
				        transform: rotate(-45deg);
				margin-bottom: 0;
}
.plg-header.active .menu {
				visibility: visible;
				opacity: 1;
				pointer-events: auto;
}

html.is-animating .swup-transition-main {
				-webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
				transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
				transition: opacity 0.5s ease, transform 0.5s ease;
				transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}

html.is-leaving .swup-transition-main {
				opacity: 0;
				-webkit-transform: translateY(20px);
				        transform: translateY(20px);
}

html.is-rendering .swup-transition-main {
				opacity: 0;
				-webkit-transform: translateY(-20px);
				        transform: translateY(-20px);
}

.menu {
				background-color: #FFFFFF;
				padding: 12px 40px;
				border-radius: 24px;
				margin-right: 25px;
}
@media (max-width: 1150px) {
				.menu {
								margin-right: 20px;
				}
}
.menu a {
				color: #707070;
				text-decoration: none;
				-webkit-transition: color 0.3s ease;
				transition: color 0.3s ease;
}
.menu a:hover {
				color: #DA0021;
				text-decoration: none;
}
.menu ul {
				margin: 0;
				padding: 0;
				list-style-type: none;
}
.menu ul li {
				margin: 0;
				padding: 0;
				display: inline-block;
}
.menu ul li:not(:last-child) {
				margin-right: 25px;
}
@media (max-width: 1150px) {
				.menu {
								padding: 10px 25px;
				}
}
@media (max-width: 950px) {
				.menu {
								margin: 0;
								position: fixed;
								top: 185px;
								left: unset;
								right: 20px;
								border-radius: 8px;
								width: auto;
								height: auto;
								min-width: 216px;
								background-color: #FFFFFF;
								z-index: 1000;
								padding: 20px;
								visibility: hidden;
								opacity: 0;
								pointer-events: none;
								-webkit-transition: all 0.3s ease;
								transition: all 0.3s ease;
								display: -webkit-box;
								display: -ms-flexbox;
								display: flex;
								-webkit-box-orient: vertical;
								-webkit-box-direction: normal;
								    -ms-flex-direction: column;
								        flex-direction: column;
								-webkit-box-pack: center;
								    -ms-flex-pack: center;
								        justify-content: center;
								-webkit-box-align: center;
								    -ms-flex-align: center;
								        align-items: center;
								z-index: 1001;
				}
				.menu ul {
								display: -webkit-box;
								display: -ms-flexbox;
								display: flex;
								-webkit-box-orient: vertical;
								-webkit-box-direction: normal;
								    -ms-flex-direction: column;
								        flex-direction: column;
								-webkit-box-pack: center;
								    -ms-flex-pack: center;
								        justify-content: center;
								-webkit-box-align: center;
								    -ms-flex-align: center;
								        align-items: center;
				}
				.menu ul li {
								display: inline-block;
								margin: 0 0 20px 0 !important;
				}
				.menu ul li a {
								font-size: 20px;
				}
				.menu ul li:last-child {
								margin-bottom: 0 !important;
				}
}

.plg-socials ul {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-direction: row;
				        flex-direction: row;
				gap: 6px;
				margin: 0;
				padding: 0;
				list-style-type: none;
}
.plg-socials ul li {
				margin: 0;
				padding: 0;
				display: inline-block;
}
.plg-socials ul a {
				display: block;
				width: 24px;
				height: 24px;
}
.plg-socials ul a img {
				width: 100%;
				height: 100%;
				-o-object-fit: contain;
				   object-fit: contain;
}

.plg-footer {
				margin-top: 150px;
				padding: 150px 0 100px 0;
				background-color: #F3F4ED;
}
@media (max-width: 950px) {
				.plg-footer {
								margin-top: 100px;
								padding: 100px 0 100px 0;
				}
}
.plg-footer a {
				text-decoration: none;
}
.plg-footer a:hover {
				text-decoration: underline;
}
.plg-footer .footer-title {
				font-size: 30px;
				font-weight: 500;
				margin: 0 0 50px 0;
}
@media (max-width: 1150px) {
				.plg-footer .footer-title {
								font-size: 24px;
				}
}
@media (max-width: 950px) {
				.plg-footer .footer-title {
								margin: 0 0 20px 0;
				}
}
@media (max-width: 750px) {
				.plg-footer .footer-title {
								font-size: 20px;
				}
}
.plg-footer-inner {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-direction: row;
				        flex-direction: row;
				gap: 20px;
}
@media (max-width: 950px) {
				.plg-footer-inner {
								-webkit-box-orient: vertical;
								-webkit-box-direction: normal;
								    -ms-flex-direction: column;
								        flex-direction: column;
								gap: 0;
				}
}
@media (max-width: 750px) {
				.plg-footer-inner-item * {
								font-size: 16px;
				}
}
.plg-footer-inner-item.contactinfo, .plg-footer-inner-item.footerlogo {
				min-width: 25%;
}
@media (max-width: 950px) {
				.plg-footer-inner-item.contactinfo, .plg-footer-inner-item.footerlogo {
								min-width: 100%;
				}
}
@media (max-width: 950px) {
				.plg-footer-inner-item.contactinfo {
								-webkit-box-ordinal-group: 2;
								    -ms-flex-order: 1;
								        order: 1;
								margin-top: 50px;
				}
}
.plg-footer-inner-item.footerform, .plg-footer-inner-item.legals {
				width: 50%;
}
@media (max-width: 950px) {
				.plg-footer-inner-item.footerform, .plg-footer-inner-item.legals {
								width: 100%;
				}
}
@media (max-width: 950px) {
				.plg-footer-inner-item.footerform {
								-webkit-box-ordinal-group: 1;
								    -ms-flex-order: 0;
								        order: 0;
				}
}
.plg-footer-inner-item.legals ul {
				margin: 0;
				padding: 0;
				list-style-type: none;
}
.plg-footer-inner-item.legals ul li {
				margin: 0;
				padding: 0;
				display: inline-block;
}
.plg-footer-inner-item.legals ul li:not(:last-child) {
				margin-right: 20px;
}
@media (max-width: 950px) {
				.plg-footer-inner-item.legals {
								width: 100%;
								margin-top: 20px;
				}
}
.plg-footer-inner-item.footersiteby {
				text-align: right;
				-webkit-box-flex: 1;
				    -ms-flex-positive: 1;
				        flex-grow: 1;
}
@media (max-width: 950px) {
				.plg-footer-inner-item.footersiteby {
								text-align: left;
								width: 100%;
								margin-top: 10px;
				}
}
.plg-footer-inner + .plg-footer-inner {
				margin-top: 100px;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
}
@media (max-width: 950px) {
				.plg-footer-inner + .plg-footer-inner {
								margin-top: 50px;
				}
}

.privacy__container {
				padding: 10px var(--cel);
}

#privacypolicy {
				background: #FFFFFF;
				color: #000000;
}
#privacypolicy a {
				color: #000000;
}

.termsfeed-com---nb-simple {
				max-width: unset !important;
				bottom: 25px !important;
				left: 25px !important;
				right: 25px !important;
}

.cc-nb-main-container {
				font-size: 13px !important;
				background: #000000 !important;
				display: -ms-grid !important;
				display: grid !important;
				-ms-grid-columns: 1fr 1fr !important;
				grid-template-columns: 1fr 1fr !important;
				padding: 20px 50px !important;
}
@media (max-width: 1150px) {
				.cc-nb-main-container {
								padding: 20px 50px !important;
								-ms-grid-columns: 1fr !important;
								grid-template-columns: 1fr !important;
				}
}
.cc-nb-title {
				display: none;
}
.cc-nb-text {
				color: #FFFFFF !important;
				line-height: 1.5 !important;
				font-size: 12px !important;
}
.cc-nb-text-container {
				-ms-grid-column: 1;
				-ms-grid-column-span: 1;
				grid-column: 1/2;
				-ms-grid-row: 2;
				-ms-grid-row-span: 1;
				grid-row: 2/3;
}
@media (max-width: 1150px) {
				.cc-nb-text-container {
								grid-column: unset !important;
								grid-row: unset !important;
				}
}
.cc-nb-okagree {
				background: none !important;
				border: none !important;
				color: #FFFFFF !important;
}
.cc-nb-okagree:hover {
				background: #000000 !important;
				color: #FFFFFF !important;
}
.cc-nb-reject {
				background: none !important;
				border: none !important;
				color: #FFFFFF !important;
				opacity: 40% !important;
}
.cc-nb-changep {
				color: #000000 !important;
				background: rgba(255, 255, 255, 0.7) !important;
}
.cc-nb-buttons-container {
				-ms-grid-column: 2;
				-ms-grid-column-span: 1;
				grid-column: 2/3;
				-ms-grid-row: 1;
				-ms-grid-row-span: 2;
				grid-row: 1/3;
				display: -webkit-box !important;
				display: -ms-flexbox !important;
				display: flex !important;
				-webkit-box-orient: horizontal !important;
				-webkit-box-direction: normal !important;
				    -ms-flex-direction: row !important;
				        flex-direction: row !important;
				-webkit-box-pack: end !important;
				    -ms-flex-pack: end !important;
				        justify-content: flex-end !important;
				-webkit-box-align: center !important;
				    -ms-flex-align: center !important;
				        align-items: center !important;
				height: 100% !important;
}
@media (max-width: 1150px) {
				.cc-nb-buttons-container {
								grid-column: unset !important;
								grid-row: unset !important;
								-webkit-box-orient: vertical !important;
								-webkit-box-direction: reverse !important;
								    -ms-flex-direction: column-reverse !important;
								        flex-direction: column-reverse !important;
				}
}
.cc-nb-buttons-container button {
				text-transform: uppercase !important;
				letter-spacing: 0.075em !important;
				font-size: 10px !important;
				outline: none !important;
				-ms-flex-item-align: end !important;
				    align-self: flex-end !important;
				padding: 10px 20px !important;
}
@media (max-width: 1150px) {
				.cc-nb-buttons-container button {
								width: 100% !important;
				}
}

.cc-cp-foot-save {
				background: #000000 !important;
}
.cc-cp-foot-save:focus {
				outline: none !important;
				border: none !important;
}

form,
input,
label,
textarea {
				-webkit-box-sizing: border-box;
				        box-sizing: border-box;
}

form {
				list-style-type: none;
				margin: 0;
				padding: 0;
				width: 100%;
}
form .error {
				color: crimson;
}
form .error::-webkit-input-placeholder {
				color: crimson;
}
form .error::-moz-placeholder {
				color: crimson;
}
form .error:-ms-input-placeholder {
				color: crimson;
}
form .error::-ms-input-placeholder {
				color: crimson;
}
form .error::placeholder {
				color: crimson;
}
form .error + label {
				color: crimson;
				font-weight: bold;
}
form .error + label a {
				color: crimson !important;
}
form .error a {
				color: crimson;
}
form .error .checkbox:before {
				border: 0.5px solid crimson;
}
form {
				/*.form-grid {
					display: grid;
					grid-template-columns: repeat(2, 1fr);
					gap: 30px;

					.form-group {
						grid-column: span 1;

						&.w-full {
							grid-column: span 2;
						}
					}
				}*/
}
form .form-group {
				margin-top: 10px;
}
form .form-group:first-child {
				margin-top: 0;
}
form .plg-arrowbutton {
				margin-top: 20px;
				text-transform: uppercase;
}
form .plg-arrowbutton button {
				text-transform: uppercase;
}

.form-group {
				padding: 12px 20px 12px 20px;
				border: 1px solid #707070;
				border-radius: 8px;
				margin-top: -1px;
				position: relative;
}
.form-group.policy {
				position: relative;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				margin-top: 0;
}
.form-group.policy a {
				color: #707070;
				text-decoration: underline;
}

.noline {
				border: none;
				padding: 0;
				margin-top: 0;
}

label,
input {
				-webkit-transition: color 0.4s ease, background-color 0.1s ease-in-out;
				transition: color 0.4s ease, background-color 0.1s ease-in-out;
}

input,
textarea {
				background-color: transparent;
				border: none;
				color: #707070;
				font-size: 16px;
				margin: 0;
				outline: none;
				width: 100%;
				font-family: helvetica-neue-lt-pro, helvetica, sans-serif;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
				font-family: helvetica-neue-lt-pro, helvetica, sans-serif;
				color: #707070;
				font-size: 16px;
}
input::-moz-placeholder, textarea::-moz-placeholder {
				font-family: helvetica-neue-lt-pro, helvetica, sans-serif;
				color: #707070;
				font-size: 16px;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
				font-family: helvetica-neue-lt-pro, helvetica, sans-serif;
				color: #707070;
				font-size: 16px;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
				font-family: helvetica-neue-lt-pro, helvetica, sans-serif;
				color: #707070;
				font-size: 16px;
}
input::placeholder,
textarea::placeholder {
				font-family: helvetica-neue-lt-pro, helvetica, sans-serif;
				color: #707070;
				font-size: 16px;
}
input:focus,
textarea:focus {
				color: #707070;
				background-color: transparent;
				-webkit-box-shadow: none;
				        box-shadow: none;
}
input,
textarea {
				/*&.error {
				  padding: 10px 0 2em 0;
				}*/
}
input[name=website],
textarea[name=website] {
				font-size: 0;
}

textarea {
				resize: none;
}

.error-text {
				/*position: absolute;
				bottom: -30px;
				left: 0;*/
				margin: 0;
				font-size: 16px;
				color: crimson;
}
.error-text.error-policy {
				position: relative;
				bottom: 0;
				left: 0;
}

#policy {
				-webkit-appearance: none;
				-moz-appearance: none;
				appearance: none;
				border: none;
				display: inline-block;
				width: 0;
				height: 0;
				position: absolute;
				left: -99999999px;
				color: #707070;
				font-size: 16px;
}
#policy:checked + label:after {
				content: "✕";
				line-height: 1;
				background: transparent;
				position: absolute;
				top: 1px;
				left: -24px;
				width: 15px;
				height: 15px;
				text-align: center;
				color: #707070;
}

.checkbox {
				position: relative;
				margin-left: 25px;
				cursor: pointer;
				color: #707070;
				font-size: 16px;
}
.checkbox:before {
				content: "";
				position: absolute;
				width: 15px;
				height: 15px;
				border: 1px solid #707070;
				border-radius: 4px;
				left: -25px;
				top: 0px;
}
.checkbox a {
				color: #707070 !important;
				text-decoration: none !important;
}

.label--required:after {
				content: "*";
				color: crimson;
				margin-left: 5px;
}

.button {
				margin-top: 20px;
}

button {
				background-color: transparent;
				border: none;
				margin: 0;
				padding: 0;
				text-align: inherit;
				font: inherit;
				border-radius: 0;
				-webkit-appearance: none;
				   -moz-appearance: none;
				        appearance: none;
				color: #F3F4ED;
				cursor: pointer;
}

.newsletter-form input::-webkit-input-placeholder, .newsletter-form textarea::-webkit-input-placeholder, .property-form input::-webkit-input-placeholder, .property-form textarea::-webkit-input-placeholder {
				color: #707070;
}

.newsletter-form input::-moz-placeholder, .newsletter-form textarea::-moz-placeholder, .property-form input::-moz-placeholder, .property-form textarea::-moz-placeholder {
				color: #707070;
}

.newsletter-form input:-ms-input-placeholder, .newsletter-form textarea:-ms-input-placeholder, .property-form input:-ms-input-placeholder, .property-form textarea:-ms-input-placeholder {
				color: #707070;
}

.newsletter-form input::-ms-input-placeholder, .newsletter-form textarea::-ms-input-placeholder, .property-form input::-ms-input-placeholder, .property-form textarea::-ms-input-placeholder {
				color: #707070;
}

.newsletter-form input::placeholder,
.newsletter-form textarea::placeholder, .property-form input::placeholder,
.property-form textarea::placeholder {
				color: #707070;
}

.fancybox__content {
				padding: 5rem !important;
}
.fancybox__content .carousel__button.is-close {
				top: 0 !important;
				right: 0;
}
.fancybox__content .carousel__button.is-close svg {
				color: #000000;
				-webkit-filter: none;
				        filter: none;
				width: 1.25rem;
				height: 1.25rem;
}

.popup-modal {
				background-color: #FFFFFF;
				max-width: 650px;
				text-align: center;
				color: #707070;
				font-size: 16px;
}
@media (max-width: 750px) {
				.popup-modal {
								max-width: 98%;
				}
}

.btnwrap {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				gap: 10px;
}

.plg-arrowbutton {
				display: inline-block;
				text-decoration: none;
				font-size: 14px;
				text-transform: uppercase;
				font-weight: 400;
				cursor: pointer;
}
.plg-arrowbutton:after {
				content: "";
				display: inline-block;
				width: 24px;
				height: 12px;
				background-image: url("../images/arrow-right.png");
				background-size: contain;
				background-repeat: no-repeat;
				background-position: center left;
				margin-left: 10px;
				-webkit-transition: -webkit-transform 0.3s ease-in-out;
				transition: -webkit-transform 0.3s ease-in-out;
				transition: transform 0.3s ease-in-out;
				transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.plg-arrowbutton:hover {
				text-decoration: none;
}
.plg-arrowbutton:hover:after {
				-webkit-transform: translateX(10px);
				        transform: translateX(10px);
}

.button {
				display: inline-block;
				text-decoration: none;
				color: #F3F4ED;
				background-color: #DA0021;
				padding: 12px 40px;
				border-radius: 24px;
				font-size: 18px;
				font-weight: 400;
				cursor: pointer;
}
.button:hover {
				text-decoration: none;
}
@media (max-width: 1150px) {
				.button {
								padding: 10px 25px;
				}
}

.plg-accordion {
				border-bottom: 1px solid #707070;
}
.plg-accordion:first-child {
				border-top: 1px solid #707070;
}
.plg-accordion-title {
				width: 100%;
				cursor: pointer;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-direction: row;
				        flex-direction: row;
				-webkit-box-pack: start;
				    -ms-flex-pack: start;
				        justify-content: flex-start;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				padding: 20px 0;
}
@media (max-width: 750px) {
				.plg-accordion-title {
								-ms-flex-wrap: wrap;
								    flex-wrap: wrap;
								-webkit-box-align: start;
								    -ms-flex-align: start;
								        align-items: flex-start;
				}
}
.plg-accordion-title img {
				display: inline-block;
				margin: 0 0 0 auto;
				width: 19px;
				height: auto;
				-webkit-transition: -webkit-transform 0.3s ease;
				transition: -webkit-transform 0.3s ease;
				transition: transform 0.3s ease;
				transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 750px) {
				.plg-accordion-title img {
								width: 15px;
								margin-top: 3px;
				}
}
.plg-accordion-title-text {
				font-size: 24px;
				margin-right: 20px;
}
@media (max-width: 1150px) {
				.plg-accordion-title-text {
								font-size: 20px;
				}
}
@media (max-width: 750px) {
				.plg-accordion-title-text {
								width: calc(100% - 40px);
								font-size: 18px;
				}
}
.plg-accordion-title-number {
				color: #DA0021;
				width: 25%;
				margin: 0 20px 0 0;
				font-size: 16px;
}
@media (max-width: 1150px) {
				.plg-accordion-title-number {
								width: 100%;
								max-width: 120px;
				}
}
@media (max-width: 750px) {
				.plg-accordion-title-number {
								width: 100%;
								max-width: 100%;
								margin: 0 0 20px 0;
				}
}
.plg-accordion-text {
				width: 100%;
				max-height: 0;
				overflow: hidden;
				opacity: 0;
				will-change: max-height, opacity;
				padding: 0;
				-webkit-transition: max-height 0.3s ease-out, opacity 0.2s ease-out 0.1s, padding 0.3s ease-out;
				transition: max-height 0.3s ease-out, opacity 0.2s ease-out 0.1s, padding 0.3s ease-out;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: r;
				        flex-direction: r;
}
.plg-accordion-text-spacer {
				width: 25%;
				margin-right: 20px;
}
@media (max-width: 1150px) {
				.plg-accordion-text-spacer {
								width: 100%;
								max-width: 120px;
				}
}
@media (max-width: 750px) {
				.plg-accordion-text-spacer {
								display: none;
				}
}
.plg-accordion-text-inner {
				max-width: 900px;
}
.plg-accordion.active .plg-accordion-title img {
				-webkit-transform: rotate(45deg);
				        transform: rotate(45deg);
}
.plg-accordion.active .plg-accordion-text {
				max-height: 1000px;
				opacity: 1;
				padding: 0 0 20px;
}

.google-badge {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-direction: row;
				        flex-direction: row;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				color: #707070;
				font-weight: 300;
				text-decoration: none;
}
.google-badge__logo {
				width: 45px;
				height: auto;
				margin-right: 12px;
}
.google-badge__info {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
}
.google-badge__title {
				font-size: 15px;
}
.google-badge__rating {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: start;
				    -ms-flex-align: start;
				        align-items: flex-start;
}
.google-badge__rating .star {
				width: 10px;
				height: auto;
				margin-right: 0;
}
.google-badge__rating .score {
				font-size: 33px;
				margin-right: 4px;
				line-height: 1;
				font-weight: 600;
}
.google-badge__count {
				font-size: 15px;
				margin: 0;
				line-height: 1;
}
.google-badge .ratings-container {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
}
.google-badge .ratings {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: start;
				    -ms-flex-align: start;
				        align-items: flex-start;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
}
.google-badge .ratings .star {
				width: 11px;
				height: auto;
				margin-right: 0;
}
.google-badge .google-badge__count {
				margin-top: 4px;
}
@media (max-width: 500px) {
				.google-badge {
								-webkit-transform: scale(0.7);
								        transform: scale(0.7);
				}
}

/* =============BLOCKS==================== */
.plg-halfwtext {
				margin-top: 150px;
}
@media (max-width: 950px) {
				.plg-halfwtext {
								margin-top: 100px;
				}
}
.plg-halfwtext-grid {
				/*display: flex;
				flex-direction: row;*/
}
.plg-halfwtext-grid-item.text {
				padding-right: 75px;
}
@media (max-width: 1300px) {
				.plg-halfwtext-grid-item.text {
								padding-right: 25px;
				}
}
.plg-halfwtext-grid-item .button {
				margin-top: 100px;
}
@media (max-width: 750px) {
				.plg-halfwtext-grid-item {
								-ms-grid-column-span: 8 !important;
								grid-column: span 8 !important;
				}
}
.plg-halfwtext-texticon {
				margin-top: 50px;
}
.plg-halfwtext-texticon img {
				width: 150px;
				height: auto;
}
.plg-halfwtext.wlargetext .plg-halfwtext-grid-item.text .text-container {
				max-width: 760px;
}
.plg-halfwtext.wlargetext .plg-halfwtext-grid-item.text p {
				font-size: 40px;
				font-weight: 500;
}
@media (max-width: 1150px) {
				.plg-halfwtext.wlargetext .plg-halfwtext-grid-item.text p {
								font-size: 24px;
				}
}
@media (max-width: 750px) {
				.plg-halfwtext.wlargetext .plg-halfwtext-grid-item.text p {
								font-size: 20px;
				}
}
.plg-halfwtext.wlargetext .plg-halfwtext-grid-item.text .button {
				margin-top: 50px;
}
.plg-halfwtext.redtext .plg-halfwtext-grid-item.text p {
				color: #DA0021;
}
.plg-halfwtext.redtext .plg-halfwtext-grid-item.text {
				/*.text-container{
				    max-width: 490px;
				}*/
}
.plg-halfwtext.lesswidth .plg-halfwtext-grid-item.text .text-container {
				max-width: 490px;
}

.plg-fullscreenslider {
				margin-top: 150px;
				display: block;
				width: 100%;
}
@media (max-width: 950px) {
				.plg-fullscreenslider {
								margin-top: 100px;
				}
}
.plg-fullscreenslider.smaller .plg-fullscreenslider-container {
				max-width: 1400px;
				margin: 0 auto;
}
.plg-fullscreenslider-container {
				width: 100%;
}
.plg-fullscreenslider-bgvideo {
				z-index: 1;
}
.plg-fullscreenslider-bgimages {
				z-index: 1;
}
.plg-fullscreenslider-inner {
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
				width: 100%;
				height: 100%;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				-webkit-box-pack: end;
				    -ms-flex-pack: end;
				        justify-content: flex-end;
				padding-bottom: 150px;
				z-index: 5;
}
@media (max-width: 1150px) {
				.plg-fullscreenslider-inner {
								padding-bottom: 50px;
				}
}
@media (max-width: 750px) {
				.plg-fullscreenslider-inner {
								padding-bottom: 25px;
				}
}
.plg-fullscreenslider-text {
				color: #FFFFFF;
				max-width: 650px;
				margin: 0 auto 0 0;
}
.plg-fullscreenslider-text .txt {
				font-size: 40px;
				font-weight: 500;
				line-height: 1.25;
				margin: 0;
				padding: 0;
}
@media (max-width: 1150px) {
				.plg-fullscreenslider-text .txt {
								font-size: 30px;
				}
}
@media (max-width: 750px) {
				.plg-fullscreenslider-text .txt {
								font-size: 20px;
				}
}

.plg-textincolumns {
				margin-top: 150px;
				overflow: hidden;
}
@media (max-width: 950px) {
				.plg-textincolumns {
								margin-top: 100px;
				}
}
.plg-textincolumns-grid {
				/*display: flex;
				flex-direction: row;
				width: calc(100% + 120px);
				margin: 0 -60px;*/
}
.plg-textincolumns-grid-item {
				-ms-grid-column-span: 2;
				grid-column: span 2;
				/*width: calc(25% - 120px);
				margin: 0 60px;*/
}
@media (max-width: 950px) {
				.plg-textincolumns-grid-item {
								-ms-grid-column-span: 4;
								grid-column: span 4;
				}
}
@media (max-width: 750px) {
				.plg-textincolumns-grid-item {
								-ms-grid-column-span: 8 !important;
								grid-column: span 8 !important;
				}
}
.plg-textincolumns-grid-item-inner {
				padding-right: 75px;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				height: 100%;
}
@media (max-width: 1300px) {
				.plg-textincolumns-grid-item-inner {
								padding-right: 25px;
				}
}
.plg-textincolumns-grid-item h3 {
				margin: 0 0 50px 0;
}
@media (max-width: 950px) {
				.plg-textincolumns-grid-item h3 {
								margin: 0 0 25px 0;
				}
}
.plg-textincolumns-grid-item {
				/*.txt + .largetxt{
				    margin: 50px 0 0 0;
				}*/
}
.plg-textincolumns-grid-item .txt.haslargetxt {
				margin-bottom: 50px;
}
@media (max-width: 950px) {
				.plg-textincolumns-grid-item .txt.haslargetxt {
								margin-bottom: 25px;
				}
}
.plg-textincolumns-grid-item .largetxt {
				font-size: 80px;
				font-weight: 500;
				margin: auto 0 0 0;
				padding: 0;
				color: #DA0021;
}
@media (max-width: 1300px) {
				.plg-textincolumns-grid-item .largetxt {
								font-size: 60px;
				}
}
@media (max-width: 950px) {
				.plg-textincolumns-grid-item .largetxt {
								font-size: 40px;
				}
}

.plg-strengthslist {
				margin-top: 150px;
				padding-top: 150px;
				border-top: 1px solid #707070;
				overflow: hidden;
}
@media (max-width: 950px) {
				.plg-strengthslist {
								margin-top: 100px;
								padding-top: 100px;
				}
}
.plg-strengthslist h2 {
				line-height: 1;
}
.plg-strengthslist-grid {
				/*display: flex;
				flex-direction: row;*/
}
@media (max-width: 750px) {
				.plg-strengthslist-grid {
								row-gap: 50px !important;
				}
}
@media (max-width: 750px) {
				.plg-strengthslist-grid-item {
								-ms-grid-column-span: 8 !important;
								grid-column: span 8 !important;
				}
}
.plg-strengthslist-grid-item {
				/*&.title{
				    width: 25%;
				}
				&.list{
				    width: 75%;
				}*/
}
.plg-strengthslist-innergrid {
				/*display: flex;
				flex-direction: row;
				flex-wrap: wrap;*/
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr;
				grid-template-columns: repeat(6, 1fr);
				gap: 25px;
				margin-top: -100px;
}
@media (max-width: 750px) {
				.plg-strengthslist-innergrid {
								margin-top: 0;
								gap: 50px 25px;
				}
}
.plg-strengthslist-innergrid-item {
				margin-top: 100px;
				-ms-grid-column-span: 2;
				grid-column: span 2;
}
@media (max-width: 950px) {
				.plg-strengthslist-innergrid-item {
								-ms-grid-column-span: 3;
								grid-column: span 3;
				}
}
@media (max-width: 950px) {
				.plg-strengthslist-innergrid-item {
								margin-top: 50px;
				}
}
@media (max-width: 750px) {
				.plg-strengthslist-innergrid-item {
								-ms-grid-column-span: 6;
								grid-column: span 6;
								margin-top: 0;
				}
}
.plg-strengthslist-innergrid-item-content {
				padding-right: 75px;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				height: 100%;
}
@media (max-width: 1300px) {
				.plg-strengthslist-innergrid-item-content {
								padding-right: 25px;
				}
}
.plg-strengthslist-innergrid-item .title {
				margin: 0 0 50px 0;
}
@media (max-width: 950px) {
				.plg-strengthslist-innergrid-item .title {
								margin: 0 0 25px 0;
				}
}
.plg-strengthslist-innergrid-item .txt {
				margin: 0 0 50px 0;
}
@media (max-width: 950px) {
				.plg-strengthslist-innergrid-item .txt {
								margin: 0 0 25px 0;
				}
}
.plg-strengthslist-innergrid-item .plg-strengthslist-icon {
				display: inline-block;
				margin: auto 0 0 0;
}
.plg-strengthslist-innergrid-item .plg-strengthslist-icon picture, .plg-strengthslist-innergrid-item .plg-strengthslist-icon img {
				display: inline-block;
				height: 42px;
				width: auto;
}

.plg-imageswcenterlogo {
				margin-top: 150px;
}
@media (max-width: 950px) {
				.plg-imageswcenterlogo {
								margin-top: 100px;
				}
}
.plg-imageswcenterlogo-grid {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-direction: row;
				        flex-direction: row;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
}
.plg-imageswcenterlogo-grid-item picture, .plg-imageswcenterlogo-grid-item img {
				display: block;
				width: 100%;
				height: auto;
}
.plg-imageswcenterlogo-grid-item:nth-of-type(1), .plg-imageswcenterlogo-grid-item:nth-child(n+3) {
				width: 50%;
}
.plg-imageswcenterlogo-grid-item:nth-of-type(2), .plg-imageswcenterlogo-grid-item:nth-child(n+4) {
				margin-top: 150px;
				width: 25%;
}
.plg-imageswcenterlogo-grid-item:nth-of-type(3), .plg-imageswcenterlogo-grid-item:nth-child(n+5) {
				margin-top: 200px;
				width: 100%;
}
.plg-imageswcenterlogo-grid-item:nth-of-type(3) picture, .plg-imageswcenterlogo-grid-item:nth-child(n+5) picture {
				width: 75%;
				margin: 0 auto;
}
.plg-imageswcenterlogo-logo {
				position: sticky;
				top: 0;
				left: 0;
				height: 0;
				height: 100vh;
				width: 100%;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
}
.plg-imageswcenterlogo-logo img {
				max-width: 630px;
				height: auto;
}
@media (max-width: 950px) {
				.plg-imageswcenterlogo-logo img {
								max-width: 400px;
				}
}
@media (max-width: 750px) {
				.plg-imageswcenterlogo-logo img {
								max-width: 300px;
				}
}

.plg-faq {
				margin-top: 150px;
}
@media (max-width: 950px) {
				.plg-faq {
								margin-top: 100px;
				}
}
.plg-faq .section-title {
				font-size: 30px;
				font-weight: 500;
				margin: 0 0 50px;
}
@media (max-width: 1150px) {
				.plg-faq .section-title {
								font-size: 24px;
				}
}
@media (max-width: 750px) {
				.plg-faq .section-title {
								font-size: 20px;
				}
}
.plg-faq-grid {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
}
.plg-faq-grid-item.categories {
				width: calc(75% - 20px);
				margin: 0 0 50px auto;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-direction: row;
				        flex-direction: row;
}
@media (max-width: 1150px) {
				.plg-faq-grid-item.categories {
								width: calc(100% - 140px);
								margin: 0 0 50px auto;
				}
}
@media (max-width: 750px) {
				.plg-faq-grid-item.categories {
								width: 100%;
				}
}
.plg-faq-grid-item.categories .plg-faq-grid-item-category {
				cursor: pointer;
				margin: 0 50px 0 0;
				-webkit-transition: color 0.3s ease;
				transition: color 0.3s ease;
}
@media (max-width: 950px) {
				.plg-faq-grid-item.categories .plg-faq-grid-item-category {
								margin: 0 15px 0 0;
				}
}
.plg-faq-grid-item.categories .plg-faq-grid-item-category h3 {
				font-weight: 300;
}
@media (max-width: 500px) {
				.plg-faq-grid-item.categories .plg-faq-grid-item-category h3 {
								font-size: 20px;
				}
}
@media (max-width: 750px) {
				.plg-faq-grid-item.categories .plg-faq-grid-item-category h3 {
								font-size: 18px;
				}
}
.plg-faq-grid-item.categories .plg-faq-grid-item-category:hover {
				color: #DA0021;
}
.plg-faq-grid-item.categories .plg-faq-grid-item-category.is-active h3 {
				font-weight: 500;
}
.plg-faq-grid-item.questions .plg-faq-questions-group {
				display: none;
}
.plg-faq-grid-item.questions .plg-faq-questions-group.is-active {
				display: block;
}

.plg-logoslider {
				margin-top: 150px;
}
@media (max-width: 950px) {
				.plg-logoslider {
								margin-top: 100px;
				}
}
.plg-logoslider .section-title {
				font-size: 40px;
				line-height: 1.25;
				margin: 0 auto 100px auto;
				text-align: center;
				max-width: 740px;
}
@media (max-width: 1150px) {
				.plg-logoslider .section-title {
								font-size: 30px;
				}
}
@media (max-width: 750px) {
				.plg-logoslider .section-title {
								font-size: 20px;
				}
}
.plg-logoslider-logos {
				overflow: hidden;
				margin-top: -20px;
				/*&::before,
				&::after {
				  content: '';
				  position: absolute;
				  top: 0;
				  width: 150px;
				  height: 100%;
				  z-index: 2;
				  pointer-events: none;
				}

				&::before {
				  left: 0;
				  background: linear-gradient(to right, $white 0%, rgba(0, 0, 0, 0) 100%);
				}

				&::after {
				  right: 0;
				  background: linear-gradient(to left, $white 0%, rgba(0, 0, 0, 0) 100%);
				}*/
}
.plg-logoslider-scroll {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				/*white-space: nowrap;
				width: fit-content;
				animation: marquee 20s linear infinite;
				padding-left: 20px;
				padding-right: 20px;*/
}
.plg-logoslider-logo {
				width: calc(20% - 40px);
				padding: 0 20px;
				margin: 20px 20px 0 20px;
				display: -webkit-box !important;
				display: -ms-flexbox !important;
				display: flex !important;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				height: 100px;
}
.plg-logoslider-logo picture {
				margin: 0 auto;
}
.plg-logoslider-logo img {
				width: auto;
				height: auto;
				max-width: 185px;
				max-height: 100px;
}
@media (max-width: 750px) {
				.plg-logoslider-logo {
								width: 100%;
								margin: 0;
				}
}
.plg-logoslider-logo {
				/*@include phone-small {
				  width: 100%;
				  margin: 0;
				}*/
}
.plg-logoslider {
				/*&.wbackgroundcolor{
				  .plg-logoslider-logos{
				      &::before {
				          left: 0;
				          background: linear-gradient(to right, $beige 0%, rgba(0, 0, 0, 0) 100%);
				        }

				        &::after {
				          right: 0;
				          background: linear-gradient(to left, $beige 0%, rgba(0, 0, 0, 0) 100%);
				        }
				  }
				}*/
}

/*
@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}*/
.plg-realisationsgallery {
				margin-top: 150px;
}
@media (max-width: 950px) {
				.plg-realisationsgallery {
								margin-top: 100px;
				}
}
.plg-realisationsgallery-grid-title {
				text-align: center;
				max-width: 840px;
				padding: 0 20px;
				margin: 0 auto;
}
.plg-realisationsgallery-grid-title h2 {
				font-size: 40px;
}
@media (max-width: 1150px) {
				.plg-realisationsgallery-grid-title h2 {
								font-size: 24px;
				}
}
@media (max-width: 750px) {
				.plg-realisationsgallery-grid-title h2 {
								font-size: 20px;
				}
}
.plg-realisationsgallery-container {
				width: 100%;
				max-width: 75%;
				margin: 0 auto;
				margin-top: 150px;
}
@media (max-width: 950px) {
				.plg-realisationsgallery-container {
								margin-top: 50px;
				}
}
@media (max-width: 1150px) {
				.plg-realisationsgallery-container {
								max-width: 100%;
								padding: 0 20px;
				}
}
.plg-realisationsgallery-container-inner {
				padding: 0 120px;
}
@media (max-width: 1150px) {
				.plg-realisationsgallery-container-inner {
								padding: 0 40px;
				}
}
@media (max-width: 750px) {
				.plg-realisationsgallery-container-inner {
								padding: 0 25px;
				}
}
.plg-realisationsgallery-container-inner-item-images {
				width: 100%;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-direction: row;
				        flex-direction: row;
				gap: 20px;
}
.plg-realisationsgallery-container-inner-item-image {
				width: 50%;
}
.plg-realisationsgallery-container-inner-item-fullwimage {
				width: 100%;
				max-width: 800px;
				margin: 0 auto;
}
.plg-realisationsgallery-container-inner-item-fullwimage .plg-imagecontainer {
				padding-bottom: 60% !important;
}
.plg-realisationsgallery-container-inner-item .realisationtype {
				color: #DA0021;
				font-weight: 500;
				font-size: 18px;
}
.plg-realisationsgallery-container-inner-item .imagetitle {
				margin: 25px 0 0 0;
				font-weight: 500;
				font-size: 18px;
}
.plg-realisationsgallery-container-inner-item .city {
				font-weight: 400;
				margin: 12px 0 0 0;
}
.plg-realisationsgallery .plg-imagecontainer {
				position: relative;
				overflow: hidden;
				width: 100%;
				height: 0;
				padding-bottom: 81%;
				border-radius: 8px;
}
.plg-realisationsgallery .plg-imagecontainer picture,
.plg-realisationsgallery .plg-imagecontainer img {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				-o-object-fit: cover;
				   object-fit: cover;
}
.plg-realisationsgallery .slick-prev,
.plg-realisationsgallery .slick-next {
				top: 45%;
}
@media (max-width: 750px) {
				.plg-realisationsgallery .slick-prev,
				.plg-realisationsgallery .slick-next {
								top: 40%;
				}
}
.plg-realisationsgallery .slick-next {
				right: 0px;
}
.plg-realisationsgallery .slick-prev {
				left: 0px;
}

.plg-googlereviews {
				margin-top: 150px;
				overflow: hidden;
}
@media (max-width: 950px) {
				.plg-googlereviews {
								margin-top: 100px;
				}
}
.plg-googlereviews-titlecontainer {
				margin-bottom: 100px;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-direction: row;
				        flex-direction: row;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
}
.plg-googlereviews-item {
				background-color: #F3F4ED;
				border-radius: 8px;
				padding: 50px;
}
@media (max-width: 500px) {
				.plg-googlereviews-item {
								padding: 40px;
				}
}
.plg-googlereviews-item .name {
				font-size: 25px;
				font-weight: 500;
				margin: 0 0 10px 0;
				padding: 0;
}
@media (max-width: 500px) {
				.plg-googlereviews-item .name {
								font-size: 20px;
				}
}
.plg-googlereviews-item .googleinfo {
				font-size: 12px;
				font-weight: 400;
				padding: 0;
}
.plg-googlereviews-item .review {
				margin-top: 40px;
}
.plg-googlereviews-item .stars {
				margin-top: 10px;
				padding: 0;
}
.plg-googlereviews-item .stars .star {
				display: inline-block;
				width: 20px;
				height: 37px;
}
.plg-googlereviews-item .stars .star:after {
				display: inline-block;
				content: "☆";
				color: #FFCD0A;
				font-size: 18px;
}
.plg-googlereviews-item .stars.amount1 .star:first-child:after {
				display: inline-block;
				content: "★";
}
.plg-googlereviews-item .stars.amount1-5 .star:first-child:after {
				display: inline-block;
				content: "★";
}
.plg-googlereviews-item .stars.amount1-5 .star:nth-child(2):before {
				color: #DA0021;
				position: absolute;
				left: 0;
				top: 0;
				width: 50%;
				overflow: hidden;
				content: "★";
}
.plg-googlereviews-item .stars.amount2 .star:first-child:after {
				display: inline-block;
				content: "★";
}
.plg-googlereviews-item .stars.amount2 .star:nth-child(2):after {
				display: inline-block;
				content: "★";
}
.plg-googlereviews-item .stars.amount2-5 .star:first-child:after {
				display: inline-block;
				content: "★";
}
.plg-googlereviews-item .stars.amount2-5 .star:nth-child(2):after {
				display: inline-block;
				content: "★";
}
.plg-googlereviews-item .stars.amount2-5 .star:nth-child(3):before {
				color: #DA0021;
				position: absolute;
				left: 0;
				top: 0;
				width: 50%;
				overflow: hidden;
				content: "★";
}
.plg-googlereviews-item .stars.amount3 .star:first-child:after {
				display: inline-block;
				content: "★";
}
.plg-googlereviews-item .stars.amount3 .star:nth-child(2):after {
				display: inline-block;
				content: "★";
}
.plg-googlereviews-item .stars.amount3 .star:nth-child(3):after {
				display: inline-block;
				content: "★";
}
.plg-googlereviews-item .stars.amount3-5 .star:first-child:after {
				display: inline-block;
				content: "★";
}
.plg-googlereviews-item .stars.amount3-5 .star:nth-child(2):after {
				display: inline-block;
				content: "★";
}
.plg-googlereviews-item .stars.amount3-5 .star:nth-child(3):after {
				display: inline-block;
				content: "★";
}
.plg-googlereviews-item .stars.amount3-5 .star:nth-child(4):before {
				color: #DA0021;
				position: absolute;
				left: 0;
				top: 0;
				width: 50%;
				overflow: hidden;
				content: "★";
}
.plg-googlereviews-item .stars.amount4 .star:first-child:after {
				display: inline-block;
				content: "★";
}
.plg-googlereviews-item .stars.amount4 .star:nth-child(2):after {
				display: inline-block;
				content: "★";
}
.plg-googlereviews-item .stars.amount4 .star:nth-child(3):after {
				display: inline-block;
				content: "★";
}
.plg-googlereviews-item .stars.amount4 .star:nth-child(4):after {
				display: inline-block;
				content: "★";
}
.plg-googlereviews-item .stars.amount4 .star {
				/*&:nth-child(5){
				              &:before{
				                color: @color;
				                position: absolute;
				                left: 0;
				                top: 0;
				                width: 50%;
				                overflow: hidden;
				                content: '\2605';
				              }
				            }*/
}
.plg-googlereviews-item .stars.amount4-5 .star:first-child:after {
				display: inline-block;
				content: "★";
}
.plg-googlereviews-item .stars.amount4-5 .star:nth-child(2):after {
				display: inline-block;
				content: "★";
}
.plg-googlereviews-item .stars.amount4-5 .star:nth-child(3):after {
				display: inline-block;
				content: "★";
}
.plg-googlereviews-item .stars.amount4-5 .star:nth-child(4):after {
				display: inline-block;
				content: "★";
}
.plg-googlereviews-item .stars.amount4-5 .star:nth-child(5):before {
				color: #DA0021;
				position: absolute;
				left: 0;
				top: 0;
				width: 50%;
				overflow: hidden;
				content: "★";
}
.plg-googlereviews-item .stars.amount5 .star:first-child:after {
				display: inline-block;
				content: "★";
}
.plg-googlereviews-item .stars.amount5 .star:nth-child(2):after {
				display: inline-block;
				content: "★";
}
.plg-googlereviews-item .stars.amount5 .star:nth-child(3):after {
				display: inline-block;
				content: "★";
}
.plg-googlereviews-item .stars.amount5 .star:nth-child(4):after {
				display: inline-block;
				content: "★";
}
.plg-googlereviews-item .stars.amount5 .star:nth-child(5):after {
				display: inline-block;
				content: "★";
}
.plg-googlereviews .slick-list {
				margin: 0 -12.5px;
				padding: 0 50px;
}
.plg-googlereviews .slick-slide {
				margin-right: 12.5px;
				margin-left: 12.5px;
}
.plg-googlereviews .hide {
				position: absolute !important;
				height: 1px;
				width: 1px;
				overflow: hidden;
				clip: rect(1px 1px 1px 1px);
				clip: rect(1px, 1px, 1px, 1px);
				white-space: nowrap;
}
.plg-googlereviews .lining {
				visibility: hidden;
}

/* =============PAGES==================== */
.plg-h1-section {
				position: relative;
				min-height: 100%;
}
.plg-h1-section .plg-h1-bgvideo {
				/*position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				z-index: 1;*/
				position: relative;
				width: 100%;
				min-height: 100vh;
}
.plg-h1-section .plg-h1-bgvideo picture {
				position: absolute;
				top: 0;
				left: 0;
				display: block;
				width: 100%;
				z-index: 1;
}
.plg-h1-section .plg-h1-bgvideo img {
				width: 100%;
				height: auto;
}
.plg-h1-section .plg-h1-bgvideo video {
				z-index: 2;
				min-height: 100vh;
				-o-object-fit: cover;
				   object-fit: cover;
}
.plg-h1-section-text {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100vh;
				z-index: 5;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				-webkit-box-pack: end;
				    -ms-flex-pack: end;
				        justify-content: flex-end;
				padding-bottom: 150px;
}
.plg-h1-section-text .plg-container {
				position: relative;
				width: 100%;
				color: #FFFFFF;
}
.plg-h1-section-text .plg-container .txt {
				max-width: 850px;
}
.plg-h1-section-text .plg-container .subtitle {
				font-size: 30px;
				line-height: 1.16;
				font-weight: 400;
}
@media (max-width: 750px) {
				.plg-h1-section-text .plg-container .subtitle {
								font-size: 20px;
				}
}
.plg-h1-section-text .plg-container h1 + .subtitle {
				margin-top: 50px;
}

#plg-textpage h1,
#plg-textpage h2 {
				text-transform: uppercase;
				font-size: 50px;
				line-height: 0.95;
				letter-spacing: 0;
				margin-bottom: 25px;
}
#plg-textpage h1 span,
#plg-textpage h2 span {
				display: block;
}
#plg-textpage h3 {
				text-transform: uppercase;
				font-size: 16px;
				line-height: 1;
				letter-spacing: 0;
}
#plg-textpage p + h2 {
				margin-top: 50px;
}

#plg-textpage .txt {
				padding: 200px 0;
				text-align: center;
}